@raintonic/formaui 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (240) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/README.md +145 -0
  3. package/fesm2022/raintonic-formaui-cdk-drag-drop.mjs +806 -0
  4. package/fesm2022/raintonic-formaui-cdk-drag-drop.mjs.map +1 -0
  5. package/fesm2022/raintonic-formaui-cdk-form-field.mjs +86 -0
  6. package/fesm2022/raintonic-formaui-cdk-form-field.mjs.map +1 -0
  7. package/fesm2022/raintonic-formaui-cdk-overlay.mjs +1757 -0
  8. package/fesm2022/raintonic-formaui-cdk-overlay.mjs.map +1 -0
  9. package/fesm2022/raintonic-formaui-cdk-virtual-scroll.mjs +287 -0
  10. package/fesm2022/raintonic-formaui-cdk-virtual-scroll.mjs.map +1 -0
  11. package/fesm2022/raintonic-formaui-components-accordion.mjs +217 -0
  12. package/fesm2022/raintonic-formaui-components-accordion.mjs.map +1 -0
  13. package/fesm2022/raintonic-formaui-components-alert.mjs +161 -0
  14. package/fesm2022/raintonic-formaui-components-alert.mjs.map +1 -0
  15. package/fesm2022/raintonic-formaui-components-autocomplete.mjs +726 -0
  16. package/fesm2022/raintonic-formaui-components-autocomplete.mjs.map +1 -0
  17. package/fesm2022/raintonic-formaui-components-avatar.mjs +92 -0
  18. package/fesm2022/raintonic-formaui-components-avatar.mjs.map +1 -0
  19. package/fesm2022/raintonic-formaui-components-badge.mjs +107 -0
  20. package/fesm2022/raintonic-formaui-components-badge.mjs.map +1 -0
  21. package/fesm2022/raintonic-formaui-components-big-menu.mjs +68 -0
  22. package/fesm2022/raintonic-formaui-components-big-menu.mjs.map +1 -0
  23. package/fesm2022/raintonic-formaui-components-breadcrumb.mjs +55 -0
  24. package/fesm2022/raintonic-formaui-components-breadcrumb.mjs.map +1 -0
  25. package/fesm2022/raintonic-formaui-components-button-group.mjs +103 -0
  26. package/fesm2022/raintonic-formaui-components-button-group.mjs.map +1 -0
  27. package/fesm2022/raintonic-formaui-components-button.mjs +241 -0
  28. package/fesm2022/raintonic-formaui-components-button.mjs.map +1 -0
  29. package/fesm2022/raintonic-formaui-components-card.mjs +270 -0
  30. package/fesm2022/raintonic-formaui-components-card.mjs.map +1 -0
  31. package/fesm2022/raintonic-formaui-components-checkbox.mjs +295 -0
  32. package/fesm2022/raintonic-formaui-components-checkbox.mjs.map +1 -0
  33. package/fesm2022/raintonic-formaui-components-data-table.mjs +631 -0
  34. package/fesm2022/raintonic-formaui-components-data-table.mjs.map +1 -0
  35. package/fesm2022/raintonic-formaui-components-date-picker.mjs +1331 -0
  36. package/fesm2022/raintonic-formaui-components-date-picker.mjs.map +1 -0
  37. package/fesm2022/raintonic-formaui-components-divider.mjs +41 -0
  38. package/fesm2022/raintonic-formaui-components-divider.mjs.map +1 -0
  39. package/fesm2022/raintonic-formaui-components-drawer.mjs +190 -0
  40. package/fesm2022/raintonic-formaui-components-drawer.mjs.map +1 -0
  41. package/fesm2022/raintonic-formaui-components-dynamic-form.mjs +266 -0
  42. package/fesm2022/raintonic-formaui-components-dynamic-form.mjs.map +1 -0
  43. package/fesm2022/raintonic-formaui-components-empty-state.mjs +33 -0
  44. package/fesm2022/raintonic-formaui-components-empty-state.mjs.map +1 -0
  45. package/fesm2022/raintonic-formaui-components-file-upload.mjs +246 -0
  46. package/fesm2022/raintonic-formaui-components-file-upload.mjs.map +1 -0
  47. package/fesm2022/raintonic-formaui-components-form-field.mjs +482 -0
  48. package/fesm2022/raintonic-formaui-components-form-field.mjs.map +1 -0
  49. package/fesm2022/raintonic-formaui-components-icon.mjs +117 -0
  50. package/fesm2022/raintonic-formaui-components-icon.mjs.map +1 -0
  51. package/fesm2022/raintonic-formaui-components-input.mjs +327 -0
  52. package/fesm2022/raintonic-formaui-components-input.mjs.map +1 -0
  53. package/fesm2022/raintonic-formaui-components-list.mjs +149 -0
  54. package/fesm2022/raintonic-formaui-components-list.mjs.map +1 -0
  55. package/fesm2022/raintonic-formaui-components-menu.mjs +896 -0
  56. package/fesm2022/raintonic-formaui-components-menu.mjs.map +1 -0
  57. package/fesm2022/raintonic-formaui-components-number-input.mjs +345 -0
  58. package/fesm2022/raintonic-formaui-components-number-input.mjs.map +1 -0
  59. package/fesm2022/raintonic-formaui-components-paginator.mjs +139 -0
  60. package/fesm2022/raintonic-formaui-components-paginator.mjs.map +1 -0
  61. package/fesm2022/raintonic-formaui-components-password-input.mjs +306 -0
  62. package/fesm2022/raintonic-formaui-components-password-input.mjs.map +1 -0
  63. package/fesm2022/raintonic-formaui-components-popover.mjs +451 -0
  64. package/fesm2022/raintonic-formaui-components-popover.mjs.map +1 -0
  65. package/fesm2022/raintonic-formaui-components-progressbar.mjs +148 -0
  66. package/fesm2022/raintonic-formaui-components-progressbar.mjs.map +1 -0
  67. package/fesm2022/raintonic-formaui-components-radio.mjs +260 -0
  68. package/fesm2022/raintonic-formaui-components-radio.mjs.map +1 -0
  69. package/fesm2022/raintonic-formaui-components-select.mjs +1011 -0
  70. package/fesm2022/raintonic-formaui-components-select.mjs.map +1 -0
  71. package/fesm2022/raintonic-formaui-components-side-panel.mjs +150 -0
  72. package/fesm2022/raintonic-formaui-components-side-panel.mjs.map +1 -0
  73. package/fesm2022/raintonic-formaui-components-sidebar.mjs +257 -0
  74. package/fesm2022/raintonic-formaui-components-sidebar.mjs.map +1 -0
  75. package/fesm2022/raintonic-formaui-components-skeleton.mjs +50 -0
  76. package/fesm2022/raintonic-formaui-components-skeleton.mjs.map +1 -0
  77. package/fesm2022/raintonic-formaui-components-slider.mjs +347 -0
  78. package/fesm2022/raintonic-formaui-components-slider.mjs.map +1 -0
  79. package/fesm2022/raintonic-formaui-components-spinner.mjs +63 -0
  80. package/fesm2022/raintonic-formaui-components-spinner.mjs.map +1 -0
  81. package/fesm2022/raintonic-formaui-components-stepper.mjs +317 -0
  82. package/fesm2022/raintonic-formaui-components-stepper.mjs.map +1 -0
  83. package/fesm2022/raintonic-formaui-components-tab.mjs +197 -0
  84. package/fesm2022/raintonic-formaui-components-tab.mjs.map +1 -0
  85. package/fesm2022/raintonic-formaui-components-tag.mjs +78 -0
  86. package/fesm2022/raintonic-formaui-components-tag.mjs.map +1 -0
  87. package/fesm2022/raintonic-formaui-components-time-picker.mjs +644 -0
  88. package/fesm2022/raintonic-formaui-components-time-picker.mjs.map +1 -0
  89. package/fesm2022/raintonic-formaui-components-toggle.mjs +171 -0
  90. package/fesm2022/raintonic-formaui-components-toggle.mjs.map +1 -0
  91. package/fesm2022/raintonic-formaui-components-toolbar.mjs +140 -0
  92. package/fesm2022/raintonic-formaui-components-toolbar.mjs.map +1 -0
  93. package/fesm2022/raintonic-formaui-components-tooltip.mjs +555 -0
  94. package/fesm2022/raintonic-formaui-components-tooltip.mjs.map +1 -0
  95. package/fesm2022/raintonic-formaui-components-tree-select.mjs +314 -0
  96. package/fesm2022/raintonic-formaui-components-tree-select.mjs.map +1 -0
  97. package/fesm2022/raintonic-formaui-components-tree-table.mjs +103 -0
  98. package/fesm2022/raintonic-formaui-components-tree-table.mjs.map +1 -0
  99. package/fesm2022/raintonic-formaui-components-tree.mjs +430 -0
  100. package/fesm2022/raintonic-formaui-components-tree.mjs.map +1 -0
  101. package/fesm2022/raintonic-formaui-core.mjs +62 -0
  102. package/fesm2022/raintonic-formaui-core.mjs.map +1 -0
  103. package/fesm2022/raintonic-formaui-services-dialog.mjs +798 -0
  104. package/fesm2022/raintonic-formaui-services-dialog.mjs.map +1 -0
  105. package/fesm2022/raintonic-formaui-services-notification.mjs +391 -0
  106. package/fesm2022/raintonic-formaui-services-notification.mjs.map +1 -0
  107. package/fesm2022/raintonic-formaui-services-theme.mjs +248 -0
  108. package/fesm2022/raintonic-formaui-services-theme.mjs.map +1 -0
  109. package/fesm2022/raintonic-formaui-test-utils.mjs +66 -0
  110. package/fesm2022/raintonic-formaui-test-utils.mjs.map +1 -0
  111. package/fesm2022/raintonic-formaui.mjs +15 -0
  112. package/fesm2022/raintonic-formaui.mjs.map +1 -0
  113. package/llms-full.txt +1627 -0
  114. package/llms.txt +60 -0
  115. package/package.json +251 -0
  116. package/styles/_fonts-entry.scss +3 -0
  117. package/styles/fonts/dm-mono-400-latin.woff2 +0 -0
  118. package/styles/fonts/inter-tight-latin-italic.woff2 +0 -0
  119. package/styles/fonts/inter-tight-latin.woff2 +0 -0
  120. package/styles/index.scss +127 -0
  121. package/styles/partials/_constants.scss +29 -0
  122. package/styles/partials/_fonts.scss +36 -0
  123. package/styles/partials/_grid.scss +171 -0
  124. package/styles/partials/_mixins.scss +145 -0
  125. package/styles/partials/_motion.scss +252 -0
  126. package/styles/partials/_theme.scss +275 -0
  127. package/styles/partials/_typography.scss +112 -0
  128. package/styles/partials/_utilities.scss +480 -0
  129. package/styles/partials/themes/_dark.scss +254 -0
  130. package/styles/partials/themes/_light.scss +254 -0
  131. package/types/raintonic-formaui-cdk-drag-drop.d.ts +196 -0
  132. package/types/raintonic-formaui-cdk-drag-drop.d.ts.map +1 -0
  133. package/types/raintonic-formaui-cdk-form-field.d.ts +62 -0
  134. package/types/raintonic-formaui-cdk-form-field.d.ts.map +1 -0
  135. package/types/raintonic-formaui-cdk-overlay.d.ts +843 -0
  136. package/types/raintonic-formaui-cdk-overlay.d.ts.map +1 -0
  137. package/types/raintonic-formaui-cdk-virtual-scroll.d.ts +112 -0
  138. package/types/raintonic-formaui-cdk-virtual-scroll.d.ts.map +1 -0
  139. package/types/raintonic-formaui-components-accordion.d.ts +124 -0
  140. package/types/raintonic-formaui-components-accordion.d.ts.map +1 -0
  141. package/types/raintonic-formaui-components-alert.d.ts +143 -0
  142. package/types/raintonic-formaui-components-alert.d.ts.map +1 -0
  143. package/types/raintonic-formaui-components-autocomplete.d.ts +193 -0
  144. package/types/raintonic-formaui-components-autocomplete.d.ts.map +1 -0
  145. package/types/raintonic-formaui-components-avatar.d.ts +52 -0
  146. package/types/raintonic-formaui-components-avatar.d.ts.map +1 -0
  147. package/types/raintonic-formaui-components-badge.d.ts +47 -0
  148. package/types/raintonic-formaui-components-badge.d.ts.map +1 -0
  149. package/types/raintonic-formaui-components-big-menu.d.ts +62 -0
  150. package/types/raintonic-formaui-components-big-menu.d.ts.map +1 -0
  151. package/types/raintonic-formaui-components-breadcrumb.d.ts +26 -0
  152. package/types/raintonic-formaui-components-breadcrumb.d.ts.map +1 -0
  153. package/types/raintonic-formaui-components-button-group.d.ts +61 -0
  154. package/types/raintonic-formaui-components-button-group.d.ts.map +1 -0
  155. package/types/raintonic-formaui-components-button.d.ts +116 -0
  156. package/types/raintonic-formaui-components-button.d.ts.map +1 -0
  157. package/types/raintonic-formaui-components-card.d.ts +191 -0
  158. package/types/raintonic-formaui-components-card.d.ts.map +1 -0
  159. package/types/raintonic-formaui-components-checkbox.d.ts +132 -0
  160. package/types/raintonic-formaui-components-checkbox.d.ts.map +1 -0
  161. package/types/raintonic-formaui-components-data-table.d.ts +368 -0
  162. package/types/raintonic-formaui-components-data-table.d.ts.map +1 -0
  163. package/types/raintonic-formaui-components-date-picker.d.ts +341 -0
  164. package/types/raintonic-formaui-components-date-picker.d.ts.map +1 -0
  165. package/types/raintonic-formaui-components-divider.d.ts +21 -0
  166. package/types/raintonic-formaui-components-divider.d.ts.map +1 -0
  167. package/types/raintonic-formaui-components-drawer.d.ts +48 -0
  168. package/types/raintonic-formaui-components-drawer.d.ts.map +1 -0
  169. package/types/raintonic-formaui-components-dynamic-form.d.ts +412 -0
  170. package/types/raintonic-formaui-components-dynamic-form.d.ts.map +1 -0
  171. package/types/raintonic-formaui-components-empty-state.d.ts +14 -0
  172. package/types/raintonic-formaui-components-empty-state.d.ts.map +1 -0
  173. package/types/raintonic-formaui-components-file-upload.d.ts +77 -0
  174. package/types/raintonic-formaui-components-file-upload.d.ts.map +1 -0
  175. package/types/raintonic-formaui-components-form-field.d.ts +271 -0
  176. package/types/raintonic-formaui-components-form-field.d.ts.map +1 -0
  177. package/types/raintonic-formaui-components-icon.d.ts +61 -0
  178. package/types/raintonic-formaui-components-icon.d.ts.map +1 -0
  179. package/types/raintonic-formaui-components-input.d.ts +149 -0
  180. package/types/raintonic-formaui-components-input.d.ts.map +1 -0
  181. package/types/raintonic-formaui-components-list.d.ts +48 -0
  182. package/types/raintonic-formaui-components-list.d.ts.map +1 -0
  183. package/types/raintonic-formaui-components-menu.d.ts +403 -0
  184. package/types/raintonic-formaui-components-menu.d.ts.map +1 -0
  185. package/types/raintonic-formaui-components-number-input.d.ts +127 -0
  186. package/types/raintonic-formaui-components-number-input.d.ts.map +1 -0
  187. package/types/raintonic-formaui-components-paginator.d.ts +37 -0
  188. package/types/raintonic-formaui-components-paginator.d.ts.map +1 -0
  189. package/types/raintonic-formaui-components-password-input.d.ts +111 -0
  190. package/types/raintonic-formaui-components-password-input.d.ts.map +1 -0
  191. package/types/raintonic-formaui-components-popover.d.ts +131 -0
  192. package/types/raintonic-formaui-components-popover.d.ts.map +1 -0
  193. package/types/raintonic-formaui-components-progressbar.d.ts +111 -0
  194. package/types/raintonic-formaui-components-progressbar.d.ts.map +1 -0
  195. package/types/raintonic-formaui-components-radio.d.ts +95 -0
  196. package/types/raintonic-formaui-components-radio.d.ts.map +1 -0
  197. package/types/raintonic-formaui-components-select.d.ts +307 -0
  198. package/types/raintonic-formaui-components-select.d.ts.map +1 -0
  199. package/types/raintonic-formaui-components-side-panel.d.ts +51 -0
  200. package/types/raintonic-formaui-components-side-panel.d.ts.map +1 -0
  201. package/types/raintonic-formaui-components-sidebar.d.ts +174 -0
  202. package/types/raintonic-formaui-components-sidebar.d.ts.map +1 -0
  203. package/types/raintonic-formaui-components-skeleton.d.ts +20 -0
  204. package/types/raintonic-formaui-components-skeleton.d.ts.map +1 -0
  205. package/types/raintonic-formaui-components-slider.d.ts +108 -0
  206. package/types/raintonic-formaui-components-slider.d.ts.map +1 -0
  207. package/types/raintonic-formaui-components-spinner.d.ts +42 -0
  208. package/types/raintonic-formaui-components-spinner.d.ts.map +1 -0
  209. package/types/raintonic-formaui-components-stepper.d.ts +126 -0
  210. package/types/raintonic-formaui-components-stepper.d.ts.map +1 -0
  211. package/types/raintonic-formaui-components-tab.d.ts +96 -0
  212. package/types/raintonic-formaui-components-tab.d.ts.map +1 -0
  213. package/types/raintonic-formaui-components-tag.d.ts +34 -0
  214. package/types/raintonic-formaui-components-tag.d.ts.map +1 -0
  215. package/types/raintonic-formaui-components-time-picker.d.ts +172 -0
  216. package/types/raintonic-formaui-components-time-picker.d.ts.map +1 -0
  217. package/types/raintonic-formaui-components-toggle.d.ts +70 -0
  218. package/types/raintonic-formaui-components-toggle.d.ts.map +1 -0
  219. package/types/raintonic-formaui-components-toolbar.d.ts +128 -0
  220. package/types/raintonic-formaui-components-toolbar.d.ts.map +1 -0
  221. package/types/raintonic-formaui-components-tooltip.d.ts +268 -0
  222. package/types/raintonic-formaui-components-tooltip.d.ts.map +1 -0
  223. package/types/raintonic-formaui-components-tree-select.d.ts +80 -0
  224. package/types/raintonic-formaui-components-tree-select.d.ts.map +1 -0
  225. package/types/raintonic-formaui-components-tree-table.d.ts +90 -0
  226. package/types/raintonic-formaui-components-tree-table.d.ts.map +1 -0
  227. package/types/raintonic-formaui-components-tree.d.ts +104 -0
  228. package/types/raintonic-formaui-components-tree.d.ts.map +1 -0
  229. package/types/raintonic-formaui-core.d.ts +115 -0
  230. package/types/raintonic-formaui-core.d.ts.map +1 -0
  231. package/types/raintonic-formaui-services-dialog.d.ts +451 -0
  232. package/types/raintonic-formaui-services-dialog.d.ts.map +1 -0
  233. package/types/raintonic-formaui-services-notification.d.ts +221 -0
  234. package/types/raintonic-formaui-services-notification.d.ts.map +1 -0
  235. package/types/raintonic-formaui-services-theme.d.ts +126 -0
  236. package/types/raintonic-formaui-services-theme.d.ts.map +1 -0
  237. package/types/raintonic-formaui-test-utils.d.ts +24 -0
  238. package/types/raintonic-formaui-test-utils.d.ts.map +1 -0
  239. package/types/raintonic-formaui.d.ts +4 -0
  240. package/types/raintonic-formaui.d.ts.map +1 -0
package/llms-full.txt ADDED
@@ -0,0 +1,1627 @@
1
+ # FormaUI — Full API Reference
2
+
3
+ > Angular 21 component library. Install: `npm install formaui`
4
+
5
+ ---
6
+
7
+ ## accordion
8
+
9
+ Groups multiple `fui-expansion-panel` components. In single mode (default), only one panel can be expanded at a time. In multi mode, multiple panels can be expanded simultaneously.
10
+
11
+ - **Import**: `import { FuiAccordionComponent } from 'formaui/components/accordion'`
12
+ - **Selector**: `fui-accordion`
13
+
14
+ #### Inputs
15
+
16
+ | Name | Type | Default | Required |
17
+ |------|------|---------|----------|
18
+ | multi | boolean | false | no |
19
+ | displayMode | AccordionDisplayMode | 'default' | no |
20
+
21
+ ### Sub-components
22
+
23
+ #### FuiExpansionPanelComponent
24
+
25
+ - **Selector**: `fui-expansion-panel`
26
+
27
+ ##### Inputs
28
+
29
+ | Name | Type | Default | Required |
30
+ |------|------|---------|----------|
31
+ | expanded | boolean | false | no |
32
+ | disabled | boolean | false | no |
33
+ | hideToggle | boolean | false | no |
34
+
35
+ ##### Outputs
36
+
37
+ | Name | Type |
38
+ |------|------|
39
+ | expandedChange | boolean |
40
+ | opened | void |
41
+ | closed | void |
42
+ | afterExpand | void |
43
+ | afterCollapse | void |
44
+
45
+ ---
46
+
47
+ ## alert
48
+
49
+ A flexible alert component for displaying informational messages, warnings, errors, and success notifications. Can be used inline in pages or as part of the notification system.
50
+
51
+ - **Import**: `import { FuiAlertComponent } from 'formaui/components/alert'`
52
+ - **Selector**: `fui-alert`
53
+
54
+ #### Inputs
55
+
56
+ | Name | Type | Default | Required |
57
+ |------|------|---------|----------|
58
+ | variant | FuiAlertVariant | 'info' | no |
59
+ | description | string | null | null | no |
60
+ | icon | string | null | null | no |
61
+ | title | string | - | yes |
62
+
63
+ #### Outputs
64
+
65
+ | Name | Type |
66
+ |------|------|
67
+ | closed | void |
68
+
69
+ ---
70
+
71
+ ## autocomplete
72
+
73
+ An autocomplete component designed to work seamlessly with fui-form-field. Similar to Angular Material's mat-autocomplete integration with mat-form-field. Provides full Reactive Forms support with validation, filtering, and optional add/refresh actions.
74
+
75
+ - **Import**: `import { FuiAutocompleteComponent } from 'formaui/components/autocomplete'`
76
+ - **Selector**: `fui-autocomplete`
77
+
78
+ #### Inputs
79
+
80
+ | Name | Type | Default | Required |
81
+ |------|------|---------|----------|
82
+ | errorStateMatcher | ErrorStateMatcher | null | null | no |
83
+
84
+ #### Outputs
85
+
86
+ | Name | Type |
87
+ |------|------|
88
+ | valueChange | unknown |
89
+ | selectionChange | FuiAutocompleteChange |
90
+ | openedChange | boolean |
91
+ | searchChange | string |
92
+ | addNew | void |
93
+ | refresh | void |
94
+
95
+ ---
96
+
97
+ ## avatar
98
+
99
+ - **Import**: `import { FuiAvatarComponent } from 'formaui/components/avatar'`
100
+ - **Selector**: `fui-avatar`
101
+
102
+ #### Inputs
103
+
104
+ | Name | Type | Default | Required |
105
+ |------|------|---------|----------|
106
+ | size | FuiAvatarSize | number | 'md' | no |
107
+ | shape | 'circle' | 'rounded' | 'square' | 'circle' | no |
108
+ | src | string | null | null | no |
109
+ | avatarUrl | string | null | null | no |
110
+ | srcSet | string | null | null | no |
111
+ | sizesAttr | string | null | null | no |
112
+ | name | string | null | null | no |
113
+ | surname | string | null | null | no |
114
+ | fullName | string | null | null | no |
115
+ | alt | string | null | null | no |
116
+ | identityKey | string | null | null | no |
117
+
118
+ ---
119
+
120
+ ## badge
121
+
122
+ - **Import**: `import { FuiBadgeComponent } from 'formaui/components/badge'`
123
+ - **Selector**: `fui-badge`
124
+
125
+ #### Inputs
126
+
127
+ | Name | Type | Default | Required |
128
+ |------|------|---------|----------|
129
+ | icon | string | null | null | no |
130
+ | customColor | string | null | null | no |
131
+ | size | FuiBadgeSize | 'md' | no |
132
+ | variant | FuiBadgeVariant | 'primary' | no |
133
+ | ariaLabel | string | null | null | no |
134
+ | label | string | - | yes |
135
+
136
+ ---
137
+
138
+ ## big-menu
139
+
140
+ - **Import**: `import { FuiBigMenuComponent } from 'formaui/components/big-menu'`
141
+ - **Selector**: `fui-big-menu`
142
+
143
+ #### Inputs
144
+
145
+ | Name | Type | Default | Required |
146
+ |------|------|---------|----------|
147
+ | menu | BigMenuItem[] | - | yes |
148
+
149
+ #### Outputs
150
+
151
+ | Name | Type |
152
+ |------|------|
153
+ | itemMenuClick | { item: BigMenuChild; event: MouseEvent } |
154
+
155
+ ---
156
+
157
+ ## breadcrumb
158
+
159
+ - **Import**: `import { FuiBreadcrumbComponent } from 'formaui/components/breadcrumb'`
160
+ - **Selector**: `fui-breadcrumb`
161
+
162
+ No public inputs or outputs.
163
+
164
+ ### Sub-components
165
+
166
+ #### FuiBreadcrumbItemComponent
167
+
168
+ - **Selector**: `fui-breadcrumb-item`
169
+
170
+ ##### Inputs
171
+
172
+ | Name | Type | Default | Required |
173
+ |------|------|---------|----------|
174
+ | routerLink | string | unknown[] | null | null | no |
175
+ | disabled | boolean | false | no |
176
+
177
+ ---
178
+
179
+ ## button
180
+
181
+ A versatile button directive for triggering user actions. Supports multiple visual variants, sizes, loading states, and icon-only mode. Works on both `<button>` and `<a>` elements.
182
+
183
+ - **Import**: `import { FuiButtonDirective } from 'formaui/components/button'`
184
+ - **Selector**: `button[fuiButton], a[fuiButton]`
185
+
186
+ #### Inputs
187
+
188
+ | Name | Type | Default | Required |
189
+ |------|------|---------|----------|
190
+ | variant | ButtonVariant | 'primary' | no |
191
+ | size | ButtonSize | 'md' | no |
192
+ | disabled | boolean | false | no |
193
+ | fullWidth | boolean | false | no |
194
+ | loading | boolean | false | no |
195
+ | iconOnly | boolean | false | no |
196
+ | aria-label | string | null | null | no |
197
+ | type | ButtonType | 'button' | no |
198
+
199
+ ### Usage
200
+
201
+ ```html
202
+ <!-- Primary button -->
203
+ <button fuiButton>Click me</button>
204
+
205
+ <!-- Button with variant and size -->
206
+ <button fuiButton variant="secondary" size="lg">Large Secondary</button>
207
+
208
+ <!-- Danger button for destructive actions -->
209
+ <button fuiButton variant="danger">Delete</button>
210
+
211
+ <!-- Loading state -->
212
+ <button fuiButton [loading]="isLoading">Save</button>
213
+
214
+ <!-- Icon-only button -->
215
+ <button fuiButton variant="icon" iconOnly aria-label="Settings">
216
+ <fui-icon name="settings" />
217
+ </button>
218
+
219
+ <!-- Link button -->
220
+ <a fuiButton variant="link" href="/dashboard">Go to Dashboard</a>
221
+
222
+ <!-- Full-width button -->
223
+ <button fuiButton fullWidth>Full Width Action</button>
224
+ ```
225
+
226
+ ### Notes
227
+
228
+ - Use `variant="danger"` only for destructive actions (delete, remove, etc.)
229
+ - Always provide `aria-label` on icon-only buttons for accessibility
230
+ - The `loading` state automatically disables the button and shows a spinner
231
+ - On `<a>` elements, the `disabled` state removes the `href` attribute
232
+
233
+ ---
234
+
235
+ ## button-group
236
+
237
+ A container component that groups multiple buttons together, creating a unified visual element with connected borders. Follows Carbon Design System patterns.
238
+
239
+ - **Import**: `import { FuiButtonGroupComponent } from 'formaui/components/button-group'`
240
+ - **Selector**: `fui-button-group`
241
+
242
+ #### Inputs
243
+
244
+ | Name | Type | Default | Required |
245
+ |------|------|---------|----------|
246
+ | ariaLabel | string | undefined | undefined | no |
247
+
248
+ ---
249
+
250
+ ## card
251
+
252
+ A flexible container component following Carbon Design System patterns. Provides a structured layout with optional header, content, and actions sections.
253
+
254
+ - **Import**: `import { FuiCardComponent } from 'formaui/components/card'`
255
+ - **Selector**: `fui-card`
256
+
257
+ #### Inputs
258
+
259
+ | Name | Type | Default | Required |
260
+ |------|------|---------|----------|
261
+ | variant | FuiCardVariant | 'outlined' | no |
262
+ | padding | FuiCardPadding | 'lg' | no |
263
+
264
+ ### Sub-components
265
+
266
+ #### FuiCardActionsComponent
267
+
268
+ - **Selector**: `fui-card-actions`
269
+
270
+ ##### Inputs
271
+
272
+ | Name | Type | Default | Required |
273
+ |------|------|---------|----------|
274
+ | align | 'start' | 'center' | 'end' | 'end' | no |
275
+
276
+ #### FuiCardHeaderComponent
277
+
278
+ - **Selector**: `fui-card-header`
279
+
280
+ ##### Inputs
281
+
282
+ | Name | Type | Default | Required |
283
+ |------|------|---------|----------|
284
+ | title | string | - | no |
285
+ | subtitle | string | - | no |
286
+
287
+ ---
288
+
289
+ ## checkbox
290
+
291
+ A checkbox component with full Angular Reactive Forms support. Compatible with Angular Material's mat-checkbox interface.
292
+
293
+ - **Import**: `import { FuiCheckboxComponent } from 'formaui/components/checkbox'`
294
+ - **Selector**: `fui-checkbox`
295
+
296
+ #### Inputs
297
+
298
+ | Name | Type | Default | Required |
299
+ |------|------|---------|----------|
300
+ | readonly | boolean | false | no |
301
+ | checked | boolean | false | no |
302
+ | disabled | boolean | false | no |
303
+ | indeterminate | boolean | false | no |
304
+ | required | boolean | false | no |
305
+ | labelPosition | FuiCheckboxLabelPosition | 'after' | no |
306
+ | name | string | null | null | no |
307
+ | aria-label | string | null | null | no |
308
+ | aria-labelledby | string | null | null | no |
309
+ | aria-describedby | string | null | null | no |
310
+ | disableRipple | boolean | false | no |
311
+ | errorStateMatcher | ErrorStateMatcher | null | null | no |
312
+
313
+ #### Outputs
314
+
315
+ | Name | Type |
316
+ |------|------|
317
+ | change | FuiCheckboxChange |
318
+ | indeterminateChange | boolean |
319
+
320
+ ---
321
+
322
+ ## data-table
323
+
324
+ - **Import**: `import { FuiAdvancedDataTableComponent } from 'formaui/components/data-table'`
325
+ - **Selector**: `fui-advanced-data-table`
326
+
327
+ #### Inputs
328
+
329
+ | Name | Type | Default | Required |
330
+ |------|------|---------|----------|
331
+ | data | T[] | [] | no |
332
+ | sort | { field: string; direction: 'ASC' | 'DESC' } | null | null | no |
333
+ | filters | ColumnFilter[] | [] | no |
334
+ | config | AdvancedDataTableConfig | - | yes |
335
+
336
+ #### Outputs
337
+
338
+ | Name | Type |
339
+ |------|------|
340
+ | sortChange | { field: string; direction: 'ASC' | 'DESC' } | null |
341
+ | filtersChange | ColumnFilter[] |
342
+ | rowDblClick | T |
343
+
344
+ ---
345
+
346
+ ## date-picker
347
+
348
+ - **Import**: `import { FuiDatePickerComponent } from 'formaui/components/date-picker'`
349
+ - **Selector**: `fui-date-picker`
350
+
351
+ #### Inputs
352
+
353
+ | Name | Type | Default | Required |
354
+ |------|------|---------|----------|
355
+ | min | Date | null | null | no |
356
+ | max | Date | null | null | no |
357
+ | dateFilter | DateFilterFn | null | null | no |
358
+ | startAt | Date | null | null | no |
359
+ | errorStateMatcher | ErrorStateMatcher | null | null | no |
360
+
361
+ #### Outputs
362
+
363
+ | Name | Type |
364
+ |------|------|
365
+ | valueChange | DatePickerModelValue |
366
+ | dateChange | DatePickerModelValue |
367
+ | openedChange | boolean |
368
+
369
+ ---
370
+
371
+ ## divider
372
+
373
+ - **Import**: `import { FuiDividerComponent } from 'formaui/components/divider'`
374
+ - **Selector**: `fui-divider`
375
+
376
+ #### Inputs
377
+
378
+ | Name | Type | Default | Required |
379
+ |------|------|---------|----------|
380
+ | orientation | FuiDividerOrientation | 'horizontal' | no |
381
+ | textAlign | FuiDividerTextAlign | 'center' | no |
382
+
383
+ ---
384
+
385
+ ## drawer
386
+
387
+ - **Import**: `import { FuiDrawerComponent } from 'formaui/components/drawer'`
388
+ - **Selector**: `fui-drawer`
389
+
390
+ #### Inputs
391
+
392
+ | Name | Type | Default | Required |
393
+ |------|------|---------|----------|
394
+ | position | DrawerPosition | 'right' | no |
395
+ | mode | DrawerMode | 'overlay' | no |
396
+ | opened | boolean | false | no |
397
+ | hasBackdrop | boolean | true | no |
398
+ | closeOnBackdropClick | boolean | true | no |
399
+ | closeOnEsc | boolean | true | no |
400
+ | showCloseButton | boolean | true | no |
401
+ | ariaLabel | string | null | null | no |
402
+ | ariaLabelledBy | string | null | null | no |
403
+
404
+ #### Outputs
405
+
406
+ | Name | Type |
407
+ |------|------|
408
+ | openedChange | boolean |
409
+ | closed | void |
410
+
411
+ ---
412
+
413
+ ## dynamic-form
414
+
415
+ A component that automatically renders forms based on a JSON configuration. It takes a FormGroup and a configuration object that specifies the form structure.
416
+
417
+ - **Import**: `import { FuiDynamicFormRendererComponent } from 'formaui/components/dynamic-form'`
418
+ - **Selector**: `fui-dynamic-form-renderer`
419
+
420
+ #### Inputs
421
+
422
+ | Name | Type | Default | Required |
423
+ |------|------|---------|----------|
424
+ | formGroup | FormGroup | - | yes |
425
+ | config | DynamicFormConfig | - | yes |
426
+
427
+ #### Outputs
428
+
429
+ | Name | Type |
430
+ |------|------|
431
+ | autocompleteAction | DynamicFormAutocompleteEvent |
432
+ | fileChange | DynamicFormFileEvent |
433
+
434
+ ---
435
+
436
+ ## empty-state
437
+
438
+ - **Import**: `import { FuiEmptyStateComponent } from 'formaui/components/empty-state'`
439
+ - **Selector**: `fui-empty-state`
440
+
441
+ #### Inputs
442
+
443
+ | Name | Type | Default | Required |
444
+ |------|------|---------|----------|
445
+ | icon | string | null | null | no |
446
+ | title | string | null | null | no |
447
+ | description | string | null | null | no |
448
+ | size | 'sm' | 'md' | 'lg' | 'md' | no |
449
+
450
+ ---
451
+
452
+ ## file-upload
453
+
454
+ A file upload component with drag-and-drop support, file previews, and validation.
455
+
456
+ - **Import**: `import { FuiFileUploadComponent } from 'formaui/components/file-upload'`
457
+ - **Selector**: `fui-file-upload`
458
+
459
+ #### Inputs
460
+
461
+ | Name | Type | Default | Required |
462
+ |------|------|---------|----------|
463
+ | multiple | boolean | false | no |
464
+ | disabled | boolean | false | no |
465
+ | showPreview | boolean | true | no |
466
+
467
+ #### Outputs
468
+
469
+ | Name | Type |
470
+ |------|------|
471
+ | filesSelected | FileUploadFile[] |
472
+ | fileRemoved | FileUploadFile |
473
+ | filesDropped | FileUploadFile[] |
474
+ | validationErrors | FileUploadValidationError[] |
475
+
476
+ ---
477
+
478
+ ## form-field
479
+
480
+ A wrapper component that provides consistent layout, labeling, validation, and accessibility for form controls. Works with any component implementing the `FuiFormFieldControl` interface (select, input, date-picker, etc.).
481
+
482
+ - **Import**: `import { FuiFormFieldComponent } from 'formaui/components/form-field'`
483
+ - **Selector**: `fui-form-field`
484
+
485
+ #### Inputs
486
+
487
+ | Name | Type | Default | Required |
488
+ |------|------|---------|----------|
489
+ | appearance | FormFieldAppearance | 'outline' | no |
490
+
491
+ ### Usage
492
+
493
+ ```html
494
+ <!-- Basic form field with input -->
495
+ <fui-form-field>
496
+ <fui-label>Email</fui-label>
497
+ <input fuiInput type="email" [formControl]="emailControl" />
498
+ <fui-hint>We'll never share your email</fui-hint>
499
+ <fui-error>Please enter a valid email</fui-error>
500
+ </fui-form-field>
501
+
502
+ <!-- Form field with prefix and suffix -->
503
+ <fui-form-field>
504
+ <fui-label>Price</fui-label>
505
+ <span fuiPrefix>$</span>
506
+ <input fuiInput type="number" [formControl]="priceControl" />
507
+ <span fuiSuffix>.00</span>
508
+ </fui-form-field>
509
+ ```
510
+
511
+ ### Notes
512
+
513
+ - `fui-error` is shown only when the form control is in an error state
514
+ - `fui-hint` is hidden when an error is displayed
515
+ - Use `fuiPrefix` and `fuiSuffix` directives on any element for adornments
516
+ - The form field automatically associates the label with the control for accessibility
517
+
518
+ ### Sub-components
519
+
520
+ #### FuiErrorComponent
521
+
522
+ - **Selector**: `fui-error`
523
+
524
+ ##### Inputs
525
+
526
+ | Name | Type | Default | Required |
527
+ |------|------|---------|----------|
528
+ | key | string | - | no |
529
+
530
+ #### FuiHintComponent
531
+
532
+ - **Selector**: `fui-hint`
533
+
534
+ No public inputs or outputs.
535
+
536
+ #### FuiLabelComponent
537
+
538
+ - **Selector**: `fui-label`
539
+
540
+ No public inputs or outputs.
541
+
542
+ #### FuiPrefixDirective
543
+
544
+ - **Selector**: `[fuiPrefix]`
545
+
546
+ No public inputs or outputs.
547
+
548
+ #### FuiSuffixDirective
549
+
550
+ - **Selector**: `[fuiSuffix]`
551
+
552
+ No public inputs or outputs.
553
+
554
+ ---
555
+
556
+ ## icon
557
+
558
+ A wrapper component for Phosphor Icons with consistent sizing and styling. Provides easy access to the complete Phosphor Icons library with theme integration.
559
+
560
+ - **Import**: `import { FuiIconComponent } from 'formaui/components/icon'`
561
+ - **Selector**: `fui-icon`
562
+
563
+ #### Inputs
564
+
565
+ | Name | Type | Default | Required |
566
+ |------|------|---------|----------|
567
+ | size | FuiIconSize | 'md' | no |
568
+ | weight | FuiIconWeight | 'regular' | no |
569
+ | color | string | - | no |
570
+ | ariaLabel | string | - | no |
571
+ | name | string | - | yes |
572
+
573
+ ---
574
+
575
+ ## input
576
+
577
+ An input directive that integrates seamlessly with fui-form-field and Angular Forms. Follows Angular Material patterns with Carbon Design System styling.
578
+
579
+ - **Import**: `import { FuiInputDirective } from 'formaui/components/input'`
580
+ - **Selector**: `input[fuiInput], textarea[fuiInput], select[fuiInput]`
581
+
582
+ #### Inputs
583
+
584
+ | Name | Type | Default | Required |
585
+ |------|------|---------|----------|
586
+ | type | FuiInputType | 'text' | no |
587
+ | maxlength | number | null | null | no |
588
+ | minlength | number | null | null | no |
589
+ | pattern | string | null | null | no |
590
+ | errorStateMatcher | ErrorStateMatcher | null | null | no |
591
+
592
+ #### Outputs
593
+
594
+ | Name | Type |
595
+ |------|------|
596
+ | valueChange | string |
597
+
598
+ ---
599
+
600
+ ## list
601
+
602
+ - **Import**: `import { FuiListComponent } from 'formaui/components/list'`
603
+ - **Selector**: `fui-list`
604
+
605
+ #### Inputs
606
+
607
+ | Name | Type | Default | Required |
608
+ |------|------|---------|----------|
609
+ | selectionMode | FuiListSelectionMode | 'none' | no |
610
+
611
+ #### Outputs
612
+
613
+ | Name | Type |
614
+ |------|------|
615
+ | selectionChange | FuiListSelectionChange |
616
+
617
+ ### Sub-components
618
+
619
+ #### FuiListItemComponent
620
+
621
+ - **Selector**: `fui-list-item`
622
+
623
+ ##### Inputs
624
+
625
+ | Name | Type | Default | Required |
626
+ |------|------|---------|----------|
627
+ | value | unknown | undefined | no |
628
+ | disabled | boolean | false | no |
629
+
630
+ ---
631
+
632
+ ## menu
633
+
634
+ A dropdown menu component that provides a list of options or actions. Designed to work with external triggers using the fuiMenuTrigger directive.
635
+
636
+ - **Import**: `import { FuiMenuComponent } from 'formaui/components/menu'`
637
+ - **Selector**: `fui-menu`
638
+
639
+ #### Inputs
640
+
641
+ | Name | Type | Default | Required |
642
+ |------|------|---------|----------|
643
+ | position | FuiMenuPosition | 'bottom-start' | no |
644
+ | size | FuiMenuSize | 'md' | no |
645
+ | closeOnClickOutside | boolean | true | no |
646
+ | closeOnEscape | boolean | true | no |
647
+ | disabled | boolean | false | no |
648
+ | attachToBody | boolean | true | no |
649
+
650
+ #### Outputs
651
+
652
+ | Name | Type |
653
+ |------|------|
654
+ | openChange | boolean |
655
+ | itemSelected | Event |
656
+
657
+ ### Sub-components
658
+
659
+ #### FuiMenuItemComponent
660
+
661
+ - **Selector**: `fui-menu-item`
662
+
663
+ ##### Inputs
664
+
665
+ | Name | Type | Default | Required |
666
+ |------|------|---------|----------|
667
+ | variant | MenuItemVariant | 'default' | no |
668
+ | disabled | boolean | false | no |
669
+
670
+ ##### Outputs
671
+
672
+ | Name | Type |
673
+ |------|------|
674
+ | selected | Event |
675
+
676
+ #### FuiMenuTriggerDirective
677
+
678
+ - **Selector**: `[fuiMenuTrigger]`
679
+
680
+ ##### Inputs
681
+
682
+ | Name | Type | Default | Required |
683
+ |------|------|---------|----------|
684
+ | menuTriggerFor | FuiMenuComponent | null | - | no |
685
+ | menuTriggerData | unknown | - | no |
686
+
687
+ ---
688
+
689
+ ## number-input
690
+
691
+ A numeric input component with increment/decrement buttons, full Angular Reactive Forms support, and FormField integration.
692
+
693
+ - **Import**: `import { FuiNumberInputComponent } from 'formaui/components/number-input'`
694
+ - **Selector**: `fui-number-input`
695
+
696
+ #### Inputs
697
+
698
+ | Name | Type | Default | Required |
699
+ |------|------|---------|----------|
700
+ | min | number | null | null | no |
701
+ | max | number | null | null | no |
702
+ | precision | number | null | null | no |
703
+ | disabled | boolean | false | no |
704
+ | readonly | boolean | false | no |
705
+ | showButtons | boolean | true | no |
706
+ | buttonLayout | NumberInputButtonLayout | 'horizontal' | no |
707
+ | errorStateMatcher | ErrorStateMatcher | null | null | no |
708
+
709
+ #### Outputs
710
+
711
+ | Name | Type |
712
+ |------|------|
713
+ | valueChange | number | null |
714
+
715
+ ---
716
+
717
+ ## paginator
718
+
719
+ A pagination component that handles navigation through pages with: - Previous/Next navigation buttons (disabled at boundaries) - Page number buttons (at least 4 visible) - Ellipsis (...) for remaining pages when there are more than 4 pages - Emits page selection via output signal - Keyboard support for accessibility
720
+
721
+ - **Import**: `import { FuiPaginatorComponent } from 'formaui/components/paginator'`
722
+ - **Selector**: `fui-paginator`
723
+
724
+ #### Inputs
725
+
726
+ | Name | Type | Default | Required |
727
+ |------|------|---------|----------|
728
+ | numberOfItems | number | - | yes |
729
+ | pageSize | number | - | yes |
730
+
731
+ #### Outputs
732
+
733
+ | Name | Type |
734
+ |------|------|
735
+ | pageSelected | number |
736
+
737
+ ---
738
+
739
+ ## password-input
740
+
741
+ A password input component with visibility toggle and optional strength meter. Integrates with fui-form-field and Angular Forms.
742
+
743
+ - **Import**: `import { FuiPasswordInputComponent } from 'formaui/components/password-input'`
744
+ - **Selector**: `fui-password-input`
745
+
746
+ #### Inputs
747
+
748
+ | Name | Type | Default | Required |
749
+ |------|------|---------|----------|
750
+ | disabled | boolean | false | no |
751
+ | readonly | boolean | false | no |
752
+ | showStrengthMeter | boolean | false | no |
753
+ | errorStateMatcher | ErrorStateMatcher | null | null | no |
754
+
755
+ ---
756
+
757
+ ## popover
758
+
759
+ Internal popover container component rendered inside the overlay. Provides a styled panel with optional arrow indicator.
760
+
761
+ - **Import**: `import { FuiPopoverComponent } from 'formaui/components/popover'`
762
+ - **Selector**: `fui-popover`
763
+
764
+ #### Inputs
765
+
766
+ | Name | Type | Default | Required |
767
+ |------|------|---------|----------|
768
+ | position | PopoverPosition | 'bottom' | no |
769
+
770
+ ### Sub-components
771
+
772
+ #### FuiPopoverTriggerDirective
773
+
774
+ - **Selector**: `[fuiPopoverTrigger]`
775
+
776
+ ##### Inputs
777
+
778
+ | Name | Type | Default | Required |
779
+ |------|------|---------|----------|
780
+ | fuiPopoverPosition | PopoverPosition | 'bottom' | no |
781
+ | fuiPopoverTriggerOn | PopoverTriggerMode | 'click' | no |
782
+ | fuiPopoverShowDelay | number | 0 | no |
783
+ | fuiPopoverHideDelay | number | 0 | no |
784
+ | fuiPopoverHasArrow | boolean | true | no |
785
+ | fuiPopoverCloseOnOutsideClick | boolean | true | no |
786
+ | fuiPopoverDisabled | boolean | false | no |
787
+ | fuiPopoverOpen | boolean | false | no |
788
+
789
+ ##### Outputs
790
+
791
+ | Name | Type |
792
+ |------|------|
793
+ | fuiPopoverOpened | void |
794
+ | fuiPopoverClosed | void |
795
+
796
+ ---
797
+
798
+ ## progressbar
799
+
800
+ A progress bar component compatible with Angular Material's mat-progress-bar interface.
801
+
802
+ - **Import**: `import { FuiProgressbarComponent } from 'formaui/components/progressbar'`
803
+ - **Selector**: `fui-progressbar`
804
+
805
+ #### Inputs
806
+
807
+ | Name | Type | Default | Required |
808
+ |------|------|---------|----------|
809
+ | mode | ProgressBarMode | 'determinate' | no |
810
+ | value | number | 0 | no |
811
+ | bufferValue | number | 0 | no |
812
+ | color | ProgressBarColor | 'primary' | no |
813
+ | aria-label | string | null | null | no |
814
+ | aria-labelledby | string | null | null | no |
815
+
816
+ ---
817
+
818
+ ## radio
819
+
820
+ - **Import**: `import { FuiRadioButtonComponent } from 'formaui/components/radio'`
821
+ - **Selector**: `fui-radio-button`
822
+
823
+ #### Inputs
824
+
825
+ | Name | Type | Default | Required |
826
+ |------|------|---------|----------|
827
+ | disabled | boolean | false | no |
828
+ | aria-label | string | null | null | no |
829
+ | aria-labelledby | string | null | null | no |
830
+ | value | unknown | - | yes |
831
+
832
+ ### Sub-components
833
+
834
+ #### FuiRadioGroupComponent
835
+
836
+ - **Selector**: `fui-radio-group`
837
+
838
+ ##### Inputs
839
+
840
+ | Name | Type | Default | Required |
841
+ |------|------|---------|----------|
842
+ | orientation | FuiRadioOrientation | 'vertical' | no |
843
+ | disabled | boolean | false | no |
844
+ | aria-label | string | null | null | no |
845
+ | aria-labelledby | string | null | null | no |
846
+ | errorStateMatcher | ErrorStateMatcher | null | null | no |
847
+
848
+ ##### Outputs
849
+
850
+ | Name | Type |
851
+ |------|------|
852
+ | change | FuiRadioChange |
853
+
854
+ ---
855
+
856
+ ## select
857
+
858
+ A dropdown select component for single or multiple selection. Designed to work inside `fui-form-field` with full Reactive Forms support, keyboard navigation, and type-ahead search.
859
+
860
+ - **Import**: `import { FuiSelectComponent } from 'formaui/components/select'`
861
+ - **Selector**: `fui-select`
862
+
863
+ #### Inputs
864
+
865
+ | Name | Type | Default | Required |
866
+ |------|------|---------|----------|
867
+ | errorStateMatcher | ErrorStateMatcher | null | null | no |
868
+
869
+ #### Outputs
870
+
871
+ | Name | Type |
872
+ |------|------|
873
+ | valueChange | unknown |
874
+ | selectionChange | FuiSelectChange |
875
+ | openedChange | boolean |
876
+
877
+ ### Usage
878
+
879
+ ```html
880
+ <!-- Basic select inside form-field -->
881
+ <fui-form-field>
882
+ <fui-label>Country</fui-label>
883
+ <fui-select placeholder="Choose a country" [formControl]="countryControl">
884
+ <fui-option value="us">United States</fui-option>
885
+ <fui-option value="uk">United Kingdom</fui-option>
886
+ <fui-option value="de">Germany</fui-option>
887
+ </fui-select>
888
+ <fui-error>Country is required</fui-error>
889
+ </fui-form-field>
890
+
891
+ <!-- Multiple selection -->
892
+ <fui-form-field>
893
+ <fui-label>Tags</fui-label>
894
+ <fui-select multiple [formControl]="tagsControl">
895
+ <fui-option value="angular">Angular</fui-option>
896
+ <fui-option value="react">React</fui-option>
897
+ <fui-option value="vue">Vue</fui-option>
898
+ </fui-select>
899
+ </fui-form-field>
900
+ ```
901
+
902
+ ### Notes
903
+
904
+ - Always wrap in `fui-form-field` for label, error, and hint support
905
+ - Options are projected as `<fui-option>` child elements
906
+ - Supports keyboard navigation: Arrow keys, Home/End, Enter/Space, Escape
907
+ - Type-ahead search: start typing to jump to matching options
908
+ - Use `compareWith` input for custom object comparison
909
+
910
+ ### Sub-components
911
+
912
+ #### FuiOptionComponent
913
+
914
+ - **Selector**: `fui-option`
915
+
916
+ ##### Inputs
917
+
918
+ | Name | Type | Default | Required |
919
+ |------|------|---------|----------|
920
+ | value | unknown | undefined | no |
921
+
922
+ ##### Outputs
923
+
924
+ | Name | Type |
925
+ |------|------|
926
+ | selectionChange | void |
927
+
928
+ ---
929
+
930
+ ## side-panel
931
+
932
+ - **Import**: `import { FuiSidePanelComponent } from 'formaui/components/side-panel'`
933
+ - **Selector**: `fui-side-panel`
934
+
935
+ #### Inputs
936
+
937
+ | Name | Type | Default | Required |
938
+ |------|------|---------|----------|
939
+ | ariaLabel | string | null | null | no |
940
+ | ariaLabelledBy | string | null | null | no |
941
+
942
+ #### Outputs
943
+
944
+ | Name | Type |
945
+ |------|------|
946
+ | closed | void |
947
+
948
+ ---
949
+
950
+ ## sidebar
951
+
952
+ A flexible sidebar component following Carbon Design System principles. Provides navigation with Angular Material-like APIs and responsive behavior.
953
+
954
+ - **Import**: `import { FuiSidebarComponent } from 'formaui/components/sidebar'`
955
+ - **Selector**: `fui-sidebar`
956
+
957
+ #### Inputs
958
+
959
+ | Name | Type | Default | Required |
960
+ |------|------|---------|----------|
961
+ | mode | FuiSidebarMode | 'side' | no |
962
+ | position | FuiSidebarPosition | 'start' | no |
963
+ | navItems | FuiSidebarNavItem[] | [] | no |
964
+
965
+ #### Outputs
966
+
967
+ | Name | Type |
968
+ |------|------|
969
+ | openedChange | boolean |
970
+ | navItemClick | FuiSidebarNavItem |
971
+ | backdropClick | void |
972
+
973
+ ---
974
+
975
+ ## skeleton
976
+
977
+ - **Import**: `import { FuiSkeletonComponent } from 'formaui/components/skeleton'`
978
+ - **Selector**: `fui-skeleton`
979
+
980
+ #### Inputs
981
+
982
+ | Name | Type | Default | Required |
983
+ |------|------|---------|----------|
984
+ | variant | FuiSkeletonVariant | 'text' | no |
985
+ | width | string | null | null | no |
986
+ | height | string | null | null | no |
987
+ | borderRadius | string | null | null | no |
988
+
989
+ ---
990
+
991
+ ## slider
992
+
993
+ A slider (range input) component with single and dual-thumb (range) support. Integrates with Angular Reactive Forms via ControlValueAccessor.
994
+
995
+ - **Import**: `import { FuiSliderComponent } from 'formaui/components/slider'`
996
+ - **Selector**: `fui-slider`
997
+
998
+ #### Inputs
999
+
1000
+ | Name | Type | Default | Required |
1001
+ |------|------|---------|----------|
1002
+ | range | boolean | false | no |
1003
+ | showTicks | boolean | false | no |
1004
+ | showTooltip | boolean | true | no |
1005
+ | formatLabel | SliderFormatLabelFn | (v: number) => String(v) | no |
1006
+ | disabled | boolean | false | no |
1007
+ | aria-label | string | null | null | no |
1008
+ | ariaLabelLow | string | null | null | no |
1009
+ | ariaLabelHigh | string | null | null | no |
1010
+
1011
+ #### Outputs
1012
+
1013
+ | Name | Type |
1014
+ |------|------|
1015
+ | valueChange | SliderValue |
1016
+ | dragStart | void |
1017
+ | dragEnd | void |
1018
+
1019
+ ---
1020
+
1021
+ ## spinner
1022
+
1023
+ - **Import**: `import { FuiSpinnerComponent } from 'formaui/components/spinner'`
1024
+ - **Selector**: `fui-spinner`
1025
+
1026
+ #### Inputs
1027
+
1028
+ | Name | Type | Default | Required |
1029
+ |------|------|---------|----------|
1030
+ | mode | FuiSpinnerMode | 'indeterminate' | no |
1031
+ | value | number | 0 | no |
1032
+ | size | FuiSpinnerSize | 'md' | no |
1033
+ | color | string | null | null | no |
1034
+
1035
+ ---
1036
+
1037
+ ## stepper
1038
+
1039
+ A stepper component that guides users through a sequence of steps. Supports horizontal and vertical orientations, linear and non-linear navigation, step validation, and lazy content rendering.
1040
+
1041
+ - **Import**: `import { FuiStepperComponent } from 'formaui/components/stepper'`
1042
+ - **Selector**: `fui-stepper`
1043
+
1044
+ #### Inputs
1045
+
1046
+ | Name | Type | Default | Required |
1047
+ |------|------|---------|----------|
1048
+ | orientation | StepperOrientation | 'horizontal' | no |
1049
+ | linear | boolean | false | no |
1050
+
1051
+ #### Outputs
1052
+
1053
+ | Name | Type |
1054
+ |------|------|
1055
+ | selectionChange | StepSelectionChange |
1056
+ | animationDone | void |
1057
+
1058
+ ### Sub-components
1059
+
1060
+ #### FuiStepComponent
1061
+
1062
+ - **Selector**: `fui-step`
1063
+
1064
+ ##### Inputs
1065
+
1066
+ | Name | Type | Default | Required |
1067
+ |------|------|---------|----------|
1068
+ | completed | boolean | false | no |
1069
+ | editable | boolean | true | no |
1070
+ | stepControl | AbstractControl | null | null | no |
1071
+ | optional | boolean | false | no |
1072
+ | label | string | - | yes |
1073
+
1074
+ ---
1075
+
1076
+ ## tab
1077
+
1078
+ - **Import**: `import { FuiTabComponent } from 'formaui/components/tab'`
1079
+ - **Selector**: `fui-tab`
1080
+
1081
+ #### Inputs
1082
+
1083
+ | Name | Type | Default | Required |
1084
+ |------|------|---------|----------|
1085
+ | label | string | - | yes |
1086
+
1087
+ ### Sub-components
1088
+
1089
+ #### FuiTabGroupComponent
1090
+
1091
+ - **Selector**: `fui-tab-group`
1092
+
1093
+ ##### Outputs
1094
+
1095
+ | Name | Type |
1096
+ |------|------|
1097
+ | selectedTabChange | FuiTabComponent |
1098
+
1099
+ ---
1100
+
1101
+ ## tag
1102
+
1103
+ - **Import**: `import { FuiTagComponent } from 'formaui/components/tag'`
1104
+ - **Selector**: `fui-tag`
1105
+
1106
+ #### Inputs
1107
+
1108
+ | Name | Type | Default | Required |
1109
+ |------|------|---------|----------|
1110
+ | variant | FuiTagVariant | 'primary' | no |
1111
+ | size | FuiTagSize | 'md' | no |
1112
+ | icon | string | null | null | no |
1113
+ | disabled | boolean | false | no |
1114
+ | label | string | - | yes |
1115
+
1116
+ #### Outputs
1117
+
1118
+ | Name | Type |
1119
+ |------|------|
1120
+ | removed | FuiTagRemoveEvent |
1121
+ | selectedChange | boolean |
1122
+
1123
+ ---
1124
+
1125
+ ## time-picker
1126
+
1127
+ - **Import**: `import { FuiTimePickerComponent } from 'formaui/components/time-picker'`
1128
+ - **Selector**: `fui-time-picker`
1129
+
1130
+ #### Inputs
1131
+
1132
+ | Name | Type | Default | Required |
1133
+ |------|------|---------|----------|
1134
+ | format | TimeFormat | '24h' | no |
1135
+ | errorStateMatcher | ErrorStateMatcher | null | null | no |
1136
+
1137
+ #### Outputs
1138
+
1139
+ | Name | Type |
1140
+ |------|------|
1141
+ | timeChange | string |
1142
+
1143
+ ### Sub-components
1144
+
1145
+ #### FuiTimeListComponent
1146
+
1147
+ - **Selector**: `fui-time-list`
1148
+
1149
+ ##### Inputs
1150
+
1151
+ | Name | Type | Default | Required |
1152
+ |------|------|---------|----------|
1153
+ | selectedValue | TimeValue | null | null | no |
1154
+ | format | TimeFormat | '24h' | no |
1155
+ | options | TimeOption[] | - | yes |
1156
+
1157
+ ##### Outputs
1158
+
1159
+ | Name | Type |
1160
+ |------|------|
1161
+ | optionSelected | TimeValue |
1162
+
1163
+ ---
1164
+
1165
+ ## toggle
1166
+
1167
+ - **Import**: `import { FuiToggleComponent } from 'formaui/components/toggle'`
1168
+ - **Selector**: `fui-toggle`
1169
+
1170
+ #### Inputs
1171
+
1172
+ | Name | Type | Default | Required |
1173
+ |------|------|---------|----------|
1174
+ | checked | boolean | false | no |
1175
+ | disabled | boolean | false | no |
1176
+ | required | boolean | false | no |
1177
+ | labelPosition | FuiToggleLabelPosition | 'after' | no |
1178
+ | size | FuiToggleSize | 'md' | no |
1179
+ | name | string | null | null | no |
1180
+ | aria-label | string | null | null | no |
1181
+ | aria-labelledby | string | null | null | no |
1182
+ | aria-describedby | string | null | null | no |
1183
+ | errorStateMatcher | ErrorStateMatcher | null | null | no |
1184
+
1185
+ #### Outputs
1186
+
1187
+ | Name | Type |
1188
+ |------|------|
1189
+ | change | FuiToggleChange |
1190
+
1191
+ ---
1192
+
1193
+ ## toolbar
1194
+
1195
+ A top navigation toolbar following Carbon Design System principles. Provides space for logo, navigation menu items, and user profile area.
1196
+
1197
+ - **Import**: `import { FuiToolbarComponent } from 'formaui/components/toolbar'`
1198
+ - **Selector**: `fui-toolbar`
1199
+
1200
+ #### Inputs
1201
+
1202
+ | Name | Type | Default | Required |
1203
+ |------|------|---------|----------|
1204
+ | menuItems | FuiToolbarMenuItem[] | [] | no |
1205
+ | userProfile | FuiToolbarUserProfile | null | null | no |
1206
+ | activeMenuItemId | string | number | '' | no |
1207
+
1208
+ #### Outputs
1209
+
1210
+ | Name | Type |
1211
+ |------|------|
1212
+ | menuItemClick | string | number |
1213
+ | userProfileClick | void |
1214
+ | sidebarToggle | void |
1215
+
1216
+ ---
1217
+
1218
+ ## tooltip
1219
+
1220
+ - **Import**: `import { FuiTooltipComponent } from 'formaui/components/tooltip'`
1221
+ - **Selector**: `fui-tooltip`
1222
+
1223
+ #### Inputs
1224
+
1225
+ | Name | Type | Default | Required |
1226
+ |------|------|---------|----------|
1227
+ | content | string | - | yes |
1228
+ | position | TooltipPosition | - | yes |
1229
+ | size | TooltipSize | - | yes |
1230
+ | maxWidth | string | - | yes |
1231
+ | arrow | boolean | - | yes |
1232
+ | tooltipId | string | - | yes |
1233
+
1234
+ ### Sub-components
1235
+
1236
+ #### FuiTooltipDirective
1237
+
1238
+ - **Selector**: `[fuiTooltip]`
1239
+
1240
+ ##### Inputs
1241
+
1242
+ | Name | Type | Default | Required |
1243
+ |------|------|---------|----------|
1244
+ | fuiTooltipPosition | TooltipPosition | 'top' | no |
1245
+ | fuiTooltipSize | TooltipSize | 'md' | no |
1246
+ | fuiTooltipTrigger | TooltipTrigger | 'hover' | no |
1247
+ | fuiTooltipShowDelay | number | 500 | no |
1248
+ | fuiTooltipHideDelay | number | 0 | no |
1249
+ | fuiTooltipDisabled | boolean | false | no |
1250
+ | fuiTooltipOffset | number | 8 | no |
1251
+ | fuiTooltipArrow | boolean | true | no |
1252
+ | fuiTooltipShow | boolean | false | no |
1253
+ | fuiTooltip | string | - | yes |
1254
+
1255
+ ---
1256
+
1257
+ ## tree
1258
+
1259
+ - **Import**: `import { FuiTreeNodeComponent } from 'formaui/components/tree'`
1260
+ - **Selector**: `fui-tree-node`
1261
+
1262
+ #### Inputs
1263
+
1264
+ | Name | Type | Default | Required |
1265
+ |------|------|---------|----------|
1266
+ | selectionMode | FuiTreeSelectionMode | 'none' | no |
1267
+ | checkboxState | 'checked' | 'unchecked' | 'indeterminate' | 'unchecked' | no |
1268
+ | flatNode | FuiFlatTreeNode | - | yes |
1269
+
1270
+ #### Outputs
1271
+
1272
+ | Name | Type |
1273
+ |------|------|
1274
+ | toggle | void |
1275
+ | select | void |
1276
+ | checkboxChange | void |
1277
+
1278
+ ### Sub-components
1279
+
1280
+ #### FuiTreeComponent
1281
+
1282
+ - **Selector**: `fui-tree`
1283
+
1284
+ ##### Inputs
1285
+
1286
+ | Name | Type | Default | Required |
1287
+ |------|------|---------|----------|
1288
+ | selectionMode | FuiTreeSelectionMode | 'none' | no |
1289
+
1290
+ ##### Outputs
1291
+
1292
+ | Name | Type |
1293
+ |------|------|
1294
+ | filterChange | string |
1295
+
1296
+ ---
1297
+
1298
+ ## tree-select
1299
+
1300
+ - **Import**: `import { FuiTreeSelectComponent } from 'formaui/components/tree-select'`
1301
+ - **Selector**: `fui-tree-select`
1302
+
1303
+ #### Inputs
1304
+
1305
+ | Name | Type | Default | Required |
1306
+ |------|------|---------|----------|
1307
+ | selectionMode | 'single' | 'multi' | 'checkbox' | 'single' | no |
1308
+
1309
+ ---
1310
+
1311
+ ## tree-table
1312
+
1313
+ - **Import**: `import { FuiTreeTableComponent } from 'formaui/components/tree-table'`
1314
+ - **Selector**: `fui-tree-table`
1315
+
1316
+ #### Inputs
1317
+
1318
+ | Name | Type | Default | Required |
1319
+ |------|------|---------|----------|
1320
+ | sort | { field: string; direction: 'ASC' | 'DESC' } | null | null | no |
1321
+ | filters | FuiTreeTableColumnFilter[] | [] | no |
1322
+ | config | FuiTreeTableConfig | - | yes |
1323
+
1324
+ #### Outputs
1325
+
1326
+ | Name | Type |
1327
+ |------|------|
1328
+ | sortChange | { field: string; direction: 'ASC' | 'DESC' } | null |
1329
+ | filtersChange | FuiTreeTableColumnFilter[] |
1330
+ | rowDblClick | T |
1331
+
1332
+ ---
1333
+
1334
+ ## Design Tokens
1335
+
1336
+ ### Primary
1337
+
1338
+ | Token | Value |
1339
+ |-------|-------|
1340
+ | --fui-primary-10 | #fdfaff |
1341
+ | --fui-primary-20 | #f9f5ff |
1342
+ | --fui-primary-30 | #f1ebff |
1343
+ | --fui-primary-40 | #e4d4ff |
1344
+ | --fui-primary-50 | #7c4be0 |
1345
+ | --fui-primary-60 | #6833c8 |
1346
+ | --fui-primary-70 | #5522af |
1347
+ | --fui-primary-80 | #421a8c |
1348
+ | --fui-primary-90 | #2e1266 |
1349
+ | --fui-primary-100 | #1a0b3d |
1350
+ | --fui-primary-110 | #120923 |
1351
+ | --fui-primary | var(--fui-primary-50) |
1352
+ | --fui-primary-rgb | 124, 75, 224 |
1353
+ | --fui-primary-text-color | white |
1354
+ | --fui-primary-text | white |
1355
+ | --fui-primary-default | var(--fui-primary-50) |
1356
+ | --fui-primary-disable | var(--fui-primary-40) |
1357
+ | --fui-primary-bg | var(--fui-primary-20) |
1358
+ | --fui-primary-hover | var(--fui-primary-60) |
1359
+ | --fui-primary-highlights | var(--fui-primary-30) |
1360
+
1361
+ ### Secondary
1362
+
1363
+ | Token | Value |
1364
+ |-------|-------|
1365
+ | --fui-secondary-10 | #fbfcfe |
1366
+ | --fui-secondary-20 | #f8f9fd |
1367
+ | --fui-secondary-30 | #eeeff5 |
1368
+ | --fui-secondary-40 | #e6e7ed |
1369
+ | --fui-secondary-50 | #dfe0e6 |
1370
+ | --fui-secondary-60 | #d7d8de |
1371
+ | --fui-secondary-70 | #ccced3 |
1372
+ | --fui-secondary-80 | #b9bbc0 |
1373
+ | --fui-secondary-90 | #8c8d92 |
1374
+ | --fui-secondary-100 | #818288 |
1375
+ | --fui-secondary-110 | #636469 |
1376
+ | --fui-secondary-120 | #1f2024 |
1377
+ | --fui-secondary | var(--fui-secondary-60) |
1378
+ | --fui-secondary-default | var(--fui-secondary-60) |
1379
+ | --fui-secondary-hover | var(--fui-secondary-90) |
1380
+ | --fui-secondary-disable | var(--fui-secondary-30) |
1381
+ | --fui-secondary-bg | var(--fui-secondary-20) |
1382
+ | --fui-secondary-highlights | var(--fui-secondary-20) |
1383
+
1384
+ ### Danger
1385
+
1386
+ | Token | Value |
1387
+ |-------|-------|
1388
+ | --fui-danger-10 | #fffcfc |
1389
+ | --fui-danger-20 | #fff7f7 |
1390
+ | --fui-danger-30 | #feebec |
1391
+ | --fui-danger-40 | #ffdbdc |
1392
+ | --fui-danger-50 | #ffcdce |
1393
+ | --fui-danger-60 | #fdbdbe |
1394
+ | --fui-danger-70 | #f4a9aa |
1395
+ | --fui-danger-80 | #eb8e90 |
1396
+ | --fui-danger-90 | #e5484d |
1397
+ | --fui-danger-100 | #ce2c31 |
1398
+ | --fui-danger-110 | #821e2e |
1399
+ | --fui-danger | var(--fui-danger-60) |
1400
+
1401
+ ### Success
1402
+
1403
+ | Token | Value |
1404
+ |-------|-------|
1405
+ | --fui-success-10 | #fbfefd |
1406
+ | --fui-success-20 | #f4fbf7 |
1407
+ | --fui-success-30 | #e6f7ed |
1408
+ | --fui-success-40 | #d6f1e3 |
1409
+ | --fui-success-50 | #c3e9d7 |
1410
+ | --fui-success-60 | #acdec8 |
1411
+ | --fui-success-70 | #8bceb6 |
1412
+ | --fui-success-80 | #56ba9f |
1413
+ | --fui-success-90 | #29a383 |
1414
+ | --fui-success-100 | #208368 |
1415
+ | --fui-success-110 | #1d3b31 |
1416
+ | --fui-success | var(--fui-success-60) |
1417
+
1418
+ ### Warning
1419
+
1420
+ | Token | Value |
1421
+ |-------|-------|
1422
+ | --fui-warning-10 | #fefdfb |
1423
+ | --fui-warning-20 | #fefbe9 |
1424
+ | --fui-warning-30 | #fff7c2 |
1425
+ | --fui-warning-40 | #ffee9c |
1426
+ | --fui-warning-50 | #fbe577 |
1427
+ | --fui-warning-60 | #f3d673 |
1428
+ | --fui-warning-70 | #e9c162 |
1429
+ | --fui-warning-80 | #ffc53d |
1430
+ | --fui-warning-90 | #e2a336 |
1431
+ | --fui-warning-100 | #ab6400 |
1432
+ | --fui-warning-110 | #4f3422 |
1433
+ | --fui-warning | var(--fui-warning-60) |
1434
+
1435
+ ### Info
1436
+
1437
+ | Token | Value |
1438
+ |-------|-------|
1439
+ | --fui-info-10 | #fbfdff |
1440
+ | --fui-info-20 | #f4faff |
1441
+ | --fui-info-30 | #e6f4fe |
1442
+ | --fui-info-40 | #d5efff |
1443
+ | --fui-info-50 | #c2e5ff |
1444
+ | --fui-info-60 | #acd8fc |
1445
+ | --fui-info-70 | #8ec8f6 |
1446
+ | --fui-info-80 | #5eb1ef |
1447
+ | --fui-info-90 | #0090ff |
1448
+ | --fui-info-100 | #0d74ce |
1449
+ | --fui-info-110 | #113264 |
1450
+ | --fui-info | var(--fui-info-60) |
1451
+
1452
+ ### Pink
1453
+
1454
+ | Token | Value |
1455
+ |-------|-------|
1456
+ | --fui-pink-10 | #fffcfe |
1457
+ | --fui-pink-20 | #fef7fb |
1458
+ | --fui-pink-30 | #fee9f5 |
1459
+ | --fui-pink-40 | #fbdcef |
1460
+ | --fui-pink-50 | #f6cee7 |
1461
+ | --fui-pink-60 | #efbfdd |
1462
+ | --fui-pink-70 | #e7acd0 |
1463
+ | --fui-pink-80 | #dd93c2 |
1464
+ | --fui-pink-90 | #d6409f |
1465
+ | --fui-pink-100 | #c2298a |
1466
+ | --fui-pink-110 | #651249 |
1467
+
1468
+ ### Orange
1469
+
1470
+ | Token | Value |
1471
+ |-------|-------|
1472
+ | --fui-orange-10 | #fefcfb |
1473
+ | --fui-orange-20 | #fff7ed |
1474
+ | --fui-orange-30 | #ffefd6 |
1475
+ | --fui-orange-40 | #ffdfb5 |
1476
+ | --fui-orange-50 | #ffd19a |
1477
+ | --fui-orange-60 | #ffc182 |
1478
+ | --fui-orange-70 | #f5ae73 |
1479
+ | --fui-orange-80 | #ec9455 |
1480
+ | --fui-orange-90 | #f76b15 |
1481
+ | --fui-orange-100 | #cc4e00 |
1482
+ | --fui-orange-110 | #582d1d |
1483
+
1484
+ ### Tomato
1485
+
1486
+ | Token | Value |
1487
+ |-------|-------|
1488
+ | --fui-tomato-10 | #fffcfc |
1489
+ | --fui-tomato-20 | #fff8f7 |
1490
+ | --fui-tomato-30 | #feebe7 |
1491
+ | --fui-tomato-40 | #ffdcd3 |
1492
+ | --fui-tomato-50 | #ffcdc2 |
1493
+ | --fui-tomato-60 | #fdbdaf |
1494
+ | --fui-tomato-70 | #f5a898 |
1495
+ | --fui-tomato-80 | #ec8e7b |
1496
+ | --fui-tomato-90 | #e54d2e |
1497
+ | --fui-tomato-100 | #dd4425 |
1498
+ | --fui-tomato-110 | #d13415 |
1499
+ | --fui-tomato-120 | #5c271f |
1500
+
1501
+ ### White
1502
+
1503
+ | Token | Value |
1504
+ |-------|-------|
1505
+ | --fui-white | #ffffff |
1506
+ | --fui-white-5 | rgba(255, 255, 255, 0.05) |
1507
+ | --fui-white-10 | rgba(255, 255, 255, 0.1) |
1508
+ | --fui-white-15 | rgba(255, 255, 255, 0.15) |
1509
+ | --fui-white-20 | rgba(255, 255, 255, 0.2) |
1510
+ | --fui-white-30 | rgba(255, 255, 255, 0.3) |
1511
+ | --fui-white-40 | rgba(255, 255, 255, 0.4) |
1512
+ | --fui-white-50 | rgba(255, 255, 255, 0.5) |
1513
+ | --fui-white-60 | rgba(255, 255, 255, 0.6) |
1514
+ | --fui-white-70 | rgba(255, 255, 255, 0.7) |
1515
+ | --fui-white-80 | rgba(255, 255, 255, 0.8) |
1516
+ | --fui-white-90 | rgba(255, 255, 255, 0.9) |
1517
+
1518
+ ### Black
1519
+
1520
+ | Token | Value |
1521
+ |-------|-------|
1522
+ | --fui-black | #000000 |
1523
+ | --fui-black-5 | rgba(0, 0, 0, 0.05) |
1524
+ | --fui-black-10 | rgba(0, 0, 0, 0.1) |
1525
+ | --fui-black-15 | rgba(0, 0, 0, 0.15) |
1526
+ | --fui-black-20 | rgba(0, 0, 0, 0.2) |
1527
+ | --fui-black-30 | rgba(0, 0, 0, 0.3) |
1528
+ | --fui-black-40 | rgba(0, 0, 0, 0.4) |
1529
+ | --fui-black-50 | rgba(0, 0, 0, 0.5) |
1530
+ | --fui-black-60 | rgba(0, 0, 0, 0.6) |
1531
+ | --fui-black-70 | rgba(0, 0, 0, 0.7) |
1532
+ | --fui-black-80 | rgba(0, 0, 0, 0.8) |
1533
+ | --fui-black-90 | rgba(0, 0, 0, 0.9) |
1534
+
1535
+ ### Text
1536
+
1537
+ | Token | Value |
1538
+ |-------|-------|
1539
+ | --fui-text-disabled | var(--fui-secondary-100) |
1540
+ | --fui-text-primary | var(--fui-secondary-120) |
1541
+ | --fui-text-secondary | var(--fui-secondary-110) |
1542
+ | --fui-text-primary-disabled | var(--fui-text-disabled) |
1543
+
1544
+ ### Border
1545
+
1546
+ | Token | Value |
1547
+ |-------|-------|
1548
+ | --fui-border-color | var(--fui-secondary-50) |
1549
+ | --fui-border-color-strong | var(--fui-secondary-70) |
1550
+ | --fui-border-color-active | var(--fui-primary-default) |
1551
+
1552
+ ### Surface
1553
+
1554
+ | Token | Value |
1555
+ |-------|-------|
1556
+ | --fui-surface-bg | var(--fui-secondary-20) |
1557
+ | --fui-surface-card | var(--fui-white) |
1558
+ | --fui-surface-01 | var(--fui-secondary-10) |
1559
+ | --fui-surface-02 | var(--fui-secondary-20) |
1560
+ | --fui-surface-03 | var(--fui-secondary-30) |
1561
+ | --fui-surface-04 | var(--fui-secondary-40) |
1562
+ | --fui-surface-00 | var(--fui-surface-card) |
1563
+ | --fui-surface-05 | var(--fui-secondary-50) |
1564
+
1565
+ ### Bg
1566
+
1567
+ | Token | Value |
1568
+ |-------|-------|
1569
+ | --fui-bg | var(--fui-surface-bg) |
1570
+
1571
+ ### State
1572
+
1573
+ | Token | Value |
1574
+ |-------|-------|
1575
+ | --fui-state-error | var(--fui-danger-90) |
1576
+ | --fui-state-error-bg | var(--fui-danger-30) |
1577
+ | --fui-state-error-hover | var(--fui-danger-110) |
1578
+ | --fui-state-success | var(--fui-success-110) |
1579
+ | --fui-state-success-bg | var(--fui-success-30) |
1580
+ | --fui-state-success-hover | var(--fui-success-110) |
1581
+ | --fui-state-warning | var(--fui-warning-110) |
1582
+ | --fui-state-warning-bg | var(--fui-warning-30) |
1583
+ | --fui-state-warning-hover | var(--fui-warning-110) |
1584
+ | --fui-state-info | var(--fui-info-110) |
1585
+ | --fui-state-info-bg | var(--fui-info-30) |
1586
+ | --fui-state-info-hover | var(--fui-info-110) |
1587
+
1588
+ ### Field
1589
+
1590
+ | Token | Value |
1591
+ |-------|-------|
1592
+ | --fui-field-background | var(--fui-surface-00) |
1593
+ | --fui-field-background-hover | var(--fui-surface-01) |
1594
+ | --fui-field-background-disabled | var(--fui-surface-02) |
1595
+ | --fui-field-border-focus | var(--fui-primary-50) |
1596
+ | --fui-field-border-error | var(--fui-state-error) |
1597
+
1598
+ ### Icon
1599
+
1600
+ | Token | Value |
1601
+ |-------|-------|
1602
+ | --fui-icon-primary | var(--fui-text-primary) |
1603
+ | --fui-icon-secondary | var(--fui-text-secondary) |
1604
+ | --fui-icon-tertiary | var(--fui-secondary-90) |
1605
+ | --fui-icon-on-color-disabled | var(--fui-text-disabled) |
1606
+
1607
+ ### Background
1608
+
1609
+ | Token | Value |
1610
+ |-------|-------|
1611
+ | --fui-background-primary | var(--fui-surface-00) |
1612
+ | --fui-background-hover | var(--fui-surface-02) |
1613
+
1614
+ ### Error
1615
+
1616
+ | Token | Value |
1617
+ |-------|-------|
1618
+ | --fui-error | var(--fui-state-error) |
1619
+
1620
+ ### Card
1621
+
1622
+ | Token | Value |
1623
+ |-------|-------|
1624
+ | --fui-card-padding | var(--fui-spacing-06) |
1625
+ | --fui-card-shadow | 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) |
1626
+ | --fui-card-shadow-hover | 0 3px 6px rgba(0, 0, 0, 0.15), 0 2px 4px rgba(0, 0, 0, 0.12) |
1627
+ | --fui-card-border-radius | var(--fui-border-radius-md) |