diff --git a/packages/smarthr-ui/CHANGELOG.md b/packages/smarthr-ui/CHANGELOG.md index be0d13080e..634c13a98a 100644 --- a/packages/smarthr-ui/CHANGELOG.md +++ b/packages/smarthr-ui/CHANGELOG.md @@ -2,6 +2,25 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [52.0.0](https://github.com/kufu/smarthr-ui/compare/v51.2.0...v52.0.0) (2024-06-18) + + +### ⚠ BREAKING CHANGES + +* ErrorScreen の `footer` props を omit する (#4714) + +### Features + +* anchor系コンポーネントがtarget属性を持つ場合、rel属性を自動設定する ([#4720](https://github.com/kufu/smarthr-ui/issues/4720)) ([46e4200](https://github.com/kufu/smarthr-ui/commit/46e42002d13a90888994dbee2413ade8ce133498)) +* ErrorScreen の `footer` props を omit する ([#4714](https://github.com/kufu/smarthr-ui/issues/4714)) ([953d689](https://github.com/kufu/smarthr-ui/commit/953d689cf5115523e41812139ae9df0d1eb54b70)) + + +### Bug Fixes + +* PageCounter コンポーネントの decorators の型を修正 ([#4717](https://github.com/kufu/smarthr-ui/issues/4717)) ([4fce9f4](https://github.com/kufu/smarthr-ui/commit/4fce9f4c847df521dcf147d0dcbdb5f82c1af3eb)) +* Storybook 上で props のドキュメントが表示されない問題を修正 ([#4719](https://github.com/kufu/smarthr-ui/issues/4719)) ([7a634ae](https://github.com/kufu/smarthr-ui/commit/7a634ae9ed2ae6aa3c559f1bc2cc6a14902bda78)) +* Tooltip に入れ子にした要素のフォーカスリングが隠れてしまう問題を解消する ([#4694](https://github.com/kufu/smarthr-ui/issues/4694)) ([428cab6](https://github.com/kufu/smarthr-ui/commit/428cab6420397063ae5d074b804a61beaab58615)) + ## [51.2.0](https://github.com/kufu/smarthr-ui/compare/v51.1.1...v51.2.0) (2024-06-11) diff --git a/packages/smarthr-ui/package.json b/packages/smarthr-ui/package.json index 35a8ed5722..ad988f629f 100644 --- a/packages/smarthr-ui/package.json +++ b/packages/smarthr-ui/package.json @@ -1,7 +1,7 @@ { "name": "smarthr-ui", "description": "SmartHR ui components built with React.", - "version": "51.2.0", + "version": "52.0.0", "author": "SmartHR-UI Team", "dependencies": { "@smarthr/wareki": "^1.2.0", diff --git a/packages/smarthr-ui/public/exports/smarthr-ui-props.json b/packages/smarthr-ui/public/exports/smarthr-ui-props.json index 5bb4a270bf..a1ed6fdeaf 100644 --- a/packages/smarthr-ui/public/exports/smarthr-ui-props.json +++ b/packages/smarthr-ui/public/exports/smarthr-ui-props.json @@ -1 +1 @@ -[{"tags":{},"filePath":"lib/themes/createZIndex.d.ts","description":"","displayName":"createZIndex","methods":[],"props":[{"defaultValue":null,"description":"","name":"AUTO","declarations":[{"fileName":"lib/themes/createZIndex.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"\"auto\""}},{"defaultValue":null,"description":"","name":"DEFAULT","declarations":[{"fileName":"lib/themes/createZIndex.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"","name":"FIXED_MENU","declarations":[{"fileName":"lib/themes/createZIndex.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"","name":"OVERLAP_BASE","declarations":[{"fileName":"lib/themes/createZIndex.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"","name":"OVERLAP","declarations":[{"fileName":"lib/themes/createZIndex.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"","name":"FLASH_MESSAGE","declarations":[{"fileName":"lib/themes/createZIndex.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}}]},{"tags":{},"filePath":"lib/themes/createTheme.d.ts","description":"","displayName":"createTheme","methods":[],"props":[{"defaultValue":null,"description":"@deprecated The palette property will be deprecated, please use color property instead","name":"palette","declarations":[{"fileName":"lib/themes/createTheme.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"PaletteProperty"}},{"defaultValue":null,"description":"","name":"color","declarations":[{"fileName":"lib/themes/createTheme.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"Partial<{ TRANSPARENCY_15: string; TRANSPARENCY_30: string; TRANSPARENCY_50: string; GREY_5: string; GREY_6: string; GREY_7: string; GREY_9: string; GREY_20: string; GREY_30: string; GREY_65: string; ... 21 more ...; BRAND: string; }>"}},{"defaultValue":null,"description":"@deprecated The size property will be deprecated, please use fontSize, spacing or breakpoint property instead","name":"size","declarations":[{"fileName":"lib/themes/createTheme.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"SizeProperty"}},{"defaultValue":null,"description":"","name":"fontSize","declarations":[{"fileName":"lib/themes/createTheme.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"FontSizeProperty"}},{"defaultValue":null,"description":"","name":"leading","declarations":[{"fileName":"lib/themes/createTheme.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"Partial>"}},{"defaultValue":null,"description":"","name":"spacing","declarations":[{"fileName":"lib/themes/createTheme.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"SpacingProperty"}},{"defaultValue":null,"description":"","name":"breakpoint","declarations":[{"fileName":"lib/themes/createTheme.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"BreakpointProperty"}},{"defaultValue":null,"description":"@deprecated The frame property will be deprecated, please use border or radius property instead","name":"frame","declarations":[{"fileName":"lib/themes/createTheme.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"FrameProperty"}},{"defaultValue":null,"description":"","name":"border","declarations":[{"fileName":"lib/themes/createTheme.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"BorderProperty"}},{"defaultValue":null,"description":"","name":"radius","declarations":[{"fileName":"lib/themes/createTheme.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"RadiusProperty"}},{"defaultValue":null,"description":"","name":"interaction","declarations":[{"fileName":"lib/themes/createTheme.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"InteractionProperty"}},{"defaultValue":null,"description":"","name":"shadow","declarations":[{"fileName":"lib/themes/createTheme.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"ShadowProperty"}},{"defaultValue":null,"description":"","name":"zIndex","declarations":[{"fileName":"lib/themes/createTheme.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"ZIndexProperty"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/themes/createSpacing.d.ts","description":"","displayName":"createSpacing","methods":[],"props":[]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/themes/createSpacing.d.ts","description":"","displayName":"createSpacingByChar","methods":[],"props":[]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/themes/createSize.d.ts","description":"","displayName":"createSize","methods":[],"props":[{"defaultValue":null,"description":"","name":"htmlFontSize","declarations":[{"fileName":"smarthr-ui/lib/themes/createSize.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"","name":"space","declarations":[{"fileName":"smarthr-ui/lib/themes/createSize.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"{ defaultRem?: number; XXS?: number; XS?: number; S?: number; M?: number; L?: number; XL?: number; XXL?: number; }"}},{"defaultValue":null,"description":"","name":"font","declarations":[{"fileName":"smarthr-ui/lib/themes/createSize.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"{ SHORT?: number; TALL?: number; GRANDE?: number; VENTI?: number; }"}},{"defaultValue":null,"description":"","name":"mediaQuery","declarations":[{"fileName":"smarthr-ui/lib/themes/createSize.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"{ SP?: number; TABLET?: number; }"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/themes/createRadius.d.ts","description":"","displayName":"createRadius","methods":[],"props":[{"defaultValue":null,"description":"","name":"s","declarations":[{"fileName":"smarthr-ui/lib/themes/createRadius.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"m","declarations":[{"fileName":"smarthr-ui/lib/themes/createRadius.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"l","declarations":[{"fileName":"smarthr-ui/lib/themes/createRadius.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"full","declarations":[{"fileName":"smarthr-ui/lib/themes/createRadius.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/themes/createPalette.d.ts","description":"","displayName":"createPalette","methods":[],"props":[{"defaultValue":null,"description":"","name":"TEXT_BLACK","declarations":[{"fileName":"smarthr-ui/lib/themes/createPalette.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"TEXT_GREY","declarations":[{"fileName":"smarthr-ui/lib/themes/createPalette.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"TEXT_DISABLED","declarations":[{"fileName":"smarthr-ui/lib/themes/createPalette.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"TEXT_LINK","declarations":[{"fileName":"smarthr-ui/lib/themes/createPalette.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"BORDER","declarations":[{"fileName":"smarthr-ui/lib/themes/createPalette.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"ACTION_BACKGROUND","declarations":[{"fileName":"smarthr-ui/lib/themes/createPalette.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"BACKGROUND","declarations":[{"fileName":"smarthr-ui/lib/themes/createPalette.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"COLUMN","declarations":[{"fileName":"smarthr-ui/lib/themes/createPalette.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"OVER_BACKGROUND","declarations":[{"fileName":"smarthr-ui/lib/themes/createPalette.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"HEAD","declarations":[{"fileName":"smarthr-ui/lib/themes/createPalette.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"BASE_GREY","declarations":[{"fileName":"smarthr-ui/lib/themes/createPalette.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"MAIN","declarations":[{"fileName":"smarthr-ui/lib/themes/createPalette.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"DANGER","declarations":[{"fileName":"smarthr-ui/lib/themes/createPalette.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"WARNING","declarations":[{"fileName":"smarthr-ui/lib/themes/createPalette.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"SCRIM","declarations":[{"fileName":"smarthr-ui/lib/themes/createPalette.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"OVERLAY","declarations":[{"fileName":"smarthr-ui/lib/themes/createPalette.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"OUTLINE","declarations":[{"fileName":"smarthr-ui/lib/themes/createPalette.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/themes/createLeading.d.ts","description":"","displayName":"createLeading","methods":[],"props":[{"defaultValue":null,"description":"","name":"TIGHT","declarations":[{"fileName":"smarthr-ui/lib/themes/createLeading.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"","name":"NORMAL","declarations":[{"fileName":"smarthr-ui/lib/themes/createLeading.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"","name":"RELAXED","declarations":[{"fileName":"smarthr-ui/lib/themes/createLeading.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/themes/createInteraction.d.ts","description":"","displayName":"createInteraction","methods":[],"props":[{"defaultValue":null,"description":"","name":"hover","declarations":[{"fileName":"smarthr-ui/lib/themes/createInteraction.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"{ feedbackOpacity?: string; animationDuration?: string; animationTiming?: string; animation?: string; }"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/themes/createFontSize.d.ts","description":"","displayName":"createFontSize","methods":[],"props":[{"defaultValue":null,"description":"@deprecated","name":"htmlFontSize","declarations":[{"fileName":"smarthr-ui/lib/themes/createFontSize.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"@deprecated","name":"SHORT","declarations":[{"fileName":"smarthr-ui/lib/themes/createFontSize.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"@deprecated","name":"TALL","declarations":[{"fileName":"smarthr-ui/lib/themes/createFontSize.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"@deprecated","name":"GRANDE","declarations":[{"fileName":"smarthr-ui/lib/themes/createFontSize.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"@deprecated","name":"VENTI","declarations":[{"fileName":"smarthr-ui/lib/themes/createFontSize.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"","name":"scaleFactor","declarations":[{"fileName":"smarthr-ui/lib/themes/createFontSize.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"","name":"XXS","declarations":[{"fileName":"smarthr-ui/lib/themes/createFontSize.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"XS","declarations":[{"fileName":"smarthr-ui/lib/themes/createFontSize.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"S","declarations":[{"fileName":"smarthr-ui/lib/themes/createFontSize.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"M","declarations":[{"fileName":"smarthr-ui/lib/themes/createFontSize.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"L","declarations":[{"fileName":"smarthr-ui/lib/themes/createFontSize.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"XL","declarations":[{"fileName":"smarthr-ui/lib/themes/createFontSize.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"XXL","declarations":[{"fileName":"smarthr-ui/lib/themes/createFontSize.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/themes/createColor.d.ts","description":"","displayName":"createColor","methods":[],"props":[{"defaultValue":null,"description":"","name":"TRANSPARENCY_15","declarations":[{"fileName":"smarthr-ui/lib/themes/createColor.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"TRANSPARENCY_30","declarations":[{"fileName":"smarthr-ui/lib/themes/createColor.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"TRANSPARENCY_50","declarations":[{"fileName":"smarthr-ui/lib/themes/createColor.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"GREY_5","declarations":[{"fileName":"smarthr-ui/lib/themes/createColor.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"GREY_6","declarations":[{"fileName":"smarthr-ui/lib/themes/createColor.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"GREY_7","declarations":[{"fileName":"smarthr-ui/lib/themes/createColor.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"GREY_9","declarations":[{"fileName":"smarthr-ui/lib/themes/createColor.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"GREY_20","declarations":[{"fileName":"smarthr-ui/lib/themes/createColor.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"GREY_30","declarations":[{"fileName":"smarthr-ui/lib/themes/createColor.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"GREY_65","declarations":[{"fileName":"smarthr-ui/lib/themes/createColor.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"GREY_100","declarations":[{"fileName":"smarthr-ui/lib/themes/createColor.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"TEXT_BLACK","declarations":[{"fileName":"smarthr-ui/lib/themes/createColor.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"TEXT_WHITE","declarations":[{"fileName":"smarthr-ui/lib/themes/createColor.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"TEXT_GREY","declarations":[{"fileName":"smarthr-ui/lib/themes/createColor.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"TEXT_DISABLED","declarations":[{"fileName":"smarthr-ui/lib/themes/createColor.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"TEXT_LINK","declarations":[{"fileName":"smarthr-ui/lib/themes/createColor.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"WHITE","declarations":[{"fileName":"smarthr-ui/lib/themes/createColor.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"BACKGROUND","declarations":[{"fileName":"smarthr-ui/lib/themes/createColor.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"COLUMN","declarations":[{"fileName":"smarthr-ui/lib/themes/createColor.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"BASE_GREY","declarations":[{"fileName":"smarthr-ui/lib/themes/createColor.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"OVER_BACKGROUND","declarations":[{"fileName":"smarthr-ui/lib/themes/createColor.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"HEAD","declarations":[{"fileName":"smarthr-ui/lib/themes/createColor.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"BORDER","declarations":[{"fileName":"smarthr-ui/lib/themes/createColor.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"ACTION_BACKGROUND","declarations":[{"fileName":"smarthr-ui/lib/themes/createColor.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"MAIN","declarations":[{"fileName":"smarthr-ui/lib/themes/createColor.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"OUTLINE","declarations":[{"fileName":"smarthr-ui/lib/themes/createColor.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"DANGER","declarations":[{"fileName":"smarthr-ui/lib/themes/createColor.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"WARNING","declarations":[{"fileName":"smarthr-ui/lib/themes/createColor.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"WARNING_YELLOW","declarations":[{"fileName":"smarthr-ui/lib/themes/createColor.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"OVERLAY","declarations":[{"fileName":"smarthr-ui/lib/themes/createColor.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"SCRIM","declarations":[{"fileName":"smarthr-ui/lib/themes/createColor.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"BRAND","declarations":[{"fileName":"smarthr-ui/lib/themes/createColor.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/themes/createBreakpoint.d.ts","description":"","displayName":"createBreakpoint","methods":[],"props":[{"defaultValue":null,"description":"","name":"SP","declarations":[{"fileName":"smarthr-ui/lib/themes/createBreakpoint.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"","name":"TABLET","declarations":[{"fileName":"smarthr-ui/lib/themes/createBreakpoint.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}}]},{"tags":{},"filePath":"lib/themes/ThemeProvider.d.ts","description":"","displayName":"ThemeProvider","methods":[],"props":[{"defaultValue":null,"description":"","name":"theme","declarations":[{"fileName":"lib/themes/ThemeProvider.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"CreatedTheme"}}]},{"tags":{},"filePath":"lib/themes/tailwind/TailwindThemeProvider.d.ts","description":"","displayName":"ThemeProvider","methods":[],"props":[{"defaultValue":null,"description":"","name":"config","declarations":[{"fileName":"lib/themes/tailwind/TailwindThemeProvider.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"{ content: never[]; theme: { backgroundColor: ({ theme }: PluginUtils) => { black: string; white: string; 'white-darken': any; link: string; background: string; border: any; brand: any; column: string; ... 16 more ...; transparent: string; }; ... 12 more ...; extend: { ...; }; }; corePlugins: { ...; }; plugins: { ....."}}]},{"tags":{},"filePath":"lib/components/VisuallyHiddenText/VisuallyHiddenText.d.ts","description":"","displayName":"visuallyHiddenText","methods":[],"props":[{"defaultValue":null,"description":"","name":"class","declarations":[{"fileName":"smarthr-ui/node_modules/.pnpm/tailwind-variants@0.2.1_tailwindcss@3.4.4_ts-node@10.9.2_@swc+core@1.5.25_@swc+helpers@0.5.5__wixkefo76u54chbjz34lo5wxle/node_modules/tailwind-variants/dist/index.d.ts","name":"TypeLiteral"},{"fileName":"smarthr-ui/node_modules/.pnpm/tailwind-variants@0.2.1_tailwindcss@3.4.4_ts-node@10.9.2_@swc+core@1.5.25_@swc+helpers@0.5.5__wixkefo76u54chbjz34lo5wxle/node_modules/tailwind-variants/dist/index.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ClassNameValue","value":[{"value":"string"},{"value":"false"},{"value":"0"},{"value":"0n"},{"value":"ClassNameArray","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"","name":"className","declarations":[{"fileName":"smarthr-ui/node_modules/.pnpm/tailwind-variants@0.2.1_tailwindcss@3.4.4_ts-node@10.9.2_@swc+core@1.5.25_@swc+helpers@0.5.5__wixkefo76u54chbjz34lo5wxle/node_modules/tailwind-variants/dist/index.d.ts","name":"TypeLiteral"},{"fileName":"smarthr-ui/node_modules/.pnpm/tailwind-variants@0.2.1_tailwindcss@3.4.4_ts-node@10.9.2_@swc+core@1.5.25_@swc+helpers@0.5.5__wixkefo76u54chbjz34lo5wxle/node_modules/tailwind-variants/dist/index.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ClassNameValue","value":[{"value":"string"},{"value":"false"},{"value":"0"},{"value":"0n"},{"value":"ClassNameArray","description":"","fullComment":"","tags":{}}]}}]},{"tags":{},"filePath":"lib/components/VisuallyHiddenText/VisuallyHiddenText.d.ts","description":"","displayName":"VisuallyHiddenText","methods":[],"props":[]},{"tags":{},"filePath":"lib/components/Tooltip/tooltipHelper.d.ts","description":"","displayName":"getTooltipRect","methods":[],"props":[{"defaultValue":null,"description":"","name":"parentRect","declarations":[{"fileName":"lib/components/Tooltip/tooltipHelper.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"DOMRect"}},{"defaultValue":null,"description":"","name":"scrollOffset","declarations":[{"fileName":"lib/components/Tooltip/tooltipHelper.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"{ top: number; left: number; }"}},{"defaultValue":null,"description":"","name":"tooltipSize","declarations":[{"fileName":"lib/components/Tooltip/tooltipHelper.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"{ width: number; height: number; }"}},{"defaultValue":null,"description":"","name":"vertical","declarations":[{"fileName":"lib/components/Tooltip/tooltipHelper.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"\"top\" | \"middle\" | \"bottom\"","value":[{"value":"\"top\""},{"value":"\"middle\""},{"value":"\"bottom\""}]}},{"defaultValue":null,"description":"","name":"horizontal","declarations":[{"fileName":"lib/components/Tooltip/tooltipHelper.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"\"center\" | \"left\" | \"right\"","value":[{"value":"\"center\""},{"value":"\"left\""},{"value":"\"right\""}]}},{"defaultValue":null,"description":"","name":"isIcon","declarations":[{"fileName":"lib/components/Tooltip/tooltipHelper.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"","name":"outerMargin","declarations":[{"fileName":"lib/components/Tooltip/tooltipHelper.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"number"}}]},{"tags":{},"filePath":"lib/components/Tooltip/TooltipPortal.d.ts","description":"","displayName":"TooltipPortal","methods":[],"props":[{"defaultValue":null,"description":"","name":"message","declarations":[{"fileName":"lib/components/Tooltip/TooltipPortal.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"","name":"isVisible","declarations":[{"fileName":"lib/components/Tooltip/TooltipPortal.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"","name":"parentRect","declarations":[{"fileName":"lib/components/Tooltip/TooltipPortal.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"DOMRect"}},{"defaultValue":null,"description":"","name":"isIcon","declarations":[{"fileName":"lib/components/Tooltip/TooltipPortal.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"","name":"isMultiLine","declarations":[{"fileName":"lib/components/Tooltip/TooltipPortal.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"","name":"horizontal","declarations":[{"fileName":"lib/components/Tooltip/TooltipPortal.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"\"auto\" | \"center\" | \"left\" | \"right\"","value":[{"value":"\"auto\""},{"value":"\"center\""},{"value":"\"left\""},{"value":"\"right\""}]}},{"defaultValue":null,"description":"","name":"vertical","declarations":[{"fileName":"lib/components/Tooltip/TooltipPortal.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"\"auto\" | \"top\" | \"middle\" | \"bottom\"","value":[{"value":"\"auto\""},{"value":"\"top\""},{"value":"\"middle\""},{"value":"\"bottom\""}]}},{"defaultValue":null,"description":"","name":"fullscreenElement","declarations":[{"fileName":"lib/components/Tooltip/TooltipPortal.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"Element"}}]},{"tags":{},"filePath":"lib/components/Tooltip/Tooltip.d.ts","description":"","displayName":"Tooltip","methods":[],"props":[{"defaultValue":null,"description":"ツールチップ内に表示するメッセージ","name":"message","declarations":[{"fileName":"lib/components/Tooltip/Tooltip.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"ツールチップを表示する対象のタイプ。アイコンの場合は `icon` を指定する","name":"triggerType","declarations":[{"fileName":"lib/components/Tooltip/Tooltip.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"\"text\" | \"icon\"","value":[{"value":"\"text\""},{"value":"\"icon\""}]}},{"defaultValue":null,"description":"ツールチップ内を複数行で表示する場合に `true` を指定する","name":"multiLine","declarations":[{"fileName":"lib/components/Tooltip/Tooltip.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"`true` のとき、ツールチップを表示する対象が省略されている場合のみツールチップ表示を有効にする","name":"ellipsisOnly","declarations":[{"fileName":"lib/components/Tooltip/Tooltip.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"水平方向の位置","name":"horizontal","declarations":[{"fileName":"lib/components/Tooltip/Tooltip.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"\"auto\" | \"center\" | \"left\" | \"right\"","value":[{"value":"\"auto\""},{"value":"\"center\""},{"value":"\"left\""},{"value":"\"right\""}]}},{"defaultValue":null,"description":"垂直方向の位置","name":"vertical","declarations":[{"fileName":"lib/components/Tooltip/Tooltip.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"\"auto\" | \"top\" | \"middle\" | \"bottom\"","value":[{"value":"\"auto\""},{"value":"\"top\""},{"value":"\"middle\""},{"value":"\"bottom\""}]}},{"defaultValue":null,"description":"ツールチップを表示する対象の tabIndex 値","name":"tabIndex","declarations":[{"fileName":"lib/components/Tooltip/Tooltip.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"ツールチップを内包要素に紐付けるかどうか","name":"ariaDescribedbyTarget","declarations":[{"fileName":"lib/components/Tooltip/Tooltip.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"\"wrapper\" | \"inner\"","value":[{"value":"\"wrapper\""},{"value":"\"inner\""}]}}]},{"tags":{},"filePath":"lib/components/Textarea/Textarea.d.ts","description":"","displayName":"Textarea","methods":[],"props":[{"defaultValue":null,"description":"自動でフォーカスされるかどうか","name":"autoFocus","declarations":[{"fileName":"lib/components/Textarea/Textarea.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"@deprecated placeholder属性は非推奨です。別途ヒント用要素の設置を検討してください。","name":"placeholder","declarations":[{"fileName":"lib/components/Textarea/Textarea.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"行数の初期値。省略した場合は2","name":"rows","declarations":[{"fileName":"lib/components/Textarea/Textarea.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"入力値にエラーがあるかどうか","name":"error","declarations":[{"fileName":"lib/components/Textarea/Textarea.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントの幅","name":"width","declarations":[{"fileName":"lib/components/Textarea/Textarea.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"string | number","value":[{"value":"string"},{"value":"number"}]}},{"defaultValue":null,"description":"自動で広がるかどうか","name":"autoResize","declarations":[{"fileName":"lib/components/Textarea/Textarea.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"最大行数。超えるとスクロールする。初期値は無限","name":"maxRows","declarations":[{"fileName":"lib/components/Textarea/Textarea.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"入力可能な最大文字数。あと何文字入力できるかの表示が追加される。html的なvalidateは発生しない","name":"maxLetters","declarations":[{"fileName":"lib/components/Textarea/Textarea.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"コンポーネント内の文言を変更するための関数を設定","name":"decorators","declarations":[{"fileName":"lib/components/Textarea/Textarea.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"DecoratorsType<\"beforeMaxLettersCount\" | \"afterMaxLettersCount\">"}}]},{"tags":{},"filePath":"lib/components/TextLink/TextLink.d.ts","description":"","displayName":"TextLink","methods":[],"props":[{"defaultValue":null,"description":"リンクをクリックした時に発火するコールバック関数","name":"onClick","declarations":[{"fileName":"lib/components/TextLink/TextLink.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"(e: MouseEvent) => void"}},{"defaultValue":null,"description":"テキストの前に表示するアイコン","name":"prefix","declarations":[{"fileName":"lib/components/TextLink/TextLink.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"テキストの後ろに表示するアイコン","name":"suffix","declarations":[{"fileName":"lib/components/TextLink/TextLink.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}}]},{"tags":{},"filePath":"lib/components/Text/Text.d.ts","description":"","displayName":"Text","methods":[],"props":[{"defaultValue":null,"description":"","name":"size","required":false,"type":{"name":"enum","raw":"\"XXS\" | \"XS\" | \"S\" | \"M\" | \"L\" | \"XL\" | \"XXL\"","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"","name":"weight","required":false,"type":{"name":"enum","raw":"\"normal\" | \"bold\"","value":[{"value":"\"normal\""},{"value":"\"bold\""}]}},{"defaultValue":null,"description":"","name":"italic","required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"","name":"leading","required":false,"type":{"name":"enum","raw":"\"NONE\" | \"TIGHT\" | \"NORMAL\" | \"LOOSE\"","value":[{"value":"\"NONE\""},{"value":"\"TIGHT\""},{"value":"\"NORMAL\""},{"value":"\"LOOSE\""}]}},{"defaultValue":null,"description":"","name":"whiteSpace","required":false,"type":{"name":"enum","raw":"\"pre\" | \"normal\" | \"nowrap\" | \"pre-line\" | \"pre-wrap\"","value":[{"value":"\"pre\""},{"value":"\"normal\""},{"value":"\"nowrap\""},{"value":"\"pre-line\""},{"value":"\"pre-wrap\""}]}},{"defaultValue":null,"description":"強調するかどうかの真偽値。指定すると em 要素になる","name":"emphasis","declarations":[{"fileName":"lib/components/Text/Text.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"見た目の種類。Heading の種類と同じ","name":"styleType","declarations":[{"fileName":"lib/components/Text/Text.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"HeadingTypes","value":[{"value":"\"screenTitle\""},{"value":"\"sectionTitle\""},{"value":"\"blockTitle\""},{"value":"\"subBlockTitle\""},{"value":"\"subSubBlockTitle\""}]}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Text/RangeSeparator.d.ts","description":"","displayName":"RangeSeparator","methods":[],"props":[{"defaultValue":null,"description":"","name":"decorators","declarations":[{"fileName":"smarthr-ui/lib/components/Text/RangeSeparator.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"DecoratorsType<\"text\" | \"visuallyHiddenText\">"}}]},{"tags":{},"filePath":"lib/components/Table/ThCheckbox.d.ts","description":"","displayName":"ThCheckbox","methods":[],"props":[{"defaultValue":null,"description":"","name":"mixed","declarations":[{"fileName":"lib/components/Table/ThCheckbox.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"","name":"error","declarations":[{"fileName":"lib/components/Table/ThCheckbox.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"","name":"decorators","declarations":[{"fileName":"lib/components/Table/ThCheckbox.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"DecoratorsType<\"checkAllInvisibleLabel\">"}}]},{"tags":{},"filePath":"lib/components/Table/Th.d.ts","description":"","displayName":"Th","methods":[],"props":[{"defaultValue":null,"description":"並び替え状態","name":"sort","declarations":[{"fileName":"lib/components/Table/Th.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"\"desc\" | \"none\" | \"asc\"","value":[{"value":"\"desc\""},{"value":"\"none\""},{"value":"\"asc\""}]}},{"defaultValue":null,"description":"並び替えをクリックした時に発火するコールバック関数","name":"onSort","declarations":[{"fileName":"lib/components/Table/Th.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"() => void"}},{"defaultValue":null,"description":"文言を変更するための関数","name":"decorators","declarations":[{"fileName":"lib/components/Table/Th.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"{ sortDirectionIconAlt: (text: string, { sort }: { sort: \"desc\" | \"none\" | \"asc\"; }) => ReactNode; }"}},{"defaultValue":null,"description":"`true` のとき、TableReel内で固定表示になる","name":"fixed","declarations":[{"fileName":"lib/components/Table/Th.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}}]},{"tags":{},"filePath":"lib/components/Table/TdCheckbox.d.ts","description":"","displayName":"TdCheckbox","methods":[],"props":[{"defaultValue":null,"description":"aria-labelledby では特定できない場合に補足するための不可視ラベル","name":"children","declarations":[{"fileName":"lib/components/Table/TdCheckbox.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"値を特定するための行 id","name":"aria-labelledby","declarations":[{"fileName":"lib/components/Table/TdCheckbox.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"string"}},{"defaultValue":null,"description":"`true` のとき、チェック状態を `mixed` にする","name":"mixed","declarations":[{"fileName":"smarthr-ui/lib/components/CheckBox/CheckBox.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"チェックボックスにエラーがあるかどうか","name":"error","declarations":[{"fileName":"smarthr-ui/lib/components/CheckBox/CheckBox.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}}]},{"tags":{},"filePath":"lib/components/Table/Td.d.ts","description":"","displayName":"Td","methods":[],"props":[{"defaultValue":null,"description":"","name":"fixed","required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"","name":"nullable","required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}}]},{"tags":{},"filePath":"lib/components/Table/TableReel.d.ts","description":"","displayName":"TableReel","methods":[],"props":[{"defaultValue":null,"description":"","name":"ref","declarations":[{"fileName":"smarthr-ui/node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"Ref","value":[{"value":"(instance: HTMLDivElement) => void","description":"","fullComment":"","tags":{}},{"value":"RefObject","description":"A readonly ref container where {@link current} cannot be mutated.\n\nCreated by {@link createRef}, or {@link useRef} when passed `null`.","fullComment":"A readonly ref container where {@link current} cannot be mutated.\n\nCreated by {@link createRef}, or {@link useRef} when passed `null`.\n@template T The type of the ref's value.\n@example ```tsx\nconst ref = createRef();\n\nref.current = document.createElement('div'); // Error\n```","tags":{"template":"T The type of the ref's value.","example":"```tsx\nconst ref = createRef();\n\nref.current = document.createElement('div'); // Error\n```"}}]}}]},{"tags":{},"filePath":"lib/components/Table/Table.d.ts","description":"","displayName":"Table","methods":[],"props":[{"defaultValue":null,"description":"`true` のとき、スクロール時にヘッダーを固定表示する","name":"fixedHead","declarations":[{"fileName":"lib/components/Table/Table.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}}]},{"tags":{},"filePath":"lib/components/Table/EmptyTableBody.d.ts","description":"","displayName":"EmptyTableBody","methods":[],"props":[{"defaultValue":null,"description":"境界とコンテンツの間の余白","name":"padding","declarations":[{"fileName":"lib/components/Table/EmptyTableBody.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"Padding","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""},{"value":"{ vertical?: Gap; horizontal?: Gap; }","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"","name":"ref","declarations":[{"fileName":"smarthr-ui/node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"Ref","value":[{"value":"(instance: HTMLTableSectionElement) => void","description":"","fullComment":"","tags":{}},{"value":"RefObject","description":"A readonly ref container where {@link current} cannot be mutated.\n\nCreated by {@link createRef}, or {@link useRef} when passed `null`.","fullComment":"A readonly ref container where {@link current} cannot be mutated.\n\nCreated by {@link createRef}, or {@link useRef} when passed `null`.\n@template T The type of the ref's value.\n@example ```tsx\nconst ref = createRef();\n\nref.current = document.createElement('div'); // Error\n```","tags":{"template":"T The type of the ref's value.","example":"```tsx\nconst ref = createRef();\n\nref.current = document.createElement('div'); // Error\n```"}}]}}]},{"tags":{},"filePath":"lib/components/Table/BulkActionRow.d.ts","description":"","displayName":"BulkActionRow","methods":[],"props":[{"defaultValue":null,"description":"","name":"ref","declarations":[{"fileName":"smarthr-ui/node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"Ref","value":[{"value":"(instance: HTMLTableRowElement) => void","description":"","fullComment":"","tags":{}},{"value":"RefObject","description":"A readonly ref container where {@link current} cannot be mutated.\n\nCreated by {@link createRef}, or {@link useRef} when passed `null`.","fullComment":"A readonly ref container where {@link current} cannot be mutated.\n\nCreated by {@link createRef}, or {@link useRef} when passed `null`.\n@template T The type of the ref's value.\n@example ```tsx\nconst ref = createRef();\n\nref.current = document.createElement('div'); // Error\n```","tags":{"template":"T The type of the ref's value.","example":"```tsx\nconst ref = createRef();\n\nref.current = document.createElement('div'); // Error\n```"}}]}}]},{"tags":{},"filePath":"lib/components/TabBar/TabItem.d.ts","description":"","displayName":"TabItem","methods":[],"props":[{"defaultValue":null,"description":"`true` のとき、タブが選択状態のスタイルになる","name":"selected","declarations":[{"fileName":"lib/components/TabBar/TabItem.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"`true` のとき、タブを無効状態にしてクリック不能にする","name":"disabled","declarations":[{"fileName":"lib/components/TabBar/TabItem.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"タブをクリックした時に発火するコールバック関数","name":"onClick","declarations":[{"fileName":"lib/components/TabBar/TabItem.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"(tabId: string) => void"}}]},{"tags":{},"filePath":"lib/components/TabBar/TabBar.d.ts","description":"","displayName":"TabBar","methods":[],"props":[{"defaultValue":null,"description":"`true` のとき、TabBar に下線を表示する","name":"bordered","declarations":[{"fileName":"lib/components/TabBar/TabBar.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}}]},{"tags":{},"filePath":"lib/components/Switch/Switch.d.ts","description":"","displayName":"Switch","methods":[],"props":[]},{"tags":{},"filePath":"lib/components/StatusLabel/StatusLabel.d.ts","description":"","displayName":"StatusLabel","methods":[],"props":[{"defaultValue":null,"description":"","name":"type","required":false,"type":{"name":"enum","raw":"\"error\" | \"grey\" | \"blue\" | \"green\" | \"red\" | \"warning\"","value":[{"value":"\"error\""},{"value":"\"grey\""},{"value":"\"blue\""},{"value":"\"green\""},{"value":"\"red\""},{"value":"\"warning\""}]}},{"defaultValue":null,"description":"","name":"bold","required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}}]},{"tags":{},"filePath":"lib/components/SpreadsheetTable/SpreadsheetTable.d.ts","description":"","displayName":"SpreadsheetTable","methods":[],"props":[{"defaultValue":null,"description":"","name":"data","declarations":[{"fileName":"lib/components/SpreadsheetTable/SpreadsheetTable.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"ReactNode[][]"}}]},{"tags":{},"filePath":"lib/components/SmartHRLogo/SmartHRLogo.d.ts","description":"","displayName":"SmartHRLogo","methods":[],"props":[{"defaultValue":null,"description":"コンポーネントのタイトル","name":"alt","declarations":[{"fileName":"lib/components/SmartHRLogo/SmartHRLogo.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"コンポーネントの幅","name":"width","declarations":[{"fileName":"lib/components/SmartHRLogo/SmartHRLogo.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"string | number","value":[{"value":"string"},{"value":"number"}]}},{"defaultValue":null,"description":"コンポーネントの高さ","name":"height","declarations":[{"fileName":"lib/components/SmartHRLogo/SmartHRLogo.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"string | number","value":[{"value":"string"},{"value":"number"}]}},{"defaultValue":null,"description":"","name":"fill","required":false,"type":{"name":"enum","raw":"\"white\" | \"brand\" | \"black\"","value":[{"value":"\"white\""},{"value":"\"brand\""},{"value":"\"black\""}]}}]},{"tags":{},"filePath":"lib/components/SideNav/SideNavItemButton.d.ts","description":"","displayName":"SideNavItemButton","methods":[],"props":[{"defaultValue":null,"description":"アイテムのタイトル","name":"title","declarations":[{"fileName":"lib/components/SideNav/SideNavItemButton.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"タイトルのプレフィックスの内容。通常、StatusLabel の配置に用います。","name":"prefix","declarations":[{"fileName":"lib/components/SideNav/SideNavItemButton.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"選択されているアイテムかどうか","name":"isSelected","declarations":[{"fileName":"lib/components/SideNav/SideNavItemButton.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"アイテムの大きさ","name":"size","declarations":[{"fileName":"lib/components/SideNav/SideNavItemButton.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"SideNavSizeType","value":[{"value":"\"s\""},{"value":"\"default\""}]}},{"defaultValue":null,"description":"アイテムを押下したときに発火するコールバック関数","name":"onClick","declarations":[{"fileName":"lib/components/SideNav/SideNavItemButton.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"OnClick"}}]},{"tags":{},"filePath":"lib/components/SideNav/SideNav.d.ts","description":"","displayName":"SideNav","methods":[],"props":[{"defaultValue":null,"description":"各アイテムのデータの配列","name":"items","declarations":[{"fileName":"lib/components/SideNav/SideNav.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"SideNavItemButtonProps[]"}},{"defaultValue":null,"description":"各アイテムの大きさ","name":"size","declarations":[{"fileName":"lib/components/SideNav/SideNav.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"SideNavSizeType","value":[{"value":"\"s\""},{"value":"\"default\""}]}},{"defaultValue":null,"description":"アイテムを押下したときに発火するコールバック関数","name":"onClick","declarations":[{"fileName":"lib/components/SideNav/SideNav.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"OnClick"}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"lib/components/SideNav/SideNav.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"lib/components/Select/Select.d.ts","description":"","displayName":"Select","methods":[],"props":[{"defaultValue":null,"description":"選択肢のデータの配列","name":"options","declarations":[{"fileName":"lib/components/Select/Select.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"(Option | Optgroup)[]"}},{"defaultValue":null,"description":"フォームの値が変わったときに発火するコールバック関数","name":"onChangeValue","declarations":[{"fileName":"lib/components/Select/Select.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"(value: T) => void"}},{"defaultValue":null,"description":"フォームの値にエラーがあるかどうか","name":"error","declarations":[{"fileName":"lib/components/Select/Select.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントの幅","name":"width","declarations":[{"fileName":"lib/components/Select/Select.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"string | number","value":[{"value":"string"},{"value":"number"}]}},{"defaultValue":null,"description":"コンポーネントの大きさ","name":"size","declarations":[{"fileName":"lib/components/Select/Select.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"\"s\" | \"default\"","value":[{"value":"\"s\""},{"value":"\"default\""}]}},{"defaultValue":null,"description":"空の選択肢を表示するかどうか","name":"hasBlank","declarations":[{"fileName":"lib/components/Select/Select.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネント内の文言を変更するための関数を設定","name":"decorators","declarations":[{"fileName":"lib/components/Select/Select.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"DecoratorsType<\"blankLabel\">"}}]},{"tags":{},"filePath":"lib/components/SegmentedControl/SegmentedControl.d.ts","description":"","displayName":"SegmentedControl","methods":[],"props":[{"defaultValue":null,"description":"選択肢の配列","name":"options","declarations":[{"fileName":"lib/components/SegmentedControl/SegmentedControl.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"Option[]"}},{"defaultValue":null,"description":"選択中の値","name":"value","declarations":[{"fileName":"lib/components/SegmentedControl/SegmentedControl.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"選択肢を押下したときに発火するコールバック関数","name":"onClickOption","declarations":[{"fileName":"lib/components/SegmentedControl/SegmentedControl.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"(value: string) => void"}},{"defaultValue":null,"description":"各ボタンの大きさ","name":"size","declarations":[{"fileName":"lib/components/SegmentedControl/SegmentedControl.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"\"s\" | \"default\"","value":[{"value":"\"s\""},{"value":"\"default\""}]}},{"defaultValue":null,"description":"各ボタンを正方形にするかどうか。アイコンボタンを使用する場合に指定します。","name":"isSquare","declarations":[{"fileName":"lib/components/SegmentedControl/SegmentedControl.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"lib/components/SegmentedControl/SegmentedControl.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"lib/components/SectioningContent/SectioningContent.d.ts","description":"","displayName":"Section","methods":[],"props":[{"defaultValue":null,"description":"","name":"baseLevel","declarations":[{"fileName":"lib/components/SectioningContent/SectioningContent.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}}]},{"tags":{},"filePath":"lib/components/SectioningContent/SectioningContent.d.ts","description":"","displayName":"Article","methods":[],"props":[{"defaultValue":null,"description":"","name":"baseLevel","declarations":[{"fileName":"lib/components/SectioningContent/SectioningContent.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}}]},{"tags":{},"filePath":"lib/components/SectioningContent/SectioningContent.d.ts","description":"","displayName":"Aside","methods":[],"props":[{"defaultValue":null,"description":"","name":"baseLevel","declarations":[{"fileName":"lib/components/SectioningContent/SectioningContent.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}}]},{"tags":{},"filePath":"lib/components/SectioningContent/SectioningContent.d.ts","description":"","displayName":"Nav","methods":[],"props":[{"defaultValue":null,"description":"","name":"baseLevel","declarations":[{"fileName":"lib/components/SectioningContent/SectioningContent.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}}]},{"tags":{},"filePath":"lib/components/SectioningContent/SectioningContent.d.ts","description":"","displayName":"SectioningFragment","methods":[],"props":[{"defaultValue":null,"description":"","name":"baseLevel","declarations":[{"fileName":"lib/components/SectioningContent/SectioningContent.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}}]},{"tags":{},"filePath":"lib/components/ResponseMessage/ResponseMessage.d.ts","description":"","displayName":"ResponseMessage","methods":[],"props":[{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}}]},{"tags":{},"filePath":"lib/components/RadioButtonPanel/RadioButtonPanel.d.ts","description":"","displayName":"RadioButtonPanel","methods":[],"props":[]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/RadioButton/RadioButton.d.ts","description":"","displayName":"RadioButton","methods":[],"props":[]},{"tags":{},"filePath":"lib/components/Pagination/PaginationItemButton.d.ts","description":"","displayName":"PaginationItemButton","methods":[],"props":[{"defaultValue":null,"description":"","name":"page","declarations":[{"fileName":"lib/components/Pagination/PaginationItemButton.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"number"}},{"defaultValue":null,"description":"","name":"currentPage","declarations":[{"fileName":"lib/components/Pagination/PaginationItemButton.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"number"}},{"defaultValue":null,"description":"","name":"onClick","declarations":[{"fileName":"lib/components/Pagination/PaginationItemButton.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"(pageNumber: number) => void"}}]},{"tags":{},"filePath":"lib/components/Pagination/PaginationControllerItemButton.d.ts","description":"","displayName":"PaginationControllerItemButton","methods":[],"props":[{"defaultValue":null,"description":"","name":"targetPage","declarations":[{"fileName":"lib/components/Pagination/PaginationControllerItemButton.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"number"}},{"defaultValue":null,"description":"","name":"onClick","declarations":[{"fileName":"lib/components/Pagination/PaginationControllerItemButton.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"(pageNumber: number) => void"}},{"defaultValue":null,"description":"","name":"direction","declarations":[{"fileName":"lib/components/Pagination/PaginationControllerItemButton.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"\"next\" | \"prev\"","value":[{"value":"\"next\""},{"value":"\"prev\""}]}},{"defaultValue":null,"description":"","name":"disabled","declarations":[{"fileName":"lib/components/Pagination/PaginationControllerItemButton.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"","name":"double","declarations":[{"fileName":"lib/components/Pagination/PaginationControllerItemButton.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}}]},{"tags":{},"filePath":"lib/components/Pagination/Pagination.d.ts","description":"","displayName":"Pagination","methods":[],"props":[{"defaultValue":null,"description":"全ページ数","name":"total","declarations":[{"fileName":"lib/components/Pagination/Pagination.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"number"}},{"defaultValue":null,"description":"現在のページ","name":"current","declarations":[{"fileName":"lib/components/Pagination/Pagination.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"number"}},{"defaultValue":null,"description":"ボタンを押下したときに発火するコールバック関数","name":"onClick","declarations":[{"fileName":"lib/components/Pagination/Pagination.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"(pageNumber: number) => void"}},{"defaultValue":null,"description":"現在のページの前後に表示するページ番号のボタンの数","name":"padding","declarations":[{"fileName":"lib/components/Pagination/Pagination.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"lib/components/Pagination/Pagination.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"`true` のとき、ページ番号のボタンを表示しない","name":"withoutNumbers","declarations":[{"fileName":"lib/components/Pagination/Pagination.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}}]},{"tags":{},"filePath":"lib/components/PageCounter/PageCounter.d.ts","description":"","displayName":"PageCounter","methods":[],"props":[{"defaultValue":null,"description":"","name":"start","declarations":[{"fileName":"lib/components/PageCounter/PageCounter.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"number"}},{"defaultValue":null,"description":"","name":"end","declarations":[{"fileName":"lib/components/PageCounter/PageCounter.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"number"}},{"defaultValue":null,"description":"","name":"total","declarations":[{"fileName":"lib/components/PageCounter/PageCounter.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"","name":"decorators","declarations":[{"fileName":"lib/components/PageCounter/PageCounter.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"DecoratorsType<\"unitForTotal\" | \"unit\" | \"rangeSeparator\" | \"rangeSeparatorVisuallyHiddenText\">"}}]},{"tags":{},"filePath":"lib/components/NotificationBar/NotificationBar.d.ts","description":"","displayName":"notificationBar","methods":[],"props":[{"defaultValue":null,"description":"","name":"base","required":false,"type":{"name":"enum","raw":"\"base\" | \"none\"","value":[{"value":"\"base\""},{"value":"\"none\""}]}},{"defaultValue":null,"description":"","name":"animate","required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"","name":"type","required":false,"type":{"name":"enum","raw":"\"error\" | \"warning\" | \"info\" | \"success\" | \"sync\"","value":[{"value":"\"error\""},{"value":"\"warning\""},{"value":"\"info\""},{"value":"\"success\""},{"value":"\"sync\""}]}},{"defaultValue":null,"description":"","name":"bold","required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"","name":"class","declarations":[{"fileName":"smarthr-ui/node_modules/.pnpm/tailwind-variants@0.2.1_tailwindcss@3.4.4_ts-node@10.9.2_@swc+core@1.5.25_@swc+helpers@0.5.5__wixkefo76u54chbjz34lo5wxle/node_modules/tailwind-variants/dist/index.d.ts","name":"TypeLiteral"},{"fileName":"smarthr-ui/node_modules/.pnpm/tailwind-variants@0.2.1_tailwindcss@3.4.4_ts-node@10.9.2_@swc+core@1.5.25_@swc+helpers@0.5.5__wixkefo76u54chbjz34lo5wxle/node_modules/tailwind-variants/dist/index.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ClassNameValue","value":[{"value":"string"},{"value":"false"},{"value":"0"},{"value":"0n"},{"value":"ClassNameArray","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"","name":"className","declarations":[{"fileName":"smarthr-ui/node_modules/.pnpm/tailwind-variants@0.2.1_tailwindcss@3.4.4_ts-node@10.9.2_@swc+core@1.5.25_@swc+helpers@0.5.5__wixkefo76u54chbjz34lo5wxle/node_modules/tailwind-variants/dist/index.d.ts","name":"TypeLiteral"},{"fileName":"smarthr-ui/node_modules/.pnpm/tailwind-variants@0.2.1_tailwindcss@3.4.4_ts-node@10.9.2_@swc+core@1.5.25_@swc+helpers@0.5.5__wixkefo76u54chbjz34lo5wxle/node_modules/tailwind-variants/dist/index.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ClassNameValue","value":[{"value":"string"},{"value":"false"},{"value":"0"},{"value":"0n"},{"value":"ClassNameArray","description":"","fullComment":"","tags":{}}]}}]},{"tags":{},"filePath":"lib/components/NotificationBar/NotificationBar.d.ts","description":"","displayName":"NotificationBar","methods":[],"props":[{"defaultValue":null,"description":"","name":"base","required":false,"type":{"name":"enum","raw":"\"base\" | \"none\"","value":[{"value":"\"base\""},{"value":"\"none\""}]}},{"defaultValue":null,"description":"","name":"animate","required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"","name":"bold","required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"","name":"type","required":true,"type":{"name":"enum","raw":"\"error\" | \"warning\" | \"info\" | \"success\" | \"sync\"","value":[{"value":"\"error\""},{"value":"\"warning\""},{"value":"\"info\""},{"value":"\"success\""},{"value":"\"sync\""}]}},{"defaultValue":null,"description":"メッセージ","name":"message","declarations":[{"fileName":"lib/components/NotificationBar/NotificationBar.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"閉じるボタン押下時に発火させる関数","name":"onClose","declarations":[{"fileName":"lib/components/NotificationBar/NotificationBar.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"() => void"}},{"defaultValue":null,"description":"role 属性","name":"role","declarations":[{"fileName":"lib/components/NotificationBar/NotificationBar.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"\"alert\" | \"status\"","value":[{"value":"\"alert\""},{"value":"\"status\""}]}},{"defaultValue":null,"description":"","name":"layer","required":false,"type":{"name":"enum","raw":"0 | 1 | 2 | 3 | 4","value":[{"value":"0"},{"value":"1"},{"value":"2"},{"value":"3"},{"value":"4"}]}}]},{"tags":{},"filePath":"lib/components/Loader/Loader.d.ts","description":"","displayName":"Loader","methods":[],"props":[{"defaultValue":null,"description":"ローダーの大きさ","name":"size","declarations":[{"fileName":"lib/components/Loader/Loader.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"\"s\" | \"m\"","value":[{"value":"\"s\""},{"value":"\"m\""}]}},{"defaultValue":null,"description":"代替テキスト","name":"alt","declarations":[{"fileName":"lib/components/Loader/Loader.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"表示するメッセージ","name":"text","declarations":[{"fileName":"lib/components/Loader/Loader.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"コンポーネントの色調","name":"type","declarations":[{"fileName":"lib/components/Loader/Loader.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"\"primary\" | \"light\"","value":[{"value":"\"primary\""},{"value":"\"light\""}]}}]},{"tags":{},"filePath":"lib/components/LineClamp/LineClamp.d.ts","description":"","displayName":"LineClamp","methods":[],"props":[{"defaultValue":null,"description":"","name":"maxLines","required":false,"type":{"name":"enum","raw":"1 | 2 | 3 | 4 | 5 | 6","value":[{"value":"1"},{"value":"2"},{"value":"3"},{"value":"4"},{"value":"5"},{"value":"6"}]}},{"defaultValue":null,"description":"","name":"ref","declarations":[{"fileName":"smarthr-ui/node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"Ref","value":[{"value":"(instance: HTMLSpanElement) => void","description":"","fullComment":"","tags":{}},{"value":"RefObject","description":"A readonly ref container where {@link current} cannot be mutated.\n\nCreated by {@link createRef}, or {@link useRef} when passed `null`.","fullComment":"A readonly ref container where {@link current} cannot be mutated.\n\nCreated by {@link createRef}, or {@link useRef} when passed `null`.\n@template T The type of the ref's value.\n@example ```tsx\nconst ref = createRef();\n\nref.current = document.createElement('div'); // Error\n```","tags":{"template":"T The type of the ref's value.","example":"```tsx\nconst ref = createRef();\n\nref.current = document.createElement('div'); // Error\n```"}}]}}]},{"tags":{},"filePath":"lib/components/InputFile/InputFile.d.ts","description":"","displayName":"InputFile","methods":[],"props":[{"defaultValue":null,"description":"フォームのラベル","name":"label","declarations":[{"fileName":"lib/components/InputFile/InputFile.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"ファイルの選択に変更があったときに発火するコールバック関数","name":"onChange","declarations":[{"fileName":"lib/components/InputFile/InputFile.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"(files: File[]) => void"}},{"defaultValue":null,"description":"","name":"disabled","required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"","name":"error","required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネント内のテキストを変更する関数","name":"decorators","declarations":[{"fileName":"lib/components/InputFile/InputFile.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"DecoratorsType<\"destroy\">"}},{"defaultValue":null,"description":"","name":"size","required":false,"type":{"name":"enum","raw":"\"s\" | \"default\"","value":[{"value":"\"s\""},{"value":"\"default\""}]}},{"defaultValue":null,"description":"ファイルリストを表示するかどうか","name":"hasFileList","declarations":[{"fileName":"lib/components/InputFile/InputFile.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}}]},{"tags":{},"filePath":"lib/components/Input/Input.d.ts","description":"","displayName":"Input","methods":[],"props":[{"defaultValue":null,"description":"オートフォーカスを行うかどうか","name":"autoFocus","declarations":[{"fileName":"lib/components/Input/Input.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネント内の先頭に表示する内容","name":"prefix","declarations":[{"fileName":"lib/components/Input/Input.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"@deprecated placeholder属性は非推奨です。別途ヒント用要素を設置するか、それらの領域を確保出来ない場合はTooltipコンポーネントの利用を検討してください。","name":"placeholder","declarations":[{"fileName":"lib/components/Input/Input.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"フォームにエラーがあるかどうか","name":"error","declarations":[{"fileName":"lib/components/Input/Input.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントの幅","name":"width","declarations":[{"fileName":"lib/components/Input/Input.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"string | number","value":[{"value":"string"},{"value":"number"}]}},{"defaultValue":null,"description":"コンポーネント内の末尾に表示する内容","name":"suffix","declarations":[{"fileName":"lib/components/Input/Input.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"input 要素の `type` 値","name":"type","declarations":[{"fileName":"lib/components/Input/Input.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"背景色。readOnly を下地の上に載せる場合に使う","name":"bgColor","declarations":[{"fileName":"lib/components/Input/Input.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"\"COLUMN\" | \"BASE_GREY\" | \"OVER_BACKGROUND\" | \"HEAD\" | \"BORDER\" | \"ACTION_BACKGROUND\" | \"BACKGRUOND\"","value":[{"value":"\"COLUMN\""},{"value":"\"BASE_GREY\""},{"value":"\"OVER_BACKGROUND\""},{"value":"\"HEAD\""},{"value":"\"BORDER\""},{"value":"\"ACTION_BACKGROUND\""},{"value":"\"BACKGRUOND\""}]}}]},{"tags":{},"filePath":"lib/components/InformationPanel/InformationPanel.d.ts","description":"","displayName":"InformationPanel","methods":[],"props":[{"defaultValue":null,"description":"パネルのタイトル","name":"title","declarations":[{"fileName":"lib/components/InformationPanel/InformationPanel.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"@deprecated titleTagは非推奨です","name":"titleTag","declarations":[{"fileName":"lib/components/InformationPanel/InformationPanel.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"HeadingTagTypes","value":[{"value":"\"h1\""},{"value":"\"h2\""},{"value":"\"h3\""},{"value":"\"h4\""},{"value":"\"h5\""},{"value":"\"h6\""}]}},{"defaultValue":null,"description":"表示する情報のタイプ","name":"type","declarations":[{"fileName":"lib/components/InformationPanel/InformationPanel.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"\"error\" | \"warning\" | \"info\" | \"success\" | \"sync\"","value":[{"value":"\"error\""},{"value":"\"warning\""},{"value":"\"info\""},{"value":"\"success\""},{"value":"\"sync\""}]}},{"defaultValue":null,"description":"`true` のとき、開閉ボタンを表示する","name":"togglable","declarations":[{"fileName":"lib/components/InformationPanel/InformationPanel.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"パネルの開閉の状態","name":"active","declarations":[{"fileName":"lib/components/InformationPanel/InformationPanel.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"開閉ボタン押下時に発火するコールバック関数","name":"onClickTrigger","declarations":[{"fileName":"lib/components/InformationPanel/InformationPanel.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"(active: boolean) => void"}},{"defaultValue":null,"description":"コンポーネント内の文言を変更するための関数を設定","name":"decorators","declarations":[{"fileName":"lib/components/InformationPanel/InformationPanel.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"DecoratorsType<\"openButtonLabel\" | \"closeButtonLabel\">"}},{"defaultValue":null,"description":"","name":"ref","declarations":[{"fileName":"smarthr-ui/node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"Ref","value":[{"value":"(instance: HTMLDivElement) => void","description":"","fullComment":"","tags":{}},{"value":"RefObject","description":"A readonly ref container where {@link current} cannot be mutated.\n\nCreated by {@link createRef}, or {@link useRef} when passed `null`.","fullComment":"A readonly ref container where {@link current} cannot be mutated.\n\nCreated by {@link createRef}, or {@link useRef} when passed `null`.\n@template T The type of the ref's value.\n@example ```tsx\nconst ref = createRef();\n\nref.current = document.createElement('div'); // Error\n```","tags":{"template":"T The type of the ref's value.","example":"```tsx\nconst ref = createRef();\n\nref.current = document.createElement('div'); // Error\n```"}}]}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/generateIcon.d.ts","description":"","displayName":"generateIcon","methods":[],"props":[]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/generateIcon.d.ts","description":"","displayName":"createIcon","methods":[],"props":[]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/WarningIcon.d.ts","description":"","displayName":"WarningIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/SparklesIcon.d.ts","description":"","displayName":"SparklesIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaAddressBookIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaAddressCardIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaAngleDownIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaAngleLeftIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaAngleRightIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaAngleUpIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaAnglesLeftIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaAnglesRightIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaArrowDownIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaArrowDownWideShortIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaArrowLeftIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaArrowRightIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaArrowRotateLeftIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaArrowRotateRightIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaArrowUp19Icon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaArrowUpIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaArrowUpWideShortIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaArrowsRotateIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaAsteriskIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaBabyCarriageIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaBanIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaBarsIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaBarsStaggeredIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaBellIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaBellSlashIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaBoltIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaBookIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaBookOpenIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaBoxArchiveIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaBuildingIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaBullhornIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaCakeCandlesIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaCalculatorIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaCalendarCheckIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaCalendarDaysIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaCalendarXmarkIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaCaretDownIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaCaretLeftIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaCaretRightIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaCaretUpIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaChartAreaIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaChartBarIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaChartColumnIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaChartLineIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaChartPieIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaCheckIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaChevronDownIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaChevronLeftIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaChevronRightIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaCircleCheckIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaCircleDotIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaCircleExclamationIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaCircleIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaCircleInfoIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaCircleMinusIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaCirclePlusIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaCircleQuestionIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaCircleUserIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaCircleXmarkIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaClipboardCheckIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaClipboardIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaClipboardListIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaClockIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaClockRotateLeftIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaCloudArrowDownIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaCloudArrowUpIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaCodeIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaCommentDotsIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaCommentIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaCommentsIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaCompressIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaCopyIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaCubeIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaCubesIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaDatabaseIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaDoorOpenIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaDownLeftAndUpRightToCenterIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaEllipsisIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaEllipsisVerticalIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaEnvelopeIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaExpandIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaEyeIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaEyeSlashIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaFileArrowDownIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaFileExportIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaFileIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaFileLinesIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaFilterIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaFloppyDiskIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaFolderIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaFolderOpenIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaFolderPlusIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaFontIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaGaugeIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaGearIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaGearsIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaGlobeIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaGraduationCapIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaGripIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaGripLinesIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaGripLinesVerticalIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaGripVerticalIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaHourglassHalfIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaHouseIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaIdBadgeIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaIdCardIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaImageIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaInboxIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaIntercomIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaKeyIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaLeftLongIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaLeftRightIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaLightbulbIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaLinkIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaListIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaListOlIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaListUlIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaLockIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaLockOpenIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaMagnifyingGlassIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaMagnifyingGlassMinusIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaMagnifyingGlassPlusIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaMessageIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaMinusIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaMoneyCheckDollarIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaPaintbrushIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaPaperPlaneIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaPaperclipIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaPenIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaPenToSquareIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaPencilIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaPiggyBankIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaPlusIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaPowerOffIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaPrintIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaRegLightbulbIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaReplyIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaRightFromBracketIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaRightLeftIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaRightLongIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaRightToBracketIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaRobotIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaRocketIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaRotateIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaRotateLeftIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaShareNodesIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaShieldHalvedIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaSlidersIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaSortDownIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaSortIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaSortUpIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaSquareCheckIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaSquareMinusIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaSquarePlusIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaSquarePollVerticalIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaStarIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaSuitcaseMedicalIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaTableIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaTableListIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaTagIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaTagsIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaToolboxIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaTrashCanIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaTrashIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaTriangleExclamationIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaTruckIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaTruckRampBoxIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaUpDownIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaUpRightAndDownLeftFromCenterIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaUpRightFromSquareIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaUserCheckIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaUserClockIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaUserIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaUserLargeIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaUserPenIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaUserPlusIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaUsersIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaWindowMaximizeIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaWindowMinimizeIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaWindowRestoreIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaXmarkIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaYenSignIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"WarningIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"SparklesIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaAngleDoubleLeftIconは旧名称のため非推奨です。FaAnglesLeftIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaAngleDoubleLeftIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaAngleDoubleRightIconは旧名称のため非推奨です。FaAnglesRightIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaAngleDoubleRightIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaArchiveIconは旧名称のため非推奨です。FaBoxArchiveIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaArchiveIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaArrowsAltHIconは旧名称のため非推奨です。FaLeftRightIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaArrowsAltHIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaArrowsAltVIconは旧名称のため非推奨です。FaUpDownIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaArrowsAltVIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaBirthdayCakeIconは旧名称のため非推奨です。FaCakeCandlesIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaBirthdayCakeIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaCalendarAltIconは旧名称のため非推奨です。FaCalendarDaysIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaCalendarAltIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaCalendarTimesIconは旧名称のため非推奨です。FaCalendarXmarkIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaCalendarTimesIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaCheckCircleIconは旧名称のため非推奨です。FaCircleCheckIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaCheckCircleIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaCloudDownloadAltIconは旧名称のため非推奨です。FaCloudArrowDownIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaCloudDownloadAltIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaCloudUploadAltIconは旧名称のため非推奨です。FaCloudArrowUpIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaCloudUploadAltIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaCogIconは旧名称のため非推奨です。FaGearIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaCogIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaCompressAltIconは旧名称のため非推奨です。FaDownLeftAndUpRightToCenterIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaCompressAltIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaEditIconは旧名称のため非推奨です。FaPenToSquareIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaEditIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaEllipsisHIconは旧名称のため非推奨です。FaEllipsisIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaEllipsisHIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaEllipsisVIconは旧名称のため非推奨です。FaEllipsisVerticalIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaEllipsisVIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaExchangeAltIconは旧名称のため非推奨です。FaRightLeftIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaExchangeAltIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaExclamationCircleIconは旧名称のため非推奨です。FaCircleExclamationIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaExclamationCircleIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaExclamationTriangleIconは旧名称のため非推奨です。FaTriangleExclamationIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaExclamationTriangleIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaExpandAltIconは旧名称のため非推奨です。FaUpRightAndDownLeftFromCenterIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaExpandAltIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaExternalLinkAltIconは旧名称のため非推奨です。FaUpRightFromSquareIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaExternalLinkAltIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaFileAltIconは旧名称のため非推奨です。FaFileLinesIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaFileAltIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaFileDownloadIconは旧名称のため非推奨です。FaFileArrowDownIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaFileDownloadIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaGripHorizontalIconは旧名称のため非推奨です。FaGripIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaGripHorizontalIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaHistoryIconは旧名称のため非推奨です。FaClockRotateLeftIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaHistoryIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaHomeIconは旧名称のため非推奨です。FaHouseIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaHomeIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaInfoCircleIconは旧名称のため非推奨です。FaCircleInfoIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaInfoCircleIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaLongArrowAltLeftIconは旧名称のため非推奨です。FaLeftLongIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaLongArrowAltLeftIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaLongArrowAltRightIconは旧名称のため非推奨です。FaRightLongIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaLongArrowAltRightIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaMedkitIconは旧名称のため非推奨です。FaSuitcaseMedicalIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaMedkitIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaMinusCircleIconは旧名称のため非推奨です。FaCircleMinusIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaMinusCircleIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaPencilAltIconは旧名称のため非推奨です。FaPencilIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaPencilAltIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaPlusCircleIconは旧名称のため非推奨です。FaCirclePlusIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaPlusCircleIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaPlusSquareIconは旧名称のため非推奨です。FaSquarePlusIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaPlusSquareIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaPollIconは旧名称のため非推奨です。FaSquarePollVerticalIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaPollIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaQuestionCircleIconは旧名称のため非推奨です。FaCircleQuestionIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaQuestionCircleIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaRedoIconは旧名称のため非推奨です。FaArrowRotateRightIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaRedoIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaRegDotCircleIconは旧名称のため非推奨です。FaCircleDotIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaRegDotCircleIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaSaveIconは旧名称のため非推奨です。FaFloppyDiskIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaSaveIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaSearchIconは旧名称のため非推奨です。FaMagnifyingGlassIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaSearchIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaSearchMinusIconは旧名称のため非推奨です。FaMagnifyingGlassMinusIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaSearchMinusIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaSearchPlusIconは旧名称のため非推奨です。FaMagnifyingGlassPlusIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaSearchPlusIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaShareAltIconは旧名称のため非推奨です。FaShareNodesIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaShareAltIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaSignInAltIconは旧名称のため非推奨です。FaRightToBracketIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaSignInAltIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaSignOutAltIconは旧名称のため非推奨です。FaRightFromBracketIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaSignOutAltIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaSortNumericUpIconは旧名称のため非推奨です。FaArrowUp19Iconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaSortNumericUpIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaPaintBrushIconは旧名称のため非推奨です。FaPaintbrushIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaPaintBrushIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaStreamIconは旧名称のため非推奨です。FaBarsStaggeredIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaStreamIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaSyncIconは旧名称のため非推奨です。FaArrowsRotateIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaSyncIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaSyncAltIconは旧名称のため非推奨です。FaRotateIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaSyncAltIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaTachometerAltIconは旧名称のため非推奨です。FaGaugeIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaTachometerAltIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaThListIconは旧名称のため非推奨です。FaTableListIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaThListIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaTimesIconは旧名称のため非推奨です。FaXmarkIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaTimesIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaTimesCircleIconは旧名称のため非推奨です。FaCircleXmarkIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaTimesCircleIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaTrashAltIconは旧名称のため非推奨です。FaTrashCanIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaTrashAltIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaTruckLoadingIconは旧名称のため非推奨です。FaTruckRampBoxIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaTruckLoadingIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaUndoIconは旧名称のため非推奨です。FaArrowRotateLeftIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaUndoIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaUndoAltIconは旧名称のため非推奨です。FaRotateLeftIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaUndoAltIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaUserAltIconは旧名称のため非推奨です。FaUserLargeIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaUserAltIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaUserCircleIconは旧名称のため非推奨です。FaCircleUserIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaUserCircleIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Heading/Heading.d.ts","description":"","displayName":"Heading","methods":[],"props":[{"defaultValue":null,"description":"テキストのスタイル","name":"type","declarations":[{"fileName":"smarthr-ui/lib/components/Heading/Heading.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"HeadingTypes","value":[{"value":"\"screenTitle\""},{"value":"\"sectionTitle\""},{"value":"\"blockTitle\""},{"value":"\"subBlockTitle\""},{"value":"\"subSubBlockTitle\""}]}},{"defaultValue":null,"description":"@deprecated SectioningContent(Article, Aside, Nav, Section)を使ってHeadingと関連する範囲を明確に指定してください","name":"tag","declarations":[{"fileName":"smarthr-ui/lib/components/Heading/Heading.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"HeadingTagTypes","value":[{"value":"\"h1\""},{"value":"\"h2\""},{"value":"\"h3\""},{"value":"\"h4\""},{"value":"\"h5\""},{"value":"\"h6\""}]}},{"defaultValue":null,"description":"視覚的に非表示にするフラグ","name":"visuallyHidden","declarations":[{"fileName":"smarthr-ui/lib/components/Heading/Heading.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Heading/Heading.d.ts","description":"","displayName":"PageHeading","methods":[],"props":[{"defaultValue":null,"description":"テキストのスタイル","name":"type","declarations":[{"fileName":"smarthr-ui/lib/components/Heading/Heading.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"HeadingTypes","value":[{"value":"\"screenTitle\""},{"value":"\"sectionTitle\""},{"value":"\"blockTitle\""},{"value":"\"subBlockTitle\""},{"value":"\"subSubBlockTitle\""}]}}]},{"tags":{},"filePath":"lib/components/Header/HeaderLink.d.ts","description":"","displayName":"HeaderLink","methods":[],"props":[{"defaultValue":null,"description":"リンクをクリックした時に発火するコールバック関数","name":"onClick","declarations":[{"fileName":"lib/components/TextLink/TextLink.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"(e: MouseEvent) => void"}},{"defaultValue":null,"description":"テキストの前に表示するアイコン","name":"prefix","declarations":[{"fileName":"lib/components/TextLink/TextLink.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"テキストの後ろに表示するアイコン","name":"suffix","declarations":[{"fileName":"lib/components/TextLink/TextLink.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}}]},{"tags":{},"filePath":"lib/components/Header/HeaderDropdownMenuButton.d.ts","description":"","displayName":"HeaderDropdownMenuButton","methods":[],"props":[{"defaultValue":null,"description":"引き金となるボタンラベル","name":"label","declarations":[{"fileName":"smarthr-ui/lib/components/Dropdown/DropdownMenuButton/DropdownMenuButton.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"操作群","name":"children","declarations":[{"fileName":"smarthr-ui/lib/components/Dropdown/DropdownMenuButton/DropdownMenuButton.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"Actions","value":[{"value":"false"},{"value":"true"},{"value":"\"\""},{"value":"0"},{"value":"ReactElement, string | JSXElementConstructor>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"ReactElement, string | JSXElementConstructor>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"ReactElement, \"variant\"> & { ...; }, string | JSXElementConstructor<...>>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"ActionItem[]","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"引き金となるボタンの大きさ","name":"triggerSize","declarations":[{"fileName":"smarthr-ui/lib/components/Dropdown/DropdownMenuButton/DropdownMenuButton.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"\"s\" | \"default\"","value":[{"value":"\"s\""},{"value":"\"default\""}]}},{"defaultValue":null,"description":"引き金となるボタンをアイコンのみとするかどうか","name":"onlyIconTrigger","declarations":[{"fileName":"smarthr-ui/lib/components/Dropdown/DropdownMenuButton/DropdownMenuButton.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"引き金となるアイコンを差し替えたい場合(onlyIconTrigger=true の場合のみ有効)","name":"triggerIcon","declarations":[{"fileName":"smarthr-ui/lib/components/Dropdown/DropdownMenuButton/DropdownMenuButton.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ComponentType & BaseComponentProps>","value":[{"value":"ComponentClass & BaseComponentProps, any>","description":"Represents a component class in React.","fullComment":"Represents a component class in React.\n@template P The props the component accepts.\n@template S The internal state of the component.","tags":{"template":"P The props the component accepts.\nS The internal state of the component."}},{"value":"FunctionComponent & BaseComponentProps>","description":"Represents the type of a function component. Can optionally\nreceive a type argument that represents the props the component\naccepts.","fullComment":"Represents the type of a function component. Can optionally\nreceive a type argument that represents the props the component\naccepts.\n@template P The props the component accepts.\n@see {@link https://react-typescript-cheatsheet.netlify.app/docs/basic/getting-started/function_components React TypeScript Cheatsheet}\n@example ```tsx\n// With props:\ntype Props = { name: string }\n\nconst MyComponent: FunctionComponent = (props) => {\n return
{props.name}
\n}\n```\n@example ```tsx\n// Without props:\nconst MyComponentWithoutProps: FunctionComponent = () => {\n return
MyComponentWithoutProps
\n}\n```","tags":{"template":"P The props the component accepts.","see":"{@link https://react-typescript-cheatsheet.netlify.app/docs/basic/getting-started/function_components React TypeScript Cheatsheet}","example":"```tsx\n// With props:\ntype Props = { name: string }\n\nconst MyComponent: FunctionComponent = (props) => {\n return
{props.name}
\n}\n```\n```tsx\n// Without props:\nconst MyComponentWithoutProps: FunctionComponent = () => {\n return
MyComponentWithoutProps
\n}\n```"}}]}},{"defaultValue":null,"description":"","name":"ref","declarations":[{"fileName":"smarthr-ui/node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"Ref","value":[{"value":"(instance: HTMLButtonElement) => void","description":"","fullComment":"","tags":{}},{"value":"RefObject","description":"A readonly ref container where {@link current} cannot be mutated.\n\nCreated by {@link createRef}, or {@link useRef} when passed `null`.","fullComment":"A readonly ref container where {@link current} cannot be mutated.\n\nCreated by {@link createRef}, or {@link useRef} when passed `null`.\n@template T The type of the ref's value.\n@example ```tsx\nconst ref = createRef();\n\nref.current = document.createElement('div'); // Error\n```","tags":{"template":"T The type of the ref's value.","example":"```tsx\nconst ref = createRef();\n\nref.current = document.createElement('div'); // Error\n```"}}]}}]},{"tags":{},"filePath":"lib/components/Header/Header.d.ts","description":"","displayName":"Header","methods":[],"props":[{"defaultValue":null,"description":"ロゴ","name":"logo","declarations":[{"fileName":"lib/components/Header/Header.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"ReactElement>"}},{"defaultValue":null,"description":"ロゴリンク","name":"logoHref","declarations":[{"fileName":"lib/components/Header/Header.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"テナント一覧","name":"tenants","declarations":[{"fileName":"lib/components/Header/Header.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"Tenant[]"}},{"defaultValue":null,"description":"現在のテナント ID","name":"currentTenantId","declarations":[{"fileName":"lib/components/Header/Header.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"テナントが選択された時に発火するコールバック関数","name":"onTenantSelect","declarations":[{"fileName":"lib/components/Header/Header.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"(id: string) => void"}}]},{"tags":{},"filePath":"lib/components/FormControl/FormControl.d.ts","description":"","displayName":"ActualFormControl","methods":[],"props":[{"defaultValue":null,"description":"グループのタイトル名","name":"title","declarations":[{"fileName":"lib/components/FormControl/FormControl.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"タイトルの見出しのタイプ","name":"titleType","declarations":[{"fileName":"lib/components/FormControl/FormControl.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"HeadingTypes","value":[{"value":"\"screenTitle\""},{"value":"\"sectionTitle\""},{"value":"\"blockTitle\""},{"value":"\"subBlockTitle\""},{"value":"\"subSubBlockTitle\""}]}},{"defaultValue":null,"description":"タイトルの見出しを視覚的に隠すかどうか","name":"dangerouslyTitleHidden","declarations":[{"fileName":"lib/components/FormControl/FormControl.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"label 要素に適用する `htmlFor` 値","name":"htmlFor","declarations":[{"fileName":"lib/components/FormControl/FormControl.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"label 要素に適用する `id` 値","name":"labelId","declarations":[{"fileName":"lib/components/FormControl/FormControl.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"タイトル群と子要素の間の間隔調整用(基本的には不要)","name":"innerMargin","declarations":[{"fileName":"lib/components/FormControl/FormControl.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"Gap","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"タイトルの隣に表示する `StatusLabel` の Props の配列","name":"statusLabelProps","declarations":[{"fileName":"lib/components/FormControl/FormControl.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"(Props & ElementProps & { children?: ReactNode; }) | (Props & ElementProps & { children?: ReactNode; })[]","value":[{"value":"Props & ElementProps & { children?: ReactNode; }"},{"value":"(Props & ElementProps & { children?: ReactNode; })[]","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"タイトルの下に表示するヘルプメッセージ","name":"helpMessage","declarations":[{"fileName":"lib/components/FormControl/FormControl.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"タイトルの下に表示する入力例","name":"exampleMessage","declarations":[{"fileName":"lib/components/FormControl/FormControl.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"タイトルの下に表示するエラーメッセージ","name":"errorMessages","declarations":[{"fileName":"lib/components/FormControl/FormControl.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode | ReactNode[]","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}},{"value":"ReactNode[]","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"フォームコントロールの下に表示する補足メッセージ","name":"supplementaryMessage","declarations":[{"fileName":"lib/components/FormControl/FormControl.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"`true` のとき、文字色を `TEXT_DISABLED` にする","name":"disabled","declarations":[{"fileName":"lib/components/FormControl/FormControl.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}}]},{"tags":{},"filePath":"lib/components/FormControl/FormControl.d.ts","description":"","displayName":"FormControl","methods":[],"props":[{"defaultValue":null,"description":"グループのタイトル名","name":"title","declarations":[{"fileName":"lib/components/FormControl/FormControl.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"`true` のとき、文字色を `TEXT_DISABLED` にする","name":"disabled","declarations":[{"fileName":"lib/components/FormControl/FormControl.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"タイトルの見出しのタイプ","name":"titleType","declarations":[{"fileName":"lib/components/FormControl/FormControl.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"HeadingTypes","value":[{"value":"\"screenTitle\""},{"value":"\"sectionTitle\""},{"value":"\"blockTitle\""},{"value":"\"subBlockTitle\""},{"value":"\"subSubBlockTitle\""}]}},{"defaultValue":null,"description":"タイトルの見出しを視覚的に隠すかどうか","name":"dangerouslyTitleHidden","declarations":[{"fileName":"lib/components/FormControl/FormControl.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"label 要素に適用する `htmlFor` 値","name":"htmlFor","declarations":[{"fileName":"lib/components/FormControl/FormControl.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"label 要素に適用する `id` 値","name":"labelId","declarations":[{"fileName":"lib/components/FormControl/FormControl.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"タイトル群と子要素の間の間隔調整用(基本的には不要)","name":"innerMargin","declarations":[{"fileName":"lib/components/FormControl/FormControl.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"Gap","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"タイトルの隣に表示する `StatusLabel` の Props の配列","name":"statusLabelProps","declarations":[{"fileName":"lib/components/FormControl/FormControl.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"(Props & ElementProps & { children?: ReactNode; }) | (Props & ElementProps & { children?: ReactNode; })[]","value":[{"value":"Props & ElementProps & { children?: ReactNode; }"},{"value":"(Props & ElementProps & { children?: ReactNode; })[]","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"タイトルの下に表示するヘルプメッセージ","name":"helpMessage","declarations":[{"fileName":"lib/components/FormControl/FormControl.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"タイトルの下に表示する入力例","name":"exampleMessage","declarations":[{"fileName":"lib/components/FormControl/FormControl.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"タイトルの下に表示するエラーメッセージ","name":"errorMessages","declarations":[{"fileName":"lib/components/FormControl/FormControl.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode | ReactNode[]","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}},{"value":"ReactNode[]","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"フォームコントロールの下に表示する補足メッセージ","name":"supplementaryMessage","declarations":[{"fileName":"lib/components/FormControl/FormControl.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}}]},{"tags":{},"filePath":"lib/components/FloatArea/FloatArea.d.ts","description":"","displayName":"FloatArea","methods":[],"props":[{"defaultValue":null,"description":"コンポーネントの上端から、包含ブロックの上端までの間隔(基準フォントサイズの相対値または抽象値)","name":"top","declarations":[{"fileName":"lib/components/FloatArea/FloatArea.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"コンポーネントの下端から、包含ブロックの下端までの間隔(基準フォントサイズの相対値または抽象値)","name":"bottom","declarations":[{"fileName":"lib/components/FloatArea/FloatArea.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"コンポーネントの `z-index` 値","name":"zIndex","declarations":[{"fileName":"lib/components/FloatArea/FloatArea.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"表示する `Button` または `AnchorButton` コンポーネント","name":"primaryButton","declarations":[{"fileName":"lib/components/FloatArea/FloatArea.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"表示する `Button` または `AnchorButton` コンポーネント","name":"secondaryButton","declarations":[{"fileName":"lib/components/FloatArea/FloatArea.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"tertiary 領域に表示するボタン","name":"tertiaryButton","declarations":[{"fileName":"lib/components/FloatArea/FloatArea.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"操作に対するフィードバックメッセージ","name":"responseMessage","declarations":[{"fileName":"lib/components/FloatArea/FloatArea.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ResponseMessageType","value":[{"value":"{ status: \"error\" | \"success\"; text: ReactNode; }","description":"","fullComment":"","tags":{}},{"value":"{ status: \"processing\"; }","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"上下の位置を固定するかどうか","name":"fixed","declarations":[{"fileName":"lib/components/FloatArea/FloatArea.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントの幅","name":"width","declarations":[{"fileName":"lib/components/FloatArea/FloatArea.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"`FlashMessage` は気づきにくいため、安易な使用はお勧めしません。`NotificationBar` や `Dialog` の使用を検討してください。"},"filePath":"lib/components/FlashMessage/FlashMessage.d.ts","description":"","displayName":"FlashMessage","methods":[],"props":[{"defaultValue":null,"description":"true のときに FlashMessage を表示する","name":"visible","declarations":[{"fileName":"lib/components/FlashMessage/FlashMessage.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"表示するアイコンのタイプ","name":"type","declarations":[{"fileName":"lib/components/FlashMessage/FlashMessage.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"\"error\" | \"warning\" | \"info\" | \"success\"","value":[{"value":"\"error\""},{"value":"\"warning\""},{"value":"\"info\""},{"value":"\"success\""}]}},{"defaultValue":null,"description":"メッセージの内容","name":"text","declarations":[{"fileName":"lib/components/FlashMessage/FlashMessage.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"コンポーネントに適用する role 属性","name":"role","declarations":[{"fileName":"lib/components/FlashMessage/FlashMessage.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"\"alert\" | \"status\"","value":[{"value":"\"alert\""},{"value":"\"status\""}]}},{"defaultValue":null,"description":"閉じるボタンを押下、または表示してから8秒後に発火するコールバック関数","name":"onClose","declarations":[{"fileName":"lib/components/FlashMessage/FlashMessage.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"() => void"}},{"defaultValue":null,"description":"FlashMessage が表示されてから一定時間後に自動で閉じるかどうか","name":"autoClose","declarations":[{"fileName":"lib/components/FlashMessage/FlashMessage.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"","name":"animation","required":false,"type":{"name":"enum","raw":"\"none\" | \"bounce\"","value":[{"value":"\"none\""},{"value":"\"bounce\""}]}}]},{"tags":{},"filePath":"lib/components/Fieldset/Fieldset.d.ts","description":"","displayName":"Fieldset","methods":[],"props":[{"defaultValue":null,"description":"グループのタイトル名","name":"title","declarations":[{"fileName":"lib/components/FormControl/FormControl.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"タイトルの見出しのタイプ","name":"titleType","declarations":[{"fileName":"lib/components/FormControl/FormControl.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"HeadingTypes","value":[{"value":"\"screenTitle\""},{"value":"\"sectionTitle\""},{"value":"\"blockTitle\""},{"value":"\"subBlockTitle\""},{"value":"\"subSubBlockTitle\""}]}},{"defaultValue":null,"description":"タイトルの見出しを視覚的に隠すかどうか","name":"dangerouslyTitleHidden","declarations":[{"fileName":"lib/components/FormControl/FormControl.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"label 要素に適用する `htmlFor` 値","name":"htmlFor","declarations":[{"fileName":"lib/components/FormControl/FormControl.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"label 要素に適用する `id` 値","name":"labelId","declarations":[{"fileName":"lib/components/FormControl/FormControl.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"タイトル群と子要素の間の間隔調整用(基本的には不要)","name":"innerMargin","declarations":[{"fileName":"lib/components/FormControl/FormControl.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"Gap","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"タイトルの隣に表示する `StatusLabel` の Props の配列","name":"statusLabelProps","declarations":[{"fileName":"lib/components/FormControl/FormControl.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"(Props & ElementProps & { children?: ReactNode; }) | (Props & ElementProps & { children?: ReactNode; })[]","value":[{"value":"Props & ElementProps & { children?: ReactNode; }"},{"value":"(Props & ElementProps & { children?: ReactNode; })[]","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"タイトルの下に表示するヘルプメッセージ","name":"helpMessage","declarations":[{"fileName":"lib/components/FormControl/FormControl.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"タイトルの下に表示する入力例","name":"exampleMessage","declarations":[{"fileName":"lib/components/FormControl/FormControl.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"タイトルの下に表示するエラーメッセージ","name":"errorMessages","declarations":[{"fileName":"lib/components/FormControl/FormControl.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode | ReactNode[]","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}},{"value":"ReactNode[]","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"フォームコントロールの下に表示する補足メッセージ","name":"supplementaryMessage","declarations":[{"fileName":"lib/components/FormControl/FormControl.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"`true` のとき、文字色を `TEXT_DISABLED` にする","name":"disabled","declarations":[{"fileName":"lib/components/FormControl/FormControl.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}}]},{"tags":{},"filePath":"lib/components/ErrorScreen/Footer.d.ts","description":"","displayName":"Footer","methods":[],"props":[]},{"tags":{},"filePath":"lib/components/ErrorScreen/ErrorScreen.d.ts","description":"","displayName":"ErrorScreen","methods":[],"props":[{"defaultValue":null,"description":"ロゴ","name":"logo","declarations":[{"fileName":"lib/components/ErrorScreen/ErrorScreen.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"コンテンツの上に表示されるタイトル","name":"title","declarations":[{"fileName":"lib/components/ErrorScreen/ErrorScreen.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"コンテンツの下に表示されるアンカー要素のリスト","name":"links","declarations":[{"fileName":"lib/components/ErrorScreen/ErrorScreen.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"{ label: ReactNode; url: string; target?: string; }[]"}},{"defaultValue":null,"description":"表示するコンテンツ","name":"children","declarations":[{"fileName":"lib/components/ErrorScreen/ErrorScreen.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"フッター","name":"footer","declarations":[{"fileName":"lib/components/ErrorScreen/ErrorScreen.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"lib/components/ErrorScreen/ErrorScreen.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Dropdown/dropdownHelper.d.ts","description":"","displayName":"getFirstTabbable","methods":[],"props":[]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Dropdown/DropdownTrigger.d.ts","description":"","displayName":"DropdownTrigger","methods":[],"props":[]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Dropdown/DropdownScrollArea.d.ts","description":"","displayName":"DropdownScrollArea","methods":[],"props":[]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Dropdown/DropdownContentInner.d.ts","description":"","displayName":"DropdownContentInner","methods":[],"props":[{"defaultValue":null,"description":"","name":"triggerRect","declarations":[{"fileName":"smarthr-ui/lib/components/Dropdown/DropdownContentInner.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"Rect"}},{"defaultValue":null,"description":"","name":"scrollable","declarations":[{"fileName":"smarthr-ui/lib/components/Dropdown/DropdownContentInner.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"","name":"controllable","declarations":[{"fileName":"smarthr-ui/lib/components/Dropdown/DropdownContentInner.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Dropdown/DropdownContent.d.ts","description":"","displayName":"DropdownContent","methods":[],"props":[{"defaultValue":null,"description":"`true` のとき、ドロップダウン内のコンテンツをクリックしてもドロップダウンが閉じなくなる。。\n この場合は、 `DropdownCloser` を用いてドロップダウンを閉じることができる。","name":"controllable","declarations":[{"fileName":"smarthr-ui/lib/components/Dropdown/DropdownContent.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"`true` のとき、ウィンドウサイズに応じてドロップダウン内が自動的にスクロール可能になる","name":"scrollable","declarations":[{"fileName":"smarthr-ui/lib/components/Dropdown/DropdownContent.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Dropdown/DropdownCloser.d.ts","description":"","displayName":"DropdownCloser","methods":[],"props":[]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Dropdown/Dropdown.d.ts","description":"","displayName":"Dropdown","methods":[],"props":[]},{"tags":{},"filePath":"lib/components/DropZone/DropZone.d.ts","description":"","displayName":"DropZone","methods":[],"props":[{"defaultValue":null,"description":"","name":"name","declarations":[{"fileName":"lib/components/DropZone/DropZone.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"コンポーネント内の文言を変更するための関数を設定","name":"decorators","declarations":[{"fileName":"lib/components/DropZone/DropZone.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"DecoratorsType<\"selectButtonLabel\">"}},{"defaultValue":null,"description":"許可するファイル型を表す1つ以上の固有ファイル型指定子\n(ドラッグ&ドロップの挙動には影響しません)","name":"accept","declarations":[{"fileName":"lib/components/DropZone/DropZone.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"複数ファイルを選択できるかどうか","name":"multiple","declarations":[{"fileName":"lib/components/DropZone/DropZone.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"ボタンまたはドラッグ&ドロップでファイルが追加された時に発火するコールバック関数","name":"onSelectFiles","declarations":[{"fileName":"lib/components/DropZone/DropZone.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"(e: ChangeEvent | DragEvent, files: FileList) => void"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Dialog/RemoteDialogTrigger.d.ts","description":"","displayName":"RemoteDialogTrigger","methods":[],"props":[{"defaultValue":null,"description":"ボタンのスタイルの種類","name":"variant","declarations":[{"fileName":"smarthr-ui/lib/components/Button/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"Variant","value":[{"value":"\"text\""},{"value":"\"primary\""},{"value":"\"secondary\""},{"value":"\"danger\""},{"value":"\"skeleton\""}]}},{"defaultValue":null,"description":"","name":"targetId","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/RemoteDialogTrigger.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"onClick","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/RemoteDialogTrigger.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"(open: () => void) => void"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Dialog/ModelessDialog.d.ts","description":"","displayName":"ModelessDialog","methods":[],"props":[{"defaultValue":null,"description":"ダイアログのヘッダ部分の内容","name":"header","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ModelessDialog.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"ダイアログのフッタ部分の内容","name":"footer","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ModelessDialog.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"ダイアログが開かれているかどうかの真偽値","name":"isOpen","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ModelessDialog.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"閉じるボタンを押下したときのハンドラ","name":"onClickClose","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ModelessDialog.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"(e: MouseEvent) => void"}},{"defaultValue":null,"description":"ダイアログが開いている状態で Escape キーを押下したときのハンドラ","name":"onPressEscape","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ModelessDialog.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"() => void"}},{"defaultValue":null,"description":"ダイアログの幅","name":"width","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ModelessDialog.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"string | number","value":[{"value":"string"},{"value":"number"}]}},{"defaultValue":null,"description":"ダイアログの高さ","name":"height","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ModelessDialog.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"string | number","value":[{"value":"string"},{"value":"number"}]}},{"defaultValue":null,"description":"ダイアログを開いたときの初期 top 位置","name":"top","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ModelessDialog.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"string | number","value":[{"value":"string"},{"value":"number"}]}},{"defaultValue":null,"description":"ダイアログを開いたときの初期 left 位置","name":"left","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ModelessDialog.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"string | number","value":[{"value":"string"},{"value":"number"}]}},{"defaultValue":null,"description":"ダイアログを開いたときの初期 right 位置","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ModelessDialog.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"string | number","value":[{"value":"string"},{"value":"number"}]}},{"defaultValue":null,"description":"ダイアログを開いたときの初期 bottom 位置","name":"bottom","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ModelessDialog.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"string | number","value":[{"value":"string"},{"value":"number"}]}},{"defaultValue":null,"description":"ポータルの container となる DOM 要素を追加する親要素","name":"portalParent","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ModelessDialog.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"HTMLElement | RefObject","value":[{"value":"HTMLElement","description":"Any HTML element. Some elements directly implement this interface, while others implement it via an interface that inherits it.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement)","fullComment":"Any HTML element. Some elements directly implement this interface, while others implement it via an interface that inherits it.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement)","tags":{}},{"value":"RefObject","description":"A readonly ref container where {@link current} cannot be mutated.\n\nCreated by {@link createRef}, or {@link useRef} when passed `null`.","fullComment":"A readonly ref container where {@link current} cannot be mutated.\n\nCreated by {@link createRef}, or {@link useRef} when passed `null`.\n@template T The type of the ref's value.\n@example ```tsx\nconst ref = createRef();\n\nref.current = document.createElement('div'); // Error\n```","tags":{"template":"T The type of the ref's value.","example":"```tsx\nconst ref = createRef();\n\nref.current = document.createElement('div'); // Error\n```"}}]}},{"defaultValue":null,"description":"コンポーネント内の文言を変更するための関数を設定","name":"decorators","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ModelessDialog.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"DecoratorsType<\"closeButtonIconAlt\"> & { dialogHandlerAriaLabel?: (txt: string) => string; dialogHandlerAriaValuetext?: (txt: string, data: DOMRect) => string; }"}},{"defaultValue":null,"description":"","name":"contentBgColor","required":false,"type":{"name":"enum","raw":"\"GREY_5\" | \"GREY_6\" | \"GREY_7\" | \"GREY_9\" | \"GREY_20\" | \"WHITE\" | \"BACKGROUND\" | \"COLUMN\" | \"BASE_GREY\" | \"OVER_BACKGROUND\" | \"HEAD\" | \"BORDER\" | \"ACTION_BACKGROUND\"","value":[{"value":"\"GREY_5\""},{"value":"\"GREY_6\""},{"value":"\"GREY_7\""},{"value":"\"GREY_9\""},{"value":"\"GREY_20\""},{"value":"\"WHITE\""},{"value":"\"BACKGROUND\""},{"value":"\"COLUMN\""},{"value":"\"BASE_GREY\""},{"value":"\"OVER_BACKGROUND\""},{"value":"\"HEAD\""},{"value":"\"BORDER\""},{"value":"\"ACTION_BACKGROUND\""}]}},{"defaultValue":null,"description":"","name":"contentPadding","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/useDialogInnerStyle.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"Gap | { block?: Gap; inline?: Gap; }","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""},{"value":"{ block?: Gap; inline?: Gap; }","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"","name":"ref","declarations":[{"fileName":"smarthr-ui/node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"Ref","value":[{"value":"(instance: HTMLDivElement) => void","description":"","fullComment":"","tags":{}},{"value":"RefObject","description":"A readonly ref container where {@link current} cannot be mutated.\n\nCreated by {@link createRef}, or {@link useRef} when passed `null`.","fullComment":"A readonly ref container where {@link current} cannot be mutated.\n\nCreated by {@link createRef}, or {@link useRef} when passed `null`.\n@template T The type of the ref's value.\n@example ```tsx\nconst ref = createRef();\n\nref.current = document.createElement('div'); // Error\n```","tags":{"template":"T The type of the ref's value.","example":"```tsx\nconst ref = createRef();\n\nref.current = document.createElement('div'); // Error\n```"}}]}}]},{"tags":{},"filePath":"lib/components/Dialog/FocusTrap.d.ts","description":"","displayName":"FocusTrap","methods":[],"props":[{"defaultValue":null,"description":"","name":"firstFocusTarget","declarations":[{"fileName":"lib/components/Dialog/FocusTrap.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"RefObject"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Dialog/DialogWrapper.d.ts","description":"","displayName":"DialogWrapper","methods":[],"props":[]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Dialog/DialogTrigger.d.ts","description":"","displayName":"DialogTrigger","methods":[],"props":[]},{"tags":{},"filePath":"lib/components/Dialog/DialogPositionProvider.d.ts","description":"","displayName":"DialogPositionProvider","methods":[],"props":[{"defaultValue":null,"description":"","name":"top","declarations":[{"fileName":"lib/components/Dialog/DialogPositionProvider.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"","name":"bottom","declarations":[{"fileName":"lib/components/Dialog/DialogPositionProvider.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}}]},{"tags":{},"filePath":"lib/components/Dialog/DialogOverlap.d.ts","description":"","displayName":"DialogOverlap","methods":[],"props":[{"defaultValue":null,"description":"","name":"isOpen","declarations":[{"fileName":"lib/components/Dialog/DialogOverlap.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","description":"","displayName":"DialogContentInner","methods":[],"props":[{"defaultValue":null,"description":"オーバーレイをクリックした時に発火するコールバック関数","name":"onClickOverlay","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"() => void"}},{"defaultValue":null,"description":"エスケープキーを押下した時に発火するコールバック関数","name":"onPressEscape","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"() => void"}},{"defaultValue":null,"description":"ダイアログを開いているかどうか","name":"isOpen","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"ダイアログの幅","name":"width","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"string | number","value":[{"value":"string"},{"value":"number"}]}},{"defaultValue":null,"description":"ダイアログを開いたときの初期 top 位置","name":"top","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"ダイアログを開いたときの初期 right 位置","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"ダイアログを開いたときの初期 bottom 位置","name":"bottom","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"ダイアログを開いたときの初期 left 位置","name":"left","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"ダイアログを開いた時にフォーカスする対象","name":"firstFocusTarget","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"RefObject"}},{"defaultValue":null,"description":"ダイアログの `aria-label`","name":"ariaLabel","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"ダイアログの `aria-labelledby`","name":"ariaLabelledby","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Dialog/DialogContent.d.ts","description":"","displayName":"DialogContent","methods":[],"props":[{"defaultValue":null,"description":"ダイアログを開いたときの初期 top 位置","name":"top","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"ダイアログを開いたときの初期 bottom 位置","name":"bottom","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"ダイアログを開いたときの初期 left 位置","name":"left","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"ダイアログを開いたときの初期 right 位置","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"ダイアログの幅","name":"width","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"string | number","value":[{"value":"string"},{"value":"number"}]}},{"defaultValue":null,"description":"ダイアログを開いた時にフォーカスする対象","name":"firstFocusTarget","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"RefObject"}},{"defaultValue":null,"description":"ダイアログの `aria-label`","name":"ariaLabel","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"ダイアログの `aria-labelledby`","name":"ariaLabelledby","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"DOM 上でダイアログの要素を追加する親要素","name":"portalParent","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"HTMLElement | RefObject","value":[{"value":"HTMLElement","description":"Any HTML element. Some elements directly implement this interface, while others implement it via an interface that inherits it.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement)","fullComment":"Any HTML element. Some elements directly implement this interface, while others implement it via an interface that inherits it.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement)","tags":{}},{"value":"RefObject","description":"A readonly ref container where {@link current} cannot be mutated.\n\nCreated by {@link createRef}, or {@link useRef} when passed `null`.","fullComment":"A readonly ref container where {@link current} cannot be mutated.\n\nCreated by {@link createRef}, or {@link useRef} when passed `null`.\n@template T The type of the ref's value.\n@example ```tsx\nconst ref = createRef();\n\nref.current = document.createElement('div'); // Error\n```","tags":{"template":"T The type of the ref's value.","example":"```tsx\nconst ref = createRef();\n\nref.current = document.createElement('div'); // Error\n```"}}]}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Dialog/DialogCloser.d.ts","description":"","displayName":"DialogCloser","methods":[],"props":[]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Dialog/Dialog.d.ts","description":"","displayName":"Dialog","methods":[],"props":[{"defaultValue":null,"description":"ダイアログを開いたときの初期 top 位置","name":"top","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"ダイアログを開いたときの初期 bottom 位置","name":"bottom","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"ダイアログを開いたときの初期 left 位置","name":"left","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"ダイアログを開いたときの初期 right 位置","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"ダイアログの幅","name":"width","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"string | number","value":[{"value":"string"},{"value":"number"}]}},{"defaultValue":null,"description":"ダイアログを開いた時にフォーカスする対象","name":"firstFocusTarget","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"RefObject"}},{"defaultValue":null,"description":"ダイアログの `aria-label`","name":"ariaLabel","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"ダイアログの `aria-labelledby`","name":"ariaLabelledby","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"ダイアログを開いているかどうか","name":"isOpen","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"エスケープキーを押下した時に発火するコールバック関数","name":"onPressEscape","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"() => void"}},{"defaultValue":null,"description":"オーバーレイをクリックした時に発火するコールバック関数","name":"onClickOverlay","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"() => void"}},{"defaultValue":null,"description":"DOM 上でダイアログの要素を追加する親要素","name":"portalParent","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"HTMLElement | RefObject","value":[{"value":"HTMLElement","description":"Any HTML element. Some elements directly implement this interface, while others implement it via an interface that inherits it.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement)","fullComment":"Any HTML element. Some elements directly implement this interface, while others implement it via an interface that inherits it.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement)","tags":{}},{"value":"RefObject","description":"A readonly ref container where {@link current} cannot be mutated.\n\nCreated by {@link createRef}, or {@link useRef} when passed `null`.","fullComment":"A readonly ref container where {@link current} cannot be mutated.\n\nCreated by {@link createRef}, or {@link useRef} when passed `null`.\n@template T The type of the ref's value.\n@example ```tsx\nconst ref = createRef();\n\nref.current = document.createElement('div'); // Error\n```","tags":{"template":"T The type of the ref's value.","example":"```tsx\nconst ref = createRef();\n\nref.current = document.createElement('div'); // Error\n```"}}]}}]},{"tags":{},"filePath":"lib/components/DefinitionList/DefinitionListItem.d.ts","description":"","displayName":"DefinitionListItem","methods":[],"props":[{"defaultValue":null,"description":"","name":"term","declarations":[{"fileName":"lib/components/DefinitionList/DefinitionListItem.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"","name":"termStyleType","declarations":[{"fileName":"lib/components/DefinitionList/DefinitionListItem.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"\"blockTitle\" | \"subBlockTitle\"","value":[{"value":"\"blockTitle\""},{"value":"\"subBlockTitle\""}]}},{"defaultValue":null,"description":"","name":"description","declarations":[{"fileName":"lib/components/DefinitionList/DefinitionListItem.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"","name":"fullWidth","declarations":[{"fileName":"lib/components/DefinitionList/DefinitionListItem.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"","name":"maxColumns","declarations":[{"fileName":"lib/components/DefinitionList/DefinitionListItem.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}}]},{"tags":{},"filePath":"lib/components/DefinitionList/DefinitionList.d.ts","description":"","displayName":"DefinitionList","methods":[],"props":[{"defaultValue":null,"description":"定義リストのアイテムの配列","name":"items","declarations":[{"fileName":"lib/components/DefinitionList/DefinitionList.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"Omit[]"}},{"defaultValue":null,"description":"最大列数","name":"maxColumns","declarations":[{"fileName":"lib/components/DefinitionList/DefinitionList.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"用語の見た目の種類","name":"termStyleType","declarations":[{"fileName":"lib/components/DefinitionList/DefinitionList.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"\"blockTitle\" | \"subBlockTitle\"","value":[{"value":"\"blockTitle\""},{"value":"\"subBlockTitle\""}]}}]},{"tags":{},"filePath":"lib/components/DatePicker/datePickerHelper.d.ts","description":"","displayName":"parseJpnDateString","methods":[],"props":[]},{"tags":{},"filePath":"lib/components/DatePicker/Portal.d.ts","description":"","displayName":"Portal","methods":[],"props":[{"defaultValue":null,"description":"","name":"inputRect","declarations":[{"fileName":"lib/components/DatePicker/Portal.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"DOMRect"}}]},{"tags":{},"filePath":"lib/components/DatePicker/DatePicker.d.ts","description":"","displayName":"DatePicker","methods":[],"props":[{"defaultValue":null,"description":"フォームを無効にするかどうか","name":"disabled","declarations":[{"fileName":"lib/components/DatePicker/DatePicker.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"input 要素の `name` 属性の値","name":"name","declarations":[{"fileName":"lib/components/DatePicker/DatePicker.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"@deprecated placeholder属性は非推奨です。別途ヒント用要素を設置するか、それらの領域を確保出来ない場合はTooltipコンポーネントの利用を検討してください。","name":"placeholder","declarations":[{"fileName":"lib/components/DatePicker/DatePicker.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"input 要素の `value` 属性の値","name":"value","declarations":[{"fileName":"lib/components/DatePicker/DatePicker.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"フォームにエラーがあるかどうか","name":"error","declarations":[{"fileName":"lib/components/DatePicker/DatePicker.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントの幅","name":"width","declarations":[{"fileName":"lib/components/DatePicker/DatePicker.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"string | number","value":[{"value":"string"},{"value":"number"}]}},{"defaultValue":null,"description":"選択可能な期間の開始日","name":"from","declarations":[{"fileName":"lib/components/DatePicker/DatePicker.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"Date"}},{"defaultValue":null,"description":"選択可能な期間の終了日","name":"to","declarations":[{"fileName":"lib/components/DatePicker/DatePicker.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"Date"}},{"defaultValue":null,"description":"入力を独自にパースする場合に、パース処理を記述する関数","name":"parseInput","declarations":[{"fileName":"lib/components/DatePicker/DatePicker.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"(input: string) => Date"}},{"defaultValue":null,"description":"表示する日付を独自にフォーマットする場合に、フォーマット処理を記述する関数","name":"formatDate","declarations":[{"fileName":"lib/components/DatePicker/DatePicker.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"(date: Date) => string"}},{"defaultValue":null,"description":"入出力用文字列と併記する別フォーマット処理を記述する関数","name":"showAlternative","declarations":[{"fileName":"lib/components/DatePicker/DatePicker.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"(date: Date) => ReactNode"}},{"defaultValue":null,"description":"選択された日付が変わった時に発火するコールバック関数","name":"onChangeDate","declarations":[{"fileName":"lib/components/DatePicker/DatePicker.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"(date: Date, value: string, other: { errors: string[]; }) => void"}}]},{"tags":{"deprecated":"`CompactInformationPanel` は非推奨です。`NotificationBar[base=\"base\"]` を使用してください。"},"filePath":"lib/components/CompactInformationPanel/CompactInformationPanel.d.ts","description":"","displayName":"CompactInformationPanel","methods":[],"props":[{"defaultValue":null,"description":"表示する情報の種類","name":"type","declarations":[{"fileName":"lib/components/CompactInformationPanel/CompactInformationPanel.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"\"error\" | \"warning\" | \"info\" | \"success\"","value":[{"value":"\"error\""},{"value":"\"warning\""},{"value":"\"info\""},{"value":"\"success\""}]}},{"defaultValue":null,"description":"","name":"ref","declarations":[{"fileName":"smarthr-ui/node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"Ref","value":[{"value":"(instance: HTMLDivElement) => void","description":"","fullComment":"","tags":{}},{"value":"RefObject","description":"A readonly ref container where {@link current} cannot be mutated.\n\nCreated by {@link createRef}, or {@link useRef} when passed `null`.","fullComment":"A readonly ref container where {@link current} cannot be mutated.\n\nCreated by {@link createRef}, or {@link useRef} when passed `null`.\n@template T The type of the ref's value.\n@example ```tsx\nconst ref = createRef();\n\nref.current = document.createElement('div'); // Error\n```","tags":{"template":"T The type of the ref's value.","example":"```tsx\nconst ref = createRef();\n\nref.current = document.createElement('div'); // Error\n```"}}]}}]},{"tags":{},"filePath":"lib/components/ComboBox/comboBoxHelper.d.ts","description":"","displayName":"convertMatchableString","methods":[],"props":[]},{"tags":{},"filePath":"lib/components/ComboBox/SingleComboBox.d.ts","description":"","displayName":"SingleComboBox","methods":[],"props":[{"defaultValue":null,"description":"選択可能なアイテムのリスト","name":"items","declarations":[{"fileName":"lib/components/ComboBox/types.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"ComboBoxItem[]"}},{"defaultValue":null,"description":"input 要素の `name` 属性の値","name":"name","declarations":[{"fileName":"lib/components/ComboBox/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"input 要素の `disabled` 属性の値","name":"disabled","declarations":[{"fileName":"lib/components/ComboBox/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"input 要素の `required` 属性の値","name":"required","declarations":[{"fileName":"lib/components/ComboBox/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネント内の一番外側の要素に適用するクラス名","name":"className","declarations":[{"fileName":"lib/components/ComboBox/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"`true` のとき、コンポーネントの外枠が `DANGER` カラーになる","name":"error","declarations":[{"fileName":"lib/components/ComboBox/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"`true` のとき、 `items` 内に存在しないアイテムを新しく追加できるようになる","name":"creatable","declarations":[{"fileName":"lib/components/ComboBox/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"input 要素の `placeholder` 属性の値","name":"placeholder","declarations":[{"fileName":"lib/components/ComboBox/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"`true` のとき、ドロップダウンリスト内にローダーを表示する","name":"isLoading","declarations":[{"fileName":"lib/components/ComboBox/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"input 要素の `width` スタイルに適用する値","name":"width","declarations":[{"fileName":"lib/components/ComboBox/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"string | number","value":[{"value":"string"},{"value":"number"}]}},{"defaultValue":null,"description":"ドロップダウンリスト内に表示するヘルプメッセージ","name":"dropdownHelpMessage","declarations":[{"fileName":"lib/components/ComboBox/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"ドロップダウンリストの `width` スタイルに適用する値","name":"dropdownWidth","declarations":[{"fileName":"lib/components/ComboBox/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"string | number","value":[{"value":"string"},{"value":"number"}]}},{"defaultValue":null,"description":"input 要素の `value` が変わった時に発火するコールバック関数","name":"onChangeInput","declarations":[{"fileName":"lib/components/ComboBox/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"(e: ChangeEvent) => void"}},{"defaultValue":null,"description":"`items` 内に存在しないアイテムが追加されたときに発火するコールバック関数","name":"onAdd","declarations":[{"fileName":"lib/components/ComboBox/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"(label: string) => void"}},{"defaultValue":null,"description":"アイテムが選択された時に発火するコールバック関数","name":"onSelect","declarations":[{"fileName":"lib/components/ComboBox/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"(item: ComboBoxItem) => void"}},{"defaultValue":null,"description":"input 要素の `value` が変わった時に発火するコールバック関数\n@deprecated `onChange` は非推奨なため、 代わりに `onChangeInput` を使用してください。","name":"onChange","declarations":[{"fileName":"lib/components/ComboBox/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"(e: ChangeEvent) => void"}},{"defaultValue":null,"description":"選択されているアイテム","name":"selectedItem","declarations":[{"fileName":"lib/components/ComboBox/SingleComboBox.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"ComboBoxItem"}},{"defaultValue":null,"description":"デフォルトで選択されるアイテム","name":"defaultItem","declarations":[{"fileName":"lib/components/ComboBox/SingleComboBox.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"ComboBoxItem"}},{"defaultValue":null,"description":"コンポーネント内の先頭に表示する内容","name":"prefix","declarations":[{"fileName":"lib/components/ComboBox/SingleComboBox.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"選択されているアイテムがクリアされた時に発火するコールバック関数","name":"onClear","declarations":[{"fileName":"lib/components/ComboBox/SingleComboBox.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"() => void"}},{"defaultValue":null,"description":"選択されているアイテムがクリアされた時に発火するコールバック関数\n指定している場合、クリア時にonClickを実行せずにonClearClickのみ実行する","name":"onClearClick","declarations":[{"fileName":"lib/components/ComboBox/SingleComboBox.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"(e: MouseEvent) => void"}},{"defaultValue":null,"description":"選択されているアイテムのリストが変わった時に発火するコールバック関数","name":"onChangeSelected","declarations":[{"fileName":"lib/components/ComboBox/SingleComboBox.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"(selectedItem: ComboBoxItem) => void"}},{"defaultValue":null,"description":"コンポーネントがフォーカスされたときに発火するコールバック関数","name":"onFocus","declarations":[{"fileName":"lib/components/ComboBox/SingleComboBox.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"() => void"}},{"defaultValue":null,"description":"コンポーネントからフォーカスが外れた時に発火するコールバック関数","name":"onBlur","declarations":[{"fileName":"lib/components/ComboBox/SingleComboBox.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"() => void"}},{"defaultValue":null,"description":"コンポーネント内のテキストを変更する関数/","name":"decorators","declarations":[{"fileName":"lib/components/ComboBox/SingleComboBox.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"DecoratorsType<\"noResultText\"> & { destroyButtonIconAlt?: (text: string) => string; }"}},{"defaultValue":null,"description":"input 要素の属性","name":"inputAttributes","declarations":[{"fileName":"lib/components/ComboBox/SingleComboBox.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"Omit & RefAttributes<...>, \"ref\" | ......"}}]},{"tags":{},"filePath":"lib/components/ComboBox/MultiSelectedItemTooltip.d.ts","description":"","displayName":"MultiSelectedItemTooltip","methods":[],"props":[{"defaultValue":null,"description":"","name":"needsTooltip","declarations":[{"fileName":"lib/components/ComboBox/MultiSelectedItemTooltip.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"","name":"text","declarations":[{"fileName":"lib/components/ComboBox/MultiSelectedItemTooltip.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}}]},{"tags":{},"filePath":"lib/components/ComboBox/MultiSelectedItem.d.ts","description":"","displayName":"MultiSelectedItem","methods":[],"props":[{"defaultValue":null,"description":"","name":"item","declarations":[{"fileName":"lib/components/ComboBox/MultiSelectedItem.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"ComboBoxItem & { deletable?: boolean; }"}},{"defaultValue":null,"description":"","name":"disabled","declarations":[{"fileName":"lib/components/ComboBox/MultiSelectedItem.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"","name":"onDelete","declarations":[{"fileName":"lib/components/ComboBox/MultiSelectedItem.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"(item: ComboBoxItem) => void"}},{"defaultValue":null,"description":"","name":"enableEllipsis","declarations":[{"fileName":"lib/components/ComboBox/MultiSelectedItem.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"","name":"buttonRef","declarations":[{"fileName":"lib/components/ComboBox/MultiSelectedItem.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"RefObject"}},{"defaultValue":null,"description":"","name":"decorators","declarations":[{"fileName":"lib/components/ComboBox/MultiSelectedItem.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"{ destroyButtonIconAlt?: (text: string) => string; }"}}]},{"tags":{},"filePath":"lib/components/ComboBox/MultiComboBox.d.ts","description":"","displayName":"MultiComboBox","methods":[],"props":[{"defaultValue":null,"description":"選択可能なアイテムのリスト","name":"items","declarations":[{"fileName":"lib/components/ComboBox/types.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"ComboBoxItem[]"}},{"defaultValue":null,"description":"input 要素の `name` 属性の値","name":"name","declarations":[{"fileName":"lib/components/ComboBox/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"input 要素の `disabled` 属性の値","name":"disabled","declarations":[{"fileName":"lib/components/ComboBox/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"input 要素の `required` 属性の値","name":"required","declarations":[{"fileName":"lib/components/ComboBox/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネント内の一番外側の要素に適用するクラス名","name":"className","declarations":[{"fileName":"lib/components/ComboBox/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"`true` のとき、コンポーネントの外枠が `DANGER` カラーになる","name":"error","declarations":[{"fileName":"lib/components/ComboBox/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"`true` のとき、 `items` 内に存在しないアイテムを新しく追加できるようになる","name":"creatable","declarations":[{"fileName":"lib/components/ComboBox/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"input 要素の `placeholder` 属性の値","name":"placeholder","declarations":[{"fileName":"lib/components/ComboBox/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"`true` のとき、ドロップダウンリスト内にローダーを表示する","name":"isLoading","declarations":[{"fileName":"lib/components/ComboBox/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"input 要素の `width` スタイルに適用する値","name":"width","declarations":[{"fileName":"lib/components/ComboBox/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"string | number","value":[{"value":"string"},{"value":"number"}]}},{"defaultValue":null,"description":"ドロップダウンリスト内に表示するヘルプメッセージ","name":"dropdownHelpMessage","declarations":[{"fileName":"lib/components/ComboBox/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"ドロップダウンリストの `width` スタイルに適用する値","name":"dropdownWidth","declarations":[{"fileName":"lib/components/ComboBox/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"string | number","value":[{"value":"string"},{"value":"number"}]}},{"defaultValue":null,"description":"input 要素の `value` が変わった時に発火するコールバック関数","name":"onChangeInput","declarations":[{"fileName":"lib/components/ComboBox/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"(e: ChangeEvent) => void"}},{"defaultValue":null,"description":"`items` 内に存在しないアイテムが追加されたときに発火するコールバック関数","name":"onAdd","declarations":[{"fileName":"lib/components/ComboBox/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"(label: string) => void"}},{"defaultValue":null,"description":"アイテムが選択された時に発火するコールバック関数","name":"onSelect","declarations":[{"fileName":"lib/components/ComboBox/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"(item: ComboBoxItem) => void"}},{"defaultValue":null,"description":"input 要素の `value` が変わった時に発火するコールバック関数\n@deprecated `onChange` は非推奨なため、 代わりに `onChangeInput` を使用してください。","name":"onChange","declarations":[{"fileName":"lib/components/ComboBox/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"(e: ChangeEvent) => void"}},{"defaultValue":null,"description":"選択されているアイテムのリスト","name":"selectedItems","declarations":[{"fileName":"lib/components/ComboBox/MultiComboBox.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"(ComboBoxItem & { deletable?: boolean; })[]"}},{"defaultValue":null,"description":"選択されているアイテムのラベルを省略表示するかどうか","name":"selectedItemEllipsis","declarations":[{"fileName":"lib/components/ComboBox/MultiComboBox.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"テキストボックスの `value` 属性の値。\n`onChangeInput` と併せて設定することで、テキストボックスの挙動が制御可能になる。","name":"inputValue","declarations":[{"fileName":"lib/components/ComboBox/MultiComboBox.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"選択されているアイテムの削除ボタンがクリックされた時に発火するコールバック関数","name":"onDelete","declarations":[{"fileName":"lib/components/ComboBox/MultiComboBox.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"(item: ComboBoxItem) => void"}},{"defaultValue":null,"description":"選択されているアイテムのリストが変わった時に発火するコールバック関数","name":"onChangeSelected","declarations":[{"fileName":"lib/components/ComboBox/MultiComboBox.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"(selectedItems: ComboBoxItem[]) => void"}},{"defaultValue":null,"description":"コンポーネントがフォーカスされたときに発火するコールバック関数","name":"onFocus","declarations":[{"fileName":"lib/components/ComboBox/MultiComboBox.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"() => void"}},{"defaultValue":null,"description":"コンポーネントからフォーカスが外れた時に発火するコールバック関数","name":"onBlur","declarations":[{"fileName":"lib/components/ComboBox/MultiComboBox.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"() => void"}},{"defaultValue":null,"description":"コンポーネント内のテキストを変更する関数/","name":"decorators","declarations":[{"fileName":"lib/components/ComboBox/MultiComboBox.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"DecoratorsType<\"noResultText\"> & { destroyButtonIconAlt?: (text: string) => string; selectedListAriaLabel?: (text: string) => string; }"}},{"defaultValue":null,"description":"アイテムが選択されたときに選択済みかどうかを判定するコールバック関数/","name":"isItemSelected","declarations":[{"fileName":"lib/components/ComboBox/MultiComboBox.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"(targetItem: ComboBoxItem, selectedItems: ComboBoxItem[]) => boolean"}},{"defaultValue":null,"description":"input 要素の属性","name":"inputAttributes","declarations":[{"fileName":"lib/components/ComboBox/MultiComboBox.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"Omit, \"ref\" | \"className\" | \"tabIndex\" | \"role\" | \"aria-activedescendant\" | \"aria-autocomplete\" | ... 14 more ... | \"type\">"}}]},{"tags":{},"filePath":"lib/components/Chip/Chip.d.ts","description":"","displayName":"Chip","methods":[],"props":[{"defaultValue":null,"description":"","name":"disabled","required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"","name":"size","required":false,"type":{"name":"\"s\""}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/CheckBox/CheckBox.d.ts","description":"","displayName":"CheckBox","methods":[],"props":[{"defaultValue":null,"description":"`true` のとき、チェック状態を `mixed` にする","name":"mixed","declarations":[{"fileName":"smarthr-ui/lib/components/CheckBox/CheckBox.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"チェックボックスにエラーがあるかどうか","name":"error","declarations":[{"fileName":"smarthr-ui/lib/components/CheckBox/CheckBox.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}}]},{"tags":{},"filePath":"lib/components/Calendar/calendarHelper.d.ts","description":"","displayName":"getFromDate","methods":[],"props":[]},{"tags":{},"filePath":"lib/components/Calendar/calendarHelper.d.ts","description":"","displayName":"getToDate","methods":[],"props":[]},{"tags":{},"filePath":"lib/components/Calendar/calendarHelper.d.ts","description":"","displayName":"getMonthArray","methods":[],"props":[]},{"tags":{},"filePath":"lib/components/Calendar/YearPicker.d.ts","description":"","displayName":"YearPicker","methods":[],"props":[{"defaultValue":null,"description":"選択された年","name":"selectedYear","declarations":[{"fileName":"lib/components/Calendar/YearPicker.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"選択可能な開始年","name":"fromYear","declarations":[{"fileName":"lib/components/Calendar/YearPicker.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"number"}},{"defaultValue":null,"description":"選択可能な終了年","name":"toYear","declarations":[{"fileName":"lib/components/Calendar/YearPicker.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"number"}},{"defaultValue":null,"description":"トリガのセレクトイベントを処理するハンドラ","name":"onSelectYear","declarations":[{"fileName":"lib/components/Calendar/YearPicker.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"(year: number) => void"}},{"defaultValue":null,"description":"表示フラグ","name":"isDisplayed","declarations":[{"fileName":"lib/components/Calendar/YearPicker.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}}]},{"tags":{},"filePath":"lib/components/Calendar/CalendarTable.d.ts","description":"","displayName":"CalendarTable","methods":[],"props":[{"defaultValue":null,"description":"現在の日付","name":"current","declarations":[{"fileName":"lib/components/Calendar/CalendarTable.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"Date"}},{"defaultValue":null,"description":"選択可能な開始日","name":"from","declarations":[{"fileName":"lib/components/Calendar/CalendarTable.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"Date"}},{"defaultValue":null,"description":"選択可能な終了日","name":"to","declarations":[{"fileName":"lib/components/Calendar/CalendarTable.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"Date"}},{"defaultValue":null,"description":"トリガのセレクトイベントを処理するハンドラ","name":"onSelectDate","declarations":[{"fileName":"lib/components/Calendar/CalendarTable.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"(e: MouseEvent, date: Date) => void"}},{"defaultValue":null,"description":"選択された日付","name":"selected","declarations":[{"fileName":"lib/components/Calendar/CalendarTable.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"Date"}}]},{"tags":{},"filePath":"lib/components/Calendar/Calendar.d.ts","description":"","displayName":"Calendar","methods":[],"props":[{"defaultValue":null,"description":"選択された日付","name":"value","declarations":[{"fileName":"lib/components/Calendar/Calendar.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"Date"}},{"defaultValue":null,"description":"選択可能な開始日","name":"from","declarations":[{"fileName":"lib/components/Calendar/Calendar.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"Date"}},{"defaultValue":null,"description":"選択可能な終了日","name":"to","declarations":[{"fileName":"lib/components/Calendar/Calendar.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"Date"}},{"defaultValue":null,"description":"トリガのセレクトイベントを処理するハンドラ","name":"onSelectDate","declarations":[{"fileName":"lib/components/Calendar/Calendar.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"(e: MouseEvent, date: Date) => void"}}]},{"tags":{},"filePath":"lib/components/Button/style.d.ts","description":"","displayName":"Style","methods":[],"props":[]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Button/UnstyledButton.d.ts","description":"","displayName":"UnstyledButton","methods":[],"props":[]},{"tags":{},"filePath":"lib/components/Button/ButtonWrapper.d.ts","description":"","displayName":"ButtonWrapper","methods":[],"props":[{"defaultValue":null,"description":"","name":"size","declarations":[{"fileName":"lib/components/Button/ButtonWrapper.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"\"s\" | \"default\"","value":[{"value":"\"s\""},{"value":"\"default\""}]}},{"defaultValue":null,"description":"","name":"square","declarations":[{"fileName":"lib/components/Button/ButtonWrapper.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"","name":"wide","declarations":[{"fileName":"lib/components/Button/ButtonWrapper.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"","name":"variant","declarations":[{"fileName":"lib/components/Button/ButtonWrapper.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"Variant","value":[{"value":"\"text\""},{"value":"\"primary\""},{"value":"\"secondary\""},{"value":"\"danger\""},{"value":"\"skeleton\""}]}},{"defaultValue":null,"description":"","name":"$loading","declarations":[{"fileName":"lib/components/Button/ButtonWrapper.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"","name":"className","declarations":[{"fileName":"lib/components/Button/ButtonWrapper.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"isAnchor","declarations":[{"fileName":"lib/components/Button/ButtonWrapper.d.ts","name":"TypeLiteral"},{"fileName":"lib/components/Button/ButtonWrapper.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"true"}},{"defaultValue":null,"description":"","name":"buttonRef","declarations":[{"fileName":"lib/components/Button/ButtonWrapper.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ForwardedRef","value":[{"value":"(instance: HTMLButtonElement) => void","description":"","fullComment":"","tags":{}},{"value":"MutableRefObject","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"","name":"anchorRef","declarations":[{"fileName":"lib/components/Button/ButtonWrapper.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ForwardedRef","value":[{"value":"(instance: HTMLAnchorElement) => void","description":"","fullComment":"","tags":{}},{"value":"MutableRefObject","description":"","fullComment":"","tags":{}}]}}]},{"tags":{},"filePath":"lib/components/Button/ButtonInner.d.ts","description":"","displayName":"ButtonInner","methods":[],"props":[{"defaultValue":null,"description":"","name":"prefix","declarations":[{"fileName":"lib/components/Button/ButtonInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"","name":"suffix","declarations":[{"fileName":"lib/components/Button/ButtonInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"","name":"size","declarations":[{"fileName":"lib/components/Button/ButtonInner.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"\"s\" | \"default\"","value":[{"value":"\"s\""},{"value":"\"default\""}]}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Button/Button.d.ts","description":"","displayName":"Button","methods":[],"props":[{"defaultValue":null,"description":"ボタンの大きさ","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Button/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"\"s\" | \"default\"","value":[{"value":"\"s\""},{"value":"\"default\""}]}},{"defaultValue":null,"description":"ボタン内に表示する内容","name":"children","declarations":[{"fileName":"smarthr-ui/lib/components/Button/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Button/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"無効な理由","name":"disabledDetail","declarations":[{"fileName":"smarthr-ui/lib/components/Button/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"{ icon?: FunctionComponent<{}>; message: ReactNode; }"}},{"defaultValue":null,"description":"ボタン内の先頭に表示する内容。\n通常は、アイコンを表示するために用いる。","name":"prefix","declarations":[{"fileName":"smarthr-ui/lib/components/Button/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"ボタン内の末尾に表示する内容。\n通常は、アイコンを表示するために用いる。","name":"suffix","declarations":[{"fileName":"smarthr-ui/lib/components/Button/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"`true` のとき、ボタンを正方形にする。","name":"square","declarations":[{"fileName":"smarthr-ui/lib/components/Button/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"`true` のとき、ボタンの `width` を 100% にする。","name":"wide","declarations":[{"fileName":"smarthr-ui/lib/components/Button/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"ボタンのスタイルの種類","name":"variant","declarations":[{"fileName":"smarthr-ui/lib/components/Button/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"Variant","value":[{"value":"\"text\""},{"value":"\"primary\""},{"value":"\"secondary\""},{"value":"\"danger\""},{"value":"\"skeleton\""}]}},{"defaultValue":null,"description":"処理が走ってるかどうか","name":"loading","declarations":[{"fileName":"smarthr-ui/lib/components/Button/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"","name":"decorators","declarations":[{"fileName":"smarthr-ui/lib/components/Button/Button.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"DecoratorsType<\"loading\">"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Button/AnchorButton.d.ts","description":"","displayName":"AnchorButton","methods":[],"props":[{"defaultValue":null,"description":"ボタンの大きさ","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Button/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"\"s\" | \"default\"","value":[{"value":"\"s\""},{"value":"\"default\""}]}},{"defaultValue":null,"description":"ボタン内に表示する内容","name":"children","declarations":[{"fileName":"smarthr-ui/lib/components/Button/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Button/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"無効な理由","name":"disabledDetail","declarations":[{"fileName":"smarthr-ui/lib/components/Button/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"{ icon?: FunctionComponent<{}>; message: ReactNode; }"}},{"defaultValue":null,"description":"ボタン内の先頭に表示する内容。\n通常は、アイコンを表示するために用いる。","name":"prefix","declarations":[{"fileName":"smarthr-ui/lib/components/Button/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"ボタン内の末尾に表示する内容。\n通常は、アイコンを表示するために用いる。","name":"suffix","declarations":[{"fileName":"smarthr-ui/lib/components/Button/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"`true` のとき、ボタンを正方形にする。","name":"square","declarations":[{"fileName":"smarthr-ui/lib/components/Button/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"`true` のとき、ボタンの `width` を 100% にする。","name":"wide","declarations":[{"fileName":"smarthr-ui/lib/components/Button/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"ボタンのスタイルの種類","name":"variant","declarations":[{"fileName":"smarthr-ui/lib/components/Button/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"Variant","value":[{"value":"\"text\""},{"value":"\"primary\""},{"value":"\"secondary\""},{"value":"\"danger\""},{"value":"\"skeleton\""}]}},{"defaultValue":null,"description":"処理が走ってるかどうか","name":"loading","declarations":[{"fileName":"smarthr-ui/lib/components/Button/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/BottomFixedArea/BottomFixedArea.d.ts","description":"","displayName":"BottomFixedArea","methods":[],"props":[{"defaultValue":null,"description":"この領域の説明","name":"description","declarations":[{"fileName":"smarthr-ui/lib/components/BottomFixedArea/BottomFixedArea.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"表示する `Button` または `AnchorButton` (`variant=\"primary\"` である必要がある)","name":"primaryButton","declarations":[{"fileName":"smarthr-ui/lib/components/BottomFixedArea/BottomFixedArea.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"Primary","value":[{"value":"FunctionComponentElement>","description":"","fullComment":"","tags":{}},{"value":"FunctionComponentElement>","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"表示する `Button` または `AnchorButton` (`variant=\"secondary\"` である必要がある)","name":"secondaryButton","declarations":[{"fileName":"smarthr-ui/lib/components/BottomFixedArea/BottomFixedArea.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"Secondary","value":[{"value":"FunctionComponentElement>","description":"","fullComment":"","tags":{}},{"value":"FunctionComponentElement>","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"表示する tertialy link のプロパティの配列","name":"tertiaryLinks","declarations":[{"fileName":"smarthr-ui/lib/components/BottomFixedArea/BottomFixedArea.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"(Omit, HTMLButtonElement>, \"ref\"> & { ...; } & { ...; })[]"}},{"defaultValue":null,"description":"コンポーネントに適用する z-index 値","name":"zIndex","declarations":[{"fileName":"smarthr-ui/lib/components/BottomFixedArea/BottomFixedArea.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"","name":"ref","declarations":[{"fileName":"smarthr-ui/node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"Ref","value":[{"value":"(instance: HTMLDivElement) => void","description":"","fullComment":"","tags":{}},{"value":"RefObject","description":"A readonly ref container where {@link current} cannot be mutated.\n\nCreated by {@link createRef}, or {@link useRef} when passed `null`.","fullComment":"A readonly ref container where {@link current} cannot be mutated.\n\nCreated by {@link createRef}, or {@link useRef} when passed `null`.\n@template T The type of the ref's value.\n@example ```tsx\nconst ref = createRef();\n\nref.current = document.createElement('div'); // Error\n```","tags":{"template":"T The type of the ref's value.","example":"```tsx\nconst ref = createRef();\n\nref.current = document.createElement('div'); // Error\n```"}}]}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Base/Base.d.ts","description":"","displayName":"Base","methods":[],"props":[{"defaultValue":null,"description":"境界とコンテンツの間の余白","name":"padding","declarations":[{"fileName":"smarthr-ui/lib/components/Base/Base.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"Gap | SeparatePadding","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""},{"value":"SeparatePadding","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"コンテンツが要素内に収まらない場合の処理方法","name":"overflow","declarations":[{"fileName":"smarthr-ui/lib/components/Base/Base.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"Overflow | { x: Overflow; y: Overflow; }","value":[{"value":"\"auto\""},{"value":"\"hidden\""},{"value":"\"clip\""},{"value":"\"visible\""},{"value":"\"scroll\""},{"value":"{ x: Overflow; y: Overflow; }","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"","name":"radius","required":false,"type":{"name":"enum","raw":"\"s\" | \"m\"","value":[{"value":"\"s\""},{"value":"\"m\""}]}},{"defaultValue":null,"description":"","name":"layer","required":false,"type":{"name":"enum","raw":"0 | 1 | 2 | 3 | 4","value":[{"value":"0"},{"value":"1"},{"value":"2"},{"value":"3"},{"value":"4"}]}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Balloon/Balloon.d.ts","description":"","displayName":"Balloon","methods":[],"props":[{"defaultValue":null,"description":"","name":"horizontal","required":false,"type":{"name":"enum","raw":"\"center\" | \"left\" | \"right\"","value":[{"value":"\"center\""},{"value":"\"left\""},{"value":"\"right\""}]}},{"defaultValue":null,"description":"","name":"vertical","required":false,"type":{"name":"enum","raw":"\"top\" | \"middle\" | \"bottom\"","value":[{"value":"\"top\""},{"value":"\"middle\""},{"value":"\"bottom\""}]}}]},{"tags":{},"filePath":"lib/components/Badge/Badge.d.ts","description":"","displayName":"Badge","methods":[],"props":[{"defaultValue":null,"description":"件数","name":"count","declarations":[{"fileName":"lib/components/Badge/Badge.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"最大表示件数。この数を超えた場合は{最大表示件数+}と表示される","name":"overflowCount","declarations":[{"fileName":"lib/components/Badge/Badge.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"0値を表示するかどうか","name":"showZero","declarations":[{"fileName":"lib/components/Badge/Badge.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"色の種類","name":"type","declarations":[{"fileName":"lib/components/Badge/Badge.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"\"grey\" | \"blue\" | \"red\" | \"yellow\"","value":[{"value":"\"grey\""},{"value":"\"blue\""},{"value":"\"red\""},{"value":"\"yellow\""}]}},{"defaultValue":null,"description":"ドット表示するかどうか","name":"dot","declarations":[{"fileName":"lib/components/Badge/Badge.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}}]},{"tags":{},"filePath":"lib/components/AppNavi/style.d.ts","description":"","displayName":"appNaviItemStyle","methods":[],"props":[{"defaultValue":null,"description":"","name":"active","required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"","name":"class","declarations":[{"fileName":"smarthr-ui/node_modules/.pnpm/tailwind-variants@0.2.1_tailwindcss@3.4.4_ts-node@10.9.2_@swc+core@1.5.25_@swc+helpers@0.5.5__wixkefo76u54chbjz34lo5wxle/node_modules/tailwind-variants/dist/index.d.ts","name":"TypeLiteral"},{"fileName":"smarthr-ui/node_modules/.pnpm/tailwind-variants@0.2.1_tailwindcss@3.4.4_ts-node@10.9.2_@swc+core@1.5.25_@swc+helpers@0.5.5__wixkefo76u54chbjz34lo5wxle/node_modules/tailwind-variants/dist/index.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ClassNameValue","value":[{"value":"string"},{"value":"false"},{"value":"0"},{"value":"0n"},{"value":"ClassNameArray","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"","name":"className","declarations":[{"fileName":"smarthr-ui/node_modules/.pnpm/tailwind-variants@0.2.1_tailwindcss@3.4.4_ts-node@10.9.2_@swc+core@1.5.25_@swc+helpers@0.5.5__wixkefo76u54chbjz34lo5wxle/node_modules/tailwind-variants/dist/index.d.ts","name":"TypeLiteral"},{"fileName":"smarthr-ui/node_modules/.pnpm/tailwind-variants@0.2.1_tailwindcss@3.4.4_ts-node@10.9.2_@swc+core@1.5.25_@swc+helpers@0.5.5__wixkefo76u54chbjz34lo5wxle/node_modules/tailwind-variants/dist/index.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ClassNameValue","value":[{"value":"string"},{"value":"false"},{"value":"0"},{"value":"0n"},{"value":"ClassNameArray","description":"","fullComment":"","tags":{}}]}}]},{"tags":{},"filePath":"lib/components/AppNavi/AppNaviDropdown.d.ts","description":"","displayName":"AppNaviDropdown","methods":[],"props":[{"defaultValue":null,"description":"ドロップダウンのコンテンツ","name":"dropdownContent","declarations":[{"fileName":"lib/components/AppNavi/AppNaviDropdown.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"表示するアイコンタイプ","name":"icon","declarations":[{"fileName":"lib/components/AppNavi/AppNaviDropdown.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ComponentType","value":[{"value":"FunctionComponent","description":"Represents the type of a function component. Can optionally\nreceive a type argument that represents the props the component\naccepts.","fullComment":"Represents the type of a function component. Can optionally\nreceive a type argument that represents the props the component\naccepts.\n@template P The props the component accepts.\n@see {@link https://react-typescript-cheatsheet.netlify.app/docs/basic/getting-started/function_components React TypeScript Cheatsheet}\n@example ```tsx\n// With props:\ntype Props = { name: string }\n\nconst MyComponent: FunctionComponent = (props) => {\n return
{props.name}
\n}\n```\n@example ```tsx\n// Without props:\nconst MyComponentWithoutProps: FunctionComponent = () => {\n return
MyComponentWithoutProps
\n}\n```","tags":{"template":"P The props the component accepts.","see":"{@link https://react-typescript-cheatsheet.netlify.app/docs/basic/getting-started/function_components React TypeScript Cheatsheet}","example":"```tsx\n// With props:\ntype Props = { name: string }\n\nconst MyComponent: FunctionComponent = (props) => {\n return
{props.name}
\n}\n```\n```tsx\n// Without props:\nconst MyComponentWithoutProps: FunctionComponent = () => {\n return
MyComponentWithoutProps
\n}\n```"}},{"value":"ComponentClass","description":"Represents a component class in React.","fullComment":"Represents a component class in React.\n@template P The props the component accepts.\n@template S The internal state of the component.","tags":{"template":"P The props the component accepts.\nS The internal state of the component."}}]}},{"defaultValue":null,"description":"アクティブ状態であるかどうか","name":"current","declarations":[{"fileName":"lib/components/AppNavi/AppNaviDropdown.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"","name":"displayCaret","declarations":[{"fileName":"lib/components/AppNavi/AppNaviDropdown.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}}]},{"tags":{},"filePath":"lib/components/AppNavi/AppNaviCustomTag.d.ts","description":"","displayName":"AppNaviCustomTag","methods":[],"props":[{"defaultValue":null,"description":"このボタンのカスタムタグ","name":"tag","declarations":[{"fileName":"lib/components/AppNavi/AppNaviCustomTag.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"ComponentType","value":[{"value":"ComponentClass","description":"Represents a component class in React.","fullComment":"Represents a component class in React.\n@template P The props the component accepts.\n@template S The internal state of the component.","tags":{"template":"P The props the component accepts.\nS The internal state of the component."}},{"value":"FunctionComponent","description":"Represents the type of a function component. Can optionally\nreceive a type argument that represents the props the component\naccepts.","fullComment":"Represents the type of a function component. Can optionally\nreceive a type argument that represents the props the component\naccepts.\n@template P The props the component accepts.\n@see {@link https://react-typescript-cheatsheet.netlify.app/docs/basic/getting-started/function_components React TypeScript Cheatsheet}\n@example ```tsx\n// With props:\ntype Props = { name: string }\n\nconst MyComponent: FunctionComponent = (props) => {\n return
{props.name}
\n}\n```\n@example ```tsx\n// Without props:\nconst MyComponentWithoutProps: FunctionComponent = () => {\n return
MyComponentWithoutProps
\n}\n```","tags":{"template":"P The props the component accepts.","see":"{@link https://react-typescript-cheatsheet.netlify.app/docs/basic/getting-started/function_components React TypeScript Cheatsheet}","example":"```tsx\n// With props:\ntype Props = { name: string }\n\nconst MyComponent: FunctionComponent = (props) => {\n return
{props.name}
\n}\n```\n```tsx\n// Without props:\nconst MyComponentWithoutProps: FunctionComponent = () => {\n return
MyComponentWithoutProps
\n}\n```"}}]}},{"defaultValue":null,"description":"表示するアイコンタイプ","name":"icon","declarations":[{"fileName":"lib/components/AppNavi/AppNaviCustomTag.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ComponentType","value":[{"value":"FunctionComponent","description":"Represents the type of a function component. Can optionally\nreceive a type argument that represents the props the component\naccepts.","fullComment":"Represents the type of a function component. Can optionally\nreceive a type argument that represents the props the component\naccepts.\n@template P The props the component accepts.\n@see {@link https://react-typescript-cheatsheet.netlify.app/docs/basic/getting-started/function_components React TypeScript Cheatsheet}\n@example ```tsx\n// With props:\ntype Props = { name: string }\n\nconst MyComponent: FunctionComponent = (props) => {\n return
{props.name}
\n}\n```\n@example ```tsx\n// Without props:\nconst MyComponentWithoutProps: FunctionComponent = () => {\n return
MyComponentWithoutProps
\n}\n```","tags":{"template":"P The props the component accepts.","see":"{@link https://react-typescript-cheatsheet.netlify.app/docs/basic/getting-started/function_components React TypeScript Cheatsheet}","example":"```tsx\n// With props:\ntype Props = { name: string }\n\nconst MyComponent: FunctionComponent = (props) => {\n return
{props.name}
\n}\n```\n```tsx\n// Without props:\nconst MyComponentWithoutProps: FunctionComponent = () => {\n return
MyComponentWithoutProps
\n}\n```"}},{"value":"ComponentClass","description":"Represents a component class in React.","fullComment":"Represents a component class in React.\n@template P The props the component accepts.\n@template S The internal state of the component.","tags":{"template":"P The props the component accepts.\nS The internal state of the component."}}]}},{"defaultValue":null,"description":"アクティブ状態であるかどうか","name":"current","declarations":[{"fileName":"lib/components/AppNavi/AppNaviCustomTag.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}}]},{"tags":{},"filePath":"lib/components/AppNavi/AppNaviButton.d.ts","description":"","displayName":"AppNaviButton","methods":[],"props":[{"defaultValue":null,"description":"表示するアイコンタイプ","name":"icon","declarations":[{"fileName":"lib/components/AppNavi/AppNaviButton.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ComponentType","value":[{"value":"FunctionComponent","description":"Represents the type of a function component. Can optionally\nreceive a type argument that represents the props the component\naccepts.","fullComment":"Represents the type of a function component. Can optionally\nreceive a type argument that represents the props the component\naccepts.\n@template P The props the component accepts.\n@see {@link https://react-typescript-cheatsheet.netlify.app/docs/basic/getting-started/function_components React TypeScript Cheatsheet}\n@example ```tsx\n// With props:\ntype Props = { name: string }\n\nconst MyComponent: FunctionComponent = (props) => {\n return
{props.name}
\n}\n```\n@example ```tsx\n// Without props:\nconst MyComponentWithoutProps: FunctionComponent = () => {\n return
MyComponentWithoutProps
\n}\n```","tags":{"template":"P The props the component accepts.","see":"{@link https://react-typescript-cheatsheet.netlify.app/docs/basic/getting-started/function_components React TypeScript Cheatsheet}","example":"```tsx\n// With props:\ntype Props = { name: string }\n\nconst MyComponent: FunctionComponent = (props) => {\n return
{props.name}
\n}\n```\n```tsx\n// Without props:\nconst MyComponentWithoutProps: FunctionComponent = () => {\n return
MyComponentWithoutProps
\n}\n```"}},{"value":"ComponentClass","description":"Represents a component class in React.","fullComment":"Represents a component class in React.\n@template P The props the component accepts.\n@template S The internal state of the component.","tags":{"template":"P The props the component accepts.\nS The internal state of the component."}}]}},{"defaultValue":null,"description":"アクティブ状態であるかどうか","name":"current","declarations":[{"fileName":"lib/components/AppNavi/AppNaviButton.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"クリックイベントのハンドラ","name":"onClick","declarations":[{"fileName":"lib/components/AppNavi/AppNaviButton.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"(e: MouseEvent) => void"}}]},{"tags":{},"filePath":"lib/components/AppNavi/AppNaviAnchor.d.ts","description":"","displayName":"AppNaviAnchor","methods":[],"props":[{"defaultValue":null,"description":"アンカーの href","name":"href","declarations":[{"fileName":"lib/components/AppNavi/AppNaviAnchor.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"string"}},{"defaultValue":null,"description":"表示するアイコンタイプ","name":"icon","declarations":[{"fileName":"lib/components/AppNavi/AppNaviAnchor.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ComponentType","value":[{"value":"FunctionComponent","description":"Represents the type of a function component. Can optionally\nreceive a type argument that represents the props the component\naccepts.","fullComment":"Represents the type of a function component. Can optionally\nreceive a type argument that represents the props the component\naccepts.\n@template P The props the component accepts.\n@see {@link https://react-typescript-cheatsheet.netlify.app/docs/basic/getting-started/function_components React TypeScript Cheatsheet}\n@example ```tsx\n// With props:\ntype Props = { name: string }\n\nconst MyComponent: FunctionComponent = (props) => {\n return
{props.name}
\n}\n```\n@example ```tsx\n// Without props:\nconst MyComponentWithoutProps: FunctionComponent = () => {\n return
MyComponentWithoutProps
\n}\n```","tags":{"template":"P The props the component accepts.","see":"{@link https://react-typescript-cheatsheet.netlify.app/docs/basic/getting-started/function_components React TypeScript Cheatsheet}","example":"```tsx\n// With props:\ntype Props = { name: string }\n\nconst MyComponent: FunctionComponent = (props) => {\n return
{props.name}
\n}\n```\n```tsx\n// Without props:\nconst MyComponentWithoutProps: FunctionComponent = () => {\n return
MyComponentWithoutProps
\n}\n```"}},{"value":"ComponentClass","description":"Represents a component class in React.","fullComment":"Represents a component class in React.\n@template P The props the component accepts.\n@template S The internal state of the component.","tags":{"template":"P The props the component accepts.\nS The internal state of the component."}}]}},{"defaultValue":null,"description":"アクティブ状態であるかどうか","name":"current","declarations":[{"fileName":"lib/components/AppNavi/AppNaviAnchor.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}}]},{"tags":{},"filePath":"lib/components/AppNavi/AppNavi.d.ts","description":"","displayName":"AppNavi","methods":[],"props":[{"defaultValue":null,"description":"ラベルのテキスト","name":"label","declarations":[{"fileName":"lib/components/AppNavi/AppNavi.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"表示するボタンの Props の配列","name":"buttons","declarations":[{"fileName":"lib/components/AppNavi/AppNavi.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"(AppNaviDropdownProps | AppNaviCustomTagProps | AppNaviButtonProps | AppNaviAnchorProps)[]"}},{"defaultValue":null,"description":"ドロップダウンにキャレットを表示するかどうか","name":"displayDropdownCaret","declarations":[{"fileName":"lib/components/AppNavi/AppNavi.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}}]},{"tags":{},"filePath":"lib/components/AccordionPanel/style.d.ts","description":"","displayName":"Style","methods":[],"props":[]},{"tags":{},"filePath":"lib/components/AccordionPanel/accordionPanelHelper.d.ts","description":"","displayName":"getSiblingButtons","methods":[],"props":[]},{"tags":{},"filePath":"lib/components/AccordionPanel/accordionPanelHelper.d.ts","description":"","displayName":"focusFirstSibling","methods":[],"props":[]},{"tags":{},"filePath":"lib/components/AccordionPanel/accordionPanelHelper.d.ts","description":"","displayName":"focusLastSibling","methods":[],"props":[]},{"tags":{},"filePath":"lib/components/AccordionPanel/AccordionPanelTrigger.d.ts","description":"","displayName":"AccordionPanelTrigger","methods":[],"props":[{"defaultValue":null,"description":"ヘッダ部分のテキストのスタイル","name":"headingType","declarations":[{"fileName":"lib/components/AccordionPanel/AccordionPanelTrigger.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"HeadingTypes","value":[{"value":"\"screenTitle\""},{"value":"\"sectionTitle\""},{"value":"\"blockTitle\""},{"value":"\"subBlockTitle\""},{"value":"\"subSubBlockTitle\""}]}},{"defaultValue":null,"description":"@deprecated headingTag属性は非推奨です","name":"headingTag","declarations":[{"fileName":"lib/components/AccordionPanel/AccordionPanelTrigger.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"HeadingTagTypes","value":[{"value":"\"h1\""},{"value":"\"h2\""},{"value":"\"h3\""},{"value":"\"h4\""},{"value":"\"h5\""},{"value":"\"h6\""}]}}]},{"tags":{},"filePath":"lib/components/AccordionPanel/AccordionPanelItem.d.ts","description":"","displayName":"AccordionPanelItem","methods":[],"props":[{"defaultValue":null,"description":"アイテムを識別するための名前","name":"name","declarations":[{"fileName":"lib/components/AccordionPanel/AccordionPanelItem.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"string"}}]},{"tags":{},"filePath":"lib/components/AccordionPanel/AccordionPanelContent.d.ts","description":"","displayName":"AccordionPanelContent","methods":[],"props":[]},{"tags":{},"filePath":"lib/components/AccordionPanel/AccordionPanel.d.ts","description":"","displayName":"AccordionPanel","methods":[],"props":[{"defaultValue":null,"description":"アイコンの左右位置","name":"iconPosition","declarations":[{"fileName":"lib/components/AccordionPanel/AccordionPanel.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"\"left\" | \"right\"","value":[{"value":"\"left\""},{"value":"\"right\""}]}},{"defaultValue":null,"description":"複数のパネルを同時に開くことを許容するかどうか","name":"expandableMultiply","declarations":[{"fileName":"lib/components/AccordionPanel/AccordionPanel.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"デフォルトで開いた状態にするアイテムの `name` の配列","name":"defaultExpanded","declarations":[{"fileName":"lib/components/AccordionPanel/AccordionPanel.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string[]"}},{"defaultValue":null,"description":"トリガのクリックイベントを処理するハンドラ","name":"onClick","declarations":[{"fileName":"lib/components/AccordionPanel/AccordionPanel.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"(expandedItems: string[]) => void"}}]},{"tags":{},"filePath":"lib/components/Layout/Stack/Stack.d.ts","description":"","displayName":"Stack","methods":[],"props":[{"defaultValue":null,"description":"","name":"inline","required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"","name":"align","required":false,"type":{"name":"enum","raw":"\"center\" | \"baseline\" | \"end\" | \"start\" | \"flex-start\" | \"flex-end\" | \"stretch\"","value":[{"value":"\"center\""},{"value":"\"baseline\""},{"value":"\"end\""},{"value":"\"start\""},{"value":"\"flex-start\""},{"value":"\"flex-end\""},{"value":"\"stretch\""}]}},{"defaultValue":null,"description":"","name":"gap","required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | \"XXS\" | \"XS\" | \"S\" | \"M\" | \"L\" | \"XL\" | \"XXL\" | \"X3S\" | \"X3L\"","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}}]},{"tags":{},"filePath":"lib/components/Layout/Sidebar/Sidebar.d.ts","description":"","displayName":"Sidebar","methods":[],"props":[{"defaultValue":null,"description":"","name":"right","required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"","name":"align","required":false,"type":{"name":"enum","raw":"\"center\" | \"baseline\" | \"end\" | \"start\" | \"flex-start\" | \"flex-end\" | \"stretch\"","value":[{"value":"\"center\""},{"value":"\"baseline\""},{"value":"\"end\""},{"value":"\"start\""},{"value":"\"flex-start\""},{"value":"\"flex-end\""},{"value":"\"stretch\""}]}},{"defaultValue":null,"description":"各領域の間隔の指定(gap)","name":"gap","declarations":[{"fileName":"lib/components/Layout/Sidebar/Sidebar.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"Gap | SeparateGap","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""},{"value":"SeparateGap","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"コンポーネントの `min-width` 値","name":"contentsMinWidth","declarations":[{"fileName":"lib/components/Layout/Sidebar/Sidebar.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"MinWidth","value":[{"value":"string"},{"value":"number"},{"value":"string & {}"}]}}]},{"tags":{},"filePath":"lib/components/Layout/Reel/Reel.d.ts","description":"","displayName":"Reel","methods":[],"props":[{"defaultValue":null,"description":"","name":"padding","required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | \"XXS\" | \"XS\" | \"S\" | \"M\" | \"L\" | \"XL\" | \"XXL\" | \"X3S\" | \"X3L\"","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"","name":"gap","required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | \"XXS\" | \"XS\" | \"S\" | \"M\" | \"L\" | \"XL\" | \"XXL\" | \"X3S\" | \"X3L\"","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}}]},{"tags":{},"filePath":"lib/components/Layout/Cluster/Cluster.d.ts","description":"","displayName":"Cluster","methods":[],"props":[{"defaultValue":null,"description":"","name":"inline","required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"","name":"align","required":false,"type":{"name":"enum","raw":"\"center\" | \"baseline\" | \"end\" | \"start\" | \"flex-start\" | \"flex-end\" | \"stretch\"","value":[{"value":"\"center\""},{"value":"\"baseline\""},{"value":"\"end\""},{"value":"\"start\""},{"value":"\"flex-start\""},{"value":"\"flex-end\""},{"value":"\"stretch\""}]}},{"defaultValue":null,"description":"","name":"justify","required":false,"type":{"name":"enum","raw":"\"center\" | \"normal\" | \"end\" | \"start\" | \"flex-start\" | \"flex-end\" | \"stretch\" | \"space-between\" | \"space-around\" | \"space-evenly\"","value":[{"value":"\"center\""},{"value":"\"normal\""},{"value":"\"end\""},{"value":"\"start\""},{"value":"\"flex-start\""},{"value":"\"flex-end\""},{"value":"\"stretch\""},{"value":"\"space-between\""},{"value":"\"space-around\""},{"value":"\"space-evenly\""}]}},{"defaultValue":null,"description":"","name":"gap","declarations":[{"fileName":"lib/components/Layout/Cluster/Cluster.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"Gap | SeparateGap","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""},{"value":"SeparateGap","description":"","fullComment":"","tags":{}}]}}]},{"tags":{},"filePath":"lib/components/Layout/Center/Center.d.ts","description":"","displayName":"Center","methods":[],"props":[{"defaultValue":null,"description":"境界とコンテンツの間の余白","name":"padding","declarations":[{"fileName":"lib/components/Layout/Center/Center.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"Gap","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"コンテンツの最小高さ","name":"minHeight","declarations":[{"fileName":"lib/components/Layout/Center/Center.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"string | number","value":[{"value":"string"},{"value":"number"}]}},{"defaultValue":null,"description":"コンテンツの最大幅","name":"maxWidth","declarations":[{"fileName":"lib/components/Layout/Center/Center.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"string | number","value":[{"value":"string"},{"value":"number"}]}},{"defaultValue":null,"description":"天地中央揃えも有効化するかどうか","name":"verticalCentering","declarations":[{"fileName":"lib/components/Layout/Center/Center.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Input/SearchInput/SearchInput.d.ts","description":"","displayName":"SearchInput","methods":[],"props":[{"defaultValue":null,"description":"オートフォーカスを行うかどうか","name":"autoFocus","declarations":[{"fileName":"lib/components/Input/Input.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"@deprecated placeholder属性は非推奨です。別途ヒント用要素を設置するか、それらの領域を確保出来ない場合はTooltipコンポーネントの利用を検討してください。","name":"placeholder","declarations":[{"fileName":"lib/components/Input/Input.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"フォームにエラーがあるかどうか","name":"error","declarations":[{"fileName":"lib/components/Input/Input.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントの幅","name":"width","declarations":[{"fileName":"lib/components/Input/Input.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"string | number","value":[{"value":"string"},{"value":"number"}]}},{"defaultValue":null,"description":"","name":"decorators","declarations":[{"fileName":"smarthr-ui/lib/components/Input/SearchInput/SearchInput.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"DecoratorsType<\"iconAlt\" | \"clearButtonAlt\">"}},{"defaultValue":null,"description":"コンポーネント内の末尾に表示する内容","name":"suffix","declarations":[{"fileName":"lib/components/Input/Input.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"input 要素の `type` 値","name":"type","declarations":[{"fileName":"lib/components/Input/Input.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"背景色。readOnly を下地の上に載せる場合に使う","name":"bgColor","declarations":[{"fileName":"lib/components/Input/Input.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"\"COLUMN\" | \"BASE_GREY\" | \"OVER_BACKGROUND\" | \"HEAD\" | \"BORDER\" | \"ACTION_BACKGROUND\" | \"BACKGRUOND\"","value":[{"value":"\"COLUMN\""},{"value":"\"BASE_GREY\""},{"value":"\"OVER_BACKGROUND\""},{"value":"\"HEAD\""},{"value":"\"BORDER\""},{"value":"\"ACTION_BACKGROUND\""},{"value":"\"BACKGRUOND\""}]}},{"defaultValue":null,"description":"入力欄の説明を紐付けるツールチップに表示するメッセージ","name":"tooltipMessage","declarations":[{"fileName":"smarthr-ui/lib/components/Input/SearchInput/SearchInput.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"","name":"onClickClear","declarations":[{"fileName":"smarthr-ui/lib/components/Input/SearchInput/SearchInput.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"(e: MouseEvent) => void"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Input/InputWithTooltip/InputWithTooltip.d.ts","description":"","displayName":"InputWithTooltip","methods":[],"props":[{"defaultValue":null,"description":"オートフォーカスを行うかどうか","name":"autoFocus","declarations":[{"fileName":"lib/components/Input/Input.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネント内の先頭に表示する内容","name":"prefix","declarations":[{"fileName":"lib/components/Input/Input.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"@deprecated placeholder属性は非推奨です。別途ヒント用要素を設置するか、それらの領域を確保出来ない場合はTooltipコンポーネントの利用を検討してください。","name":"placeholder","declarations":[{"fileName":"lib/components/Input/Input.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"フォームにエラーがあるかどうか","name":"error","declarations":[{"fileName":"lib/components/Input/Input.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントの幅","name":"width","declarations":[{"fileName":"lib/components/Input/Input.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"string | number","value":[{"value":"string"},{"value":"number"}]}},{"defaultValue":null,"description":"コンポーネント内の末尾に表示する内容","name":"suffix","declarations":[{"fileName":"lib/components/Input/Input.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"input 要素の `type` 値","name":"type","declarations":[{"fileName":"lib/components/Input/Input.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"背景色。readOnly を下地の上に載せる場合に使う","name":"bgColor","declarations":[{"fileName":"lib/components/Input/Input.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"\"COLUMN\" | \"BASE_GREY\" | \"OVER_BACKGROUND\" | \"HEAD\" | \"BORDER\" | \"ACTION_BACKGROUND\" | \"BACKGRUOND\"","value":[{"value":"\"COLUMN\""},{"value":"\"BASE_GREY\""},{"value":"\"OVER_BACKGROUND\""},{"value":"\"HEAD\""},{"value":"\"BORDER\""},{"value":"\"ACTION_BACKGROUND\""},{"value":"\"BACKGRUOND\""}]}},{"defaultValue":null,"description":"入力欄に紐付けるツールチップに表示するメッセージ","name":"tooltipMessage","declarations":[{"fileName":"smarthr-ui/lib/components/Input/InputWithTooltip/InputWithTooltip.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}}]},{"tags":{},"filePath":"lib/components/Input/CurrencyInput/currencyInputHelper.d.ts","description":"","displayName":"formatCurrency","methods":[],"props":[]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Input/CurrencyInput/CurrencyInput.d.ts","description":"","displayName":"CurrencyInput","methods":[],"props":[{"defaultValue":null,"description":"デフォルトで表示する通貨の値","name":"defaultValue","declarations":[{"fileName":"smarthr-ui/lib/components/Input/CurrencyInput/CurrencyInput.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"オートフォーカスを行うかどうか","name":"autoFocus","declarations":[{"fileName":"lib/components/Input/Input.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネント内の先頭に表示する内容","name":"prefix","declarations":[{"fileName":"lib/components/Input/Input.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"@deprecated placeholder属性は非推奨です。別途ヒント用要素を設置するか、それらの領域を確保出来ない場合はTooltipコンポーネントの利用を検討してください。","name":"placeholder","declarations":[{"fileName":"smarthr-ui/lib/components/Input/CurrencyInput/CurrencyInput.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"通貨の値","name":"value","declarations":[{"fileName":"smarthr-ui/lib/components/Input/CurrencyInput/CurrencyInput.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"フォームにエラーがあるかどうか","name":"error","declarations":[{"fileName":"lib/components/Input/Input.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントの幅","name":"width","declarations":[{"fileName":"lib/components/Input/Input.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"string | number","value":[{"value":"string"},{"value":"number"}]}},{"defaultValue":null,"description":"コンポーネント内の末尾に表示する内容","name":"suffix","declarations":[{"fileName":"lib/components/Input/Input.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"背景色。readOnly を下地の上に載せる場合に使う","name":"bgColor","declarations":[{"fileName":"lib/components/Input/Input.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"\"COLUMN\" | \"BASE_GREY\" | \"OVER_BACKGROUND\" | \"HEAD\" | \"BORDER\" | \"ACTION_BACKGROUND\" | \"BACKGRUOND\"","value":[{"value":"\"COLUMN\""},{"value":"\"BASE_GREY\""},{"value":"\"OVER_BACKGROUND\""},{"value":"\"HEAD\""},{"value":"\"BORDER\""},{"value":"\"ACTION_BACKGROUND\""},{"value":"\"BACKGRUOND\""}]}},{"defaultValue":null,"description":"入力値がフォーマットされたときに発火するコールバック関数","name":"onFormatValue","declarations":[{"fileName":"smarthr-ui/lib/components/Input/CurrencyInput/CurrencyInput.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"(value: string) => void"}}]},{"tags":{},"filePath":"lib/components/Header/LanguageSwitcher/LanguageSwitcher.d.ts","description":"","displayName":"LanguageSwitcher","methods":[],"props":[{"defaultValue":null,"description":"","name":"narrow","declarations":[{"fileName":"lib/components/Header/LanguageSwitcher/LanguageSwitcher.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"","name":"invert","declarations":[{"fileName":"lib/components/Header/LanguageSwitcher/LanguageSwitcher.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"","name":"localeMap","declarations":[{"fileName":"lib/components/Header/LanguageSwitcher/LanguageSwitcher.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"LocaleMap"}},{"defaultValue":null,"description":"","name":"locale","declarations":[{"fileName":"lib/components/Header/LanguageSwitcher/LanguageSwitcher.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"defaultLocale","declarations":[{"fileName":"lib/components/Header/LanguageSwitcher/LanguageSwitcher.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"コンポーネント内の文言を変更するための関数を設定","name":"decorators","declarations":[{"fileName":"lib/components/Header/LanguageSwitcher/LanguageSwitcher.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"DecoratorsType<\"triggerLabel\" | \"checkIconAlt\">"}},{"defaultValue":null,"description":"言語切替UIで言語を選択した時に発火するコールバック関数","name":"onLanguageSelect","declarations":[{"fileName":"lib/components/Header/LanguageSwitcher/LanguageSwitcher.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"(code: string) => void"}}]},{"tags":{},"filePath":"lib/components/Header/AppLauncher/AppLauncher.d.ts","description":"","displayName":"AppLauncher","methods":[],"props":[{"defaultValue":null,"description":"","name":"apps","declarations":[{"fileName":"lib/components/Header/AppLauncher/AppLauncher.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"Category[]"}},{"defaultValue":null,"description":"","name":"urlToShowAll","declarations":[{"fileName":"lib/components/Header/AppLauncher/AppLauncher.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"コンポーネント内の文言を変更するための関数を設定","name":"decorators","declarations":[{"fileName":"lib/components/Header/AppLauncher/AppLauncher.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"DecoratorsType<\"triggerLabel\">"}}]},{"tags":{},"filePath":"lib/components/FlashMessage/FlashMessageList/Item.d.ts","description":"","displayName":"Item","methods":[],"props":[{"defaultValue":null,"description":"メッセージの内容","name":"text","declarations":[{"fileName":"lib/components/FlashMessage/FlashMessage.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"コンポーネントに適用する role 属性","name":"role","declarations":[{"fileName":"lib/components/FlashMessage/FlashMessage.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"\"alert\" | \"status\"","value":[{"value":"\"alert\""},{"value":"\"status\""}]}},{"defaultValue":null,"description":"表示するアイコンのタイプ","name":"type","declarations":[{"fileName":"lib/components/FlashMessage/FlashMessage.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"\"error\" | \"warning\" | \"info\" | \"success\"","value":[{"value":"\"error\""},{"value":"\"warning\""},{"value":"\"info\""},{"value":"\"success\""}]}},{"defaultValue":null,"description":"","name":"animation","required":false,"type":{"name":"enum","raw":"\"none\" | \"bounce\"","value":[{"value":"\"none\""},{"value":"\"bounce\""}]}},{"defaultValue":null,"description":"FlashMessage が表示されてから一定時間後に自動で閉じるかどうか","name":"autoClose","declarations":[{"fileName":"lib/components/FlashMessage/FlashMessage.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"","name":"seq","declarations":[{"fileName":"smarthr-ui/lib/components/FlashMessage/FlashMessageList/FlashMessageListProvider.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"number"}}]},{"tags":{"deprecated":"`FlashMessage` は気づきにくいため、安易な使用はお勧めしません。`NotificationBar` や `Dialog` の使用を検討してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/FlashMessage/FlashMessageList/FlashMessageListProvider.d.ts","description":"","displayName":"FlashMessageListProvider","methods":[],"props":[]},{"tags":{},"filePath":"lib/components/FlashMessage/FlashMessageList/FlashMessageList.d.ts","description":"","displayName":"FlashMessageList","methods":[],"props":[]},{"tags":{},"filePath":"lib/components/Experimental/SideMenu/SideMenuItem.d.ts","description":"","displayName":"SideMenuItem","methods":[],"props":[{"defaultValue":null,"description":"現在地かどうか","name":"current","declarations":[{"fileName":"lib/components/Experimental/SideMenu/SideMenuItem.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}}]},{"tags":{},"filePath":"lib/components/Experimental/SideMenu/SideMenuGroup.d.ts","description":"","displayName":"SideMenuGroup","methods":[],"props":[{"defaultValue":null,"description":"分類ラベル","name":"name","declarations":[{"fileName":"lib/components/Experimental/SideMenu/SideMenuGroup.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"分類ラベルの HTML タグ","name":"nameTag","declarations":[{"fileName":"lib/components/Experimental/SideMenu/SideMenuGroup.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"string | ComponentType","value":[{"value":"string"},{"value":"ComponentClass","description":"Represents a component class in React.","fullComment":"Represents a component class in React.\n@template P The props the component accepts.\n@template S The internal state of the component.","tags":{"template":"P The props the component accepts.\nS The internal state of the component."}},{"value":"FunctionComponent","description":"Represents the type of a function component. Can optionally\nreceive a type argument that represents the props the component\naccepts.","fullComment":"Represents the type of a function component. Can optionally\nreceive a type argument that represents the props the component\naccepts.\n@template P The props the component accepts.\n@see {@link https://react-typescript-cheatsheet.netlify.app/docs/basic/getting-started/function_components React TypeScript Cheatsheet}\n@example ```tsx\n// With props:\ntype Props = { name: string }\n\nconst MyComponent: FunctionComponent = (props) => {\n return
{props.name}
\n}\n```\n@example ```tsx\n// Without props:\nconst MyComponentWithoutProps: FunctionComponent = () => {\n return
MyComponentWithoutProps
\n}\n```","tags":{"template":"P The props the component accepts.","see":"{@link https://react-typescript-cheatsheet.netlify.app/docs/basic/getting-started/function_components React TypeScript Cheatsheet}","example":"```tsx\n// With props:\ntype Props = { name: string }\n\nconst MyComponent: FunctionComponent = (props) => {\n return
{props.name}
\n}\n```\n```tsx\n// Without props:\nconst MyComponentWithoutProps: FunctionComponent = () => {\n return
MyComponentWithoutProps
\n}\n```"}}]}},{"defaultValue":null,"description":"","name":"inline","required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"","name":"align","required":false,"type":{"name":"enum","raw":"\"center\" | \"baseline\" | \"end\" | \"start\" | \"flex-start\" | \"flex-end\" | \"stretch\"","value":[{"value":"\"center\""},{"value":"\"baseline\""},{"value":"\"end\""},{"value":"\"start\""},{"value":"\"flex-start\""},{"value":"\"flex-end\""},{"value":"\"stretch\""}]}},{"defaultValue":null,"description":"","name":"gap","required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | \"XXS\" | \"XS\" | \"S\" | \"M\" | \"L\" | \"XL\" | \"XXL\" | \"X3S\" | \"X3L\"","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}}]},{"tags":{"deprecated":"SideMenu コンポーネントは 2024/01 に削除予定です。別コンポーネントで代替するか、UI を見直してください。"},"filePath":"lib/components/Experimental/SideMenu/SideMenu.d.ts","description":"","displayName":"SideMenu","methods":[],"props":[{"defaultValue":null,"description":"","name":"inline","required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"","name":"align","required":false,"type":{"name":"enum","raw":"\"center\" | \"baseline\" | \"end\" | \"start\" | \"flex-start\" | \"flex-end\" | \"stretch\"","value":[{"value":"\"center\""},{"value":"\"baseline\""},{"value":"\"end\""},{"value":"\"start\""},{"value":"\"flex-start\""},{"value":"\"flex-end\""},{"value":"\"stretch\""}]}},{"defaultValue":null,"description":"","name":"gap","required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | \"XXS\" | \"XS\" | \"S\" | \"M\" | \"L\" | \"XL\" | \"XXL\" | \"X3S\" | \"X3L\"","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}}]},{"tags":{},"filePath":"lib/components/Dropdown/SortDropdown/style.d.ts","description":"","displayName":"sortDropdownStyle","methods":[],"props":[{"defaultValue":null,"description":"","name":"class","declarations":[{"fileName":"smarthr-ui/node_modules/.pnpm/tailwind-variants@0.2.1_tailwindcss@3.4.4_ts-node@10.9.2_@swc+core@1.5.25_@swc+helpers@0.5.5__wixkefo76u54chbjz34lo5wxle/node_modules/tailwind-variants/dist/index.d.ts","name":"TypeLiteral"},{"fileName":"smarthr-ui/node_modules/.pnpm/tailwind-variants@0.2.1_tailwindcss@3.4.4_ts-node@10.9.2_@swc+core@1.5.25_@swc+helpers@0.5.5__wixkefo76u54chbjz34lo5wxle/node_modules/tailwind-variants/dist/index.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ClassNameValue","value":[{"value":"string"},{"value":"false"},{"value":"0"},{"value":"0n"},{"value":"ClassNameArray","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"","name":"className","declarations":[{"fileName":"smarthr-ui/node_modules/.pnpm/tailwind-variants@0.2.1_tailwindcss@3.4.4_ts-node@10.9.2_@swc+core@1.5.25_@swc+helpers@0.5.5__wixkefo76u54chbjz34lo5wxle/node_modules/tailwind-variants/dist/index.d.ts","name":"TypeLiteral"},{"fileName":"smarthr-ui/node_modules/.pnpm/tailwind-variants@0.2.1_tailwindcss@3.4.4_ts-node@10.9.2_@swc+core@1.5.25_@swc+helpers@0.5.5__wixkefo76u54chbjz34lo5wxle/node_modules/tailwind-variants/dist/index.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ClassNameValue","value":[{"value":"string"},{"value":"false"},{"value":"0"},{"value":"0n"},{"value":"ClassNameArray","description":"","fullComment":"","tags":{}}]}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Dropdown/SortDropdown/SortDropdown.d.ts","description":"","displayName":"SortDropdown","methods":[],"props":[{"defaultValue":null,"description":"並び替え項目","name":"sortFields","declarations":[{"fileName":"smarthr-ui/lib/components/Dropdown/SortDropdown/SortDropdown.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"(Option | Optgroup)[]"}},{"defaultValue":null,"description":"並び順の初期値","name":"defaultOrder","declarations":[{"fileName":"smarthr-ui/lib/components/Dropdown/SortDropdown/SortDropdown.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"\"desc\" | \"asc\"","value":[{"value":"\"desc\""},{"value":"\"asc\""}]}},{"defaultValue":null,"description":"適用時に発火するイベント","name":"onApply","declarations":[{"fileName":"smarthr-ui/lib/components/Dropdown/SortDropdown/SortDropdown.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"(args: ArgsOnApply) => void"}},{"defaultValue":null,"description":"キャンセル時に発火するイベント","name":"onCancel","declarations":[{"fileName":"smarthr-ui/lib/components/Dropdown/SortDropdown/SortDropdown.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"MouseEventHandler"}},{"defaultValue":null,"description":"","name":"decorators","declarations":[{"fileName":"smarthr-ui/lib/components/Dropdown/SortDropdown/SortDropdown.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"DecoratorsType<\"sortFieldLabel\" | \"sortOrderLabel\" | \"ascLabel\" | \"descLabel\" | \"applyButtonLabel\" | \"cancelButtonLabel\">"}},{"defaultValue":null,"description":"","name":"ref","declarations":[{"fileName":"smarthr-ui/node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"Ref","value":[{"value":"(instance: HTMLButtonElement) => void","description":"","fullComment":"","tags":{}},{"value":"RefObject","description":"A readonly ref container where {@link current} cannot be mutated.\n\nCreated by {@link createRef}, or {@link useRef} when passed `null`.","fullComment":"A readonly ref container where {@link current} cannot be mutated.\n\nCreated by {@link createRef}, or {@link useRef} when passed `null`.\n@template T The type of the ref's value.\n@example ```tsx\nconst ref = createRef();\n\nref.current = document.createElement('div'); // Error\n```","tags":{"template":"T The type of the ref's value.","example":"```tsx\nconst ref = createRef();\n\nref.current = document.createElement('div'); // Error\n```"}}]}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Dropdown/FilterDropdown/FilterDropdown.d.ts","description":"","displayName":"FilterDropdown","methods":[],"props":[{"defaultValue":null,"description":"","name":"isFiltered","declarations":[{"fileName":"smarthr-ui/lib/components/Dropdown/FilterDropdown/FilterDropdown.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"","name":"onApply","declarations":[{"fileName":"smarthr-ui/lib/components/Dropdown/FilterDropdown/FilterDropdown.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"MouseEventHandler"}},{"defaultValue":null,"description":"","name":"onCancel","declarations":[{"fileName":"smarthr-ui/lib/components/Dropdown/FilterDropdown/FilterDropdown.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"MouseEventHandler"}},{"defaultValue":null,"description":"","name":"onReset","declarations":[{"fileName":"smarthr-ui/lib/components/Dropdown/FilterDropdown/FilterDropdown.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"MouseEventHandler"}},{"defaultValue":null,"description":"","name":"hasStatusText","declarations":[{"fileName":"smarthr-ui/lib/components/Dropdown/FilterDropdown/FilterDropdown.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"","name":"decorators","declarations":[{"fileName":"smarthr-ui/lib/components/Dropdown/FilterDropdown/FilterDropdown.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"DecoratorsType<\"status\" | \"triggerButton\" | \"applyButton\" | \"cancelButton\" | \"resetButton\">"}},{"defaultValue":null,"description":"","name":"responseMessage","declarations":[{"fileName":"smarthr-ui/lib/components/Dropdown/FilterDropdown/FilterDropdown.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ResponseMessageType","value":[{"value":"{ status: \"error\" | \"success\"; text: ReactNode; }","description":"","fullComment":"","tags":{}},{"value":"{ status: \"processing\"; }","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"引き金となるボタンの大きさ","name":"triggerSize","declarations":[{"fileName":"smarthr-ui/lib/components/Dropdown/FilterDropdown/FilterDropdown.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"\"s\" | \"default\"","value":[{"value":"\"s\""},{"value":"\"default\""}]}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Dropdown/DropdownMenuButton/DropdownMenuButton.d.ts","description":"","displayName":"DropdownMenuButton","methods":[],"props":[{"defaultValue":null,"description":"引き金となるボタンラベル","name":"label","declarations":[{"fileName":"smarthr-ui/lib/components/Dropdown/DropdownMenuButton/DropdownMenuButton.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"操作群","name":"children","declarations":[{"fileName":"smarthr-ui/lib/components/Dropdown/DropdownMenuButton/DropdownMenuButton.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"Actions","value":[{"value":"false"},{"value":"true"},{"value":"\"\""},{"value":"0"},{"value":"ReactElement, string | JSXElementConstructor>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"ReactElement, string | JSXElementConstructor>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"ReactElement, \"variant\"> & { ...; }, string | JSXElementConstructor<...>>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"ActionItem[]","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"引き金となるボタンの大きさ","name":"triggerSize","declarations":[{"fileName":"smarthr-ui/lib/components/Dropdown/DropdownMenuButton/DropdownMenuButton.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"\"s\" | \"default\"","value":[{"value":"\"s\""},{"value":"\"default\""}]}},{"defaultValue":null,"description":"引き金となるボタンをアイコンのみとするかどうか","name":"onlyIconTrigger","declarations":[{"fileName":"smarthr-ui/lib/components/Dropdown/DropdownMenuButton/DropdownMenuButton.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"引き金となるアイコンを差し替えたい場合(onlyIconTrigger=true の場合のみ有効)","name":"triggerIcon","declarations":[{"fileName":"smarthr-ui/lib/components/Dropdown/DropdownMenuButton/DropdownMenuButton.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ComponentType & BaseComponentProps>","value":[{"value":"ComponentClass & BaseComponentProps, any>","description":"Represents a component class in React.","fullComment":"Represents a component class in React.\n@template P The props the component accepts.\n@template S The internal state of the component.","tags":{"template":"P The props the component accepts.\nS The internal state of the component."}},{"value":"FunctionComponent & BaseComponentProps>","description":"Represents the type of a function component. Can optionally\nreceive a type argument that represents the props the component\naccepts.","fullComment":"Represents the type of a function component. Can optionally\nreceive a type argument that represents the props the component\naccepts.\n@template P The props the component accepts.\n@see {@link https://react-typescript-cheatsheet.netlify.app/docs/basic/getting-started/function_components React TypeScript Cheatsheet}\n@example ```tsx\n// With props:\ntype Props = { name: string }\n\nconst MyComponent: FunctionComponent = (props) => {\n return
{props.name}
\n}\n```\n@example ```tsx\n// Without props:\nconst MyComponentWithoutProps: FunctionComponent = () => {\n return
MyComponentWithoutProps
\n}\n```","tags":{"template":"P The props the component accepts.","see":"{@link https://react-typescript-cheatsheet.netlify.app/docs/basic/getting-started/function_components React TypeScript Cheatsheet}","example":"```tsx\n// With props:\ntype Props = { name: string }\n\nconst MyComponent: FunctionComponent = (props) => {\n return
{props.name}
\n}\n```\n```tsx\n// Without props:\nconst MyComponentWithoutProps: FunctionComponent = () => {\n return
MyComponentWithoutProps
\n}\n```"}}]}},{"defaultValue":null,"description":"","name":"ref","declarations":[{"fileName":"smarthr-ui/node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"Ref","value":[{"value":"(instance: HTMLButtonElement) => void","description":"","fullComment":"","tags":{}},{"value":"RefObject","description":"A readonly ref container where {@link current} cannot be mutated.\n\nCreated by {@link createRef}, or {@link useRef} when passed `null`.","fullComment":"A readonly ref container where {@link current} cannot be mutated.\n\nCreated by {@link createRef}, or {@link useRef} when passed `null`.\n@template T The type of the ref's value.\n@example ```tsx\nconst ref = createRef();\n\nref.current = document.createElement('div'); // Error\n```","tags":{"template":"T The type of the ref's value.","example":"```tsx\nconst ref = createRef();\n\nref.current = document.createElement('div'); // Error\n```"}}]}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Dialog/RemoteTriggerMessageDialog/RemoteTriggerMessageDialog.d.ts","description":"","displayName":"RemoteTriggerMessageDialog","methods":[],"props":[{"defaultValue":null,"description":"ダイアログのタイトル","name":"title","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/MessageDialog/MessageDialogContentInner.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"ダイアログを開いたときの初期 top 位置","name":"top","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"ダイアログを開いたときの初期 bottom 位置","name":"bottom","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"ダイアログを開いたときの初期 left 位置","name":"left","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"ダイアログを開いたときの初期 right 位置","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"ダイアログの幅","name":"width","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"string | number","value":[{"value":"string"},{"value":"number"}]}},{"defaultValue":null,"description":"コンポーネント内の文言を変更するための関数を設定","name":"decorators","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/MessageDialog/MessageDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"DecoratorsType<\"closeButtonLabel\">"}},{"defaultValue":null,"description":"@deprecated SectioningContent(Article, Aside, Nav, Section)でDialog全体をラップして、ダイアログタイトルのHeadingレベルを設定してください","name":"titleTag","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/MessageDialog/MessageDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"HeadingTagTypes","value":[{"value":"\"h1\""},{"value":"\"h2\""},{"value":"\"h3\""},{"value":"\"h4\""},{"value":"\"h5\""},{"value":"\"h6\""}]}},{"defaultValue":null,"description":"","name":"contentBgColor","required":false,"type":{"name":"enum","raw":"\"GREY_5\" | \"GREY_6\" | \"GREY_7\" | \"GREY_9\" | \"GREY_20\" | \"WHITE\" | \"BACKGROUND\" | \"COLUMN\" | \"BASE_GREY\" | \"OVER_BACKGROUND\" | \"HEAD\" | \"BORDER\" | \"ACTION_BACKGROUND\"","value":[{"value":"\"GREY_5\""},{"value":"\"GREY_6\""},{"value":"\"GREY_7\""},{"value":"\"GREY_9\""},{"value":"\"GREY_20\""},{"value":"\"WHITE\""},{"value":"\"BACKGROUND\""},{"value":"\"COLUMN\""},{"value":"\"BASE_GREY\""},{"value":"\"OVER_BACKGROUND\""},{"value":"\"HEAD\""},{"value":"\"BORDER\""},{"value":"\"ACTION_BACKGROUND\""}]}},{"defaultValue":null,"description":"エスケープキーを押下した時に発火するコールバック関数","name":"onPressEscape","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"},{"fileName":"smarthr-ui/lib/components/Dialog/useRemoteTrigger.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"(() => void) & ((close: () => void) => void)"}},{"defaultValue":null,"description":"DOM 上でダイアログの要素を追加する親要素","name":"portalParent","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"HTMLElement | RefObject","value":[{"value":"HTMLElement","description":"Any HTML element. Some elements directly implement this interface, while others implement it via an interface that inherits it.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement)","fullComment":"Any HTML element. Some elements directly implement this interface, while others implement it via an interface that inherits it.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement)","tags":{}},{"value":"RefObject","description":"A readonly ref container where {@link current} cannot be mutated.\n\nCreated by {@link createRef}, or {@link useRef} when passed `null`.","fullComment":"A readonly ref container where {@link current} cannot be mutated.\n\nCreated by {@link createRef}, or {@link useRef} when passed `null`.\n@template T The type of the ref's value.\n@example ```tsx\nconst ref = createRef();\n\nref.current = document.createElement('div'); // Error\n```","tags":{"template":"T The type of the ref's value.","example":"```tsx\nconst ref = createRef();\n\nref.current = document.createElement('div'); // Error\n```"}}]}},{"defaultValue":null,"description":"","name":"contentPadding","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/useDialogInnerStyle.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"Gap | { block?: Gap; inline?: Gap; }","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""},{"value":"{ block?: Gap; inline?: Gap; }","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"ダイアログを開いた時にフォーカスする対象","name":"firstFocusTarget","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"RefObject"}},{"defaultValue":null,"description":"オーバーレイをクリックした時に発火するコールバック関数","name":"onClickOverlay","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"() => void"}},{"defaultValue":null,"description":"ダイアログの `aria-label`","name":"ariaLabel","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"ダイアログの `aria-labelledby`","name":"ariaLabelledby","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"ダイアログの説明","name":"description","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/MessageDialog/MessageDialogContentInner.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"ダイアログのサブタイトル","name":"subtitle","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/MessageDialog/MessageDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"","name":"onClickClose","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/useRemoteTrigger.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"(close: () => void) => void"}},{"defaultValue":null,"description":"","name":"onToggle","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/useRemoteTrigger.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"(isOpen: boolean) => void"}},{"defaultValue":null,"description":"","name":"onOpen","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/useRemoteTrigger.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"() => void"}},{"defaultValue":null,"description":"","name":"onClose","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/useRemoteTrigger.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"() => void"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Dialog/RemoteTriggerFormDialog/RemoteTriggerFormDialog.d.ts","description":"","displayName":"RemoteTriggerFormDialog","methods":[],"props":[{"defaultValue":null,"description":"ダイアログのタイトル","name":"title","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/FormDialog/FormDialogContentInner.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アクションボタンをクリックした時に発火するコールバック関数\n@param closeDialog - ダイアログを閉じる関数","name":"onSubmit","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/FormDialog/FormDialogContentInner.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"(closeDialog: () => void, e: FormEvent) => void"}},{"defaultValue":null,"description":"ダイアログを開いたときの初期 top 位置","name":"top","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"ダイアログを開いたときの初期 bottom 位置","name":"bottom","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"ダイアログを開いたときの初期 left 位置","name":"left","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"ダイアログを開いたときの初期 right 位置","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"ダイアログの幅","name":"width","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"string | number","value":[{"value":"string"},{"value":"number"}]}},{"defaultValue":null,"description":"コンポーネント内の文言を変更するための関数を設定","name":"decorators","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/FormDialog/FormDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"DecoratorsType<\"closeButtonLabel\">"}},{"defaultValue":null,"description":"@deprecated SectioningContent(Article, Aside, Nav, Section)でDialog全体をラップして、ダイアログタイトルのHeadingレベルを設定してください","name":"titleTag","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/FormDialog/FormDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"HeadingTagTypes","value":[{"value":"\"h1\""},{"value":"\"h2\""},{"value":"\"h3\""},{"value":"\"h4\""},{"value":"\"h5\""},{"value":"\"h6\""}]}},{"defaultValue":null,"description":"","name":"responseMessage","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/FormDialog/FormDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ResponseMessageType","value":[{"value":"{ status: \"error\" | \"success\"; text: ReactNode; }","description":"","fullComment":"","tags":{}},{"value":"{ status: \"processing\"; }","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"","name":"contentBgColor","required":false,"type":{"name":"enum","raw":"\"GREY_5\" | \"GREY_6\" | \"GREY_7\" | \"GREY_9\" | \"GREY_20\" | \"WHITE\" | \"BACKGROUND\" | \"COLUMN\" | \"BASE_GREY\" | \"OVER_BACKGROUND\" | \"HEAD\" | \"BORDER\" | \"ACTION_BACKGROUND\"","value":[{"value":"\"GREY_5\""},{"value":"\"GREY_6\""},{"value":"\"GREY_7\""},{"value":"\"GREY_9\""},{"value":"\"GREY_20\""},{"value":"\"WHITE\""},{"value":"\"BACKGROUND\""},{"value":"\"COLUMN\""},{"value":"\"BASE_GREY\""},{"value":"\"OVER_BACKGROUND\""},{"value":"\"HEAD\""},{"value":"\"BORDER\""},{"value":"\"ACTION_BACKGROUND\""}]}},{"defaultValue":null,"description":"エスケープキーを押下した時に発火するコールバック関数","name":"onPressEscape","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"},{"fileName":"smarthr-ui/lib/components/Dialog/useRemoteTrigger.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"(() => void) & ((close: () => void) => void)"}},{"defaultValue":null,"description":"DOM 上でダイアログの要素を追加する親要素","name":"portalParent","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"HTMLElement | RefObject","value":[{"value":"HTMLElement","description":"Any HTML element. Some elements directly implement this interface, while others implement it via an interface that inherits it.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement)","fullComment":"Any HTML element. Some elements directly implement this interface, while others implement it via an interface that inherits it.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement)","tags":{}},{"value":"RefObject","description":"A readonly ref container where {@link current} cannot be mutated.\n\nCreated by {@link createRef}, or {@link useRef} when passed `null`.","fullComment":"A readonly ref container where {@link current} cannot be mutated.\n\nCreated by {@link createRef}, or {@link useRef} when passed `null`.\n@template T The type of the ref's value.\n@example ```tsx\nconst ref = createRef();\n\nref.current = document.createElement('div'); // Error\n```","tags":{"template":"T The type of the ref's value.","example":"```tsx\nconst ref = createRef();\n\nref.current = document.createElement('div'); // Error\n```"}}]}},{"defaultValue":null,"description":"","name":"contentPadding","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/useDialogInnerStyle.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"Gap | { block?: Gap; inline?: Gap; }","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""},{"value":"{ block?: Gap; inline?: Gap; }","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"ダイアログを開いた時にフォーカスする対象","name":"firstFocusTarget","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"RefObject"}},{"defaultValue":null,"description":"オーバーレイをクリックした時に発火するコールバック関数","name":"onClickOverlay","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"() => void"}},{"defaultValue":null,"description":"ダイアログの `aria-label`","name":"ariaLabel","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"ダイアログの `aria-labelledby`","name":"ariaLabelledby","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"ダイアログのサブタイトル","name":"subtitle","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/FormDialog/FormDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アクションボタンのラベル","name":"actionText","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/FormDialog/FormDialogContentInner.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アクションボタンのスタイル","name":"actionTheme","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/FormDialog/FormDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"\"primary\" | \"secondary\" | \"danger\"","value":[{"value":"\"primary\""},{"value":"\"secondary\""},{"value":"\"danger\""}]}},{"defaultValue":null,"description":"アクションボタンを無効にするかどうか","name":"actionDisabled","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/FormDialog/FormDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"閉じるボタンを無効にするかどうか","name":"closeDisabled","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/FormDialog/FormDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"ダイアログフッターの左端操作領域","name":"subActionArea","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/FormDialog/FormDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"","name":"onClickClose","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/useRemoteTrigger.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"(close: () => void) => void"}},{"defaultValue":null,"description":"","name":"onToggle","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/useRemoteTrigger.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"(isOpen: boolean) => void"}},{"defaultValue":null,"description":"","name":"onOpen","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/useRemoteTrigger.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"() => void"}},{"defaultValue":null,"description":"","name":"onClose","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/useRemoteTrigger.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"() => void"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Dialog/RemoteTriggerActionDialog/RemoteTriggerActionDialog.d.ts","description":"","displayName":"RemoteTriggerActionDialog","methods":[],"props":[{"defaultValue":null,"description":"ダイアログのタイトル","name":"title","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"ダイアログを開いたときの初期 top 位置","name":"top","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"ダイアログを開いたときの初期 bottom 位置","name":"bottom","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"ダイアログを開いたときの初期 left 位置","name":"left","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"ダイアログを開いたときの初期 right 位置","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"ダイアログの幅","name":"width","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"string | number","value":[{"value":"string"},{"value":"number"}]}},{"defaultValue":null,"description":"コンポーネント内の文言を変更するための関数を設定","name":"decorators","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"DecoratorsType<\"closeButtonLabel\">"}},{"defaultValue":null,"description":"@deprecated SectioningContent(Article, Aside, Nav, Section)でDialog全体をラップして、ダイアログタイトルのHeadingレベルを設定してください","name":"titleTag","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"HeadingTagTypes","value":[{"value":"\"h1\""},{"value":"\"h2\""},{"value":"\"h3\""},{"value":"\"h4\""},{"value":"\"h5\""},{"value":"\"h6\""}]}},{"defaultValue":null,"description":"","name":"responseMessage","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ResponseMessageType","value":[{"value":"{ status: \"error\" | \"success\"; text: ReactNode; }","description":"","fullComment":"","tags":{}},{"value":"{ status: \"processing\"; }","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"","name":"contentBgColor","required":false,"type":{"name":"enum","raw":"\"GREY_5\" | \"GREY_6\" | \"GREY_7\" | \"GREY_9\" | \"GREY_20\" | \"WHITE\" | \"BACKGROUND\" | \"COLUMN\" | \"BASE_GREY\" | \"OVER_BACKGROUND\" | \"HEAD\" | \"BORDER\" | \"ACTION_BACKGROUND\"","value":[{"value":"\"GREY_5\""},{"value":"\"GREY_6\""},{"value":"\"GREY_7\""},{"value":"\"GREY_9\""},{"value":"\"GREY_20\""},{"value":"\"WHITE\""},{"value":"\"BACKGROUND\""},{"value":"\"COLUMN\""},{"value":"\"BASE_GREY\""},{"value":"\"OVER_BACKGROUND\""},{"value":"\"HEAD\""},{"value":"\"BORDER\""},{"value":"\"ACTION_BACKGROUND\""}]}},{"defaultValue":null,"description":"エスケープキーを押下した時に発火するコールバック関数","name":"onPressEscape","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"},{"fileName":"smarthr-ui/lib/components/Dialog/useRemoteTrigger.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"(() => void) & ((close: () => void) => void)"}},{"defaultValue":null,"description":"DOM 上でダイアログの要素を追加する親要素","name":"portalParent","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"HTMLElement | RefObject","value":[{"value":"HTMLElement","description":"Any HTML element. Some elements directly implement this interface, while others implement it via an interface that inherits it.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement)","fullComment":"Any HTML element. Some elements directly implement this interface, while others implement it via an interface that inherits it.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement)","tags":{}},{"value":"RefObject","description":"A readonly ref container where {@link current} cannot be mutated.\n\nCreated by {@link createRef}, or {@link useRef} when passed `null`.","fullComment":"A readonly ref container where {@link current} cannot be mutated.\n\nCreated by {@link createRef}, or {@link useRef} when passed `null`.\n@template T The type of the ref's value.\n@example ```tsx\nconst ref = createRef();\n\nref.current = document.createElement('div'); // Error\n```","tags":{"template":"T The type of the ref's value.","example":"```tsx\nconst ref = createRef();\n\nref.current = document.createElement('div'); // Error\n```"}}]}},{"defaultValue":null,"description":"","name":"contentPadding","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/useDialogInnerStyle.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"Gap | { block?: Gap; inline?: Gap; }","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""},{"value":"{ block?: Gap; inline?: Gap; }","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"ダイアログを開いた時にフォーカスする対象","name":"firstFocusTarget","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"RefObject"}},{"defaultValue":null,"description":"オーバーレイをクリックした時に発火するコールバック関数","name":"onClickOverlay","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"() => void"}},{"defaultValue":null,"description":"ダイアログの `aria-label`","name":"ariaLabel","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"ダイアログの `aria-labelledby`","name":"ariaLabelledby","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"ダイアログのサブタイトル","name":"subtitle","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アクションボタンのラベル","name":"actionText","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アクションボタンのスタイル","name":"actionTheme","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"\"primary\" | \"secondary\" | \"danger\"","value":[{"value":"\"primary\""},{"value":"\"secondary\""},{"value":"\"danger\""}]}},{"defaultValue":null,"description":"アクションボタンを無効にするかどうか","name":"actionDisabled","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"閉じるボタンを無効にするかどうか","name":"closeDisabled","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"ダイアログフッターの左端操作領域","name":"subActionArea","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アクションボタンをクリックした時に発火するコールバック関数\n@param closeDialog - ダイアログを閉じる関数","name":"onClickAction","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"(closeDialog: () => void) => void"}},{"defaultValue":null,"description":"","name":"onClickClose","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/useRemoteTrigger.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"(close: () => void) => void"}},{"defaultValue":null,"description":"","name":"onToggle","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/useRemoteTrigger.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"(isOpen: boolean) => void"}},{"defaultValue":null,"description":"","name":"onOpen","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/useRemoteTrigger.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"() => void"}},{"defaultValue":null,"description":"","name":"onClose","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/useRemoteTrigger.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"() => void"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Dialog/FormDialog/FormDialogContentInner.d.ts","description":"","displayName":"FormDialogContentInner","methods":[],"props":[{"defaultValue":null,"description":"ダイアログのタイトル","name":"title","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/FormDialog/FormDialogContentInner.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"ダイアログのサブタイトル","name":"subtitle","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/FormDialog/FormDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"@deprecated SectioningContent(Article, Aside, Nav, Section)でDialog全体をラップして、ダイアログタイトルのHeadingレベルを設定してください","name":"titleTag","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/FormDialog/FormDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"HeadingTagTypes","value":[{"value":"\"h1\""},{"value":"\"h2\""},{"value":"\"h3\""},{"value":"\"h4\""},{"value":"\"h5\""},{"value":"\"h6\""}]}},{"defaultValue":null,"description":"アクションボタンのラベル","name":"actionText","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/FormDialog/FormDialogContentInner.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アクションボタンのスタイル","name":"actionTheme","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/FormDialog/FormDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"\"primary\" | \"secondary\" | \"danger\"","value":[{"value":"\"primary\""},{"value":"\"secondary\""},{"value":"\"danger\""}]}},{"defaultValue":null,"description":"アクションボタンをクリックした時に発火するコールバック関数\n@param closeDialog - ダイアログを閉じる関数","name":"onSubmit","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/FormDialog/FormDialogContentInner.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"(closeDialog: () => void, e: FormEvent) => void"}},{"defaultValue":null,"description":"アクションボタンを無効にするかどうか","name":"actionDisabled","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/FormDialog/FormDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"閉じるボタンを無効にするかどうか","name":"closeDisabled","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/FormDialog/FormDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"ダイアログフッターの左端操作領域","name":"subActionArea","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/FormDialog/FormDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"コンポーネント内の文言を変更するための関数を設定","name":"decorators","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/FormDialog/FormDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"DecoratorsType<\"closeButtonLabel\">"}},{"defaultValue":null,"description":"","name":"contentBgColor","required":false,"type":{"name":"enum","raw":"\"GREY_5\" | \"GREY_6\" | \"GREY_7\" | \"GREY_9\" | \"GREY_20\" | \"WHITE\" | \"BACKGROUND\" | \"COLUMN\" | \"BASE_GREY\" | \"OVER_BACKGROUND\" | \"HEAD\" | \"BORDER\" | \"ACTION_BACKGROUND\"","value":[{"value":"\"GREY_5\""},{"value":"\"GREY_6\""},{"value":"\"GREY_7\""},{"value":"\"GREY_9\""},{"value":"\"GREY_20\""},{"value":"\"WHITE\""},{"value":"\"BACKGROUND\""},{"value":"\"COLUMN\""},{"value":"\"BASE_GREY\""},{"value":"\"OVER_BACKGROUND\""},{"value":"\"HEAD\""},{"value":"\"BORDER\""},{"value":"\"ACTION_BACKGROUND\""}]}},{"defaultValue":null,"description":"","name":"contentPadding","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/useDialogInnerStyle.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"Gap | { block?: Gap; inline?: Gap; }","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""},{"value":"{ block?: Gap; inline?: Gap; }","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"","name":"onClickClose","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/FormDialog/FormDialogContentInner.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"() => void"}},{"defaultValue":null,"description":"","name":"responseMessage","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/FormDialog/FormDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ResponseMessageType","value":[{"value":"{ status: \"error\" | \"success\"; text: ReactNode; }","description":"","fullComment":"","tags":{}},{"value":"{ status: \"processing\"; }","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"","name":"titleId","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/FormDialog/FormDialogContentInner.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Dialog/FormDialog/FormDialogContent.d.ts","description":"","displayName":"FormDialogContent","methods":[],"props":[{"defaultValue":null,"description":"ダイアログのタイトル","name":"title","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/FormDialog/FormDialogContentInner.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"ダイアログのサブタイトル","name":"subtitle","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/FormDialog/FormDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"@deprecated SectioningContent(Article, Aside, Nav, Section)でDialog全体をラップして、ダイアログタイトルのHeadingレベルを設定してください","name":"titleTag","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/FormDialog/FormDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"HeadingTagTypes","value":[{"value":"\"h1\""},{"value":"\"h2\""},{"value":"\"h3\""},{"value":"\"h4\""},{"value":"\"h5\""},{"value":"\"h6\""}]}},{"defaultValue":null,"description":"アクションボタンのラベル","name":"actionText","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/FormDialog/FormDialogContentInner.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アクションボタンのスタイル","name":"actionTheme","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/FormDialog/FormDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"\"primary\" | \"secondary\" | \"danger\"","value":[{"value":"\"primary\""},{"value":"\"secondary\""},{"value":"\"danger\""}]}},{"defaultValue":null,"description":"アクションボタンをクリックした時に発火するコールバック関数\n@param closeDialog - ダイアログを閉じる関数","name":"onSubmit","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/FormDialog/FormDialogContentInner.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"(closeDialog: () => void, e: FormEvent) => void"}},{"defaultValue":null,"description":"アクションボタンを無効にするかどうか","name":"actionDisabled","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/FormDialog/FormDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"閉じるボタンを無効にするかどうか","name":"closeDisabled","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/FormDialog/FormDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"ダイアログフッターの左端操作領域","name":"subActionArea","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/FormDialog/FormDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"コンポーネント内の文言を変更するための関数を設定","name":"decorators","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/FormDialog/FormDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"DecoratorsType<\"closeButtonLabel\">"}},{"defaultValue":null,"description":"","name":"contentBgColor","required":false,"type":{"name":"enum","raw":"\"GREY_5\" | \"GREY_6\" | \"GREY_7\" | \"GREY_9\" | \"GREY_20\" | \"WHITE\" | \"BACKGROUND\" | \"COLUMN\" | \"BASE_GREY\" | \"OVER_BACKGROUND\" | \"HEAD\" | \"BORDER\" | \"ACTION_BACKGROUND\"","value":[{"value":"\"GREY_5\""},{"value":"\"GREY_6\""},{"value":"\"GREY_7\""},{"value":"\"GREY_9\""},{"value":"\"GREY_20\""},{"value":"\"WHITE\""},{"value":"\"BACKGROUND\""},{"value":"\"COLUMN\""},{"value":"\"BASE_GREY\""},{"value":"\"OVER_BACKGROUND\""},{"value":"\"HEAD\""},{"value":"\"BORDER\""},{"value":"\"ACTION_BACKGROUND\""}]}},{"defaultValue":null,"description":"","name":"contentPadding","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/useDialogInnerStyle.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"Gap | { block?: Gap; inline?: Gap; }","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""},{"value":"{ block?: Gap; inline?: Gap; }","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"ダイアログを開いたときの初期 top 位置","name":"top","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"ダイアログを開いたときの初期 bottom 位置","name":"bottom","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"ダイアログを開いたときの初期 left 位置","name":"left","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"ダイアログを開いたときの初期 right 位置","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"ダイアログの幅","name":"width","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"string | number","value":[{"value":"string"},{"value":"number"}]}},{"defaultValue":null,"description":"ダイアログを開いた時にフォーカスする対象","name":"firstFocusTarget","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"RefObject"}},{"defaultValue":null,"description":"ダイアログの `aria-label`","name":"ariaLabel","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"ダイアログの `aria-labelledby`","name":"ariaLabelledby","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"DOM 上でダイアログの要素を追加する親要素","name":"portalParent","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"HTMLElement | RefObject","value":[{"value":"HTMLElement","description":"Any HTML element. Some elements directly implement this interface, while others implement it via an interface that inherits it.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement)","fullComment":"Any HTML element. Some elements directly implement this interface, while others implement it via an interface that inherits it.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement)","tags":{}},{"value":"RefObject","description":"A readonly ref container where {@link current} cannot be mutated.\n\nCreated by {@link createRef}, or {@link useRef} when passed `null`.","fullComment":"A readonly ref container where {@link current} cannot be mutated.\n\nCreated by {@link createRef}, or {@link useRef} when passed `null`.\n@template T The type of the ref's value.\n@example ```tsx\nconst ref = createRef();\n\nref.current = document.createElement('div'); // Error\n```","tags":{"template":"T The type of the ref's value.","example":"```tsx\nconst ref = createRef();\n\nref.current = document.createElement('div'); // Error\n```"}}]}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Dialog/FormDialog/FormDialog.d.ts","description":"","displayName":"FormDialog","methods":[],"props":[{"defaultValue":null,"description":"ダイアログのタイトル","name":"title","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/FormDialog/FormDialogContentInner.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アクションボタンをクリックした時に発火するコールバック関数\n@param closeDialog - ダイアログを閉じる関数","name":"onSubmit","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/FormDialog/FormDialogContentInner.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"(closeDialog: () => void, e: FormEvent) => void"}},{"defaultValue":null,"description":"コンポーネント内の文言を変更するための関数を設定","name":"decorators","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/FormDialog/FormDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"DecoratorsType<\"closeButtonLabel\">"}},{"defaultValue":null,"description":"@deprecated SectioningContent(Article, Aside, Nav, Section)でDialog全体をラップして、ダイアログタイトルのHeadingレベルを設定してください","name":"titleTag","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/FormDialog/FormDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"HeadingTagTypes","value":[{"value":"\"h1\""},{"value":"\"h2\""},{"value":"\"h3\""},{"value":"\"h4\""},{"value":"\"h5\""},{"value":"\"h6\""}]}},{"defaultValue":null,"description":"","name":"responseMessage","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/FormDialog/FormDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ResponseMessageType","value":[{"value":"{ status: \"error\" | \"success\"; text: ReactNode; }","description":"","fullComment":"","tags":{}},{"value":"{ status: \"processing\"; }","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"","name":"contentBgColor","required":false,"type":{"name":"enum","raw":"\"GREY_5\" | \"GREY_6\" | \"GREY_7\" | \"GREY_9\" | \"GREY_20\" | \"WHITE\" | \"BACKGROUND\" | \"COLUMN\" | \"BASE_GREY\" | \"OVER_BACKGROUND\" | \"HEAD\" | \"BORDER\" | \"ACTION_BACKGROUND\"","value":[{"value":"\"GREY_5\""},{"value":"\"GREY_6\""},{"value":"\"GREY_7\""},{"value":"\"GREY_9\""},{"value":"\"GREY_20\""},{"value":"\"WHITE\""},{"value":"\"BACKGROUND\""},{"value":"\"COLUMN\""},{"value":"\"BASE_GREY\""},{"value":"\"OVER_BACKGROUND\""},{"value":"\"HEAD\""},{"value":"\"BORDER\""},{"value":"\"ACTION_BACKGROUND\""}]}},{"defaultValue":null,"description":"","name":"onClickClose","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/FormDialog/FormDialogContentInner.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"() => void"}},{"defaultValue":null,"description":"","name":"contentPadding","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/useDialogInnerStyle.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"Gap | { block?: Gap; inline?: Gap; }","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""},{"value":"{ block?: Gap; inline?: Gap; }","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"ダイアログのサブタイトル","name":"subtitle","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/FormDialog/FormDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アクションボタンのラベル","name":"actionText","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/FormDialog/FormDialogContentInner.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アクションボタンのスタイル","name":"actionTheme","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/FormDialog/FormDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"\"primary\" | \"secondary\" | \"danger\"","value":[{"value":"\"primary\""},{"value":"\"secondary\""},{"value":"\"danger\""}]}},{"defaultValue":null,"description":"アクションボタンを無効にするかどうか","name":"actionDisabled","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/FormDialog/FormDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"閉じるボタンを無効にするかどうか","name":"closeDisabled","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/FormDialog/FormDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"ダイアログフッターの左端操作領域","name":"subActionArea","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/FormDialog/FormDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"ダイアログを開いたときの初期 top 位置","name":"top","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"ダイアログを開いたときの初期 bottom 位置","name":"bottom","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"ダイアログを開いたときの初期 left 位置","name":"left","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"ダイアログを開いたときの初期 right 位置","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"ダイアログの幅","name":"width","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"string | number","value":[{"value":"string"},{"value":"number"}]}},{"defaultValue":null,"description":"ダイアログを開いた時にフォーカスする対象","name":"firstFocusTarget","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"RefObject"}},{"defaultValue":null,"description":"ダイアログの `aria-label`","name":"ariaLabel","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"ダイアログの `aria-labelledby`","name":"ariaLabelledby","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"ダイアログを開いているかどうか","name":"isOpen","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"エスケープキーを押下した時に発火するコールバック関数","name":"onPressEscape","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"() => void"}},{"defaultValue":null,"description":"オーバーレイをクリックした時に発火するコールバック関数","name":"onClickOverlay","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"() => void"}},{"defaultValue":null,"description":"DOM 上でダイアログの要素を追加する親要素","name":"portalParent","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"HTMLElement | RefObject","value":[{"value":"HTMLElement","description":"Any HTML element. Some elements directly implement this interface, while others implement it via an interface that inherits it.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement)","fullComment":"Any HTML element. Some elements directly implement this interface, while others implement it via an interface that inherits it.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement)","tags":{}},{"value":"RefObject","description":"A readonly ref container where {@link current} cannot be mutated.\n\nCreated by {@link createRef}, or {@link useRef} when passed `null`.","fullComment":"A readonly ref container where {@link current} cannot be mutated.\n\nCreated by {@link createRef}, or {@link useRef} when passed `null`.\n@template T The type of the ref's value.\n@example ```tsx\nconst ref = createRef();\n\nref.current = document.createElement('div'); // Error\n```","tags":{"template":"T The type of the ref's value.","example":"```tsx\nconst ref = createRef();\n\nref.current = document.createElement('div'); // Error\n```"}}]}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Dialog/MessageDialog/MessageDialogContentInner.d.ts","description":"","displayName":"MessageDialogContentInner","methods":[],"props":[{"defaultValue":null,"description":"ダイアログのタイトル","name":"title","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/MessageDialog/MessageDialogContentInner.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"ダイアログのサブタイトル","name":"subtitle","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/MessageDialog/MessageDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"@deprecated SectioningContent(Article, Aside, Nav, Section)でDialog全体をラップして、ダイアログタイトルのHeadingレベルを設定してください","name":"titleTag","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/MessageDialog/MessageDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"HeadingTagTypes","value":[{"value":"\"h1\""},{"value":"\"h2\""},{"value":"\"h3\""},{"value":"\"h4\""},{"value":"\"h5\""},{"value":"\"h6\""}]}},{"defaultValue":null,"description":"ダイアログの説明","name":"description","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/MessageDialog/MessageDialogContentInner.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"コンポーネント内の文言を変更するための関数を設定","name":"decorators","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/MessageDialog/MessageDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"DecoratorsType<\"closeButtonLabel\">"}},{"defaultValue":null,"description":"","name":"contentBgColor","required":false,"type":{"name":"enum","raw":"\"GREY_5\" | \"GREY_6\" | \"GREY_7\" | \"GREY_9\" | \"GREY_20\" | \"WHITE\" | \"BACKGROUND\" | \"COLUMN\" | \"BASE_GREY\" | \"OVER_BACKGROUND\" | \"HEAD\" | \"BORDER\" | \"ACTION_BACKGROUND\"","value":[{"value":"\"GREY_5\""},{"value":"\"GREY_6\""},{"value":"\"GREY_7\""},{"value":"\"GREY_9\""},{"value":"\"GREY_20\""},{"value":"\"WHITE\""},{"value":"\"BACKGROUND\""},{"value":"\"COLUMN\""},{"value":"\"BASE_GREY\""},{"value":"\"OVER_BACKGROUND\""},{"value":"\"HEAD\""},{"value":"\"BORDER\""},{"value":"\"ACTION_BACKGROUND\""}]}},{"defaultValue":null,"description":"","name":"contentPadding","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/useDialogInnerStyle.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"Gap | { block?: Gap; inline?: Gap; }","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""},{"value":"{ block?: Gap; inline?: Gap; }","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"","name":"onClickClose","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/MessageDialog/MessageDialogContentInner.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"() => void"}},{"defaultValue":null,"description":"","name":"titleId","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/MessageDialog/MessageDialogContentInner.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Dialog/MessageDialog/MessageDialogContent.d.ts","description":"","displayName":"MessageDialogContent","methods":[],"props":[{"defaultValue":null,"description":"ダイアログのタイトル","name":"title","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/MessageDialog/MessageDialogContentInner.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"ダイアログのサブタイトル","name":"subtitle","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/MessageDialog/MessageDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"@deprecated SectioningContent(Article, Aside, Nav, Section)でDialog全体をラップして、ダイアログタイトルのHeadingレベルを設定してください","name":"titleTag","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/MessageDialog/MessageDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"HeadingTagTypes","value":[{"value":"\"h1\""},{"value":"\"h2\""},{"value":"\"h3\""},{"value":"\"h4\""},{"value":"\"h5\""},{"value":"\"h6\""}]}},{"defaultValue":null,"description":"ダイアログの説明","name":"description","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/MessageDialog/MessageDialogContentInner.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"コンポーネント内の文言を変更するための関数を設定","name":"decorators","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/MessageDialog/MessageDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"DecoratorsType<\"closeButtonLabel\">"}},{"defaultValue":null,"description":"","name":"contentBgColor","required":false,"type":{"name":"enum","raw":"\"GREY_5\" | \"GREY_6\" | \"GREY_7\" | \"GREY_9\" | \"GREY_20\" | \"WHITE\" | \"BACKGROUND\" | \"COLUMN\" | \"BASE_GREY\" | \"OVER_BACKGROUND\" | \"HEAD\" | \"BORDER\" | \"ACTION_BACKGROUND\"","value":[{"value":"\"GREY_5\""},{"value":"\"GREY_6\""},{"value":"\"GREY_7\""},{"value":"\"GREY_9\""},{"value":"\"GREY_20\""},{"value":"\"WHITE\""},{"value":"\"BACKGROUND\""},{"value":"\"COLUMN\""},{"value":"\"BASE_GREY\""},{"value":"\"OVER_BACKGROUND\""},{"value":"\"HEAD\""},{"value":"\"BORDER\""},{"value":"\"ACTION_BACKGROUND\""}]}},{"defaultValue":null,"description":"","name":"contentPadding","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/useDialogInnerStyle.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"Gap | { block?: Gap; inline?: Gap; }","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""},{"value":"{ block?: Gap; inline?: Gap; }","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"ダイアログを開いたときの初期 top 位置","name":"top","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"ダイアログを開いたときの初期 bottom 位置","name":"bottom","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"ダイアログを開いたときの初期 left 位置","name":"left","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"ダイアログを開いたときの初期 right 位置","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"ダイアログの幅","name":"width","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"string | number","value":[{"value":"string"},{"value":"number"}]}},{"defaultValue":null,"description":"ダイアログを開いた時にフォーカスする対象","name":"firstFocusTarget","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"RefObject"}},{"defaultValue":null,"description":"ダイアログの `aria-label`","name":"ariaLabel","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"ダイアログの `aria-labelledby`","name":"ariaLabelledby","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"DOM 上でダイアログの要素を追加する親要素","name":"portalParent","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"HTMLElement | RefObject","value":[{"value":"HTMLElement","description":"Any HTML element. Some elements directly implement this interface, while others implement it via an interface that inherits it.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement)","fullComment":"Any HTML element. Some elements directly implement this interface, while others implement it via an interface that inherits it.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement)","tags":{}},{"value":"RefObject","description":"A readonly ref container where {@link current} cannot be mutated.\n\nCreated by {@link createRef}, or {@link useRef} when passed `null`.","fullComment":"A readonly ref container where {@link current} cannot be mutated.\n\nCreated by {@link createRef}, or {@link useRef} when passed `null`.\n@template T The type of the ref's value.\n@example ```tsx\nconst ref = createRef();\n\nref.current = document.createElement('div'); // Error\n```","tags":{"template":"T The type of the ref's value.","example":"```tsx\nconst ref = createRef();\n\nref.current = document.createElement('div'); // Error\n```"}}]}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Dialog/MessageDialog/MessageDialog.d.ts","description":"","displayName":"MessageDialog","methods":[],"props":[{"defaultValue":null,"description":"ダイアログのタイトル","name":"title","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/MessageDialog/MessageDialogContentInner.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"コンポーネント内の文言を変更するための関数を設定","name":"decorators","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/MessageDialog/MessageDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"DecoratorsType<\"closeButtonLabel\">"}},{"defaultValue":null,"description":"@deprecated SectioningContent(Article, Aside, Nav, Section)でDialog全体をラップして、ダイアログタイトルのHeadingレベルを設定してください","name":"titleTag","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/MessageDialog/MessageDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"HeadingTagTypes","value":[{"value":"\"h1\""},{"value":"\"h2\""},{"value":"\"h3\""},{"value":"\"h4\""},{"value":"\"h5\""},{"value":"\"h6\""}]}},{"defaultValue":null,"description":"","name":"contentBgColor","required":false,"type":{"name":"enum","raw":"\"GREY_5\" | \"GREY_6\" | \"GREY_7\" | \"GREY_9\" | \"GREY_20\" | \"WHITE\" | \"BACKGROUND\" | \"COLUMN\" | \"BASE_GREY\" | \"OVER_BACKGROUND\" | \"HEAD\" | \"BORDER\" | \"ACTION_BACKGROUND\"","value":[{"value":"\"GREY_5\""},{"value":"\"GREY_6\""},{"value":"\"GREY_7\""},{"value":"\"GREY_9\""},{"value":"\"GREY_20\""},{"value":"\"WHITE\""},{"value":"\"BACKGROUND\""},{"value":"\"COLUMN\""},{"value":"\"BASE_GREY\""},{"value":"\"OVER_BACKGROUND\""},{"value":"\"HEAD\""},{"value":"\"BORDER\""},{"value":"\"ACTION_BACKGROUND\""}]}},{"defaultValue":null,"description":"","name":"onClickClose","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/MessageDialog/MessageDialogContentInner.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"() => void"}},{"defaultValue":null,"description":"","name":"contentPadding","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/useDialogInnerStyle.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"Gap | { block?: Gap; inline?: Gap; }","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""},{"value":"{ block?: Gap; inline?: Gap; }","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"ダイアログの説明","name":"description","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/MessageDialog/MessageDialogContentInner.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"ダイアログのサブタイトル","name":"subtitle","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/MessageDialog/MessageDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"ダイアログを開いたときの初期 top 位置","name":"top","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"ダイアログを開いたときの初期 bottom 位置","name":"bottom","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"ダイアログを開いたときの初期 left 位置","name":"left","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"ダイアログを開いたときの初期 right 位置","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"ダイアログの幅","name":"width","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"string | number","value":[{"value":"string"},{"value":"number"}]}},{"defaultValue":null,"description":"ダイアログを開いた時にフォーカスする対象","name":"firstFocusTarget","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"RefObject"}},{"defaultValue":null,"description":"ダイアログの `aria-label`","name":"ariaLabel","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"ダイアログの `aria-labelledby`","name":"ariaLabelledby","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"ダイアログを開いているかどうか","name":"isOpen","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"エスケープキーを押下した時に発火するコールバック関数","name":"onPressEscape","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"() => void"}},{"defaultValue":null,"description":"オーバーレイをクリックした時に発火するコールバック関数","name":"onClickOverlay","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"() => void"}},{"defaultValue":null,"description":"DOM 上でダイアログの要素を追加する親要素","name":"portalParent","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"HTMLElement | RefObject","value":[{"value":"HTMLElement","description":"Any HTML element. Some elements directly implement this interface, while others implement it via an interface that inherits it.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement)","fullComment":"Any HTML element. Some elements directly implement this interface, while others implement it via an interface that inherits it.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement)","tags":{}},{"value":"RefObject","description":"A readonly ref container where {@link current} cannot be mutated.\n\nCreated by {@link createRef}, or {@link useRef} when passed `null`.","fullComment":"A readonly ref container where {@link current} cannot be mutated.\n\nCreated by {@link createRef}, or {@link useRef} when passed `null`.\n@template T The type of the ref's value.\n@example ```tsx\nconst ref = createRef();\n\nref.current = document.createElement('div'); // Error\n```","tags":{"template":"T The type of the ref's value.","example":"```tsx\nconst ref = createRef();\n\nref.current = document.createElement('div'); // Error\n```"}}]}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Dialog/ActionDialogWithTrigger/ActionDialogWithTrigger.d.ts","description":"","displayName":"ActionDialogWithTrigger","methods":[],"props":[{"defaultValue":null,"description":"ダイアログのタイトル","name":"title","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"ダイアログを開いたときの初期 top 位置","name":"top","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"ダイアログを開いたときの初期 bottom 位置","name":"bottom","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"ダイアログを開いたときの初期 left 位置","name":"left","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"ダイアログを開いたときの初期 right 位置","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"ダイアログの幅","name":"width","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"string | number","value":[{"value":"string"},{"value":"number"}]}},{"defaultValue":null,"description":"コンポーネント内の文言を変更するための関数を設定","name":"decorators","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"DecoratorsType<\"closeButtonLabel\">"}},{"defaultValue":null,"description":"@deprecated SectioningContent(Article, Aside, Nav, Section)でDialog全体をラップして、ダイアログタイトルのHeadingレベルを設定してください","name":"titleTag","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"HeadingTagTypes","value":[{"value":"\"h1\""},{"value":"\"h2\""},{"value":"\"h3\""},{"value":"\"h4\""},{"value":"\"h5\""},{"value":"\"h6\""}]}},{"defaultValue":null,"description":"","name":"responseMessage","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ResponseMessageType","value":[{"value":"{ status: \"error\" | \"success\"; text: ReactNode; }","description":"","fullComment":"","tags":{}},{"value":"{ status: \"processing\"; }","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"","name":"contentBgColor","required":false,"type":{"name":"enum","raw":"\"GREY_5\" | \"GREY_6\" | \"GREY_7\" | \"GREY_9\" | \"GREY_20\" | \"WHITE\" | \"BACKGROUND\" | \"COLUMN\" | \"BASE_GREY\" | \"OVER_BACKGROUND\" | \"HEAD\" | \"BORDER\" | \"ACTION_BACKGROUND\"","value":[{"value":"\"GREY_5\""},{"value":"\"GREY_6\""},{"value":"\"GREY_7\""},{"value":"\"GREY_9\""},{"value":"\"GREY_20\""},{"value":"\"WHITE\""},{"value":"\"BACKGROUND\""},{"value":"\"COLUMN\""},{"value":"\"BASE_GREY\""},{"value":"\"OVER_BACKGROUND\""},{"value":"\"HEAD\""},{"value":"\"BORDER\""},{"value":"\"ACTION_BACKGROUND\""}]}},{"defaultValue":null,"description":"DOM 上でダイアログの要素を追加する親要素","name":"portalParent","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"HTMLElement | RefObject","value":[{"value":"HTMLElement","description":"Any HTML element. Some elements directly implement this interface, while others implement it via an interface that inherits it.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement)","fullComment":"Any HTML element. Some elements directly implement this interface, while others implement it via an interface that inherits it.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement)","tags":{}},{"value":"RefObject","description":"A readonly ref container where {@link current} cannot be mutated.\n\nCreated by {@link createRef}, or {@link useRef} when passed `null`.","fullComment":"A readonly ref container where {@link current} cannot be mutated.\n\nCreated by {@link createRef}, or {@link useRef} when passed `null`.\n@template T The type of the ref's value.\n@example ```tsx\nconst ref = createRef();\n\nref.current = document.createElement('div'); // Error\n```","tags":{"template":"T The type of the ref's value.","example":"```tsx\nconst ref = createRef();\n\nref.current = document.createElement('div'); // Error\n```"}}]}},{"defaultValue":null,"description":"","name":"contentPadding","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/useDialogInnerStyle.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"Gap | { block?: Gap; inline?: Gap; }","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""},{"value":"{ block?: Gap; inline?: Gap; }","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"ダイアログを開いた時にフォーカスする対象","name":"firstFocusTarget","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"RefObject"}},{"defaultValue":null,"description":"オーバーレイをクリックした時に発火するコールバック関数","name":"onClickOverlay","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"() => void"}},{"defaultValue":null,"description":"ダイアログの `aria-label`","name":"ariaLabel","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"ダイアログの `aria-labelledby`","name":"ariaLabelledby","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"ダイアログのサブタイトル","name":"subtitle","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アクションボタンのラベル","name":"actionText","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アクションボタンのスタイル","name":"actionTheme","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"\"primary\" | \"secondary\" | \"danger\"","value":[{"value":"\"primary\""},{"value":"\"secondary\""},{"value":"\"danger\""}]}},{"defaultValue":null,"description":"アクションボタンを無効にするかどうか","name":"actionDisabled","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"閉じるボタンを無効にするかどうか","name":"closeDisabled","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"ダイアログフッターの左端操作領域","name":"subActionArea","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アクションボタンをクリックした時に発火するコールバック関数\n@param closeDialog - ダイアログを閉じる関数","name":"onClickAction","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"(closeDialog: () => void) => void"}},{"defaultValue":null,"description":"","name":"trigger","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialogWithTrigger/ActionDialogWithTrigger.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"Omit>, \"aria-controls\" | \"aria-haspopup\" | \"onClick\">"}},{"defaultValue":null,"description":"","name":"onClickTrigger","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialogWithTrigger/ActionDialogWithTrigger.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"(open: ToggleModalActionType) => void"}},{"defaultValue":null,"description":"","name":"onClickClose","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialogWithTrigger/ActionDialogWithTrigger.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"(close: ToggleModalActionType) => void"}},{"defaultValue":null,"description":"","name":"onPressEscape","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialogWithTrigger/ActionDialogWithTrigger.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"(close: ToggleModalActionType) => void"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","description":"","displayName":"ActionDialogContentInner","methods":[],"props":[{"defaultValue":null,"description":"ダイアログのタイトル","name":"title","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"ダイアログのサブタイトル","name":"subtitle","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"@deprecated SectioningContent(Article, Aside, Nav, Section)でDialog全体をラップして、ダイアログタイトルのHeadingレベルを設定してください","name":"titleTag","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"HeadingTagTypes","value":[{"value":"\"h1\""},{"value":"\"h2\""},{"value":"\"h3\""},{"value":"\"h4\""},{"value":"\"h5\""},{"value":"\"h6\""}]}},{"defaultValue":null,"description":"アクションボタンのラベル","name":"actionText","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アクションボタンのスタイル","name":"actionTheme","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"\"primary\" | \"secondary\" | \"danger\"","value":[{"value":"\"primary\""},{"value":"\"secondary\""},{"value":"\"danger\""}]}},{"defaultValue":null,"description":"アクションボタンをクリックした時に発火するコールバック関数\n@param closeDialog - ダイアログを閉じる関数","name":"onClickAction","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"(closeDialog: () => void) => void"}},{"defaultValue":null,"description":"アクションボタンを無効にするかどうか","name":"actionDisabled","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"閉じるボタンを無効にするかどうか","name":"closeDisabled","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"ダイアログフッターの左端操作領域","name":"subActionArea","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"コンポーネント内の文言を変更するための関数を設定","name":"decorators","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"DecoratorsType<\"closeButtonLabel\">"}},{"defaultValue":null,"description":"","name":"contentBgColor","required":false,"type":{"name":"enum","raw":"\"GREY_5\" | \"GREY_6\" | \"GREY_7\" | \"GREY_9\" | \"GREY_20\" | \"WHITE\" | \"BACKGROUND\" | \"COLUMN\" | \"BASE_GREY\" | \"OVER_BACKGROUND\" | \"HEAD\" | \"BORDER\" | \"ACTION_BACKGROUND\"","value":[{"value":"\"GREY_5\""},{"value":"\"GREY_6\""},{"value":"\"GREY_7\""},{"value":"\"GREY_9\""},{"value":"\"GREY_20\""},{"value":"\"WHITE\""},{"value":"\"BACKGROUND\""},{"value":"\"COLUMN\""},{"value":"\"BASE_GREY\""},{"value":"\"OVER_BACKGROUND\""},{"value":"\"HEAD\""},{"value":"\"BORDER\""},{"value":"\"ACTION_BACKGROUND\""}]}},{"defaultValue":null,"description":"","name":"contentPadding","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/useDialogInnerStyle.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"Gap | { block?: Gap; inline?: Gap; }","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""},{"value":"{ block?: Gap; inline?: Gap; }","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"","name":"onClickClose","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"() => void"}},{"defaultValue":null,"description":"","name":"responseMessage","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ResponseMessageType","value":[{"value":"{ status: \"error\" | \"success\"; text: ReactNode; }","description":"","fullComment":"","tags":{}},{"value":"{ status: \"processing\"; }","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"","name":"titleId","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContent.d.ts","description":"","displayName":"ActionDialogContent","methods":[],"props":[{"defaultValue":null,"description":"ダイアログのタイトル","name":"title","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"ダイアログのサブタイトル","name":"subtitle","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"@deprecated SectioningContent(Article, Aside, Nav, Section)でDialog全体をラップして、ダイアログタイトルのHeadingレベルを設定してください","name":"titleTag","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"HeadingTagTypes","value":[{"value":"\"h1\""},{"value":"\"h2\""},{"value":"\"h3\""},{"value":"\"h4\""},{"value":"\"h5\""},{"value":"\"h6\""}]}},{"defaultValue":null,"description":"アクションボタンのラベル","name":"actionText","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アクションボタンのスタイル","name":"actionTheme","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"\"primary\" | \"secondary\" | \"danger\"","value":[{"value":"\"primary\""},{"value":"\"secondary\""},{"value":"\"danger\""}]}},{"defaultValue":null,"description":"アクションボタンをクリックした時に発火するコールバック関数\n@param closeDialog - ダイアログを閉じる関数","name":"onClickAction","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"(closeDialog: () => void) => void"}},{"defaultValue":null,"description":"アクションボタンを無効にするかどうか","name":"actionDisabled","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"閉じるボタンを無効にするかどうか","name":"closeDisabled","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"ダイアログフッターの左端操作領域","name":"subActionArea","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"コンポーネント内の文言を変更するための関数を設定","name":"decorators","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"DecoratorsType<\"closeButtonLabel\">"}},{"defaultValue":null,"description":"","name":"contentBgColor","required":false,"type":{"name":"enum","raw":"\"GREY_5\" | \"GREY_6\" | \"GREY_7\" | \"GREY_9\" | \"GREY_20\" | \"WHITE\" | \"BACKGROUND\" | \"COLUMN\" | \"BASE_GREY\" | \"OVER_BACKGROUND\" | \"HEAD\" | \"BORDER\" | \"ACTION_BACKGROUND\"","value":[{"value":"\"GREY_5\""},{"value":"\"GREY_6\""},{"value":"\"GREY_7\""},{"value":"\"GREY_9\""},{"value":"\"GREY_20\""},{"value":"\"WHITE\""},{"value":"\"BACKGROUND\""},{"value":"\"COLUMN\""},{"value":"\"BASE_GREY\""},{"value":"\"OVER_BACKGROUND\""},{"value":"\"HEAD\""},{"value":"\"BORDER\""},{"value":"\"ACTION_BACKGROUND\""}]}},{"defaultValue":null,"description":"","name":"contentPadding","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/useDialogInnerStyle.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"Gap | { block?: Gap; inline?: Gap; }","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""},{"value":"{ block?: Gap; inline?: Gap; }","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"ダイアログを開いたときの初期 top 位置","name":"top","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"ダイアログを開いたときの初期 bottom 位置","name":"bottom","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"ダイアログを開いたときの初期 left 位置","name":"left","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"ダイアログを開いたときの初期 right 位置","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"ダイアログの幅","name":"width","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"string | number","value":[{"value":"string"},{"value":"number"}]}},{"defaultValue":null,"description":"ダイアログを開いた時にフォーカスする対象","name":"firstFocusTarget","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"RefObject"}},{"defaultValue":null,"description":"ダイアログの `aria-label`","name":"ariaLabel","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"ダイアログの `aria-labelledby`","name":"ariaLabelledby","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"DOM 上でダイアログの要素を追加する親要素","name":"portalParent","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"HTMLElement | RefObject","value":[{"value":"HTMLElement","description":"Any HTML element. Some elements directly implement this interface, while others implement it via an interface that inherits it.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement)","fullComment":"Any HTML element. Some elements directly implement this interface, while others implement it via an interface that inherits it.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement)","tags":{}},{"value":"RefObject","description":"A readonly ref container where {@link current} cannot be mutated.\n\nCreated by {@link createRef}, or {@link useRef} when passed `null`.","fullComment":"A readonly ref container where {@link current} cannot be mutated.\n\nCreated by {@link createRef}, or {@link useRef} when passed `null`.\n@template T The type of the ref's value.\n@example ```tsx\nconst ref = createRef();\n\nref.current = document.createElement('div'); // Error\n```","tags":{"template":"T The type of the ref's value.","example":"```tsx\nconst ref = createRef();\n\nref.current = document.createElement('div'); // Error\n```"}}]}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialog.d.ts","description":"","displayName":"ActionDialog","methods":[],"props":[{"defaultValue":null,"description":"ダイアログのタイトル","name":"title","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"コンポーネント内の文言を変更するための関数を設定","name":"decorators","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"DecoratorsType<\"closeButtonLabel\">"}},{"defaultValue":null,"description":"@deprecated SectioningContent(Article, Aside, Nav, Section)でDialog全体をラップして、ダイアログタイトルのHeadingレベルを設定してください","name":"titleTag","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"HeadingTagTypes","value":[{"value":"\"h1\""},{"value":"\"h2\""},{"value":"\"h3\""},{"value":"\"h4\""},{"value":"\"h5\""},{"value":"\"h6\""}]}},{"defaultValue":null,"description":"","name":"responseMessage","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ResponseMessageType","value":[{"value":"{ status: \"error\" | \"success\"; text: ReactNode; }","description":"","fullComment":"","tags":{}},{"value":"{ status: \"processing\"; }","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"","name":"contentBgColor","required":false,"type":{"name":"enum","raw":"\"GREY_5\" | \"GREY_6\" | \"GREY_7\" | \"GREY_9\" | \"GREY_20\" | \"WHITE\" | \"BACKGROUND\" | \"COLUMN\" | \"BASE_GREY\" | \"OVER_BACKGROUND\" | \"HEAD\" | \"BORDER\" | \"ACTION_BACKGROUND\"","value":[{"value":"\"GREY_5\""},{"value":"\"GREY_6\""},{"value":"\"GREY_7\""},{"value":"\"GREY_9\""},{"value":"\"GREY_20\""},{"value":"\"WHITE\""},{"value":"\"BACKGROUND\""},{"value":"\"COLUMN\""},{"value":"\"BASE_GREY\""},{"value":"\"OVER_BACKGROUND\""},{"value":"\"HEAD\""},{"value":"\"BORDER\""},{"value":"\"ACTION_BACKGROUND\""}]}},{"defaultValue":null,"description":"","name":"onClickClose","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"() => void"}},{"defaultValue":null,"description":"","name":"contentPadding","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/useDialogInnerStyle.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"Gap | { block?: Gap; inline?: Gap; }","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""},{"value":"{ block?: Gap; inline?: Gap; }","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"ダイアログのサブタイトル","name":"subtitle","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アクションボタンのラベル","name":"actionText","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アクションボタンのスタイル","name":"actionTheme","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"\"primary\" | \"secondary\" | \"danger\"","value":[{"value":"\"primary\""},{"value":"\"secondary\""},{"value":"\"danger\""}]}},{"defaultValue":null,"description":"アクションボタンを無効にするかどうか","name":"actionDisabled","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"閉じるボタンを無効にするかどうか","name":"closeDisabled","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"ダイアログフッターの左端操作領域","name":"subActionArea","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アクションボタンをクリックした時に発火するコールバック関数\n@param closeDialog - ダイアログを閉じる関数","name":"onClickAction","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"(closeDialog: () => void) => void"}},{"defaultValue":null,"description":"ダイアログを開いたときの初期 top 位置","name":"top","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"ダイアログを開いたときの初期 bottom 位置","name":"bottom","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"ダイアログを開いたときの初期 left 位置","name":"left","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"ダイアログを開いたときの初期 right 位置","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"ダイアログの幅","name":"width","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"string | number","value":[{"value":"string"},{"value":"number"}]}},{"defaultValue":null,"description":"ダイアログを開いた時にフォーカスする対象","name":"firstFocusTarget","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"RefObject"}},{"defaultValue":null,"description":"ダイアログの `aria-label`","name":"ariaLabel","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"ダイアログの `aria-labelledby`","name":"ariaLabelledby","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"ダイアログを開いているかどうか","name":"isOpen","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"エスケープキーを押下した時に発火するコールバック関数","name":"onPressEscape","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"() => void"}},{"defaultValue":null,"description":"オーバーレイをクリックした時に発火するコールバック関数","name":"onClickOverlay","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"() => void"}},{"defaultValue":null,"description":"DOM 上でダイアログの要素を追加する親要素","name":"portalParent","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"HTMLElement | RefObject","value":[{"value":"HTMLElement","description":"Any HTML element. Some elements directly implement this interface, while others implement it via an interface that inherits it.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement)","fullComment":"Any HTML element. Some elements directly implement this interface, while others implement it via an interface that inherits it.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement)","tags":{}},{"value":"RefObject","description":"A readonly ref container where {@link current} cannot be mutated.\n\nCreated by {@link createRef}, or {@link useRef} when passed `null`.","fullComment":"A readonly ref container where {@link current} cannot be mutated.\n\nCreated by {@link createRef}, or {@link useRef} when passed `null`.\n@template T The type of the ref's value.\n@example ```tsx\nconst ref = createRef();\n\nref.current = document.createElement('div'); // Error\n```","tags":{"template":"T The type of the ref's value.","example":"```tsx\nconst ref = createRef();\n\nref.current = document.createElement('div'); // Error\n```"}}]}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Base/BaseColumn/BaseColumn.d.ts","description":"","displayName":"BaseColumn","methods":[],"props":[{"defaultValue":null,"description":"境界とコンテンツの間の余白","name":"padding","declarations":[{"fileName":"smarthr-ui/lib/components/Base/Base.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"Gap | SeparatePadding","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""},{"value":"SeparatePadding","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"コンテンツが要素内に収まらない場合の処理方法","name":"overflow","declarations":[{"fileName":"smarthr-ui/lib/components/Base/Base.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"Overflow | { x: Overflow; y: Overflow; }","value":[{"value":"\"auto\""},{"value":"\"hidden\""},{"value":"\"clip\""},{"value":"\"visible\""},{"value":"\"scroll\""},{"value":"{ x: Overflow; y: Overflow; }","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"","name":"bgColor","required":false,"type":{"name":"enum","raw":"\"GREY_5\" | \"GREY_6\" | \"GREY_7\" | \"GREY_9\" | \"GREY_20\" | \"WHITE\" | \"BACKGROUND\" | \"COLUMN\" | \"BASE_GREY\" | \"OVER_BACKGROUND\" | \"HEAD\" | \"BORDER\" | \"ACTION_BACKGROUND\"","value":[{"value":"\"GREY_5\""},{"value":"\"GREY_6\""},{"value":"\"GREY_7\""},{"value":"\"GREY_9\""},{"value":"\"GREY_20\""},{"value":"\"WHITE\""},{"value":"\"BACKGROUND\""},{"value":"\"COLUMN\""},{"value":"\"BASE_GREY\""},{"value":"\"OVER_BACKGROUND\""},{"value":"\"HEAD\""},{"value":"\"BORDER\""},{"value":"\"ACTION_BACKGROUND\""}]}}]}] \ No newline at end of file +[{"tags":{},"filePath":"lib/themes/createZIndex.d.ts","description":"","displayName":"createZIndex","methods":[],"props":[{"defaultValue":null,"description":"","name":"AUTO","declarations":[{"fileName":"lib/themes/createZIndex.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"\"auto\""}},{"defaultValue":null,"description":"","name":"DEFAULT","declarations":[{"fileName":"lib/themes/createZIndex.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"","name":"FIXED_MENU","declarations":[{"fileName":"lib/themes/createZIndex.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"","name":"OVERLAP_BASE","declarations":[{"fileName":"lib/themes/createZIndex.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"","name":"OVERLAP","declarations":[{"fileName":"lib/themes/createZIndex.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"","name":"FLASH_MESSAGE","declarations":[{"fileName":"lib/themes/createZIndex.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}}]},{"tags":{},"filePath":"lib/themes/createTheme.d.ts","description":"","displayName":"createTheme","methods":[],"props":[{"defaultValue":null,"description":"@deprecated The palette property will be deprecated, please use color property instead","name":"palette","declarations":[{"fileName":"lib/themes/createTheme.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"PaletteProperty"}},{"defaultValue":null,"description":"","name":"color","declarations":[{"fileName":"lib/themes/createTheme.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"Partial<{ TRANSPARENCY_15: string; TRANSPARENCY_30: string; TRANSPARENCY_50: string; GREY_5: string; GREY_6: string; GREY_7: string; GREY_9: string; GREY_20: string; GREY_30: string; GREY_65: string; ... 21 more ...; BRAND: string; }>"}},{"defaultValue":null,"description":"@deprecated The size property will be deprecated, please use fontSize, spacing or breakpoint property instead","name":"size","declarations":[{"fileName":"lib/themes/createTheme.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"SizeProperty"}},{"defaultValue":null,"description":"","name":"fontSize","declarations":[{"fileName":"lib/themes/createTheme.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"FontSizeProperty"}},{"defaultValue":null,"description":"","name":"leading","declarations":[{"fileName":"lib/themes/createTheme.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"Partial>"}},{"defaultValue":null,"description":"","name":"spacing","declarations":[{"fileName":"lib/themes/createTheme.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"SpacingProperty"}},{"defaultValue":null,"description":"","name":"breakpoint","declarations":[{"fileName":"lib/themes/createTheme.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"BreakpointProperty"}},{"defaultValue":null,"description":"@deprecated The frame property will be deprecated, please use border or radius property instead","name":"frame","declarations":[{"fileName":"lib/themes/createTheme.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"FrameProperty"}},{"defaultValue":null,"description":"","name":"border","declarations":[{"fileName":"lib/themes/createTheme.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"BorderProperty"}},{"defaultValue":null,"description":"","name":"radius","declarations":[{"fileName":"lib/themes/createTheme.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"RadiusProperty"}},{"defaultValue":null,"description":"","name":"interaction","declarations":[{"fileName":"lib/themes/createTheme.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"InteractionProperty"}},{"defaultValue":null,"description":"","name":"shadow","declarations":[{"fileName":"lib/themes/createTheme.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"ShadowProperty"}},{"defaultValue":null,"description":"","name":"zIndex","declarations":[{"fileName":"lib/themes/createTheme.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"ZIndexProperty"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/themes/createSpacing.d.ts","description":"","displayName":"createSpacing","methods":[],"props":[]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/themes/createSpacing.d.ts","description":"","displayName":"createSpacingByChar","methods":[],"props":[]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/themes/createSize.d.ts","description":"","displayName":"createSize","methods":[],"props":[{"defaultValue":null,"description":"","name":"htmlFontSize","declarations":[{"fileName":"smarthr-ui/lib/themes/createSize.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"","name":"space","declarations":[{"fileName":"smarthr-ui/lib/themes/createSize.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"{ defaultRem?: number; XXS?: number; XS?: number; S?: number; M?: number; L?: number; XL?: number; XXL?: number; }"}},{"defaultValue":null,"description":"","name":"font","declarations":[{"fileName":"smarthr-ui/lib/themes/createSize.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"{ SHORT?: number; TALL?: number; GRANDE?: number; VENTI?: number; }"}},{"defaultValue":null,"description":"","name":"mediaQuery","declarations":[{"fileName":"smarthr-ui/lib/themes/createSize.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"{ SP?: number; TABLET?: number; }"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/themes/createRadius.d.ts","description":"","displayName":"createRadius","methods":[],"props":[{"defaultValue":null,"description":"","name":"s","declarations":[{"fileName":"smarthr-ui/lib/themes/createRadius.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"m","declarations":[{"fileName":"smarthr-ui/lib/themes/createRadius.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"l","declarations":[{"fileName":"smarthr-ui/lib/themes/createRadius.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"full","declarations":[{"fileName":"smarthr-ui/lib/themes/createRadius.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/themes/createPalette.d.ts","description":"","displayName":"createPalette","methods":[],"props":[{"defaultValue":null,"description":"","name":"TEXT_BLACK","declarations":[{"fileName":"smarthr-ui/lib/themes/createPalette.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"TEXT_GREY","declarations":[{"fileName":"smarthr-ui/lib/themes/createPalette.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"TEXT_DISABLED","declarations":[{"fileName":"smarthr-ui/lib/themes/createPalette.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"TEXT_LINK","declarations":[{"fileName":"smarthr-ui/lib/themes/createPalette.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"BORDER","declarations":[{"fileName":"smarthr-ui/lib/themes/createPalette.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"ACTION_BACKGROUND","declarations":[{"fileName":"smarthr-ui/lib/themes/createPalette.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"BACKGROUND","declarations":[{"fileName":"smarthr-ui/lib/themes/createPalette.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"COLUMN","declarations":[{"fileName":"smarthr-ui/lib/themes/createPalette.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"OVER_BACKGROUND","declarations":[{"fileName":"smarthr-ui/lib/themes/createPalette.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"HEAD","declarations":[{"fileName":"smarthr-ui/lib/themes/createPalette.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"BASE_GREY","declarations":[{"fileName":"smarthr-ui/lib/themes/createPalette.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"MAIN","declarations":[{"fileName":"smarthr-ui/lib/themes/createPalette.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"DANGER","declarations":[{"fileName":"smarthr-ui/lib/themes/createPalette.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"WARNING","declarations":[{"fileName":"smarthr-ui/lib/themes/createPalette.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"SCRIM","declarations":[{"fileName":"smarthr-ui/lib/themes/createPalette.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"OVERLAY","declarations":[{"fileName":"smarthr-ui/lib/themes/createPalette.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"OUTLINE","declarations":[{"fileName":"smarthr-ui/lib/themes/createPalette.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/themes/createLeading.d.ts","description":"","displayName":"createLeading","methods":[],"props":[{"defaultValue":null,"description":"","name":"TIGHT","declarations":[{"fileName":"smarthr-ui/lib/themes/createLeading.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"","name":"NORMAL","declarations":[{"fileName":"smarthr-ui/lib/themes/createLeading.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"","name":"RELAXED","declarations":[{"fileName":"smarthr-ui/lib/themes/createLeading.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/themes/createInteraction.d.ts","description":"","displayName":"createInteraction","methods":[],"props":[{"defaultValue":null,"description":"","name":"hover","declarations":[{"fileName":"smarthr-ui/lib/themes/createInteraction.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"{ feedbackOpacity?: string; animationDuration?: string; animationTiming?: string; animation?: string; }"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/themes/createFontSize.d.ts","description":"","displayName":"createFontSize","methods":[],"props":[{"defaultValue":null,"description":"@deprecated","name":"htmlFontSize","declarations":[{"fileName":"smarthr-ui/lib/themes/createFontSize.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"@deprecated","name":"SHORT","declarations":[{"fileName":"smarthr-ui/lib/themes/createFontSize.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"@deprecated","name":"TALL","declarations":[{"fileName":"smarthr-ui/lib/themes/createFontSize.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"@deprecated","name":"GRANDE","declarations":[{"fileName":"smarthr-ui/lib/themes/createFontSize.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"@deprecated","name":"VENTI","declarations":[{"fileName":"smarthr-ui/lib/themes/createFontSize.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"","name":"scaleFactor","declarations":[{"fileName":"smarthr-ui/lib/themes/createFontSize.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"","name":"XXS","declarations":[{"fileName":"smarthr-ui/lib/themes/createFontSize.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"XS","declarations":[{"fileName":"smarthr-ui/lib/themes/createFontSize.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"S","declarations":[{"fileName":"smarthr-ui/lib/themes/createFontSize.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"M","declarations":[{"fileName":"smarthr-ui/lib/themes/createFontSize.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"L","declarations":[{"fileName":"smarthr-ui/lib/themes/createFontSize.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"XL","declarations":[{"fileName":"smarthr-ui/lib/themes/createFontSize.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"XXL","declarations":[{"fileName":"smarthr-ui/lib/themes/createFontSize.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/themes/createColor.d.ts","description":"","displayName":"createColor","methods":[],"props":[{"defaultValue":null,"description":"","name":"TRANSPARENCY_15","declarations":[{"fileName":"smarthr-ui/lib/themes/createColor.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"TRANSPARENCY_30","declarations":[{"fileName":"smarthr-ui/lib/themes/createColor.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"TRANSPARENCY_50","declarations":[{"fileName":"smarthr-ui/lib/themes/createColor.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"GREY_5","declarations":[{"fileName":"smarthr-ui/lib/themes/createColor.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"GREY_6","declarations":[{"fileName":"smarthr-ui/lib/themes/createColor.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"GREY_7","declarations":[{"fileName":"smarthr-ui/lib/themes/createColor.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"GREY_9","declarations":[{"fileName":"smarthr-ui/lib/themes/createColor.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"GREY_20","declarations":[{"fileName":"smarthr-ui/lib/themes/createColor.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"GREY_30","declarations":[{"fileName":"smarthr-ui/lib/themes/createColor.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"GREY_65","declarations":[{"fileName":"smarthr-ui/lib/themes/createColor.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"GREY_100","declarations":[{"fileName":"smarthr-ui/lib/themes/createColor.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"TEXT_BLACK","declarations":[{"fileName":"smarthr-ui/lib/themes/createColor.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"TEXT_WHITE","declarations":[{"fileName":"smarthr-ui/lib/themes/createColor.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"TEXT_GREY","declarations":[{"fileName":"smarthr-ui/lib/themes/createColor.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"TEXT_DISABLED","declarations":[{"fileName":"smarthr-ui/lib/themes/createColor.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"TEXT_LINK","declarations":[{"fileName":"smarthr-ui/lib/themes/createColor.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"WHITE","declarations":[{"fileName":"smarthr-ui/lib/themes/createColor.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"BACKGROUND","declarations":[{"fileName":"smarthr-ui/lib/themes/createColor.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"COLUMN","declarations":[{"fileName":"smarthr-ui/lib/themes/createColor.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"BASE_GREY","declarations":[{"fileName":"smarthr-ui/lib/themes/createColor.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"OVER_BACKGROUND","declarations":[{"fileName":"smarthr-ui/lib/themes/createColor.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"HEAD","declarations":[{"fileName":"smarthr-ui/lib/themes/createColor.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"BORDER","declarations":[{"fileName":"smarthr-ui/lib/themes/createColor.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"ACTION_BACKGROUND","declarations":[{"fileName":"smarthr-ui/lib/themes/createColor.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"MAIN","declarations":[{"fileName":"smarthr-ui/lib/themes/createColor.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"OUTLINE","declarations":[{"fileName":"smarthr-ui/lib/themes/createColor.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"DANGER","declarations":[{"fileName":"smarthr-ui/lib/themes/createColor.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"WARNING","declarations":[{"fileName":"smarthr-ui/lib/themes/createColor.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"WARNING_YELLOW","declarations":[{"fileName":"smarthr-ui/lib/themes/createColor.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"OVERLAY","declarations":[{"fileName":"smarthr-ui/lib/themes/createColor.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"SCRIM","declarations":[{"fileName":"smarthr-ui/lib/themes/createColor.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"BRAND","declarations":[{"fileName":"smarthr-ui/lib/themes/createColor.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/themes/createBreakpoint.d.ts","description":"","displayName":"createBreakpoint","methods":[],"props":[{"defaultValue":null,"description":"","name":"SP","declarations":[{"fileName":"smarthr-ui/lib/themes/createBreakpoint.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"","name":"TABLET","declarations":[{"fileName":"smarthr-ui/lib/themes/createBreakpoint.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}}]},{"tags":{},"filePath":"lib/themes/ThemeProvider.d.ts","description":"","displayName":"ThemeProvider","methods":[],"props":[{"defaultValue":null,"description":"","name":"theme","declarations":[{"fileName":"lib/themes/ThemeProvider.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"CreatedTheme"}}]},{"tags":{},"filePath":"lib/themes/tailwind/TailwindThemeProvider.d.ts","description":"","displayName":"ThemeProvider","methods":[],"props":[{"defaultValue":null,"description":"","name":"config","declarations":[{"fileName":"lib/themes/tailwind/TailwindThemeProvider.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"{ content: never[]; theme: { backgroundColor: ({ theme }: PluginUtils) => { black: string; white: string; 'white-darken': any; link: string; background: string; border: any; brand: any; column: string; ... 16 more ...; transparent: string; }; ... 12 more ...; extend: { ...; }; }; corePlugins: { ...; }; plugins: { ....."}}]},{"tags":{},"filePath":"lib/components/VisuallyHiddenText/VisuallyHiddenText.d.ts","description":"","displayName":"visuallyHiddenText","methods":[],"props":[{"defaultValue":null,"description":"","name":"class","declarations":[{"fileName":"smarthr-ui/node_modules/.pnpm/tailwind-variants@0.2.1_tailwindcss@3.4.4_ts-node@10.9.2_@swc+core@1.5.25_@swc+helpers@0.5.5__wixkefo76u54chbjz34lo5wxle/node_modules/tailwind-variants/dist/index.d.ts","name":"TypeLiteral"},{"fileName":"smarthr-ui/node_modules/.pnpm/tailwind-variants@0.2.1_tailwindcss@3.4.4_ts-node@10.9.2_@swc+core@1.5.25_@swc+helpers@0.5.5__wixkefo76u54chbjz34lo5wxle/node_modules/tailwind-variants/dist/index.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ClassNameValue","value":[{"value":"string"},{"value":"false"},{"value":"0"},{"value":"0n"},{"value":"ClassNameArray","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"","name":"className","declarations":[{"fileName":"smarthr-ui/node_modules/.pnpm/tailwind-variants@0.2.1_tailwindcss@3.4.4_ts-node@10.9.2_@swc+core@1.5.25_@swc+helpers@0.5.5__wixkefo76u54chbjz34lo5wxle/node_modules/tailwind-variants/dist/index.d.ts","name":"TypeLiteral"},{"fileName":"smarthr-ui/node_modules/.pnpm/tailwind-variants@0.2.1_tailwindcss@3.4.4_ts-node@10.9.2_@swc+core@1.5.25_@swc+helpers@0.5.5__wixkefo76u54chbjz34lo5wxle/node_modules/tailwind-variants/dist/index.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ClassNameValue","value":[{"value":"string"},{"value":"false"},{"value":"0"},{"value":"0n"},{"value":"ClassNameArray","description":"","fullComment":"","tags":{}}]}}]},{"tags":{},"filePath":"lib/components/VisuallyHiddenText/VisuallyHiddenText.d.ts","description":"","displayName":"VisuallyHiddenText","methods":[],"props":[]},{"tags":{},"filePath":"lib/components/Textarea/Textarea.d.ts","description":"","displayName":"Textarea","methods":[],"props":[{"defaultValue":null,"description":"自動でフォーカスされるかどうか","name":"autoFocus","declarations":[{"fileName":"lib/components/Textarea/Textarea.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"@deprecated placeholder属性は非推奨です。別途ヒント用要素の設置を検討してください。","name":"placeholder","declarations":[{"fileName":"lib/components/Textarea/Textarea.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"行数の初期値。省略した場合は2","name":"rows","declarations":[{"fileName":"lib/components/Textarea/Textarea.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"入力値にエラーがあるかどうか","name":"error","declarations":[{"fileName":"lib/components/Textarea/Textarea.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントの幅","name":"width","declarations":[{"fileName":"lib/components/Textarea/Textarea.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"string | number","value":[{"value":"string"},{"value":"number"}]}},{"defaultValue":null,"description":"自動で広がるかどうか","name":"autoResize","declarations":[{"fileName":"lib/components/Textarea/Textarea.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"最大行数。超えるとスクロールする。初期値は無限","name":"maxRows","declarations":[{"fileName":"lib/components/Textarea/Textarea.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"入力可能な最大文字数。あと何文字入力できるかの表示が追加される。html的なvalidateは発生しない","name":"maxLetters","declarations":[{"fileName":"lib/components/Textarea/Textarea.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"コンポーネント内の文言を変更するための関数を設定","name":"decorators","declarations":[{"fileName":"lib/components/Textarea/Textarea.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"DecoratorsType<\"beforeMaxLettersCount\" | \"afterMaxLettersCount\">"}}]},{"tags":{},"filePath":"lib/components/Tooltip/tooltipHelper.d.ts","description":"","displayName":"getTooltipRect","methods":[],"props":[{"defaultValue":null,"description":"","name":"parentRect","declarations":[{"fileName":"lib/components/Tooltip/tooltipHelper.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"DOMRect"}},{"defaultValue":null,"description":"","name":"scrollOffset","declarations":[{"fileName":"lib/components/Tooltip/tooltipHelper.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"{ top: number; left: number; }"}},{"defaultValue":null,"description":"","name":"tooltipSize","declarations":[{"fileName":"lib/components/Tooltip/tooltipHelper.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"{ width: number; height: number; }"}},{"defaultValue":null,"description":"","name":"vertical","declarations":[{"fileName":"lib/components/Tooltip/tooltipHelper.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"\"top\" | \"middle\" | \"bottom\"","value":[{"value":"\"top\""},{"value":"\"middle\""},{"value":"\"bottom\""}]}},{"defaultValue":null,"description":"","name":"horizontal","declarations":[{"fileName":"lib/components/Tooltip/tooltipHelper.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"\"center\" | \"left\" | \"right\"","value":[{"value":"\"center\""},{"value":"\"left\""},{"value":"\"right\""}]}},{"defaultValue":null,"description":"","name":"isIcon","declarations":[{"fileName":"lib/components/Tooltip/tooltipHelper.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"","name":"outerMargin","declarations":[{"fileName":"lib/components/Tooltip/tooltipHelper.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"number"}}]},{"tags":{},"filePath":"lib/components/Tooltip/TooltipPortal.d.ts","description":"","displayName":"TooltipPortal","methods":[],"props":[{"defaultValue":null,"description":"","name":"message","declarations":[{"fileName":"lib/components/Tooltip/TooltipPortal.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"","name":"isVisible","declarations":[{"fileName":"lib/components/Tooltip/TooltipPortal.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"","name":"parentRect","declarations":[{"fileName":"lib/components/Tooltip/TooltipPortal.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"DOMRect"}},{"defaultValue":null,"description":"","name":"isIcon","declarations":[{"fileName":"lib/components/Tooltip/TooltipPortal.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"","name":"isMultiLine","declarations":[{"fileName":"lib/components/Tooltip/TooltipPortal.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"","name":"horizontal","declarations":[{"fileName":"lib/components/Tooltip/TooltipPortal.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"\"auto\" | \"center\" | \"left\" | \"right\"","value":[{"value":"\"auto\""},{"value":"\"center\""},{"value":"\"left\""},{"value":"\"right\""}]}},{"defaultValue":null,"description":"","name":"vertical","declarations":[{"fileName":"lib/components/Tooltip/TooltipPortal.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"\"auto\" | \"top\" | \"middle\" | \"bottom\"","value":[{"value":"\"auto\""},{"value":"\"top\""},{"value":"\"middle\""},{"value":"\"bottom\""}]}},{"defaultValue":null,"description":"","name":"fullscreenElement","declarations":[{"fileName":"lib/components/Tooltip/TooltipPortal.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"Element"}}]},{"tags":{},"filePath":"lib/components/Tooltip/Tooltip.d.ts","description":"","displayName":"Tooltip","methods":[],"props":[{"defaultValue":null,"description":"ツールチップ内に表示するメッセージ","name":"message","declarations":[{"fileName":"lib/components/Tooltip/Tooltip.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"ツールチップを表示する対象のタイプ。アイコンの場合は `icon` を指定する","name":"triggerType","declarations":[{"fileName":"lib/components/Tooltip/Tooltip.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"\"text\" | \"icon\"","value":[{"value":"\"text\""},{"value":"\"icon\""}]}},{"defaultValue":null,"description":"ツールチップ内を複数行で表示する場合に `true` を指定する","name":"multiLine","declarations":[{"fileName":"lib/components/Tooltip/Tooltip.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"`true` のとき、ツールチップを表示する対象が省略されている場合のみツールチップ表示を有効にする","name":"ellipsisOnly","declarations":[{"fileName":"lib/components/Tooltip/Tooltip.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"水平方向の位置","name":"horizontal","declarations":[{"fileName":"lib/components/Tooltip/Tooltip.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"\"auto\" | \"center\" | \"left\" | \"right\"","value":[{"value":"\"auto\""},{"value":"\"center\""},{"value":"\"left\""},{"value":"\"right\""}]}},{"defaultValue":null,"description":"垂直方向の位置","name":"vertical","declarations":[{"fileName":"lib/components/Tooltip/Tooltip.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"\"auto\" | \"top\" | \"middle\" | \"bottom\"","value":[{"value":"\"auto\""},{"value":"\"top\""},{"value":"\"middle\""},{"value":"\"bottom\""}]}},{"defaultValue":null,"description":"ツールチップを表示する対象の tabIndex 値","name":"tabIndex","declarations":[{"fileName":"lib/components/Tooltip/Tooltip.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"ツールチップを内包要素に紐付けるかどうか","name":"ariaDescribedbyTarget","declarations":[{"fileName":"lib/components/Tooltip/Tooltip.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"\"wrapper\" | \"inner\"","value":[{"value":"\"wrapper\""},{"value":"\"inner\""}]}}]},{"tags":{},"filePath":"lib/components/TextLink/TextLink.d.ts","description":"","displayName":"TextLink","methods":[],"props":[{"defaultValue":null,"description":"リンクをクリックした時に発火するコールバック関数","name":"onClick","declarations":[{"fileName":"lib/components/TextLink/TextLink.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"(e: MouseEvent) => void"}},{"defaultValue":null,"description":"テキストの前に表示するアイコン","name":"prefix","declarations":[{"fileName":"lib/components/TextLink/TextLink.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"テキストの後ろに表示するアイコン","name":"suffix","declarations":[{"fileName":"lib/components/TextLink/TextLink.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}}]},{"tags":{},"filePath":"lib/components/Text/Text.d.ts","description":"","displayName":"Text","methods":[],"props":[{"defaultValue":null,"description":"","name":"size","required":false,"type":{"name":"enum","raw":"\"XXS\" | \"XS\" | \"S\" | \"M\" | \"L\" | \"XL\" | \"XXL\"","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"","name":"weight","required":false,"type":{"name":"enum","raw":"\"normal\" | \"bold\"","value":[{"value":"\"normal\""},{"value":"\"bold\""}]}},{"defaultValue":null,"description":"","name":"italic","required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"","name":"leading","required":false,"type":{"name":"enum","raw":"\"NONE\" | \"TIGHT\" | \"NORMAL\" | \"LOOSE\"","value":[{"value":"\"NONE\""},{"value":"\"TIGHT\""},{"value":"\"NORMAL\""},{"value":"\"LOOSE\""}]}},{"defaultValue":null,"description":"","name":"whiteSpace","required":false,"type":{"name":"enum","raw":"\"pre\" | \"normal\" | \"nowrap\" | \"pre-line\" | \"pre-wrap\"","value":[{"value":"\"pre\""},{"value":"\"normal\""},{"value":"\"nowrap\""},{"value":"\"pre-line\""},{"value":"\"pre-wrap\""}]}},{"defaultValue":null,"description":"強調するかどうかの真偽値。指定すると em 要素になる","name":"emphasis","declarations":[{"fileName":"lib/components/Text/Text.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"見た目の種類。Heading の種類と同じ","name":"styleType","declarations":[{"fileName":"lib/components/Text/Text.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"HeadingTypes","value":[{"value":"\"screenTitle\""},{"value":"\"sectionTitle\""},{"value":"\"blockTitle\""},{"value":"\"subBlockTitle\""},{"value":"\"subSubBlockTitle\""}]}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Text/RangeSeparator.d.ts","description":"","displayName":"RangeSeparator","methods":[],"props":[{"defaultValue":null,"description":"","name":"decorators","declarations":[{"fileName":"smarthr-ui/lib/components/Text/RangeSeparator.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"DecoratorsType<\"text\" | \"visuallyHiddenText\">"}}]},{"tags":{},"filePath":"lib/components/Table/ThCheckbox.d.ts","description":"","displayName":"ThCheckbox","methods":[],"props":[{"defaultValue":null,"description":"","name":"mixed","declarations":[{"fileName":"lib/components/Table/ThCheckbox.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"","name":"error","declarations":[{"fileName":"lib/components/Table/ThCheckbox.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"","name":"decorators","declarations":[{"fileName":"lib/components/Table/ThCheckbox.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"DecoratorsType<\"checkAllInvisibleLabel\">"}}]},{"tags":{},"filePath":"lib/components/Table/Th.d.ts","description":"","displayName":"Th","methods":[],"props":[{"defaultValue":null,"description":"並び替え状態","name":"sort","declarations":[{"fileName":"lib/components/Table/Th.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"\"desc\" | \"none\" | \"asc\"","value":[{"value":"\"desc\""},{"value":"\"none\""},{"value":"\"asc\""}]}},{"defaultValue":null,"description":"並び替えをクリックした時に発火するコールバック関数","name":"onSort","declarations":[{"fileName":"lib/components/Table/Th.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"() => void"}},{"defaultValue":null,"description":"文言を変更するための関数","name":"decorators","declarations":[{"fileName":"lib/components/Table/Th.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"{ sortDirectionIconAlt: (text: string, { sort }: { sort: \"desc\" | \"none\" | \"asc\"; }) => ReactNode; }"}},{"defaultValue":null,"description":"`true` のとき、TableReel内で固定表示になる","name":"fixed","declarations":[{"fileName":"lib/components/Table/Th.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}}]},{"tags":{},"filePath":"lib/components/Table/TdCheckbox.d.ts","description":"","displayName":"TdCheckbox","methods":[],"props":[{"defaultValue":null,"description":"aria-labelledby では特定できない場合に補足するための不可視ラベル","name":"children","declarations":[{"fileName":"lib/components/Table/TdCheckbox.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"値を特定するための行 id","name":"aria-labelledby","declarations":[{"fileName":"lib/components/Table/TdCheckbox.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"string"}},{"defaultValue":null,"description":"`true` のとき、チェック状態を `mixed` にする","name":"mixed","declarations":[{"fileName":"smarthr-ui/lib/components/CheckBox/CheckBox.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"チェックボックスにエラーがあるかどうか","name":"error","declarations":[{"fileName":"smarthr-ui/lib/components/CheckBox/CheckBox.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}}]},{"tags":{},"filePath":"lib/components/Table/Td.d.ts","description":"","displayName":"Td","methods":[],"props":[{"defaultValue":null,"description":"","name":"fixed","required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"","name":"nullable","required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}}]},{"tags":{},"filePath":"lib/components/Table/TableReel.d.ts","description":"","displayName":"TableReel","methods":[],"props":[{"defaultValue":null,"description":"","name":"ref","declarations":[{"fileName":"smarthr-ui/node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"Ref","value":[{"value":"(instance: HTMLDivElement) => void","description":"","fullComment":"","tags":{}},{"value":"RefObject","description":"A readonly ref container where {@link current} cannot be mutated.\n\nCreated by {@link createRef}, or {@link useRef} when passed `null`.","fullComment":"A readonly ref container where {@link current} cannot be mutated.\n\nCreated by {@link createRef}, or {@link useRef} when passed `null`.\n@template T The type of the ref's value.\n@example ```tsx\nconst ref = createRef();\n\nref.current = document.createElement('div'); // Error\n```","tags":{"template":"T The type of the ref's value.","example":"```tsx\nconst ref = createRef();\n\nref.current = document.createElement('div'); // Error\n```"}}]}}]},{"tags":{},"filePath":"lib/components/Table/Table.d.ts","description":"","displayName":"Table","methods":[],"props":[{"defaultValue":null,"description":"`true` のとき、スクロール時にヘッダーを固定表示する","name":"fixedHead","declarations":[{"fileName":"lib/components/Table/Table.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}}]},{"tags":{},"filePath":"lib/components/Table/EmptyTableBody.d.ts","description":"","displayName":"EmptyTableBody","methods":[],"props":[{"defaultValue":null,"description":"境界とコンテンツの間の余白","name":"padding","declarations":[{"fileName":"lib/components/Table/EmptyTableBody.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"Padding","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""},{"value":"{ vertical?: Gap; horizontal?: Gap; }","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"","name":"ref","declarations":[{"fileName":"smarthr-ui/node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"Ref","value":[{"value":"(instance: HTMLTableSectionElement) => void","description":"","fullComment":"","tags":{}},{"value":"RefObject","description":"A readonly ref container where {@link current} cannot be mutated.\n\nCreated by {@link createRef}, or {@link useRef} when passed `null`.","fullComment":"A readonly ref container where {@link current} cannot be mutated.\n\nCreated by {@link createRef}, or {@link useRef} when passed `null`.\n@template T The type of the ref's value.\n@example ```tsx\nconst ref = createRef();\n\nref.current = document.createElement('div'); // Error\n```","tags":{"template":"T The type of the ref's value.","example":"```tsx\nconst ref = createRef();\n\nref.current = document.createElement('div'); // Error\n```"}}]}}]},{"tags":{},"filePath":"lib/components/Table/BulkActionRow.d.ts","description":"","displayName":"BulkActionRow","methods":[],"props":[{"defaultValue":null,"description":"","name":"ref","declarations":[{"fileName":"smarthr-ui/node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"Ref","value":[{"value":"(instance: HTMLTableRowElement) => void","description":"","fullComment":"","tags":{}},{"value":"RefObject","description":"A readonly ref container where {@link current} cannot be mutated.\n\nCreated by {@link createRef}, or {@link useRef} when passed `null`.","fullComment":"A readonly ref container where {@link current} cannot be mutated.\n\nCreated by {@link createRef}, or {@link useRef} when passed `null`.\n@template T The type of the ref's value.\n@example ```tsx\nconst ref = createRef();\n\nref.current = document.createElement('div'); // Error\n```","tags":{"template":"T The type of the ref's value.","example":"```tsx\nconst ref = createRef();\n\nref.current = document.createElement('div'); // Error\n```"}}]}}]},{"tags":{},"filePath":"lib/components/TabBar/TabItem.d.ts","description":"","displayName":"TabItem","methods":[],"props":[{"defaultValue":null,"description":"`true` のとき、タブが選択状態のスタイルになる","name":"selected","declarations":[{"fileName":"lib/components/TabBar/TabItem.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"`true` のとき、タブを無効状態にしてクリック不能にする","name":"disabled","declarations":[{"fileName":"lib/components/TabBar/TabItem.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"タブをクリックした時に発火するコールバック関数","name":"onClick","declarations":[{"fileName":"lib/components/TabBar/TabItem.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"(tabId: string) => void"}}]},{"tags":{},"filePath":"lib/components/TabBar/TabBar.d.ts","description":"","displayName":"TabBar","methods":[],"props":[{"defaultValue":null,"description":"`true` のとき、TabBar に下線を表示する","name":"bordered","declarations":[{"fileName":"lib/components/TabBar/TabBar.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}}]},{"tags":{},"filePath":"lib/components/Switch/Switch.d.ts","description":"","displayName":"Switch","methods":[],"props":[]},{"tags":{},"filePath":"lib/components/StatusLabel/StatusLabel.d.ts","description":"","displayName":"StatusLabel","methods":[],"props":[{"defaultValue":null,"description":"","name":"type","required":false,"type":{"name":"enum","raw":"\"error\" | \"grey\" | \"blue\" | \"green\" | \"red\" | \"warning\"","value":[{"value":"\"error\""},{"value":"\"grey\""},{"value":"\"blue\""},{"value":"\"green\""},{"value":"\"red\""},{"value":"\"warning\""}]}},{"defaultValue":null,"description":"","name":"bold","required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}}]},{"tags":{},"filePath":"lib/components/SpreadsheetTable/SpreadsheetTable.d.ts","description":"","displayName":"SpreadsheetTable","methods":[],"props":[{"defaultValue":null,"description":"","name":"data","declarations":[{"fileName":"lib/components/SpreadsheetTable/SpreadsheetTable.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"ReactNode[][]"}}]},{"tags":{},"filePath":"lib/components/SmartHRLogo/SmartHRLogo.d.ts","description":"","displayName":"SmartHRLogo","methods":[],"props":[{"defaultValue":null,"description":"コンポーネントのタイトル","name":"alt","declarations":[{"fileName":"lib/components/SmartHRLogo/SmartHRLogo.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"コンポーネントの幅","name":"width","declarations":[{"fileName":"lib/components/SmartHRLogo/SmartHRLogo.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"string | number","value":[{"value":"string"},{"value":"number"}]}},{"defaultValue":null,"description":"コンポーネントの高さ","name":"height","declarations":[{"fileName":"lib/components/SmartHRLogo/SmartHRLogo.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"string | number","value":[{"value":"string"},{"value":"number"}]}},{"defaultValue":null,"description":"","name":"fill","required":false,"type":{"name":"enum","raw":"\"white\" | \"brand\" | \"black\"","value":[{"value":"\"white\""},{"value":"\"brand\""},{"value":"\"black\""}]}}]},{"tags":{},"filePath":"lib/components/SideNav/SideNavItemButton.d.ts","description":"","displayName":"SideNavItemButton","methods":[],"props":[{"defaultValue":null,"description":"アイテムのタイトル","name":"title","declarations":[{"fileName":"lib/components/SideNav/SideNavItemButton.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"タイトルのプレフィックスの内容。通常、StatusLabel の配置に用います。","name":"prefix","declarations":[{"fileName":"lib/components/SideNav/SideNavItemButton.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"選択されているアイテムかどうか","name":"isSelected","declarations":[{"fileName":"lib/components/SideNav/SideNavItemButton.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"アイテムの大きさ","name":"size","declarations":[{"fileName":"lib/components/SideNav/SideNavItemButton.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"SideNavSizeType","value":[{"value":"\"s\""},{"value":"\"default\""}]}},{"defaultValue":null,"description":"アイテムを押下したときに発火するコールバック関数","name":"onClick","declarations":[{"fileName":"lib/components/SideNav/SideNavItemButton.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"OnClick"}}]},{"tags":{},"filePath":"lib/components/SideNav/SideNav.d.ts","description":"","displayName":"SideNav","methods":[],"props":[{"defaultValue":null,"description":"各アイテムのデータの配列","name":"items","declarations":[{"fileName":"lib/components/SideNav/SideNav.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"SideNavItemButtonProps[]"}},{"defaultValue":null,"description":"各アイテムの大きさ","name":"size","declarations":[{"fileName":"lib/components/SideNav/SideNav.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"SideNavSizeType","value":[{"value":"\"s\""},{"value":"\"default\""}]}},{"defaultValue":null,"description":"アイテムを押下したときに発火するコールバック関数","name":"onClick","declarations":[{"fileName":"lib/components/SideNav/SideNav.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"OnClick"}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"lib/components/SideNav/SideNav.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"lib/components/Select/Select.d.ts","description":"","displayName":"Select","methods":[],"props":[{"defaultValue":null,"description":"選択肢のデータの配列","name":"options","declarations":[{"fileName":"lib/components/Select/Select.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"(Option | Optgroup)[]"}},{"defaultValue":null,"description":"フォームの値が変わったときに発火するコールバック関数","name":"onChangeValue","declarations":[{"fileName":"lib/components/Select/Select.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"(value: T) => void"}},{"defaultValue":null,"description":"フォームの値にエラーがあるかどうか","name":"error","declarations":[{"fileName":"lib/components/Select/Select.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントの幅","name":"width","declarations":[{"fileName":"lib/components/Select/Select.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"string | number","value":[{"value":"string"},{"value":"number"}]}},{"defaultValue":null,"description":"コンポーネントの大きさ","name":"size","declarations":[{"fileName":"lib/components/Select/Select.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"\"s\" | \"default\"","value":[{"value":"\"s\""},{"value":"\"default\""}]}},{"defaultValue":null,"description":"空の選択肢を表示するかどうか","name":"hasBlank","declarations":[{"fileName":"lib/components/Select/Select.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネント内の文言を変更するための関数を設定","name":"decorators","declarations":[{"fileName":"lib/components/Select/Select.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"DecoratorsType<\"blankLabel\">"}}]},{"tags":{},"filePath":"lib/components/SegmentedControl/SegmentedControl.d.ts","description":"","displayName":"SegmentedControl","methods":[],"props":[{"defaultValue":null,"description":"選択肢の配列","name":"options","declarations":[{"fileName":"lib/components/SegmentedControl/SegmentedControl.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"Option[]"}},{"defaultValue":null,"description":"選択中の値","name":"value","declarations":[{"fileName":"lib/components/SegmentedControl/SegmentedControl.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"選択肢を押下したときに発火するコールバック関数","name":"onClickOption","declarations":[{"fileName":"lib/components/SegmentedControl/SegmentedControl.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"(value: string) => void"}},{"defaultValue":null,"description":"各ボタンの大きさ","name":"size","declarations":[{"fileName":"lib/components/SegmentedControl/SegmentedControl.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"\"s\" | \"default\"","value":[{"value":"\"s\""},{"value":"\"default\""}]}},{"defaultValue":null,"description":"各ボタンを正方形にするかどうか。アイコンボタンを使用する場合に指定します。","name":"isSquare","declarations":[{"fileName":"lib/components/SegmentedControl/SegmentedControl.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"lib/components/SegmentedControl/SegmentedControl.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"lib/components/SectioningContent/SectioningContent.d.ts","description":"","displayName":"Section","methods":[],"props":[{"defaultValue":null,"description":"","name":"baseLevel","declarations":[{"fileName":"lib/components/SectioningContent/SectioningContent.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}}]},{"tags":{},"filePath":"lib/components/SectioningContent/SectioningContent.d.ts","description":"","displayName":"Article","methods":[],"props":[{"defaultValue":null,"description":"","name":"baseLevel","declarations":[{"fileName":"lib/components/SectioningContent/SectioningContent.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}}]},{"tags":{},"filePath":"lib/components/SectioningContent/SectioningContent.d.ts","description":"","displayName":"Aside","methods":[],"props":[{"defaultValue":null,"description":"","name":"baseLevel","declarations":[{"fileName":"lib/components/SectioningContent/SectioningContent.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}}]},{"tags":{},"filePath":"lib/components/SectioningContent/SectioningContent.d.ts","description":"","displayName":"Nav","methods":[],"props":[{"defaultValue":null,"description":"","name":"baseLevel","declarations":[{"fileName":"lib/components/SectioningContent/SectioningContent.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}}]},{"tags":{},"filePath":"lib/components/SectioningContent/SectioningContent.d.ts","description":"","displayName":"SectioningFragment","methods":[],"props":[{"defaultValue":null,"description":"","name":"baseLevel","declarations":[{"fileName":"lib/components/SectioningContent/SectioningContent.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}}]},{"tags":{},"filePath":"lib/components/ResponseMessage/ResponseMessage.d.ts","description":"","displayName":"ResponseMessage","methods":[],"props":[{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}}]},{"tags":{},"filePath":"lib/components/RadioButtonPanel/RadioButtonPanel.d.ts","description":"","displayName":"RadioButtonPanel","methods":[],"props":[]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/RadioButton/RadioButton.d.ts","description":"","displayName":"RadioButton","methods":[],"props":[]},{"tags":{},"filePath":"lib/components/Pagination/PaginationItemButton.d.ts","description":"","displayName":"PaginationItemButton","methods":[],"props":[{"defaultValue":null,"description":"","name":"page","declarations":[{"fileName":"lib/components/Pagination/PaginationItemButton.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"number"}},{"defaultValue":null,"description":"","name":"currentPage","declarations":[{"fileName":"lib/components/Pagination/PaginationItemButton.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"number"}},{"defaultValue":null,"description":"","name":"onClick","declarations":[{"fileName":"lib/components/Pagination/PaginationItemButton.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"(pageNumber: number) => void"}}]},{"tags":{},"filePath":"lib/components/Pagination/PaginationControllerItemButton.d.ts","description":"","displayName":"PaginationControllerItemButton","methods":[],"props":[{"defaultValue":null,"description":"","name":"targetPage","declarations":[{"fileName":"lib/components/Pagination/PaginationControllerItemButton.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"number"}},{"defaultValue":null,"description":"","name":"onClick","declarations":[{"fileName":"lib/components/Pagination/PaginationControllerItemButton.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"(pageNumber: number) => void"}},{"defaultValue":null,"description":"","name":"direction","declarations":[{"fileName":"lib/components/Pagination/PaginationControllerItemButton.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"\"next\" | \"prev\"","value":[{"value":"\"next\""},{"value":"\"prev\""}]}},{"defaultValue":null,"description":"","name":"disabled","declarations":[{"fileName":"lib/components/Pagination/PaginationControllerItemButton.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"","name":"double","declarations":[{"fileName":"lib/components/Pagination/PaginationControllerItemButton.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}}]},{"tags":{},"filePath":"lib/components/Pagination/Pagination.d.ts","description":"","displayName":"Pagination","methods":[],"props":[{"defaultValue":null,"description":"全ページ数","name":"total","declarations":[{"fileName":"lib/components/Pagination/Pagination.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"number"}},{"defaultValue":null,"description":"現在のページ","name":"current","declarations":[{"fileName":"lib/components/Pagination/Pagination.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"number"}},{"defaultValue":null,"description":"ボタンを押下したときに発火するコールバック関数","name":"onClick","declarations":[{"fileName":"lib/components/Pagination/Pagination.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"(pageNumber: number) => void"}},{"defaultValue":null,"description":"現在のページの前後に表示するページ番号のボタンの数","name":"padding","declarations":[{"fileName":"lib/components/Pagination/Pagination.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"lib/components/Pagination/Pagination.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"`true` のとき、ページ番号のボタンを表示しない","name":"withoutNumbers","declarations":[{"fileName":"lib/components/Pagination/Pagination.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}}]},{"tags":{},"filePath":"lib/components/PageCounter/PageCounter.d.ts","description":"","displayName":"PageCounter","methods":[],"props":[{"defaultValue":null,"description":"","name":"start","declarations":[{"fileName":"lib/components/PageCounter/PageCounter.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"number"}},{"defaultValue":null,"description":"","name":"end","declarations":[{"fileName":"lib/components/PageCounter/PageCounter.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"number"}},{"defaultValue":null,"description":"","name":"total","declarations":[{"fileName":"lib/components/PageCounter/PageCounter.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"","name":"decorators","declarations":[{"fileName":"lib/components/PageCounter/PageCounter.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"DecoratorsType<\"rangeSeparator\" | \"rangeSeparatorVisuallyHiddenText\">"}}]},{"tags":{},"filePath":"lib/components/NotificationBar/NotificationBar.d.ts","description":"","displayName":"notificationBar","methods":[],"props":[{"defaultValue":null,"description":"","name":"base","required":false,"type":{"name":"enum","raw":"\"base\" | \"none\"","value":[{"value":"\"base\""},{"value":"\"none\""}]}},{"defaultValue":null,"description":"","name":"animate","required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"","name":"type","required":false,"type":{"name":"enum","raw":"\"error\" | \"warning\" | \"info\" | \"success\" | \"sync\"","value":[{"value":"\"error\""},{"value":"\"warning\""},{"value":"\"info\""},{"value":"\"success\""},{"value":"\"sync\""}]}},{"defaultValue":null,"description":"","name":"bold","required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"","name":"class","declarations":[{"fileName":"smarthr-ui/node_modules/.pnpm/tailwind-variants@0.2.1_tailwindcss@3.4.4_ts-node@10.9.2_@swc+core@1.5.25_@swc+helpers@0.5.5__wixkefo76u54chbjz34lo5wxle/node_modules/tailwind-variants/dist/index.d.ts","name":"TypeLiteral"},{"fileName":"smarthr-ui/node_modules/.pnpm/tailwind-variants@0.2.1_tailwindcss@3.4.4_ts-node@10.9.2_@swc+core@1.5.25_@swc+helpers@0.5.5__wixkefo76u54chbjz34lo5wxle/node_modules/tailwind-variants/dist/index.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ClassNameValue","value":[{"value":"string"},{"value":"false"},{"value":"0"},{"value":"0n"},{"value":"ClassNameArray","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"","name":"className","declarations":[{"fileName":"smarthr-ui/node_modules/.pnpm/tailwind-variants@0.2.1_tailwindcss@3.4.4_ts-node@10.9.2_@swc+core@1.5.25_@swc+helpers@0.5.5__wixkefo76u54chbjz34lo5wxle/node_modules/tailwind-variants/dist/index.d.ts","name":"TypeLiteral"},{"fileName":"smarthr-ui/node_modules/.pnpm/tailwind-variants@0.2.1_tailwindcss@3.4.4_ts-node@10.9.2_@swc+core@1.5.25_@swc+helpers@0.5.5__wixkefo76u54chbjz34lo5wxle/node_modules/tailwind-variants/dist/index.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ClassNameValue","value":[{"value":"string"},{"value":"false"},{"value":"0"},{"value":"0n"},{"value":"ClassNameArray","description":"","fullComment":"","tags":{}}]}}]},{"tags":{},"filePath":"lib/components/NotificationBar/NotificationBar.d.ts","description":"","displayName":"NotificationBar","methods":[],"props":[{"defaultValue":null,"description":"","name":"base","required":false,"type":{"name":"enum","raw":"\"base\" | \"none\"","value":[{"value":"\"base\""},{"value":"\"none\""}]}},{"defaultValue":null,"description":"","name":"animate","required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"","name":"bold","required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"","name":"type","required":true,"type":{"name":"enum","raw":"\"error\" | \"warning\" | \"info\" | \"success\" | \"sync\"","value":[{"value":"\"error\""},{"value":"\"warning\""},{"value":"\"info\""},{"value":"\"success\""},{"value":"\"sync\""}]}},{"defaultValue":null,"description":"メッセージ","name":"message","declarations":[{"fileName":"lib/components/NotificationBar/NotificationBar.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"閉じるボタン押下時に発火させる関数","name":"onClose","declarations":[{"fileName":"lib/components/NotificationBar/NotificationBar.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"() => void"}},{"defaultValue":null,"description":"role 属性","name":"role","declarations":[{"fileName":"lib/components/NotificationBar/NotificationBar.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"\"alert\" | \"status\"","value":[{"value":"\"alert\""},{"value":"\"status\""}]}},{"defaultValue":null,"description":"","name":"layer","required":false,"type":{"name":"enum","raw":"0 | 1 | 2 | 3 | 4","value":[{"value":"0"},{"value":"1"},{"value":"2"},{"value":"3"},{"value":"4"}]}}]},{"tags":{},"filePath":"lib/components/Loader/Loader.d.ts","description":"","displayName":"Loader","methods":[],"props":[{"defaultValue":null,"description":"ローダーの大きさ","name":"size","declarations":[{"fileName":"lib/components/Loader/Loader.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"\"s\" | \"m\"","value":[{"value":"\"s\""},{"value":"\"m\""}]}},{"defaultValue":null,"description":"代替テキスト","name":"alt","declarations":[{"fileName":"lib/components/Loader/Loader.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"表示するメッセージ","name":"text","declarations":[{"fileName":"lib/components/Loader/Loader.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"コンポーネントの色調","name":"type","declarations":[{"fileName":"lib/components/Loader/Loader.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"\"primary\" | \"light\"","value":[{"value":"\"primary\""},{"value":"\"light\""}]}}]},{"tags":{},"filePath":"lib/components/LineClamp/LineClamp.d.ts","description":"","displayName":"LineClamp","methods":[],"props":[{"defaultValue":null,"description":"","name":"maxLines","required":false,"type":{"name":"enum","raw":"1 | 2 | 3 | 4 | 5 | 6","value":[{"value":"1"},{"value":"2"},{"value":"3"},{"value":"4"},{"value":"5"},{"value":"6"}]}},{"defaultValue":null,"description":"","name":"ref","declarations":[{"fileName":"smarthr-ui/node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"Ref","value":[{"value":"(instance: HTMLSpanElement) => void","description":"","fullComment":"","tags":{}},{"value":"RefObject","description":"A readonly ref container where {@link current} cannot be mutated.\n\nCreated by {@link createRef}, or {@link useRef} when passed `null`.","fullComment":"A readonly ref container where {@link current} cannot be mutated.\n\nCreated by {@link createRef}, or {@link useRef} when passed `null`.\n@template T The type of the ref's value.\n@example ```tsx\nconst ref = createRef();\n\nref.current = document.createElement('div'); // Error\n```","tags":{"template":"T The type of the ref's value.","example":"```tsx\nconst ref = createRef();\n\nref.current = document.createElement('div'); // Error\n```"}}]}}]},{"tags":{},"filePath":"lib/components/InputFile/InputFile.d.ts","description":"","displayName":"InputFile","methods":[],"props":[{"defaultValue":null,"description":"フォームのラベル","name":"label","declarations":[{"fileName":"lib/components/InputFile/InputFile.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"ファイルの選択に変更があったときに発火するコールバック関数","name":"onChange","declarations":[{"fileName":"lib/components/InputFile/InputFile.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"(files: File[]) => void"}},{"defaultValue":null,"description":"","name":"disabled","required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"","name":"error","required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネント内のテキストを変更する関数","name":"decorators","declarations":[{"fileName":"lib/components/InputFile/InputFile.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"DecoratorsType<\"destroy\">"}},{"defaultValue":null,"description":"","name":"size","required":false,"type":{"name":"enum","raw":"\"s\" | \"default\"","value":[{"value":"\"s\""},{"value":"\"default\""}]}},{"defaultValue":null,"description":"ファイルリストを表示するかどうか","name":"hasFileList","declarations":[{"fileName":"lib/components/InputFile/InputFile.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}}]},{"tags":{},"filePath":"lib/components/Input/Input.d.ts","description":"","displayName":"Input","methods":[],"props":[{"defaultValue":null,"description":"オートフォーカスを行うかどうか","name":"autoFocus","declarations":[{"fileName":"lib/components/Input/Input.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネント内の先頭に表示する内容","name":"prefix","declarations":[{"fileName":"lib/components/Input/Input.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"@deprecated placeholder属性は非推奨です。別途ヒント用要素を設置するか、それらの領域を確保出来ない場合はTooltipコンポーネントの利用を検討してください。","name":"placeholder","declarations":[{"fileName":"lib/components/Input/Input.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"フォームにエラーがあるかどうか","name":"error","declarations":[{"fileName":"lib/components/Input/Input.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントの幅","name":"width","declarations":[{"fileName":"lib/components/Input/Input.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"string | number","value":[{"value":"string"},{"value":"number"}]}},{"defaultValue":null,"description":"コンポーネント内の末尾に表示する内容","name":"suffix","declarations":[{"fileName":"lib/components/Input/Input.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"input 要素の `type` 値","name":"type","declarations":[{"fileName":"lib/components/Input/Input.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"背景色。readOnly を下地の上に載せる場合に使う","name":"bgColor","declarations":[{"fileName":"lib/components/Input/Input.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"\"COLUMN\" | \"BASE_GREY\" | \"OVER_BACKGROUND\" | \"HEAD\" | \"BORDER\" | \"ACTION_BACKGROUND\" | \"BACKGRUOND\"","value":[{"value":"\"COLUMN\""},{"value":"\"BASE_GREY\""},{"value":"\"OVER_BACKGROUND\""},{"value":"\"HEAD\""},{"value":"\"BORDER\""},{"value":"\"ACTION_BACKGROUND\""},{"value":"\"BACKGRUOND\""}]}}]},{"tags":{},"filePath":"lib/components/InformationPanel/InformationPanel.d.ts","description":"","displayName":"InformationPanel","methods":[],"props":[{"defaultValue":null,"description":"パネルのタイトル","name":"title","declarations":[{"fileName":"lib/components/InformationPanel/InformationPanel.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"@deprecated titleTagは非推奨です","name":"titleTag","declarations":[{"fileName":"lib/components/InformationPanel/InformationPanel.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"HeadingTagTypes","value":[{"value":"\"h1\""},{"value":"\"h2\""},{"value":"\"h3\""},{"value":"\"h4\""},{"value":"\"h5\""},{"value":"\"h6\""}]}},{"defaultValue":null,"description":"表示する情報のタイプ","name":"type","declarations":[{"fileName":"lib/components/InformationPanel/InformationPanel.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"\"error\" | \"warning\" | \"info\" | \"success\" | \"sync\"","value":[{"value":"\"error\""},{"value":"\"warning\""},{"value":"\"info\""},{"value":"\"success\""},{"value":"\"sync\""}]}},{"defaultValue":null,"description":"`true` のとき、開閉ボタンを表示する","name":"togglable","declarations":[{"fileName":"lib/components/InformationPanel/InformationPanel.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"パネルの開閉の状態","name":"active","declarations":[{"fileName":"lib/components/InformationPanel/InformationPanel.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"開閉ボタン押下時に発火するコールバック関数","name":"onClickTrigger","declarations":[{"fileName":"lib/components/InformationPanel/InformationPanel.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"(active: boolean) => void"}},{"defaultValue":null,"description":"コンポーネント内の文言を変更するための関数を設定","name":"decorators","declarations":[{"fileName":"lib/components/InformationPanel/InformationPanel.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"DecoratorsType<\"openButtonLabel\" | \"closeButtonLabel\">"}},{"defaultValue":null,"description":"","name":"ref","declarations":[{"fileName":"smarthr-ui/node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"Ref","value":[{"value":"(instance: HTMLDivElement) => void","description":"","fullComment":"","tags":{}},{"value":"RefObject","description":"A readonly ref container where {@link current} cannot be mutated.\n\nCreated by {@link createRef}, or {@link useRef} when passed `null`.","fullComment":"A readonly ref container where {@link current} cannot be mutated.\n\nCreated by {@link createRef}, or {@link useRef} when passed `null`.\n@template T The type of the ref's value.\n@example ```tsx\nconst ref = createRef();\n\nref.current = document.createElement('div'); // Error\n```","tags":{"template":"T The type of the ref's value.","example":"```tsx\nconst ref = createRef();\n\nref.current = document.createElement('div'); // Error\n```"}}]}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/generateIcon.d.ts","description":"","displayName":"generateIcon","methods":[],"props":[]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/generateIcon.d.ts","description":"","displayName":"createIcon","methods":[],"props":[]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/WarningIcon.d.ts","description":"","displayName":"WarningIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/SparklesIcon.d.ts","description":"","displayName":"SparklesIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaAddressBookIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaAddressCardIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaAngleDownIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaAngleLeftIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaAngleRightIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaAngleUpIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaAnglesLeftIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaAnglesRightIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaArrowDownIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaArrowDownWideShortIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaArrowLeftIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaArrowRightIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaArrowRotateLeftIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaArrowRotateRightIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaArrowUp19Icon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaArrowUpIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaArrowUpWideShortIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaArrowsRotateIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaAsteriskIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaBabyCarriageIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaBanIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaBarsIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaBarsStaggeredIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaBellIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaBellSlashIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaBoltIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaBookIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaBookOpenIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaBoxArchiveIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaBuildingIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaBullhornIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaCakeCandlesIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaCalculatorIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaCalendarCheckIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaCalendarDaysIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaCalendarXmarkIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaCaretDownIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaCaretLeftIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaCaretRightIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaCaretUpIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaChartAreaIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaChartBarIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaChartColumnIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaChartLineIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaChartPieIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaCheckIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaChevronDownIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaChevronLeftIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaChevronRightIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaCircleCheckIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaCircleDotIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaCircleExclamationIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaCircleIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaCircleInfoIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaCircleMinusIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaCirclePlusIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaCircleQuestionIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaCircleUserIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaCircleXmarkIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaClipboardCheckIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaClipboardIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaClipboardListIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaClockIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaClockRotateLeftIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaCloudArrowDownIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaCloudArrowUpIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaCodeIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaCommentDotsIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaCommentIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaCommentsIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaCompressIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaCopyIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaCubeIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaCubesIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaDatabaseIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaDoorOpenIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaDownLeftAndUpRightToCenterIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaEllipsisIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaEllipsisVerticalIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaEnvelopeIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaExpandIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaEyeIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaEyeSlashIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaFileArrowDownIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaFileExportIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaFileIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaFileLinesIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaFilterIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaFloppyDiskIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaFolderIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaFolderOpenIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaFolderPlusIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaFontIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaGaugeIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaGearIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaGearsIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaGlobeIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaGraduationCapIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaGripIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaGripLinesIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaGripLinesVerticalIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaGripVerticalIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaHourglassHalfIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaHouseIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaIdBadgeIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaIdCardIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaImageIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaInboxIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaIntercomIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaKeyIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaLeftLongIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaLeftRightIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaLightbulbIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaLinkIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaListIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaListOlIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaListUlIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaLockIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaLockOpenIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaMagnifyingGlassIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaMagnifyingGlassMinusIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaMagnifyingGlassPlusIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaMessageIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaMinusIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaMoneyCheckDollarIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaPaintbrushIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaPaperPlaneIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaPaperclipIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaPenIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaPenToSquareIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaPencilIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaPiggyBankIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaPlusIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaPowerOffIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaPrintIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaRegLightbulbIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaReplyIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaRightFromBracketIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaRightLeftIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaRightLongIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaRightToBracketIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaRobotIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaRocketIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaRotateIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaRotateLeftIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaShareNodesIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaShieldHalvedIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaSlidersIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaSortDownIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaSortIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaSortUpIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaSquareCheckIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaSquareMinusIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaSquarePlusIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaSquarePollVerticalIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaStarIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaSuitcaseMedicalIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaTableIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaTableListIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaTagIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaTagsIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaToolboxIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaTrashCanIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaTrashIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaTriangleExclamationIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaTruckIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaTruckRampBoxIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaUpDownIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaUpRightAndDownLeftFromCenterIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaUpRightFromSquareIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaUserCheckIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaUserClockIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaUserIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaUserLargeIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaUserPenIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaUserPlusIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaUsersIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaWindowMaximizeIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaWindowMinimizeIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaWindowRestoreIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaXmarkIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"FaYenSignIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"WarningIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/Icon.d.ts","description":"","displayName":"SparklesIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaAngleDoubleLeftIconは旧名称のため非推奨です。FaAnglesLeftIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaAngleDoubleLeftIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaAngleDoubleRightIconは旧名称のため非推奨です。FaAnglesRightIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaAngleDoubleRightIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaArchiveIconは旧名称のため非推奨です。FaBoxArchiveIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaArchiveIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaArrowsAltHIconは旧名称のため非推奨です。FaLeftRightIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaArrowsAltHIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaArrowsAltVIconは旧名称のため非推奨です。FaUpDownIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaArrowsAltVIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaBirthdayCakeIconは旧名称のため非推奨です。FaCakeCandlesIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaBirthdayCakeIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaCalendarAltIconは旧名称のため非推奨です。FaCalendarDaysIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaCalendarAltIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaCalendarTimesIconは旧名称のため非推奨です。FaCalendarXmarkIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaCalendarTimesIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaCheckCircleIconは旧名称のため非推奨です。FaCircleCheckIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaCheckCircleIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaCloudDownloadAltIconは旧名称のため非推奨です。FaCloudArrowDownIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaCloudDownloadAltIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaCloudUploadAltIconは旧名称のため非推奨です。FaCloudArrowUpIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaCloudUploadAltIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaCogIconは旧名称のため非推奨です。FaGearIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaCogIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaCompressAltIconは旧名称のため非推奨です。FaDownLeftAndUpRightToCenterIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaCompressAltIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaEditIconは旧名称のため非推奨です。FaPenToSquareIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaEditIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaEllipsisHIconは旧名称のため非推奨です。FaEllipsisIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaEllipsisHIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaEllipsisVIconは旧名称のため非推奨です。FaEllipsisVerticalIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaEllipsisVIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaExchangeAltIconは旧名称のため非推奨です。FaRightLeftIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaExchangeAltIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaExclamationCircleIconは旧名称のため非推奨です。FaCircleExclamationIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaExclamationCircleIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaExclamationTriangleIconは旧名称のため非推奨です。FaTriangleExclamationIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaExclamationTriangleIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaExpandAltIconは旧名称のため非推奨です。FaUpRightAndDownLeftFromCenterIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaExpandAltIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaExternalLinkAltIconは旧名称のため非推奨です。FaUpRightFromSquareIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaExternalLinkAltIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaFileAltIconは旧名称のため非推奨です。FaFileLinesIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaFileAltIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaFileDownloadIconは旧名称のため非推奨です。FaFileArrowDownIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaFileDownloadIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaGripHorizontalIconは旧名称のため非推奨です。FaGripIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaGripHorizontalIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaHistoryIconは旧名称のため非推奨です。FaClockRotateLeftIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaHistoryIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaHomeIconは旧名称のため非推奨です。FaHouseIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaHomeIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaInfoCircleIconは旧名称のため非推奨です。FaCircleInfoIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaInfoCircleIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaLongArrowAltLeftIconは旧名称のため非推奨です。FaLeftLongIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaLongArrowAltLeftIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaLongArrowAltRightIconは旧名称のため非推奨です。FaRightLongIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaLongArrowAltRightIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaMedkitIconは旧名称のため非推奨です。FaSuitcaseMedicalIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaMedkitIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaMinusCircleIconは旧名称のため非推奨です。FaCircleMinusIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaMinusCircleIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaPencilAltIconは旧名称のため非推奨です。FaPencilIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaPencilAltIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaPlusCircleIconは旧名称のため非推奨です。FaCirclePlusIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaPlusCircleIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaPlusSquareIconは旧名称のため非推奨です。FaSquarePlusIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaPlusSquareIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaPollIconは旧名称のため非推奨です。FaSquarePollVerticalIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaPollIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaQuestionCircleIconは旧名称のため非推奨です。FaCircleQuestionIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaQuestionCircleIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaRedoIconは旧名称のため非推奨です。FaArrowRotateRightIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaRedoIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaRegDotCircleIconは旧名称のため非推奨です。FaCircleDotIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaRegDotCircleIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaSaveIconは旧名称のため非推奨です。FaFloppyDiskIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaSaveIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaSearchIconは旧名称のため非推奨です。FaMagnifyingGlassIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaSearchIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaSearchMinusIconは旧名称のため非推奨です。FaMagnifyingGlassMinusIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaSearchMinusIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaSearchPlusIconは旧名称のため非推奨です。FaMagnifyingGlassPlusIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaSearchPlusIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaShareAltIconは旧名称のため非推奨です。FaShareNodesIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaShareAltIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaSignInAltIconは旧名称のため非推奨です。FaRightToBracketIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaSignInAltIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaSignOutAltIconは旧名称のため非推奨です。FaRightFromBracketIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaSignOutAltIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaSortNumericUpIconは旧名称のため非推奨です。FaArrowUp19Iconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaSortNumericUpIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaPaintBrushIconは旧名称のため非推奨です。FaPaintbrushIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaPaintBrushIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaStreamIconは旧名称のため非推奨です。FaBarsStaggeredIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaStreamIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaSyncIconは旧名称のため非推奨です。FaArrowsRotateIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaSyncIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaSyncAltIconは旧名称のため非推奨です。FaRotateIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaSyncAltIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaTachometerAltIconは旧名称のため非推奨です。FaGaugeIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaTachometerAltIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaThListIconは旧名称のため非推奨です。FaTableListIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaThListIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaTimesIconは旧名称のため非推奨です。FaXmarkIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaTimesIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaTimesCircleIconは旧名称のため非推奨です。FaCircleXmarkIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaTimesCircleIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaTrashAltIconは旧名称のため非推奨です。FaTrashCanIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaTrashAltIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaTruckLoadingIconは旧名称のため非推奨です。FaTruckRampBoxIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaTruckLoadingIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaUndoIconは旧名称のため非推奨です。FaArrowRotateLeftIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaUndoIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaUndoAltIconは旧名称のため非推奨です。FaRotateLeftIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaUndoAltIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaUserAltIconは旧名称のため非推奨です。FaUserLargeIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaUserAltIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"FaUserCircleIconは旧名称のため非推奨です。FaCircleUserIconを利用してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Icon/DeprecatedIcon.d.ts","description":"","displayName":"FaUserCircleIcon","methods":[],"props":[{"defaultValue":null,"description":"アイコンの色","name":"color","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string | 'TEXT_BLACK' | 'TEXT_GREY' | 'TEXT_DISABLED' | 'TEXT_LINK' | 'MAIN' | 'DANGER' | 'WARNING' | 'BRAND'"}},{"defaultValue":null,"description":"アイコンの大きさ(フォントサイズの抽象値)\n@deprecated 親要素やデフォルトフォントサイズが継承されるため固定値の指定は非推奨","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"FontSizes","value":[{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""}]}},{"defaultValue":null,"description":"アイコンの説明テキスト","name":"alt","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキスト","name":"text","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アイコンと並べるテキストとの溝","name":"iconGap","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"`true` のとき、アイコンを右側に表示する","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Icon/generateIcon.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Heading/Heading.d.ts","description":"","displayName":"Heading","methods":[],"props":[{"defaultValue":null,"description":"テキストのスタイル","name":"type","declarations":[{"fileName":"smarthr-ui/lib/components/Heading/Heading.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"HeadingTypes","value":[{"value":"\"screenTitle\""},{"value":"\"sectionTitle\""},{"value":"\"blockTitle\""},{"value":"\"subBlockTitle\""},{"value":"\"subSubBlockTitle\""}]}},{"defaultValue":null,"description":"@deprecated SectioningContent(Article, Aside, Nav, Section)を使ってHeadingと関連する範囲を明確に指定してください","name":"tag","declarations":[{"fileName":"smarthr-ui/lib/components/Heading/Heading.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"HeadingTagTypes","value":[{"value":"\"h1\""},{"value":"\"h2\""},{"value":"\"h3\""},{"value":"\"h4\""},{"value":"\"h5\""},{"value":"\"h6\""}]}},{"defaultValue":null,"description":"視覚的に非表示にするフラグ","name":"visuallyHidden","declarations":[{"fileName":"smarthr-ui/lib/components/Heading/Heading.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Heading/Heading.d.ts","description":"","displayName":"PageHeading","methods":[],"props":[{"defaultValue":null,"description":"テキストのスタイル","name":"type","declarations":[{"fileName":"smarthr-ui/lib/components/Heading/Heading.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"HeadingTypes","value":[{"value":"\"screenTitle\""},{"value":"\"sectionTitle\""},{"value":"\"blockTitle\""},{"value":"\"subBlockTitle\""},{"value":"\"subSubBlockTitle\""}]}}]},{"tags":{},"filePath":"lib/components/Header/HeaderLink.d.ts","description":"","displayName":"HeaderLink","methods":[],"props":[{"defaultValue":null,"description":"リンクをクリックした時に発火するコールバック関数","name":"onClick","declarations":[{"fileName":"lib/components/TextLink/TextLink.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"(e: MouseEvent) => void"}},{"defaultValue":null,"description":"テキストの前に表示するアイコン","name":"prefix","declarations":[{"fileName":"lib/components/TextLink/TextLink.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"テキストの後ろに表示するアイコン","name":"suffix","declarations":[{"fileName":"lib/components/TextLink/TextLink.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}}]},{"tags":{},"filePath":"lib/components/Header/HeaderDropdownMenuButton.d.ts","description":"","displayName":"HeaderDropdownMenuButton","methods":[],"props":[{"defaultValue":null,"description":"引き金となるボタンラベル","name":"label","declarations":[{"fileName":"smarthr-ui/lib/components/Dropdown/DropdownMenuButton/DropdownMenuButton.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"操作群","name":"children","declarations":[{"fileName":"smarthr-ui/lib/components/Dropdown/DropdownMenuButton/DropdownMenuButton.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"Actions","value":[{"value":"false"},{"value":"true"},{"value":"\"\""},{"value":"0"},{"value":"ReactElement, string | JSXElementConstructor>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"ReactElement, string | JSXElementConstructor>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"ReactElement, \"variant\"> & { ...; }, string | JSXElementConstructor<...>>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"ActionItem[]","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"引き金となるボタンの大きさ","name":"triggerSize","declarations":[{"fileName":"smarthr-ui/lib/components/Dropdown/DropdownMenuButton/DropdownMenuButton.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"\"s\" | \"default\"","value":[{"value":"\"s\""},{"value":"\"default\""}]}},{"defaultValue":null,"description":"引き金となるボタンをアイコンのみとするかどうか","name":"onlyIconTrigger","declarations":[{"fileName":"smarthr-ui/lib/components/Dropdown/DropdownMenuButton/DropdownMenuButton.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"引き金となるアイコンを差し替えたい場合(onlyIconTrigger=true の場合のみ有効)","name":"triggerIcon","declarations":[{"fileName":"smarthr-ui/lib/components/Dropdown/DropdownMenuButton/DropdownMenuButton.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ComponentType & BaseComponentProps>","value":[{"value":"ComponentClass & BaseComponentProps, any>","description":"Represents a component class in React.","fullComment":"Represents a component class in React.\n@template P The props the component accepts.\n@template S The internal state of the component.","tags":{"template":"P The props the component accepts.\nS The internal state of the component."}},{"value":"FunctionComponent & BaseComponentProps>","description":"Represents the type of a function component. Can optionally\nreceive a type argument that represents the props the component\naccepts.","fullComment":"Represents the type of a function component. Can optionally\nreceive a type argument that represents the props the component\naccepts.\n@template P The props the component accepts.\n@see {@link https://react-typescript-cheatsheet.netlify.app/docs/basic/getting-started/function_components React TypeScript Cheatsheet}\n@example ```tsx\n// With props:\ntype Props = { name: string }\n\nconst MyComponent: FunctionComponent = (props) => {\n return
{props.name}
\n}\n```\n@example ```tsx\n// Without props:\nconst MyComponentWithoutProps: FunctionComponent = () => {\n return
MyComponentWithoutProps
\n}\n```","tags":{"template":"P The props the component accepts.","see":"{@link https://react-typescript-cheatsheet.netlify.app/docs/basic/getting-started/function_components React TypeScript Cheatsheet}","example":"```tsx\n// With props:\ntype Props = { name: string }\n\nconst MyComponent: FunctionComponent = (props) => {\n return
{props.name}
\n}\n```\n```tsx\n// Without props:\nconst MyComponentWithoutProps: FunctionComponent = () => {\n return
MyComponentWithoutProps
\n}\n```"}}]}},{"defaultValue":null,"description":"","name":"ref","declarations":[{"fileName":"smarthr-ui/node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"Ref","value":[{"value":"(instance: HTMLButtonElement) => void","description":"","fullComment":"","tags":{}},{"value":"RefObject","description":"A readonly ref container where {@link current} cannot be mutated.\n\nCreated by {@link createRef}, or {@link useRef} when passed `null`.","fullComment":"A readonly ref container where {@link current} cannot be mutated.\n\nCreated by {@link createRef}, or {@link useRef} when passed `null`.\n@template T The type of the ref's value.\n@example ```tsx\nconst ref = createRef();\n\nref.current = document.createElement('div'); // Error\n```","tags":{"template":"T The type of the ref's value.","example":"```tsx\nconst ref = createRef();\n\nref.current = document.createElement('div'); // Error\n```"}}]}}]},{"tags":{},"filePath":"lib/components/Header/Header.d.ts","description":"","displayName":"Header","methods":[],"props":[{"defaultValue":null,"description":"ロゴ","name":"logo","declarations":[{"fileName":"lib/components/Header/Header.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"ReactElement>"}},{"defaultValue":null,"description":"ロゴリンク","name":"logoHref","declarations":[{"fileName":"lib/components/Header/Header.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"テナント一覧","name":"tenants","declarations":[{"fileName":"lib/components/Header/Header.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"Tenant[]"}},{"defaultValue":null,"description":"現在のテナント ID","name":"currentTenantId","declarations":[{"fileName":"lib/components/Header/Header.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"テナントが選択された時に発火するコールバック関数","name":"onTenantSelect","declarations":[{"fileName":"lib/components/Header/Header.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"(id: string) => void"}}]},{"tags":{},"filePath":"lib/components/FormControl/FormControl.d.ts","description":"","displayName":"ActualFormControl","methods":[],"props":[{"defaultValue":null,"description":"グループのタイトル名","name":"title","declarations":[{"fileName":"lib/components/FormControl/FormControl.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"タイトルの見出しのタイプ","name":"titleType","declarations":[{"fileName":"lib/components/FormControl/FormControl.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"HeadingTypes","value":[{"value":"\"screenTitle\""},{"value":"\"sectionTitle\""},{"value":"\"blockTitle\""},{"value":"\"subBlockTitle\""},{"value":"\"subSubBlockTitle\""}]}},{"defaultValue":null,"description":"タイトルの見出しを視覚的に隠すかどうか","name":"dangerouslyTitleHidden","declarations":[{"fileName":"lib/components/FormControl/FormControl.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"label 要素に適用する `htmlFor` 値","name":"htmlFor","declarations":[{"fileName":"lib/components/FormControl/FormControl.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"label 要素に適用する `id` 値","name":"labelId","declarations":[{"fileName":"lib/components/FormControl/FormControl.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"タイトル群と子要素の間の間隔調整用(基本的には不要)","name":"innerMargin","declarations":[{"fileName":"lib/components/FormControl/FormControl.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"Gap","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"タイトルの隣に表示する `StatusLabel` の Props の配列","name":"statusLabelProps","declarations":[{"fileName":"lib/components/FormControl/FormControl.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"(Props & ElementProps & { children?: ReactNode; }) | (Props & ElementProps & { children?: ReactNode; })[]","value":[{"value":"Props & ElementProps & { children?: ReactNode; }"},{"value":"(Props & ElementProps & { children?: ReactNode; })[]","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"タイトルの下に表示するヘルプメッセージ","name":"helpMessage","declarations":[{"fileName":"lib/components/FormControl/FormControl.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"タイトルの下に表示する入力例","name":"exampleMessage","declarations":[{"fileName":"lib/components/FormControl/FormControl.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"タイトルの下に表示するエラーメッセージ","name":"errorMessages","declarations":[{"fileName":"lib/components/FormControl/FormControl.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode | ReactNode[]","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}},{"value":"ReactNode[]","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"フォームコントロールの下に表示する補足メッセージ","name":"supplementaryMessage","declarations":[{"fileName":"lib/components/FormControl/FormControl.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"`true` のとき、文字色を `TEXT_DISABLED` にする","name":"disabled","declarations":[{"fileName":"lib/components/FormControl/FormControl.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}}]},{"tags":{},"filePath":"lib/components/FormControl/FormControl.d.ts","description":"","displayName":"FormControl","methods":[],"props":[{"defaultValue":null,"description":"グループのタイトル名","name":"title","declarations":[{"fileName":"lib/components/FormControl/FormControl.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"`true` のとき、文字色を `TEXT_DISABLED` にする","name":"disabled","declarations":[{"fileName":"lib/components/FormControl/FormControl.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"タイトルの見出しのタイプ","name":"titleType","declarations":[{"fileName":"lib/components/FormControl/FormControl.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"HeadingTypes","value":[{"value":"\"screenTitle\""},{"value":"\"sectionTitle\""},{"value":"\"blockTitle\""},{"value":"\"subBlockTitle\""},{"value":"\"subSubBlockTitle\""}]}},{"defaultValue":null,"description":"タイトルの見出しを視覚的に隠すかどうか","name":"dangerouslyTitleHidden","declarations":[{"fileName":"lib/components/FormControl/FormControl.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"label 要素に適用する `htmlFor` 値","name":"htmlFor","declarations":[{"fileName":"lib/components/FormControl/FormControl.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"label 要素に適用する `id` 値","name":"labelId","declarations":[{"fileName":"lib/components/FormControl/FormControl.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"タイトル群と子要素の間の間隔調整用(基本的には不要)","name":"innerMargin","declarations":[{"fileName":"lib/components/FormControl/FormControl.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"Gap","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"タイトルの隣に表示する `StatusLabel` の Props の配列","name":"statusLabelProps","declarations":[{"fileName":"lib/components/FormControl/FormControl.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"(Props & ElementProps & { children?: ReactNode; }) | (Props & ElementProps & { children?: ReactNode; })[]","value":[{"value":"Props & ElementProps & { children?: ReactNode; }"},{"value":"(Props & ElementProps & { children?: ReactNode; })[]","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"タイトルの下に表示するヘルプメッセージ","name":"helpMessage","declarations":[{"fileName":"lib/components/FormControl/FormControl.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"タイトルの下に表示する入力例","name":"exampleMessage","declarations":[{"fileName":"lib/components/FormControl/FormControl.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"タイトルの下に表示するエラーメッセージ","name":"errorMessages","declarations":[{"fileName":"lib/components/FormControl/FormControl.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode | ReactNode[]","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}},{"value":"ReactNode[]","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"フォームコントロールの下に表示する補足メッセージ","name":"supplementaryMessage","declarations":[{"fileName":"lib/components/FormControl/FormControl.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}}]},{"tags":{},"filePath":"lib/components/FloatArea/FloatArea.d.ts","description":"","displayName":"FloatArea","methods":[],"props":[{"defaultValue":null,"description":"コンポーネントの上端から、包含ブロックの上端までの間隔(基準フォントサイズの相対値または抽象値)","name":"top","declarations":[{"fileName":"lib/components/FloatArea/FloatArea.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"コンポーネントの下端から、包含ブロックの下端までの間隔(基準フォントサイズの相対値または抽象値)","name":"bottom","declarations":[{"fileName":"lib/components/FloatArea/FloatArea.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | keyof CreatedSpacingTheme","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"コンポーネントの `z-index` 値","name":"zIndex","declarations":[{"fileName":"lib/components/FloatArea/FloatArea.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"表示する `Button` または `AnchorButton` コンポーネント","name":"primaryButton","declarations":[{"fileName":"lib/components/FloatArea/FloatArea.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"表示する `Button` または `AnchorButton` コンポーネント","name":"secondaryButton","declarations":[{"fileName":"lib/components/FloatArea/FloatArea.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"tertiary 領域に表示するボタン","name":"tertiaryButton","declarations":[{"fileName":"lib/components/FloatArea/FloatArea.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"操作に対するフィードバックメッセージ","name":"responseMessage","declarations":[{"fileName":"lib/components/FloatArea/FloatArea.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ResponseMessageType","value":[{"value":"{ status: \"error\" | \"success\"; text: ReactNode; }","description":"","fullComment":"","tags":{}},{"value":"{ status: \"processing\"; }","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"上下の位置を固定するかどうか","name":"fixed","declarations":[{"fileName":"lib/components/FloatArea/FloatArea.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントの幅","name":"width","declarations":[{"fileName":"lib/components/FloatArea/FloatArea.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{"deprecated":"`FlashMessage` は気づきにくいため、安易な使用はお勧めしません。`NotificationBar` や `Dialog` の使用を検討してください。"},"filePath":"lib/components/FlashMessage/FlashMessage.d.ts","description":"","displayName":"FlashMessage","methods":[],"props":[{"defaultValue":null,"description":"true のときに FlashMessage を表示する","name":"visible","declarations":[{"fileName":"lib/components/FlashMessage/FlashMessage.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"表示するアイコンのタイプ","name":"type","declarations":[{"fileName":"lib/components/FlashMessage/FlashMessage.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"\"error\" | \"warning\" | \"info\" | \"success\"","value":[{"value":"\"error\""},{"value":"\"warning\""},{"value":"\"info\""},{"value":"\"success\""}]}},{"defaultValue":null,"description":"メッセージの内容","name":"text","declarations":[{"fileName":"lib/components/FlashMessage/FlashMessage.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"コンポーネントに適用する role 属性","name":"role","declarations":[{"fileName":"lib/components/FlashMessage/FlashMessage.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"\"alert\" | \"status\"","value":[{"value":"\"alert\""},{"value":"\"status\""}]}},{"defaultValue":null,"description":"閉じるボタンを押下、または表示してから8秒後に発火するコールバック関数","name":"onClose","declarations":[{"fileName":"lib/components/FlashMessage/FlashMessage.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"() => void"}},{"defaultValue":null,"description":"FlashMessage が表示されてから一定時間後に自動で閉じるかどうか","name":"autoClose","declarations":[{"fileName":"lib/components/FlashMessage/FlashMessage.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"","name":"animation","required":false,"type":{"name":"enum","raw":"\"none\" | \"bounce\"","value":[{"value":"\"none\""},{"value":"\"bounce\""}]}}]},{"tags":{},"filePath":"lib/components/Fieldset/Fieldset.d.ts","description":"","displayName":"Fieldset","methods":[],"props":[{"defaultValue":null,"description":"グループのタイトル名","name":"title","declarations":[{"fileName":"lib/components/FormControl/FormControl.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"タイトルの見出しのタイプ","name":"titleType","declarations":[{"fileName":"lib/components/FormControl/FormControl.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"HeadingTypes","value":[{"value":"\"screenTitle\""},{"value":"\"sectionTitle\""},{"value":"\"blockTitle\""},{"value":"\"subBlockTitle\""},{"value":"\"subSubBlockTitle\""}]}},{"defaultValue":null,"description":"タイトルの見出しを視覚的に隠すかどうか","name":"dangerouslyTitleHidden","declarations":[{"fileName":"lib/components/FormControl/FormControl.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"label 要素に適用する `htmlFor` 値","name":"htmlFor","declarations":[{"fileName":"lib/components/FormControl/FormControl.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"label 要素に適用する `id` 値","name":"labelId","declarations":[{"fileName":"lib/components/FormControl/FormControl.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"タイトル群と子要素の間の間隔調整用(基本的には不要)","name":"innerMargin","declarations":[{"fileName":"lib/components/FormControl/FormControl.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"Gap","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"タイトルの隣に表示する `StatusLabel` の Props の配列","name":"statusLabelProps","declarations":[{"fileName":"lib/components/FormControl/FormControl.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"(Props & ElementProps & { children?: ReactNode; }) | (Props & ElementProps & { children?: ReactNode; })[]","value":[{"value":"Props & ElementProps & { children?: ReactNode; }"},{"value":"(Props & ElementProps & { children?: ReactNode; })[]","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"タイトルの下に表示するヘルプメッセージ","name":"helpMessage","declarations":[{"fileName":"lib/components/FormControl/FormControl.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"タイトルの下に表示する入力例","name":"exampleMessage","declarations":[{"fileName":"lib/components/FormControl/FormControl.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"タイトルの下に表示するエラーメッセージ","name":"errorMessages","declarations":[{"fileName":"lib/components/FormControl/FormControl.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode | ReactNode[]","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}},{"value":"ReactNode[]","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"フォームコントロールの下に表示する補足メッセージ","name":"supplementaryMessage","declarations":[{"fileName":"lib/components/FormControl/FormControl.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"`true` のとき、文字色を `TEXT_DISABLED` にする","name":"disabled","declarations":[{"fileName":"lib/components/FormControl/FormControl.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}}]},{"tags":{},"filePath":"lib/components/ErrorScreen/ErrorScreen.d.ts","description":"","displayName":"ErrorScreen","methods":[],"props":[{"defaultValue":null,"description":"ロゴ","name":"logo","declarations":[{"fileName":"lib/components/ErrorScreen/ErrorScreen.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"コンテンツの上に表示されるタイトル","name":"title","declarations":[{"fileName":"lib/components/ErrorScreen/ErrorScreen.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"コンテンツの下に表示されるアンカー要素のリスト","name":"links","declarations":[{"fileName":"lib/components/ErrorScreen/ErrorScreen.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"{ label: ReactNode; url: string; target?: string; }[]"}},{"defaultValue":null,"description":"表示するコンテンツ","name":"children","declarations":[{"fileName":"lib/components/ErrorScreen/ErrorScreen.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"lib/components/ErrorScreen/ErrorScreen.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Dropdown/dropdownHelper.d.ts","description":"","displayName":"getFirstTabbable","methods":[],"props":[]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Dropdown/DropdownTrigger.d.ts","description":"","displayName":"DropdownTrigger","methods":[],"props":[]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Dropdown/DropdownScrollArea.d.ts","description":"","displayName":"DropdownScrollArea","methods":[],"props":[]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Dropdown/DropdownContentInner.d.ts","description":"","displayName":"DropdownContentInner","methods":[],"props":[{"defaultValue":null,"description":"","name":"triggerRect","declarations":[{"fileName":"smarthr-ui/lib/components/Dropdown/DropdownContentInner.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"Rect"}},{"defaultValue":null,"description":"","name":"scrollable","declarations":[{"fileName":"smarthr-ui/lib/components/Dropdown/DropdownContentInner.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"","name":"controllable","declarations":[{"fileName":"smarthr-ui/lib/components/Dropdown/DropdownContentInner.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Dropdown/DropdownContent.d.ts","description":"","displayName":"DropdownContent","methods":[],"props":[{"defaultValue":null,"description":"`true` のとき、ドロップダウン内のコンテンツをクリックしてもドロップダウンが閉じなくなる。。\n この場合は、 `DropdownCloser` を用いてドロップダウンを閉じることができる。","name":"controllable","declarations":[{"fileName":"smarthr-ui/lib/components/Dropdown/DropdownContent.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"`true` のとき、ウィンドウサイズに応じてドロップダウン内が自動的にスクロール可能になる","name":"scrollable","declarations":[{"fileName":"smarthr-ui/lib/components/Dropdown/DropdownContent.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Dropdown/DropdownCloser.d.ts","description":"","displayName":"DropdownCloser","methods":[],"props":[]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Dropdown/Dropdown.d.ts","description":"","displayName":"Dropdown","methods":[],"props":[]},{"tags":{},"filePath":"lib/components/DropZone/DropZone.d.ts","description":"","displayName":"DropZone","methods":[],"props":[{"defaultValue":null,"description":"","name":"name","declarations":[{"fileName":"lib/components/DropZone/DropZone.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"コンポーネント内の文言を変更するための関数を設定","name":"decorators","declarations":[{"fileName":"lib/components/DropZone/DropZone.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"DecoratorsType<\"selectButtonLabel\">"}},{"defaultValue":null,"description":"許可するファイル型を表す1つ以上の固有ファイル型指定子\n(ドラッグ&ドロップの挙動には影響しません)","name":"accept","declarations":[{"fileName":"lib/components/DropZone/DropZone.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"複数ファイルを選択できるかどうか","name":"multiple","declarations":[{"fileName":"lib/components/DropZone/DropZone.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"ボタンまたはドラッグ&ドロップでファイルが追加された時に発火するコールバック関数","name":"onSelectFiles","declarations":[{"fileName":"lib/components/DropZone/DropZone.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"(e: ChangeEvent | DragEvent, files: FileList) => void"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Dialog/RemoteDialogTrigger.d.ts","description":"","displayName":"RemoteDialogTrigger","methods":[],"props":[{"defaultValue":null,"description":"ボタンのスタイルの種類","name":"variant","declarations":[{"fileName":"smarthr-ui/lib/components/Button/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"Variant","value":[{"value":"\"text\""},{"value":"\"primary\""},{"value":"\"secondary\""},{"value":"\"danger\""},{"value":"\"skeleton\""}]}},{"defaultValue":null,"description":"","name":"targetId","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/RemoteDialogTrigger.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"onClick","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/RemoteDialogTrigger.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"(open: () => void) => void"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Dialog/ModelessDialog.d.ts","description":"","displayName":"ModelessDialog","methods":[],"props":[{"defaultValue":null,"description":"ダイアログのヘッダ部分の内容","name":"header","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ModelessDialog.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"ダイアログのフッタ部分の内容","name":"footer","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ModelessDialog.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"ダイアログが開かれているかどうかの真偽値","name":"isOpen","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ModelessDialog.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"閉じるボタンを押下したときのハンドラ","name":"onClickClose","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ModelessDialog.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"(e: MouseEvent) => void"}},{"defaultValue":null,"description":"ダイアログが開いている状態で Escape キーを押下したときのハンドラ","name":"onPressEscape","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ModelessDialog.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"() => void"}},{"defaultValue":null,"description":"ダイアログの幅","name":"width","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ModelessDialog.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"string | number","value":[{"value":"string"},{"value":"number"}]}},{"defaultValue":null,"description":"ダイアログの高さ","name":"height","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ModelessDialog.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"string | number","value":[{"value":"string"},{"value":"number"}]}},{"defaultValue":null,"description":"ダイアログを開いたときの初期 top 位置","name":"top","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ModelessDialog.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"string | number","value":[{"value":"string"},{"value":"number"}]}},{"defaultValue":null,"description":"ダイアログを開いたときの初期 left 位置","name":"left","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ModelessDialog.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"string | number","value":[{"value":"string"},{"value":"number"}]}},{"defaultValue":null,"description":"ダイアログを開いたときの初期 right 位置","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ModelessDialog.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"string | number","value":[{"value":"string"},{"value":"number"}]}},{"defaultValue":null,"description":"ダイアログを開いたときの初期 bottom 位置","name":"bottom","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ModelessDialog.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"string | number","value":[{"value":"string"},{"value":"number"}]}},{"defaultValue":null,"description":"ポータルの container となる DOM 要素を追加する親要素","name":"portalParent","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ModelessDialog.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"HTMLElement | RefObject","value":[{"value":"HTMLElement","description":"Any HTML element. Some elements directly implement this interface, while others implement it via an interface that inherits it.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement)","fullComment":"Any HTML element. Some elements directly implement this interface, while others implement it via an interface that inherits it.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement)","tags":{}},{"value":"RefObject","description":"A readonly ref container where {@link current} cannot be mutated.\n\nCreated by {@link createRef}, or {@link useRef} when passed `null`.","fullComment":"A readonly ref container where {@link current} cannot be mutated.\n\nCreated by {@link createRef}, or {@link useRef} when passed `null`.\n@template T The type of the ref's value.\n@example ```tsx\nconst ref = createRef();\n\nref.current = document.createElement('div'); // Error\n```","tags":{"template":"T The type of the ref's value.","example":"```tsx\nconst ref = createRef();\n\nref.current = document.createElement('div'); // Error\n```"}}]}},{"defaultValue":null,"description":"コンポーネント内の文言を変更するための関数を設定","name":"decorators","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ModelessDialog.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"DecoratorsType<\"closeButtonIconAlt\"> & { dialogHandlerAriaLabel?: (txt: string) => string; dialogHandlerAriaValuetext?: (txt: string, data: DOMRect) => string; }"}},{"defaultValue":null,"description":"","name":"contentBgColor","required":false,"type":{"name":"enum","raw":"\"GREY_5\" | \"GREY_6\" | \"GREY_7\" | \"GREY_9\" | \"GREY_20\" | \"WHITE\" | \"BACKGROUND\" | \"COLUMN\" | \"BASE_GREY\" | \"OVER_BACKGROUND\" | \"HEAD\" | \"BORDER\" | \"ACTION_BACKGROUND\"","value":[{"value":"\"GREY_5\""},{"value":"\"GREY_6\""},{"value":"\"GREY_7\""},{"value":"\"GREY_9\""},{"value":"\"GREY_20\""},{"value":"\"WHITE\""},{"value":"\"BACKGROUND\""},{"value":"\"COLUMN\""},{"value":"\"BASE_GREY\""},{"value":"\"OVER_BACKGROUND\""},{"value":"\"HEAD\""},{"value":"\"BORDER\""},{"value":"\"ACTION_BACKGROUND\""}]}},{"defaultValue":null,"description":"","name":"contentPadding","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/useDialogInnerStyle.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"Gap | { block?: Gap; inline?: Gap; }","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""},{"value":"{ block?: Gap; inline?: Gap; }","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"","name":"ref","declarations":[{"fileName":"smarthr-ui/node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"Ref","value":[{"value":"(instance: HTMLDivElement) => void","description":"","fullComment":"","tags":{}},{"value":"RefObject","description":"A readonly ref container where {@link current} cannot be mutated.\n\nCreated by {@link createRef}, or {@link useRef} when passed `null`.","fullComment":"A readonly ref container where {@link current} cannot be mutated.\n\nCreated by {@link createRef}, or {@link useRef} when passed `null`.\n@template T The type of the ref's value.\n@example ```tsx\nconst ref = createRef();\n\nref.current = document.createElement('div'); // Error\n```","tags":{"template":"T The type of the ref's value.","example":"```tsx\nconst ref = createRef();\n\nref.current = document.createElement('div'); // Error\n```"}}]}}]},{"tags":{},"filePath":"lib/components/Dialog/FocusTrap.d.ts","description":"","displayName":"FocusTrap","methods":[],"props":[{"defaultValue":null,"description":"","name":"firstFocusTarget","declarations":[{"fileName":"lib/components/Dialog/FocusTrap.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"RefObject"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Dialog/DialogWrapper.d.ts","description":"","displayName":"DialogWrapper","methods":[],"props":[]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Dialog/DialogTrigger.d.ts","description":"","displayName":"DialogTrigger","methods":[],"props":[]},{"tags":{},"filePath":"lib/components/Dialog/DialogPositionProvider.d.ts","description":"","displayName":"DialogPositionProvider","methods":[],"props":[{"defaultValue":null,"description":"","name":"top","declarations":[{"fileName":"lib/components/Dialog/DialogPositionProvider.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"","name":"bottom","declarations":[{"fileName":"lib/components/Dialog/DialogPositionProvider.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}}]},{"tags":{},"filePath":"lib/components/Dialog/DialogOverlap.d.ts","description":"","displayName":"DialogOverlap","methods":[],"props":[{"defaultValue":null,"description":"","name":"isOpen","declarations":[{"fileName":"lib/components/Dialog/DialogOverlap.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","description":"","displayName":"DialogContentInner","methods":[],"props":[{"defaultValue":null,"description":"オーバーレイをクリックした時に発火するコールバック関数","name":"onClickOverlay","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"() => void"}},{"defaultValue":null,"description":"エスケープキーを押下した時に発火するコールバック関数","name":"onPressEscape","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"() => void"}},{"defaultValue":null,"description":"ダイアログを開いているかどうか","name":"isOpen","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"ダイアログの幅","name":"width","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"string | number","value":[{"value":"string"},{"value":"number"}]}},{"defaultValue":null,"description":"ダイアログを開いたときの初期 top 位置","name":"top","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"ダイアログを開いたときの初期 right 位置","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"ダイアログを開いたときの初期 bottom 位置","name":"bottom","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"ダイアログを開いたときの初期 left 位置","name":"left","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"ダイアログを開いた時にフォーカスする対象","name":"firstFocusTarget","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"RefObject"}},{"defaultValue":null,"description":"ダイアログの `aria-label`","name":"ariaLabel","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"ダイアログの `aria-labelledby`","name":"ariaLabelledby","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Dialog/DialogContent.d.ts","description":"","displayName":"DialogContent","methods":[],"props":[{"defaultValue":null,"description":"ダイアログの幅","name":"width","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"string | number","value":[{"value":"string"},{"value":"number"}]}},{"defaultValue":null,"description":"ダイアログを開いたときの初期 top 位置","name":"top","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"ダイアログを開いたときの初期 bottom 位置","name":"bottom","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"ダイアログを開いたときの初期 left 位置","name":"left","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"ダイアログを開いたときの初期 right 位置","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"ダイアログを開いた時にフォーカスする対象","name":"firstFocusTarget","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"RefObject"}},{"defaultValue":null,"description":"ダイアログの `aria-label`","name":"ariaLabel","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"ダイアログの `aria-labelledby`","name":"ariaLabelledby","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"DOM 上でダイアログの要素を追加する親要素","name":"portalParent","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"HTMLElement | RefObject","value":[{"value":"HTMLElement","description":"Any HTML element. Some elements directly implement this interface, while others implement it via an interface that inherits it.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement)","fullComment":"Any HTML element. Some elements directly implement this interface, while others implement it via an interface that inherits it.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement)","tags":{}},{"value":"RefObject","description":"A readonly ref container where {@link current} cannot be mutated.\n\nCreated by {@link createRef}, or {@link useRef} when passed `null`.","fullComment":"A readonly ref container where {@link current} cannot be mutated.\n\nCreated by {@link createRef}, or {@link useRef} when passed `null`.\n@template T The type of the ref's value.\n@example ```tsx\nconst ref = createRef();\n\nref.current = document.createElement('div'); // Error\n```","tags":{"template":"T The type of the ref's value.","example":"```tsx\nconst ref = createRef();\n\nref.current = document.createElement('div'); // Error\n```"}}]}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Dialog/DialogCloser.d.ts","description":"","displayName":"DialogCloser","methods":[],"props":[]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Dialog/Dialog.d.ts","description":"","displayName":"Dialog","methods":[],"props":[{"defaultValue":null,"description":"ダイアログの幅","name":"width","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"string | number","value":[{"value":"string"},{"value":"number"}]}},{"defaultValue":null,"description":"ダイアログを開いたときの初期 top 位置","name":"top","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"ダイアログを開いたときの初期 bottom 位置","name":"bottom","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"ダイアログを開いたときの初期 left 位置","name":"left","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"ダイアログを開いたときの初期 right 位置","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"ダイアログを開いた時にフォーカスする対象","name":"firstFocusTarget","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"RefObject"}},{"defaultValue":null,"description":"ダイアログの `aria-label`","name":"ariaLabel","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"ダイアログの `aria-labelledby`","name":"ariaLabelledby","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"ダイアログを開いているかどうか","name":"isOpen","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"エスケープキーを押下した時に発火するコールバック関数","name":"onPressEscape","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"() => void"}},{"defaultValue":null,"description":"オーバーレイをクリックした時に発火するコールバック関数","name":"onClickOverlay","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"() => void"}},{"defaultValue":null,"description":"DOM 上でダイアログの要素を追加する親要素","name":"portalParent","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"HTMLElement | RefObject","value":[{"value":"HTMLElement","description":"Any HTML element. Some elements directly implement this interface, while others implement it via an interface that inherits it.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement)","fullComment":"Any HTML element. Some elements directly implement this interface, while others implement it via an interface that inherits it.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement)","tags":{}},{"value":"RefObject","description":"A readonly ref container where {@link current} cannot be mutated.\n\nCreated by {@link createRef}, or {@link useRef} when passed `null`.","fullComment":"A readonly ref container where {@link current} cannot be mutated.\n\nCreated by {@link createRef}, or {@link useRef} when passed `null`.\n@template T The type of the ref's value.\n@example ```tsx\nconst ref = createRef();\n\nref.current = document.createElement('div'); // Error\n```","tags":{"template":"T The type of the ref's value.","example":"```tsx\nconst ref = createRef();\n\nref.current = document.createElement('div'); // Error\n```"}}]}}]},{"tags":{},"filePath":"lib/components/DefinitionList/DefinitionListItem.d.ts","description":"","displayName":"DefinitionListItem","methods":[],"props":[{"defaultValue":null,"description":"","name":"term","declarations":[{"fileName":"lib/components/DefinitionList/DefinitionListItem.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"","name":"termStyleType","declarations":[{"fileName":"lib/components/DefinitionList/DefinitionListItem.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"\"blockTitle\" | \"subBlockTitle\"","value":[{"value":"\"blockTitle\""},{"value":"\"subBlockTitle\""}]}},{"defaultValue":null,"description":"","name":"description","declarations":[{"fileName":"lib/components/DefinitionList/DefinitionListItem.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"","name":"fullWidth","declarations":[{"fileName":"lib/components/DefinitionList/DefinitionListItem.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"","name":"maxColumns","declarations":[{"fileName":"lib/components/DefinitionList/DefinitionListItem.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}}]},{"tags":{},"filePath":"lib/components/DefinitionList/DefinitionList.d.ts","description":"","displayName":"DefinitionList","methods":[],"props":[{"defaultValue":null,"description":"定義リストのアイテムの配列","name":"items","declarations":[{"fileName":"lib/components/DefinitionList/DefinitionList.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"Omit[]"}},{"defaultValue":null,"description":"最大列数","name":"maxColumns","declarations":[{"fileName":"lib/components/DefinitionList/DefinitionList.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"用語の見た目の種類","name":"termStyleType","declarations":[{"fileName":"lib/components/DefinitionList/DefinitionList.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"\"blockTitle\" | \"subBlockTitle\"","value":[{"value":"\"blockTitle\""},{"value":"\"subBlockTitle\""}]}}]},{"tags":{},"filePath":"lib/components/DatePicker/datePickerHelper.d.ts","description":"","displayName":"parseJpnDateString","methods":[],"props":[]},{"tags":{},"filePath":"lib/components/DatePicker/Portal.d.ts","description":"","displayName":"Portal","methods":[],"props":[{"defaultValue":null,"description":"","name":"inputRect","declarations":[{"fileName":"lib/components/DatePicker/Portal.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"DOMRect"}}]},{"tags":{},"filePath":"lib/components/DatePicker/DatePicker.d.ts","description":"","displayName":"DatePicker","methods":[],"props":[{"defaultValue":null,"description":"フォームを無効にするかどうか","name":"disabled","declarations":[{"fileName":"lib/components/DatePicker/DatePicker.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"input 要素の `name` 属性の値","name":"name","declarations":[{"fileName":"lib/components/DatePicker/DatePicker.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"@deprecated placeholder属性は非推奨です。別途ヒント用要素を設置するか、それらの領域を確保出来ない場合はTooltipコンポーネントの利用を検討してください。","name":"placeholder","declarations":[{"fileName":"lib/components/DatePicker/DatePicker.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"input 要素の `value` 属性の値","name":"value","declarations":[{"fileName":"lib/components/DatePicker/DatePicker.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"フォームにエラーがあるかどうか","name":"error","declarations":[{"fileName":"lib/components/DatePicker/DatePicker.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントの幅","name":"width","declarations":[{"fileName":"lib/components/DatePicker/DatePicker.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"string | number","value":[{"value":"string"},{"value":"number"}]}},{"defaultValue":null,"description":"選択可能な期間の開始日","name":"from","declarations":[{"fileName":"lib/components/DatePicker/DatePicker.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"Date"}},{"defaultValue":null,"description":"選択可能な期間の終了日","name":"to","declarations":[{"fileName":"lib/components/DatePicker/DatePicker.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"Date"}},{"defaultValue":null,"description":"入力を独自にパースする場合に、パース処理を記述する関数","name":"parseInput","declarations":[{"fileName":"lib/components/DatePicker/DatePicker.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"(input: string) => Date"}},{"defaultValue":null,"description":"表示する日付を独自にフォーマットする場合に、フォーマット処理を記述する関数","name":"formatDate","declarations":[{"fileName":"lib/components/DatePicker/DatePicker.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"(date: Date) => string"}},{"defaultValue":null,"description":"入出力用文字列と併記する別フォーマット処理を記述する関数","name":"showAlternative","declarations":[{"fileName":"lib/components/DatePicker/DatePicker.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"(date: Date) => ReactNode"}},{"defaultValue":null,"description":"選択された日付が変わった時に発火するコールバック関数","name":"onChangeDate","declarations":[{"fileName":"lib/components/DatePicker/DatePicker.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"(date: Date, value: string, other: { errors: string[]; }) => void"}}]},{"tags":{"deprecated":"`CompactInformationPanel` は非推奨です。`NotificationBar[base=\"base\"]` を使用してください。"},"filePath":"lib/components/CompactInformationPanel/CompactInformationPanel.d.ts","description":"","displayName":"CompactInformationPanel","methods":[],"props":[{"defaultValue":null,"description":"表示する情報の種類","name":"type","declarations":[{"fileName":"lib/components/CompactInformationPanel/CompactInformationPanel.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"\"error\" | \"warning\" | \"info\" | \"success\"","value":[{"value":"\"error\""},{"value":"\"warning\""},{"value":"\"info\""},{"value":"\"success\""}]}},{"defaultValue":null,"description":"","name":"ref","declarations":[{"fileName":"smarthr-ui/node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"Ref","value":[{"value":"(instance: HTMLDivElement) => void","description":"","fullComment":"","tags":{}},{"value":"RefObject","description":"A readonly ref container where {@link current} cannot be mutated.\n\nCreated by {@link createRef}, or {@link useRef} when passed `null`.","fullComment":"A readonly ref container where {@link current} cannot be mutated.\n\nCreated by {@link createRef}, or {@link useRef} when passed `null`.\n@template T The type of the ref's value.\n@example ```tsx\nconst ref = createRef();\n\nref.current = document.createElement('div'); // Error\n```","tags":{"template":"T The type of the ref's value.","example":"```tsx\nconst ref = createRef();\n\nref.current = document.createElement('div'); // Error\n```"}}]}}]},{"tags":{},"filePath":"lib/components/ComboBox/comboBoxHelper.d.ts","description":"","displayName":"convertMatchableString","methods":[],"props":[]},{"tags":{},"filePath":"lib/components/ComboBox/SingleComboBox.d.ts","description":"","displayName":"SingleComboBox","methods":[],"props":[{"defaultValue":null,"description":"選択可能なアイテムのリスト","name":"items","declarations":[{"fileName":"lib/components/ComboBox/types.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"ComboBoxItem[]"}},{"defaultValue":null,"description":"input 要素の `name` 属性の値","name":"name","declarations":[{"fileName":"lib/components/ComboBox/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"input 要素の `disabled` 属性の値","name":"disabled","declarations":[{"fileName":"lib/components/ComboBox/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"input 要素の `required` 属性の値","name":"required","declarations":[{"fileName":"lib/components/ComboBox/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネント内の一番外側の要素に適用するクラス名","name":"className","declarations":[{"fileName":"lib/components/ComboBox/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"`true` のとき、コンポーネントの外枠が `DANGER` カラーになる","name":"error","declarations":[{"fileName":"lib/components/ComboBox/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"`true` のとき、 `items` 内に存在しないアイテムを新しく追加できるようになる","name":"creatable","declarations":[{"fileName":"lib/components/ComboBox/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"input 要素の `placeholder` 属性の値","name":"placeholder","declarations":[{"fileName":"lib/components/ComboBox/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"`true` のとき、ドロップダウンリスト内にローダーを表示する","name":"isLoading","declarations":[{"fileName":"lib/components/ComboBox/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"input 要素の `width` スタイルに適用する値","name":"width","declarations":[{"fileName":"lib/components/ComboBox/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"string | number","value":[{"value":"string"},{"value":"number"}]}},{"defaultValue":null,"description":"ドロップダウンリスト内に表示するヘルプメッセージ","name":"dropdownHelpMessage","declarations":[{"fileName":"lib/components/ComboBox/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"ドロップダウンリストの `width` スタイルに適用する値","name":"dropdownWidth","declarations":[{"fileName":"lib/components/ComboBox/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"string | number","value":[{"value":"string"},{"value":"number"}]}},{"defaultValue":null,"description":"input 要素の `value` が変わった時に発火するコールバック関数","name":"onChangeInput","declarations":[{"fileName":"lib/components/ComboBox/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"(e: ChangeEvent) => void"}},{"defaultValue":null,"description":"`items` 内に存在しないアイテムが追加されたときに発火するコールバック関数","name":"onAdd","declarations":[{"fileName":"lib/components/ComboBox/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"(label: string) => void"}},{"defaultValue":null,"description":"アイテムが選択された時に発火するコールバック関数","name":"onSelect","declarations":[{"fileName":"lib/components/ComboBox/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"(item: ComboBoxItem) => void"}},{"defaultValue":null,"description":"input 要素の `value` が変わった時に発火するコールバック関数\n@deprecated `onChange` は非推奨なため、 代わりに `onChangeInput` を使用してください。","name":"onChange","declarations":[{"fileName":"lib/components/ComboBox/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"(e: ChangeEvent) => void"}},{"defaultValue":null,"description":"選択されているアイテム","name":"selectedItem","declarations":[{"fileName":"lib/components/ComboBox/SingleComboBox.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"ComboBoxItem"}},{"defaultValue":null,"description":"デフォルトで選択されるアイテム","name":"defaultItem","declarations":[{"fileName":"lib/components/ComboBox/SingleComboBox.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"ComboBoxItem"}},{"defaultValue":null,"description":"コンポーネント内の先頭に表示する内容","name":"prefix","declarations":[{"fileName":"lib/components/ComboBox/SingleComboBox.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"選択されているアイテムがクリアされた時に発火するコールバック関数","name":"onClear","declarations":[{"fileName":"lib/components/ComboBox/SingleComboBox.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"() => void"}},{"defaultValue":null,"description":"選択されているアイテムがクリアされた時に発火するコールバック関数\n指定している場合、クリア時にonClickを実行せずにonClearClickのみ実行する","name":"onClearClick","declarations":[{"fileName":"lib/components/ComboBox/SingleComboBox.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"(e: MouseEvent) => void"}},{"defaultValue":null,"description":"選択されているアイテムのリストが変わった時に発火するコールバック関数","name":"onChangeSelected","declarations":[{"fileName":"lib/components/ComboBox/SingleComboBox.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"(selectedItem: ComboBoxItem) => void"}},{"defaultValue":null,"description":"コンポーネントがフォーカスされたときに発火するコールバック関数","name":"onFocus","declarations":[{"fileName":"lib/components/ComboBox/SingleComboBox.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"() => void"}},{"defaultValue":null,"description":"コンポーネントからフォーカスが外れた時に発火するコールバック関数","name":"onBlur","declarations":[{"fileName":"lib/components/ComboBox/SingleComboBox.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"() => void"}},{"defaultValue":null,"description":"コンポーネント内のテキストを変更する関数/","name":"decorators","declarations":[{"fileName":"lib/components/ComboBox/SingleComboBox.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"DecoratorsType<\"noResultText\"> & { destroyButtonIconAlt?: (text: string) => string; }"}},{"defaultValue":null,"description":"input 要素の属性","name":"inputAttributes","declarations":[{"fileName":"lib/components/ComboBox/SingleComboBox.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"Omit & RefAttributes<...>, \"ref\" | ......"}}]},{"tags":{},"filePath":"lib/components/ComboBox/MultiSelectedItemTooltip.d.ts","description":"","displayName":"MultiSelectedItemTooltip","methods":[],"props":[{"defaultValue":null,"description":"","name":"needsTooltip","declarations":[{"fileName":"lib/components/ComboBox/MultiSelectedItemTooltip.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"","name":"text","declarations":[{"fileName":"lib/components/ComboBox/MultiSelectedItemTooltip.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}}]},{"tags":{},"filePath":"lib/components/ComboBox/MultiSelectedItem.d.ts","description":"","displayName":"MultiSelectedItem","methods":[],"props":[{"defaultValue":null,"description":"","name":"item","declarations":[{"fileName":"lib/components/ComboBox/MultiSelectedItem.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"ComboBoxItem & { deletable?: boolean; }"}},{"defaultValue":null,"description":"","name":"disabled","declarations":[{"fileName":"lib/components/ComboBox/MultiSelectedItem.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"","name":"onDelete","declarations":[{"fileName":"lib/components/ComboBox/MultiSelectedItem.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"(item: ComboBoxItem) => void"}},{"defaultValue":null,"description":"","name":"enableEllipsis","declarations":[{"fileName":"lib/components/ComboBox/MultiSelectedItem.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"","name":"buttonRef","declarations":[{"fileName":"lib/components/ComboBox/MultiSelectedItem.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"RefObject"}},{"defaultValue":null,"description":"","name":"decorators","declarations":[{"fileName":"lib/components/ComboBox/MultiSelectedItem.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"{ destroyButtonIconAlt?: (text: string) => string; }"}}]},{"tags":{},"filePath":"lib/components/ComboBox/MultiComboBox.d.ts","description":"","displayName":"MultiComboBox","methods":[],"props":[{"defaultValue":null,"description":"選択可能なアイテムのリスト","name":"items","declarations":[{"fileName":"lib/components/ComboBox/types.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"ComboBoxItem[]"}},{"defaultValue":null,"description":"input 要素の `name` 属性の値","name":"name","declarations":[{"fileName":"lib/components/ComboBox/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"input 要素の `disabled` 属性の値","name":"disabled","declarations":[{"fileName":"lib/components/ComboBox/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"input 要素の `required` 属性の値","name":"required","declarations":[{"fileName":"lib/components/ComboBox/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネント内の一番外側の要素に適用するクラス名","name":"className","declarations":[{"fileName":"lib/components/ComboBox/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"`true` のとき、コンポーネントの外枠が `DANGER` カラーになる","name":"error","declarations":[{"fileName":"lib/components/ComboBox/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"`true` のとき、 `items` 内に存在しないアイテムを新しく追加できるようになる","name":"creatable","declarations":[{"fileName":"lib/components/ComboBox/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"input 要素の `placeholder` 属性の値","name":"placeholder","declarations":[{"fileName":"lib/components/ComboBox/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"`true` のとき、ドロップダウンリスト内にローダーを表示する","name":"isLoading","declarations":[{"fileName":"lib/components/ComboBox/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"input 要素の `width` スタイルに適用する値","name":"width","declarations":[{"fileName":"lib/components/ComboBox/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"string | number","value":[{"value":"string"},{"value":"number"}]}},{"defaultValue":null,"description":"ドロップダウンリスト内に表示するヘルプメッセージ","name":"dropdownHelpMessage","declarations":[{"fileName":"lib/components/ComboBox/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"ドロップダウンリストの `width` スタイルに適用する値","name":"dropdownWidth","declarations":[{"fileName":"lib/components/ComboBox/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"string | number","value":[{"value":"string"},{"value":"number"}]}},{"defaultValue":null,"description":"input 要素の `value` が変わった時に発火するコールバック関数","name":"onChangeInput","declarations":[{"fileName":"lib/components/ComboBox/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"(e: ChangeEvent) => void"}},{"defaultValue":null,"description":"`items` 内に存在しないアイテムが追加されたときに発火するコールバック関数","name":"onAdd","declarations":[{"fileName":"lib/components/ComboBox/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"(label: string) => void"}},{"defaultValue":null,"description":"アイテムが選択された時に発火するコールバック関数","name":"onSelect","declarations":[{"fileName":"lib/components/ComboBox/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"(item: ComboBoxItem) => void"}},{"defaultValue":null,"description":"input 要素の `value` が変わった時に発火するコールバック関数\n@deprecated `onChange` は非推奨なため、 代わりに `onChangeInput` を使用してください。","name":"onChange","declarations":[{"fileName":"lib/components/ComboBox/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"(e: ChangeEvent) => void"}},{"defaultValue":null,"description":"選択されているアイテムのリスト","name":"selectedItems","declarations":[{"fileName":"lib/components/ComboBox/MultiComboBox.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"(ComboBoxItem & { deletable?: boolean; })[]"}},{"defaultValue":null,"description":"選択されているアイテムのラベルを省略表示するかどうか","name":"selectedItemEllipsis","declarations":[{"fileName":"lib/components/ComboBox/MultiComboBox.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"テキストボックスの `value` 属性の値。\n`onChangeInput` と併せて設定することで、テキストボックスの挙動が制御可能になる。","name":"inputValue","declarations":[{"fileName":"lib/components/ComboBox/MultiComboBox.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"選択されているアイテムの削除ボタンがクリックされた時に発火するコールバック関数","name":"onDelete","declarations":[{"fileName":"lib/components/ComboBox/MultiComboBox.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"(item: ComboBoxItem) => void"}},{"defaultValue":null,"description":"選択されているアイテムのリストが変わった時に発火するコールバック関数","name":"onChangeSelected","declarations":[{"fileName":"lib/components/ComboBox/MultiComboBox.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"(selectedItems: ComboBoxItem[]) => void"}},{"defaultValue":null,"description":"コンポーネントがフォーカスされたときに発火するコールバック関数","name":"onFocus","declarations":[{"fileName":"lib/components/ComboBox/MultiComboBox.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"() => void"}},{"defaultValue":null,"description":"コンポーネントからフォーカスが外れた時に発火するコールバック関数","name":"onBlur","declarations":[{"fileName":"lib/components/ComboBox/MultiComboBox.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"() => void"}},{"defaultValue":null,"description":"コンポーネント内のテキストを変更する関数/","name":"decorators","declarations":[{"fileName":"lib/components/ComboBox/MultiComboBox.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"DecoratorsType<\"noResultText\"> & { destroyButtonIconAlt?: (text: string) => string; selectedListAriaLabel?: (text: string) => string; }"}},{"defaultValue":null,"description":"アイテムが選択されたときに選択済みかどうかを判定するコールバック関数/","name":"isItemSelected","declarations":[{"fileName":"lib/components/ComboBox/MultiComboBox.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"(targetItem: ComboBoxItem, selectedItems: ComboBoxItem[]) => boolean"}},{"defaultValue":null,"description":"input 要素の属性","name":"inputAttributes","declarations":[{"fileName":"lib/components/ComboBox/MultiComboBox.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"Omit, \"ref\" | \"className\" | \"tabIndex\" | \"role\" | \"aria-activedescendant\" | \"aria-autocomplete\" | ... 14 more ... | \"type\">"}}]},{"tags":{},"filePath":"lib/components/Chip/Chip.d.ts","description":"","displayName":"Chip","methods":[],"props":[{"defaultValue":null,"description":"","name":"disabled","required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"","name":"size","required":false,"type":{"name":"\"s\""}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/CheckBox/CheckBox.d.ts","description":"","displayName":"CheckBox","methods":[],"props":[{"defaultValue":null,"description":"`true` のとき、チェック状態を `mixed` にする","name":"mixed","declarations":[{"fileName":"smarthr-ui/lib/components/CheckBox/CheckBox.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"チェックボックスにエラーがあるかどうか","name":"error","declarations":[{"fileName":"smarthr-ui/lib/components/CheckBox/CheckBox.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}}]},{"tags":{},"filePath":"lib/components/Calendar/calendarHelper.d.ts","description":"","displayName":"getFromDate","methods":[],"props":[]},{"tags":{},"filePath":"lib/components/Calendar/calendarHelper.d.ts","description":"","displayName":"getToDate","methods":[],"props":[]},{"tags":{},"filePath":"lib/components/Calendar/calendarHelper.d.ts","description":"","displayName":"getMonthArray","methods":[],"props":[]},{"tags":{},"filePath":"lib/components/Calendar/YearPicker.d.ts","description":"","displayName":"YearPicker","methods":[],"props":[{"defaultValue":null,"description":"選択された年","name":"selectedYear","declarations":[{"fileName":"lib/components/Calendar/YearPicker.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"選択可能な開始年","name":"fromYear","declarations":[{"fileName":"lib/components/Calendar/YearPicker.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"number"}},{"defaultValue":null,"description":"選択可能な終了年","name":"toYear","declarations":[{"fileName":"lib/components/Calendar/YearPicker.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"number"}},{"defaultValue":null,"description":"トリガのセレクトイベントを処理するハンドラ","name":"onSelectYear","declarations":[{"fileName":"lib/components/Calendar/YearPicker.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"(year: number) => void"}},{"defaultValue":null,"description":"表示フラグ","name":"isDisplayed","declarations":[{"fileName":"lib/components/Calendar/YearPicker.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}}]},{"tags":{},"filePath":"lib/components/Calendar/CalendarTable.d.ts","description":"","displayName":"CalendarTable","methods":[],"props":[{"defaultValue":null,"description":"現在の日付","name":"current","declarations":[{"fileName":"lib/components/Calendar/CalendarTable.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"Date"}},{"defaultValue":null,"description":"選択可能な開始日","name":"from","declarations":[{"fileName":"lib/components/Calendar/CalendarTable.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"Date"}},{"defaultValue":null,"description":"選択可能な終了日","name":"to","declarations":[{"fileName":"lib/components/Calendar/CalendarTable.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"Date"}},{"defaultValue":null,"description":"トリガのセレクトイベントを処理するハンドラ","name":"onSelectDate","declarations":[{"fileName":"lib/components/Calendar/CalendarTable.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"(e: MouseEvent, date: Date) => void"}},{"defaultValue":null,"description":"選択された日付","name":"selected","declarations":[{"fileName":"lib/components/Calendar/CalendarTable.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"Date"}}]},{"tags":{},"filePath":"lib/components/Calendar/Calendar.d.ts","description":"","displayName":"Calendar","methods":[],"props":[{"defaultValue":null,"description":"選択された日付","name":"value","declarations":[{"fileName":"lib/components/Calendar/Calendar.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"Date"}},{"defaultValue":null,"description":"選択可能な開始日","name":"from","declarations":[{"fileName":"lib/components/Calendar/Calendar.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"Date"}},{"defaultValue":null,"description":"選択可能な終了日","name":"to","declarations":[{"fileName":"lib/components/Calendar/Calendar.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"Date"}},{"defaultValue":null,"description":"トリガのセレクトイベントを処理するハンドラ","name":"onSelectDate","declarations":[{"fileName":"lib/components/Calendar/Calendar.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"(e: MouseEvent, date: Date) => void"}}]},{"tags":{},"filePath":"lib/components/Button/style.d.ts","description":"","displayName":"Style","methods":[],"props":[]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Button/UnstyledButton.d.ts","description":"","displayName":"UnstyledButton","methods":[],"props":[]},{"tags":{},"filePath":"lib/components/Button/ButtonWrapper.d.ts","description":"","displayName":"ButtonWrapper","methods":[],"props":[{"defaultValue":null,"description":"","name":"size","declarations":[{"fileName":"lib/components/Button/ButtonWrapper.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"\"s\" | \"default\"","value":[{"value":"\"s\""},{"value":"\"default\""}]}},{"defaultValue":null,"description":"","name":"square","declarations":[{"fileName":"lib/components/Button/ButtonWrapper.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"","name":"wide","declarations":[{"fileName":"lib/components/Button/ButtonWrapper.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"","name":"variant","declarations":[{"fileName":"lib/components/Button/ButtonWrapper.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"Variant","value":[{"value":"\"text\""},{"value":"\"primary\""},{"value":"\"secondary\""},{"value":"\"danger\""},{"value":"\"skeleton\""}]}},{"defaultValue":null,"description":"","name":"$loading","declarations":[{"fileName":"lib/components/Button/ButtonWrapper.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"","name":"className","declarations":[{"fileName":"lib/components/Button/ButtonWrapper.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"isAnchor","declarations":[{"fileName":"lib/components/Button/ButtonWrapper.d.ts","name":"TypeLiteral"},{"fileName":"lib/components/Button/ButtonWrapper.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"true"}},{"defaultValue":null,"description":"","name":"buttonRef","declarations":[{"fileName":"lib/components/Button/ButtonWrapper.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ForwardedRef","value":[{"value":"(instance: HTMLButtonElement) => void","description":"","fullComment":"","tags":{}},{"value":"MutableRefObject","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"","name":"anchorRef","declarations":[{"fileName":"lib/components/Button/ButtonWrapper.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ForwardedRef","value":[{"value":"(instance: HTMLAnchorElement) => void","description":"","fullComment":"","tags":{}},{"value":"MutableRefObject","description":"","fullComment":"","tags":{}}]}}]},{"tags":{},"filePath":"lib/components/Button/ButtonInner.d.ts","description":"","displayName":"ButtonInner","methods":[],"props":[{"defaultValue":null,"description":"","name":"prefix","declarations":[{"fileName":"lib/components/Button/ButtonInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"","name":"suffix","declarations":[{"fileName":"lib/components/Button/ButtonInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"","name":"size","declarations":[{"fileName":"lib/components/Button/ButtonInner.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"\"s\" | \"default\"","value":[{"value":"\"s\""},{"value":"\"default\""}]}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Button/Button.d.ts","description":"","displayName":"Button","methods":[],"props":[{"defaultValue":null,"description":"ボタンの大きさ","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Button/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"\"s\" | \"default\"","value":[{"value":"\"s\""},{"value":"\"default\""}]}},{"defaultValue":null,"description":"ボタン内に表示する内容","name":"children","declarations":[{"fileName":"smarthr-ui/lib/components/Button/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Button/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"無効な理由","name":"disabledDetail","declarations":[{"fileName":"smarthr-ui/lib/components/Button/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"{ icon?: FunctionComponent<{}>; message: ReactNode; }"}},{"defaultValue":null,"description":"ボタン内の先頭に表示する内容。\n通常は、アイコンを表示するために用いる。","name":"prefix","declarations":[{"fileName":"smarthr-ui/lib/components/Button/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"ボタン内の末尾に表示する内容。\n通常は、アイコンを表示するために用いる。","name":"suffix","declarations":[{"fileName":"smarthr-ui/lib/components/Button/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"`true` のとき、ボタンを正方形にする。","name":"square","declarations":[{"fileName":"smarthr-ui/lib/components/Button/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"`true` のとき、ボタンの `width` を 100% にする。","name":"wide","declarations":[{"fileName":"smarthr-ui/lib/components/Button/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"ボタンのスタイルの種類","name":"variant","declarations":[{"fileName":"smarthr-ui/lib/components/Button/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"Variant","value":[{"value":"\"text\""},{"value":"\"primary\""},{"value":"\"secondary\""},{"value":"\"danger\""},{"value":"\"skeleton\""}]}},{"defaultValue":null,"description":"処理が走ってるかどうか","name":"loading","declarations":[{"fileName":"smarthr-ui/lib/components/Button/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"","name":"decorators","declarations":[{"fileName":"smarthr-ui/lib/components/Button/Button.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"DecoratorsType<\"loading\">"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Button/AnchorButton.d.ts","description":"","displayName":"AnchorButton","methods":[],"props":[{"defaultValue":null,"description":"ボタンの大きさ","name":"size","declarations":[{"fileName":"smarthr-ui/lib/components/Button/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"\"s\" | \"default\"","value":[{"value":"\"s\""},{"value":"\"default\""}]}},{"defaultValue":null,"description":"ボタン内に表示する内容","name":"children","declarations":[{"fileName":"smarthr-ui/lib/components/Button/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"コンポーネントに適用するクラス名","name":"className","declarations":[{"fileName":"smarthr-ui/lib/components/Button/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"無効な理由","name":"disabledDetail","declarations":[{"fileName":"smarthr-ui/lib/components/Button/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"{ icon?: FunctionComponent<{}>; message: ReactNode; }"}},{"defaultValue":null,"description":"ボタン内の先頭に表示する内容。\n通常は、アイコンを表示するために用いる。","name":"prefix","declarations":[{"fileName":"smarthr-ui/lib/components/Button/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"ボタン内の末尾に表示する内容。\n通常は、アイコンを表示するために用いる。","name":"suffix","declarations":[{"fileName":"smarthr-ui/lib/components/Button/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"`true` のとき、ボタンを正方形にする。","name":"square","declarations":[{"fileName":"smarthr-ui/lib/components/Button/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"`true` のとき、ボタンの `width` を 100% にする。","name":"wide","declarations":[{"fileName":"smarthr-ui/lib/components/Button/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"ボタンのスタイルの種類","name":"variant","declarations":[{"fileName":"smarthr-ui/lib/components/Button/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"Variant","value":[{"value":"\"text\""},{"value":"\"primary\""},{"value":"\"secondary\""},{"value":"\"danger\""},{"value":"\"skeleton\""}]}},{"defaultValue":null,"description":"処理が走ってるかどうか","name":"loading","declarations":[{"fileName":"smarthr-ui/lib/components/Button/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/BottomFixedArea/BottomFixedArea.d.ts","description":"","displayName":"BottomFixedArea","methods":[],"props":[{"defaultValue":null,"description":"この領域の説明","name":"description","declarations":[{"fileName":"smarthr-ui/lib/components/BottomFixedArea/BottomFixedArea.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"表示する `Button` または `AnchorButton` (`variant=\"primary\"` である必要がある)","name":"primaryButton","declarations":[{"fileName":"smarthr-ui/lib/components/BottomFixedArea/BottomFixedArea.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"Primary","value":[{"value":"FunctionComponentElement>","description":"","fullComment":"","tags":{}},{"value":"FunctionComponentElement>","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"表示する `Button` または `AnchorButton` (`variant=\"secondary\"` である必要がある)","name":"secondaryButton","declarations":[{"fileName":"smarthr-ui/lib/components/BottomFixedArea/BottomFixedArea.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"Secondary","value":[{"value":"FunctionComponentElement>","description":"","fullComment":"","tags":{}},{"value":"FunctionComponentElement>","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"表示する tertialy link のプロパティの配列","name":"tertiaryLinks","declarations":[{"fileName":"smarthr-ui/lib/components/BottomFixedArea/BottomFixedArea.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"(Omit, HTMLButtonElement>, \"ref\"> & { ...; } & { ...; })[]"}},{"defaultValue":null,"description":"コンポーネントに適用する z-index 値","name":"zIndex","declarations":[{"fileName":"smarthr-ui/lib/components/BottomFixedArea/BottomFixedArea.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"","name":"ref","declarations":[{"fileName":"smarthr-ui/node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"Ref","value":[{"value":"(instance: HTMLDivElement) => void","description":"","fullComment":"","tags":{}},{"value":"RefObject","description":"A readonly ref container where {@link current} cannot be mutated.\n\nCreated by {@link createRef}, or {@link useRef} when passed `null`.","fullComment":"A readonly ref container where {@link current} cannot be mutated.\n\nCreated by {@link createRef}, or {@link useRef} when passed `null`.\n@template T The type of the ref's value.\n@example ```tsx\nconst ref = createRef();\n\nref.current = document.createElement('div'); // Error\n```","tags":{"template":"T The type of the ref's value.","example":"```tsx\nconst ref = createRef();\n\nref.current = document.createElement('div'); // Error\n```"}}]}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Base/Base.d.ts","description":"","displayName":"Base","methods":[],"props":[{"defaultValue":null,"description":"境界とコンテンツの間の余白","name":"padding","declarations":[{"fileName":"smarthr-ui/lib/components/Base/Base.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"Gap | SeparatePadding","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""},{"value":"SeparatePadding","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"コンテンツが要素内に収まらない場合の処理方法","name":"overflow","declarations":[{"fileName":"smarthr-ui/lib/components/Base/Base.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"Overflow | { x: Overflow; y: Overflow; }","value":[{"value":"\"auto\""},{"value":"\"hidden\""},{"value":"\"clip\""},{"value":"\"visible\""},{"value":"\"scroll\""},{"value":"{ x: Overflow; y: Overflow; }","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"","name":"radius","required":false,"type":{"name":"enum","raw":"\"s\" | \"m\"","value":[{"value":"\"s\""},{"value":"\"m\""}]}},{"defaultValue":null,"description":"","name":"layer","required":false,"type":{"name":"enum","raw":"0 | 1 | 2 | 3 | 4","value":[{"value":"0"},{"value":"1"},{"value":"2"},{"value":"3"},{"value":"4"}]}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Balloon/Balloon.d.ts","description":"","displayName":"Balloon","methods":[],"props":[{"defaultValue":null,"description":"","name":"horizontal","required":false,"type":{"name":"enum","raw":"\"center\" | \"left\" | \"right\"","value":[{"value":"\"center\""},{"value":"\"left\""},{"value":"\"right\""}]}},{"defaultValue":null,"description":"","name":"vertical","required":false,"type":{"name":"enum","raw":"\"top\" | \"middle\" | \"bottom\"","value":[{"value":"\"top\""},{"value":"\"middle\""},{"value":"\"bottom\""}]}}]},{"tags":{},"filePath":"lib/components/Badge/Badge.d.ts","description":"","displayName":"Badge","methods":[],"props":[{"defaultValue":null,"description":"件数","name":"count","declarations":[{"fileName":"lib/components/Badge/Badge.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"最大表示件数。この数を超えた場合は{最大表示件数+}と表示される","name":"overflowCount","declarations":[{"fileName":"lib/components/Badge/Badge.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"0値を表示するかどうか","name":"showZero","declarations":[{"fileName":"lib/components/Badge/Badge.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"色の種類","name":"type","declarations":[{"fileName":"lib/components/Badge/Badge.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"\"grey\" | \"blue\" | \"red\" | \"yellow\"","value":[{"value":"\"grey\""},{"value":"\"blue\""},{"value":"\"red\""},{"value":"\"yellow\""}]}},{"defaultValue":null,"description":"ドット表示するかどうか","name":"dot","declarations":[{"fileName":"lib/components/Badge/Badge.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}}]},{"tags":{},"filePath":"lib/components/AppNavi/style.d.ts","description":"","displayName":"appNaviItemStyle","methods":[],"props":[{"defaultValue":null,"description":"","name":"active","required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"","name":"class","declarations":[{"fileName":"smarthr-ui/node_modules/.pnpm/tailwind-variants@0.2.1_tailwindcss@3.4.4_ts-node@10.9.2_@swc+core@1.5.25_@swc+helpers@0.5.5__wixkefo76u54chbjz34lo5wxle/node_modules/tailwind-variants/dist/index.d.ts","name":"TypeLiteral"},{"fileName":"smarthr-ui/node_modules/.pnpm/tailwind-variants@0.2.1_tailwindcss@3.4.4_ts-node@10.9.2_@swc+core@1.5.25_@swc+helpers@0.5.5__wixkefo76u54chbjz34lo5wxle/node_modules/tailwind-variants/dist/index.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ClassNameValue","value":[{"value":"string"},{"value":"false"},{"value":"0"},{"value":"0n"},{"value":"ClassNameArray","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"","name":"className","declarations":[{"fileName":"smarthr-ui/node_modules/.pnpm/tailwind-variants@0.2.1_tailwindcss@3.4.4_ts-node@10.9.2_@swc+core@1.5.25_@swc+helpers@0.5.5__wixkefo76u54chbjz34lo5wxle/node_modules/tailwind-variants/dist/index.d.ts","name":"TypeLiteral"},{"fileName":"smarthr-ui/node_modules/.pnpm/tailwind-variants@0.2.1_tailwindcss@3.4.4_ts-node@10.9.2_@swc+core@1.5.25_@swc+helpers@0.5.5__wixkefo76u54chbjz34lo5wxle/node_modules/tailwind-variants/dist/index.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ClassNameValue","value":[{"value":"string"},{"value":"false"},{"value":"0"},{"value":"0n"},{"value":"ClassNameArray","description":"","fullComment":"","tags":{}}]}}]},{"tags":{},"filePath":"lib/components/AppNavi/AppNaviDropdown.d.ts","description":"","displayName":"AppNaviDropdown","methods":[],"props":[{"defaultValue":null,"description":"ドロップダウンのコンテンツ","name":"dropdownContent","declarations":[{"fileName":"lib/components/AppNavi/AppNaviDropdown.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"表示するアイコンタイプ","name":"icon","declarations":[{"fileName":"lib/components/AppNavi/AppNaviDropdown.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ComponentType","value":[{"value":"FunctionComponent","description":"Represents the type of a function component. Can optionally\nreceive a type argument that represents the props the component\naccepts.","fullComment":"Represents the type of a function component. Can optionally\nreceive a type argument that represents the props the component\naccepts.\n@template P The props the component accepts.\n@see {@link https://react-typescript-cheatsheet.netlify.app/docs/basic/getting-started/function_components React TypeScript Cheatsheet}\n@example ```tsx\n// With props:\ntype Props = { name: string }\n\nconst MyComponent: FunctionComponent = (props) => {\n return
{props.name}
\n}\n```\n@example ```tsx\n// Without props:\nconst MyComponentWithoutProps: FunctionComponent = () => {\n return
MyComponentWithoutProps
\n}\n```","tags":{"template":"P The props the component accepts.","see":"{@link https://react-typescript-cheatsheet.netlify.app/docs/basic/getting-started/function_components React TypeScript Cheatsheet}","example":"```tsx\n// With props:\ntype Props = { name: string }\n\nconst MyComponent: FunctionComponent = (props) => {\n return
{props.name}
\n}\n```\n```tsx\n// Without props:\nconst MyComponentWithoutProps: FunctionComponent = () => {\n return
MyComponentWithoutProps
\n}\n```"}},{"value":"ComponentClass","description":"Represents a component class in React.","fullComment":"Represents a component class in React.\n@template P The props the component accepts.\n@template S The internal state of the component.","tags":{"template":"P The props the component accepts.\nS The internal state of the component."}}]}},{"defaultValue":null,"description":"アクティブ状態であるかどうか","name":"current","declarations":[{"fileName":"lib/components/AppNavi/AppNaviDropdown.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"","name":"displayCaret","declarations":[{"fileName":"lib/components/AppNavi/AppNaviDropdown.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}}]},{"tags":{},"filePath":"lib/components/AppNavi/AppNaviCustomTag.d.ts","description":"","displayName":"AppNaviCustomTag","methods":[],"props":[{"defaultValue":null,"description":"このボタンのカスタムタグ","name":"tag","declarations":[{"fileName":"lib/components/AppNavi/AppNaviCustomTag.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"ComponentType","value":[{"value":"ComponentClass","description":"Represents a component class in React.","fullComment":"Represents a component class in React.\n@template P The props the component accepts.\n@template S The internal state of the component.","tags":{"template":"P The props the component accepts.\nS The internal state of the component."}},{"value":"FunctionComponent","description":"Represents the type of a function component. Can optionally\nreceive a type argument that represents the props the component\naccepts.","fullComment":"Represents the type of a function component. Can optionally\nreceive a type argument that represents the props the component\naccepts.\n@template P The props the component accepts.\n@see {@link https://react-typescript-cheatsheet.netlify.app/docs/basic/getting-started/function_components React TypeScript Cheatsheet}\n@example ```tsx\n// With props:\ntype Props = { name: string }\n\nconst MyComponent: FunctionComponent = (props) => {\n return
{props.name}
\n}\n```\n@example ```tsx\n// Without props:\nconst MyComponentWithoutProps: FunctionComponent = () => {\n return
MyComponentWithoutProps
\n}\n```","tags":{"template":"P The props the component accepts.","see":"{@link https://react-typescript-cheatsheet.netlify.app/docs/basic/getting-started/function_components React TypeScript Cheatsheet}","example":"```tsx\n// With props:\ntype Props = { name: string }\n\nconst MyComponent: FunctionComponent = (props) => {\n return
{props.name}
\n}\n```\n```tsx\n// Without props:\nconst MyComponentWithoutProps: FunctionComponent = () => {\n return
MyComponentWithoutProps
\n}\n```"}}]}},{"defaultValue":null,"description":"表示するアイコンタイプ","name":"icon","declarations":[{"fileName":"lib/components/AppNavi/AppNaviCustomTag.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ComponentType","value":[{"value":"FunctionComponent","description":"Represents the type of a function component. Can optionally\nreceive a type argument that represents the props the component\naccepts.","fullComment":"Represents the type of a function component. Can optionally\nreceive a type argument that represents the props the component\naccepts.\n@template P The props the component accepts.\n@see {@link https://react-typescript-cheatsheet.netlify.app/docs/basic/getting-started/function_components React TypeScript Cheatsheet}\n@example ```tsx\n// With props:\ntype Props = { name: string }\n\nconst MyComponent: FunctionComponent = (props) => {\n return
{props.name}
\n}\n```\n@example ```tsx\n// Without props:\nconst MyComponentWithoutProps: FunctionComponent = () => {\n return
MyComponentWithoutProps
\n}\n```","tags":{"template":"P The props the component accepts.","see":"{@link https://react-typescript-cheatsheet.netlify.app/docs/basic/getting-started/function_components React TypeScript Cheatsheet}","example":"```tsx\n// With props:\ntype Props = { name: string }\n\nconst MyComponent: FunctionComponent = (props) => {\n return
{props.name}
\n}\n```\n```tsx\n// Without props:\nconst MyComponentWithoutProps: FunctionComponent = () => {\n return
MyComponentWithoutProps
\n}\n```"}},{"value":"ComponentClass","description":"Represents a component class in React.","fullComment":"Represents a component class in React.\n@template P The props the component accepts.\n@template S The internal state of the component.","tags":{"template":"P The props the component accepts.\nS The internal state of the component."}}]}},{"defaultValue":null,"description":"アクティブ状態であるかどうか","name":"current","declarations":[{"fileName":"lib/components/AppNavi/AppNaviCustomTag.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}}]},{"tags":{},"filePath":"lib/components/AppNavi/AppNaviButton.d.ts","description":"","displayName":"AppNaviButton","methods":[],"props":[{"defaultValue":null,"description":"表示するアイコンタイプ","name":"icon","declarations":[{"fileName":"lib/components/AppNavi/AppNaviButton.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ComponentType","value":[{"value":"FunctionComponent","description":"Represents the type of a function component. Can optionally\nreceive a type argument that represents the props the component\naccepts.","fullComment":"Represents the type of a function component. Can optionally\nreceive a type argument that represents the props the component\naccepts.\n@template P The props the component accepts.\n@see {@link https://react-typescript-cheatsheet.netlify.app/docs/basic/getting-started/function_components React TypeScript Cheatsheet}\n@example ```tsx\n// With props:\ntype Props = { name: string }\n\nconst MyComponent: FunctionComponent = (props) => {\n return
{props.name}
\n}\n```\n@example ```tsx\n// Without props:\nconst MyComponentWithoutProps: FunctionComponent = () => {\n return
MyComponentWithoutProps
\n}\n```","tags":{"template":"P The props the component accepts.","see":"{@link https://react-typescript-cheatsheet.netlify.app/docs/basic/getting-started/function_components React TypeScript Cheatsheet}","example":"```tsx\n// With props:\ntype Props = { name: string }\n\nconst MyComponent: FunctionComponent = (props) => {\n return
{props.name}
\n}\n```\n```tsx\n// Without props:\nconst MyComponentWithoutProps: FunctionComponent = () => {\n return
MyComponentWithoutProps
\n}\n```"}},{"value":"ComponentClass","description":"Represents a component class in React.","fullComment":"Represents a component class in React.\n@template P The props the component accepts.\n@template S The internal state of the component.","tags":{"template":"P The props the component accepts.\nS The internal state of the component."}}]}},{"defaultValue":null,"description":"アクティブ状態であるかどうか","name":"current","declarations":[{"fileName":"lib/components/AppNavi/AppNaviButton.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"クリックイベントのハンドラ","name":"onClick","declarations":[{"fileName":"lib/components/AppNavi/AppNaviButton.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"(e: MouseEvent) => void"}}]},{"tags":{},"filePath":"lib/components/AppNavi/AppNaviAnchor.d.ts","description":"","displayName":"AppNaviAnchor","methods":[],"props":[{"defaultValue":null,"description":"アンカーの href","name":"href","declarations":[{"fileName":"lib/components/AppNavi/AppNaviAnchor.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"string"}},{"defaultValue":null,"description":"表示するアイコンタイプ","name":"icon","declarations":[{"fileName":"lib/components/AppNavi/AppNaviAnchor.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ComponentType","value":[{"value":"FunctionComponent","description":"Represents the type of a function component. Can optionally\nreceive a type argument that represents the props the component\naccepts.","fullComment":"Represents the type of a function component. Can optionally\nreceive a type argument that represents the props the component\naccepts.\n@template P The props the component accepts.\n@see {@link https://react-typescript-cheatsheet.netlify.app/docs/basic/getting-started/function_components React TypeScript Cheatsheet}\n@example ```tsx\n// With props:\ntype Props = { name: string }\n\nconst MyComponent: FunctionComponent = (props) => {\n return
{props.name}
\n}\n```\n@example ```tsx\n// Without props:\nconst MyComponentWithoutProps: FunctionComponent = () => {\n return
MyComponentWithoutProps
\n}\n```","tags":{"template":"P The props the component accepts.","see":"{@link https://react-typescript-cheatsheet.netlify.app/docs/basic/getting-started/function_components React TypeScript Cheatsheet}","example":"```tsx\n// With props:\ntype Props = { name: string }\n\nconst MyComponent: FunctionComponent = (props) => {\n return
{props.name}
\n}\n```\n```tsx\n// Without props:\nconst MyComponentWithoutProps: FunctionComponent = () => {\n return
MyComponentWithoutProps
\n}\n```"}},{"value":"ComponentClass","description":"Represents a component class in React.","fullComment":"Represents a component class in React.\n@template P The props the component accepts.\n@template S The internal state of the component.","tags":{"template":"P The props the component accepts.\nS The internal state of the component."}}]}},{"defaultValue":null,"description":"アクティブ状態であるかどうか","name":"current","declarations":[{"fileName":"lib/components/AppNavi/AppNaviAnchor.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}}]},{"tags":{},"filePath":"lib/components/AppNavi/AppNavi.d.ts","description":"","displayName":"AppNavi","methods":[],"props":[{"defaultValue":null,"description":"ラベルのテキスト","name":"label","declarations":[{"fileName":"lib/components/AppNavi/AppNavi.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"表示するボタンの Props の配列","name":"buttons","declarations":[{"fileName":"lib/components/AppNavi/AppNavi.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"(AppNaviDropdownProps | AppNaviCustomTagProps | AppNaviButtonProps | AppNaviAnchorProps)[]"}},{"defaultValue":null,"description":"ドロップダウンにキャレットを表示するかどうか","name":"displayDropdownCaret","declarations":[{"fileName":"lib/components/AppNavi/AppNavi.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}}]},{"tags":{},"filePath":"lib/components/AccordionPanel/style.d.ts","description":"","displayName":"Style","methods":[],"props":[]},{"tags":{},"filePath":"lib/components/AccordionPanel/accordionPanelHelper.d.ts","description":"","displayName":"getSiblingButtons","methods":[],"props":[]},{"tags":{},"filePath":"lib/components/AccordionPanel/accordionPanelHelper.d.ts","description":"","displayName":"focusFirstSibling","methods":[],"props":[]},{"tags":{},"filePath":"lib/components/AccordionPanel/accordionPanelHelper.d.ts","description":"","displayName":"focusLastSibling","methods":[],"props":[]},{"tags":{},"filePath":"lib/components/AccordionPanel/AccordionPanelTrigger.d.ts","description":"","displayName":"AccordionPanelTrigger","methods":[],"props":[{"defaultValue":null,"description":"ヘッダ部分のテキストのスタイル","name":"headingType","declarations":[{"fileName":"lib/components/AccordionPanel/AccordionPanelTrigger.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"HeadingTypes","value":[{"value":"\"screenTitle\""},{"value":"\"sectionTitle\""},{"value":"\"blockTitle\""},{"value":"\"subBlockTitle\""},{"value":"\"subSubBlockTitle\""}]}},{"defaultValue":null,"description":"@deprecated headingTag属性は非推奨です","name":"headingTag","declarations":[{"fileName":"lib/components/AccordionPanel/AccordionPanelTrigger.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"HeadingTagTypes","value":[{"value":"\"h1\""},{"value":"\"h2\""},{"value":"\"h3\""},{"value":"\"h4\""},{"value":"\"h5\""},{"value":"\"h6\""}]}}]},{"tags":{},"filePath":"lib/components/AccordionPanel/AccordionPanelItem.d.ts","description":"","displayName":"AccordionPanelItem","methods":[],"props":[{"defaultValue":null,"description":"アイテムを識別するための名前","name":"name","declarations":[{"fileName":"lib/components/AccordionPanel/AccordionPanelItem.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"string"}}]},{"tags":{},"filePath":"lib/components/AccordionPanel/AccordionPanelContent.d.ts","description":"","displayName":"AccordionPanelContent","methods":[],"props":[]},{"tags":{},"filePath":"lib/components/AccordionPanel/AccordionPanel.d.ts","description":"","displayName":"AccordionPanel","methods":[],"props":[{"defaultValue":null,"description":"アイコンの左右位置","name":"iconPosition","declarations":[{"fileName":"lib/components/AccordionPanel/AccordionPanel.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"\"left\" | \"right\"","value":[{"value":"\"left\""},{"value":"\"right\""}]}},{"defaultValue":null,"description":"複数のパネルを同時に開くことを許容するかどうか","name":"expandableMultiply","declarations":[{"fileName":"lib/components/AccordionPanel/AccordionPanel.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"デフォルトで開いた状態にするアイテムの `name` の配列","name":"defaultExpanded","declarations":[{"fileName":"lib/components/AccordionPanel/AccordionPanel.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string[]"}},{"defaultValue":null,"description":"トリガのクリックイベントを処理するハンドラ","name":"onClick","declarations":[{"fileName":"lib/components/AccordionPanel/AccordionPanel.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"(expandedItems: string[]) => void"}}]},{"tags":{},"filePath":"lib/components/Layout/Stack/Stack.d.ts","description":"","displayName":"Stack","methods":[],"props":[{"defaultValue":null,"description":"","name":"inline","required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"","name":"align","required":false,"type":{"name":"enum","raw":"\"center\" | \"baseline\" | \"end\" | \"start\" | \"flex-start\" | \"flex-end\" | \"stretch\"","value":[{"value":"\"center\""},{"value":"\"baseline\""},{"value":"\"end\""},{"value":"\"start\""},{"value":"\"flex-start\""},{"value":"\"flex-end\""},{"value":"\"stretch\""}]}},{"defaultValue":null,"description":"","name":"gap","required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | \"XXS\" | \"XS\" | \"S\" | \"M\" | \"L\" | \"XL\" | \"XXL\" | \"X3S\" | \"X3L\"","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}}]},{"tags":{},"filePath":"lib/components/Layout/Sidebar/Sidebar.d.ts","description":"","displayName":"Sidebar","methods":[],"props":[{"defaultValue":null,"description":"","name":"right","required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"","name":"align","required":false,"type":{"name":"enum","raw":"\"center\" | \"baseline\" | \"end\" | \"start\" | \"flex-start\" | \"flex-end\" | \"stretch\"","value":[{"value":"\"center\""},{"value":"\"baseline\""},{"value":"\"end\""},{"value":"\"start\""},{"value":"\"flex-start\""},{"value":"\"flex-end\""},{"value":"\"stretch\""}]}},{"defaultValue":null,"description":"各領域の間隔の指定(gap)","name":"gap","declarations":[{"fileName":"lib/components/Layout/Sidebar/Sidebar.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"Gap | SeparateGap","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""},{"value":"SeparateGap","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"コンポーネントの `min-width` 値","name":"contentsMinWidth","declarations":[{"fileName":"lib/components/Layout/Sidebar/Sidebar.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"MinWidth","value":[{"value":"string"},{"value":"number"},{"value":"string & {}"}]}}]},{"tags":{},"filePath":"lib/components/Layout/Reel/Reel.d.ts","description":"","displayName":"Reel","methods":[],"props":[{"defaultValue":null,"description":"","name":"padding","required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | \"XXS\" | \"XS\" | \"S\" | \"M\" | \"L\" | \"XL\" | \"XXL\" | \"X3S\" | \"X3L\"","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"","name":"gap","required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | \"XXS\" | \"XS\" | \"S\" | \"M\" | \"L\" | \"XL\" | \"XXL\" | \"X3S\" | \"X3L\"","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}}]},{"tags":{},"filePath":"lib/components/Layout/Cluster/Cluster.d.ts","description":"","displayName":"Cluster","methods":[],"props":[{"defaultValue":null,"description":"","name":"inline","required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"","name":"align","required":false,"type":{"name":"enum","raw":"\"center\" | \"baseline\" | \"end\" | \"start\" | \"flex-start\" | \"flex-end\" | \"stretch\"","value":[{"value":"\"center\""},{"value":"\"baseline\""},{"value":"\"end\""},{"value":"\"start\""},{"value":"\"flex-start\""},{"value":"\"flex-end\""},{"value":"\"stretch\""}]}},{"defaultValue":null,"description":"","name":"justify","required":false,"type":{"name":"enum","raw":"\"center\" | \"normal\" | \"end\" | \"start\" | \"flex-start\" | \"flex-end\" | \"stretch\" | \"space-between\" | \"space-around\" | \"space-evenly\"","value":[{"value":"\"center\""},{"value":"\"normal\""},{"value":"\"end\""},{"value":"\"start\""},{"value":"\"flex-start\""},{"value":"\"flex-end\""},{"value":"\"stretch\""},{"value":"\"space-between\""},{"value":"\"space-around\""},{"value":"\"space-evenly\""}]}},{"defaultValue":null,"description":"","name":"gap","declarations":[{"fileName":"lib/components/Layout/Cluster/Cluster.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"Gap | SeparateGap","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""},{"value":"SeparateGap","description":"","fullComment":"","tags":{}}]}}]},{"tags":{},"filePath":"lib/components/Layout/Center/Center.d.ts","description":"","displayName":"Center","methods":[],"props":[{"defaultValue":null,"description":"境界とコンテンツの間の余白","name":"padding","declarations":[{"fileName":"lib/components/Layout/Center/Center.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"Gap","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}},{"defaultValue":null,"description":"コンテンツの最小高さ","name":"minHeight","declarations":[{"fileName":"lib/components/Layout/Center/Center.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"string | number","value":[{"value":"string"},{"value":"number"}]}},{"defaultValue":null,"description":"コンテンツの最大幅","name":"maxWidth","declarations":[{"fileName":"lib/components/Layout/Center/Center.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"string | number","value":[{"value":"string"},{"value":"number"}]}},{"defaultValue":null,"description":"天地中央揃えも有効化するかどうか","name":"verticalCentering","declarations":[{"fileName":"lib/components/Layout/Center/Center.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Input/SearchInput/SearchInput.d.ts","description":"","displayName":"SearchInput","methods":[],"props":[{"defaultValue":null,"description":"オートフォーカスを行うかどうか","name":"autoFocus","declarations":[{"fileName":"lib/components/Input/Input.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"@deprecated placeholder属性は非推奨です。別途ヒント用要素を設置するか、それらの領域を確保出来ない場合はTooltipコンポーネントの利用を検討してください。","name":"placeholder","declarations":[{"fileName":"lib/components/Input/Input.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"フォームにエラーがあるかどうか","name":"error","declarations":[{"fileName":"lib/components/Input/Input.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントの幅","name":"width","declarations":[{"fileName":"lib/components/Input/Input.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"string | number","value":[{"value":"string"},{"value":"number"}]}},{"defaultValue":null,"description":"","name":"decorators","declarations":[{"fileName":"smarthr-ui/lib/components/Input/SearchInput/SearchInput.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"DecoratorsType<\"iconAlt\" | \"clearButtonAlt\">"}},{"defaultValue":null,"description":"コンポーネント内の末尾に表示する内容","name":"suffix","declarations":[{"fileName":"lib/components/Input/Input.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"input 要素の `type` 値","name":"type","declarations":[{"fileName":"lib/components/Input/Input.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"背景色。readOnly を下地の上に載せる場合に使う","name":"bgColor","declarations":[{"fileName":"lib/components/Input/Input.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"\"COLUMN\" | \"BASE_GREY\" | \"OVER_BACKGROUND\" | \"HEAD\" | \"BORDER\" | \"ACTION_BACKGROUND\" | \"BACKGRUOND\"","value":[{"value":"\"COLUMN\""},{"value":"\"BASE_GREY\""},{"value":"\"OVER_BACKGROUND\""},{"value":"\"HEAD\""},{"value":"\"BORDER\""},{"value":"\"ACTION_BACKGROUND\""},{"value":"\"BACKGRUOND\""}]}},{"defaultValue":null,"description":"入力欄の説明を紐付けるツールチップに表示するメッセージ","name":"tooltipMessage","declarations":[{"fileName":"smarthr-ui/lib/components/Input/SearchInput/SearchInput.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"","name":"onClickClear","declarations":[{"fileName":"smarthr-ui/lib/components/Input/SearchInput/SearchInput.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"(e: MouseEvent) => void"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Input/InputWithTooltip/InputWithTooltip.d.ts","description":"","displayName":"InputWithTooltip","methods":[],"props":[{"defaultValue":null,"description":"オートフォーカスを行うかどうか","name":"autoFocus","declarations":[{"fileName":"lib/components/Input/Input.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネント内の先頭に表示する内容","name":"prefix","declarations":[{"fileName":"lib/components/Input/Input.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"@deprecated placeholder属性は非推奨です。別途ヒント用要素を設置するか、それらの領域を確保出来ない場合はTooltipコンポーネントの利用を検討してください。","name":"placeholder","declarations":[{"fileName":"lib/components/Input/Input.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"フォームにエラーがあるかどうか","name":"error","declarations":[{"fileName":"lib/components/Input/Input.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントの幅","name":"width","declarations":[{"fileName":"lib/components/Input/Input.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"string | number","value":[{"value":"string"},{"value":"number"}]}},{"defaultValue":null,"description":"コンポーネント内の末尾に表示する内容","name":"suffix","declarations":[{"fileName":"lib/components/Input/Input.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"input 要素の `type` 値","name":"type","declarations":[{"fileName":"lib/components/Input/Input.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"背景色。readOnly を下地の上に載せる場合に使う","name":"bgColor","declarations":[{"fileName":"lib/components/Input/Input.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"\"COLUMN\" | \"BASE_GREY\" | \"OVER_BACKGROUND\" | \"HEAD\" | \"BORDER\" | \"ACTION_BACKGROUND\" | \"BACKGRUOND\"","value":[{"value":"\"COLUMN\""},{"value":"\"BASE_GREY\""},{"value":"\"OVER_BACKGROUND\""},{"value":"\"HEAD\""},{"value":"\"BORDER\""},{"value":"\"ACTION_BACKGROUND\""},{"value":"\"BACKGRUOND\""}]}},{"defaultValue":null,"description":"入力欄に紐付けるツールチップに表示するメッセージ","name":"tooltipMessage","declarations":[{"fileName":"smarthr-ui/lib/components/Input/InputWithTooltip/InputWithTooltip.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}}]},{"tags":{},"filePath":"lib/components/Input/CurrencyInput/currencyInputHelper.d.ts","description":"","displayName":"formatCurrency","methods":[],"props":[]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Input/CurrencyInput/CurrencyInput.d.ts","description":"","displayName":"CurrencyInput","methods":[],"props":[{"defaultValue":null,"description":"デフォルトで表示する通貨の値","name":"defaultValue","declarations":[{"fileName":"smarthr-ui/lib/components/Input/CurrencyInput/CurrencyInput.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"オートフォーカスを行うかどうか","name":"autoFocus","declarations":[{"fileName":"lib/components/Input/Input.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネント内の先頭に表示する内容","name":"prefix","declarations":[{"fileName":"lib/components/Input/Input.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"@deprecated placeholder属性は非推奨です。別途ヒント用要素を設置するか、それらの領域を確保出来ない場合はTooltipコンポーネントの利用を検討してください。","name":"placeholder","declarations":[{"fileName":"smarthr-ui/lib/components/Input/CurrencyInput/CurrencyInput.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"通貨の値","name":"value","declarations":[{"fileName":"smarthr-ui/lib/components/Input/CurrencyInput/CurrencyInput.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"フォームにエラーがあるかどうか","name":"error","declarations":[{"fileName":"lib/components/Input/Input.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"コンポーネントの幅","name":"width","declarations":[{"fileName":"lib/components/Input/Input.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"string | number","value":[{"value":"string"},{"value":"number"}]}},{"defaultValue":null,"description":"コンポーネント内の末尾に表示する内容","name":"suffix","declarations":[{"fileName":"lib/components/Input/Input.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"背景色。readOnly を下地の上に載せる場合に使う","name":"bgColor","declarations":[{"fileName":"lib/components/Input/Input.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"\"COLUMN\" | \"BASE_GREY\" | \"OVER_BACKGROUND\" | \"HEAD\" | \"BORDER\" | \"ACTION_BACKGROUND\" | \"BACKGRUOND\"","value":[{"value":"\"COLUMN\""},{"value":"\"BASE_GREY\""},{"value":"\"OVER_BACKGROUND\""},{"value":"\"HEAD\""},{"value":"\"BORDER\""},{"value":"\"ACTION_BACKGROUND\""},{"value":"\"BACKGRUOND\""}]}},{"defaultValue":null,"description":"入力値がフォーマットされたときに発火するコールバック関数","name":"onFormatValue","declarations":[{"fileName":"smarthr-ui/lib/components/Input/CurrencyInput/CurrencyInput.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"(value: string) => void"}}]},{"tags":{},"filePath":"lib/components/Header/LanguageSwitcher/LanguageSwitcher.d.ts","description":"","displayName":"LanguageSwitcher","methods":[],"props":[{"defaultValue":null,"description":"","name":"narrow","declarations":[{"fileName":"lib/components/Header/LanguageSwitcher/LanguageSwitcher.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"","name":"invert","declarations":[{"fileName":"lib/components/Header/LanguageSwitcher/LanguageSwitcher.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"","name":"localeMap","declarations":[{"fileName":"lib/components/Header/LanguageSwitcher/LanguageSwitcher.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"LocaleMap"}},{"defaultValue":null,"description":"","name":"locale","declarations":[{"fileName":"lib/components/Header/LanguageSwitcher/LanguageSwitcher.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"","name":"defaultLocale","declarations":[{"fileName":"lib/components/Header/LanguageSwitcher/LanguageSwitcher.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"コンポーネント内の文言を変更するための関数を設定","name":"decorators","declarations":[{"fileName":"lib/components/Header/LanguageSwitcher/LanguageSwitcher.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"DecoratorsType<\"triggerLabel\" | \"checkIconAlt\">"}},{"defaultValue":null,"description":"言語切替UIで言語を選択した時に発火するコールバック関数","name":"onLanguageSelect","declarations":[{"fileName":"lib/components/Header/LanguageSwitcher/LanguageSwitcher.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"(code: string) => void"}}]},{"tags":{},"filePath":"lib/components/Header/AppLauncher/AppLauncher.d.ts","description":"","displayName":"AppLauncher","methods":[],"props":[{"defaultValue":null,"description":"","name":"apps","declarations":[{"fileName":"lib/components/Header/AppLauncher/AppLauncher.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"Category[]"}},{"defaultValue":null,"description":"","name":"urlToShowAll","declarations":[{"fileName":"lib/components/Header/AppLauncher/AppLauncher.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"コンポーネント内の文言を変更するための関数を設定","name":"decorators","declarations":[{"fileName":"lib/components/Header/AppLauncher/AppLauncher.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"DecoratorsType<\"triggerLabel\">"}}]},{"tags":{},"filePath":"lib/components/FlashMessage/FlashMessageList/Item.d.ts","description":"","displayName":"Item","methods":[],"props":[{"defaultValue":null,"description":"メッセージの内容","name":"text","declarations":[{"fileName":"lib/components/FlashMessage/FlashMessage.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"コンポーネントに適用する role 属性","name":"role","declarations":[{"fileName":"lib/components/FlashMessage/FlashMessage.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"\"alert\" | \"status\"","value":[{"value":"\"alert\""},{"value":"\"status\""}]}},{"defaultValue":null,"description":"表示するアイコンのタイプ","name":"type","declarations":[{"fileName":"lib/components/FlashMessage/FlashMessage.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"\"error\" | \"warning\" | \"info\" | \"success\"","value":[{"value":"\"error\""},{"value":"\"warning\""},{"value":"\"info\""},{"value":"\"success\""}]}},{"defaultValue":null,"description":"","name":"animation","required":false,"type":{"name":"enum","raw":"\"none\" | \"bounce\"","value":[{"value":"\"none\""},{"value":"\"bounce\""}]}},{"defaultValue":null,"description":"FlashMessage が表示されてから一定時間後に自動で閉じるかどうか","name":"autoClose","declarations":[{"fileName":"lib/components/FlashMessage/FlashMessage.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"","name":"seq","declarations":[{"fileName":"smarthr-ui/lib/components/FlashMessage/FlashMessageList/FlashMessageListProvider.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"number"}}]},{"tags":{"deprecated":"`FlashMessage` は気づきにくいため、安易な使用はお勧めしません。`NotificationBar` や `Dialog` の使用を検討してください。"},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/FlashMessage/FlashMessageList/FlashMessageListProvider.d.ts","description":"","displayName":"FlashMessageListProvider","methods":[],"props":[]},{"tags":{},"filePath":"lib/components/FlashMessage/FlashMessageList/FlashMessageList.d.ts","description":"","displayName":"FlashMessageList","methods":[],"props":[]},{"tags":{},"filePath":"lib/components/Experimental/SideMenu/SideMenuItem.d.ts","description":"","displayName":"SideMenuItem","methods":[],"props":[{"defaultValue":null,"description":"現在地かどうか","name":"current","declarations":[{"fileName":"lib/components/Experimental/SideMenu/SideMenuItem.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}}]},{"tags":{},"filePath":"lib/components/Experimental/SideMenu/SideMenuGroup.d.ts","description":"","displayName":"SideMenuGroup","methods":[],"props":[{"defaultValue":null,"description":"分類ラベル","name":"name","declarations":[{"fileName":"lib/components/Experimental/SideMenu/SideMenuGroup.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"分類ラベルの HTML タグ","name":"nameTag","declarations":[{"fileName":"lib/components/Experimental/SideMenu/SideMenuGroup.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"string | ComponentType","value":[{"value":"string"},{"value":"ComponentClass","description":"Represents a component class in React.","fullComment":"Represents a component class in React.\n@template P The props the component accepts.\n@template S The internal state of the component.","tags":{"template":"P The props the component accepts.\nS The internal state of the component."}},{"value":"FunctionComponent","description":"Represents the type of a function component. Can optionally\nreceive a type argument that represents the props the component\naccepts.","fullComment":"Represents the type of a function component. Can optionally\nreceive a type argument that represents the props the component\naccepts.\n@template P The props the component accepts.\n@see {@link https://react-typescript-cheatsheet.netlify.app/docs/basic/getting-started/function_components React TypeScript Cheatsheet}\n@example ```tsx\n// With props:\ntype Props = { name: string }\n\nconst MyComponent: FunctionComponent = (props) => {\n return
{props.name}
\n}\n```\n@example ```tsx\n// Without props:\nconst MyComponentWithoutProps: FunctionComponent = () => {\n return
MyComponentWithoutProps
\n}\n```","tags":{"template":"P The props the component accepts.","see":"{@link https://react-typescript-cheatsheet.netlify.app/docs/basic/getting-started/function_components React TypeScript Cheatsheet}","example":"```tsx\n// With props:\ntype Props = { name: string }\n\nconst MyComponent: FunctionComponent = (props) => {\n return
{props.name}
\n}\n```\n```tsx\n// Without props:\nconst MyComponentWithoutProps: FunctionComponent = () => {\n return
MyComponentWithoutProps
\n}\n```"}}]}},{"defaultValue":null,"description":"","name":"inline","required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"","name":"align","required":false,"type":{"name":"enum","raw":"\"center\" | \"baseline\" | \"end\" | \"start\" | \"flex-start\" | \"flex-end\" | \"stretch\"","value":[{"value":"\"center\""},{"value":"\"baseline\""},{"value":"\"end\""},{"value":"\"start\""},{"value":"\"flex-start\""},{"value":"\"flex-end\""},{"value":"\"stretch\""}]}},{"defaultValue":null,"description":"","name":"gap","required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | \"XXS\" | \"XS\" | \"S\" | \"M\" | \"L\" | \"XL\" | \"XXL\" | \"X3S\" | \"X3L\"","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}}]},{"tags":{"deprecated":"SideMenu コンポーネントは 2024/01 に削除予定です。別コンポーネントで代替するか、UI を見直してください。"},"filePath":"lib/components/Experimental/SideMenu/SideMenu.d.ts","description":"","displayName":"SideMenu","methods":[],"props":[{"defaultValue":null,"description":"","name":"inline","required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"","name":"align","required":false,"type":{"name":"enum","raw":"\"center\" | \"baseline\" | \"end\" | \"start\" | \"flex-start\" | \"flex-end\" | \"stretch\"","value":[{"value":"\"center\""},{"value":"\"baseline\""},{"value":"\"end\""},{"value":"\"start\""},{"value":"\"flex-start\""},{"value":"\"flex-end\""},{"value":"\"stretch\""}]}},{"defaultValue":null,"description":"","name":"gap","required":false,"type":{"name":"enum","raw":"0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 8 | -0.25 | -0.5 | -0.75 | -1 | -1.25 | -1.5 | -2 | -2.5 | -3 | -3.5 | -4 | -8 | \"XXS\" | \"XS\" | \"S\" | \"M\" | \"L\" | \"XL\" | \"XXL\" | \"X3S\" | \"X3L\"","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""}]}}]},{"tags":{},"filePath":"lib/components/Dropdown/SortDropdown/style.d.ts","description":"","displayName":"sortDropdownStyle","methods":[],"props":[{"defaultValue":null,"description":"","name":"class","declarations":[{"fileName":"smarthr-ui/node_modules/.pnpm/tailwind-variants@0.2.1_tailwindcss@3.4.4_ts-node@10.9.2_@swc+core@1.5.25_@swc+helpers@0.5.5__wixkefo76u54chbjz34lo5wxle/node_modules/tailwind-variants/dist/index.d.ts","name":"TypeLiteral"},{"fileName":"smarthr-ui/node_modules/.pnpm/tailwind-variants@0.2.1_tailwindcss@3.4.4_ts-node@10.9.2_@swc+core@1.5.25_@swc+helpers@0.5.5__wixkefo76u54chbjz34lo5wxle/node_modules/tailwind-variants/dist/index.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ClassNameValue","value":[{"value":"string"},{"value":"false"},{"value":"0"},{"value":"0n"},{"value":"ClassNameArray","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"","name":"className","declarations":[{"fileName":"smarthr-ui/node_modules/.pnpm/tailwind-variants@0.2.1_tailwindcss@3.4.4_ts-node@10.9.2_@swc+core@1.5.25_@swc+helpers@0.5.5__wixkefo76u54chbjz34lo5wxle/node_modules/tailwind-variants/dist/index.d.ts","name":"TypeLiteral"},{"fileName":"smarthr-ui/node_modules/.pnpm/tailwind-variants@0.2.1_tailwindcss@3.4.4_ts-node@10.9.2_@swc+core@1.5.25_@swc+helpers@0.5.5__wixkefo76u54chbjz34lo5wxle/node_modules/tailwind-variants/dist/index.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ClassNameValue","value":[{"value":"string"},{"value":"false"},{"value":"0"},{"value":"0n"},{"value":"ClassNameArray","description":"","fullComment":"","tags":{}}]}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Dropdown/SortDropdown/SortDropdown.d.ts","description":"","displayName":"SortDropdown","methods":[],"props":[{"defaultValue":null,"description":"並び替え項目","name":"sortFields","declarations":[{"fileName":"smarthr-ui/lib/components/Dropdown/SortDropdown/SortDropdown.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"(Option | Optgroup)[]"}},{"defaultValue":null,"description":"並び順の初期値","name":"defaultOrder","declarations":[{"fileName":"smarthr-ui/lib/components/Dropdown/SortDropdown/SortDropdown.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"\"desc\" | \"asc\"","value":[{"value":"\"desc\""},{"value":"\"asc\""}]}},{"defaultValue":null,"description":"適用時に発火するイベント","name":"onApply","declarations":[{"fileName":"smarthr-ui/lib/components/Dropdown/SortDropdown/SortDropdown.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"(args: ArgsOnApply) => void"}},{"defaultValue":null,"description":"キャンセル時に発火するイベント","name":"onCancel","declarations":[{"fileName":"smarthr-ui/lib/components/Dropdown/SortDropdown/SortDropdown.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"MouseEventHandler"}},{"defaultValue":null,"description":"","name":"decorators","declarations":[{"fileName":"smarthr-ui/lib/components/Dropdown/SortDropdown/SortDropdown.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"DecoratorsType<\"sortFieldLabel\" | \"sortOrderLabel\" | \"ascLabel\" | \"descLabel\" | \"applyButtonLabel\" | \"cancelButtonLabel\">"}},{"defaultValue":null,"description":"","name":"ref","declarations":[{"fileName":"smarthr-ui/node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"Ref","value":[{"value":"(instance: HTMLButtonElement) => void","description":"","fullComment":"","tags":{}},{"value":"RefObject","description":"A readonly ref container where {@link current} cannot be mutated.\n\nCreated by {@link createRef}, or {@link useRef} when passed `null`.","fullComment":"A readonly ref container where {@link current} cannot be mutated.\n\nCreated by {@link createRef}, or {@link useRef} when passed `null`.\n@template T The type of the ref's value.\n@example ```tsx\nconst ref = createRef();\n\nref.current = document.createElement('div'); // Error\n```","tags":{"template":"T The type of the ref's value.","example":"```tsx\nconst ref = createRef();\n\nref.current = document.createElement('div'); // Error\n```"}}]}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Dropdown/FilterDropdown/FilterDropdown.d.ts","description":"","displayName":"FilterDropdown","methods":[],"props":[{"defaultValue":null,"description":"","name":"isFiltered","declarations":[{"fileName":"smarthr-ui/lib/components/Dropdown/FilterDropdown/FilterDropdown.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"","name":"onApply","declarations":[{"fileName":"smarthr-ui/lib/components/Dropdown/FilterDropdown/FilterDropdown.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"MouseEventHandler"}},{"defaultValue":null,"description":"","name":"onCancel","declarations":[{"fileName":"smarthr-ui/lib/components/Dropdown/FilterDropdown/FilterDropdown.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"MouseEventHandler"}},{"defaultValue":null,"description":"","name":"onReset","declarations":[{"fileName":"smarthr-ui/lib/components/Dropdown/FilterDropdown/FilterDropdown.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"MouseEventHandler"}},{"defaultValue":null,"description":"","name":"hasStatusText","declarations":[{"fileName":"smarthr-ui/lib/components/Dropdown/FilterDropdown/FilterDropdown.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"","name":"decorators","declarations":[{"fileName":"smarthr-ui/lib/components/Dropdown/FilterDropdown/FilterDropdown.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"DecoratorsType<\"status\" | \"triggerButton\" | \"applyButton\" | \"cancelButton\" | \"resetButton\">"}},{"defaultValue":null,"description":"","name":"responseMessage","declarations":[{"fileName":"smarthr-ui/lib/components/Dropdown/FilterDropdown/FilterDropdown.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ResponseMessageType","value":[{"value":"{ status: \"error\" | \"success\"; text: ReactNode; }","description":"","fullComment":"","tags":{}},{"value":"{ status: \"processing\"; }","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"引き金となるボタンの大きさ","name":"triggerSize","declarations":[{"fileName":"smarthr-ui/lib/components/Dropdown/FilterDropdown/FilterDropdown.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"\"s\" | \"default\"","value":[{"value":"\"s\""},{"value":"\"default\""}]}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Dropdown/DropdownMenuButton/DropdownMenuButton.d.ts","description":"","displayName":"DropdownMenuButton","methods":[],"props":[{"defaultValue":null,"description":"引き金となるボタンラベル","name":"label","declarations":[{"fileName":"smarthr-ui/lib/components/Dropdown/DropdownMenuButton/DropdownMenuButton.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"操作群","name":"children","declarations":[{"fileName":"smarthr-ui/lib/components/Dropdown/DropdownMenuButton/DropdownMenuButton.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"Actions","value":[{"value":"false"},{"value":"true"},{"value":"\"\""},{"value":"0"},{"value":"ReactElement, string | JSXElementConstructor>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"ReactElement, string | JSXElementConstructor>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"ReactElement, \"variant\"> & { ...; }, string | JSXElementConstructor<...>>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"ActionItem[]","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"引き金となるボタンの大きさ","name":"triggerSize","declarations":[{"fileName":"smarthr-ui/lib/components/Dropdown/DropdownMenuButton/DropdownMenuButton.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"\"s\" | \"default\"","value":[{"value":"\"s\""},{"value":"\"default\""}]}},{"defaultValue":null,"description":"引き金となるボタンをアイコンのみとするかどうか","name":"onlyIconTrigger","declarations":[{"fileName":"smarthr-ui/lib/components/Dropdown/DropdownMenuButton/DropdownMenuButton.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"引き金となるアイコンを差し替えたい場合(onlyIconTrigger=true の場合のみ有効)","name":"triggerIcon","declarations":[{"fileName":"smarthr-ui/lib/components/Dropdown/DropdownMenuButton/DropdownMenuButton.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ComponentType & BaseComponentProps>","value":[{"value":"ComponentClass & BaseComponentProps, any>","description":"Represents a component class in React.","fullComment":"Represents a component class in React.\n@template P The props the component accepts.\n@template S The internal state of the component.","tags":{"template":"P The props the component accepts.\nS The internal state of the component."}},{"value":"FunctionComponent & BaseComponentProps>","description":"Represents the type of a function component. Can optionally\nreceive a type argument that represents the props the component\naccepts.","fullComment":"Represents the type of a function component. Can optionally\nreceive a type argument that represents the props the component\naccepts.\n@template P The props the component accepts.\n@see {@link https://react-typescript-cheatsheet.netlify.app/docs/basic/getting-started/function_components React TypeScript Cheatsheet}\n@example ```tsx\n// With props:\ntype Props = { name: string }\n\nconst MyComponent: FunctionComponent = (props) => {\n return
{props.name}
\n}\n```\n@example ```tsx\n// Without props:\nconst MyComponentWithoutProps: FunctionComponent = () => {\n return
MyComponentWithoutProps
\n}\n```","tags":{"template":"P The props the component accepts.","see":"{@link https://react-typescript-cheatsheet.netlify.app/docs/basic/getting-started/function_components React TypeScript Cheatsheet}","example":"```tsx\n// With props:\ntype Props = { name: string }\n\nconst MyComponent: FunctionComponent = (props) => {\n return
{props.name}
\n}\n```\n```tsx\n// Without props:\nconst MyComponentWithoutProps: FunctionComponent = () => {\n return
MyComponentWithoutProps
\n}\n```"}}]}},{"defaultValue":null,"description":"","name":"ref","declarations":[{"fileName":"smarthr-ui/node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"Ref","value":[{"value":"(instance: HTMLButtonElement) => void","description":"","fullComment":"","tags":{}},{"value":"RefObject","description":"A readonly ref container where {@link current} cannot be mutated.\n\nCreated by {@link createRef}, or {@link useRef} when passed `null`.","fullComment":"A readonly ref container where {@link current} cannot be mutated.\n\nCreated by {@link createRef}, or {@link useRef} when passed `null`.\n@template T The type of the ref's value.\n@example ```tsx\nconst ref = createRef();\n\nref.current = document.createElement('div'); // Error\n```","tags":{"template":"T The type of the ref's value.","example":"```tsx\nconst ref = createRef();\n\nref.current = document.createElement('div'); // Error\n```"}}]}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Dialog/RemoteTriggerMessageDialog/RemoteTriggerMessageDialog.d.ts","description":"","displayName":"RemoteTriggerMessageDialog","methods":[],"props":[{"defaultValue":null,"description":"ダイアログのタイトル","name":"title","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/MessageDialog/MessageDialogContentInner.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"ダイアログの幅","name":"width","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"string | number","value":[{"value":"string"},{"value":"number"}]}},{"defaultValue":null,"description":"コンポーネント内の文言を変更するための関数を設定","name":"decorators","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/MessageDialog/MessageDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"DecoratorsType<\"closeButtonLabel\">"}},{"defaultValue":null,"description":"ダイアログを開いたときの初期 top 位置","name":"top","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"ダイアログを開いたときの初期 bottom 位置","name":"bottom","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"ダイアログを開いたときの初期 left 位置","name":"left","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"ダイアログを開いたときの初期 right 位置","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"@deprecated SectioningContent(Article, Aside, Nav, Section)でDialog全体をラップして、ダイアログタイトルのHeadingレベルを設定してください","name":"titleTag","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/MessageDialog/MessageDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"HeadingTagTypes","value":[{"value":"\"h1\""},{"value":"\"h2\""},{"value":"\"h3\""},{"value":"\"h4\""},{"value":"\"h5\""},{"value":"\"h6\""}]}},{"defaultValue":null,"description":"","name":"contentBgColor","required":false,"type":{"name":"enum","raw":"\"GREY_5\" | \"GREY_6\" | \"GREY_7\" | \"GREY_9\" | \"GREY_20\" | \"WHITE\" | \"BACKGROUND\" | \"COLUMN\" | \"BASE_GREY\" | \"OVER_BACKGROUND\" | \"HEAD\" | \"BORDER\" | \"ACTION_BACKGROUND\"","value":[{"value":"\"GREY_5\""},{"value":"\"GREY_6\""},{"value":"\"GREY_7\""},{"value":"\"GREY_9\""},{"value":"\"GREY_20\""},{"value":"\"WHITE\""},{"value":"\"BACKGROUND\""},{"value":"\"COLUMN\""},{"value":"\"BASE_GREY\""},{"value":"\"OVER_BACKGROUND\""},{"value":"\"HEAD\""},{"value":"\"BORDER\""},{"value":"\"ACTION_BACKGROUND\""}]}},{"defaultValue":null,"description":"エスケープキーを押下した時に発火するコールバック関数","name":"onPressEscape","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"},{"fileName":"smarthr-ui/lib/components/Dialog/useRemoteTrigger.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"(() => void) & ((close: () => void) => void)"}},{"defaultValue":null,"description":"DOM 上でダイアログの要素を追加する親要素","name":"portalParent","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"HTMLElement | RefObject","value":[{"value":"HTMLElement","description":"Any HTML element. Some elements directly implement this interface, while others implement it via an interface that inherits it.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement)","fullComment":"Any HTML element. Some elements directly implement this interface, while others implement it via an interface that inherits it.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement)","tags":{}},{"value":"RefObject","description":"A readonly ref container where {@link current} cannot be mutated.\n\nCreated by {@link createRef}, or {@link useRef} when passed `null`.","fullComment":"A readonly ref container where {@link current} cannot be mutated.\n\nCreated by {@link createRef}, or {@link useRef} when passed `null`.\n@template T The type of the ref's value.\n@example ```tsx\nconst ref = createRef();\n\nref.current = document.createElement('div'); // Error\n```","tags":{"template":"T The type of the ref's value.","example":"```tsx\nconst ref = createRef();\n\nref.current = document.createElement('div'); // Error\n```"}}]}},{"defaultValue":null,"description":"","name":"contentPadding","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/useDialogInnerStyle.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"Gap | { block?: Gap; inline?: Gap; }","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""},{"value":"{ block?: Gap; inline?: Gap; }","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"ダイアログを開いた時にフォーカスする対象","name":"firstFocusTarget","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"RefObject"}},{"defaultValue":null,"description":"オーバーレイをクリックした時に発火するコールバック関数","name":"onClickOverlay","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"() => void"}},{"defaultValue":null,"description":"ダイアログの `aria-label`","name":"ariaLabel","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"ダイアログの `aria-labelledby`","name":"ariaLabelledby","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"ダイアログの説明","name":"description","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/MessageDialog/MessageDialogContentInner.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"ダイアログのサブタイトル","name":"subtitle","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/MessageDialog/MessageDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"","name":"onClickClose","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/useRemoteTrigger.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"(close: () => void) => void"}},{"defaultValue":null,"description":"","name":"onToggle","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/useRemoteTrigger.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"(isOpen: boolean) => void"}},{"defaultValue":null,"description":"","name":"onOpen","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/useRemoteTrigger.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"() => void"}},{"defaultValue":null,"description":"","name":"onClose","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/useRemoteTrigger.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"() => void"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Dialog/RemoteTriggerFormDialog/RemoteTriggerFormDialog.d.ts","description":"","displayName":"RemoteTriggerFormDialog","methods":[],"props":[{"defaultValue":null,"description":"ダイアログのタイトル","name":"title","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/FormDialog/FormDialogContentInner.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アクションボタンをクリックした時に発火するコールバック関数\n@param closeDialog - ダイアログを閉じる関数","name":"onSubmit","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/FormDialog/FormDialogContentInner.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"(closeDialog: () => void, e: FormEvent) => void"}},{"defaultValue":null,"description":"ダイアログの幅","name":"width","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"string | number","value":[{"value":"string"},{"value":"number"}]}},{"defaultValue":null,"description":"コンポーネント内の文言を変更するための関数を設定","name":"decorators","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/FormDialog/FormDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"DecoratorsType<\"closeButtonLabel\">"}},{"defaultValue":null,"description":"ダイアログを開いたときの初期 top 位置","name":"top","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"ダイアログを開いたときの初期 bottom 位置","name":"bottom","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"ダイアログを開いたときの初期 left 位置","name":"left","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"ダイアログを開いたときの初期 right 位置","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"@deprecated SectioningContent(Article, Aside, Nav, Section)でDialog全体をラップして、ダイアログタイトルのHeadingレベルを設定してください","name":"titleTag","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/FormDialog/FormDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"HeadingTagTypes","value":[{"value":"\"h1\""},{"value":"\"h2\""},{"value":"\"h3\""},{"value":"\"h4\""},{"value":"\"h5\""},{"value":"\"h6\""}]}},{"defaultValue":null,"description":"","name":"responseMessage","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/FormDialog/FormDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ResponseMessageType","value":[{"value":"{ status: \"error\" | \"success\"; text: ReactNode; }","description":"","fullComment":"","tags":{}},{"value":"{ status: \"processing\"; }","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"","name":"contentBgColor","required":false,"type":{"name":"enum","raw":"\"GREY_5\" | \"GREY_6\" | \"GREY_7\" | \"GREY_9\" | \"GREY_20\" | \"WHITE\" | \"BACKGROUND\" | \"COLUMN\" | \"BASE_GREY\" | \"OVER_BACKGROUND\" | \"HEAD\" | \"BORDER\" | \"ACTION_BACKGROUND\"","value":[{"value":"\"GREY_5\""},{"value":"\"GREY_6\""},{"value":"\"GREY_7\""},{"value":"\"GREY_9\""},{"value":"\"GREY_20\""},{"value":"\"WHITE\""},{"value":"\"BACKGROUND\""},{"value":"\"COLUMN\""},{"value":"\"BASE_GREY\""},{"value":"\"OVER_BACKGROUND\""},{"value":"\"HEAD\""},{"value":"\"BORDER\""},{"value":"\"ACTION_BACKGROUND\""}]}},{"defaultValue":null,"description":"エスケープキーを押下した時に発火するコールバック関数","name":"onPressEscape","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"},{"fileName":"smarthr-ui/lib/components/Dialog/useRemoteTrigger.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"(() => void) & ((close: () => void) => void)"}},{"defaultValue":null,"description":"DOM 上でダイアログの要素を追加する親要素","name":"portalParent","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"HTMLElement | RefObject","value":[{"value":"HTMLElement","description":"Any HTML element. Some elements directly implement this interface, while others implement it via an interface that inherits it.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement)","fullComment":"Any HTML element. Some elements directly implement this interface, while others implement it via an interface that inherits it.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement)","tags":{}},{"value":"RefObject","description":"A readonly ref container where {@link current} cannot be mutated.\n\nCreated by {@link createRef}, or {@link useRef} when passed `null`.","fullComment":"A readonly ref container where {@link current} cannot be mutated.\n\nCreated by {@link createRef}, or {@link useRef} when passed `null`.\n@template T The type of the ref's value.\n@example ```tsx\nconst ref = createRef();\n\nref.current = document.createElement('div'); // Error\n```","tags":{"template":"T The type of the ref's value.","example":"```tsx\nconst ref = createRef();\n\nref.current = document.createElement('div'); // Error\n```"}}]}},{"defaultValue":null,"description":"","name":"contentPadding","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/useDialogInnerStyle.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"Gap | { block?: Gap; inline?: Gap; }","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""},{"value":"{ block?: Gap; inline?: Gap; }","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"ダイアログを開いた時にフォーカスする対象","name":"firstFocusTarget","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"RefObject"}},{"defaultValue":null,"description":"オーバーレイをクリックした時に発火するコールバック関数","name":"onClickOverlay","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"() => void"}},{"defaultValue":null,"description":"ダイアログの `aria-label`","name":"ariaLabel","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"ダイアログの `aria-labelledby`","name":"ariaLabelledby","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"ダイアログのサブタイトル","name":"subtitle","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/FormDialog/FormDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アクションボタンのラベル","name":"actionText","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/FormDialog/FormDialogContentInner.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アクションボタンのスタイル","name":"actionTheme","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/FormDialog/FormDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"\"primary\" | \"secondary\" | \"danger\"","value":[{"value":"\"primary\""},{"value":"\"secondary\""},{"value":"\"danger\""}]}},{"defaultValue":null,"description":"アクションボタンを無効にするかどうか","name":"actionDisabled","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/FormDialog/FormDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"閉じるボタンを無効にするかどうか","name":"closeDisabled","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/FormDialog/FormDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"ダイアログフッターの左端操作領域","name":"subActionArea","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/FormDialog/FormDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"","name":"onClickClose","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/useRemoteTrigger.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"(close: () => void) => void"}},{"defaultValue":null,"description":"","name":"onToggle","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/useRemoteTrigger.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"(isOpen: boolean) => void"}},{"defaultValue":null,"description":"","name":"onOpen","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/useRemoteTrigger.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"() => void"}},{"defaultValue":null,"description":"","name":"onClose","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/useRemoteTrigger.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"() => void"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Dialog/RemoteTriggerActionDialog/RemoteTriggerActionDialog.d.ts","description":"","displayName":"RemoteTriggerActionDialog","methods":[],"props":[{"defaultValue":null,"description":"ダイアログのタイトル","name":"title","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"ダイアログの幅","name":"width","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"string | number","value":[{"value":"string"},{"value":"number"}]}},{"defaultValue":null,"description":"コンポーネント内の文言を変更するための関数を設定","name":"decorators","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"DecoratorsType<\"closeButtonLabel\">"}},{"defaultValue":null,"description":"ダイアログを開いたときの初期 top 位置","name":"top","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"ダイアログを開いたときの初期 bottom 位置","name":"bottom","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"ダイアログを開いたときの初期 left 位置","name":"left","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"ダイアログを開いたときの初期 right 位置","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"@deprecated SectioningContent(Article, Aside, Nav, Section)でDialog全体をラップして、ダイアログタイトルのHeadingレベルを設定してください","name":"titleTag","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"HeadingTagTypes","value":[{"value":"\"h1\""},{"value":"\"h2\""},{"value":"\"h3\""},{"value":"\"h4\""},{"value":"\"h5\""},{"value":"\"h6\""}]}},{"defaultValue":null,"description":"","name":"responseMessage","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ResponseMessageType","value":[{"value":"{ status: \"error\" | \"success\"; text: ReactNode; }","description":"","fullComment":"","tags":{}},{"value":"{ status: \"processing\"; }","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"","name":"contentBgColor","required":false,"type":{"name":"enum","raw":"\"GREY_5\" | \"GREY_6\" | \"GREY_7\" | \"GREY_9\" | \"GREY_20\" | \"WHITE\" | \"BACKGROUND\" | \"COLUMN\" | \"BASE_GREY\" | \"OVER_BACKGROUND\" | \"HEAD\" | \"BORDER\" | \"ACTION_BACKGROUND\"","value":[{"value":"\"GREY_5\""},{"value":"\"GREY_6\""},{"value":"\"GREY_7\""},{"value":"\"GREY_9\""},{"value":"\"GREY_20\""},{"value":"\"WHITE\""},{"value":"\"BACKGROUND\""},{"value":"\"COLUMN\""},{"value":"\"BASE_GREY\""},{"value":"\"OVER_BACKGROUND\""},{"value":"\"HEAD\""},{"value":"\"BORDER\""},{"value":"\"ACTION_BACKGROUND\""}]}},{"defaultValue":null,"description":"エスケープキーを押下した時に発火するコールバック関数","name":"onPressEscape","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"},{"fileName":"smarthr-ui/lib/components/Dialog/useRemoteTrigger.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"(() => void) & ((close: () => void) => void)"}},{"defaultValue":null,"description":"DOM 上でダイアログの要素を追加する親要素","name":"portalParent","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"HTMLElement | RefObject","value":[{"value":"HTMLElement","description":"Any HTML element. Some elements directly implement this interface, while others implement it via an interface that inherits it.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement)","fullComment":"Any HTML element. Some elements directly implement this interface, while others implement it via an interface that inherits it.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement)","tags":{}},{"value":"RefObject","description":"A readonly ref container where {@link current} cannot be mutated.\n\nCreated by {@link createRef}, or {@link useRef} when passed `null`.","fullComment":"A readonly ref container where {@link current} cannot be mutated.\n\nCreated by {@link createRef}, or {@link useRef} when passed `null`.\n@template T The type of the ref's value.\n@example ```tsx\nconst ref = createRef();\n\nref.current = document.createElement('div'); // Error\n```","tags":{"template":"T The type of the ref's value.","example":"```tsx\nconst ref = createRef();\n\nref.current = document.createElement('div'); // Error\n```"}}]}},{"defaultValue":null,"description":"","name":"contentPadding","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/useDialogInnerStyle.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"Gap | { block?: Gap; inline?: Gap; }","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""},{"value":"{ block?: Gap; inline?: Gap; }","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"ダイアログを開いた時にフォーカスする対象","name":"firstFocusTarget","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"RefObject"}},{"defaultValue":null,"description":"オーバーレイをクリックした時に発火するコールバック関数","name":"onClickOverlay","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"() => void"}},{"defaultValue":null,"description":"ダイアログの `aria-label`","name":"ariaLabel","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"ダイアログの `aria-labelledby`","name":"ariaLabelledby","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"ダイアログのサブタイトル","name":"subtitle","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アクションボタンのラベル","name":"actionText","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アクションボタンのスタイル","name":"actionTheme","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"\"primary\" | \"secondary\" | \"danger\"","value":[{"value":"\"primary\""},{"value":"\"secondary\""},{"value":"\"danger\""}]}},{"defaultValue":null,"description":"アクションボタンを無効にするかどうか","name":"actionDisabled","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"閉じるボタンを無効にするかどうか","name":"closeDisabled","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"ダイアログフッターの左端操作領域","name":"subActionArea","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アクションボタンをクリックした時に発火するコールバック関数\n@param closeDialog - ダイアログを閉じる関数","name":"onClickAction","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"(closeDialog: () => void) => void"}},{"defaultValue":null,"description":"","name":"onClickClose","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/useRemoteTrigger.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"(close: () => void) => void"}},{"defaultValue":null,"description":"","name":"onToggle","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/useRemoteTrigger.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"(isOpen: boolean) => void"}},{"defaultValue":null,"description":"","name":"onOpen","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/useRemoteTrigger.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"() => void"}},{"defaultValue":null,"description":"","name":"onClose","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/useRemoteTrigger.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"() => void"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Dialog/MessageDialog/MessageDialogContentInner.d.ts","description":"","displayName":"MessageDialogContentInner","methods":[],"props":[{"defaultValue":null,"description":"ダイアログのタイトル","name":"title","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/MessageDialog/MessageDialogContentInner.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"ダイアログのサブタイトル","name":"subtitle","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/MessageDialog/MessageDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"@deprecated SectioningContent(Article, Aside, Nav, Section)でDialog全体をラップして、ダイアログタイトルのHeadingレベルを設定してください","name":"titleTag","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/MessageDialog/MessageDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"HeadingTagTypes","value":[{"value":"\"h1\""},{"value":"\"h2\""},{"value":"\"h3\""},{"value":"\"h4\""},{"value":"\"h5\""},{"value":"\"h6\""}]}},{"defaultValue":null,"description":"ダイアログの説明","name":"description","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/MessageDialog/MessageDialogContentInner.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"コンポーネント内の文言を変更するための関数を設定","name":"decorators","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/MessageDialog/MessageDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"DecoratorsType<\"closeButtonLabel\">"}},{"defaultValue":null,"description":"","name":"contentBgColor","required":false,"type":{"name":"enum","raw":"\"GREY_5\" | \"GREY_6\" | \"GREY_7\" | \"GREY_9\" | \"GREY_20\" | \"WHITE\" | \"BACKGROUND\" | \"COLUMN\" | \"BASE_GREY\" | \"OVER_BACKGROUND\" | \"HEAD\" | \"BORDER\" | \"ACTION_BACKGROUND\"","value":[{"value":"\"GREY_5\""},{"value":"\"GREY_6\""},{"value":"\"GREY_7\""},{"value":"\"GREY_9\""},{"value":"\"GREY_20\""},{"value":"\"WHITE\""},{"value":"\"BACKGROUND\""},{"value":"\"COLUMN\""},{"value":"\"BASE_GREY\""},{"value":"\"OVER_BACKGROUND\""},{"value":"\"HEAD\""},{"value":"\"BORDER\""},{"value":"\"ACTION_BACKGROUND\""}]}},{"defaultValue":null,"description":"","name":"contentPadding","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/useDialogInnerStyle.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"Gap | { block?: Gap; inline?: Gap; }","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""},{"value":"{ block?: Gap; inline?: Gap; }","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"","name":"onClickClose","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/MessageDialog/MessageDialogContentInner.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"() => void"}},{"defaultValue":null,"description":"","name":"titleId","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/MessageDialog/MessageDialogContentInner.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Dialog/MessageDialog/MessageDialogContent.d.ts","description":"","displayName":"MessageDialogContent","methods":[],"props":[{"defaultValue":null,"description":"ダイアログのタイトル","name":"title","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/MessageDialog/MessageDialogContentInner.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"ダイアログのサブタイトル","name":"subtitle","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/MessageDialog/MessageDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"@deprecated SectioningContent(Article, Aside, Nav, Section)でDialog全体をラップして、ダイアログタイトルのHeadingレベルを設定してください","name":"titleTag","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/MessageDialog/MessageDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"HeadingTagTypes","value":[{"value":"\"h1\""},{"value":"\"h2\""},{"value":"\"h3\""},{"value":"\"h4\""},{"value":"\"h5\""},{"value":"\"h6\""}]}},{"defaultValue":null,"description":"ダイアログの説明","name":"description","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/MessageDialog/MessageDialogContentInner.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"コンポーネント内の文言を変更するための関数を設定","name":"decorators","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/MessageDialog/MessageDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"DecoratorsType<\"closeButtonLabel\">"}},{"defaultValue":null,"description":"","name":"contentBgColor","required":false,"type":{"name":"enum","raw":"\"GREY_5\" | \"GREY_6\" | \"GREY_7\" | \"GREY_9\" | \"GREY_20\" | \"WHITE\" | \"BACKGROUND\" | \"COLUMN\" | \"BASE_GREY\" | \"OVER_BACKGROUND\" | \"HEAD\" | \"BORDER\" | \"ACTION_BACKGROUND\"","value":[{"value":"\"GREY_5\""},{"value":"\"GREY_6\""},{"value":"\"GREY_7\""},{"value":"\"GREY_9\""},{"value":"\"GREY_20\""},{"value":"\"WHITE\""},{"value":"\"BACKGROUND\""},{"value":"\"COLUMN\""},{"value":"\"BASE_GREY\""},{"value":"\"OVER_BACKGROUND\""},{"value":"\"HEAD\""},{"value":"\"BORDER\""},{"value":"\"ACTION_BACKGROUND\""}]}},{"defaultValue":null,"description":"","name":"contentPadding","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/useDialogInnerStyle.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"Gap | { block?: Gap; inline?: Gap; }","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""},{"value":"{ block?: Gap; inline?: Gap; }","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"ダイアログの幅","name":"width","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"string | number","value":[{"value":"string"},{"value":"number"}]}},{"defaultValue":null,"description":"ダイアログを開いたときの初期 top 位置","name":"top","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"ダイアログを開いたときの初期 bottom 位置","name":"bottom","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"ダイアログを開いたときの初期 left 位置","name":"left","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"ダイアログを開いたときの初期 right 位置","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"ダイアログを開いた時にフォーカスする対象","name":"firstFocusTarget","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"RefObject"}},{"defaultValue":null,"description":"ダイアログの `aria-label`","name":"ariaLabel","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"ダイアログの `aria-labelledby`","name":"ariaLabelledby","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"DOM 上でダイアログの要素を追加する親要素","name":"portalParent","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"HTMLElement | RefObject","value":[{"value":"HTMLElement","description":"Any HTML element. Some elements directly implement this interface, while others implement it via an interface that inherits it.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement)","fullComment":"Any HTML element. Some elements directly implement this interface, while others implement it via an interface that inherits it.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement)","tags":{}},{"value":"RefObject","description":"A readonly ref container where {@link current} cannot be mutated.\n\nCreated by {@link createRef}, or {@link useRef} when passed `null`.","fullComment":"A readonly ref container where {@link current} cannot be mutated.\n\nCreated by {@link createRef}, or {@link useRef} when passed `null`.\n@template T The type of the ref's value.\n@example ```tsx\nconst ref = createRef();\n\nref.current = document.createElement('div'); // Error\n```","tags":{"template":"T The type of the ref's value.","example":"```tsx\nconst ref = createRef();\n\nref.current = document.createElement('div'); // Error\n```"}}]}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Dialog/MessageDialog/MessageDialog.d.ts","description":"","displayName":"MessageDialog","methods":[],"props":[{"defaultValue":null,"description":"ダイアログのタイトル","name":"title","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/MessageDialog/MessageDialogContentInner.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"コンポーネント内の文言を変更するための関数を設定","name":"decorators","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/MessageDialog/MessageDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"DecoratorsType<\"closeButtonLabel\">"}},{"defaultValue":null,"description":"@deprecated SectioningContent(Article, Aside, Nav, Section)でDialog全体をラップして、ダイアログタイトルのHeadingレベルを設定してください","name":"titleTag","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/MessageDialog/MessageDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"HeadingTagTypes","value":[{"value":"\"h1\""},{"value":"\"h2\""},{"value":"\"h3\""},{"value":"\"h4\""},{"value":"\"h5\""},{"value":"\"h6\""}]}},{"defaultValue":null,"description":"","name":"contentBgColor","required":false,"type":{"name":"enum","raw":"\"GREY_5\" | \"GREY_6\" | \"GREY_7\" | \"GREY_9\" | \"GREY_20\" | \"WHITE\" | \"BACKGROUND\" | \"COLUMN\" | \"BASE_GREY\" | \"OVER_BACKGROUND\" | \"HEAD\" | \"BORDER\" | \"ACTION_BACKGROUND\"","value":[{"value":"\"GREY_5\""},{"value":"\"GREY_6\""},{"value":"\"GREY_7\""},{"value":"\"GREY_9\""},{"value":"\"GREY_20\""},{"value":"\"WHITE\""},{"value":"\"BACKGROUND\""},{"value":"\"COLUMN\""},{"value":"\"BASE_GREY\""},{"value":"\"OVER_BACKGROUND\""},{"value":"\"HEAD\""},{"value":"\"BORDER\""},{"value":"\"ACTION_BACKGROUND\""}]}},{"defaultValue":null,"description":"","name":"onClickClose","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/MessageDialog/MessageDialogContentInner.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"() => void"}},{"defaultValue":null,"description":"","name":"contentPadding","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/useDialogInnerStyle.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"Gap | { block?: Gap; inline?: Gap; }","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""},{"value":"{ block?: Gap; inline?: Gap; }","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"ダイアログの説明","name":"description","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/MessageDialog/MessageDialogContentInner.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"ダイアログのサブタイトル","name":"subtitle","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/MessageDialog/MessageDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"ダイアログの幅","name":"width","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"string | number","value":[{"value":"string"},{"value":"number"}]}},{"defaultValue":null,"description":"ダイアログを開いたときの初期 top 位置","name":"top","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"ダイアログを開いたときの初期 bottom 位置","name":"bottom","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"ダイアログを開いたときの初期 left 位置","name":"left","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"ダイアログを開いたときの初期 right 位置","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"ダイアログを開いた時にフォーカスする対象","name":"firstFocusTarget","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"RefObject"}},{"defaultValue":null,"description":"ダイアログの `aria-label`","name":"ariaLabel","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"ダイアログの `aria-labelledby`","name":"ariaLabelledby","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"ダイアログを開いているかどうか","name":"isOpen","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"エスケープキーを押下した時に発火するコールバック関数","name":"onPressEscape","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"() => void"}},{"defaultValue":null,"description":"オーバーレイをクリックした時に発火するコールバック関数","name":"onClickOverlay","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"() => void"}},{"defaultValue":null,"description":"DOM 上でダイアログの要素を追加する親要素","name":"portalParent","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"HTMLElement | RefObject","value":[{"value":"HTMLElement","description":"Any HTML element. Some elements directly implement this interface, while others implement it via an interface that inherits it.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement)","fullComment":"Any HTML element. Some elements directly implement this interface, while others implement it via an interface that inherits it.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement)","tags":{}},{"value":"RefObject","description":"A readonly ref container where {@link current} cannot be mutated.\n\nCreated by {@link createRef}, or {@link useRef} when passed `null`.","fullComment":"A readonly ref container where {@link current} cannot be mutated.\n\nCreated by {@link createRef}, or {@link useRef} when passed `null`.\n@template T The type of the ref's value.\n@example ```tsx\nconst ref = createRef();\n\nref.current = document.createElement('div'); // Error\n```","tags":{"template":"T The type of the ref's value.","example":"```tsx\nconst ref = createRef();\n\nref.current = document.createElement('div'); // Error\n```"}}]}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Dialog/ActionDialogWithTrigger/ActionDialogWithTrigger.d.ts","description":"","displayName":"ActionDialogWithTrigger","methods":[],"props":[{"defaultValue":null,"description":"ダイアログのタイトル","name":"title","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"ダイアログの幅","name":"width","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"string | number","value":[{"value":"string"},{"value":"number"}]}},{"defaultValue":null,"description":"コンポーネント内の文言を変更するための関数を設定","name":"decorators","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"DecoratorsType<\"closeButtonLabel\">"}},{"defaultValue":null,"description":"ダイアログを開いたときの初期 top 位置","name":"top","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"ダイアログを開いたときの初期 bottom 位置","name":"bottom","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"ダイアログを開いたときの初期 left 位置","name":"left","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"ダイアログを開いたときの初期 right 位置","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"@deprecated SectioningContent(Article, Aside, Nav, Section)でDialog全体をラップして、ダイアログタイトルのHeadingレベルを設定してください","name":"titleTag","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"HeadingTagTypes","value":[{"value":"\"h1\""},{"value":"\"h2\""},{"value":"\"h3\""},{"value":"\"h4\""},{"value":"\"h5\""},{"value":"\"h6\""}]}},{"defaultValue":null,"description":"","name":"responseMessage","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ResponseMessageType","value":[{"value":"{ status: \"error\" | \"success\"; text: ReactNode; }","description":"","fullComment":"","tags":{}},{"value":"{ status: \"processing\"; }","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"","name":"contentBgColor","required":false,"type":{"name":"enum","raw":"\"GREY_5\" | \"GREY_6\" | \"GREY_7\" | \"GREY_9\" | \"GREY_20\" | \"WHITE\" | \"BACKGROUND\" | \"COLUMN\" | \"BASE_GREY\" | \"OVER_BACKGROUND\" | \"HEAD\" | \"BORDER\" | \"ACTION_BACKGROUND\"","value":[{"value":"\"GREY_5\""},{"value":"\"GREY_6\""},{"value":"\"GREY_7\""},{"value":"\"GREY_9\""},{"value":"\"GREY_20\""},{"value":"\"WHITE\""},{"value":"\"BACKGROUND\""},{"value":"\"COLUMN\""},{"value":"\"BASE_GREY\""},{"value":"\"OVER_BACKGROUND\""},{"value":"\"HEAD\""},{"value":"\"BORDER\""},{"value":"\"ACTION_BACKGROUND\""}]}},{"defaultValue":null,"description":"DOM 上でダイアログの要素を追加する親要素","name":"portalParent","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"HTMLElement | RefObject","value":[{"value":"HTMLElement","description":"Any HTML element. Some elements directly implement this interface, while others implement it via an interface that inherits it.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement)","fullComment":"Any HTML element. Some elements directly implement this interface, while others implement it via an interface that inherits it.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement)","tags":{}},{"value":"RefObject","description":"A readonly ref container where {@link current} cannot be mutated.\n\nCreated by {@link createRef}, or {@link useRef} when passed `null`.","fullComment":"A readonly ref container where {@link current} cannot be mutated.\n\nCreated by {@link createRef}, or {@link useRef} when passed `null`.\n@template T The type of the ref's value.\n@example ```tsx\nconst ref = createRef();\n\nref.current = document.createElement('div'); // Error\n```","tags":{"template":"T The type of the ref's value.","example":"```tsx\nconst ref = createRef();\n\nref.current = document.createElement('div'); // Error\n```"}}]}},{"defaultValue":null,"description":"","name":"contentPadding","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/useDialogInnerStyle.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"Gap | { block?: Gap; inline?: Gap; }","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""},{"value":"{ block?: Gap; inline?: Gap; }","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"ダイアログを開いた時にフォーカスする対象","name":"firstFocusTarget","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"RefObject"}},{"defaultValue":null,"description":"オーバーレイをクリックした時に発火するコールバック関数","name":"onClickOverlay","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"() => void"}},{"defaultValue":null,"description":"ダイアログの `aria-label`","name":"ariaLabel","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"ダイアログの `aria-labelledby`","name":"ariaLabelledby","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"ダイアログのサブタイトル","name":"subtitle","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アクションボタンのラベル","name":"actionText","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アクションボタンのスタイル","name":"actionTheme","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"\"primary\" | \"secondary\" | \"danger\"","value":[{"value":"\"primary\""},{"value":"\"secondary\""},{"value":"\"danger\""}]}},{"defaultValue":null,"description":"アクションボタンを無効にするかどうか","name":"actionDisabled","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"閉じるボタンを無効にするかどうか","name":"closeDisabled","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"ダイアログフッターの左端操作領域","name":"subActionArea","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アクションボタンをクリックした時に発火するコールバック関数\n@param closeDialog - ダイアログを閉じる関数","name":"onClickAction","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"(closeDialog: () => void) => void"}},{"defaultValue":null,"description":"","name":"trigger","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialogWithTrigger/ActionDialogWithTrigger.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"Omit>, \"aria-controls\" | \"aria-haspopup\" | \"onClick\">"}},{"defaultValue":null,"description":"","name":"onClickTrigger","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialogWithTrigger/ActionDialogWithTrigger.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"(open: ToggleModalActionType) => void"}},{"defaultValue":null,"description":"","name":"onClickClose","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialogWithTrigger/ActionDialogWithTrigger.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"(close: ToggleModalActionType) => void"}},{"defaultValue":null,"description":"","name":"onPressEscape","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialogWithTrigger/ActionDialogWithTrigger.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"(close: ToggleModalActionType) => void"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Dialog/FormDialog/FormDialogContentInner.d.ts","description":"","displayName":"FormDialogContentInner","methods":[],"props":[{"defaultValue":null,"description":"ダイアログのタイトル","name":"title","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/FormDialog/FormDialogContentInner.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"ダイアログのサブタイトル","name":"subtitle","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/FormDialog/FormDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"@deprecated SectioningContent(Article, Aside, Nav, Section)でDialog全体をラップして、ダイアログタイトルのHeadingレベルを設定してください","name":"titleTag","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/FormDialog/FormDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"HeadingTagTypes","value":[{"value":"\"h1\""},{"value":"\"h2\""},{"value":"\"h3\""},{"value":"\"h4\""},{"value":"\"h5\""},{"value":"\"h6\""}]}},{"defaultValue":null,"description":"アクションボタンのラベル","name":"actionText","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/FormDialog/FormDialogContentInner.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アクションボタンのスタイル","name":"actionTheme","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/FormDialog/FormDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"\"primary\" | \"secondary\" | \"danger\"","value":[{"value":"\"primary\""},{"value":"\"secondary\""},{"value":"\"danger\""}]}},{"defaultValue":null,"description":"アクションボタンをクリックした時に発火するコールバック関数\n@param closeDialog - ダイアログを閉じる関数","name":"onSubmit","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/FormDialog/FormDialogContentInner.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"(closeDialog: () => void, e: FormEvent) => void"}},{"defaultValue":null,"description":"アクションボタンを無効にするかどうか","name":"actionDisabled","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/FormDialog/FormDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"閉じるボタンを無効にするかどうか","name":"closeDisabled","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/FormDialog/FormDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"ダイアログフッターの左端操作領域","name":"subActionArea","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/FormDialog/FormDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"コンポーネント内の文言を変更するための関数を設定","name":"decorators","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/FormDialog/FormDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"DecoratorsType<\"closeButtonLabel\">"}},{"defaultValue":null,"description":"","name":"contentBgColor","required":false,"type":{"name":"enum","raw":"\"GREY_5\" | \"GREY_6\" | \"GREY_7\" | \"GREY_9\" | \"GREY_20\" | \"WHITE\" | \"BACKGROUND\" | \"COLUMN\" | \"BASE_GREY\" | \"OVER_BACKGROUND\" | \"HEAD\" | \"BORDER\" | \"ACTION_BACKGROUND\"","value":[{"value":"\"GREY_5\""},{"value":"\"GREY_6\""},{"value":"\"GREY_7\""},{"value":"\"GREY_9\""},{"value":"\"GREY_20\""},{"value":"\"WHITE\""},{"value":"\"BACKGROUND\""},{"value":"\"COLUMN\""},{"value":"\"BASE_GREY\""},{"value":"\"OVER_BACKGROUND\""},{"value":"\"HEAD\""},{"value":"\"BORDER\""},{"value":"\"ACTION_BACKGROUND\""}]}},{"defaultValue":null,"description":"","name":"contentPadding","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/useDialogInnerStyle.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"Gap | { block?: Gap; inline?: Gap; }","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""},{"value":"{ block?: Gap; inline?: Gap; }","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"","name":"onClickClose","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/FormDialog/FormDialogContentInner.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"() => void"}},{"defaultValue":null,"description":"","name":"responseMessage","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/FormDialog/FormDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ResponseMessageType","value":[{"value":"{ status: \"error\" | \"success\"; text: ReactNode; }","description":"","fullComment":"","tags":{}},{"value":"{ status: \"processing\"; }","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"","name":"titleId","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/FormDialog/FormDialogContentInner.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Dialog/FormDialog/FormDialogContent.d.ts","description":"","displayName":"FormDialogContent","methods":[],"props":[{"defaultValue":null,"description":"ダイアログのタイトル","name":"title","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/FormDialog/FormDialogContentInner.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"ダイアログのサブタイトル","name":"subtitle","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/FormDialog/FormDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"@deprecated SectioningContent(Article, Aside, Nav, Section)でDialog全体をラップして、ダイアログタイトルのHeadingレベルを設定してください","name":"titleTag","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/FormDialog/FormDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"HeadingTagTypes","value":[{"value":"\"h1\""},{"value":"\"h2\""},{"value":"\"h3\""},{"value":"\"h4\""},{"value":"\"h5\""},{"value":"\"h6\""}]}},{"defaultValue":null,"description":"アクションボタンのラベル","name":"actionText","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/FormDialog/FormDialogContentInner.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アクションボタンのスタイル","name":"actionTheme","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/FormDialog/FormDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"\"primary\" | \"secondary\" | \"danger\"","value":[{"value":"\"primary\""},{"value":"\"secondary\""},{"value":"\"danger\""}]}},{"defaultValue":null,"description":"アクションボタンをクリックした時に発火するコールバック関数\n@param closeDialog - ダイアログを閉じる関数","name":"onSubmit","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/FormDialog/FormDialogContentInner.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"(closeDialog: () => void, e: FormEvent) => void"}},{"defaultValue":null,"description":"アクションボタンを無効にするかどうか","name":"actionDisabled","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/FormDialog/FormDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"閉じるボタンを無効にするかどうか","name":"closeDisabled","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/FormDialog/FormDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"ダイアログフッターの左端操作領域","name":"subActionArea","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/FormDialog/FormDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"コンポーネント内の文言を変更するための関数を設定","name":"decorators","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/FormDialog/FormDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"DecoratorsType<\"closeButtonLabel\">"}},{"defaultValue":null,"description":"","name":"contentBgColor","required":false,"type":{"name":"enum","raw":"\"GREY_5\" | \"GREY_6\" | \"GREY_7\" | \"GREY_9\" | \"GREY_20\" | \"WHITE\" | \"BACKGROUND\" | \"COLUMN\" | \"BASE_GREY\" | \"OVER_BACKGROUND\" | \"HEAD\" | \"BORDER\" | \"ACTION_BACKGROUND\"","value":[{"value":"\"GREY_5\""},{"value":"\"GREY_6\""},{"value":"\"GREY_7\""},{"value":"\"GREY_9\""},{"value":"\"GREY_20\""},{"value":"\"WHITE\""},{"value":"\"BACKGROUND\""},{"value":"\"COLUMN\""},{"value":"\"BASE_GREY\""},{"value":"\"OVER_BACKGROUND\""},{"value":"\"HEAD\""},{"value":"\"BORDER\""},{"value":"\"ACTION_BACKGROUND\""}]}},{"defaultValue":null,"description":"","name":"contentPadding","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/useDialogInnerStyle.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"Gap | { block?: Gap; inline?: Gap; }","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""},{"value":"{ block?: Gap; inline?: Gap; }","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"ダイアログの幅","name":"width","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"string | number","value":[{"value":"string"},{"value":"number"}]}},{"defaultValue":null,"description":"ダイアログを開いたときの初期 top 位置","name":"top","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"ダイアログを開いたときの初期 bottom 位置","name":"bottom","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"ダイアログを開いたときの初期 left 位置","name":"left","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"ダイアログを開いたときの初期 right 位置","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"ダイアログを開いた時にフォーカスする対象","name":"firstFocusTarget","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"RefObject"}},{"defaultValue":null,"description":"ダイアログの `aria-label`","name":"ariaLabel","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"ダイアログの `aria-labelledby`","name":"ariaLabelledby","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"DOM 上でダイアログの要素を追加する親要素","name":"portalParent","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"HTMLElement | RefObject","value":[{"value":"HTMLElement","description":"Any HTML element. Some elements directly implement this interface, while others implement it via an interface that inherits it.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement)","fullComment":"Any HTML element. Some elements directly implement this interface, while others implement it via an interface that inherits it.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement)","tags":{}},{"value":"RefObject","description":"A readonly ref container where {@link current} cannot be mutated.\n\nCreated by {@link createRef}, or {@link useRef} when passed `null`.","fullComment":"A readonly ref container where {@link current} cannot be mutated.\n\nCreated by {@link createRef}, or {@link useRef} when passed `null`.\n@template T The type of the ref's value.\n@example ```tsx\nconst ref = createRef();\n\nref.current = document.createElement('div'); // Error\n```","tags":{"template":"T The type of the ref's value.","example":"```tsx\nconst ref = createRef();\n\nref.current = document.createElement('div'); // Error\n```"}}]}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Dialog/FormDialog/FormDialog.d.ts","description":"","displayName":"FormDialog","methods":[],"props":[{"defaultValue":null,"description":"ダイアログのタイトル","name":"title","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/FormDialog/FormDialogContentInner.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アクションボタンをクリックした時に発火するコールバック関数\n@param closeDialog - ダイアログを閉じる関数","name":"onSubmit","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/FormDialog/FormDialogContentInner.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"(closeDialog: () => void, e: FormEvent) => void"}},{"defaultValue":null,"description":"コンポーネント内の文言を変更するための関数を設定","name":"decorators","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/FormDialog/FormDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"DecoratorsType<\"closeButtonLabel\">"}},{"defaultValue":null,"description":"@deprecated SectioningContent(Article, Aside, Nav, Section)でDialog全体をラップして、ダイアログタイトルのHeadingレベルを設定してください","name":"titleTag","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/FormDialog/FormDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"HeadingTagTypes","value":[{"value":"\"h1\""},{"value":"\"h2\""},{"value":"\"h3\""},{"value":"\"h4\""},{"value":"\"h5\""},{"value":"\"h6\""}]}},{"defaultValue":null,"description":"","name":"responseMessage","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/FormDialog/FormDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ResponseMessageType","value":[{"value":"{ status: \"error\" | \"success\"; text: ReactNode; }","description":"","fullComment":"","tags":{}},{"value":"{ status: \"processing\"; }","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"","name":"contentBgColor","required":false,"type":{"name":"enum","raw":"\"GREY_5\" | \"GREY_6\" | \"GREY_7\" | \"GREY_9\" | \"GREY_20\" | \"WHITE\" | \"BACKGROUND\" | \"COLUMN\" | \"BASE_GREY\" | \"OVER_BACKGROUND\" | \"HEAD\" | \"BORDER\" | \"ACTION_BACKGROUND\"","value":[{"value":"\"GREY_5\""},{"value":"\"GREY_6\""},{"value":"\"GREY_7\""},{"value":"\"GREY_9\""},{"value":"\"GREY_20\""},{"value":"\"WHITE\""},{"value":"\"BACKGROUND\""},{"value":"\"COLUMN\""},{"value":"\"BASE_GREY\""},{"value":"\"OVER_BACKGROUND\""},{"value":"\"HEAD\""},{"value":"\"BORDER\""},{"value":"\"ACTION_BACKGROUND\""}]}},{"defaultValue":null,"description":"","name":"onClickClose","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/FormDialog/FormDialogContentInner.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"() => void"}},{"defaultValue":null,"description":"","name":"contentPadding","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/useDialogInnerStyle.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"Gap | { block?: Gap; inline?: Gap; }","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""},{"value":"{ block?: Gap; inline?: Gap; }","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"ダイアログのサブタイトル","name":"subtitle","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/FormDialog/FormDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アクションボタンのラベル","name":"actionText","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/FormDialog/FormDialogContentInner.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アクションボタンのスタイル","name":"actionTheme","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/FormDialog/FormDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"\"primary\" | \"secondary\" | \"danger\"","value":[{"value":"\"primary\""},{"value":"\"secondary\""},{"value":"\"danger\""}]}},{"defaultValue":null,"description":"アクションボタンを無効にするかどうか","name":"actionDisabled","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/FormDialog/FormDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"閉じるボタンを無効にするかどうか","name":"closeDisabled","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/FormDialog/FormDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"ダイアログフッターの左端操作領域","name":"subActionArea","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/FormDialog/FormDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"ダイアログの幅","name":"width","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"string | number","value":[{"value":"string"},{"value":"number"}]}},{"defaultValue":null,"description":"ダイアログを開いたときの初期 top 位置","name":"top","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"ダイアログを開いたときの初期 bottom 位置","name":"bottom","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"ダイアログを開いたときの初期 left 位置","name":"left","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"ダイアログを開いたときの初期 right 位置","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"ダイアログを開いた時にフォーカスする対象","name":"firstFocusTarget","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"RefObject"}},{"defaultValue":null,"description":"ダイアログの `aria-label`","name":"ariaLabel","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"ダイアログの `aria-labelledby`","name":"ariaLabelledby","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"ダイアログを開いているかどうか","name":"isOpen","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"エスケープキーを押下した時に発火するコールバック関数","name":"onPressEscape","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"() => void"}},{"defaultValue":null,"description":"オーバーレイをクリックした時に発火するコールバック関数","name":"onClickOverlay","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"() => void"}},{"defaultValue":null,"description":"DOM 上でダイアログの要素を追加する親要素","name":"portalParent","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"HTMLElement | RefObject","value":[{"value":"HTMLElement","description":"Any HTML element. Some elements directly implement this interface, while others implement it via an interface that inherits it.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement)","fullComment":"Any HTML element. Some elements directly implement this interface, while others implement it via an interface that inherits it.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement)","tags":{}},{"value":"RefObject","description":"A readonly ref container where {@link current} cannot be mutated.\n\nCreated by {@link createRef}, or {@link useRef} when passed `null`.","fullComment":"A readonly ref container where {@link current} cannot be mutated.\n\nCreated by {@link createRef}, or {@link useRef} when passed `null`.\n@template T The type of the ref's value.\n@example ```tsx\nconst ref = createRef();\n\nref.current = document.createElement('div'); // Error\n```","tags":{"template":"T The type of the ref's value.","example":"```tsx\nconst ref = createRef();\n\nref.current = document.createElement('div'); // Error\n```"}}]}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","description":"","displayName":"ActionDialogContentInner","methods":[],"props":[{"defaultValue":null,"description":"ダイアログのタイトル","name":"title","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"ダイアログのサブタイトル","name":"subtitle","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"@deprecated SectioningContent(Article, Aside, Nav, Section)でDialog全体をラップして、ダイアログタイトルのHeadingレベルを設定してください","name":"titleTag","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"HeadingTagTypes","value":[{"value":"\"h1\""},{"value":"\"h2\""},{"value":"\"h3\""},{"value":"\"h4\""},{"value":"\"h5\""},{"value":"\"h6\""}]}},{"defaultValue":null,"description":"アクションボタンのラベル","name":"actionText","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アクションボタンのスタイル","name":"actionTheme","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"\"primary\" | \"secondary\" | \"danger\"","value":[{"value":"\"primary\""},{"value":"\"secondary\""},{"value":"\"danger\""}]}},{"defaultValue":null,"description":"アクションボタンをクリックした時に発火するコールバック関数\n@param closeDialog - ダイアログを閉じる関数","name":"onClickAction","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"(closeDialog: () => void) => void"}},{"defaultValue":null,"description":"アクションボタンを無効にするかどうか","name":"actionDisabled","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"閉じるボタンを無効にするかどうか","name":"closeDisabled","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"ダイアログフッターの左端操作領域","name":"subActionArea","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"コンポーネント内の文言を変更するための関数を設定","name":"decorators","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"DecoratorsType<\"closeButtonLabel\">"}},{"defaultValue":null,"description":"","name":"contentBgColor","required":false,"type":{"name":"enum","raw":"\"GREY_5\" | \"GREY_6\" | \"GREY_7\" | \"GREY_9\" | \"GREY_20\" | \"WHITE\" | \"BACKGROUND\" | \"COLUMN\" | \"BASE_GREY\" | \"OVER_BACKGROUND\" | \"HEAD\" | \"BORDER\" | \"ACTION_BACKGROUND\"","value":[{"value":"\"GREY_5\""},{"value":"\"GREY_6\""},{"value":"\"GREY_7\""},{"value":"\"GREY_9\""},{"value":"\"GREY_20\""},{"value":"\"WHITE\""},{"value":"\"BACKGROUND\""},{"value":"\"COLUMN\""},{"value":"\"BASE_GREY\""},{"value":"\"OVER_BACKGROUND\""},{"value":"\"HEAD\""},{"value":"\"BORDER\""},{"value":"\"ACTION_BACKGROUND\""}]}},{"defaultValue":null,"description":"","name":"contentPadding","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/useDialogInnerStyle.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"Gap | { block?: Gap; inline?: Gap; }","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""},{"value":"{ block?: Gap; inline?: Gap; }","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"","name":"onClickClose","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"() => void"}},{"defaultValue":null,"description":"","name":"responseMessage","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ResponseMessageType","value":[{"value":"{ status: \"error\" | \"success\"; text: ReactNode; }","description":"","fullComment":"","tags":{}},{"value":"{ status: \"processing\"; }","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"","name":"titleId","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"string"}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContent.d.ts","description":"","displayName":"ActionDialogContent","methods":[],"props":[{"defaultValue":null,"description":"ダイアログのタイトル","name":"title","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"ダイアログのサブタイトル","name":"subtitle","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"@deprecated SectioningContent(Article, Aside, Nav, Section)でDialog全体をラップして、ダイアログタイトルのHeadingレベルを設定してください","name":"titleTag","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"HeadingTagTypes","value":[{"value":"\"h1\""},{"value":"\"h2\""},{"value":"\"h3\""},{"value":"\"h4\""},{"value":"\"h5\""},{"value":"\"h6\""}]}},{"defaultValue":null,"description":"アクションボタンのラベル","name":"actionText","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アクションボタンのスタイル","name":"actionTheme","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"\"primary\" | \"secondary\" | \"danger\"","value":[{"value":"\"primary\""},{"value":"\"secondary\""},{"value":"\"danger\""}]}},{"defaultValue":null,"description":"アクションボタンをクリックした時に発火するコールバック関数\n@param closeDialog - ダイアログを閉じる関数","name":"onClickAction","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"(closeDialog: () => void) => void"}},{"defaultValue":null,"description":"アクションボタンを無効にするかどうか","name":"actionDisabled","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"閉じるボタンを無効にするかどうか","name":"closeDisabled","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"ダイアログフッターの左端操作領域","name":"subActionArea","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"コンポーネント内の文言を変更するための関数を設定","name":"decorators","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"DecoratorsType<\"closeButtonLabel\">"}},{"defaultValue":null,"description":"","name":"contentBgColor","required":false,"type":{"name":"enum","raw":"\"GREY_5\" | \"GREY_6\" | \"GREY_7\" | \"GREY_9\" | \"GREY_20\" | \"WHITE\" | \"BACKGROUND\" | \"COLUMN\" | \"BASE_GREY\" | \"OVER_BACKGROUND\" | \"HEAD\" | \"BORDER\" | \"ACTION_BACKGROUND\"","value":[{"value":"\"GREY_5\""},{"value":"\"GREY_6\""},{"value":"\"GREY_7\""},{"value":"\"GREY_9\""},{"value":"\"GREY_20\""},{"value":"\"WHITE\""},{"value":"\"BACKGROUND\""},{"value":"\"COLUMN\""},{"value":"\"BASE_GREY\""},{"value":"\"OVER_BACKGROUND\""},{"value":"\"HEAD\""},{"value":"\"BORDER\""},{"value":"\"ACTION_BACKGROUND\""}]}},{"defaultValue":null,"description":"","name":"contentPadding","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/useDialogInnerStyle.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"Gap | { block?: Gap; inline?: Gap; }","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""},{"value":"{ block?: Gap; inline?: Gap; }","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"ダイアログの幅","name":"width","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"string | number","value":[{"value":"string"},{"value":"number"}]}},{"defaultValue":null,"description":"ダイアログを開いたときの初期 top 位置","name":"top","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"ダイアログを開いたときの初期 bottom 位置","name":"bottom","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"ダイアログを開いたときの初期 left 位置","name":"left","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"ダイアログを開いたときの初期 right 位置","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"ダイアログを開いた時にフォーカスする対象","name":"firstFocusTarget","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"RefObject"}},{"defaultValue":null,"description":"ダイアログの `aria-label`","name":"ariaLabel","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"ダイアログの `aria-labelledby`","name":"ariaLabelledby","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"DOM 上でダイアログの要素を追加する親要素","name":"portalParent","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"HTMLElement | RefObject","value":[{"value":"HTMLElement","description":"Any HTML element. Some elements directly implement this interface, while others implement it via an interface that inherits it.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement)","fullComment":"Any HTML element. Some elements directly implement this interface, while others implement it via an interface that inherits it.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement)","tags":{}},{"value":"RefObject","description":"A readonly ref container where {@link current} cannot be mutated.\n\nCreated by {@link createRef}, or {@link useRef} when passed `null`.","fullComment":"A readonly ref container where {@link current} cannot be mutated.\n\nCreated by {@link createRef}, or {@link useRef} when passed `null`.\n@template T The type of the ref's value.\n@example ```tsx\nconst ref = createRef();\n\nref.current = document.createElement('div'); // Error\n```","tags":{"template":"T The type of the ref's value.","example":"```tsx\nconst ref = createRef();\n\nref.current = document.createElement('div'); // Error\n```"}}]}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialog.d.ts","description":"","displayName":"ActionDialog","methods":[],"props":[{"defaultValue":null,"description":"ダイアログのタイトル","name":"title","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"コンポーネント内の文言を変更するための関数を設定","name":"decorators","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"DecoratorsType<\"closeButtonLabel\">"}},{"defaultValue":null,"description":"@deprecated SectioningContent(Article, Aside, Nav, Section)でDialog全体をラップして、ダイアログタイトルのHeadingレベルを設定してください","name":"titleTag","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"HeadingTagTypes","value":[{"value":"\"h1\""},{"value":"\"h2\""},{"value":"\"h3\""},{"value":"\"h4\""},{"value":"\"h5\""},{"value":"\"h6\""}]}},{"defaultValue":null,"description":"","name":"responseMessage","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ResponseMessageType","value":[{"value":"{ status: \"error\" | \"success\"; text: ReactNode; }","description":"","fullComment":"","tags":{}},{"value":"{ status: \"processing\"; }","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"","name":"contentBgColor","required":false,"type":{"name":"enum","raw":"\"GREY_5\" | \"GREY_6\" | \"GREY_7\" | \"GREY_9\" | \"GREY_20\" | \"WHITE\" | \"BACKGROUND\" | \"COLUMN\" | \"BASE_GREY\" | \"OVER_BACKGROUND\" | \"HEAD\" | \"BORDER\" | \"ACTION_BACKGROUND\"","value":[{"value":"\"GREY_5\""},{"value":"\"GREY_6\""},{"value":"\"GREY_7\""},{"value":"\"GREY_9\""},{"value":"\"GREY_20\""},{"value":"\"WHITE\""},{"value":"\"BACKGROUND\""},{"value":"\"COLUMN\""},{"value":"\"BASE_GREY\""},{"value":"\"OVER_BACKGROUND\""},{"value":"\"HEAD\""},{"value":"\"BORDER\""},{"value":"\"ACTION_BACKGROUND\""}]}},{"defaultValue":null,"description":"","name":"onClickClose","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"() => void"}},{"defaultValue":null,"description":"","name":"contentPadding","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/useDialogInnerStyle.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"Gap | { block?: Gap; inline?: Gap; }","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""},{"value":"{ block?: Gap; inline?: Gap; }","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"ダイアログのサブタイトル","name":"subtitle","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アクションボタンのラベル","name":"actionText","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アクションボタンのスタイル","name":"actionTheme","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"\"primary\" | \"secondary\" | \"danger\"","value":[{"value":"\"primary\""},{"value":"\"secondary\""},{"value":"\"danger\""}]}},{"defaultValue":null,"description":"アクションボタンを無効にするかどうか","name":"actionDisabled","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"閉じるボタンを無効にするかどうか","name":"closeDisabled","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"ダイアログフッターの左端操作領域","name":"subActionArea","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"ReactNode","value":[{"value":"string"},{"value":"number"},{"value":"false"},{"value":"true"},{"value":"ReactElement>","description":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.","fullComment":"Represents a JSX element.\n\nWhere {@link ReactNode} represents everything that can be rendered, `ReactElement`\nonly represents JSX.\n@template P The type of the props object\n@template T The type of the component or tag\n@example ```tsx\nconst element: ReactElement =
;\n```","tags":{"template":"P The type of the props object\nT The type of the component or tag","example":"```tsx\nconst element: ReactElement =
;\n```"}},{"value":"Iterable","description":"","fullComment":"","tags":{}},{"value":"ReactPortal","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"アクションボタンをクリックした時に発火するコールバック関数\n@param closeDialog - ダイアログを閉じる関数","name":"onClickAction","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/ActionDialog/ActionDialogContentInner.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"(closeDialog: () => void) => void"}},{"defaultValue":null,"description":"ダイアログの幅","name":"width","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"string | number","value":[{"value":"string"},{"value":"number"}]}},{"defaultValue":null,"description":"ダイアログを開いたときの初期 top 位置","name":"top","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"ダイアログを開いたときの初期 bottom 位置","name":"bottom","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"ダイアログを開いたときの初期 left 位置","name":"left","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"ダイアログを開いたときの初期 right 位置","name":"right","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"number"}},{"defaultValue":null,"description":"ダイアログを開いた時にフォーカスする対象","name":"firstFocusTarget","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"RefObject"}},{"defaultValue":null,"description":"ダイアログの `aria-label`","name":"ariaLabel","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"ダイアログの `aria-labelledby`","name":"ariaLabelledby","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"string"}},{"defaultValue":null,"description":"ダイアログを開いているかどうか","name":"isOpen","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":true,"type":{"name":"enum","raw":"boolean","value":[{"value":"false"},{"value":"true"}]}},{"defaultValue":null,"description":"エスケープキーを押下した時に発火するコールバック関数","name":"onPressEscape","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"() => void"}},{"defaultValue":null,"description":"オーバーレイをクリックした時に発火するコールバック関数","name":"onClickOverlay","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/DialogContentInner.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"() => void"}},{"defaultValue":null,"description":"DOM 上でダイアログの要素を追加する親要素","name":"portalParent","declarations":[{"fileName":"smarthr-ui/lib/components/Dialog/types.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"HTMLElement | RefObject","value":[{"value":"HTMLElement","description":"Any HTML element. Some elements directly implement this interface, while others implement it via an interface that inherits it.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement)","fullComment":"Any HTML element. Some elements directly implement this interface, while others implement it via an interface that inherits it.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement)","tags":{}},{"value":"RefObject","description":"A readonly ref container where {@link current} cannot be mutated.\n\nCreated by {@link createRef}, or {@link useRef} when passed `null`.","fullComment":"A readonly ref container where {@link current} cannot be mutated.\n\nCreated by {@link createRef}, or {@link useRef} when passed `null`.\n@template T The type of the ref's value.\n@example ```tsx\nconst ref = createRef();\n\nref.current = document.createElement('div'); // Error\n```","tags":{"template":"T The type of the ref's value.","example":"```tsx\nconst ref = createRef();\n\nref.current = document.createElement('div'); // Error\n```"}}]}}]},{"tags":{},"filePath":"/home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui/lib/components/Base/BaseColumn/BaseColumn.d.ts","description":"","displayName":"BaseColumn","methods":[],"props":[{"defaultValue":null,"description":"境界とコンテンツの間の余白","name":"padding","declarations":[{"fileName":"smarthr-ui/lib/components/Base/Base.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"Gap | SeparatePadding","value":[{"value":"0"},{"value":"0.25"},{"value":"0.5"},{"value":"0.75"},{"value":"1"},{"value":"1.25"},{"value":"1.5"},{"value":"2"},{"value":"2.5"},{"value":"3"},{"value":"3.5"},{"value":"4"},{"value":"8"},{"value":"-0.25"},{"value":"-0.5"},{"value":"-0.75"},{"value":"-1"},{"value":"-1.25"},{"value":"-1.5"},{"value":"-2"},{"value":"-2.5"},{"value":"-3"},{"value":"-3.5"},{"value":"-4"},{"value":"-8"},{"value":"\"XXS\""},{"value":"\"XS\""},{"value":"\"S\""},{"value":"\"M\""},{"value":"\"L\""},{"value":"\"XL\""},{"value":"\"XXL\""},{"value":"\"X3S\""},{"value":"\"X3L\""},{"value":"SeparatePadding","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"コンテンツが要素内に収まらない場合の処理方法","name":"overflow","declarations":[{"fileName":"smarthr-ui/lib/components/Base/Base.d.ts","name":"TypeLiteral"}],"required":false,"type":{"name":"enum","raw":"Overflow | { x: Overflow; y: Overflow; }","value":[{"value":"\"auto\""},{"value":"\"hidden\""},{"value":"\"clip\""},{"value":"\"visible\""},{"value":"\"scroll\""},{"value":"{ x: Overflow; y: Overflow; }","description":"","fullComment":"","tags":{}}]}},{"defaultValue":null,"description":"","name":"bgColor","required":false,"type":{"name":"enum","raw":"\"GREY_5\" | \"GREY_6\" | \"GREY_7\" | \"GREY_9\" | \"GREY_20\" | \"WHITE\" | \"BACKGROUND\" | \"COLUMN\" | \"BASE_GREY\" | \"OVER_BACKGROUND\" | \"HEAD\" | \"BORDER\" | \"ACTION_BACKGROUND\"","value":[{"value":"\"GREY_5\""},{"value":"\"GREY_6\""},{"value":"\"GREY_7\""},{"value":"\"GREY_9\""},{"value":"\"GREY_20\""},{"value":"\"WHITE\""},{"value":"\"BACKGROUND\""},{"value":"\"COLUMN\""},{"value":"\"BASE_GREY\""},{"value":"\"OVER_BACKGROUND\""},{"value":"\"HEAD\""},{"value":"\"BORDER\""},{"value":"\"ACTION_BACKGROUND\""}]}}]}] \ No newline at end of file