@mittwald/flow-react-components 0.1.0-alpha.31 → 0.1.0-alpha.310

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 (880) hide show
  1. package/CHANGELOG.md +3707 -0
  2. package/MIGRATION.md +14 -0
  3. package/dist/css/Accordion.css +1 -0
  4. package/dist/css/ActionGroup.css +1 -0
  5. package/dist/css/Alert.css +1 -0
  6. package/dist/css/AlertBadge.css +1 -0
  7. package/dist/css/AlertIcon.css +1 -0
  8. package/dist/css/Avatar.css +1 -0
  9. package/dist/css/Badge.css +1 -0
  10. package/dist/css/Breadcrumb.css +1 -0
  11. package/dist/css/Button.css +1 -0
  12. package/dist/css/CalendarHeader.css +1 -0
  13. package/dist/css/Checkbox.css +1 -0
  14. package/dist/css/CheckboxButton.css +1 -0
  15. package/dist/css/CheckboxGroup.css +1 -0
  16. package/dist/css/CodeBlock.css +1 -0
  17. package/dist/css/ColumnLayout.css +1 -0
  18. package/dist/css/ContextMenu.css +1 -0
  19. package/dist/css/ContextualHelp.css +1 -0
  20. package/dist/css/CounterBadge.css +1 -0
  21. package/dist/css/DatePicker.css +1 -0
  22. package/dist/css/DateRangePicker.css +1 -0
  23. package/dist/css/EmulatedBoldText.css +1 -0
  24. package/dist/css/FieldDescription.css +1 -0
  25. package/dist/css/FieldError.css +1 -0
  26. package/dist/css/FormField.css +1 -0
  27. package/dist/css/Header.css +1 -0
  28. package/dist/css/HeaderNavigation.css +1 -0
  29. package/dist/css/Heading.css +1 -0
  30. package/dist/css/Icon.css +1 -0
  31. package/dist/css/IllustratedMessage.css +1 -0
  32. package/dist/css/Initials.css +1 -0
  33. package/dist/css/InlineCode.css +1 -0
  34. package/dist/css/Label.css +1 -0
  35. package/dist/css/LabeledValue.css +1 -0
  36. package/dist/css/LayoutCard.css +1 -0
  37. package/dist/css/Link.css +1 -0
  38. package/dist/css/List.css +1 -0
  39. package/dist/css/LoadingSpinner.css +1 -0
  40. package/dist/css/MenuItem.css +1 -0
  41. package/dist/css/Modal.css +1 -0
  42. package/dist/css/Navigation.css +1 -0
  43. package/dist/css/Notification.css +1 -0
  44. package/dist/css/NotificationProvider.css +1 -0
  45. package/dist/css/NumberField.css +1 -0
  46. package/dist/css/Popover.css +1 -0
  47. package/dist/css/ProgressBar.css +1 -0
  48. package/dist/css/RadioGroup.css +1 -0
  49. package/dist/css/SearchField.css +1 -0
  50. package/dist/css/Section.css +1 -0
  51. package/dist/css/SegmentedControl.css +1 -0
  52. package/dist/css/Select.css +1 -0
  53. package/dist/css/Separator.css +1 -0
  54. package/dist/css/Skeleton.css +1 -0
  55. package/dist/css/SkeletonText.css +1 -0
  56. package/dist/css/Slider.css +1 -0
  57. package/dist/css/Switch.css +1 -0
  58. package/dist/css/Table.css +1 -0
  59. package/dist/css/Tabs.css +1 -0
  60. package/dist/css/Text.css +1 -0
  61. package/dist/css/TextArea.css +1 -0
  62. package/dist/css/TextField.css +1 -0
  63. package/dist/css/TimeField.css +1 -0
  64. package/dist/css/Tooltip.css +1 -0
  65. package/dist/css/globals.css +1 -0
  66. package/dist/js/Accordion-B5k7dJpn.js +85 -0
  67. package/dist/js/Accordion.js +7 -0
  68. package/dist/js/Action-CiJBykBu.js +291 -0
  69. package/dist/js/Action.js +7 -0
  70. package/dist/js/ActionGroup-DqTdnFoM.js +48 -0
  71. package/dist/js/ActionGroup.js +7 -0
  72. package/dist/js/Activity-CmfZpgOM.js +28 -0
  73. package/dist/js/Activity.js +7 -0
  74. package/dist/js/Alert.js +41 -0
  75. package/dist/js/AlertBadge.js +27 -0
  76. package/dist/js/AlertIcon-4pw8iuBh.js +47 -0
  77. package/dist/js/AlertIcon.js +7 -0
  78. package/dist/js/Avatar.js +61 -0
  79. package/dist/js/Badge-Bz0TmmU0.js +94 -0
  80. package/dist/js/Badge.js +7 -0
  81. package/dist/js/Breadcrumb.js +36 -0
  82. package/dist/js/Button-a4Hq_zmE.js +130 -0
  83. package/dist/{Button.js → js/Button.js} +1 -1
  84. package/dist/js/CalendarHeader-o7J1eLg1.js +17 -0
  85. package/dist/js/Checkbox-B8cVD_TG.js +25 -0
  86. package/dist/js/Checkbox.js +7 -0
  87. package/dist/js/CheckboxButton-COo3XHBr.js +29 -0
  88. package/dist/js/CheckboxButton.js +7 -0
  89. package/dist/js/CheckboxGroup.js +44 -0
  90. package/dist/{ClearPropsContext-CD1-9TZA.js → js/ClearPropsContext-CUvsbMn8.js} +1 -1
  91. package/dist/js/CodeBlock.js +38 -0
  92. package/dist/js/ColumnLayout-Bvw578tz.js +33 -0
  93. package/dist/js/ColumnLayout.js +7 -0
  94. package/dist/js/Content-ytee2WFF.js +23 -0
  95. package/dist/js/Content.js +7 -0
  96. package/dist/js/ContextMenu.js +11 -0
  97. package/dist/js/ContextMenu.module-BZingr2B.js +10 -0
  98. package/dist/js/ContextMenuTrigger-Ciwiz8WT.js +90 -0
  99. package/dist/js/ContextualHelp.js +66 -0
  100. package/dist/js/CopyButton-rkjTnjDf.js +40 -0
  101. package/dist/js/CopyButton.js +7 -0
  102. package/dist/js/CounterBadge.js +15 -0
  103. package/dist/js/DatePicker.js +67 -0
  104. package/dist/js/DateRangePicker.js +67 -0
  105. package/dist/js/EmulatedBoldText-Dtox8Wd1.js +14 -0
  106. package/dist/js/EmulatedBoldText.js +7 -0
  107. package/dist/js/FieldDescription-Cj-qCYxv.js +20 -0
  108. package/dist/js/FieldDescription.js +7 -0
  109. package/dist/js/FieldError-BZ6oyvAN.js +23 -0
  110. package/dist/{FieldError.js → js/FieldError.js} +1 -1
  111. package/dist/{FormField.module-DHK6nIcD.js → js/FormField.module-CqWpTQKP.js} +1 -1
  112. package/dist/js/Header-Bry5NM9X.js +79 -0
  113. package/dist/js/Header.js +7 -0
  114. package/dist/js/HeaderNavigation.js +37 -0
  115. package/dist/js/Heading-pQpU1iQY.js +72 -0
  116. package/dist/js/Heading.js +7 -0
  117. package/dist/js/Icon-C3JkDOTi.js +61 -0
  118. package/dist/{Icon.js → js/Icon.js} +1 -1
  119. package/dist/js/IconCalendar-CXEqxrD-.js +10 -0
  120. package/dist/{IconCheck-QwbBte1y.js → js/IconCheck-B49auJJP.js} +1 -1
  121. package/dist/js/IconCheckboxEmpty-CC7q-vMC.js +10 -0
  122. package/dist/js/IconCheckboxIndeterminate-Bc54gPFD.js +9 -0
  123. package/dist/js/IconChevronDown-Cr-rCT6d.js +9 -0
  124. package/dist/js/IconChevronRight-35lfOS6U.js +9 -0
  125. package/dist/js/IconChevronUp-DI1A2wmc.js +9 -0
  126. package/dist/{IconClose-CA5yuJQ6.js → js/IconClose-GXU9h7Kw.js} +1 -1
  127. package/dist/js/IconContextMenu-BpfOb36j.js +9 -0
  128. package/dist/{IconCopy-C-PQMIfL.js → js/IconCopy-D3-038qg.js} +1 -1
  129. package/dist/js/IconDanger-m38r1QkL.js +9 -0
  130. package/dist/js/IconExternalLink-QotyR7i7.js +9 -0
  131. package/dist/js/IconInfo-CmzJdfyz.js +9 -0
  132. package/dist/js/IconPending-CfmgrRZl.js +9 -0
  133. package/dist/js/IconPlus-CYExXr8n.js +10 -0
  134. package/dist/js/IconRadioOn-BQIVoyg4.js +10 -0
  135. package/dist/js/IconSearch-ph_8JDDS.js +9 -0
  136. package/dist/js/IconSucceeded-BHReEzlW.js +10 -0
  137. package/dist/js/IconView-BvWozvJX.js +13 -0
  138. package/dist/js/IconWarning-BSzhRWnw.js +10 -0
  139. package/dist/js/Icons.js +125 -0
  140. package/dist/js/IllustratedMessage-C5caKyh6.js +44 -0
  141. package/dist/js/IllustratedMessage.js +7 -0
  142. package/dist/js/Image.js +17 -0
  143. package/dist/js/Initials.js +21 -0
  144. package/dist/js/InlineCode.js +22 -0
  145. package/dist/js/Label-BvdZBeD-.js +34 -0
  146. package/dist/{Label.js → js/Label.js} +1 -1
  147. package/dist/js/LabeledValue.js +35 -0
  148. package/dist/js/LayoutCard.js +30 -0
  149. package/dist/js/Link-tZe6DMG9.js +64 -0
  150. package/dist/js/Link.js +7 -0
  151. package/dist/js/List/ListLoaderAsyncResource.js +7 -0
  152. package/dist/js/List.js +1237 -0
  153. package/dist/js/LoadingSpinner-CAmMgo37.js +17 -0
  154. package/dist/js/LoadingSpinner.js +7 -0
  155. package/dist/js/MenuItem-DljCXugV.js +54 -0
  156. package/dist/js/MenuItem.js +7 -0
  157. package/dist/js/Modal.js +116 -0
  158. package/dist/js/Navigation.js +63 -0
  159. package/dist/js/Notification.js +68 -0
  160. package/dist/js/NotificationProvider.js +145 -0
  161. package/dist/js/NumberField.js +66 -0
  162. package/dist/js/OverlayTrigger-BmB63e4e.js +38 -0
  163. package/dist/js/Popover-C4jNPNSb.js +66 -0
  164. package/dist/js/Popover.js +9 -0
  165. package/dist/js/ProgressBar.js +50 -0
  166. package/dist/js/PropsContextProvider.js +64 -0
  167. package/dist/js/RadioGroup.js +86 -0
  168. package/dist/js/Render-BdlTa7Qb.js +7 -0
  169. package/dist/js/Render.js +6 -0
  170. package/dist/js/SearchField-Bg9uM0FY.js +76 -0
  171. package/dist/js/SearchField.js +7 -0
  172. package/dist/js/Section-DA5veGmg.js +55 -0
  173. package/dist/js/Section.js +7 -0
  174. package/dist/js/SegmentedControl.js +82 -0
  175. package/dist/js/Select.js +89 -0
  176. package/dist/js/Separator.js +15 -0
  177. package/dist/js/SettingsProvider-D9oDS5r9.js +98 -0
  178. package/dist/js/SettingsProvider.js +7 -0
  179. package/dist/js/Skeleton-CKLaTmDR.js +22 -0
  180. package/dist/js/Skeleton.js +7 -0
  181. package/dist/js/SkeletonText-B5ZghZhO.js +13 -0
  182. package/dist/js/SkeletonText.js +7 -0
  183. package/dist/js/Slider.js +104 -0
  184. package/dist/js/Switch.js +40 -0
  185. package/dist/js/Table-BdpXhsOd.js +57 -0
  186. package/dist/js/Table.js +16 -0
  187. package/dist/js/Tabs.js +157 -0
  188. package/dist/js/Text-CtABaZjp.js +44 -0
  189. package/dist/{Text.js → js/Text.js} +1 -1
  190. package/dist/js/TextArea.js +50 -0
  191. package/dist/js/TextField.js +28 -0
  192. package/dist/js/TextFieldBase-CjA7G_xB.js +60 -0
  193. package/dist/js/TimeField.js +34 -0
  194. package/dist/js/Tooltip-DmYZavnZ.js +20 -0
  195. package/dist/js/Tooltip.js +9 -0
  196. package/dist/js/Wrap-DGT1h1o3.js +9 -0
  197. package/dist/js/Wrap.js +7 -0
  198. package/dist/js/all.css +1 -0
  199. package/dist/{propsContext-Dx7WKmmM.js → js/context-BlNV7smK.js} +3 -2
  200. package/dist/js/context-Cf7tqFtF.js +50 -0
  201. package/dist/js/controller.js +8 -0
  202. package/dist/js/deepFindOfType-6pG0fH7S.js +14 -0
  203. package/dist/js/dynamic-ClpUSmEt.js +8 -0
  204. package/dist/js/flowComponent-E-Gp2Toe.js +138 -0
  205. package/dist/js/getActionGroupSlot-BHzMGEA7.js +59 -0
  206. package/dist/js/getContainerBreakpointSizeClassName-BrcFDcCY.js +6 -0
  207. package/dist/js/hooks.js +10 -0
  208. package/dist/js/nextjs.js +13 -0
  209. package/dist/js/propsContext-DzAKlmhS.js +10 -0
  210. package/dist/js/react-hook-form.js +124 -0
  211. package/dist/js/types/components/Accordion/Accordion.d.ts +7 -0
  212. package/dist/js/types/components/Accordion/index.d.ts +3 -0
  213. package/dist/js/types/components/Accordion/stories/Default.stories.d.ts +9 -0
  214. package/dist/js/types/components/Accordion/stories/EdgeCases.stories.d.ts +6 -0
  215. package/dist/js/types/components/Action/Action.d.ts +2 -0
  216. package/dist/js/types/components/Action/Action.test.d.ts +0 -0
  217. package/dist/js/types/components/Action/ActionStateContext.d.ts +8 -0
  218. package/dist/js/types/components/Action/context.d.ts +3 -0
  219. package/dist/js/types/components/Action/hooks/useActionButtonState.d.ts +3 -0
  220. package/dist/js/types/components/Action/hooks/useConfirmationModalButtonSlot.d.ts +2 -0
  221. package/dist/js/types/components/Action/index.d.ts +4 -0
  222. package/dist/js/types/components/Action/lib/ariaLive.d.ts +8 -0
  223. package/dist/js/types/components/Action/models/ActionExecution.d.ts +7 -0
  224. package/dist/js/types/components/Action/models/ActionExecutionBatch.d.ts +8 -0
  225. package/dist/js/types/components/Action/models/ActionExecutionBatch.test.d.ts +1 -0
  226. package/dist/js/types/components/Action/models/ActionModel.d.ts +28 -0
  227. package/dist/js/types/components/Action/models/ActionState.d.ts +23 -0
  228. package/dist/js/types/components/Action/models/ActionStateContext.d.ts +14 -0
  229. package/dist/js/types/components/Action/models/getExecutionFunction.d.ts +3 -0
  230. package/dist/js/types/components/Action/stories/Default.stories.d.ts +13 -0
  231. package/dist/js/types/components/Action/stories/EdgeCases.stories.d.ts +6 -0
  232. package/dist/js/types/components/Action/types.d.ts +16 -0
  233. package/dist/js/types/components/ActionGroup/ActionGroup.d.ts +9 -0
  234. package/dist/js/types/components/ActionGroup/index.d.ts +3 -0
  235. package/dist/js/types/components/ActionGroup/lib/getActionGroupSlot.d.ts +2 -0
  236. package/dist/js/types/components/ActionGroup/stories/Default.stories.d.ts +11 -0
  237. package/dist/js/types/components/Activity/Activity.d.ts +7 -0
  238. package/dist/js/types/components/Activity/Activity.test.d.ts +1 -0
  239. package/dist/js/types/components/Activity/index.d.ts +3 -0
  240. package/dist/js/types/components/Alert/Alert.d.ts +7 -0
  241. package/dist/js/types/components/Alert/index.d.ts +3 -0
  242. package/dist/js/types/components/Alert/stories/Default.stories.d.ts +7 -0
  243. package/dist/js/types/components/Alert/stories/EdgeCases.stories.d.ts +6 -0
  244. package/dist/js/types/components/Alert/stories/Variants.stories.d.ts +9 -0
  245. package/dist/js/types/components/AlertBadge/AlertBadge.d.ts +7 -0
  246. package/dist/js/types/components/AlertBadge/index.d.ts +3 -0
  247. package/dist/js/types/components/AlertBadge/stories/Default.stories.d.ts +6 -0
  248. package/dist/js/types/components/AlertBadge/stories/EdgeCases.stories.d.ts +6 -0
  249. package/dist/js/types/components/AlertBadge/stories/Variants.stories.d.ts +9 -0
  250. package/dist/js/types/components/AlertIcon/AlertIcon.d.ts +7 -0
  251. package/dist/js/types/components/AlertIcon/index.d.ts +3 -0
  252. package/dist/js/types/components/AlertIcon/stories/Default.stories.d.ts +9 -0
  253. package/dist/js/types/components/Avatar/Avatar.d.ts +12 -0
  254. package/dist/js/types/components/Avatar/index.d.ts +3 -0
  255. package/dist/js/types/components/Avatar/lib/getColorFromChildren.d.ts +3 -0
  256. package/dist/js/types/components/Avatar/lib/getColorFromChildren.test.d.ts +1 -0
  257. package/dist/js/types/components/Avatar/stories/Default.stories.d.ts +8 -0
  258. package/dist/js/types/components/Avatar/stories/Sizes.stories.d.ts +9 -0
  259. package/dist/js/types/components/Badge/Badge.d.ts +14 -0
  260. package/dist/js/types/components/Badge/index.d.ts +3 -0
  261. package/dist/js/types/components/Badge/stories/Default.stories.d.ts +14 -0
  262. package/dist/js/types/components/Badge/stories/EdgeCases.stories.d.ts +6 -0
  263. package/dist/js/types/components/Breadcrumb/Breadcrumb.d.ts +9 -0
  264. package/dist/js/types/components/Breadcrumb/components/BreadcrumbItem/BreadcrumbItem.d.ts +4 -0
  265. package/dist/js/types/components/Breadcrumb/components/BreadcrumbItem/index.d.ts +3 -0
  266. package/dist/js/types/components/Breadcrumb/index.d.ts +3 -0
  267. package/dist/js/types/components/Breadcrumb/stories/Default.stories.d.ts +8 -0
  268. package/dist/js/types/components/Breadcrumb/stories/EdgeCases.stories.d.ts +6 -0
  269. package/dist/js/types/components/Button/Button.d.ts +18 -0
  270. package/dist/js/types/components/Button/index.d.ts +3 -0
  271. package/dist/js/types/components/Button/stories/Default.stories.d.ts +11 -0
  272. package/dist/js/types/components/Button/stories/EdgeCases.stories.d.ts +6 -0
  273. package/dist/js/types/components/Button/stories/States.stories.d.ts +12 -0
  274. package/dist/js/types/components/Button/stories/Variants.stories.d.ts +29 -0
  275. package/dist/js/types/components/Button/stories/lib.d.ts +5 -0
  276. package/dist/js/types/components/Calendar/Calendar.d.ts +3 -0
  277. package/dist/js/types/components/Calendar/RangeCalendar.d.ts +3 -0
  278. package/dist/js/types/components/Calendar/components/CalendarHeader/CalendarHeader.d.ts +3 -0
  279. package/dist/js/types/components/Calendar/components/CalendarHeader/index.d.ts +3 -0
  280. package/dist/js/types/components/Calendar/index.d.ts +2 -0
  281. package/dist/js/types/components/Checkbox/Checkbox.d.ts +7 -0
  282. package/dist/js/types/components/Checkbox/index.d.ts +3 -0
  283. package/dist/js/types/components/Checkbox/stories/Default.stories.d.ts +9 -0
  284. package/dist/js/types/components/Checkbox/stories/EdgeCases.stories.d.ts +6 -0
  285. package/dist/js/types/components/CheckboxButton/CheckboxButton.d.ts +7 -0
  286. package/dist/js/types/components/CheckboxButton/index.d.ts +3 -0
  287. package/dist/js/types/components/CheckboxButton/stories/Default.stories.d.ts +11 -0
  288. package/dist/js/types/components/CheckboxButton/stories/EdgeCases.stories.d.ts +6 -0
  289. package/dist/js/types/components/CheckboxGroup/CheckboxGroup.d.ts +8 -0
  290. package/dist/js/types/components/CheckboxGroup/index.d.ts +3 -0
  291. package/dist/js/types/components/CheckboxGroup/stories/Default.stories.d.ts +10 -0
  292. package/dist/js/types/components/CodeBlock/CodeBlock.d.ts +10 -0
  293. package/dist/js/types/components/CodeBlock/index.d.ts +3 -0
  294. package/dist/js/types/components/CodeBlock/stories/Default.stories.d.ts +10 -0
  295. package/dist/js/types/components/ColumnLayout/ColumnLayout.d.ts +13 -0
  296. package/dist/js/types/components/ColumnLayout/index.d.ts +3 -0
  297. package/dist/js/types/components/ColumnLayout/lib/getColumns.d.ts +1 -0
  298. package/dist/js/types/components/ColumnLayout/lib/getColumns.test.d.ts +1 -0
  299. package/dist/js/types/components/ColumnLayout/stories/Default.stories.d.ts +9 -0
  300. package/dist/js/types/components/Content/Content.d.ts +7 -0
  301. package/dist/js/types/components/Content/index.d.ts +3 -0
  302. package/dist/js/types/components/Content/stories/Default.stories.d.ts +6 -0
  303. package/dist/js/types/components/ContextMenu/ContextMenu.d.ts +11 -0
  304. package/dist/js/types/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.d.ts +6 -0
  305. package/dist/js/types/components/ContextMenu/components/ContextMenuSection/index.d.ts +3 -0
  306. package/dist/js/types/components/ContextMenu/components/ContextMenuTrigger/ContextMenuTrigger.d.ts +2 -0
  307. package/dist/js/types/components/ContextMenu/components/ContextMenuTrigger/index.d.ts +3 -0
  308. package/dist/js/types/components/ContextMenu/index.d.ts +5 -0
  309. package/dist/js/types/components/ContextMenu/stories/Default.stories.d.ts +12 -0
  310. package/dist/js/types/components/ContextMenu/stories/EdgeCases.stories.d.ts +7 -0
  311. package/dist/js/types/components/ContextualHelp/ContextualHelp.d.ts +5 -0
  312. package/dist/js/types/components/ContextualHelp/components/ContextualHelpTrigger/ContextualHelpTrigger.d.ts +2 -0
  313. package/dist/js/types/components/ContextualHelp/components/ContextualHelpTrigger/index.d.ts +3 -0
  314. package/dist/js/types/components/ContextualHelp/index.d.ts +4 -0
  315. package/dist/js/types/components/ContextualHelp/stories/Default.stories.d.ts +6 -0
  316. package/dist/js/types/components/CopyButton/CopyButton.d.ts +8 -0
  317. package/dist/js/types/components/CopyButton/index.d.ts +3 -0
  318. package/dist/js/types/components/CopyButton/stories/Default.stories.d.ts +7 -0
  319. package/dist/js/types/components/CounterBadge/CounterBadge.d.ts +8 -0
  320. package/dist/js/types/components/CounterBadge/index.d.ts +3 -0
  321. package/dist/js/types/components/CounterBadge/stories/Default.stories.d.ts +9 -0
  322. package/dist/js/types/components/DatePicker/DatePicker.d.ts +7 -0
  323. package/dist/js/types/components/DatePicker/components/DateInput/DateInput.d.ts +6 -0
  324. package/dist/js/types/components/DatePicker/components/DateInput/index.d.ts +3 -0
  325. package/dist/js/types/components/DatePicker/index.d.ts +3 -0
  326. package/dist/js/types/components/DatePicker/stories/Default.stories.d.ts +9 -0
  327. package/dist/js/types/components/DateRangePicker/DateRangePicker.d.ts +7 -0
  328. package/dist/js/types/components/DateRangePicker/components/DateRangeInput/DateRangeInput.d.ts +6 -0
  329. package/dist/js/types/components/DateRangePicker/components/DateRangeInput/index.d.ts +3 -0
  330. package/dist/js/types/components/DateRangePicker/index.d.ts +3 -0
  331. package/dist/js/types/components/DateRangePicker/stories/Default.stories.d.ts +9 -0
  332. package/dist/js/types/components/EmulatedBoldText/EmulatedBoldText.d.ts +4 -0
  333. package/dist/js/types/components/EmulatedBoldText/index.d.ts +3 -0
  334. package/dist/js/types/components/EmulatedBoldText/stories/Default.stories.d.ts +6 -0
  335. package/dist/js/types/components/FieldDescription/FieldDescription.d.ts +7 -0
  336. package/dist/js/types/components/FieldDescription/index.d.ts +3 -0
  337. package/dist/js/types/components/FieldError/FieldError.d.ts +7 -0
  338. package/dist/js/types/components/FieldError/index.d.ts +3 -0
  339. package/dist/js/types/components/Header/Header.d.ts +7 -0
  340. package/dist/js/types/components/Header/index.d.ts +3 -0
  341. package/dist/js/types/components/Header/stories/Default.stories.d.ts +6 -0
  342. package/dist/js/types/components/HeaderNavigation/HeaderNavigation.d.ts +8 -0
  343. package/dist/js/types/components/HeaderNavigation/index.d.ts +3 -0
  344. package/dist/js/types/components/HeaderNavigation/stories/Default.stories.d.ts +9 -0
  345. package/dist/js/types/components/Heading/Heading.d.ts +10 -0
  346. package/dist/js/types/components/Heading/index.d.ts +3 -0
  347. package/dist/js/types/components/Heading/stories/Default.stories.d.ts +10 -0
  348. package/dist/js/types/components/Heading/stories/EdgeCases.stories.d.ts +8 -0
  349. package/dist/js/types/components/Heading/stories/Levels.stories.d.ts +11 -0
  350. package/dist/js/types/components/Icon/Icon.d.ts +10 -0
  351. package/dist/js/types/components/Icon/components/icons/IconApp.d.ts +4 -0
  352. package/dist/js/types/components/Icon/components/icons/IconBackLink.d.ts +4 -0
  353. package/dist/js/types/components/Icon/components/icons/IconBackup.d.ts +4 -0
  354. package/dist/js/types/components/Icon/components/icons/IconCalendar.d.ts +4 -0
  355. package/dist/js/types/components/Icon/components/icons/IconCamera.d.ts +4 -0
  356. package/dist/js/types/components/Icon/components/icons/IconChangelog.d.ts +4 -0
  357. package/dist/js/types/components/Icon/components/icons/IconCheck.d.ts +4 -0
  358. package/dist/js/types/components/Icon/components/icons/IconCheckboxChecked.d.ts +4 -0
  359. package/dist/js/types/components/Icon/components/icons/IconCheckboxEmpty.d.ts +4 -0
  360. package/dist/js/types/components/Icon/components/icons/IconCheckboxIndeterminate.d.ts +4 -0
  361. package/dist/js/types/components/Icon/components/icons/IconChevronDown.d.ts +4 -0
  362. package/dist/js/types/components/Icon/components/icons/IconChevronLeft.d.ts +4 -0
  363. package/dist/js/types/components/Icon/components/icons/IconChevronRight.d.ts +4 -0
  364. package/dist/js/types/components/Icon/components/icons/IconChevronUp.d.ts +4 -0
  365. package/dist/js/types/components/Icon/components/icons/IconClock.d.ts +4 -0
  366. package/dist/js/types/components/Icon/components/icons/IconClose.d.ts +4 -0
  367. package/dist/js/types/components/Icon/components/icons/IconCode.d.ts +4 -0
  368. package/dist/js/types/components/Icon/components/icons/IconContextMenu.d.ts +4 -0
  369. package/dist/js/types/components/Icon/components/icons/IconContractPartner.d.ts +4 -0
  370. package/dist/js/types/components/Icon/components/icons/IconContractPosition.d.ts +4 -0
  371. package/dist/js/types/components/Icon/components/icons/IconCopy.d.ts +4 -0
  372. package/dist/js/types/components/Icon/components/icons/IconCredit.d.ts +4 -0
  373. package/dist/js/types/components/Icon/components/icons/IconCronjob.d.ts +4 -0
  374. package/dist/js/types/components/Icon/components/icons/IconCustomer.d.ts +4 -0
  375. package/dist/js/types/components/Icon/components/icons/IconDanger.d.ts +4 -0
  376. package/dist/js/types/components/Icon/components/icons/IconDashboard.d.ts +4 -0
  377. package/dist/js/types/components/Icon/components/icons/IconDatabase.d.ts +4 -0
  378. package/dist/js/types/components/Icon/components/icons/IconDate.d.ts +4 -0
  379. package/dist/js/types/components/Icon/components/icons/IconDelete.d.ts +4 -0
  380. package/dist/js/types/components/Icon/components/icons/IconDeliveryBox.d.ts +4 -0
  381. package/dist/js/types/components/Icon/components/icons/IconDomain.d.ts +4 -0
  382. package/dist/js/types/components/Icon/components/icons/IconDownload.d.ts +4 -0
  383. package/dist/js/types/components/Icon/components/icons/IconEdit.d.ts +4 -0
  384. package/dist/js/types/components/Icon/components/icons/IconEmail.d.ts +4 -0
  385. package/dist/js/types/components/Icon/components/icons/IconExtension.d.ts +4 -0
  386. package/dist/js/types/components/Icon/components/icons/IconExternalLink.d.ts +4 -0
  387. package/dist/js/types/components/Icon/components/icons/IconFailed.d.ts +4 -0
  388. package/dist/js/types/components/Icon/components/icons/IconFilter.d.ts +4 -0
  389. package/dist/js/types/components/Icon/components/icons/IconHide.d.ts +4 -0
  390. package/dist/js/types/components/Icon/components/icons/IconHome.d.ts +4 -0
  391. package/dist/js/types/components/Icon/components/icons/IconInbox.d.ts +4 -0
  392. package/dist/js/types/components/Icon/components/icons/IconInfo.d.ts +4 -0
  393. package/dist/js/types/components/Icon/components/icons/IconInvoice.d.ts +4 -0
  394. package/dist/js/types/components/Icon/components/icons/IconLock.d.ts +4 -0
  395. package/dist/js/types/components/Icon/components/icons/IconLockOpen.d.ts +4 -0
  396. package/dist/js/types/components/Icon/components/icons/IconLogout.d.ts +4 -0
  397. package/dist/js/types/components/Icon/components/icons/IconMaximize.d.ts +4 -0
  398. package/dist/js/types/components/Icon/components/icons/IconMember.d.ts +4 -0
  399. package/dist/js/types/components/Icon/components/icons/IconMenu.d.ts +4 -0
  400. package/dist/js/types/components/Icon/components/icons/IconMinimize.d.ts +4 -0
  401. package/dist/js/types/components/Icon/components/icons/IconMinus.d.ts +4 -0
  402. package/dist/js/types/components/Icon/components/icons/IconMittwald.d.ts +4 -0
  403. package/dist/js/types/components/Icon/components/icons/IconNotification.d.ts +4 -0
  404. package/dist/js/types/components/Icon/components/icons/IconNumber.d.ts +4 -0
  405. package/dist/js/types/components/Icon/components/icons/IconOrder.d.ts +4 -0
  406. package/dist/js/types/components/Icon/components/icons/IconPayment.d.ts +4 -0
  407. package/dist/js/types/components/Icon/components/icons/IconPending.d.ts +4 -0
  408. package/dist/js/types/components/Icon/components/icons/IconPerformance.d.ts +4 -0
  409. package/dist/js/types/components/Icon/components/icons/IconPlus.d.ts +4 -0
  410. package/dist/js/types/components/Icon/components/icons/IconProject.d.ts +4 -0
  411. package/dist/js/types/components/Icon/components/icons/IconRadioOff.d.ts +4 -0
  412. package/dist/js/types/components/Icon/components/icons/IconRadioOn.d.ts +4 -0
  413. package/dist/js/types/components/Icon/components/icons/IconRandom.d.ts +4 -0
  414. package/dist/js/types/components/Icon/components/icons/IconRedo.d.ts +4 -0
  415. package/dist/js/types/components/Icon/components/icons/IconRefresh.d.ts +4 -0
  416. package/dist/js/types/components/Icon/components/icons/IconSave.d.ts +4 -0
  417. package/dist/js/types/components/Icon/components/icons/IconSearch.d.ts +4 -0
  418. package/dist/js/types/components/Icon/components/icons/IconSearchEngine.d.ts +4 -0
  419. package/dist/js/types/components/Icon/components/icons/IconSecurity.d.ts +4 -0
  420. package/dist/js/types/components/Icon/components/icons/IconServer.d.ts +4 -0
  421. package/dist/js/types/components/Icon/components/icons/IconSettings.d.ts +4 -0
  422. package/dist/js/types/components/Icon/components/icons/IconShare.d.ts +4 -0
  423. package/dist/js/types/components/Icon/components/icons/IconShow.d.ts +4 -0
  424. package/dist/js/types/components/Icon/components/icons/IconSorting.d.ts +4 -0
  425. package/dist/js/types/components/Icon/components/icons/IconSpamProtectionOff.d.ts +4 -0
  426. package/dist/js/types/components/Icon/components/icons/IconSpamProtectionOn.d.ts +4 -0
  427. package/dist/js/types/components/Icon/components/icons/IconSshKey.d.ts +4 -0
  428. package/dist/js/types/components/Icon/components/icons/IconSshSftp.d.ts +4 -0
  429. package/dist/js/types/components/Icon/components/icons/IconStar.d.ts +4 -0
  430. package/dist/js/types/components/Icon/components/icons/IconStarFilled.d.ts +4 -0
  431. package/dist/js/types/components/Icon/components/icons/IconSubdomain.d.ts +4 -0
  432. package/dist/js/types/components/Icon/components/icons/IconSucceeded.d.ts +4 -0
  433. package/dist/js/types/components/Icon/components/icons/IconSuccess.d.ts +4 -0
  434. package/dist/js/types/components/Icon/components/icons/IconSupport.d.ts +4 -0
  435. package/dist/js/types/components/Icon/components/icons/IconTerminate.d.ts +4 -0
  436. package/dist/js/types/components/Icon/components/icons/IconTicket.d.ts +4 -0
  437. package/dist/js/types/components/Icon/components/icons/IconTileView.d.ts +4 -0
  438. package/dist/js/types/components/Icon/components/icons/IconTime.d.ts +4 -0
  439. package/dist/js/types/components/Icon/components/icons/IconUndo.d.ts +4 -0
  440. package/dist/js/types/components/Icon/components/icons/IconUser.d.ts +4 -0
  441. package/dist/js/types/components/Icon/components/icons/IconView.d.ts +4 -0
  442. package/dist/js/types/components/Icon/components/icons/IconWarning.d.ts +4 -0
  443. package/dist/js/types/components/Icon/components/icons/index.d.ts +87 -0
  444. package/dist/js/types/components/Icon/index.d.ts +3 -0
  445. package/dist/js/types/components/Icon/lib/extractSvgFromString.d.ts +2 -0
  446. package/dist/js/types/components/Icon/lib/extractSvgFromString.test.d.ts +1 -0
  447. package/dist/js/types/components/Icon/stories/Default.stories.d.ts +11 -0
  448. package/dist/js/types/components/Icon/stories/Sizes.stories.d.ts +8 -0
  449. package/dist/js/types/components/IllustratedMessage/IllustratedMessage.d.ts +7 -0
  450. package/dist/js/types/components/IllustratedMessage/index.d.ts +3 -0
  451. package/dist/js/types/components/IllustratedMessage/stories/Default.stories.d.ts +10 -0
  452. package/dist/js/types/components/IllustratedMessage/stories/EdgeCases.stories.d.ts +7 -0
  453. package/dist/js/types/components/Image/Image.d.ts +6 -0
  454. package/dist/js/types/components/Image/index.d.ts +3 -0
  455. package/dist/js/types/components/Image/stories/Default.stories.d.ts +6 -0
  456. package/dist/js/types/components/Initials/Initials.d.ts +7 -0
  457. package/dist/js/types/components/Initials/index.d.ts +3 -0
  458. package/dist/js/types/components/Initials/lib/getInitialsFromString.d.ts +1 -0
  459. package/dist/js/types/components/Initials/lib/getInitialsFromString.test.d.ts +1 -0
  460. package/dist/js/types/components/Initials/stories/Default.stories.d.ts +7 -0
  461. package/dist/js/types/components/InlineCode/InlineCode.d.ts +6 -0
  462. package/dist/js/types/components/InlineCode/index.d.ts +3 -0
  463. package/dist/js/types/components/InlineCode/stories/Default.stories.d.ts +6 -0
  464. package/dist/js/types/components/InlineCode/stories/EdgeCases.stories.d.ts +6 -0
  465. package/dist/js/types/components/Label/Label.d.ts +9 -0
  466. package/dist/js/types/components/Label/index.d.ts +3 -0
  467. package/dist/js/types/components/Label/stories/Default.stories.d.ts +8 -0
  468. package/dist/js/types/components/LabeledValue/LabeledValue.d.ts +6 -0
  469. package/dist/js/types/components/LabeledValue/index.d.ts +3 -0
  470. package/dist/js/types/components/LabeledValue/stories/Default.stories.d.ts +9 -0
  471. package/dist/js/types/components/LabeledValue/stories/EdgeCases.stories.d.ts +7 -0
  472. package/dist/js/types/components/LayoutCard/LayoutCard.d.ts +7 -0
  473. package/dist/js/types/components/LayoutCard/index.d.ts +3 -0
  474. package/dist/js/types/components/LayoutCard/stories/Default.stories.d.ts +6 -0
  475. package/dist/js/types/components/Link/Link.d.ts +13 -0
  476. package/dist/js/types/components/Link/context.d.ts +7 -0
  477. package/dist/js/types/components/Link/index.d.ts +3 -0
  478. package/dist/js/types/components/Link/stories/Default.stories.d.ts +12 -0
  479. package/dist/js/types/components/Link/stories/EdgeCases.stories.d.ts +6 -0
  480. package/dist/js/types/components/List/List.d.ts +7 -0
  481. package/dist/js/types/components/List/List.test.d.ts +1 -0
  482. package/dist/js/types/components/List/components/DataLoader/DataLoader.d.ts +3 -0
  483. package/dist/js/types/components/List/components/DataLoader/index.d.ts +3 -0
  484. package/dist/js/types/components/List/components/EmptyView/EmptyView.d.ts +2 -0
  485. package/dist/js/types/components/List/components/Footer/Footer.d.ts +3 -0
  486. package/dist/js/types/components/List/components/Footer/components/PaginationInfos/PaginationInfos.d.ts +4 -0
  487. package/dist/js/types/components/List/components/Footer/components/PaginationInfos/index.d.ts +3 -0
  488. package/dist/js/types/components/List/components/Footer/components/ShowNextBatchButton/ShowNextBatchButton.d.ts +4 -0
  489. package/dist/js/types/components/List/components/Footer/components/ShowNextBatchButton/index.d.ts +3 -0
  490. package/dist/js/types/components/List/components/Footer/index.d.ts +3 -0
  491. package/dist/js/types/components/List/components/Header/Header.d.ts +7 -0
  492. package/dist/js/types/components/List/components/Header/components/ActiveFilters/ActiveFilters.d.ts +3 -0
  493. package/dist/js/types/components/List/components/Header/components/ActiveFilters/index.d.ts +3 -0
  494. package/dist/js/types/components/List/components/Header/components/FilterPicker/FilterPicker.d.ts +7 -0
  495. package/dist/js/types/components/List/components/Header/components/FilterPicker/index.d.ts +3 -0
  496. package/dist/js/types/components/List/components/Header/components/SearchField/SearchField.d.ts +8 -0
  497. package/dist/js/types/components/List/components/Header/components/SearchField/index.d.ts +3 -0
  498. package/dist/js/types/components/List/components/Header/components/SortingPicker/SortingPicker.d.ts +2 -0
  499. package/dist/js/types/components/List/components/Header/components/SortingPicker/index.d.ts +3 -0
  500. package/dist/js/types/components/List/components/Header/components/SortingPickerItem/SortingPickerItem.d.ts +7 -0
  501. package/dist/js/types/components/List/components/Header/components/SortingPickerItem/index.d.ts +3 -0
  502. package/dist/js/types/components/List/components/Header/components/ViewModeMenu/ViewModeMenu.d.ts +2 -0
  503. package/dist/js/types/components/List/components/Header/index.d.ts +3 -0
  504. package/dist/js/types/components/List/components/Items/Items.d.ts +3 -0
  505. package/dist/js/types/components/List/components/Items/components/FallbackItems/FallbackItems.d.ts +2 -0
  506. package/dist/js/types/components/List/components/Items/components/Item/Item.d.ts +9 -0
  507. package/dist/js/types/components/List/components/Items/components/Item/components/OptionsButton/OptionsButton.d.ts +6 -0
  508. package/dist/js/types/components/List/components/Items/components/Item/components/OptionsButton/index.d.ts +3 -0
  509. package/dist/js/types/components/List/components/Items/components/Item/components/SkeletonView/SkeletonView.d.ts +2 -0
  510. package/dist/js/types/components/List/components/Items/components/Item/components/View/View.d.ts +5 -0
  511. package/dist/js/types/components/List/components/Items/components/Item/components/View/index.d.ts +3 -0
  512. package/dist/js/types/components/List/components/Items/components/Item/index.d.ts +3 -0
  513. package/dist/js/types/components/List/components/Items/index.d.ts +3 -0
  514. package/dist/js/types/components/List/components/ListSummary/ListSummary.d.ts +6 -0
  515. package/dist/js/types/components/List/components/ListSummary/index.d.ts +3 -0
  516. package/dist/js/types/components/List/components/Table/Table.d.ts +2 -0
  517. package/dist/js/types/components/List/components/Table/components/TableLoadingView.d.ts +3 -0
  518. package/dist/js/types/components/List/components/Table/index.d.ts +1 -0
  519. package/dist/js/types/components/List/hooks/useList.d.ts +2 -0
  520. package/dist/js/types/components/List/index.d.ts +12 -0
  521. package/dist/js/types/components/List/listContext.d.ts +6 -0
  522. package/dist/js/types/components/List/model/List.d.ts +46 -0
  523. package/dist/js/types/components/List/model/ReactTable.d.ts +19 -0
  524. package/dist/js/types/components/List/model/filter/Filter.d.ts +43 -0
  525. package/dist/js/types/components/List/model/filter/FilterValue.d.ts +12 -0
  526. package/dist/js/types/components/List/model/filter/types.d.ts +13 -0
  527. package/dist/js/types/components/List/model/item/Item.d.ts +9 -0
  528. package/dist/js/types/components/List/model/item/ItemCollection.d.ts +7 -0
  529. package/dist/js/types/components/List/model/item/ItemView.d.ts +19 -0
  530. package/dist/js/types/components/List/model/item/types.d.ts +3 -0
  531. package/dist/js/types/components/List/model/loading/IncrementalLoader.d.ts +23 -0
  532. package/dist/js/types/components/List/model/loading/IncrementalLoaderState.d.ts +20 -0
  533. package/dist/js/types/components/List/model/loading/types.d.ts +47 -0
  534. package/dist/js/types/components/List/model/pagination/BatchesController.d.ts +15 -0
  535. package/dist/js/types/components/List/model/pagination/types.d.ts +3 -0
  536. package/dist/js/types/components/List/model/search/Search.d.ts +18 -0
  537. package/dist/js/types/components/List/model/search/types.d.ts +15 -0
  538. package/dist/js/types/components/List/model/sorting/Sorting.d.ts +19 -0
  539. package/dist/js/types/components/List/model/sorting/types.d.ts +9 -0
  540. package/dist/js/types/components/List/model/table/Table.d.ts +11 -0
  541. package/dist/js/types/components/List/model/table/TableBody.d.ts +9 -0
  542. package/dist/js/types/components/List/model/table/TableCell.d.ts +9 -0
  543. package/dist/js/types/components/List/model/table/TableColumn.d.ts +7 -0
  544. package/dist/js/types/components/List/model/table/TableHeader.d.ts +9 -0
  545. package/dist/js/types/components/List/model/table/TableRow.d.ts +9 -0
  546. package/dist/js/types/components/List/model/table/types.d.ts +32 -0
  547. package/dist/js/types/components/List/model/types.d.ts +41 -0
  548. package/dist/js/types/components/List/setupComponents/ListFilter.d.ts +9 -0
  549. package/dist/js/types/components/List/setupComponents/ListItem.d.ts +9 -0
  550. package/dist/js/types/components/List/setupComponents/ListLoaderAsync.d.ts +8 -0
  551. package/dist/js/types/components/List/setupComponents/ListLoaderAsyncResource.d.ts +8 -0
  552. package/dist/js/types/components/List/setupComponents/ListSearch.d.ts +8 -0
  553. package/dist/js/types/components/List/setupComponents/ListSorting.d.ts +6 -0
  554. package/dist/js/types/components/List/setupComponents/ListStaticData.d.ts +7 -0
  555. package/dist/js/types/components/List/setupComponents/Table.d.ts +6 -0
  556. package/dist/js/types/components/List/setupComponents/TableBody.d.ts +6 -0
  557. package/dist/js/types/components/List/setupComponents/TableCell.d.ts +9 -0
  558. package/dist/js/types/components/List/setupComponents/TableColumn.d.ts +6 -0
  559. package/dist/js/types/components/List/setupComponents/TableHeader.d.ts +6 -0
  560. package/dist/js/types/components/List/setupComponents/TableRow.d.ts +6 -0
  561. package/dist/js/types/components/List/stories/Default.stories.d.ts +7 -0
  562. package/dist/js/types/components/List/stories/EdgeCases.stories.d.ts +7 -0
  563. package/dist/js/types/components/List/stories/ListItem.stories.d.ts +11 -0
  564. package/dist/js/types/components/List/testData/domainApi.d.ts +27 -0
  565. package/dist/js/types/components/List/typedList.d.ts +94 -0
  566. package/dist/js/types/components/List/typedList.test-types.d.ts +1 -0
  567. package/dist/js/types/components/LoadingSpinner/LoadingSpinner.d.ts +4 -0
  568. package/dist/js/types/components/LoadingSpinner/index.d.ts +3 -0
  569. package/dist/js/types/components/LoadingSpinner/stories/Default.stories.d.ts +6 -0
  570. package/dist/js/types/components/MenuItem/MenuItem.d.ts +8 -0
  571. package/dist/js/types/components/MenuItem/MenuItemContent.d.ts +7 -0
  572. package/dist/js/types/components/MenuItem/index.d.ts +3 -0
  573. package/dist/js/types/components/Modal/Modal.d.ts +15 -0
  574. package/dist/js/types/components/Modal/components/ModalTrigger/ModalTrigger.d.ts +3 -0
  575. package/dist/js/types/components/Modal/components/ModalTrigger/index.d.ts +3 -0
  576. package/dist/js/types/components/Modal/index.d.ts +4 -0
  577. package/dist/js/types/components/Modal/stories/Default.stories.d.ts +14 -0
  578. package/dist/js/types/components/Modal/stories/EdgeCases.stories.d.ts +7 -0
  579. package/dist/js/types/components/ModalOverlay/ModalOverlay.d.ts +9 -0
  580. package/dist/js/types/components/ModalOverlay/index.d.ts +3 -0
  581. package/dist/js/types/components/Navigation/Navigation.d.ts +6 -0
  582. package/dist/js/types/components/Navigation/components/NavigationGroup/NavigationGroup.d.ts +6 -0
  583. package/dist/js/types/components/Navigation/components/NavigationGroup/index.d.ts +3 -0
  584. package/dist/js/types/components/Navigation/index.d.ts +4 -0
  585. package/dist/js/types/components/Navigation/stories/Default.stories.d.ts +10 -0
  586. package/dist/js/types/components/Notification/Notification.d.ts +10 -0
  587. package/dist/js/types/components/Notification/index.d.ts +3 -0
  588. package/dist/js/types/components/Notification/stories/Default.stories.d.ts +7 -0
  589. package/dist/js/types/components/Notification/stories/EdgeCases.stories.d.ts +6 -0
  590. package/dist/js/types/components/Notification/stories/Variants.stories.d.ts +9 -0
  591. package/dist/js/types/components/NotificationProvider/ControlledNotification.d.ts +8 -0
  592. package/dist/js/types/components/NotificationProvider/NotificationContainer.d.ts +4 -0
  593. package/dist/js/types/components/NotificationProvider/NotificationController.d.ts +22 -0
  594. package/dist/js/types/components/NotificationProvider/NotificationProvider.d.ts +7 -0
  595. package/dist/js/types/components/NotificationProvider/index.d.ts +3 -0
  596. package/dist/js/types/components/NotificationProvider/stories/Default.stories.d.ts +10 -0
  597. package/dist/js/types/components/NumberField/NumberField.d.ts +7 -0
  598. package/dist/js/types/components/NumberField/index.d.ts +3 -0
  599. package/dist/js/types/components/NumberField/stories/Default.stories.d.ts +12 -0
  600. package/dist/js/types/components/NumberField/stories/EdgeCases.stories.d.ts +7 -0
  601. package/dist/js/types/components/OverlayTrigger/OverlayTrigger.d.ts +19 -0
  602. package/dist/js/types/components/OverlayTrigger/OverlayTrigger.test.d.ts +1 -0
  603. package/dist/js/types/components/OverlayTrigger/index.d.ts +3 -0
  604. package/dist/js/types/components/Popover/Popover.d.ts +12 -0
  605. package/dist/js/types/components/Popover/components/PopoverTrigger/PopoverTrigger.d.ts +2 -0
  606. package/dist/js/types/components/Popover/components/PopoverTrigger/index.d.ts +3 -0
  607. package/dist/js/types/components/Popover/index.d.ts +4 -0
  608. package/dist/js/types/components/Popover/stories/Default.stories.d.ts +8 -0
  609. package/dist/js/types/components/Popover/stories/EdgeCases.stories.d.ts +6 -0
  610. package/dist/js/types/components/ProgressBar/ProgressBar.d.ts +10 -0
  611. package/dist/js/types/components/ProgressBar/index.d.ts +3 -0
  612. package/dist/js/types/components/ProgressBar/stories/Default.stories.d.ts +10 -0
  613. package/dist/js/types/components/ProgressBar/stories/EdgeCases.stories.d.ts +6 -0
  614. package/dist/js/types/components/ProgressBar/stories/Variants.stories.d.ts +9 -0
  615. package/dist/js/types/components/RadioGroup/RadioGroup.d.ts +8 -0
  616. package/dist/js/types/components/RadioGroup/components/Radio/Radio.d.ts +7 -0
  617. package/dist/js/types/components/RadioGroup/components/Radio/index.d.ts +3 -0
  618. package/dist/js/types/components/RadioGroup/components/RadioButton/RadioButton.d.ts +7 -0
  619. package/dist/js/types/components/RadioGroup/components/RadioButton/index.d.ts +3 -0
  620. package/dist/js/types/components/RadioGroup/index.d.ts +5 -0
  621. package/dist/js/types/components/RadioGroup/stories/Default.stories.d.ts +12 -0
  622. package/dist/js/types/components/RadioGroup/stories/EdgeCases.stories.d.ts +8 -0
  623. package/dist/js/types/components/SearchField/SearchField.d.ts +7 -0
  624. package/dist/js/types/components/SearchField/index.d.ts +3 -0
  625. package/dist/js/types/components/SearchField/stories/Default.stories.d.ts +10 -0
  626. package/dist/js/types/components/Section/Section.d.ts +6 -0
  627. package/dist/js/types/components/Section/components/SectionHeader/SectionHeader.d.ts +5 -0
  628. package/dist/js/types/components/Section/index.d.ts +3 -0
  629. package/dist/js/types/components/Section/stories/Default.stories.d.ts +9 -0
  630. package/dist/js/types/components/Section/stories/EdgeCases.stories.d.ts +7 -0
  631. package/dist/js/types/components/SegmentedControl/SegmentedControl.d.ts +7 -0
  632. package/dist/js/types/components/SegmentedControl/components/Segment/Segment.d.ts +7 -0
  633. package/dist/js/types/components/SegmentedControl/components/Segment/index.d.ts +3 -0
  634. package/dist/js/types/components/SegmentedControl/index.d.ts +4 -0
  635. package/dist/js/types/components/SegmentedControl/stories/Default.stories.d.ts +8 -0
  636. package/dist/js/types/components/Select/Select.d.ts +13 -0
  637. package/dist/js/types/components/Select/components/Option/Option.d.ts +8 -0
  638. package/dist/js/types/components/Select/components/Option/index.d.ts +3 -0
  639. package/dist/js/types/components/Select/components/Options/Options.d.ts +6 -0
  640. package/dist/js/types/components/Select/components/Options/index.d.ts +3 -0
  641. package/dist/js/types/components/Select/index.d.ts +4 -0
  642. package/dist/js/types/components/Select/stories/Default.stories.d.ts +12 -0
  643. package/dist/js/types/components/Select/stories/EdgeCases.stories.d.ts +7 -0
  644. package/dist/js/types/components/Separator/Separator.d.ts +5 -0
  645. package/dist/js/types/components/Separator/index.d.ts +3 -0
  646. package/dist/js/types/components/Separator/stories/Default.stories.d.ts +6 -0
  647. package/dist/js/types/components/SettingsProvider/SettingsProvider.d.ts +9 -0
  648. package/dist/js/types/components/SettingsProvider/backends/LocalStorageSettingsBackend.d.ts +8 -0
  649. package/dist/js/types/components/SettingsProvider/backends/settingsBackendFactory.d.ts +2 -0
  650. package/dist/js/types/components/SettingsProvider/backends/types.d.ts +15 -0
  651. package/dist/js/types/components/SettingsProvider/index.d.ts +5 -0
  652. package/dist/js/types/components/SettingsProvider/models/ComponentSettings.d.ts +12 -0
  653. package/dist/js/types/components/SettingsProvider/models/SettingsStore.d.ts +16 -0
  654. package/dist/js/types/components/SettingsProvider/models/SettingsStore.test.d.ts +1 -0
  655. package/dist/js/types/components/Skeleton/Skeleton.d.ts +7 -0
  656. package/dist/js/types/components/Skeleton/index.d.ts +3 -0
  657. package/dist/js/types/components/Skeleton/stories/Default.stories.d.ts +8 -0
  658. package/dist/js/types/components/SkeletonText/SkeletonText.d.ts +6 -0
  659. package/dist/js/types/components/SkeletonText/index.d.ts +3 -0
  660. package/dist/js/types/components/SkeletonText/stories/Default.stories.d.ts +8 -0
  661. package/dist/js/types/components/Slider/Slider.d.ts +8 -0
  662. package/dist/js/types/components/Slider/index.d.ts +3 -0
  663. package/dist/js/types/components/Slider/stories/Default.stories.d.ts +9 -0
  664. package/dist/js/types/components/Switch/Switch.d.ts +9 -0
  665. package/dist/js/types/components/Switch/index.d.ts +3 -0
  666. package/dist/js/types/components/Switch/stories/Default.stories.d.ts +8 -0
  667. package/dist/js/types/components/Switch/stories/EdgeCases.stories.d.ts +6 -0
  668. package/dist/js/types/components/Table/Table.d.ts +7 -0
  669. package/dist/js/types/components/Table/components/TableBody/TableBody.d.ts +5 -0
  670. package/dist/js/types/components/Table/components/TableBody/index.d.ts +3 -0
  671. package/dist/js/types/components/Table/components/TableCell/TableCell.d.ts +6 -0
  672. package/dist/js/types/components/Table/components/TableCell/index.d.ts +3 -0
  673. package/dist/js/types/components/Table/components/TableColumn/TableColumn.d.ts +5 -0
  674. package/dist/js/types/components/Table/components/TableColumn/index.d.ts +3 -0
  675. package/dist/js/types/components/Table/components/TableFooterRow/TableFooterRow.d.ts +4 -0
  676. package/dist/js/types/components/Table/components/TableFooterRow/index.d.ts +3 -0
  677. package/dist/js/types/components/Table/components/TableHeader/TableHeader.d.ts +5 -0
  678. package/dist/js/types/components/Table/components/TableHeader/index.d.ts +3 -0
  679. package/dist/js/types/components/Table/components/TableRow/TableRow.d.ts +5 -0
  680. package/dist/js/types/components/Table/components/TableRow/index.d.ts +3 -0
  681. package/dist/js/types/components/Table/index.d.ts +9 -0
  682. package/dist/js/types/components/Table/stories/Default.stories.d.ts +8 -0
  683. package/dist/js/types/components/Tabs/Tabs.d.ts +7 -0
  684. package/dist/js/types/components/Tabs/components/Tab/Tab.d.ts +6 -0
  685. package/dist/js/types/components/Tabs/components/Tab/context.d.ts +6 -0
  686. package/dist/js/types/components/Tabs/components/Tab/index.d.ts +3 -0
  687. package/dist/js/types/components/Tabs/components/TabList/TabList.d.ts +9 -0
  688. package/dist/js/types/components/Tabs/components/TabList/index.d.ts +1 -0
  689. package/dist/js/types/components/Tabs/components/TabTitle/TabTitle.d.ts +6 -0
  690. package/dist/js/types/components/Tabs/components/TabTitle/TabTitleCollapsed.d.ts +7 -0
  691. package/dist/js/types/components/Tabs/components/TabTitle/index.d.ts +3 -0
  692. package/dist/js/types/components/Tabs/index.d.ts +5 -0
  693. package/dist/js/types/components/Tabs/stories/Default.stories.d.ts +7 -0
  694. package/dist/js/types/components/Tabs/stories/EdgeCases.stories.d.ts +7 -0
  695. package/dist/js/types/components/Text/Text.d.ts +10 -0
  696. package/dist/js/types/components/Text/index.d.ts +3 -0
  697. package/dist/js/types/components/Text/stories/Default.stories.d.ts +12 -0
  698. package/dist/js/types/components/TextArea/TextArea.d.ts +9 -0
  699. package/dist/js/types/components/TextArea/index.d.ts +3 -0
  700. package/dist/js/types/components/TextArea/stories/Default.stories.d.ts +14 -0
  701. package/dist/js/types/components/TextField/TextField.d.ts +9 -0
  702. package/dist/js/types/components/TextField/index.d.ts +3 -0
  703. package/dist/js/types/components/TextField/stories/Default.stories.d.ts +14 -0
  704. package/dist/js/types/components/TextFieldBase/TextFieldBase.d.ts +8 -0
  705. package/dist/js/types/components/TextFieldBase/index.d.ts +3 -0
  706. package/dist/js/types/components/TimeField/TimeField.d.ts +7 -0
  707. package/dist/js/types/components/TimeField/index.d.ts +3 -0
  708. package/dist/js/types/components/TimeField/stories/Default.stories.d.ts +13 -0
  709. package/dist/js/types/components/Tooltip/Tooltip.d.ts +5 -0
  710. package/dist/js/types/components/Tooltip/components/TooltipTrigger/TooltipTrigger.d.ts +5 -0
  711. package/dist/js/types/components/Tooltip/components/TooltipTrigger/index.d.ts +3 -0
  712. package/dist/js/types/components/Tooltip/index.d.ts +4 -0
  713. package/dist/js/types/components/Tooltip/stories/Default.stories.d.ts +6 -0
  714. package/dist/js/types/components/Tooltip/stories/EdgeCases.stories.d.ts +6 -0
  715. package/dist/js/types/components/Wrap/Wrap.d.ts +5 -0
  716. package/dist/js/types/components/Wrap/index.d.ts +3 -0
  717. package/dist/js/types/components/propTypes/index.d.ts +110 -0
  718. package/dist/js/types/components/propTypes/types.d.ts +5 -0
  719. package/dist/js/types/integrations/nextjs/components/Link/Link.d.ts +2 -0
  720. package/dist/js/types/integrations/nextjs/components/Link/index.d.ts +3 -0
  721. package/dist/js/types/integrations/nextjs/components/LinkProvider/LinkProvider.d.ts +3 -0
  722. package/dist/js/types/integrations/nextjs/components/LinkProvider/index.d.ts +3 -0
  723. package/dist/js/types/integrations/nextjs/index.d.ts +2 -0
  724. package/dist/js/types/integrations/react-hook-form/components/ActionGroupWrapper/SubmitButtonStateProvider.d.ts +6 -0
  725. package/dist/js/types/integrations/react-hook-form/components/AutoFormResetEffect/AutoFormResetEffect.d.ts +6 -0
  726. package/dist/js/types/integrations/react-hook-form/components/Field/Field.d.ts +7 -0
  727. package/dist/js/types/integrations/react-hook-form/components/Field/index.d.ts +3 -0
  728. package/dist/js/types/integrations/react-hook-form/components/Field/stories/Default.stories.d.ts +6 -0
  729. package/dist/js/types/integrations/react-hook-form/components/Form/Form.d.ts +9 -0
  730. package/dist/js/types/integrations/react-hook-form/components/Form/index.d.ts +3 -0
  731. package/dist/js/types/integrations/react-hook-form/components/context/formContext.d.ts +9 -0
  732. package/dist/js/types/integrations/react-hook-form/index.d.ts +2 -0
  733. package/dist/js/types/lib/childProps/ChildPropsContextProvider.d.ts +8 -0
  734. package/dist/js/types/lib/childProps/ChildPropsStore.d.ts +16 -0
  735. package/dist/js/types/lib/childProps/context.d.ts +4 -0
  736. package/dist/js/types/lib/childProps/index.d.ts +2 -0
  737. package/dist/js/types/lib/childProps/useSetChildProps.d.ts +2 -0
  738. package/dist/js/types/lib/componentFactory/flowComponent.d.ts +11 -0
  739. package/dist/js/types/lib/componentFactory/flowComponent.test.d.ts +1 -0
  740. package/dist/js/types/lib/controller/index.d.ts +1 -0
  741. package/dist/js/types/lib/controller/overlay/OverlayContextProvider.d.ts +9 -0
  742. package/dist/js/types/lib/controller/overlay/OverlayController.d.ts +17 -0
  743. package/dist/js/types/lib/controller/overlay/context.d.ts +65 -0
  744. package/dist/js/types/lib/controller/overlay/index.d.ts +2 -0
  745. package/dist/js/types/lib/controller/overlay/useOverlayController.d.ts +7 -0
  746. package/dist/js/types/lib/dev/dummyText.d.ts +6 -0
  747. package/dist/js/types/lib/dev/storyBackgrounds.d.ts +14 -0
  748. package/dist/js/types/lib/dev/vitestUserEvent.d.ts +2 -0
  749. package/dist/js/types/lib/getContainerBreakpointSizeClassName.d.ts +2 -0
  750. package/dist/js/types/lib/hooks/dom/useObserveOverflow.d.ts +7 -0
  751. package/dist/js/types/lib/hooks/index.d.ts +2 -0
  752. package/dist/js/types/lib/hooks/useOnChange.d.ts +2 -0
  753. package/dist/js/types/lib/mobx/mobxMapToObject.d.ts +2 -0
  754. package/dist/js/types/lib/mobx/useAutorunEffect.d.ts +1 -0
  755. package/dist/js/types/lib/mobx/useSelector.d.ts +4 -0
  756. package/dist/js/types/lib/promises/callAndReact.d.ts +9 -0
  757. package/dist/js/types/lib/promises/callAndReact.test.d.ts +1 -0
  758. package/dist/js/types/lib/promises/callFunctionsInOrder.d.ts +3 -0
  759. package/dist/js/types/lib/promises/callFunctionsInOrder.test.d.ts +1 -0
  760. package/dist/js/types/lib/promises/sleep.d.ts +1 -0
  761. package/dist/js/types/lib/propsContext/ClearPropsContext.d.ts +4 -0
  762. package/dist/js/types/lib/propsContext/ClearPropsContext.test.d.ts +1 -0
  763. package/dist/js/types/lib/propsContext/PropsContextProvider.d.ts +9 -0
  764. package/dist/js/types/lib/propsContext/dynamicProps/dynamic.d.ts +4 -0
  765. package/dist/js/types/lib/propsContext/dynamicProps/isDynamicProp.d.ts +4 -0
  766. package/dist/js/types/lib/propsContext/dynamicProps/resolveDynamicProps.d.ts +4 -0
  767. package/dist/js/types/lib/propsContext/dynamicProps/resolveDynamicProps.test.d.ts +1 -0
  768. package/dist/js/types/lib/propsContext/dynamicProps/types.d.ts +4 -0
  769. package/dist/js/types/lib/propsContext/index.d.ts +7 -0
  770. package/dist/js/types/lib/propsContext/isFlowComponentName.d.ts +2 -0
  771. package/dist/js/types/lib/propsContext/isFlowComponentProp.d.ts +2 -0
  772. package/dist/js/types/lib/propsContext/mergePropsContext.d.ts +3 -0
  773. package/dist/js/types/lib/propsContext/mergePropsContext.test.d.ts +1 -0
  774. package/dist/js/types/lib/propsContext/nestedPropsContext/isPropsWithChildren.d.ts +2 -0
  775. package/dist/js/types/lib/propsContext/nestedPropsContext/pickPropsContext.d.ts +3 -0
  776. package/dist/js/types/lib/propsContext/nestedPropsContext/pickPropsContext.test.d.ts +1 -0
  777. package/dist/js/types/lib/propsContext/nestedPropsContext/wrapChildrenWithNestedPropsContext.d.ts +5 -0
  778. package/dist/js/types/lib/propsContext/propsContext.d.ts +120 -0
  779. package/dist/js/types/lib/propsContext/types.d.ts +9 -0
  780. package/dist/js/types/lib/propsContext/useProps.d.ts +3 -0
  781. package/dist/js/types/lib/propsContext/useProps.test.d.ts +1 -0
  782. package/dist/js/types/lib/react/components/Empty/Empty.d.ts +3 -0
  783. package/dist/js/types/lib/react/components/Empty/index.d.ts +3 -0
  784. package/dist/js/types/lib/react/components/Render/Render.d.ts +4 -0
  785. package/dist/js/types/lib/react/components/Render/Render.test.d.ts +1 -0
  786. package/dist/js/types/lib/react/components/Render/index.d.ts +1 -0
  787. package/dist/js/types/lib/react/components/Translate/Translate.d.ts +9 -0
  788. package/dist/js/types/lib/react/components/Translate/index.d.ts +3 -0
  789. package/dist/js/types/lib/react/deepFindOfType.d.ts +3 -0
  790. package/dist/js/types/lib/react/deepFindOfType.test.d.ts +1 -0
  791. package/dist/js/types/lib/react/deepHas.d.ts +2 -0
  792. package/dist/js/types/lib/react/getPropsMerger.d.ts +7 -0
  793. package/dist/js/types/lib/slotContext/SlotContextProvider.d.ts +8 -0
  794. package/dist/js/types/lib/slotContext/slotContext.d.ts +61 -0
  795. package/dist/js/types/lib/slotContext/types.d.ts +4 -0
  796. package/dist/js/types/lib/slotContext/useContextSlot.d.ts +3 -0
  797. package/dist/js/types/lib/timer/Timer.d.ts +17 -0
  798. package/dist/js/types/lib/types/array.d.ts +1 -0
  799. package/dist/js/types/lib/types/props.d.ts +17 -0
  800. package/dist/js/types/lib/types/props.test-types.d.ts +1 -0
  801. package/dist/{stylesInit.d.ts → js/types/styles/index.d.ts} +2 -4
  802. package/dist/js/useOnChange-C1Quwyuz.js +12 -0
  803. package/dist/js/useOverlayController-D8pgx8nV.js +19 -0
  804. package/dist/js/useSelector-DpU7_HMO.js +13 -0
  805. package/package.json +478 -91
  806. package/dist/Avatar.d.ts +0 -14
  807. package/dist/Avatar.js +0 -26
  808. package/dist/Button-CMA-xsd_.js +0 -78
  809. package/dist/Button.d.ts +0 -21
  810. package/dist/Checkbox.d.ts +0 -12
  811. package/dist/Checkbox.js +0 -22
  812. package/dist/ColumnLayout.d.ts +0 -14
  813. package/dist/ColumnLayout.js +0 -22
  814. package/dist/Content.d.ts +0 -17
  815. package/dist/Content.js +0 -15
  816. package/dist/CopyToClipboardButton.d.ts +0 -26
  817. package/dist/CopyToClipboardButton.js +0 -121
  818. package/dist/FieldDescription.d.ts +0 -21
  819. package/dist/FieldDescription.js +0 -18
  820. package/dist/FieldError-BAnloBK7.js +0 -17
  821. package/dist/FieldError.d.ts +0 -12
  822. package/dist/Heading.d.ts +0 -15
  823. package/dist/Heading.js +0 -22
  824. package/dist/Icon-C8UD3vMe.js +0 -49
  825. package/dist/Icon.d.ts +0 -16
  826. package/dist/IconPlus-DsWkdGaB.js +0 -12
  827. package/dist/IconSucceeded-aGBloDn9.js +0 -11
  828. package/dist/IconUnchecked-CGdUugGS.js +0 -10
  829. package/dist/IconWarning-Cum5bpEx.js +0 -12
  830. package/dist/Icons.d.ts +0 -115
  831. package/dist/Icons.js +0 -65
  832. package/dist/Image.d.ts +0 -11
  833. package/dist/Image.js +0 -11
  834. package/dist/Initials.d.ts +0 -14
  835. package/dist/Initials.js +0 -30
  836. package/dist/InlineAlert.d.ts +0 -18
  837. package/dist/InlineAlert.js +0 -38
  838. package/dist/InlineCode.d.ts +0 -12
  839. package/dist/InlineCode.js +0 -14
  840. package/dist/Label-Dnum8jdD.js +0 -25
  841. package/dist/Label.d.ts +0 -13
  842. package/dist/LabeledValue.d.ts +0 -12
  843. package/dist/LabeledValue.js +0 -33
  844. package/dist/LayoutCard.d.ts +0 -17
  845. package/dist/LayoutCard.js +0 -23
  846. package/dist/Link.d.ts +0 -15
  847. package/dist/Link.js +0 -32
  848. package/dist/Navigation.d.ts +0 -23
  849. package/dist/Navigation.js +0 -47
  850. package/dist/NumberField.d.ts +0 -12
  851. package/dist/NumberField.js +0 -63
  852. package/dist/PropsContextProvider-CEoxD8yK.js +0 -26
  853. package/dist/RadioGroup.d.ts +0 -17
  854. package/dist/RadioGroup.js +0 -57
  855. package/dist/Section.d.ts +0 -12
  856. package/dist/Section.js +0 -17
  857. package/dist/StatusBadge.d.ts +0 -18
  858. package/dist/StatusBadge.js +0 -21
  859. package/dist/StatusIcon-BVWjvT3I.js +0 -35
  860. package/dist/StatusIcon.d.ts +0 -25
  861. package/dist/StatusIcon.js +0 -7
  862. package/dist/Switch.d.ts +0 -14
  863. package/dist/Switch.js +0 -31
  864. package/dist/Text-8V0yR4PK.js +0 -27
  865. package/dist/Text.d.ts +0 -18
  866. package/dist/TextArea.d.ts +0 -17
  867. package/dist/TextArea.js +0 -22
  868. package/dist/TextField.d.ts +0 -17
  869. package/dist/TextField.js +0 -15
  870. package/dist/TextFieldBase-Dk6XBF7h.js +0 -28
  871. package/dist/Tooltip-BqyZAZgK.js +0 -16
  872. package/dist/Tooltip.d.ts +0 -17
  873. package/dist/Tooltip.js +0 -9
  874. package/dist/TooltipTrigger-7-ynWHZ9.js +0 -11
  875. package/dist/TooltipTrigger.d.ts +0 -12
  876. package/dist/TooltipTrigger.js +0 -7
  877. package/dist/clsx-DB4S2d7J.js +0 -24
  878. package/dist/styles.css +0 -1
  879. package/dist/useProps-C7GIMcgB.js +0 -27
  880. /package/dist/{stylesInit.js → js/globals.js} +0 -0
package/MIGRATION.md ADDED
@@ -0,0 +1,14 @@
1
+ ## From version 0.1.0-alpha.291 to 0.1.0-alpha.292
2
+
3
+ ### Renamed CSS export
4
+
5
+ The CSS export `@mittwald/flow-react-components/styles` has renamed to the more
6
+ precise name `@mittwald/flow-react-components/all.css`, because the file
7
+ contains the CSS of all components, and now there are CSS exports per component
8
+ as well. A documentation on how to use them is planned.
9
+
10
+ ```diff
11
+ // main.js
12
+ - import "@mittwald/flow-react-components/styles";
13
+ + import "@mittwald/flow-react-components/all.css";
14
+ ```
@@ -0,0 +1 @@
1
+ .flow--accordion{display:flex;flex-direction:column}.flow--accordion .flow--accordion--header{display:flex}.flow--accordion .flow--accordion--header-button{display:flex;justify-content:space-between;align-items:center;text-align:start;flex-grow:1;padding-inline:var(--accordion--header-padding-x);padding-block:var(--accordion--header-padding-y);border-radius:var(--accordion--header-corner-radius);column-gap:var(--accordion--heading-to-chevron-spacing);border:none;background:none}.flow--accordion .flow--accordion--header-button{outline-color:var(--focus--outline-color);outline-offset:var(--focus--outline-offset);outline-width:var(--focus--outline-width);outline-style:none}.flow--accordion .flow--accordion--header-button[data-focused],.flow--accordion .flow--accordion--header-button:focus{outline-style:none}.flow--accordion .flow--accordion--header-button[data-focus-visible],.flow--accordion .flow--accordion--header-button:focus-visible{outline-style:auto}.flow--accordion .flow--accordion--header-button[data-focused]:not([data-focus-visible]):focus-visible{outline-style:none}.flow--accordion .flow--accordion--header-button:hover{background-color:var(--accordion--header-background-color--hover)}.flow--accordion .flow--accordion--content{display:grid;grid-template-rows:0fr;transition-property:grid-template-rows,visibility,padding;transition-duration:var(--transition--duration--slow);padding-inline:var(--accordion--content-padding);visibility:hidden}.flow--accordion .flow--accordion--content-inner{overflow:hidden}.flow--accordion .flow--accordion--chevron{transition-property:transform;transition-duration:var(--transition--duration--default)}.flow--accordion.flow--accordion--outline{border-color:var(--form-control--border-color--default);border-width:var(--form-control--border-width);border-style:var(--form-control--border-style);border-radius:var(--form-control--corner-radius)}.flow--accordion.flow--accordion--expanded .flow--accordion--content{grid-template-rows:1fr;padding-block:var(--accordion--content-padding);visibility:visible}.flow--accordion.flow--accordion--expanded .flow--accordion--chevron{transform:rotate(180deg)}
@@ -0,0 +1 @@
1
+ .flow--action-group{gap:var(--action-group--button-to-button-spacing--s);display:flex}.flow--action-group .flow--action-group--primary{order:3}.flow--action-group .flow--action-group--secondary{order:2}.flow--action-group .flow--action-group--abort{order:1;margin-right:auto}.flow--action-group--action-group-container.flow--action-group--ignore-breakpoint .flow--action-group{flex-wrap:wrap}.flow--action-group--action-group-container:not(.flow--action-group--ignore-breakpoint){container-type:inline-size}@container (max-width: 550px){.flow--action-group--action-group-container:not(.flow--action-group--ignore-breakpoint) .flow--action-group{display:flex;flex-direction:column-reverse}.flow--action-group--action-group-container:not(.flow--action-group--ignore-breakpoint) .flow--action-group .flow--action-group--primary,.flow--action-group--action-group-container:not(.flow--action-group--ignore-breakpoint) .flow--action-group .flow--action-group--secondary,.flow--action-group--action-group-container:not(.flow--action-group--ignore-breakpoint) .flow--action-group .flow--action-group--abort{width:100%}.flow--action-group--action-group-container:not(.flow--action-group--ignore-breakpoint) .flow--action-group .flow--action-group--secondary{flex-direction:column-reverse}.flow--action-group--action-group-container:not(.flow--action-group--ignore-breakpoint) .flow--action-group .flow--action-group--secondary>*{width:100%}}.flow--action-group--action-group-container.flow--action-group--s .flow--action-group,.flow--action-group--action-group-container .flow--action-group{gap:var(--action-group--button-to-button-spacing--s)}.flow--action-group--action-group-container.flow--action-group--m .flow--action-group{gap:var(--action-group--button-to-button-spacing--m)}
@@ -0,0 +1 @@
1
+ .flow--alert{border-radius:var(--alert--corner-radius);border-width:var(--alert--border-width);border-style:var(--alert--border-style);border-inline-start-width:var(--alert--border-x-start-width);padding:var(--alert--padding);display:flex;flex-direction:column;row-gap:var(--alert--heading-to-content-spacing);width:100%}.flow--alert .flow--alert--content{display:flex;flex-direction:column;align-items:flex-start;row-gap:var(--alert--content-to-content-spacing)}.flow--alert.flow--alert--info,.flow--alert{border-color:var(--alert--info-border-color)}.flow--alert.flow--alert--info .flow--alert--heading,.flow--alert .flow--alert--heading{color:var(--alert--info-heading-color)}.flow--alert.flow--alert--warning{border-color:var(--alert--warning-border-color)}.flow--alert.flow--alert--warning .flow--alert--heading{color:var(--alert--warning-heading-color)}.flow--alert.flow--alert--danger{border-color:var(--alert--danger-border-color)}.flow--alert.flow--alert--danger .flow--alert--heading{color:var(--alert--danger-heading-color)}.flow--alert.flow--alert--success{border-color:var(--alert--success-border-color)}.flow--alert.flow--alert--success .flow--alert--heading{color:var(--alert--success-heading-color)}
@@ -0,0 +1 @@
1
+ .flow--alert-badge{font-size:var(--badge--font-size);font-weight:var(--badge--font-weight);line-height:var(--badge--line-height);border-radius:var(--badge--corner-radius);padding-inline:var(--badge--padding-x);padding-block:calc(var(--badge--padding-y) - (var(--badge--border-width)));display:flex;align-items:center;column-gap:var(--alert-badge--icon-to-text-spacing);max-width:fit-content;border-style:var(--badge--border-style);border-width:var(--badge--border-width)}.flow--alert-badge .flow--alert-badge--text{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.flow--alert-badge.flow--alert-badge--info,.flow--alert-badge{color:var(--alert-badge--info-content-color);background-color:var(--alert-badge--info-background-color);border-color:var(--alert-badge--info-border-color)}.flow--alert-badge.flow--alert-badge--success{color:var(--alert-badge--success-content-color);background-color:var(--alert-badge--success-background-color);border-color:var(--alert-badge--success-border-color)}.flow--alert-badge.flow--alert-badge--warning{color:var(--alert-badge--warning-content-color);background-color:var(--alert-badge--warning-background-color);border-color:var(--alert-badge--warning-border-color)}.flow--alert-badge.flow--alert-badge--danger{color:var(--alert-badge--danger-content-color);background-color:var(--alert-badge--danger-background-color);border-color:var(--alert-badge--danger-border-color)}
@@ -0,0 +1 @@
1
+ .flow--alert-icon--info,.flow--alert-icon{color:var(--alert-icon--info-color)}.flow--alert-icon--warning{color:var(--alert-icon--warning-color)}.flow--alert-icon--danger{color:var(--alert-icon--danger-color)}.flow--alert-icon--success{color:var(--alert-icon--success-color)}
@@ -0,0 +1 @@
1
+ .flow--avatar{border-radius:var(--corner-radius--round);width:var(--avatar-size);height:var(--avatar-size);overflow:hidden;flex-shrink:0;background-color:var(--background-color);color:var(--content-accent-color);display:flex;align-items:center;justify-content:center}.flow--avatar img{width:100%;height:100%;object-fit:cover}.flow--avatar .flow--avatar--icon{width:calc(var(--avatar-size) * .7);height:calc(var(--avatar-size) * .7)}.flow--avatar .flow--avatar--initials{font-size:calc(var(--avatar-size) * .4)}.flow--avatar.flow--avatar--size-m,.flow--avatar{--avatar-size: var(--avatar--size--m)}.flow--avatar.flow--avatar--size-xs{--avatar-size: var(--avatar--size--xs)}.flow--avatar.flow--avatar--size-s{--avatar-size: var(--avatar--size--s)}.flow--avatar.flow--avatar--size-l{--avatar-size: var(--avatar--size--l)}.flow--avatar.flow--avatar--blue,.flow--avatar{--background-color: var(--initials--color-blue-background-color);--content-color: var(--initials--color-blue-content-color);--content-accent-color: var( --initials--color-blue-content-accent-color )}.flow--avatar.flow--avatar--teal{--background-color: var(--initials--color-teal-background-color);--content-color: var(--initials--color-teal-content-color);--content-accent-color: var( --initials--color-teal-content-accent-color )}.flow--avatar.flow--avatar--green{--background-color: var(--initials--color-green-background-color);--content-color: var(--initials--color-green-content-color);--content-accent-color: var( --initials--color-green-content-accent-color )}.flow--avatar.flow--avatar--violet{--background-color: var(--initials--color-violet-background-color);--content-color: var(--initials--color-violet-content-color);--content-accent-color: var( --initials--color-violet-content-accent-color )}.flow--avatar.flow--avatar--lilac{--background-color: var(--initials--color-lilac-background-color);--content-color: var(--initials--color-lilac-content-color);--content-accent-color: var( --initials--color-lilac-content-accent-color )}
@@ -0,0 +1 @@
1
+ .flow--badge{display:flex;width:fit-content;max-width:100%;--badge-size: calc(var(--badge--line-height) + var(--badge--padding-y) * 2);--content-size: calc(var(--badge-size) - var(--badge--border-width) * 2)}.flow--badge .flow--badge--content,.flow--badge .flow--badge--button{border-radius:var(--badge--corner-radius);border-width:var(--badge--border-width);border-style:var(--badge--border-style);font-size:var(--badge--font-size);font-weight:var(--badge--font-weight);padding:0;display:flex;align-items:center;height:var(--badge-size);line-height:var(--content-size);padding-inline:var(--badge--padding-x);overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.flow--badge .flow--badge--button,.flow--badge .flow--badge--close{outline-color:var(--focus--outline-color);outline-offset:var(--focus--outline-offset);outline-width:var(--focus--outline-width);outline-style:none}.flow--badge .flow--badge--button[data-focused],.flow--badge .flow--badge--button:focus,.flow--badge .flow--badge--close[data-focused],.flow--badge .flow--badge--close:focus{outline-style:none}.flow--badge .flow--badge--button[data-focus-visible],.flow--badge .flow--badge--button:focus-visible,.flow--badge .flow--badge--close[data-focus-visible],.flow--badge .flow--badge--close:focus-visible{outline-style:auto}.flow--badge .flow--badge--button[data-focused]:not([data-focus-visible]):focus-visible,.flow--badge .flow--badge--close[data-focused]:not([data-focus-visible]):focus-visible{outline-style:none}.flow--badge:has(.flow--badge--close) .flow--badge--button,.flow--badge:has(.flow--badge--close) .flow--badge--content{padding-inline-end:calc(var(--content-size) + var(--badge--content-to-content-spacing))}.flow--badge:has(.flow--badge--scope) .flow--badge--content,.flow--badge:has(.flow--badge--scope) .flow--badge--button{padding:0}.flow--badge:has(.flow--badge--scope) .flow--badge--value{padding-inline-start:var(--badge--content-to-content-spacing);padding-inline-end:var(--badge--padding-x)}.flow--badge:has(.flow--badge--scope) .flow--badge--scope{padding-inline-start:var(--badge--padding-x);padding-inline-end:var(--badge--content-to-content-spacing);height:100%;flex-shrink:0}.flow--badge:has(.flow--badge--scope):has(.flow--badge--close) .flow--badge--button,.flow--badge:has(.flow--badge--scope):has(.flow--badge--close) .flow--badge--content{padding-inline-end:var(--content-size)}.flow--badge:has(.flow--badge--scope):has(.flow--badge--close) .flow--badge--button .flow--badge--value,.flow--badge:has(.flow--badge--scope):has(.flow--badge--close) .flow--badge--content .flow--badge--value{padding-inline-end:var(--badge--content-to-content-spacing)}.flow--badge .flow--badge--close{height:var(--content-size);padding:calc(var(--badge--padding-y) - var(--badge--border-width));border-radius:0;border-end-end-radius:var(--badge-size);border-start-end-radius:var(--badge-size);margin-inline-start:calc((var(--badge-size) - var(--badge--border-width)) * -1);margin-top:var(--badge--border-width)}.flow--badge:where(.flow--badge--neutral,.flow--badge) .flow--badge--content,.flow--badge:where(.flow--badge--neutral,.flow--badge) .flow--badge--button{border-color:var(--badge--neutral-border-color);background-color:var(--badge--neutral-background-color--default);color:var(--badge--neutral-content-color)}.flow--badge:where(.flow--badge--neutral,.flow--badge):not(.flow--badge--disabled) .flow--badge--button:hover{background-color:var(--badge--neutral-background-color--hover);color:var(--badge--neutral-content-color--hover)}.flow--badge:where(.flow--badge--neutral,.flow--badge):not(.flow--badge--disabled) .flow--badge--button[data-pressed]{background-color:var(--badge--neutral-background-color--pressed);color:var(--badge--neutral-content-color--pressed)}.flow--badge:where(.flow--badge--neutral,.flow--badge) .flow--badge--scope{background-color:var(--badge--neutral-scope-background-color);color:var(--badge--neutral-scope-content-color)}.flow--badge:where(.flow--badge--blue) .flow--badge--content,.flow--badge:where(.flow--badge--blue) .flow--badge--button{border-color:var(--badge--blue-border-color);background-color:var(--badge--blue-background-color--default);color:var(--badge--blue-content-color)}.flow--badge:where(.flow--badge--blue):not(.flow--badge--disabled) .flow--badge--button:hover{background-color:var(--badge--blue-background-color--hover);color:var(--badge--blue-content-color--hover)}.flow--badge:where(.flow--badge--blue):not(.flow--badge--disabled) .flow--badge--button[data-pressed]{background-color:var(--badge--blue-background-color--pressed);color:var(--badge--blue-content-color--pressed)}.flow--badge:where(.flow--badge--blue) .flow--badge--scope{background-color:var(--badge--blue-scope-background-color);color:var(--badge--blue-scope-content-color)}.flow--badge:where(.flow--badge--navy) .flow--badge--content,.flow--badge:where(.flow--badge--navy) .flow--badge--button{border-color:var(--badge--navy-border-color);background-color:var(--badge--navy-background-color--default);color:var(--badge--navy-content-color)}.flow--badge:where(.flow--badge--navy):not(.flow--badge--disabled) .flow--badge--button:hover{background-color:var(--badge--navy-background-color--hover);color:var(--badge--navy-content-color--hover)}.flow--badge:where(.flow--badge--navy):not(.flow--badge--disabled) .flow--badge--button[data-pressed]{background-color:var(--badge--navy-background-color--pressed);color:var(--badge--navy-content-color--pressed)}.flow--badge:where(.flow--badge--navy) .flow--badge--scope{background-color:var(--badge--navy-scope-background-color);color:var(--badge--navy-scope-content-color)}.flow--badge:where(.flow--badge--violet) .flow--badge--content,.flow--badge:where(.flow--badge--violet) .flow--badge--button{border-color:var(--badge--violet-border-color);background-color:var(--badge--violet-background-color--default);color:var(--badge--violet-content-color)}.flow--badge:where(.flow--badge--violet):not(.flow--badge--disabled) .flow--badge--button:hover{background-color:var(--badge--violet-background-color--hover);color:var(--badge--violet-content-color--hover)}.flow--badge:where(.flow--badge--violet):not(.flow--badge--disabled) .flow--badge--button[data-pressed]{background-color:var(--badge--violet-background-color--pressed);color:var(--badge--violet-content-color--pressed)}.flow--badge:where(.flow--badge--violet) .flow--badge--scope{background-color:var(--badge--violet-scope-background-color);color:var(--badge--violet-scope-content-color)}.flow--badge:where(.flow--badge--teal) .flow--badge--content,.flow--badge:where(.flow--badge--teal) .flow--badge--button{border-color:var(--badge--teal-border-color);background-color:var(--badge--teal-background-color--default);color:var(--badge--teal-content-color)}.flow--badge:where(.flow--badge--teal):not(.flow--badge--disabled) .flow--badge--button:hover{background-color:var(--badge--teal-background-color--hover);color:var(--badge--teal-content-color--hover)}.flow--badge:where(.flow--badge--teal):not(.flow--badge--disabled) .flow--badge--button[data-pressed]{background-color:var(--badge--teal-background-color--pressed);color:var(--badge--teal-content-color--pressed)}.flow--badge:where(.flow--badge--teal) .flow--badge--scope{background-color:var(--badge--teal-scope-background-color);color:var(--badge--teal-scope-content-color)}.flow--badge:where(.flow--badge--lilac) .flow--badge--content,.flow--badge:where(.flow--badge--lilac) .flow--badge--button{border-color:var(--badge--lilac-border-color);background-color:var(--badge--lilac-background-color--default);color:var(--badge--lilac-content-color)}.flow--badge:where(.flow--badge--lilac):not(.flow--badge--disabled) .flow--badge--button:hover{background-color:var(--badge--lilac-background-color--hover);color:var(--badge--lilac-content-color--hover)}.flow--badge:where(.flow--badge--lilac):not(.flow--badge--disabled) .flow--badge--button[data-pressed]{background-color:var(--badge--lilac-background-color--pressed);color:var(--badge--lilac-content-color--pressed)}.flow--badge:where(.flow--badge--lilac) .flow--badge--scope{background-color:var(--badge--lilac-scope-background-color);color:var(--badge--lilac-scope-content-color)}.flow--badge:where(.flow--badge--green) .flow--badge--content,.flow--badge:where(.flow--badge--green) .flow--badge--button{border-color:var(--badge--green-border-color);background-color:var(--badge--green-background-color--default);color:var(--badge--green-content-color)}.flow--badge:where(.flow--badge--green):not(.flow--badge--disabled) .flow--badge--button:hover{background-color:var(--badge--green-background-color--hover);color:var(--badge--green-content-color--hover)}.flow--badge:where(.flow--badge--green):not(.flow--badge--disabled) .flow--badge--button[data-pressed]{background-color:var(--badge--green-background-color--pressed);color:var(--badge--green-content-color--pressed)}.flow--badge:where(.flow--badge--green) .flow--badge--scope{background-color:var(--badge--green-scope-background-color);color:var(--badge--green-scope-content-color)}.flow--badge:where(.flow--badge--orange) .flow--badge--content,.flow--badge:where(.flow--badge--orange) .flow--badge--button{border-color:var(--badge--orange-border-color);background-color:var(--badge--orange-background-color--default);color:var(--badge--orange-content-color)}.flow--badge:where(.flow--badge--orange):not(.flow--badge--disabled) .flow--badge--button:hover{background-color:var(--badge--orange-background-color--hover);color:var(--badge--orange-content-color--hover)}.flow--badge:where(.flow--badge--orange):not(.flow--badge--disabled) .flow--badge--button[data-pressed]{background-color:var(--badge--orange-background-color--pressed);color:var(--badge--orange-content-color--pressed)}.flow--badge:where(.flow--badge--orange) .flow--badge--scope{background-color:var(--badge--orange-scope-background-color);color:var(--badge--orange-scope-content-color)}.flow--badge:where(.flow--badge--red) .flow--badge--content,.flow--badge:where(.flow--badge--red) .flow--badge--button{border-color:var(--badge--red-border-color);background-color:var(--badge--red-background-color--default);color:var(--badge--red-content-color)}.flow--badge:where(.flow--badge--red):not(.flow--badge--disabled) .flow--badge--button:hover{background-color:var(--badge--red-background-color--hover);color:var(--badge--red-content-color--hover)}.flow--badge:where(.flow--badge--red):not(.flow--badge--disabled) .flow--badge--button[data-pressed]{background-color:var(--badge--red-background-color--pressed);color:var(--badge--red-content-color--pressed)}.flow--badge:where(.flow--badge--red) .flow--badge--scope{background-color:var(--badge--red-scope-background-color);color:var(--badge--red-scope-content-color)}.flow--badge:where(.flow--badge--dark) .flow--badge--content,.flow--badge:where(.flow--badge--dark) .flow--badge--button{border-color:var(--badge--dark-border-color);background-color:var(--badge--dark-background-color--default);color:var(--badge--dark-content-color)}.flow--badge:where(.flow--badge--dark):not(.flow--badge--disabled) .flow--badge--button:hover{background-color:var(--badge--dark-background-color--hover);color:var(--badge--dark-content-color--hover)}.flow--badge:where(.flow--badge--dark):not(.flow--badge--disabled) .flow--badge--button[data-pressed]{background-color:var(--badge--dark-background-color--pressed);color:var(--badge--dark-content-color--pressed)}.flow--badge:where(.flow--badge--dark) .flow--badge--scope{background-color:var(--badge--dark-scope-background-color);color:var(--badge--dark-scope-content-color)}.flow--badge:where(.flow--badge--light) .flow--badge--content,.flow--badge:where(.flow--badge--light) .flow--badge--button{border-color:var(--badge--light-border-color);background-color:var(--badge--light-background-color--default);color:var(--badge--light-content-color)}.flow--badge:where(.flow--badge--light):not(.flow--badge--disabled) .flow--badge--button:hover{background-color:var(--badge--light-background-color--hover);color:var(--badge--light-content-color--hover)}.flow--badge:where(.flow--badge--light):not(.flow--badge--disabled) .flow--badge--button[data-pressed]{background-color:var(--badge--light-background-color--pressed);color:var(--badge--light-content-color--pressed)}.flow--badge:where(.flow--badge--light) .flow--badge--scope{background-color:var(--badge--light-scope-background-color);color:var(--badge--light-scope-content-color)}.flow--badge.flow--badge--disabled .flow--badge--content,.flow--badge.flow--badge--disabled .flow--badge--button{border-color:var(--badge--disabled-border-color);background-color:var(--badge--disabled-background-color);color:var(--badge--disabled-content-color)}.flow--badge.flow--badge--disabled .flow--badge--close{color:var(--badge--disabled-content-color)}.flow--badge.flow--badge--disabled .flow--badge--scope{background-color:var(--badge--disabled-scope-background-color);color:var(--badge--disabled-scope-content-color)}.flow--badge.flow--badge--light.flow--badge--disabled .flow--badge--content,.flow--badge.flow--badge--light.flow--badge--disabled .flow--badge--button{border-color:var(--badge--disabled-light-border-color);background-color:var(--badge--disabled-light-background-color);color:var(--badge--disabled-light-content-color)}.flow--badge.flow--badge--light.flow--badge--disabled .flow--badge--close{color:var(--badge--disabled-light-content-color)}.flow--badge.flow--badge--light.flow--badge--disabled .flow--badge--scope{background-color:var(--badge--disabled-light-scope-background-color);color:var(--badge--disabled-light-scope-content-color)}.flow--badge.flow--badge--dark.flow--badge--disabled .flow--badge--content,.flow--badge.flow--badge--dark.flow--badge--disabled .flow--badge--button{border-color:var(--badge--disabled-dark-border-color);background-color:var(--badge--disabled-dark-background-color);color:var(--badge--disabled-dark-content-color)}.flow--badge.flow--badge--dark.flow--badge--disabled .flow--badge--close{color:var(--badge--disabled-dark-content-color)}.flow--badge.flow--badge--dark.flow--badge--disabled .flow--badge--scope{background-color:var(--badge--disabled-dark-scope-background-color);color:var(--badge--disabled-dark-scope-content-color)}
@@ -0,0 +1 @@
1
+ .flow--breadcrumb{display:flex;list-style:none;padding:0;align-items:center}.flow--breadcrumb .flow--breadcrumb--link{padding-inline:var(--breadcrumb-item--padding-x);font-weight:var(--breadcrumb-item--font-weight--default)}.flow--breadcrumb .flow--breadcrumb--link{outline-color:var(--focus--outline-color);outline-offset:var(--focus--outline-offset);outline-width:var(--focus--outline-width);outline-style:none}.flow--breadcrumb .flow--breadcrumb--link[data-focused],.flow--breadcrumb .flow--breadcrumb--link:focus{outline-style:none}.flow--breadcrumb .flow--breadcrumb--link[data-focus-visible],.flow--breadcrumb .flow--breadcrumb--link:focus-visible{outline-style:auto}.flow--breadcrumb .flow--breadcrumb--link[data-focused]:not([data-focus-visible]):focus-visible{outline-style:none}.flow--breadcrumb .flow--breadcrumb--link{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.flow--breadcrumb .flow--breadcrumb--link:hover{text-decoration:underline}.flow--breadcrumb .flow--breadcrumb--breadcrumb-item{color:var(--breadcrumb-item--color);font-size:var(--breadcrumb-item--font-size);display:flex;align-items:center;min-width:0}.flow--breadcrumb .flow--breadcrumb--breadcrumb-item:last-child .flow--breadcrumb--icon{display:none}.flow--breadcrumb .flow--breadcrumb--breadcrumb-item:last-child .flow--breadcrumb--link{text-decoration:none;font-weight:var(--breadcrumb-item--font-weight--current)}.flow--breadcrumb.flow--breadcrumb--dark .flow--breadcrumb--breadcrumb-item{color:var(--breadcrumb-item--color-dark)}.flow--breadcrumb.flow--breadcrumb--light .flow--breadcrumb--breadcrumb-item{color:var(--breadcrumb-item--color-light)}
@@ -0,0 +1 @@
1
+ .flow--button{position:relative;font-family:Inter,sans-serif;line-height:var(--line-height--default);border:none;border-radius:var(--button--corner-radius);padding-block:var(--button--padding-squished-y);padding-inline:var(--button--padding-squished-x);font-size:var(--font-size--default);font-weight:700;transition-property:color,background-color;transition-duration:var(--transition--duration--default);max-width:100%;display:grid;align-items:center;grid-template-areas:"content";width:fit-content;white-space:nowrap}.flow--button:where(.flow--button--outline){border-width:var(--button--border-width);border-style:var(--button--border-style);padding-block:calc(var(--button--padding-squished-y) - var(--button--border-width));padding-inline:calc(var(--button--padding-squished-x) - var(--button--border-width))}.flow--button{outline-color:var(--focus--outline-color);outline-offset:var(--focus--outline-offset);outline-width:var(--focus--outline-width);outline-style:none}.flow--button[data-focused],.flow--button:focus{outline-style:none}.flow--button[data-focus-visible],.flow--button:focus-visible{outline-style:auto}.flow--button[data-focused]:not([data-focus-visible]):focus-visible{outline-style:none}.flow--button .flow--button--content{display:flex;column-gap:var(--button--text-to-icon-spacing);align-items:center;justify-content:center}.flow--button .flow--button--content,.flow--button .flow--button--state-icon{grid-area:content}.flow--button .flow--button--state-icon{color:var(--button--pending-icon-color);justify-self:center}.flow--button:where(:has(.flow--button--avatar)){padding:0;border-radius:var(--corner-radius--round)}.flow--button:where(:has(.flow--button--icon):not(:has(.flow--button--text))){padding:var(--button--padding)}.flow--button:where(:has(.flow--button--icon):not(:has(.flow--button--text))):where(.flow--button--outline){padding:calc(var(--button--padding) - var(--button--border-width))}.flow--button:where(:has(.flow--button--text) .flow--button--icon){margin-inline-start:var(--button--text-to-icon-spacing)}.flow--button .flow--button--counter-badge{position:absolute;top:calc(var(--size-px--xxs) * -1);right:calc(var(--size-px--xxs) * -1)}.flow--button.flow--button--is-succeeded .flow--button--state-icon{color:var(--button--succeeded-icon-color)}.flow--button.flow--button--is-failed .flow--button--state-icon{color:var(--button--failed-icon-color)}.flow--button.flow--button--is-pending .flow--button--content,.flow--button.flow--button--is-failed .flow--button--content,.flow--button.flow--button--is-succeeded .flow--button--content{opacity:0}.flow--button.flow--button--is-pending.flow--button--plain .flow--button--content:has(.flow--button--text),.flow--button.flow--button--is-failed.flow--button--plain .flow--button--content:has(.flow--button--text),.flow--button.flow--button--is-succeeded.flow--button--plain .flow--button--content:has(.flow--button--text){opacity:1}.flow--button:where(.flow--button--size-s){font-size:var(--button--font-size-s);line-height:var(--button--line-height-s);padding-block:var(--button--padding-s-squished-y);padding-inline:var(--button--padding-s-squished-x);column-gap:var(--button--text-to-icon-spacing-s)}.flow--button:where(.flow--button--size-s):where(.flow--button--outline){padding-block:calc(var(--button--padding-s-squished-y) - var(--button--border-width));padding-inline:calc(var(--button--padding-s-squished-x) - var(--button--border-width))}.flow--button:where(.flow--button--size-s):where(:has(.flow--button--icon):not(:has(.flow--button--text))){padding:var(--button--padding-s)}.flow--button:where(.flow--button--size-s):where(:has(.flow--button--icon):not(:has(.flow--button--text))):where(.flow--button--outline){padding:calc(var(--button--padding-s) - var(--button--border-width))}.flow--button:where(.flow--button--size-s) .flow--button--content{column-gap:var(--button--text-to-icon-spacing-s)}.flow--button:where(.flow--button--primary.flow--button--solid,.flow--button){background-color:var(--button--primary-solid-background-color--default);color:var(--button--primary-solid-content-color--default)}.flow--button:where(.flow--button--primary.flow--button--solid,.flow--button).flow--button--outline{border-color:var(--button--primary-solid-border-color--default)}.flow--button:where(.flow--button--primary.flow--button--solid,.flow--button):hover{background-color:var(--button--primary-solid-background-color--hover);color:var(--button--primary-solid-content-color--hover)}.flow--button:where(.flow--button--primary.flow--button--solid,.flow--button)[data-pressed]{background-color:var(--button--primary-solid-background-color--pressed);color:var(--button--primary-solid-content-color--pressed)}.flow--button:where(.flow--button--primary.flow--button--solid,.flow--button)[disabled],.flow--button:where(.flow--button--primary.flow--button--solid,.flow--button).flow--button--aria-disabled,.flow--button:where(.flow--button--primary.flow--button--solid,.flow--button).flow--button--is-pending,.flow--button:where(.flow--button--primary.flow--button--solid,.flow--button).flow--button--is-failed,.flow--button:where(.flow--button--primary.flow--button--solid,.flow--button).flow--button--is-succeeded{background-color:var(--button--primary-solid-background-color--disabled);color:var(--button--primary-solid-content-color--disabled)}.flow--button:where(.flow--button--primary.flow--button--solid,.flow--button)[disabled].flow--button--outline,.flow--button:where(.flow--button--primary.flow--button--solid,.flow--button).flow--button--aria-disabled.flow--button--outline,.flow--button:where(.flow--button--primary.flow--button--solid,.flow--button).flow--button--is-pending.flow--button--outline,.flow--button:where(.flow--button--primary.flow--button--solid,.flow--button).flow--button--is-failed.flow--button--outline,.flow--button:where(.flow--button--primary.flow--button--solid,.flow--button).flow--button--is-succeeded.flow--button--outline{border-color:var(--button--primary-solid-border-color--disabled)}.flow--button:where(.flow--button--accent.flow--button--solid,.flow--button--accent.flow--button){background-color:var(--button--accent-solid-background-color--default);color:var(--button--accent-solid-content-color--default)}.flow--button:where(.flow--button--accent.flow--button--solid,.flow--button--accent.flow--button).flow--button--outline{border-color:var(--button--accent-solid-border-color--default)}.flow--button:where(.flow--button--accent.flow--button--solid,.flow--button--accent.flow--button):hover{background-color:var(--button--accent-solid-background-color--hover);color:var(--button--accent-solid-content-color--hover)}.flow--button:where(.flow--button--accent.flow--button--solid,.flow--button--accent.flow--button)[data-pressed]{background-color:var(--button--accent-solid-background-color--pressed);color:var(--button--accent-solid-content-color--pressed)}.flow--button:where(.flow--button--accent.flow--button--solid,.flow--button--accent.flow--button)[disabled],.flow--button:where(.flow--button--accent.flow--button--solid,.flow--button--accent.flow--button).flow--button--aria-disabled,.flow--button:where(.flow--button--accent.flow--button--solid,.flow--button--accent.flow--button).flow--button--is-pending,.flow--button:where(.flow--button--accent.flow--button--solid,.flow--button--accent.flow--button).flow--button--is-failed,.flow--button:where(.flow--button--accent.flow--button--solid,.flow--button--accent.flow--button).flow--button--is-succeeded{background-color:var(--button--accent-solid-background-color--disabled);color:var(--button--accent-solid-content-color--disabled)}.flow--button:where(.flow--button--accent.flow--button--solid,.flow--button--accent.flow--button)[disabled].flow--button--outline,.flow--button:where(.flow--button--accent.flow--button--solid,.flow--button--accent.flow--button).flow--button--aria-disabled.flow--button--outline,.flow--button:where(.flow--button--accent.flow--button--solid,.flow--button--accent.flow--button).flow--button--is-pending.flow--button--outline,.flow--button:where(.flow--button--accent.flow--button--solid,.flow--button--accent.flow--button).flow--button--is-failed.flow--button--outline,.flow--button:where(.flow--button--accent.flow--button--solid,.flow--button--accent.flow--button).flow--button--is-succeeded.flow--button--outline{border-color:var(--button--accent-solid-border-color--disabled)}.flow--button:where(.flow--button--danger.flow--button--solid,.flow--button--danger.flow--button){background-color:var(--button--danger-solid-background-color--default);color:var(--button--danger-solid-content-color--default)}.flow--button:where(.flow--button--danger.flow--button--solid,.flow--button--danger.flow--button).flow--button--outline{border-color:var(--button--danger-solid-border-color--default)}.flow--button:where(.flow--button--danger.flow--button--solid,.flow--button--danger.flow--button):hover{background-color:var(--button--danger-solid-background-color--hover);color:var(--button--danger-solid-content-color--hover)}.flow--button:where(.flow--button--danger.flow--button--solid,.flow--button--danger.flow--button)[data-pressed]{background-color:var(--button--danger-solid-background-color--pressed);color:var(--button--danger-solid-content-color--pressed)}.flow--button:where(.flow--button--danger.flow--button--solid,.flow--button--danger.flow--button)[disabled],.flow--button:where(.flow--button--danger.flow--button--solid,.flow--button--danger.flow--button).flow--button--aria-disabled,.flow--button:where(.flow--button--danger.flow--button--solid,.flow--button--danger.flow--button).flow--button--is-pending,.flow--button:where(.flow--button--danger.flow--button--solid,.flow--button--danger.flow--button).flow--button--is-failed,.flow--button:where(.flow--button--danger.flow--button--solid,.flow--button--danger.flow--button).flow--button--is-succeeded{background-color:var(--button--danger-solid-background-color--disabled);color:var(--button--danger-solid-content-color--disabled)}.flow--button:where(.flow--button--danger.flow--button--solid,.flow--button--danger.flow--button)[disabled].flow--button--outline,.flow--button:where(.flow--button--danger.flow--button--solid,.flow--button--danger.flow--button).flow--button--aria-disabled.flow--button--outline,.flow--button:where(.flow--button--danger.flow--button--solid,.flow--button--danger.flow--button).flow--button--is-pending.flow--button--outline,.flow--button:where(.flow--button--danger.flow--button--solid,.flow--button--danger.flow--button).flow--button--is-failed.flow--button--outline,.flow--button:where(.flow--button--danger.flow--button--solid,.flow--button--danger.flow--button).flow--button--is-succeeded.flow--button--outline{border-color:var(--button--danger-solid-border-color--disabled)}.flow--button:where(.flow--button--secondary.flow--button--solid,.flow--button--secondary.flow--button){background-color:var(--button--secondary-solid-background-color--default);color:var(--button--secondary-solid-content-color--default)}.flow--button:where(.flow--button--secondary.flow--button--solid,.flow--button--secondary.flow--button).flow--button--outline{border-color:var(--button--secondary-solid-border-color--default)}.flow--button:where(.flow--button--secondary.flow--button--solid,.flow--button--secondary.flow--button):hover{background-color:var(--button--secondary-solid-background-color--hover);color:var(--button--secondary-solid-content-color--hover)}.flow--button:where(.flow--button--secondary.flow--button--solid,.flow--button--secondary.flow--button)[data-pressed]{background-color:var(--button--secondary-solid-background-color--pressed);color:var(--button--secondary-solid-content-color--pressed)}.flow--button:where(.flow--button--secondary.flow--button--solid,.flow--button--secondary.flow--button)[disabled],.flow--button:where(.flow--button--secondary.flow--button--solid,.flow--button--secondary.flow--button).flow--button--aria-disabled,.flow--button:where(.flow--button--secondary.flow--button--solid,.flow--button--secondary.flow--button).flow--button--is-pending,.flow--button:where(.flow--button--secondary.flow--button--solid,.flow--button--secondary.flow--button).flow--button--is-failed,.flow--button:where(.flow--button--secondary.flow--button--solid,.flow--button--secondary.flow--button).flow--button--is-succeeded{background-color:var(--button--secondary-solid-background-color--disabled);color:var(--button--secondary-solid-content-color--disabled)}.flow--button:where(.flow--button--secondary.flow--button--solid,.flow--button--secondary.flow--button)[disabled].flow--button--outline,.flow--button:where(.flow--button--secondary.flow--button--solid,.flow--button--secondary.flow--button).flow--button--aria-disabled.flow--button--outline,.flow--button:where(.flow--button--secondary.flow--button--solid,.flow--button--secondary.flow--button).flow--button--is-pending.flow--button--outline,.flow--button:where(.flow--button--secondary.flow--button--solid,.flow--button--secondary.flow--button).flow--button--is-failed.flow--button--outline,.flow--button:where(.flow--button--secondary.flow--button--solid,.flow--button--secondary.flow--button).flow--button--is-succeeded.flow--button--outline{border-color:var(--button--secondary-solid-border-color--disabled)}.flow--button:where(.flow--button--dark.flow--button--solid,.flow--button--dark.flow--button){background-color:var(--button--dark-solid-background-color--default);color:var(--button--dark-solid-content-color--default)}.flow--button:where(.flow--button--dark.flow--button--solid,.flow--button--dark.flow--button).flow--button--outline{border-color:var(--button--dark-solid-border-color--default)}.flow--button:where(.flow--button--dark.flow--button--solid,.flow--button--dark.flow--button):hover{background-color:var(--button--dark-solid-background-color--hover);color:var(--button--dark-solid-content-color--hover)}.flow--button:where(.flow--button--dark.flow--button--solid,.flow--button--dark.flow--button)[data-pressed]{background-color:var(--button--dark-solid-background-color--pressed);color:var(--button--dark-solid-content-color--pressed)}.flow--button:where(.flow--button--dark.flow--button--solid,.flow--button--dark.flow--button)[disabled],.flow--button:where(.flow--button--dark.flow--button--solid,.flow--button--dark.flow--button).flow--button--aria-disabled,.flow--button:where(.flow--button--dark.flow--button--solid,.flow--button--dark.flow--button).flow--button--is-pending,.flow--button:where(.flow--button--dark.flow--button--solid,.flow--button--dark.flow--button).flow--button--is-failed,.flow--button:where(.flow--button--dark.flow--button--solid,.flow--button--dark.flow--button).flow--button--is-succeeded{background-color:var(--button--dark-solid-background-color--disabled);color:var(--button--dark-solid-content-color--disabled)}.flow--button:where(.flow--button--dark.flow--button--solid,.flow--button--dark.flow--button)[disabled].flow--button--outline,.flow--button:where(.flow--button--dark.flow--button--solid,.flow--button--dark.flow--button).flow--button--aria-disabled.flow--button--outline,.flow--button:where(.flow--button--dark.flow--button--solid,.flow--button--dark.flow--button).flow--button--is-pending.flow--button--outline,.flow--button:where(.flow--button--dark.flow--button--solid,.flow--button--dark.flow--button).flow--button--is-failed.flow--button--outline,.flow--button:where(.flow--button--dark.flow--button--solid,.flow--button--dark.flow--button).flow--button--is-succeeded.flow--button--outline{border-color:var(--button--dark-solid-border-color--disabled)}.flow--button:where(.flow--button--light.flow--button--solid,.flow--button--light.flow--button){background-color:var(--button--light-solid-background-color--default);color:var(--button--light-solid-content-color--default)}.flow--button:where(.flow--button--light.flow--button--solid,.flow--button--light.flow--button).flow--button--outline{border-color:var(--button--light-solid-border-color--default)}.flow--button:where(.flow--button--light.flow--button--solid,.flow--button--light.flow--button):hover{background-color:var(--button--light-solid-background-color--hover);color:var(--button--light-solid-content-color--hover)}.flow--button:where(.flow--button--light.flow--button--solid,.flow--button--light.flow--button)[data-pressed]{background-color:var(--button--light-solid-background-color--pressed);color:var(--button--light-solid-content-color--pressed)}.flow--button:where(.flow--button--light.flow--button--solid,.flow--button--light.flow--button)[disabled],.flow--button:where(.flow--button--light.flow--button--solid,.flow--button--light.flow--button).flow--button--aria-disabled,.flow--button:where(.flow--button--light.flow--button--solid,.flow--button--light.flow--button).flow--button--is-pending,.flow--button:where(.flow--button--light.flow--button--solid,.flow--button--light.flow--button).flow--button--is-failed,.flow--button:where(.flow--button--light.flow--button--solid,.flow--button--light.flow--button).flow--button--is-succeeded{background-color:var(--button--light-solid-background-color--disabled);color:var(--button--light-solid-content-color--disabled)}.flow--button:where(.flow--button--light.flow--button--solid,.flow--button--light.flow--button)[disabled].flow--button--outline,.flow--button:where(.flow--button--light.flow--button--solid,.flow--button--light.flow--button).flow--button--aria-disabled.flow--button--outline,.flow--button:where(.flow--button--light.flow--button--solid,.flow--button--light.flow--button).flow--button--is-pending.flow--button--outline,.flow--button:where(.flow--button--light.flow--button--solid,.flow--button--light.flow--button).flow--button--is-failed.flow--button--outline,.flow--button:where(.flow--button--light.flow--button--solid,.flow--button--light.flow--button).flow--button--is-succeeded.flow--button--outline{border-color:var(--button--light-solid-border-color--disabled)}.flow--button:where(.flow--button--primary.flow--button--plain,.flow--button--plain.flow--button){background-color:var(--button--primary-plain-background-color--default);color:var(--button--primary-plain-content-color--default)}.flow--button:where(.flow--button--primary.flow--button--plain,.flow--button--plain.flow--button).flow--button--outline{border-color:var(--button--primary-plain-border-color--default)}.flow--button:where(.flow--button--primary.flow--button--plain,.flow--button--plain.flow--button):hover{background-color:var(--button--primary-plain-background-color--hover);color:var(--button--primary-plain-content-color--hover)}.flow--button:where(.flow--button--primary.flow--button--plain,.flow--button--plain.flow--button)[data-pressed]{background-color:var(--button--primary-plain-background-color--pressed);color:var(--button--primary-plain-content-color--pressed)}.flow--button:where(.flow--button--primary.flow--button--plain,.flow--button--plain.flow--button)[disabled],.flow--button:where(.flow--button--primary.flow--button--plain,.flow--button--plain.flow--button).flow--button--aria-disabled,.flow--button:where(.flow--button--primary.flow--button--plain,.flow--button--plain.flow--button).flow--button--is-pending,.flow--button:where(.flow--button--primary.flow--button--plain,.flow--button--plain.flow--button).flow--button--is-failed,.flow--button:where(.flow--button--primary.flow--button--plain,.flow--button--plain.flow--button).flow--button--is-succeeded{background-color:var(--button--primary-plain-background-color--disabled);color:var(--button--primary-plain-content-color--disabled)}.flow--button:where(.flow--button--primary.flow--button--plain,.flow--button--plain.flow--button)[disabled].flow--button--outline,.flow--button:where(.flow--button--primary.flow--button--plain,.flow--button--plain.flow--button).flow--button--aria-disabled.flow--button--outline,.flow--button:where(.flow--button--primary.flow--button--plain,.flow--button--plain.flow--button).flow--button--is-pending.flow--button--outline,.flow--button:where(.flow--button--primary.flow--button--plain,.flow--button--plain.flow--button).flow--button--is-failed.flow--button--outline,.flow--button:where(.flow--button--primary.flow--button--plain,.flow--button--plain.flow--button).flow--button--is-succeeded.flow--button--outline{border-color:var(--button--primary-plain-border-color--disabled)}.flow--button:where(.flow--button--accent.flow--button--plain){background-color:var(--button--accent-plain-background-color--default);color:var(--button--accent-plain-content-color--default)}.flow--button:where(.flow--button--accent.flow--button--plain).flow--button--outline{border-color:var(--button--accent-plain-border-color--default)}.flow--button:where(.flow--button--accent.flow--button--plain):hover{background-color:var(--button--accent-plain-background-color--hover);color:var(--button--accent-plain-content-color--hover)}.flow--button:where(.flow--button--accent.flow--button--plain)[data-pressed]{background-color:var(--button--accent-plain-background-color--pressed);color:var(--button--accent-plain-content-color--pressed)}.flow--button:where(.flow--button--accent.flow--button--plain)[disabled],.flow--button:where(.flow--button--accent.flow--button--plain).flow--button--aria-disabled,.flow--button:where(.flow--button--accent.flow--button--plain).flow--button--is-pending,.flow--button:where(.flow--button--accent.flow--button--plain).flow--button--is-failed,.flow--button:where(.flow--button--accent.flow--button--plain).flow--button--is-succeeded{background-color:var(--button--accent-plain-background-color--disabled);color:var(--button--accent-plain-content-color--disabled)}.flow--button:where(.flow--button--accent.flow--button--plain)[disabled].flow--button--outline,.flow--button:where(.flow--button--accent.flow--button--plain).flow--button--aria-disabled.flow--button--outline,.flow--button:where(.flow--button--accent.flow--button--plain).flow--button--is-pending.flow--button--outline,.flow--button:where(.flow--button--accent.flow--button--plain).flow--button--is-failed.flow--button--outline,.flow--button:where(.flow--button--accent.flow--button--plain).flow--button--is-succeeded.flow--button--outline{border-color:var(--button--accent-plain-border-color--disabled)}.flow--button:where(.flow--button--danger.flow--button--plain){background-color:var(--button--danger-plain-background-color--default);color:var(--button--danger-plain-content-color--default)}.flow--button:where(.flow--button--danger.flow--button--plain).flow--button--outline{border-color:var(--button--danger-plain-border-color--default)}.flow--button:where(.flow--button--danger.flow--button--plain):hover{background-color:var(--button--danger-plain-background-color--hover);color:var(--button--danger-plain-content-color--hover)}.flow--button:where(.flow--button--danger.flow--button--plain)[data-pressed]{background-color:var(--button--danger-plain-background-color--pressed);color:var(--button--danger-plain-content-color--pressed)}.flow--button:where(.flow--button--danger.flow--button--plain)[disabled],.flow--button:where(.flow--button--danger.flow--button--plain).flow--button--aria-disabled,.flow--button:where(.flow--button--danger.flow--button--plain).flow--button--is-pending,.flow--button:where(.flow--button--danger.flow--button--plain).flow--button--is-failed,.flow--button:where(.flow--button--danger.flow--button--plain).flow--button--is-succeeded{background-color:var(--button--danger-plain-background-color--disabled);color:var(--button--danger-plain-content-color--disabled)}.flow--button:where(.flow--button--danger.flow--button--plain)[disabled].flow--button--outline,.flow--button:where(.flow--button--danger.flow--button--plain).flow--button--aria-disabled.flow--button--outline,.flow--button:where(.flow--button--danger.flow--button--plain).flow--button--is-pending.flow--button--outline,.flow--button:where(.flow--button--danger.flow--button--plain).flow--button--is-failed.flow--button--outline,.flow--button:where(.flow--button--danger.flow--button--plain).flow--button--is-succeeded.flow--button--outline{border-color:var(--button--danger-plain-border-color--disabled)}.flow--button:where(.flow--button--secondary.flow--button--plain){background-color:var(--button--secondary-plain-background-color--default);color:var(--button--secondary-plain-content-color--default)}.flow--button:where(.flow--button--secondary.flow--button--plain).flow--button--outline{border-color:var(--button--secondary-plain-border-color--default)}.flow--button:where(.flow--button--secondary.flow--button--plain):hover{background-color:var(--button--secondary-plain-background-color--hover);color:var(--button--secondary-plain-content-color--hover)}.flow--button:where(.flow--button--secondary.flow--button--plain)[data-pressed]{background-color:var(--button--secondary-plain-background-color--pressed);color:var(--button--secondary-plain-content-color--pressed)}.flow--button:where(.flow--button--secondary.flow--button--plain)[disabled],.flow--button:where(.flow--button--secondary.flow--button--plain).flow--button--aria-disabled,.flow--button:where(.flow--button--secondary.flow--button--plain).flow--button--is-pending,.flow--button:where(.flow--button--secondary.flow--button--plain).flow--button--is-failed,.flow--button:where(.flow--button--secondary.flow--button--plain).flow--button--is-succeeded{background-color:var(--button--secondary-plain-background-color--disabled);color:var(--button--secondary-plain-content-color--disabled)}.flow--button:where(.flow--button--secondary.flow--button--plain)[disabled].flow--button--outline,.flow--button:where(.flow--button--secondary.flow--button--plain).flow--button--aria-disabled.flow--button--outline,.flow--button:where(.flow--button--secondary.flow--button--plain).flow--button--is-pending.flow--button--outline,.flow--button:where(.flow--button--secondary.flow--button--plain).flow--button--is-failed.flow--button--outline,.flow--button:where(.flow--button--secondary.flow--button--plain).flow--button--is-succeeded.flow--button--outline{border-color:var(--button--secondary-plain-border-color--disabled)}.flow--button:where(.flow--button--dark.flow--button--plain){background-color:var(--button--dark-plain-background-color--default);color:var(--button--dark-plain-content-color--default)}.flow--button:where(.flow--button--dark.flow--button--plain).flow--button--outline{border-color:var(--button--dark-plain-border-color--default)}.flow--button:where(.flow--button--dark.flow--button--plain):hover{background-color:var(--button--dark-plain-background-color--hover);color:var(--button--dark-plain-content-color--hover)}.flow--button:where(.flow--button--dark.flow--button--plain)[data-pressed]{background-color:var(--button--dark-plain-background-color--pressed);color:var(--button--dark-plain-content-color--pressed)}.flow--button:where(.flow--button--dark.flow--button--plain)[disabled],.flow--button:where(.flow--button--dark.flow--button--plain).flow--button--aria-disabled,.flow--button:where(.flow--button--dark.flow--button--plain).flow--button--is-pending,.flow--button:where(.flow--button--dark.flow--button--plain).flow--button--is-failed,.flow--button:where(.flow--button--dark.flow--button--plain).flow--button--is-succeeded{background-color:var(--button--dark-plain-background-color--disabled);color:var(--button--dark-plain-content-color--disabled)}.flow--button:where(.flow--button--dark.flow--button--plain)[disabled].flow--button--outline,.flow--button:where(.flow--button--dark.flow--button--plain).flow--button--aria-disabled.flow--button--outline,.flow--button:where(.flow--button--dark.flow--button--plain).flow--button--is-pending.flow--button--outline,.flow--button:where(.flow--button--dark.flow--button--plain).flow--button--is-failed.flow--button--outline,.flow--button:where(.flow--button--dark.flow--button--plain).flow--button--is-succeeded.flow--button--outline{border-color:var(--button--dark-plain-border-color--disabled)}.flow--button:where(.flow--button--light.flow--button--plain){background-color:var(--button--light-plain-background-color--default);color:var(--button--light-plain-content-color--default)}.flow--button:where(.flow--button--light.flow--button--plain).flow--button--outline{border-color:var(--button--light-plain-border-color--default)}.flow--button:where(.flow--button--light.flow--button--plain):hover{background-color:var(--button--light-plain-background-color--hover);color:var(--button--light-plain-content-color--hover)}.flow--button:where(.flow--button--light.flow--button--plain)[data-pressed]{background-color:var(--button--light-plain-background-color--pressed);color:var(--button--light-plain-content-color--pressed)}.flow--button:where(.flow--button--light.flow--button--plain)[disabled],.flow--button:where(.flow--button--light.flow--button--plain).flow--button--aria-disabled,.flow--button:where(.flow--button--light.flow--button--plain).flow--button--is-pending,.flow--button:where(.flow--button--light.flow--button--plain).flow--button--is-failed,.flow--button:where(.flow--button--light.flow--button--plain).flow--button--is-succeeded{background-color:var(--button--light-plain-background-color--disabled);color:var(--button--light-plain-content-color--disabled)}.flow--button:where(.flow--button--light.flow--button--plain)[disabled].flow--button--outline,.flow--button:where(.flow--button--light.flow--button--plain).flow--button--aria-disabled.flow--button--outline,.flow--button:where(.flow--button--light.flow--button--plain).flow--button--is-pending.flow--button--outline,.flow--button:where(.flow--button--light.flow--button--plain).flow--button--is-failed.flow--button--outline,.flow--button:where(.flow--button--light.flow--button--plain).flow--button--is-succeeded.flow--button--outline{border-color:var(--button--light-plain-border-color--disabled)}.flow--button:where(.flow--button--primary.flow--button--soft,.flow--button--soft.flow--button){background-color:var(--button--primary-soft-background-color--default);color:var(--button--primary-soft-content-color--default)}.flow--button:where(.flow--button--primary.flow--button--soft,.flow--button--soft.flow--button).flow--button--outline{border-color:var(--button--primary-soft-border-color--default)}.flow--button:where(.flow--button--primary.flow--button--soft,.flow--button--soft.flow--button):hover{background-color:var(--button--primary-soft-background-color--hover);color:var(--button--primary-soft-content-color--hover)}.flow--button:where(.flow--button--primary.flow--button--soft,.flow--button--soft.flow--button)[data-pressed]{background-color:var(--button--primary-soft-background-color--pressed);color:var(--button--primary-soft-content-color--pressed)}.flow--button:where(.flow--button--primary.flow--button--soft,.flow--button--soft.flow--button)[disabled],.flow--button:where(.flow--button--primary.flow--button--soft,.flow--button--soft.flow--button).flow--button--aria-disabled,.flow--button:where(.flow--button--primary.flow--button--soft,.flow--button--soft.flow--button).flow--button--is-pending,.flow--button:where(.flow--button--primary.flow--button--soft,.flow--button--soft.flow--button).flow--button--is-failed,.flow--button:where(.flow--button--primary.flow--button--soft,.flow--button--soft.flow--button).flow--button--is-succeeded{background-color:var(--button--primary-soft-background-color--disabled);color:var(--button--primary-soft-content-color--disabled)}.flow--button:where(.flow--button--primary.flow--button--soft,.flow--button--soft.flow--button)[disabled].flow--button--outline,.flow--button:where(.flow--button--primary.flow--button--soft,.flow--button--soft.flow--button).flow--button--aria-disabled.flow--button--outline,.flow--button:where(.flow--button--primary.flow--button--soft,.flow--button--soft.flow--button).flow--button--is-pending.flow--button--outline,.flow--button:where(.flow--button--primary.flow--button--soft,.flow--button--soft.flow--button).flow--button--is-failed.flow--button--outline,.flow--button:where(.flow--button--primary.flow--button--soft,.flow--button--soft.flow--button).flow--button--is-succeeded.flow--button--outline{border-color:var(--button--primary-soft-border-color--disabled)}.flow--button:where(.flow--button--accent.flow--button--soft){background-color:var(--button--accent-soft-background-color--default);color:var(--button--accent-soft-content-color--default)}.flow--button:where(.flow--button--accent.flow--button--soft).flow--button--outline{border-color:var(--button--accent-soft-border-color--default)}.flow--button:where(.flow--button--accent.flow--button--soft):hover{background-color:var(--button--accent-soft-background-color--hover);color:var(--button--accent-soft-content-color--hover)}.flow--button:where(.flow--button--accent.flow--button--soft)[data-pressed]{background-color:var(--button--accent-soft-background-color--pressed);color:var(--button--accent-soft-content-color--pressed)}.flow--button:where(.flow--button--accent.flow--button--soft)[disabled],.flow--button:where(.flow--button--accent.flow--button--soft).flow--button--aria-disabled,.flow--button:where(.flow--button--accent.flow--button--soft).flow--button--is-pending,.flow--button:where(.flow--button--accent.flow--button--soft).flow--button--is-failed,.flow--button:where(.flow--button--accent.flow--button--soft).flow--button--is-succeeded{background-color:var(--button--accent-soft-background-color--disabled);color:var(--button--accent-soft-content-color--disabled)}.flow--button:where(.flow--button--accent.flow--button--soft)[disabled].flow--button--outline,.flow--button:where(.flow--button--accent.flow--button--soft).flow--button--aria-disabled.flow--button--outline,.flow--button:where(.flow--button--accent.flow--button--soft).flow--button--is-pending.flow--button--outline,.flow--button:where(.flow--button--accent.flow--button--soft).flow--button--is-failed.flow--button--outline,.flow--button:where(.flow--button--accent.flow--button--soft).flow--button--is-succeeded.flow--button--outline{border-color:var(--button--accent-soft-border-color--disabled)}.flow--button:where(.flow--button--danger.flow--button--soft){background-color:var(--button--danger-soft-background-color--default);color:var(--button--danger-soft-content-color--default)}.flow--button:where(.flow--button--danger.flow--button--soft).flow--button--outline{border-color:var(--button--danger-soft-border-color--default)}.flow--button:where(.flow--button--danger.flow--button--soft):hover{background-color:var(--button--danger-soft-background-color--hover);color:var(--button--danger-soft-content-color--hover)}.flow--button:where(.flow--button--danger.flow--button--soft)[data-pressed]{background-color:var(--button--danger-soft-background-color--pressed);color:var(--button--danger-soft-content-color--pressed)}.flow--button:where(.flow--button--danger.flow--button--soft)[disabled],.flow--button:where(.flow--button--danger.flow--button--soft).flow--button--aria-disabled,.flow--button:where(.flow--button--danger.flow--button--soft).flow--button--is-pending,.flow--button:where(.flow--button--danger.flow--button--soft).flow--button--is-failed,.flow--button:where(.flow--button--danger.flow--button--soft).flow--button--is-succeeded{background-color:var(--button--danger-soft-background-color--disabled);color:var(--button--danger-soft-content-color--disabled)}.flow--button:where(.flow--button--danger.flow--button--soft)[disabled].flow--button--outline,.flow--button:where(.flow--button--danger.flow--button--soft).flow--button--aria-disabled.flow--button--outline,.flow--button:where(.flow--button--danger.flow--button--soft).flow--button--is-pending.flow--button--outline,.flow--button:where(.flow--button--danger.flow--button--soft).flow--button--is-failed.flow--button--outline,.flow--button:where(.flow--button--danger.flow--button--soft).flow--button--is-succeeded.flow--button--outline{border-color:var(--button--danger-soft-border-color--disabled)}.flow--button:where(.flow--button--secondary.flow--button--soft){background-color:var(--button--secondary-soft-background-color--default);color:var(--button--secondary-soft-content-color--default)}.flow--button:where(.flow--button--secondary.flow--button--soft).flow--button--outline{border-color:var(--button--secondary-soft-border-color--default)}.flow--button:where(.flow--button--secondary.flow--button--soft):hover{background-color:var(--button--secondary-soft-background-color--hover);color:var(--button--secondary-soft-content-color--hover)}.flow--button:where(.flow--button--secondary.flow--button--soft)[data-pressed]{background-color:var(--button--secondary-soft-background-color--pressed);color:var(--button--secondary-soft-content-color--pressed)}.flow--button:where(.flow--button--secondary.flow--button--soft)[disabled],.flow--button:where(.flow--button--secondary.flow--button--soft).flow--button--aria-disabled,.flow--button:where(.flow--button--secondary.flow--button--soft).flow--button--is-pending,.flow--button:where(.flow--button--secondary.flow--button--soft).flow--button--is-failed,.flow--button:where(.flow--button--secondary.flow--button--soft).flow--button--is-succeeded{background-color:var(--button--secondary-soft-background-color--disabled);color:var(--button--secondary-soft-content-color--disabled)}.flow--button:where(.flow--button--secondary.flow--button--soft)[disabled].flow--button--outline,.flow--button:where(.flow--button--secondary.flow--button--soft).flow--button--aria-disabled.flow--button--outline,.flow--button:where(.flow--button--secondary.flow--button--soft).flow--button--is-pending.flow--button--outline,.flow--button:where(.flow--button--secondary.flow--button--soft).flow--button--is-failed.flow--button--outline,.flow--button:where(.flow--button--secondary.flow--button--soft).flow--button--is-succeeded.flow--button--outline{border-color:var(--button--secondary-soft-border-color--disabled)}.flow--button:where(.flow--button--dark.flow--button--soft){background-color:var(--button--dark-soft-background-color--default);color:var(--button--dark-soft-content-color--default)}.flow--button:where(.flow--button--dark.flow--button--soft).flow--button--outline{border-color:var(--button--dark-soft-border-color--default)}.flow--button:where(.flow--button--dark.flow--button--soft):hover{background-color:var(--button--dark-soft-background-color--hover);color:var(--button--dark-soft-content-color--hover)}.flow--button:where(.flow--button--dark.flow--button--soft)[data-pressed]{background-color:var(--button--dark-soft-background-color--pressed);color:var(--button--dark-soft-content-color--pressed)}.flow--button:where(.flow--button--dark.flow--button--soft)[disabled],.flow--button:where(.flow--button--dark.flow--button--soft).flow--button--aria-disabled,.flow--button:where(.flow--button--dark.flow--button--soft).flow--button--is-pending,.flow--button:where(.flow--button--dark.flow--button--soft).flow--button--is-failed,.flow--button:where(.flow--button--dark.flow--button--soft).flow--button--is-succeeded{background-color:var(--button--dark-soft-background-color--disabled);color:var(--button--dark-soft-content-color--disabled)}.flow--button:where(.flow--button--dark.flow--button--soft)[disabled].flow--button--outline,.flow--button:where(.flow--button--dark.flow--button--soft).flow--button--aria-disabled.flow--button--outline,.flow--button:where(.flow--button--dark.flow--button--soft).flow--button--is-pending.flow--button--outline,.flow--button:where(.flow--button--dark.flow--button--soft).flow--button--is-failed.flow--button--outline,.flow--button:where(.flow--button--dark.flow--button--soft).flow--button--is-succeeded.flow--button--outline{border-color:var(--button--dark-soft-border-color--disabled)}.flow--button:where(.flow--button--light.flow--button--soft){background-color:var(--button--light-soft-background-color--default);color:var(--button--light-soft-content-color--default)}.flow--button:where(.flow--button--light.flow--button--soft).flow--button--outline{border-color:var(--button--light-soft-border-color--default)}.flow--button:where(.flow--button--light.flow--button--soft):hover{background-color:var(--button--light-soft-background-color--hover);color:var(--button--light-soft-content-color--hover)}.flow--button:where(.flow--button--light.flow--button--soft)[data-pressed]{background-color:var(--button--light-soft-background-color--pressed);color:var(--button--light-soft-content-color--pressed)}.flow--button:where(.flow--button--light.flow--button--soft)[disabled],.flow--button:where(.flow--button--light.flow--button--soft).flow--button--aria-disabled,.flow--button:where(.flow--button--light.flow--button--soft).flow--button--is-pending,.flow--button:where(.flow--button--light.flow--button--soft).flow--button--is-failed,.flow--button:where(.flow--button--light.flow--button--soft).flow--button--is-succeeded{background-color:var(--button--light-soft-background-color--disabled);color:var(--button--light-soft-content-color--disabled)}.flow--button:where(.flow--button--light.flow--button--soft)[disabled].flow--button--outline,.flow--button:where(.flow--button--light.flow--button--soft).flow--button--aria-disabled.flow--button--outline,.flow--button:where(.flow--button--light.flow--button--soft).flow--button--is-pending.flow--button--outline,.flow--button:where(.flow--button--light.flow--button--soft).flow--button--is-failed.flow--button--outline,.flow--button:where(.flow--button--light.flow--button--soft).flow--button--is-succeeded.flow--button--outline{border-color:var(--button--light-soft-border-color--disabled)}.flow--button:where(.flow--button--primary.flow--button--outline,.flow--button--outline.flow--button){background-color:var(--button--primary-outline-background-color--default);color:var(--button--primary-outline-content-color--default)}.flow--button:where(.flow--button--primary.flow--button--outline,.flow--button--outline.flow--button).flow--button--outline{border-color:var(--button--primary-outline-border-color--default)}.flow--button:where(.flow--button--primary.flow--button--outline,.flow--button--outline.flow--button):hover{background-color:var(--button--primary-outline-background-color--hover);color:var(--button--primary-outline-content-color--hover)}.flow--button:where(.flow--button--primary.flow--button--outline,.flow--button--outline.flow--button)[data-pressed]{background-color:var(--button--primary-outline-background-color--pressed);color:var(--button--primary-outline-content-color--pressed)}.flow--button:where(.flow--button--primary.flow--button--outline,.flow--button--outline.flow--button)[disabled],.flow--button:where(.flow--button--primary.flow--button--outline,.flow--button--outline.flow--button).flow--button--aria-disabled,.flow--button:where(.flow--button--primary.flow--button--outline,.flow--button--outline.flow--button).flow--button--is-pending,.flow--button:where(.flow--button--primary.flow--button--outline,.flow--button--outline.flow--button).flow--button--is-failed,.flow--button:where(.flow--button--primary.flow--button--outline,.flow--button--outline.flow--button).flow--button--is-succeeded{background-color:var(--button--primary-outline-background-color--disabled);color:var(--button--primary-outline-content-color--disabled)}.flow--button:where(.flow--button--primary.flow--button--outline,.flow--button--outline.flow--button)[disabled].flow--button--outline,.flow--button:where(.flow--button--primary.flow--button--outline,.flow--button--outline.flow--button).flow--button--aria-disabled.flow--button--outline,.flow--button:where(.flow--button--primary.flow--button--outline,.flow--button--outline.flow--button).flow--button--is-pending.flow--button--outline,.flow--button:where(.flow--button--primary.flow--button--outline,.flow--button--outline.flow--button).flow--button--is-failed.flow--button--outline,.flow--button:where(.flow--button--primary.flow--button--outline,.flow--button--outline.flow--button).flow--button--is-succeeded.flow--button--outline{border-color:var(--button--primary-outline-border-color--disabled)}.flow--button:where(.flow--button--accent.flow--button--outline){background-color:var(--button--accent-outline-background-color--default);color:var(--button--accent-outline-content-color--default)}.flow--button:where(.flow--button--accent.flow--button--outline).flow--button--outline{border-color:var(--button--accent-outline-border-color--default)}.flow--button:where(.flow--button--accent.flow--button--outline):hover{background-color:var(--button--accent-outline-background-color--hover);color:var(--button--accent-outline-content-color--hover)}.flow--button:where(.flow--button--accent.flow--button--outline)[data-pressed]{background-color:var(--button--accent-outline-background-color--pressed);color:var(--button--accent-outline-content-color--pressed)}.flow--button:where(.flow--button--accent.flow--button--outline)[disabled],.flow--button:where(.flow--button--accent.flow--button--outline).flow--button--aria-disabled,.flow--button:where(.flow--button--accent.flow--button--outline).flow--button--is-pending,.flow--button:where(.flow--button--accent.flow--button--outline).flow--button--is-failed,.flow--button:where(.flow--button--accent.flow--button--outline).flow--button--is-succeeded{background-color:var(--button--accent-outline-background-color--disabled);color:var(--button--accent-outline-content-color--disabled)}.flow--button:where(.flow--button--accent.flow--button--outline)[disabled].flow--button--outline,.flow--button:where(.flow--button--accent.flow--button--outline).flow--button--aria-disabled.flow--button--outline,.flow--button:where(.flow--button--accent.flow--button--outline).flow--button--is-pending.flow--button--outline,.flow--button:where(.flow--button--accent.flow--button--outline).flow--button--is-failed.flow--button--outline,.flow--button:where(.flow--button--accent.flow--button--outline).flow--button--is-succeeded.flow--button--outline{border-color:var(--button--accent-outline-border-color--disabled)}.flow--button:where(.flow--button--danger.flow--button--outline){background-color:var(--button--danger-outline-background-color--default);color:var(--button--danger-outline-content-color--default)}.flow--button:where(.flow--button--danger.flow--button--outline).flow--button--outline{border-color:var(--button--danger-outline-border-color--default)}.flow--button:where(.flow--button--danger.flow--button--outline):hover{background-color:var(--button--danger-outline-background-color--hover);color:var(--button--danger-outline-content-color--hover)}.flow--button:where(.flow--button--danger.flow--button--outline)[data-pressed]{background-color:var(--button--danger-outline-background-color--pressed);color:var(--button--danger-outline-content-color--pressed)}.flow--button:where(.flow--button--danger.flow--button--outline)[disabled],.flow--button:where(.flow--button--danger.flow--button--outline).flow--button--aria-disabled,.flow--button:where(.flow--button--danger.flow--button--outline).flow--button--is-pending,.flow--button:where(.flow--button--danger.flow--button--outline).flow--button--is-failed,.flow--button:where(.flow--button--danger.flow--button--outline).flow--button--is-succeeded{background-color:var(--button--danger-outline-background-color--disabled);color:var(--button--danger-outline-content-color--disabled)}.flow--button:where(.flow--button--danger.flow--button--outline)[disabled].flow--button--outline,.flow--button:where(.flow--button--danger.flow--button--outline).flow--button--aria-disabled.flow--button--outline,.flow--button:where(.flow--button--danger.flow--button--outline).flow--button--is-pending.flow--button--outline,.flow--button:where(.flow--button--danger.flow--button--outline).flow--button--is-failed.flow--button--outline,.flow--button:where(.flow--button--danger.flow--button--outline).flow--button--is-succeeded.flow--button--outline{border-color:var(--button--danger-outline-border-color--disabled)}.flow--button:where(.flow--button--secondary.flow--button--outline){background-color:var(--button--secondary-outline-background-color--default);color:var(--button--secondary-outline-content-color--default)}.flow--button:where(.flow--button--secondary.flow--button--outline).flow--button--outline{border-color:var(--button--secondary-outline-border-color--default)}.flow--button:where(.flow--button--secondary.flow--button--outline):hover{background-color:var(--button--secondary-outline-background-color--hover);color:var(--button--secondary-outline-content-color--hover)}.flow--button:where(.flow--button--secondary.flow--button--outline)[data-pressed]{background-color:var(--button--secondary-outline-background-color--pressed);color:var(--button--secondary-outline-content-color--pressed)}.flow--button:where(.flow--button--secondary.flow--button--outline)[disabled],.flow--button:where(.flow--button--secondary.flow--button--outline).flow--button--aria-disabled,.flow--button:where(.flow--button--secondary.flow--button--outline).flow--button--is-pending,.flow--button:where(.flow--button--secondary.flow--button--outline).flow--button--is-failed,.flow--button:where(.flow--button--secondary.flow--button--outline).flow--button--is-succeeded{background-color:var(--button--secondary-outline-background-color--disabled);color:var(--button--secondary-outline-content-color--disabled)}.flow--button:where(.flow--button--secondary.flow--button--outline)[disabled].flow--button--outline,.flow--button:where(.flow--button--secondary.flow--button--outline).flow--button--aria-disabled.flow--button--outline,.flow--button:where(.flow--button--secondary.flow--button--outline).flow--button--is-pending.flow--button--outline,.flow--button:where(.flow--button--secondary.flow--button--outline).flow--button--is-failed.flow--button--outline,.flow--button:where(.flow--button--secondary.flow--button--outline).flow--button--is-succeeded.flow--button--outline{border-color:var(--button--secondary-outline-border-color--disabled)}.flow--button:where(.flow--button--dark.flow--button--outline){background-color:var(--button--dark-outline-background-color--default);color:var(--button--dark-outline-content-color--default)}.flow--button:where(.flow--button--dark.flow--button--outline).flow--button--outline{border-color:var(--button--dark-outline-border-color--default)}.flow--button:where(.flow--button--dark.flow--button--outline):hover{background-color:var(--button--dark-outline-background-color--hover);color:var(--button--dark-outline-content-color--hover)}.flow--button:where(.flow--button--dark.flow--button--outline)[data-pressed]{background-color:var(--button--dark-outline-background-color--pressed);color:var(--button--dark-outline-content-color--pressed)}.flow--button:where(.flow--button--dark.flow--button--outline)[disabled],.flow--button:where(.flow--button--dark.flow--button--outline).flow--button--aria-disabled,.flow--button:where(.flow--button--dark.flow--button--outline).flow--button--is-pending,.flow--button:where(.flow--button--dark.flow--button--outline).flow--button--is-failed,.flow--button:where(.flow--button--dark.flow--button--outline).flow--button--is-succeeded{background-color:var(--button--dark-outline-background-color--disabled);color:var(--button--dark-outline-content-color--disabled)}.flow--button:where(.flow--button--dark.flow--button--outline)[disabled].flow--button--outline,.flow--button:where(.flow--button--dark.flow--button--outline).flow--button--aria-disabled.flow--button--outline,.flow--button:where(.flow--button--dark.flow--button--outline).flow--button--is-pending.flow--button--outline,.flow--button:where(.flow--button--dark.flow--button--outline).flow--button--is-failed.flow--button--outline,.flow--button:where(.flow--button--dark.flow--button--outline).flow--button--is-succeeded.flow--button--outline{border-color:var(--button--dark-outline-border-color--disabled)}.flow--button:where(.flow--button--light.flow--button--outline){background-color:var(--button--light-outline-background-color--default);color:var(--button--light-outline-content-color--default)}.flow--button:where(.flow--button--light.flow--button--outline).flow--button--outline{border-color:var(--button--light-outline-border-color--default)}.flow--button:where(.flow--button--light.flow--button--outline):hover{background-color:var(--button--light-outline-background-color--hover);color:var(--button--light-outline-content-color--hover)}.flow--button:where(.flow--button--light.flow--button--outline)[data-pressed]{background-color:var(--button--light-outline-background-color--pressed);color:var(--button--light-outline-content-color--pressed)}.flow--button:where(.flow--button--light.flow--button--outline)[disabled],.flow--button:where(.flow--button--light.flow--button--outline).flow--button--aria-disabled,.flow--button:where(.flow--button--light.flow--button--outline).flow--button--is-pending,.flow--button:where(.flow--button--light.flow--button--outline).flow--button--is-failed,.flow--button:where(.flow--button--light.flow--button--outline).flow--button--is-succeeded{background-color:var(--button--light-outline-background-color--disabled);color:var(--button--light-outline-content-color--disabled)}.flow--button:where(.flow--button--light.flow--button--outline)[disabled].flow--button--outline,.flow--button:where(.flow--button--light.flow--button--outline).flow--button--aria-disabled.flow--button--outline,.flow--button:where(.flow--button--light.flow--button--outline).flow--button--is-pending.flow--button--outline,.flow--button:where(.flow--button--light.flow--button--outline).flow--button--is-failed.flow--button--outline,.flow--button:where(.flow--button--light.flow--button--outline).flow--button--is-succeeded.flow--button--outline{border-color:var(--button--light-outline-border-color--disabled)}
@@ -0,0 +1 @@
1
+ .flow--calendar header{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--calendar--header-to-day-spacing)}.flow--calendar header h2{font-size:var(--calendar--heading-font-size)}.flow--calendar .react-aria-CalendarHeaderCell{font-size:var(--calendar--day-font-size)}.flow--calendar table{border-spacing:var(--calendar--cell-spacing)}.flow--calendar .react-aria-CalendarCell{width:var(--calendar--cell-size);height:var(--calendar--cell-size);display:inline-flex;align-items:center;justify-content:center;cursor:default;border-radius:var(--calendar--cell-corner-radius);font-size:var(--font-size--s)}.flow--calendar .react-aria-CalendarCell[data-outside-month]{display:none}.flow--calendar .react-aria-CalendarCell:hover{background:var(--calendar--day-background-color--hover)}.flow--calendar .react-aria-CalendarCell[data-pressed]{background:var(--calendar--day-background-color--pressed)}.flow--calendar .react-aria-CalendarCell[data-selected]{background:var(--calendar--day-background-color--selected);color:var(--calendar--day-content-color--selected)}.flow--calendar .react-aria-CalendarCell[data-disabled]{background:var(--calendar--day-background-color--disabled);color:var(--calendar--day-content-color--disabled)}.flow--calendar .react-aria-CalendarCell{outline-color:var(--focus--outline-color);outline-offset:var(--focus--outline-offset);outline-width:var(--focus--outline-width);outline-style:none}.flow--calendar .react-aria-CalendarCell[data-focused],.flow--calendar .react-aria-CalendarCell:focus{outline-style:none}.flow--calendar .react-aria-CalendarCell[data-focus-visible],.flow--calendar .react-aria-CalendarCell:focus-visible{outline-style:auto}.flow--calendar .react-aria-CalendarCell[data-focused]:not([data-focus-visible]):focus-visible{outline-style:none}.flow--calendar.flow--calendar--range .react-aria-CalendarCell{position:relative;isolation:isolate}.flow--calendar.flow--calendar--range .react-aria-CalendarCell[data-selected]:before{content:"";background:var(--calendar--day-range-background-color);width:calc(100% + .375rem);height:100%;position:absolute;z-index:-1}.flow--calendar.flow--calendar--range .react-aria-CalendarCell[data-selected]:after{content:"";width:100%;height:100%;position:absolute;z-index:-1;border-radius:var(--calendar--cell-corner-radius)}.flow--calendar.flow--calendar--range .react-aria-CalendarCell[data-selected]:hover:after{background:var(--calendar--day-background-color--hover)}.flow--calendar.flow--calendar--range .react-aria-CalendarCell[data-selected][data-pressed]:after{background:var(--calendar--day-background-color--pressed)}.flow--calendar.flow--calendar--range .react-aria-CalendarCell[data-selected][data-selection-start]:after,.flow--calendar.flow--calendar--range .react-aria-CalendarCell[data-selected][data-selection-end]:after{background:var(--calendar--day-background-color--selected)}.flow--calendar.flow--calendar--range .react-aria-CalendarCell[data-selected][data-selection-start]:before{border-top-left-radius:var(--calendar--cell-corner-radius);border-bottom-left-radius:var(--calendar--cell-corner-radius);left:0}.flow--calendar.flow--calendar--range .react-aria-CalendarCell[data-selected][data-selection-end]:before{border-top-right-radius:var(--calendar--cell-corner-radius);border-bottom-right-radius:var(--calendar--cell-corner-radius);right:0}.flow--calendar.flow--calendar--range .react-aria-CalendarCell[data-selected]:not([data-selection-start]):not([data-selection-end]){color:var(--content--color--default);background:none}.flow--calendar.flow--calendar--range .react-aria-CalendarCell[data-selected][data-selection-start][data-selection-end]:before{display:none}
@@ -0,0 +1 @@
1
+ .flow--checkbox{display:grid;column-gap:var(--checkbox--icon-to-text-spacing);grid-template-columns:auto 1fr;width:fit-content;border-radius:var(--corner-radius--default)}.flow--checkbox{outline-color:var(--focus--outline-color);outline-offset:var(--focus--outline-offset);outline-width:var(--focus--outline-width);outline-style:none}.flow--checkbox[data-focused],.flow--checkbox:focus{outline-style:none}.flow--checkbox[data-focus-visible],.flow--checkbox:focus-visible{outline-style:auto}.flow--checkbox[data-focused]:not([data-focus-visible]):focus-visible{outline-style:none}.flow--checkbox .flow--checkbox--icon{color:var(--radio--icon-color--default)}.flow--checkbox[data-selected] .flow--checkbox--icon,.flow--checkbox[data-indeterminate] .flow--checkbox--icon{color:var(--checkbox--icon-color--selected)}.flow--checkbox[data-disabled]{color:var(--checkbox--color--disabled)}.flow--checkbox[data-disabled] .flow--checkbox--icon{color:var(--checkbox--icon-color--disabled)}
@@ -0,0 +1 @@
1
+ .flow--checkbox-button{display:grid;row-gap:var(--checkbox-button--text-to-text-spacing);column-gap:var(--checkbox-button--icon-to-text-spacing);grid-template-areas:"icon label";grid-template-columns:auto 1fr;width:fit-content;border-width:var(--form-control--border-width);border-style:var(--form-control--border-style);border-radius:var(--form-control--corner-radius);padding-block:calc(var(--form-control--padding-y) - var(--form-control--border-width));padding-inline:var(--form-control--padding-x);color:var(--form-control--content-color--default);border-color:var(--form-control--border-color--default);background-color:var(--form-control--background-color--default);transition-property:color,background-color,border-color;transition-duration:var(--transition--duration--default);order:2}.flow--checkbox-button::placeholder{color:var(--form-control--placeholder-color--default)}.flow--checkbox-button:hover{background-color:var(--form-control--background-color--hover)}.flow--checkbox-button[data-invalid]{border-color:var(--form-control--border-color--invalid);background-color:var(--form-control--background-color--invalid)}.flow--checkbox-button:focus-within{border-color:var(--form-control--border-color--focused);background-color:var(--form-control--background-color--focused)}.flow--checkbox-button:focus-visible,.flow--checkbox-button:focus{outline:none}.flow--checkbox-button[data-selected]{color:var(--form-control--content-color--selected);border-color:var(--form-control--border-color--selected);background-color:var(--form-control--background-color--selected)}.flow--checkbox-button:disabled,.flow--checkbox-button[data-disabled],[aria-disabled] .flow--checkbox-button{color:var(--form-control--content-color--disabled);border-color:var(--form-control--border-color--disabled);background-color:var(--form-control--background-color--disabled)}.flow--checkbox-button:disabled::placeholder,.flow--checkbox-button[data-disabled]::placeholder,[aria-disabled] .flow--checkbox-button::placeholder{color:var(--form-control--placeholder-color--disabled)}.flow--checkbox-button .flow--checkbox-button--label{grid-area:label}.flow--checkbox-button .flow--checkbox-button--content{grid-area:content}.flow--checkbox-button:has(.flow--checkbox-button--content){grid-template-areas:"icon label" ". content";grid-template-rows:auto 1fr}.flow--checkbox-button:has(.flow--checkbox-button--content) .flow--checkbox-button--label{font-weight:var(--checkbox-button--label-font-weight-with-content)}.flow--checkbox-button:focus-within:not([data-selected]):not([data-focus-visible]){border-color:var(--form-control--border-color--default)}.flow--checkbox-button[data-invalid]:not([data-selected]){border-color:var(--form-control--border-color--invalid);background-color:var(--form-control--background-color--invalid)}
@@ -0,0 +1 @@
1
+ .flow--checkbox-group{order:2;display:flex;flex-direction:column;row-gap:var(--checkbox-group--checkbox-to-checkbox-spacing)}
@@ -0,0 +1 @@
1
+ .flow--code-block{display:flex;align-items:flex-start;justify-content:space-between;border-radius:var(--code-block--corner-radius);padding:var(--code-block--padding);column-gap:var(--code-block--code-to-button-spacing);font-size:var(--code-block--font-size);font-family:FiraCode,"monospace";overflow-x:auto;max-width:100%}.flow--code-block>pre>code{text-shadow:none}.flow--code-block:where(.flow--code-block--default){color:var(--code-block--default-content-color);background-color:var(--code-block--default-background-color)}.flow--code-block:where(.flow--code-block--default) .hljs-subst{color:var(--code-block--default-content-color)}.flow--code-block:where(.flow--code-block--default) .hljs-addition{color:var(--code-block--default-syntax-color-addition)}.flow--code-block:where(.flow--code-block--default) .hljs-built_in{color:var(--code-block--default-syntax-color-built-in)}.flow--code-block:where(.flow--code-block--default) .hljs-bullet{color:var(--code-block--default-syntax-color-bullet)}.flow--code-block:where(.flow--code-block--default) .hljs-code{color:var(--code-block--default-syntax-color-code)}.flow--code-block:where(.flow--code-block--default) .hljs-comment{color:var(--code-block--default-syntax-color-comment)}.flow--code-block:where(.flow--code-block--default) .hljs-deletion{color:var(--code-block--default-syntax-color-deletion)}.flow--code-block:where(.flow--code-block--default) .hljs-link{color:var(--code-block--default-syntax-color-link)}.flow--code-block:where(.flow--code-block--default) .hljs-literal{color:var(--code-block--default-syntax-color-literal)}.flow--code-block:where(.flow--code-block--default) .hljs-meta{color:var(--code-block--default-syntax-color-meta)}.flow--code-block:where(.flow--code-block--default) .hljs-meta-string{color:var(--code-block--default-syntax-color-meta-string)}.flow--code-block:where(.flow--code-block--default) .hljs-number{color:var(--code-block--default-syntax-color-number)}.flow--code-block:where(.flow--code-block--default) .hljs-quote{color:var(--code-block--default-syntax-color-quote)}.flow--code-block:where(.flow--code-block--default) .hljs-regexp{color:var(--code-block--default-syntax-color-regexp)}.flow--code-block:where(.flow--code-block--default) .hljs-section{color:var(--code-block--default-syntax-color-section)}.flow--code-block:where(.flow--code-block--default) .hljs-selector-attr{color:var(--code-block--default-syntax-color-selector-attr)}.flow--code-block:where(.flow--code-block--default) .hljs-selector-class{color:var(--code-block--default-syntax-color-selector-class)}.flow--code-block:where(.flow--code-block--default) .hljs-selector-id{color:var(--code-block--default-syntax-color-selector-id)}.flow--code-block:where(.flow--code-block--default) .hljs-selector-pseudo{color:var(--code-block--default-syntax-color-selector-pseudo)}.flow--code-block:where(.flow--code-block--default) .hljs-string{color:var(--code-block--default-syntax-color-string)}.flow--code-block:where(.flow--code-block--default) .hljs-symbol{color:var(--code-block--default-syntax-color-symbol)}.flow--code-block:where(.flow--code-block--default) .hljs-template-tag{color:var(--code-block--default-syntax-color-template-tag)}.flow--code-block:where(.flow--code-block--default) .hljs-template-variable{color:var(--code-block--default-syntax-color-template-variable)}.flow--code-block:where(.flow--code-block--default) .hljs-title{color:var(--code-block--default-syntax-color-title)}.flow--code-block:where(.flow--code-block--default) .hljs-type{color:var(--code-block--default-syntax-color-type)}.flow--code-block:where(.flow--code-block--default) .hljs-variable{color:var(--code-block--default-syntax-color-variable)}.flow--code-block:where(.flow--code-block--light){color:var(--code-block--light-content-color);background-color:var(--code-block--light-background-color)}.flow--code-block:where(.flow--code-block--light) .hljs-subst{color:var(--code-block--light-content-color)}.flow--code-block:where(.flow--code-block--light) .hljs-addition{color:var(--code-block--light-syntax-color-addition)}.flow--code-block:where(.flow--code-block--light) .hljs-built_in{color:var(--code-block--light-syntax-color-built-in)}.flow--code-block:where(.flow--code-block--light) .hljs-bullet{color:var(--code-block--light-syntax-color-bullet)}.flow--code-block:where(.flow--code-block--light) .hljs-code{color:var(--code-block--light-syntax-color-code)}.flow--code-block:where(.flow--code-block--light) .hljs-comment{color:var(--code-block--light-syntax-color-comment)}.flow--code-block:where(.flow--code-block--light) .hljs-deletion{color:var(--code-block--light-syntax-color-deletion)}.flow--code-block:where(.flow--code-block--light) .hljs-link{color:var(--code-block--light-syntax-color-link)}.flow--code-block:where(.flow--code-block--light) .hljs-literal{color:var(--code-block--light-syntax-color-literal)}.flow--code-block:where(.flow--code-block--light) .hljs-meta{color:var(--code-block--light-syntax-color-meta)}.flow--code-block:where(.flow--code-block--light) .hljs-meta-string{color:var(--code-block--light-syntax-color-meta-string)}.flow--code-block:where(.flow--code-block--light) .hljs-number{color:var(--code-block--light-syntax-color-number)}.flow--code-block:where(.flow--code-block--light) .hljs-quote{color:var(--code-block--light-syntax-color-quote)}.flow--code-block:where(.flow--code-block--light) .hljs-regexp{color:var(--code-block--light-syntax-color-regexp)}.flow--code-block:where(.flow--code-block--light) .hljs-section{color:var(--code-block--light-syntax-color-section)}.flow--code-block:where(.flow--code-block--light) .hljs-selector-attr{color:var(--code-block--light-syntax-color-selector-attr)}.flow--code-block:where(.flow--code-block--light) .hljs-selector-class{color:var(--code-block--light-syntax-color-selector-class)}.flow--code-block:where(.flow--code-block--light) .hljs-selector-id{color:var(--code-block--light-syntax-color-selector-id)}.flow--code-block:where(.flow--code-block--light) .hljs-selector-pseudo{color:var(--code-block--light-syntax-color-selector-pseudo)}.flow--code-block:where(.flow--code-block--light) .hljs-string{color:var(--code-block--light-syntax-color-string)}.flow--code-block:where(.flow--code-block--light) .hljs-symbol{color:var(--code-block--light-syntax-color-symbol)}.flow--code-block:where(.flow--code-block--light) .hljs-template-tag{color:var(--code-block--light-syntax-color-template-tag)}.flow--code-block:where(.flow--code-block--light) .hljs-template-variable{color:var(--code-block--light-syntax-color-template-variable)}.flow--code-block:where(.flow--code-block--light) .hljs-title{color:var(--code-block--light-syntax-color-title)}.flow--code-block:where(.flow--code-block--light) .hljs-type{color:var(--code-block--light-syntax-color-type)}.flow--code-block:where(.flow--code-block--light) .hljs-variable{color:var(--code-block--light-syntax-color-variable)}.flow--code-block:where(.flow--code-block--dark){color:var(--code-block--dark-content-color);background-color:var(--code-block--dark-background-color)}.flow--code-block:where(.flow--code-block--dark) .hljs-subst{color:var(--code-block--dark-content-color)}.flow--code-block:where(.flow--code-block--dark) .hljs-addition{color:var(--code-block--dark-syntax-color-addition)}.flow--code-block:where(.flow--code-block--dark) .hljs-built_in{color:var(--code-block--dark-syntax-color-built-in)}.flow--code-block:where(.flow--code-block--dark) .hljs-bullet{color:var(--code-block--dark-syntax-color-bullet)}.flow--code-block:where(.flow--code-block--dark) .hljs-code{color:var(--code-block--dark-syntax-color-code)}.flow--code-block:where(.flow--code-block--dark) .hljs-comment{color:var(--code-block--dark-syntax-color-comment)}.flow--code-block:where(.flow--code-block--dark) .hljs-deletion{color:var(--code-block--dark-syntax-color-deletion)}.flow--code-block:where(.flow--code-block--dark) .hljs-link{color:var(--code-block--dark-syntax-color-link)}.flow--code-block:where(.flow--code-block--dark) .hljs-literal{color:var(--code-block--dark-syntax-color-literal)}.flow--code-block:where(.flow--code-block--dark) .hljs-meta{color:var(--code-block--dark-syntax-color-meta)}.flow--code-block:where(.flow--code-block--dark) .hljs-meta-string{color:var(--code-block--dark-syntax-color-meta-string)}.flow--code-block:where(.flow--code-block--dark) .hljs-number{color:var(--code-block--dark-syntax-color-number)}.flow--code-block:where(.flow--code-block--dark) .hljs-quote{color:var(--code-block--dark-syntax-color-quote)}.flow--code-block:where(.flow--code-block--dark) .hljs-regexp{color:var(--code-block--dark-syntax-color-regexp)}.flow--code-block:where(.flow--code-block--dark) .hljs-section{color:var(--code-block--dark-syntax-color-section)}.flow--code-block:where(.flow--code-block--dark) .hljs-selector-attr{color:var(--code-block--dark-syntax-color-selector-attr)}.flow--code-block:where(.flow--code-block--dark) .hljs-selector-class{color:var(--code-block--dark-syntax-color-selector-class)}.flow--code-block:where(.flow--code-block--dark) .hljs-selector-id{color:var(--code-block--dark-syntax-color-selector-id)}.flow--code-block:where(.flow--code-block--dark) .hljs-selector-pseudo{color:var(--code-block--dark-syntax-color-selector-pseudo)}.flow--code-block:where(.flow--code-block--dark) .hljs-string{color:var(--code-block--dark-syntax-color-string)}.flow--code-block:where(.flow--code-block--dark) .hljs-symbol{color:var(--code-block--dark-syntax-color-symbol)}.flow--code-block:where(.flow--code-block--dark) .hljs-template-tag{color:var(--code-block--dark-syntax-color-template-tag)}.flow--code-block:where(.flow--code-block--dark) .hljs-template-variable{color:var(--code-block--dark-syntax-color-template-variable)}.flow--code-block:where(.flow--code-block--dark) .hljs-title{color:var(--code-block--dark-syntax-color-title)}.flow--code-block:where(.flow--code-block--dark) .hljs-type{color:var(--code-block--dark-syntax-color-type)}.flow--code-block:where(.flow--code-block--dark) .hljs-variable{color:var(--code-block--dark-syntax-color-variable)}
@@ -0,0 +1 @@
1
+ .flow--column-layout--column-layout-container{container-type:inline-size}.flow--column-layout{display:grid;gap:var(--column-layout--row-gap) var(--column-layout--column-gap);grid-template-columns:var(--column-layout--columns-l, 1fr 1fr 1fr)}@container (max-width: 850px){.flow--column-layout{grid-template-columns:var(--column-layout--columns-m, 1fr 1fr)}}@container (max-width: 550px){.flow--column-layout{grid-template-columns:var(--column-layout--columns-s, 1fr)}}
@@ -0,0 +1 @@
1
+ .flow--context-menu{display:flex;flex-direction:column;row-gap:var(--menu--item-to-item-spacing)}.flow--context-menu hr{margin-block:var(--menu--separator-to-item-spacing)}.flow--context-menu:focus-visible{outline:none}.flow--context-menu--section{display:flex;flex-direction:column;row-gap:var(--menu--item-to-item-spacing)}.flow--context-menu--popover-content.flow--context-menu--popover-content{padding:var(--context-menu--padding)}
@@ -0,0 +1 @@
1
+ .flow--contextual-help{row-gap:var(--contextual-help--content-to-content-spacing);display:flex;flex-direction:column;max-width:var(--contextual-help--max-width)}
@@ -0,0 +1 @@
1
+ .flow--counter-badge{font-size:var(--counter-badge--font-size);font-weight:var(--counter-badge--font-weight);line-height:1;color:var(--counter-badge--color);background-color:var(--counter-badge--background-color);width:fit-content;display:flex;align-items:center;justify-content:center;height:var(--counter-badge--height);border-radius:calc(var(--counter-badge--height) / 2);border-width:var(--counter-badge--border-width);border-style:var(--counter-badge--border-style);border-color:var(--counter-badge--border-color);padding-inline:var(--counter-badge--padding-inline)}.flow--counter-badge:not(:empty){min-width:var(--counter-badge--height)}.flow--counter-badge:empty{padding:0;height:var(--counter-badge--height-empty);width:var(--counter-badge--height-empty)}
@@ -0,0 +1 @@
1
+ .flow--date-picker--date-input{display:flex;border-width:var(--form-control--border-width);border-style:var(--form-control--border-style);border-radius:var(--form-control--corner-radius);padding-block:calc(var(--form-control--padding-y) - var(--form-control--border-width));padding-inline:var(--form-control--padding-x);color:var(--form-control--content-color--default);border-color:var(--form-control--border-color--default);background-color:var(--form-control--background-color--default);transition-property:color,background-color,border-color;transition-duration:var(--transition--duration--default);order:2}.flow--date-picker--date-input::placeholder{color:var(--form-control--placeholder-color--default)}.flow--date-picker--date-input:hover{background-color:var(--form-control--background-color--hover)}.flow--date-picker--date-input[data-invalid]{border-color:var(--form-control--border-color--invalid);background-color:var(--form-control--background-color--invalid)}.flow--date-picker--date-input:focus-within{border-color:var(--form-control--border-color--focused);background-color:var(--form-control--background-color--focused)}.flow--date-picker--date-input:focus-visible,.flow--date-picker--date-input:focus{outline:none}.flow--date-picker--date-input[data-selected]{color:var(--form-control--content-color--selected);border-color:var(--form-control--border-color--selected);background-color:var(--form-control--background-color--selected)}.flow--date-picker--date-input:disabled,.flow--date-picker--date-input[data-disabled],[aria-disabled] .flow--date-picker--date-input{color:var(--form-control--content-color--disabled);border-color:var(--form-control--border-color--disabled);background-color:var(--form-control--background-color--disabled)}.flow--date-picker--date-input:disabled::placeholder,.flow--date-picker--date-input[data-disabled]::placeholder,[aria-disabled] .flow--date-picker--date-input::placeholder{color:var(--form-control--placeholder-color--disabled)}.flow--date-picker--date-input .react-aria-DateInput{display:flex;flex-grow:1}.flow--date-picker--date-input .react-aria-DateSegment{border-radius:var(--date-picker--date-segment-corner-radius)}.flow--date-picker--date-input .react-aria-DateSegment:focus{background:var(--date-picker--date-segment-background-color--focused);outline:none}.flow--date-picker--date-input .flow--button{margin-block:calc((var(--form-control--padding-y) - 1px) * -1);margin-inline-end:calc(var(--form-control--padding-x) * -1);padding:calc(var(--button--padding) - var(--form-control--border-width))}
@@ -0,0 +1 @@
1
+ .flow--date-range-picker--date-range-input{display:flex;justify-content:space-between;border-width:var(--form-control--border-width);border-style:var(--form-control--border-style);border-radius:var(--form-control--corner-radius);padding-block:calc(var(--form-control--padding-y) - var(--form-control--border-width));padding-inline:var(--form-control--padding-x);color:var(--form-control--content-color--default);border-color:var(--form-control--border-color--default);background-color:var(--form-control--background-color--default);transition-property:color,background-color,border-color;transition-duration:var(--transition--duration--default);order:2}.flow--date-range-picker--date-range-input::placeholder{color:var(--form-control--placeholder-color--default)}.flow--date-range-picker--date-range-input:hover{background-color:var(--form-control--background-color--hover)}.flow--date-range-picker--date-range-input[data-invalid]{border-color:var(--form-control--border-color--invalid);background-color:var(--form-control--background-color--invalid)}.flow--date-range-picker--date-range-input:focus-within{border-color:var(--form-control--border-color--focused);background-color:var(--form-control--background-color--focused)}.flow--date-range-picker--date-range-input:focus-visible,.flow--date-range-picker--date-range-input:focus{outline:none}.flow--date-range-picker--date-range-input[data-selected]{color:var(--form-control--content-color--selected);border-color:var(--form-control--border-color--selected);background-color:var(--form-control--background-color--selected)}.flow--date-range-picker--date-range-input:disabled,.flow--date-range-picker--date-range-input[data-disabled],[aria-disabled] .flow--date-range-picker--date-range-input{color:var(--form-control--content-color--disabled);border-color:var(--form-control--border-color--disabled);background-color:var(--form-control--background-color--disabled)}.flow--date-range-picker--date-range-input:disabled::placeholder,.flow--date-range-picker--date-range-input[data-disabled]::placeholder,[aria-disabled] .flow--date-range-picker--date-range-input::placeholder{color:var(--form-control--placeholder-color--disabled)}.flow--date-range-picker--date-range-input>div{display:flex;align-items:center}.flow--date-range-picker--date-range-input .react-aria-DateInput{display:flex}.flow--date-range-picker--date-range-input .react-aria-DateSegment{border-radius:var(--date-picker--date-segment-corner-radius)}.flow--date-range-picker--date-range-input .react-aria-DateSegment:focus{background:var(--date-picker--date-segment-background-color--focused);outline:none}.flow--date-range-picker--date-range-input>span{display:flex;align-items:center}.flow--date-range-picker--date-range-input .react-aria-DateInput:first-of-type{padding-inline-end:2px}.flow--date-range-picker--date-range-input .react-aria-DateInput:last-of-type{padding-inline-start:2px}.flow--date-range-picker--date-range-input .flow--button{margin-block:calc((var(--form-control--padding-y) - 1px) * -1);margin-inline-end:calc(var(--form-control--padding-x) * -1);padding:calc(var(--button--padding) - var(--form-control--border-width))}
@@ -0,0 +1 @@
1
+ .flow--emulated-bold-text{display:inline-flex;flex-direction:column;align-items:center;width:fit-content}.flow--emulated-bold-text .flow--emulated-bold-text--bold-text{font-weight:var(--font-weight--bold);height:0;line-height:0;visibility:hidden;overflow-y:clip}
@@ -0,0 +1 @@
1
+ .flow--field-description{color:var(--field-description--color);font-size:var(--field-description--font-size)}
@@ -0,0 +1 @@
1
+ .flow--field-error{color:var(--field-error--color);font-size:var(--field-error--font-size);display:flex;align-items:center;column-gap:var(--field-error--icon-to-text-spacing)}
@@ -0,0 +1 @@
1
+ .flow--form-field{display:flex;flex-direction:column;min-width:0}.flow--form-field .flow--form-field--label{order:1;margin-bottom:var(--form-control--label-to-control-spacing)}.flow--form-field .flow--form-field--field-error,.flow--form-field .flow--form-field--custom-field-error,.flow--form-field .flow--form-field--field-description{order:3;margin-top:var(--form-control--control-to-info-spacing)}.flow--form-field:has(.flow--form-field--field-error) .flow--form-field--field-description{display:none}.flow--form-field:has(.flow--form-field--custom-field-error) .flow--form-field--field-error{display:none}.flow--form-field[data-disabled] .flow--form-field--label{color:var(--label--color--disabled)}
@@ -0,0 +1 @@
1
+ .flow--section--section-header{display:flex;gap:var(--section-header--heading-to-actions-spacing);justify-content:space-between;align-items:center;flex-wrap:wrap}.flow--section--section-header .flow--section--section-header--actions{display:flex;gap:var(--section-header--action-to-action-spacing);margin-inline-start:auto;flex-wrap:wrap}.flow--section--section-header:not(:first-child){margin-top:var(--section--sub-heading-spacing)}
@@ -0,0 +1 @@
1
+ .flow--header-navigation ul{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;gap:var(--header-navigation--item-to-item-spacing)}.flow--header-navigation li{list-style:none}.flow--header-navigation .flow--header-navigation--link{padding:var(--header-navigation--item-padding);border-radius:var(--header-navigation--item-corner-radius);color:var(--header-navigation--item-color);position:relative}.flow--header-navigation .flow--header-navigation--link{outline-color:var(--focus--outline-color);outline-offset:var(--focus--outline-offset);outline-width:var(--focus--outline-width);outline-style:none}.flow--header-navigation .flow--header-navigation--link[data-focused],.flow--header-navigation .flow--header-navigation--link:focus{outline-style:none}.flow--header-navigation .flow--header-navigation--link[data-focus-visible],.flow--header-navigation .flow--header-navigation--link:focus-visible{outline-style:auto}.flow--header-navigation .flow--header-navigation--link[data-focused]:not([data-focus-visible]):focus-visible{outline-style:none}.flow--header-navigation .flow--header-navigation--link:hover:not([aria-current]){background-color:var(--header-navigation--item-background-color--hover)}.flow--header-navigation .flow--header-navigation--link[data-pressed]:not([aria-current]){background-color:var(--header-navigation--item-background-color--pressed)}.flow--header-navigation .flow--header-navigation--link[aria-current]{font-weight:var(--header-navigation--item-font-weight-current)}.flow--header-navigation .flow--header-navigation--link[aria-current]:after{content:"";position:absolute;bottom:0;left:0;right:0;background-color:var(--header-navigation--item-color);height:var(--header-navigation--item-underline-width-current)}.flow--header-navigation .flow--header-navigation--button{border-radius:var(--corner-radius--round)}.flow--header-navigation:not(.flow--header-navigation--light):not(.flow--header-navigation--dark) .flow--header-navigation--button{color:var(--header-navigation--item-color)}.flow--header-navigation:not(.flow--header-navigation--light):not(.flow--header-navigation--dark) .flow--header-navigation--button:hover,.flow--header-navigation:not(.flow--header-navigation--light):not(.flow--header-navigation--dark) .flow--header-navigation--button[data-pressed]{color:var(--header-navigation--item-color)}.flow--header-navigation.flow--header-navigation--dark .flow--header-navigation--link{color:var(--header-navigation--item-color-dark)}.flow--header-navigation.flow--header-navigation--dark .flow--header-navigation--link:hover:not([aria-current]){background-color:var(--header-navigation--item-background-color-dark--hover)}.flow--header-navigation.flow--header-navigation--dark .flow--header-navigation--link[data-pressed]:not([aria-current]){background-color:var(--header-navigation--item-background-color-dark--pressed)}.flow--header-navigation.flow--header-navigation--dark .flow--header-navigation--link[aria-current]:after{background-color:var(--header-navigation--item-color-dark)}.flow--header-navigation.flow--header-navigation--light .flow--header-navigation--link{color:var(--header-navigation--item-color-light)}.flow--header-navigation.flow--header-navigation--light .flow--header-navigation--link:hover:not([aria-current]){background-color:var(--header-navigation--item-background-color-light--hover)}.flow--header-navigation.flow--header-navigation--light .flow--header-navigation--link[data-pressed]:not([aria-current]){background-color:var(--header-navigation--item-background-color-light--pressed)}.flow--header-navigation.flow--header-navigation--light .flow--header-navigation--link[aria-current]:after{background-color:var(--header-navigation--item-color-light)}
@@ -0,0 +1 @@
1
+ .flow--heading{color:var(--heading--color);font-size:var(--font-size);font-weight:var(--heading--font-weight);--heading-line-height: calc(var(--font-size) * var(--line-height--default))}.flow--heading.flow--heading--dark{color:var(--heading--color-dark)}.flow--heading.flow--heading--light{color:var(--heading--color-light)}.flow--heading .flow--heading--heading-text .flow--heading--icon,.flow--heading .flow--heading--heading-text>.flow--alert-icon{height:var(--heading-line-height);width:var(--heading-line-height);vertical-align:bottom;display:inline-block;margin-inline-end:var(--heading--icon-to-text-spacing)}.flow--heading .flow--heading--heading-text:not(:last-child){margin-inline-end:var(--heading--icon-to-text-spacing)}.flow--heading .flow--heading--heading-content{vertical-align:bottom;display:inline-flex;height:var(--heading-line-height);align-items:center;column-gap:var(--heading--icon-to-text-spacing)}.flow--heading:where(h1){--font-size: var(--heading-font-size--xl)}.flow--heading:where(h2){--font-size: var(--heading-font-size--m)}.flow--heading:where(h3){--font-size: var(--heading-font-size--s)}.flow--heading:where(h4),.flow--heading:where(h5),.flow--heading:where(h6){--font-size: var(--heading-font-size--xs)}.flow--heading.flow--heading--xs{--font-size: var(--heading-font-size--xs)}.flow--heading.flow--heading--s{--font-size: var(--heading-font-size--s)}.flow--heading.flow--heading--m{--font-size: var(--heading-font-size--m)}.flow--heading.flow--heading--l{--font-size: var(--heading-font-size--l)}.flow--heading.flow--heading--xl{--font-size: var(--heading-font-size--xl)}.flow--heading.flow--heading--xxl{--font-size: var(--heading-font-size--xxl)}@media (max-width: 550px){.flow--heading:where(h1){--font-size: var(--heading-font-size--l)}}
@@ -0,0 +1 @@
1
+ .flow--icon{flex-shrink:0;max-width:none;display:inline-block}.flow--icon:where(.flow--icon--size-m,.flow--icon){width:var(--icon--size--m);height:var(--icon--size--m)}.flow--icon:where(.flow--icon--size-s){width:var(--icon--size--s);height:var(--icon--size--s)}.flow--icon:where(.flow--icon--size-l){width:var(--icon--size--l);height:var(--icon--size--l)}.flow--icon.flow--icon--light{color:var(--icon--color--light)}.flow--icon.flow--icon--dark{color:var(--icon--color--dark)}
@@ -0,0 +1 @@
1
+ .flow--illustrated-message--illustrated-message-container{container-type:inline-size}.flow--illustrated-message{display:flex;flex-direction:column;align-items:center;padding:var(--illustrated-message--padding)}@container (max-width: 550px){.flow--illustrated-message{padding:var(--illustrated-message--padding--mobile)}}.flow--illustrated-message :where(.flow--illustrated-message--icon){color:var(--illustrated-message--info-icon-color);margin-bottom:var(--illustrated-message--icon-to-heading-spacing)}.flow--illustrated-message .flow--illustrated-message--heading{margin-bottom:var(--illustrated-message--heading-to-text-spacing);text-align:center}.flow--illustrated-message .flow--illustrated-message--text{margin-bottom:var(--illustrated-message--text-to-button-spacing);text-align:center}.flow--illustrated-message .flow--illustrated-message--action-group [role=group]{justify-content:center}.flow--illustrated-message .flow--illustrated-message--action-group [role=group] button{margin:0}.flow--illustrated-message.flow--illustrated-message--negative :where(.flow--illustrated-message--icon){color:var(--illustrated-message--negative-icon-color)}.flow--illustrated-message.flow--illustrated-message--negative .flow--illustrated-message--heading{color:var(--illustrated-message--negative-heading-color)}
@@ -0,0 +1 @@
1
+ .flow--initials{display:flex;font-weight:700}.flow--initials *:nth-child(odd){color:var(--content-color)}
@@ -0,0 +1 @@
1
+ .flow--inline-code{font-family:FiraCode,"monospace";font-size:var(--inline-code--font-size);line-height:var(--inline-code--line-height);word-wrap:break-word;background-color:var(--inline-code--background-color);padding-inline:var(--inline-code--padding-x);border-radius:var(--inline-code--corner-radius);display:inline-block;max-width:fit-content}.flow--inline-code:where(.flow--inline-code--neutral){color:var(--inline-code--neutral-content-color);background-color:var(--inline-code--neutral-background-color)}.flow--inline-code:where(.flow--inline-code--light){color:var(--inline-code--light-content-color);background-color:var(--inline-code--light-background-color)}.flow--inline-code:where(.flow--inline-code--dark){color:var(--inline-code--dark-content-color);background-color:var(--inline-code--dark-background-color)}
@@ -0,0 +1 @@
1
+ .flow--label{color:var(--label--color--default);font-size:var(--label--font-size);font-weight:var(--label--font-weight);line-height:var(--label--line-height);display:inline-flex;align-items:center;column-gap:var(--label--content-to-content-spacing)}.flow--label.flow--label--disabled{color:var(--label--color--disabled)}
@@ -0,0 +1 @@
1
+ .flow--labeled-value{display:grid;grid-template-areas:"label" "value";row-gap:var(--labeled-value--label-to-value-spacing);column-gap:var(--labeled-value--value-to-button-spacing);grid-template-rows:auto 1fr}.flow--labeled-value:has(.flow--labeled-value--button){grid-template-areas:"label label " "value button";grid-template-columns:auto 1fr}.flow--labeled-value .flow--labeled-value--label{grid-area:label}.flow--labeled-value .flow--labeled-value--button{grid-area:button;align-self:start;justify-self:start}
@@ -0,0 +1 @@
1
+ .flow--layout-card{background-color:var(--layout-card--background-color);box-shadow:var(--layout-card--box-shadow);border-radius:var(--layout-card--corner-radius);padding:var(--layout-card--padding);overflow:hidden}.flow--layout-card>.flow--layout-card--tabs{margin-inline:calc(var(--layout-card--padding) * -1);margin-block-start:calc(var(--layout-card--padding) * -1)}
@@ -0,0 +1 @@
1
+ .flow--link{font-size:var(--link--font-size);line-height:var(--link--line-height);font-weight:var(--link--font-weight);transition-property:color;transition-duration:var(--transition--duration--default);color:var(--link--color--default);width:fit-content}.flow--link:hover{color:var(--link--color--hover)}.flow--link[data-pressed]{color:var(--link--color--pressed)}.flow--link{outline-color:var(--focus--outline-color);outline-offset:var(--focus--outline-offset);outline-width:var(--focus--outline-width);outline-style:none}.flow--link[data-focused],.flow--link:focus{outline-style:none}.flow--link[data-focus-visible],.flow--link:focus-visible{outline-style:auto}.flow--link[data-focused]:not([data-focus-visible]):focus-visible{outline-style:none}.flow--link:not([aria-disabled]){cursor:pointer}.flow--link.flow--link--inline{font-weight:400;font-size:var(--font-size--default);text-decoration:underline}.flow--link .flow--link--icon{margin-inline-start:var(--link--text-to-icon-spacing);vertical-align:text-bottom}.flow--link[aria-disabled]{color:var(--link--color--disabled)}.flow--link:where(.flow--link--dark){color:var(--link--color-dark--default)}.flow--link:where(.flow--link--dark):hover{color:var(--link--color-dark--hover)}.flow--link:where(.flow--link--dark)[data-pressed]{color:var(--link--color-dark--pressed)}.flow--link:where(.flow--link--dark)[aria-disabled]{color:var(--link--color-dark--disabled)}.flow--link:where(.flow--link--light){color:var(--link--color-light--default)}.flow--link:where(.flow--link--light):hover{color:var(--link--color-light--hover)}.flow--link:where(.flow--link--light)[data-pressed]{color:var(--link--color-light--pressed)}.flow--link:where(.flow--link--light)[aria-disabled]{color:var(--link--color-light--disabled)}
@@ -0,0 +1 @@
1
+ .flow--list--items--item--view{--title-width: 30ch;padding:var(--list-item--padding);display:grid;gap:var(--list-item--content-to-content-spacing)}.flow--list--items--item--view:has(.flow--list--items--item--view--title:not(:empty)):has(.flow--list--items--item--view--top-content):has(.flow--list--items--item--view--content):has(.flow--list--items--item--view--action){grid-template-areas:"title topContent action " "content content content";grid-template-columns:var(--title-width) 1fr auto}.flow--list--items--item--view:has(.flow--list--items--item--view--title:not(:empty)):has(.flow--list--items--item--view--top-content):has(.flow--list--items--item--view--content):not(:has(.flow--list--items--item--view--action)){grid-template-areas:"title topContent" "content content ";grid-template-columns:var(--title-width) 1fr}.flow--list--items--item--view:has(.flow--list--items--item--view--title:not(:empty)):has(.flow--list--items--item--view--top-content):not(:has(.flow--list--items--item--view--content)):not(:has(.flow--list--items--item--view--action)){grid-template-areas:"title topContent";grid-template-columns:var(--title-width) 1fr}.flow--list--items--item--view:has(.flow--list--items--item--view--title:not(:empty)):not(:has(.flow--list--items--item--view--top-content)):has(.flow--list--items--item--view--content):not(:has(.flow--list--items--item--view--action)){grid-template-areas:"title " "content";grid-template-columns:auto}.flow--list--items--item--view:has(.flow--list--items--item--view--title:not(:empty)):not(:has(.flow--list--items--item--view--top-content)):not(:has(.flow--list--items--item--view--content)):not(:has(.flow--list--items--item--view--action)){grid-template-areas:"title";grid-template-columns:1fr}.flow--list--items--item--view:not(:has(.flow--list--items--item--view--title:not(:empty))):has(.flow--list--items--item--view--top-content):has(.flow--list--items--item--view--content):has(.flow--list--items--item--view--action){grid-template-areas:"topContent action" "content content";grid-template-columns:1fr auto}.flow--list--items--item--view:not(:has(.flow--list--items--item--view--title:not(:empty))):not(:has(.flow--list--items--item--view--top-content)):has(.flow--list--items--item--view--content):has(.flow--list--items--item--view--action){grid-template-areas:"content action";grid-template-columns:1fr auto}.flow--list--items--item--view:has(.flow--list--items--item--view--title:not(:empty)):not(:has(.flow--list--items--item--view--top-content)):has(.flow--list--items--item--view--content):has(.flow--list--items--item--view--action){grid-template-areas:"title action " "content content";grid-template-columns:1fr auto}.flow--list--items--item--view:has(.flow--list--items--item--view--title:not(:empty)):not(:has(.flow--list--items--item--view--top-content)):not(:has(.flow--list--items--item--view--content)):has(.flow--list--items--item--view--action){grid-template-areas:"title action";grid-template-columns:1fr auto}.flow--list--items--item--view:has(.flow--list--items--item--view--title:not(:empty)):has(.flow--list--items--item--view--top-content):not(:has(.flow--list--items--item--view--content)):has(.flow--list--items--item--view--action){grid-template-areas:"title topContent action";grid-template-columns:var(--title-width) 1fr auto}.flow--list--items--item--view:not(:has(.flow--list--items--item--view--title:not(:empty))):has(.flow--list--items--item--view--top-content):not(:has(.flow--list--items--item--view--content)):has(.flow--list--items--item--view--action){grid-template-areas:"topContent action";grid-template-columns:1fr auto}.flow--list--items--item--view:not(:has(.flow--list--items--item--view--title:not(:empty))):has(.flow--list--items--item--view--top-content):not(:has(.flow--list--items--item--view--content)):not(:has(.flow--list--items--item--view--action)){grid-template-areas:"topContent";grid-template-columns:auto}.flow--list--items--item--view .flow--list--items--item--view--title{grid-area:title;display:grid;grid-column-gap:var(--list-item--content-to-content-spacing);grid-template-areas:"avatar title " "avatar subtitle";grid-template-columns:auto 1fr}.flow--list--items--item--view .flow--list--items--item--view--title:empty{display:none}.flow--list--items--item--view .flow--list--items--item--view--title:not(:has(.flow--list--items--item--view--avatar)){grid-template-areas:"title " "subtitle";grid-template-columns:1fr}.flow--list--items--item--view .flow--list--items--item--view--title:not(:has(.flow--list--items--item--view--text)){grid-template-areas:"avatar title"}.flow--list--items--item--view .flow--list--items--item--view--title:not(:has(.flow--list--items--item--view--text)):not(:has(.flow--list--items--item--view--avatar)){grid-template-areas:"title"}.flow--list--items--item--view .flow--list--items--item--view--title .flow--list--items--item--view--avatar{grid-area:avatar;align-self:center}.flow--list--items--item--view .flow--list--items--item--view--title .flow--list--items--item--view--heading{grid-area:title;align-self:center}.flow--list--items--item--view .flow--list--items--item--view--title .flow--list--items--item--view--text{grid-area:subtitle;font-size:var(--list-item--subtitle-font-size)}.flow--list--items--item--view .flow--list--items--item--view--top-content{grid-area:topContent}.flow--list--items--item--view .flow--list--items--item--view--content{grid-area:content}.flow--list--items--item--view .flow--list--items--item--view--action{grid-area:action;align-self:center;justify-self:end}@container (max-width: 250px){.flow--list--items--item--view.flow--list--items--item--view--container-breakpoint-size-xs:has(.flow--list--items--item--view--title:not(:empty)):has(.flow--list--items--item--view--top-content):has(.flow--list--items--item--view--content):has(.flow--list--items--item--view--action){grid-template-areas:"title action" "topContent topContent" "content content ";grid-template-columns:1fr auto}.flow--list--items--item--view.flow--list--items--item--view--container-breakpoint-size-xs:has(.flow--list--items--item--view--title:not(:empty)):has(.flow--list--items--item--view--top-content):has(.flow--list--items--item--view--content):not(:has(.flow--list--items--item--view--action)){grid-template-areas:"title " "topContent" "content ";grid-template-columns:auto}.flow--list--items--item--view.flow--list--items--item--view--container-breakpoint-size-xs:has(.flow--list--items--item--view--title:not(:empty)):has(.flow--list--items--item--view--top-content):not(:has(.flow--list--items--item--view--content)):not(:has(.flow--list--items--item--view--action)){grid-template-areas:"title " "topContent";grid-template-columns:auto}.flow--list--items--item--view.flow--list--items--item--view--container-breakpoint-size-xs:has(.flow--list--items--item--view--title:not(:empty)):not(:has(.flow--list--items--item--view--top-content)):has(.flow--list--items--item--view--content):not(:has(.flow--list--items--item--view--action)){grid-template-areas:"title " "content";grid-template-columns:auto}.flow--list--items--item--view.flow--list--items--item--view--container-breakpoint-size-xs:has(.flow--list--items--item--view--title:not(:empty)):not(:has(.flow--list--items--item--view--top-content)):not(:has(.flow--list--items--item--view--content)):not(:has(.flow--list--items--item--view--action)){grid-template-areas:"title";grid-template-columns:auto}.flow--list--items--item--view.flow--list--items--item--view--container-breakpoint-size-xs:not(:has(.flow--list--items--item--view--title:not(:empty))):has(.flow--list--items--item--view--top-content):has(.flow--list--items--item--view--content):has(.flow--list--items--item--view--action){grid-template-areas:"topContent action " "content content ";grid-template-columns:1fr auto}.flow--list--items--item--view.flow--list--items--item--view--container-breakpoint-size-xs:not(:has(.flow--list--items--item--view--title:not(:empty))):not(:has(.flow--list--items--item--view--top-content)):has(.flow--list--items--item--view--content):has(.flow--list--items--item--view--action){grid-template-areas:"content action";grid-template-columns:1fr auto}.flow--list--items--item--view.flow--list--items--item--view--container-breakpoint-size-xs:has(.flow--list--items--item--view--title:not(:empty)):not(:has(.flow--list--items--item--view--top-content)):has(.flow--list--items--item--view--content):has(.flow--list--items--item--view--action){grid-template-areas:"title action " "content content ";grid-template-columns:1fr auto}.flow--list--items--item--view.flow--list--items--item--view--container-breakpoint-size-xs:has(.flow--list--items--item--view--title:not(:empty)):not(:has(.flow--list--items--item--view--top-content)):not(:has(.flow--list--items--item--view--content)):has(.flow--list--items--item--view--action){grid-template-areas:"title action";grid-template-columns:1fr auto}.flow--list--items--item--view.flow--list--items--item--view--container-breakpoint-size-xs:has(.flow--list--items--item--view--title:not(:empty)):has(.flow--list--items--item--view--top-content):not(:has(.flow--list--items--item--view--content)):has(.flow--list--items--item--view--action){grid-template-areas:"title action " "topContent topContent";grid-template-columns:1fr auto}.flow--list--items--item--view.flow--list--items--item--view--container-breakpoint-size-xs:not(:has(.flow--list--items--item--view--title:not(:empty))):has(.flow--list--items--item--view--top-content):not(:has(.flow--list--items--item--view--content)):has(.flow--list--items--item--view--action){grid-template-areas:"topContent action";grid-template-columns:1fr auto}}@container (max-width: 450px){.flow--list--items--item--view.flow--list--items--item--view--container-breakpoint-size-s:has(.flow--list--items--item--view--title:not(:empty)):has(.flow--list--items--item--view--top-content):has(.flow--list--items--item--view--content):has(.flow--list--items--item--view--action){grid-template-areas:"title action" "topContent topContent" "content content ";grid-template-columns:1fr auto}.flow--list--items--item--view.flow--list--items--item--view--container-breakpoint-size-s:has(.flow--list--items--item--view--title:not(:empty)):has(.flow--list--items--item--view--top-content):has(.flow--list--items--item--view--content):not(:has(.flow--list--items--item--view--action)){grid-template-areas:"title " "topContent" "content ";grid-template-columns:auto}.flow--list--items--item--view.flow--list--items--item--view--container-breakpoint-size-s:has(.flow--list--items--item--view--title:not(:empty)):has(.flow--list--items--item--view--top-content):not(:has(.flow--list--items--item--view--content)):not(:has(.flow--list--items--item--view--action)){grid-template-areas:"title " "topContent";grid-template-columns:auto}.flow--list--items--item--view.flow--list--items--item--view--container-breakpoint-size-s:has(.flow--list--items--item--view--title:not(:empty)):not(:has(.flow--list--items--item--view--top-content)):has(.flow--list--items--item--view--content):not(:has(.flow--list--items--item--view--action)){grid-template-areas:"title " "content";grid-template-columns:auto}.flow--list--items--item--view.flow--list--items--item--view--container-breakpoint-size-s:has(.flow--list--items--item--view--title:not(:empty)):not(:has(.flow--list--items--item--view--top-content)):not(:has(.flow--list--items--item--view--content)):not(:has(.flow--list--items--item--view--action)){grid-template-areas:"title";grid-template-columns:auto}.flow--list--items--item--view.flow--list--items--item--view--container-breakpoint-size-s:not(:has(.flow--list--items--item--view--title:not(:empty))):has(.flow--list--items--item--view--top-content):has(.flow--list--items--item--view--content):has(.flow--list--items--item--view--action){grid-template-areas:"topContent action " "content content ";grid-template-columns:1fr auto}.flow--list--items--item--view.flow--list--items--item--view--container-breakpoint-size-s:not(:has(.flow--list--items--item--view--title:not(:empty))):not(:has(.flow--list--items--item--view--top-content)):has(.flow--list--items--item--view--content):has(.flow--list--items--item--view--action){grid-template-areas:"content action";grid-template-columns:1fr auto}.flow--list--items--item--view.flow--list--items--item--view--container-breakpoint-size-s:has(.flow--list--items--item--view--title:not(:empty)):not(:has(.flow--list--items--item--view--top-content)):has(.flow--list--items--item--view--content):has(.flow--list--items--item--view--action){grid-template-areas:"title action " "content content ";grid-template-columns:1fr auto}.flow--list--items--item--view.flow--list--items--item--view--container-breakpoint-size-s:has(.flow--list--items--item--view--title:not(:empty)):not(:has(.flow--list--items--item--view--top-content)):not(:has(.flow--list--items--item--view--content)):has(.flow--list--items--item--view--action){grid-template-areas:"title action";grid-template-columns:1fr auto}.flow--list--items--item--view.flow--list--items--item--view--container-breakpoint-size-s:has(.flow--list--items--item--view--title:not(:empty)):has(.flow--list--items--item--view--top-content):not(:has(.flow--list--items--item--view--content)):has(.flow--list--items--item--view--action){grid-template-areas:"title action " "topContent topContent";grid-template-columns:1fr auto}.flow--list--items--item--view.flow--list--items--item--view--container-breakpoint-size-s:not(:has(.flow--list--items--item--view--title:not(:empty))):has(.flow--list--items--item--view--top-content):not(:has(.flow--list--items--item--view--content)):has(.flow--list--items--item--view--action){grid-template-areas:"topContent action";grid-template-columns:1fr auto}}@container (max-width: 650px){.flow--list--items--item--view.flow--list--items--item--view--container-breakpoint-size-m:has(.flow--list--items--item--view--title:not(:empty)):has(.flow--list--items--item--view--top-content):has(.flow--list--items--item--view--content):has(.flow--list--items--item--view--action){grid-template-areas:"title action" "topContent topContent" "content content ";grid-template-columns:1fr auto}.flow--list--items--item--view.flow--list--items--item--view--container-breakpoint-size-m:has(.flow--list--items--item--view--title:not(:empty)):has(.flow--list--items--item--view--top-content):has(.flow--list--items--item--view--content):not(:has(.flow--list--items--item--view--action)){grid-template-areas:"title " "topContent" "content ";grid-template-columns:auto}.flow--list--items--item--view.flow--list--items--item--view--container-breakpoint-size-m:has(.flow--list--items--item--view--title:not(:empty)):has(.flow--list--items--item--view--top-content):not(:has(.flow--list--items--item--view--content)):not(:has(.flow--list--items--item--view--action)){grid-template-areas:"title " "topContent";grid-template-columns:auto}.flow--list--items--item--view.flow--list--items--item--view--container-breakpoint-size-m:has(.flow--list--items--item--view--title:not(:empty)):not(:has(.flow--list--items--item--view--top-content)):has(.flow--list--items--item--view--content):not(:has(.flow--list--items--item--view--action)){grid-template-areas:"title " "content";grid-template-columns:auto}.flow--list--items--item--view.flow--list--items--item--view--container-breakpoint-size-m:has(.flow--list--items--item--view--title:not(:empty)):not(:has(.flow--list--items--item--view--top-content)):not(:has(.flow--list--items--item--view--content)):not(:has(.flow--list--items--item--view--action)){grid-template-areas:"title";grid-template-columns:auto}.flow--list--items--item--view.flow--list--items--item--view--container-breakpoint-size-m:not(:has(.flow--list--items--item--view--title:not(:empty))):has(.flow--list--items--item--view--top-content):has(.flow--list--items--item--view--content):has(.flow--list--items--item--view--action){grid-template-areas:"topContent action " "content content ";grid-template-columns:1fr auto}.flow--list--items--item--view.flow--list--items--item--view--container-breakpoint-size-m:not(:has(.flow--list--items--item--view--title:not(:empty))):not(:has(.flow--list--items--item--view--top-content)):has(.flow--list--items--item--view--content):has(.flow--list--items--item--view--action){grid-template-areas:"content action";grid-template-columns:1fr auto}.flow--list--items--item--view.flow--list--items--item--view--container-breakpoint-size-m:has(.flow--list--items--item--view--title:not(:empty)):not(:has(.flow--list--items--item--view--top-content)):has(.flow--list--items--item--view--content):has(.flow--list--items--item--view--action){grid-template-areas:"title action " "content content ";grid-template-columns:1fr auto}.flow--list--items--item--view.flow--list--items--item--view--container-breakpoint-size-m:has(.flow--list--items--item--view--title:not(:empty)):not(:has(.flow--list--items--item--view--top-content)):not(:has(.flow--list--items--item--view--content)):has(.flow--list--items--item--view--action){grid-template-areas:"title action";grid-template-columns:1fr auto}.flow--list--items--item--view.flow--list--items--item--view--container-breakpoint-size-m:has(.flow--list--items--item--view--title:not(:empty)):has(.flow--list--items--item--view--top-content):not(:has(.flow--list--items--item--view--content)):has(.flow--list--items--item--view--action){grid-template-areas:"title action " "topContent topContent";grid-template-columns:1fr auto}.flow--list--items--item--view.flow--list--items--item--view--container-breakpoint-size-m:not(:has(.flow--list--items--item--view--title:not(:empty))):has(.flow--list--items--item--view--top-content):not(:has(.flow--list--items--item--view--content)):has(.flow--list--items--item--view--action){grid-template-areas:"topContent action";grid-template-columns:1fr auto}}@container (max-width: 850px){.flow--list--items--item--view.flow--list--items--item--view--container-breakpoint-size-l:has(.flow--list--items--item--view--title:not(:empty)):has(.flow--list--items--item--view--top-content):has(.flow--list--items--item--view--content):has(.flow--list--items--item--view--action){grid-template-areas:"title action" "topContent topContent" "content content ";grid-template-columns:1fr auto}.flow--list--items--item--view.flow--list--items--item--view--container-breakpoint-size-l:has(.flow--list--items--item--view--title:not(:empty)):has(.flow--list--items--item--view--top-content):has(.flow--list--items--item--view--content):not(:has(.flow--list--items--item--view--action)){grid-template-areas:"title " "topContent" "content ";grid-template-columns:auto}.flow--list--items--item--view.flow--list--items--item--view--container-breakpoint-size-l:has(.flow--list--items--item--view--title:not(:empty)):has(.flow--list--items--item--view--top-content):not(:has(.flow--list--items--item--view--content)):not(:has(.flow--list--items--item--view--action)){grid-template-areas:"title " "topContent";grid-template-columns:auto}.flow--list--items--item--view.flow--list--items--item--view--container-breakpoint-size-l:has(.flow--list--items--item--view--title:not(:empty)):not(:has(.flow--list--items--item--view--top-content)):has(.flow--list--items--item--view--content):not(:has(.flow--list--items--item--view--action)){grid-template-areas:"title " "content";grid-template-columns:auto}.flow--list--items--item--view.flow--list--items--item--view--container-breakpoint-size-l:has(.flow--list--items--item--view--title:not(:empty)):not(:has(.flow--list--items--item--view--top-content)):not(:has(.flow--list--items--item--view--content)):not(:has(.flow--list--items--item--view--action)){grid-template-areas:"title";grid-template-columns:auto}.flow--list--items--item--view.flow--list--items--item--view--container-breakpoint-size-l:not(:has(.flow--list--items--item--view--title:not(:empty))):has(.flow--list--items--item--view--top-content):has(.flow--list--items--item--view--content):has(.flow--list--items--item--view--action){grid-template-areas:"topContent action " "content content ";grid-template-columns:1fr auto}.flow--list--items--item--view.flow--list--items--item--view--container-breakpoint-size-l:not(:has(.flow--list--items--item--view--title:not(:empty))):not(:has(.flow--list--items--item--view--top-content)):has(.flow--list--items--item--view--content):has(.flow--list--items--item--view--action){grid-template-areas:"content action";grid-template-columns:1fr auto}.flow--list--items--item--view.flow--list--items--item--view--container-breakpoint-size-l:has(.flow--list--items--item--view--title:not(:empty)):not(:has(.flow--list--items--item--view--top-content)):has(.flow--list--items--item--view--content):has(.flow--list--items--item--view--action){grid-template-areas:"title action " "content content ";grid-template-columns:1fr auto}.flow--list--items--item--view.flow--list--items--item--view--container-breakpoint-size-l:has(.flow--list--items--item--view--title:not(:empty)):not(:has(.flow--list--items--item--view--top-content)):not(:has(.flow--list--items--item--view--content)):has(.flow--list--items--item--view--action){grid-template-areas:"title action";grid-template-columns:1fr auto}.flow--list--items--item--view.flow--list--items--item--view--container-breakpoint-size-l:has(.flow--list--items--item--view--title:not(:empty)):has(.flow--list--items--item--view--top-content):not(:has(.flow--list--items--item--view--content)):has(.flow--list--items--item--view--action){grid-template-areas:"title action " "topContent topContent";grid-template-columns:1fr auto}.flow--list--items--item--view.flow--list--items--item--view--container-breakpoint-size-l:not(:has(.flow--list--items--item--view--title:not(:empty))):has(.flow--list--items--item--view--top-content):not(:has(.flow--list--items--item--view--content)):has(.flow--list--items--item--view--action){grid-template-areas:"topContent action";grid-template-columns:1fr auto}}@container (max-width: 1050px){.flow--list--items--item--view.flow--list--items--item--view--container-breakpoint-size-xl:has(.flow--list--items--item--view--title:not(:empty)):has(.flow--list--items--item--view--top-content):has(.flow--list--items--item--view--content):has(.flow--list--items--item--view--action){grid-template-areas:"title action" "topContent topContent" "content content ";grid-template-columns:1fr auto}.flow--list--items--item--view.flow--list--items--item--view--container-breakpoint-size-xl:has(.flow--list--items--item--view--title:not(:empty)):has(.flow--list--items--item--view--top-content):has(.flow--list--items--item--view--content):not(:has(.flow--list--items--item--view--action)){grid-template-areas:"title " "topContent" "content ";grid-template-columns:auto}.flow--list--items--item--view.flow--list--items--item--view--container-breakpoint-size-xl:has(.flow--list--items--item--view--title:not(:empty)):has(.flow--list--items--item--view--top-content):not(:has(.flow--list--items--item--view--content)):not(:has(.flow--list--items--item--view--action)){grid-template-areas:"title " "topContent";grid-template-columns:auto}.flow--list--items--item--view.flow--list--items--item--view--container-breakpoint-size-xl:has(.flow--list--items--item--view--title:not(:empty)):not(:has(.flow--list--items--item--view--top-content)):has(.flow--list--items--item--view--content):not(:has(.flow--list--items--item--view--action)){grid-template-areas:"title " "content";grid-template-columns:auto}.flow--list--items--item--view.flow--list--items--item--view--container-breakpoint-size-xl:has(.flow--list--items--item--view--title:not(:empty)):not(:has(.flow--list--items--item--view--top-content)):not(:has(.flow--list--items--item--view--content)):not(:has(.flow--list--items--item--view--action)){grid-template-areas:"title";grid-template-columns:auto}.flow--list--items--item--view.flow--list--items--item--view--container-breakpoint-size-xl:not(:has(.flow--list--items--item--view--title:not(:empty))):has(.flow--list--items--item--view--top-content):has(.flow--list--items--item--view--content):has(.flow--list--items--item--view--action){grid-template-areas:"topContent action " "content content ";grid-template-columns:1fr auto}.flow--list--items--item--view.flow--list--items--item--view--container-breakpoint-size-xl:not(:has(.flow--list--items--item--view--title:not(:empty))):not(:has(.flow--list--items--item--view--top-content)):has(.flow--list--items--item--view--content):has(.flow--list--items--item--view--action){grid-template-areas:"content action";grid-template-columns:1fr auto}.flow--list--items--item--view.flow--list--items--item--view--container-breakpoint-size-xl:has(.flow--list--items--item--view--title:not(:empty)):not(:has(.flow--list--items--item--view--top-content)):has(.flow--list--items--item--view--content):has(.flow--list--items--item--view--action){grid-template-areas:"title action " "content content ";grid-template-columns:1fr auto}.flow--list--items--item--view.flow--list--items--item--view--container-breakpoint-size-xl:has(.flow--list--items--item--view--title:not(:empty)):not(:has(.flow--list--items--item--view--top-content)):not(:has(.flow--list--items--item--view--content)):has(.flow--list--items--item--view--action){grid-template-areas:"title action";grid-template-columns:1fr auto}.flow--list--items--item--view.flow--list--items--item--view--container-breakpoint-size-xl:has(.flow--list--items--item--view--title:not(:empty)):has(.flow--list--items--item--view--top-content):not(:has(.flow--list--items--item--view--content)):has(.flow--list--items--item--view--action){grid-template-areas:"title action " "topContent topContent";grid-template-columns:1fr auto}.flow--list--items--item--view.flow--list--items--item--view--container-breakpoint-size-xl:not(:has(.flow--list--items--item--view--title:not(:empty))):has(.flow--list--items--item--view--top-content):not(:has(.flow--list--items--item--view--content)):has(.flow--list--items--item--view--action){grid-template-areas:"topContent action";grid-template-columns:1fr auto}}.flow--list--list-summary{border-width:var(--list-item--border-width);border-bottom-width:0;border-style:var(--list-item--border-style);border-color:var(--list-item--border-color);padding:var(--list-item--padding);border-top-left-radius:var(--list-item--corner-radius);border-top-right-radius:var(--list-item--corner-radius)}.flow--list--header{display:flex;flex-direction:column;row-gap:var(--list--content-to-content-spacing)}.flow--list--header .flow--list--header--picker-list-and-search{display:flex;gap:var(--list--block-to-block-spacing);align-items:center;justify-content:space-between;flex-wrap:wrap-reverse}.flow--list--header .flow--list--header--picker-list{display:flex;flex-grow:9999;flex-wrap:wrap;gap:var(--list--content-to-content-spacing)}.flow--list--header .flow--list--header--search-and-actions{display:flex;flex-grow:1;gap:var(--list--content-to-content-spacing);flex-wrap:wrap-reverse;justify-content:space-between}.flow--list--header .flow--list--header--search-field{width:180px;flex-grow:1}.flow--list--header .flow--list--header--actions{margin-left:auto}.flow--list--header--active-filters{display:flex;flex-direction:row;column-gap:var(--list--content-to-content-spacing);row-gap:var(--list--content-to-content-spacing);flex-wrap:wrap;align-items:center}.flow--list--header--active-filters .flow--list--header--active-filters--clear-button{margin-inline-start:auto}.flow--list{display:flex;flex-direction:column;row-gap:var(--list--block-to-block-spacing);container-type:inline-size}:is(.flow--list :has(.flow--list--list-summary)) .flow--list--items,:is(.flow--list :has(.flow--list--list-summary)) .flow--list--table{border-top-left-radius:0;border-top-right-radius:0}.flow--list--items{display:flex;flex-direction:column;border-radius:var(--list-item--corner-radius);border-color:var(--list-item--border-color);border-width:var(--list-item--border-width);border-style:var(--list-item--border-style);overflow:hidden}.flow--list--items:empty{display:none}.flow--list--items.flow--list--items--is-loading{pointer-events:none;opacity:.5}.flow--list--items[data-empty=true]{border:none}.flow--list--items--item{cursor:default;background-color:var(--list-item--background-color--default)}.flow--list--items--item{outline-color:var(--focus--outline-color);outline-offset:var(--focus--outline-offset);outline-width:var(--focus--outline-width);outline-style:none}.flow--list--items--item[data-focused],.flow--list--items--item:focus{outline-style:none}.flow--list--items--item[data-focus-visible],.flow--list--items--item:focus-visible{outline-style:auto}.flow--list--items--item[data-focused]:not([data-focus-visible]):focus-visible{outline-style:none}.flow--list--items--item.flow--list--items--item{outline-offset:calc(var(--size-px--xs) * -1)}.flow--list--items--item:where(.flow--list--items--item--is-selected){background-color:var(--list-item--background-color--pressed)}.flow--list--items--item:not(:last-child){border-bottom-color:var(--list-item--border-color);border-bottom-width:var(--list-item--border-width);border-bottom-style:var(--list-item--border-style)}.flow--list--items--item:where(.flow--list--items--item--has-action):not(.flow--list--items--item--is-selected):hover{background-color:var(--list-item--background-color--hover)}.flow--list--items--item:where(.flow--list--items--item--has-action)[data-pressed]{background-color:var(--list-item--background-color--pressed)}.flow--list--footer{font-size:var(--font-size--s);display:flex;flex-direction:column;align-items:center;row-gap:var(--list--content-to-content-spacing)}.flow--list--table.flow--list--table--is-loading{pointer-events:none;opacity:.5}.flow--list--table--row.flow--list--table--is-selected{background-color:var(--list-item--background-color--pressed)}.flow--list--table--row:where(.flow--list--table--has-action){cursor:default}.flow--list--table--row:where(.flow--list--table--has-action):not(.flow--list--table--is-selected):hover{background-color:var(--list-item--background-color--hover)}.flow--list--table--row[data-pressed]:where(.flow--list--table--has-action){background-color:var(--list-item--background-color--pressed)}
@@ -0,0 +1 @@
1
+ .flow--loading-spinner{animation:flow--loading-spinner--spin var(--loading-spinner--transition-duration) linear infinite}@keyframes flow--loading-spinner--spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
@@ -0,0 +1 @@
1
+ .flow--menu-item{display:flex;flex-direction:row;border:none;border-radius:var(--menu-item--corner-radius);background-color:var(--menu-item--background-color--default);padding:var(--menu-item--padding-y) var(--menu-item--padding-x);align-items:center}.flow--menu-item:not(a){cursor:default}.flow--menu-item{outline-color:var(--focus--outline-color);outline-offset:var(--focus--outline-offset);outline-width:var(--focus--outline-width);outline-style:none}.flow--menu-item[data-focused],.flow--menu-item:focus{outline-style:none}.flow--menu-item[data-focus-visible],.flow--menu-item:focus-visible{outline-style:auto}.flow--menu-item[data-focused]:not([data-focus-visible]):focus-visible{outline-style:none}.flow--menu-item{outline-offset:calc(var(--size-px--xxs) * -1)}.flow--menu-item .flow--menu-item--icon{order:0;color:var(--menu-item--icon-color--default)}.flow--menu-item .flow--menu-item--text{order:1}.flow--menu-item .flow--menu-item--icon+.flow--menu-item--text{margin-inline-start:var(--menu-item--icon-to-text-spacing)}.flow--menu-item:hover{background-color:var(--menu-item--background-color--hover)}.flow--menu-item[data-focused]{outline-style:none}.flow--menu-item[data-focus-visible]{outline-style:solid}.flow--menu-item:not(:has(.flow--menu-item--control-icon))[aria-current],.flow--menu-item:not(:has(.flow--menu-item--control-icon))[data-selected]{background-color:var(--menu-item--background-color--current);font-weight:var(--menu-item--font-weight--current);color:var(--menu-item--color--current)}.flow--menu-item[aria-current] .flow--menu-item--icon,.flow--menu-item[data-selected] .flow--menu-item--icon{color:var(--menu-item--icon-color--current)}.flow--menu-item[aria-disabled]{background-color:var(--menu-item--disabled-background-color);color:var(--menu-item--disabled-color)}
@@ -0,0 +1 @@
1
+ .flow--modal,.flow--modal--off-canvas{overflow:hidden}.flow--modal>div,.flow--modal--off-canvas>div{background-color:var(--modal--background-color);overflow:hidden}.flow--modal [role=dialog],.flow--modal form,.flow--modal--off-canvas [role=dialog],.flow--modal--off-canvas form{overflow:hidden;outline:none;display:grid;height:100%;max-height:inherit}.flow--modal [role=dialog]:not(:has(form)),.flow--modal--off-canvas [role=dialog]:not(:has(form)){grid-template-areas:"header" "content" "actionGroup";grid-template-rows:auto 1fr auto}.flow--modal [role=dialog]:has(form),.flow--modal--off-canvas [role=dialog]:has(form){grid-template-areas:"header" "content";grid-template-rows:auto 1fr}.flow--modal form,.flow--modal--off-canvas form{grid-area:content;grid-template-areas:"content" "actionGroup";grid-template-rows:1fr auto}.flow--modal .flow--modal--header,.flow--modal--off-canvas .flow--modal--header{grid-area:header;padding-inline:var(--modal--padding);padding-block:var(--modal--padding)}.flow--modal .flow--modal--content,.flow--modal--off-canvas .flow--modal--content{grid-area:content;overflow-x:hidden;overflow-y:auto;display:flex;flex-direction:column;padding-inline:var(--modal--padding);padding-bottom:var(--modal--padding-bottom)}.flow--modal .flow--modal--action-group,.flow--modal--off-canvas .flow--modal--action-group{grid-area:actionGroup;padding:var(--modal--action-group-padding);background-color:var(--modal--action-group-background-color);border-top-color:var(--modal--action-group-border-color);border-top-width:var(--modal--action-group-border-top-width);border-top-style:var(--modal--action-group-border-style)}@media (min-width: 550px){.flow--modal.flow--modal--size-s>div,.flow--modal>div,.flow--modal--off-canvas.flow--modal--size-s>div,.flow--modal--off-canvas>div{width:var(--modal--size--s)}.flow--modal.flow--modal--size-m>div,.flow--modal--off-canvas.flow--modal--size-m>div{width:var(--modal--size--m)}}@media (min-width: 550px){.flow--modal>div{border-radius:var(--modal--corner-radius);max-height:calc(100dvh - var(--size-px--xxl));max-width:calc(100vw - var(--size-px--xxl))}.flow--modal>div[data-entering]{animation:flow--modal--modal-zoom var(--transition--duration--slow) cubic-bezier(.1,.8,.3,1.2)}}.flow--modal--off-canvas{justify-content:flex-end}@media (min-width: 550px){.flow--modal--off-canvas>div{border-bottom-left-radius:var(--modal--corner-radius);border-top-left-radius:var(--modal--corner-radius);height:100%;margin-left:auto}.flow--modal--off-canvas>div[data-entering]{animation:flow--modal--modal-slide-in-from-right var(--transition--duration--slow)}.flow--modal--off-canvas.flow--modal--left>div{margin-left:unset;margin-right:auto}.flow--modal--off-canvas.flow--modal--left>div[data-entering]{animation:flow--modal--modal-slide-in-from-left var(--transition--duration--slow)}.flow--modal--off-canvas .flow--modal--header{border-bottom-width:var(--separator--height);border-bottom-style:var(--border-style--default);border-bottom-color:var(--separator--color);padding-block:var(--modal--off-canvas-padding-y);background-color:var(--modal--off-canvas-header-background-color);display:flex;justify-content:space-between;align-items:center}.flow--modal--off-canvas .flow--modal--content{padding-top:var(--modal--padding)}}@media (max-width: 550px){.flow--modal,.flow--modal--off-canvas{overflow-y:auto;padding-top:var(--size-px--xxl)}.flow--modal>div,.flow--modal--off-canvas>div{margin-top:auto;width:100%;border-top-right-radius:var(--modal--corner-radius);border-top-left-radius:var(--modal--corner-radius);max-height:max-content}.flow--modal>div[data-entering],.flow--modal--off-canvas>div[data-entering]{animation:flow--modal--modal-slide-up var(--transition--duration--slow)}.flow--modal .flow--modal--header,.flow--modal--off-canvas .flow--modal--header{padding-top:var(--modal--padding)}.flow--modal .flow--modal--content,.flow--modal--off-canvas .flow--modal--content{overflow:visible}.flow--modal .flow--modal--close-button,.flow--modal--off-canvas .flow--modal--close-button{display:none}}@keyframes flow--modal--modal-zoom{0%{transform:scale(.8)}to{transform:scale(1)}}@keyframes flow--modal--modal-slide-up{0%{margin-bottom:-100px}to{margin-bottom:0}}@keyframes flow--modal--modal-slide-in-from-right{0%{margin-right:-100px}to{margin-right:0}}@keyframes flow--modal--modal-slide-in-from-left{0%{margin-left:-100px}to{margin-left:0}}.flow--modal-overlay--overlay{background:var(--overlay--background-color);position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center}.flow--modal-overlay--overlay[data-entering]{animation:flow--modal-overlay--overlay-fade var(--transition--duration--default)}.flow--modal-overlay--overlay[data-exiting]{animation:flow--modal-overlay--overlay-fade var(--transition--duration--default) reverse ease-in}@keyframes flow--modal-overlay--overlay-fade{0%{opacity:0}to{opacity:1}}
@@ -0,0 +1 @@
1
+ .flow--navigation ul{display:flex;flex-direction:column;row-gap:var(--menu--item-to-item-spacing)}.flow--navigation .flow--navigation--item{display:flex;flex-direction:row;border:none;border-radius:var(--menu-item--corner-radius);background-color:var(--menu-item--background-color--default);padding:var(--menu-item--padding-y) var(--menu-item--padding-x);align-items:center}.flow--navigation .flow--navigation--item:not(a){cursor:default}.flow--navigation .flow--navigation--item{outline-color:var(--focus--outline-color);outline-offset:var(--focus--outline-offset);outline-width:var(--focus--outline-width);outline-style:none}.flow--navigation .flow--navigation--item[data-focused],.flow--navigation .flow--navigation--item:focus{outline-style:none}.flow--navigation .flow--navigation--item[data-focus-visible],.flow--navigation .flow--navigation--item:focus-visible{outline-style:auto}.flow--navigation .flow--navigation--item[data-focused]:not([data-focus-visible]):focus-visible{outline-style:none}.flow--navigation .flow--navigation--item{outline-offset:calc(var(--size-px--xxs) * -1)}.flow--navigation .flow--navigation--item .flow--navigation--icon{order:0;color:var(--menu-item--icon-color--default)}.flow--navigation .flow--navigation--item .flow--navigation--text{order:1}.flow--navigation .flow--navigation--item .flow--navigation--icon+.flow--navigation--text{margin-inline-start:var(--menu-item--icon-to-text-spacing)}.flow--navigation .flow--navigation--item:hover{background-color:var(--menu-item--background-color--hover)}.flow--navigation .flow--navigation--item[data-focused]{outline-style:none}.flow--navigation .flow--navigation--item[data-focus-visible]{outline-style:solid}.flow--navigation .flow--navigation--item:not(:has(.flow--navigation--control-icon))[aria-current],.flow--navigation .flow--navigation--item:not(:has(.flow--navigation--control-icon))[data-selected]{background-color:var(--menu-item--background-color--current);font-weight:var(--menu-item--font-weight--current);color:var(--menu-item--color--current)}.flow--navigation .flow--navigation--item[aria-current] .flow--navigation--icon,.flow--navigation .flow--navigation--item[data-selected] .flow--navigation--icon{color:var(--menu-item--icon-color--current)}.flow--navigation .flow--navigation--item[aria-disabled]{background-color:var(--menu-item--disabled-background-color);color:var(--menu-item--disabled-color)}.flow--navigation hr{margin-block:var(--menu--separator-to-item-spacing)}.flow--navigation--navigation-group:not(:last-child){margin-bottom:var(--menu--group-to-group-spacing)}.flow--navigation--navigation-group .flow--navigation--navigation-group--label{display:block;margin-block:var(--menu--label-to-group-spacing)}
@@ -0,0 +1 @@
1
+ .flow--notification{border-radius:var(--notification--corner-radius);width:var(--notification--width);box-shadow:var(--notification--box-shadow);position:relative}.flow--notification .flow--notification--link{padding:var(--notification--padding);border-radius:var(--notification--corner-radius);border-style:var(--notification--border-style);border-width:0;border-inline-start-width:var(--notification--border-x-start-width);display:flex;flex-direction:column;row-gap:var(--notification--heading-to-text-spacing);cursor:default}.flow--notification .flow--notification--link{outline-color:var(--focus--outline-color);outline-offset:var(--focus--outline-offset);outline-width:var(--focus--outline-width);outline-style:none}.flow--notification .flow--notification--link[data-focused],.flow--notification .flow--notification--link:focus{outline-style:none}.flow--notification .flow--notification--link[data-focus-visible],.flow--notification .flow--notification--link:focus-visible{outline-style:auto}.flow--notification .flow--notification--link[data-focused]:not([data-focus-visible]):focus-visible{outline-style:none}.flow--notification .flow--notification--heading{--button-width: calc( var(--button--line-height-s) + 2 * var(--button--padding-s) );padding-inline-end:calc(var(--button-width) + var(--heading--icon-to-text-spacing))}.flow--notification .flow--notification--text{font-size:var(--notification--font-size)}.flow--notification .flow--notification--close{position:absolute;top:var(--notification--padding);right:var(--notification--padding)}.flow--notification.flow--notification--info .flow--notification--link,.flow--notification .flow--notification--link{border-color:var(--notification--info-border-color);background-color:var(--notification--info-background-color--default)}.flow--notification.flow--notification--info.flow--notification--has-link .flow--notification--link:hover,.flow--notification.flow--notification--has-link .flow--notification--link:hover{background-color:var(--notification--info-background-color--hover)}.flow--notification.flow--notification--info.flow--notification--has-link .flow--notification--link[data-pressed],.flow--notification.flow--notification--has-link .flow--notification--link[data-pressed]{background-color:var(--notification--info-background-color--pressed)}.flow--notification.flow--notification--info .flow--notification--heading,.flow--notification .flow--notification--heading{color:var(--notification--info-heading-color)}.flow--notification.flow--notification--warning .flow--notification--link{border-color:var(--notification--warning-border-color);background-color:var(--notification--warning-background-color--default)}.flow--notification.flow--notification--warning.flow--notification--has-link .flow--notification--link:hover{background-color:var(--notification--warning-background-color--hover)}.flow--notification.flow--notification--warning.flow--notification--has-link .flow--notification--link[data-pressed]{background-color:var(--notification--warning-background-color--pressed)}.flow--notification.flow--notification--warning .flow--notification--heading{color:var(--notification--warning-heading-color)}.flow--notification.flow--notification--danger .flow--notification--link{border-color:var(--notification--danger-border-color);background-color:var(--notification--danger-background-color--default)}.flow--notification.flow--notification--danger.flow--notification--has-link .flow--notification--link:hover{background-color:var(--notification--danger-background-color--hover)}.flow--notification.flow--notification--danger.flow--notification--has-link .flow--notification--link[data-pressed]{background-color:var(--notification--danger-background-color--pressed)}.flow--notification.flow--notification--danger .flow--notification--heading{color:var(--notification--danger-heading-color)}.flow--notification.flow--notification--success .flow--notification--link{border-color:var(--notification--success-border-color);background-color:var(--notification--success-background-color--default)}.flow--notification.flow--notification--success.flow--notification--has-link .flow--notification--link:hover{background-color:var(--notification--success-background-color--hover)}.flow--notification.flow--notification--success.flow--notification--has-link .flow--notification--link[data-pressed]{background-color:var(--notification--success-background-color--pressed)}.flow--notification.flow--notification--success .flow--notification--heading{color:var(--notification--success-heading-color)}
@@ -0,0 +1 @@
1
+ .flow--notification-provider--notification-container{position:fixed;top:var(--notification-provider--window-to-provider-spacing);right:var(--notification-provider--window-to-provider-spacing);display:flex;flex-direction:column;z-index:1}.flow--notification-provider--notification-container .flow--notification-provider--notification{padding-bottom:var(--notification-provider--notification-to-notification-spacing)}
@@ -0,0 +1 @@
1
+ .flow--number-field--group{order:2;display:grid;grid-template-columns:1fr max-content;grid-template-areas:"input increment" "input decrement"}.flow--number-field--group .flow--number-field--input{grid-area:input;border-width:var(--form-control--border-width);border-style:var(--form-control--border-style);border-radius:var(--form-control--corner-radius);padding-block:calc(var(--form-control--padding-y) - var(--form-control--border-width));padding-inline:var(--form-control--padding-x);color:var(--form-control--content-color--default);border-color:var(--form-control--border-color--default);background-color:var(--form-control--background-color--default);transition-property:color,background-color,border-color;transition-duration:var(--transition--duration--default);order:2}.flow--number-field--group .flow--number-field--input::placeholder{color:var(--form-control--placeholder-color--default)}.flow--number-field--group .flow--number-field--input:hover{background-color:var(--form-control--background-color--hover)}.flow--number-field--group .flow--number-field--input[data-invalid]{border-color:var(--form-control--border-color--invalid);background-color:var(--form-control--background-color--invalid)}.flow--number-field--group .flow--number-field--input:focus-within{border-color:var(--form-control--border-color--focused);background-color:var(--form-control--background-color--focused)}.flow--number-field--group .flow--number-field--input:focus-visible,.flow--number-field--group .flow--number-field--input:focus{outline:none}.flow--number-field--group .flow--number-field--input[data-selected]{color:var(--form-control--content-color--selected);border-color:var(--form-control--border-color--selected);background-color:var(--form-control--background-color--selected)}.flow--number-field--group .flow--number-field--input:disabled,.flow--number-field--group .flow--number-field--input[data-disabled],[aria-disabled] .flow--number-field--group .flow--number-field--input{color:var(--form-control--content-color--disabled);border-color:var(--form-control--border-color--disabled);background-color:var(--form-control--background-color--disabled)}.flow--number-field--group .flow--number-field--input:disabled::placeholder,.flow--number-field--group .flow--number-field--input[data-disabled]::placeholder,[aria-disabled] .flow--number-field--group .flow--number-field--input::placeholder{color:var(--form-control--placeholder-color--disabled)}.flow--number-field--group .flow--number-field--decrement-button{grid-area:decrement}.flow--number-field--group .flow--number-field--increment-button{grid-area:increment}.flow--number-field--group .flow--number-field--decrement-button,.flow--number-field--group .flow--number-field--increment-button{border-width:var(--form-control--border-width);border-color:var(--form-control--border-color--default);border-style:solid}.flow--number-field--group[aria-invalid] .flow--number-field--decrement-button,.flow--number-field--group[aria-invalid] .flow--number-field--increment-button{border-color:var(--form-control--border-color--invalid)}.flow--number-field--group[data-focus-within] .flow--number-field--decrement-button,.flow--number-field--group[data-focus-within] .flow--number-field--increment-button{border-color:var(--form-control--border-color--focused)}.flow--number-field--group[aria-disabled=true] .flow--number-field--decrement-button,.flow--number-field--group[aria-disabled=true] .flow--number-field--increment-button{border-color:var(--form-control--border-color--disabled)}@media (pointer: fine){.flow--number-field--group .flow--number-field--input{border-start-end-radius:0;border-end-end-radius:0}.flow--number-field--group .flow--number-field--increment-button,.flow--number-field--group .flow--number-field--decrement-button{border-inline-start:none;border-start-start-radius:0;border-end-start-radius:0;padding-block:0}.flow--number-field--group .flow--number-field--increment-button .flow--number-field--coarse-pointer-icon,.flow--number-field--group .flow--number-field--decrement-button .flow--number-field--coarse-pointer-icon{display:none}.flow--number-field--group .flow--number-field--decrement-button{border-start-end-radius:0}.flow--number-field--group .flow--number-field--increment-button{border-block-end:none;border-end-end-radius:0}}@media (pointer: coarse){.flow--number-field--group{grid-template-columns:auto 1fr auto;grid-template-areas:"decrement input increment";max-width:100%}.flow--number-field--group .flow--number-field--input{border-radius:0;min-width:0}.flow--number-field--group .flow--number-field--decrement-button,.flow--number-field--group .flow--number-field--increment-button{padding-inline:var(--button--padding)}.flow--number-field--group .flow--number-field--decrement-button .flow--number-field--coarse-pointer-icon,.flow--number-field--group .flow--number-field--increment-button .flow--number-field--coarse-pointer-icon{width:var(--icon--size--m);height:var(--icon--size--m)}.flow--number-field--group .flow--number-field--decrement-button svg:not(.flow--number-field--coarse-pointer-icon),.flow--number-field--group .flow--number-field--increment-button svg:not(.flow--number-field--coarse-pointer-icon){display:none}.flow--number-field--group .flow--number-field--decrement-button{border-start-end-radius:0;border-end-end-radius:0;border-inline-end:none}.flow--number-field--group .flow--number-field--increment-button{border-start-start-radius:0;border-end-start-radius:0;border-inline-start:none}}
@@ -0,0 +1 @@
1
+ .flow--popover{background-color:var(--popover--background-color);box-shadow:var(--popover--box-shadow);border-radius:var(--popover--corner-radius);display:flex;flex-direction:column;--size-px--s--negative: calc(var(--size-px--s) * -1);min-width:var(--popover--min-width);border-width:var(--popover--border-width);border-style:var(--popover--border-style);border-color:var(--popover--border-color);max-width:calc(100% - var(--popover--popover-to-trigger-spacing) * 2)}.flow--popover :where(.flow--popover--content){overflow-y:auto;padding:var(--popover--padding)}.flow--popover :where(.flow--popover--content):focus-visible{outline:none}.flow--popover .flow--popover--tip{width:var(--popover--tip-width)}.flow--popover .flow--popover--tip svg{display:block;fill:var(--popover--background-color);stroke:var(--popover--border-color);stroke-width:var(--popover--border-width)}.flow--popover[data-placement=top]{--origin: translateY(var(--size-px--s))}.flow--popover[data-placement=top]:has(.flow--popover--tip){margin-bottom:var(--popover--tip-height)}.flow--popover[data-placement=bottom]{--origin: translateY(var(--size-px--s--negative))}.flow--popover[data-placement=bottom]:has(.flow--popover--tip){margin-top:var(--popover--tip-height)}.flow--popover[data-placement=bottom] .flow--popover--tip svg{transform:rotate(180deg)}.flow--popover[data-placement=right]{--origin: translateX(var(--size-px--s--negative))}.flow--popover[data-placement=right]:has(.flow--popover--tip){margin-left:var(--popover--tip-height)}.flow--popover[data-placement=right] .flow--popover--tip svg{transform:rotate(90deg)}.flow--popover[data-placement=left]{--origin: translateX(var(--size-px--s))}.flow--popover[data-placement=left]:has(.flow--popover--tip){margin-right:var(--popover--tip-height)}.flow--popover[data-placement=left] .flow--popover--tip svg{transform:rotate(-90deg)}.flow--popover[data-entering]{animation:flow--popover--popover-slide var(--transition--duration--default)}.flow--popover[data-exiting]{animation:flow--popover--popover-slide var(--transition--duration--default) reverse ease-in}@keyframes flow--popover--popover-slide{0%{transform:var(--origin);opacity:0}to{transform:translateY(0);opacity:1}}
@@ -0,0 +1 @@
1
+ .flow--progress-bar{display:grid;grid-template-areas:"label value" "bar bar";grid-template-columns:1fr auto;row-gap:var(--progress-bar--label-to-bar-spacing);column-gap:var(--progress-bar--label-to-value-spacing);width:100%;font-size:var(--progress-bar--font-size)}.flow--progress-bar .flow--progress-bar--label{grid-area:label}.flow--progress-bar .flow--progress-bar--value{grid-area:value;font-weight:var(--progress-bar--value-font-weight)}.flow--progress-bar .flow--progress-bar--bar{grid-area:bar;height:var(--progress-bar--bar-height);border-radius:var(--progress-bar--bar-corner-radius);box-shadow:inset 0 0 0 var(--progress-bar--bar-border-width) var(--progress-bar--bar-border-color);overflow:hidden}.flow--progress-bar .flow--progress-bar--fill{height:100%}.flow--progress-bar.flow--progress-bar--size-s{font-size:var(--progress-bar--font-size-s)}.flow--progress-bar.flow--progress-bar--size-s .flow--progress-bar--bar{height:var(--progress-bar--bar-height-s)}.flow--progress-bar.flow--progress-bar--info .flow--progress-bar--fill,.flow--progress-bar .flow--progress-bar--fill{background:var(--progress-bar--info-fill-background-color)}.flow--progress-bar.flow--progress-bar--success .flow--progress-bar--fill{background:var(--progress-bar--success-fill-background-color)}.flow--progress-bar.flow--progress-bar--danger .flow--progress-bar--fill{background:var(--progress-bar--danger-fill-background-color)}.flow--progress-bar.flow--progress-bar--warning .flow--progress-bar--fill{background:var(--progress-bar--warning-fill-background-color)}
@@ -0,0 +1 @@
1
+ .flow--radio-group{order:2;display:flex;flex-direction:column;row-gap:var(--radio-group--radio-to-radio-spacing)}.flow--radio-group--radio-button{display:grid;row-gap:var(--radio-button--text-to-text-spacing);column-gap:var(--radio-button--icon-to-text-spacing);grid-template-areas:"icon label";grid-template-columns:auto 1fr;border-width:var(--form-control--border-width);border-style:var(--form-control--border-style);border-radius:var(--form-control--corner-radius);padding-block:calc(var(--form-control--padding-y) - var(--form-control--border-width));padding-inline:var(--form-control--padding-x);color:var(--form-control--content-color--default);border-color:var(--form-control--border-color--default);background-color:var(--form-control--background-color--default);transition-property:color,background-color,border-color;transition-duration:var(--transition--duration--default);order:2}.flow--radio-group--radio-button::placeholder{color:var(--form-control--placeholder-color--default)}.flow--radio-group--radio-button:hover{background-color:var(--form-control--background-color--hover)}.flow--radio-group--radio-button[data-invalid]{border-color:var(--form-control--border-color--invalid);background-color:var(--form-control--background-color--invalid)}.flow--radio-group--radio-button:focus-within{border-color:var(--form-control--border-color--focused);background-color:var(--form-control--background-color--focused)}.flow--radio-group--radio-button:focus-visible,.flow--radio-group--radio-button:focus{outline:none}.flow--radio-group--radio-button[data-selected]{color:var(--form-control--content-color--selected);border-color:var(--form-control--border-color--selected);background-color:var(--form-control--background-color--selected)}.flow--radio-group--radio-button:disabled,.flow--radio-group--radio-button[data-disabled],[aria-disabled] .flow--radio-group--radio-button{color:var(--form-control--content-color--disabled);border-color:var(--form-control--border-color--disabled);background-color:var(--form-control--background-color--disabled)}.flow--radio-group--radio-button:disabled::placeholder,.flow--radio-group--radio-button[data-disabled]::placeholder,[aria-disabled] .flow--radio-group--radio-button::placeholder{color:var(--form-control--placeholder-color--disabled)}.flow--radio-group--radio-button.flow--radio-group--radio-button{width:auto}.flow--radio-group--radio-button:has(.flow--radio-group--radio-button--content){grid-template-areas:"icon label" ". content";grid-template-rows:auto 1fr}.flow--radio-group--radio-button:has(.flow--radio-group--radio-button--content) .flow--radio-group--radio-button--label{font-weight:var(--radio-button--label-font-weight-with-content)}.flow--radio-group--radio-button--label{grid-area:label}.flow--radio-group--radio-button--content{grid-area:content}.flow--radio-group--radio{display:grid;column-gap:var(--radio--icon-to-text-spacing);grid-template-columns:auto 1fr;width:fit-content}.flow--radio-group--radio{outline-color:var(--focus--outline-color);outline-offset:var(--focus--outline-offset);outline-width:var(--focus--outline-width);outline-style:none}.flow--radio-group--radio[data-focused],.flow--radio-group--radio:focus{outline-style:none}.flow--radio-group--radio[data-focus-visible],.flow--radio-group--radio:focus-visible{outline-style:auto}.flow--radio-group--radio[data-focused]:not([data-focus-visible]):focus-visible{outline-style:none}.flow--radio-group--radio .flow--radio-group--radio--icon{color:var(--checkbox--icon-color--default)}.flow--radio-group--radio[data-selected] .flow--radio-group--radio--icon{color:var(--radio--icon-color--selected)}.flow--radio-group--radio[data-disabled]{color:var(--radio--color--disabled)}.flow--radio-group--radio[data-disabled] .flow--radio-group--radio--icon{color:var(--radio--icon-color--disabled)}
@@ -0,0 +1 @@
1
+ .flow--search-field[data-empty] .flow--search-field--clear-button{display:none}.flow--search-field:disabled .flow--search-field--search-icon,.flow--search-field[data-disabled] .flow--search-field--search-icon,[aria-disabled] .flow--search-field .flow--search-field--search-icon{color:var(--form-control--content-color--disabled)}.flow--search-field--input-container{order:2;display:flex;position:relative}.flow--search-field--input-container .flow--search-field--search-icon{position:absolute;margin:var(--button--padding)}.flow--search-field--input-container .flow--search-field--input{border-width:var(--form-control--border-width);border-style:var(--form-control--border-style);border-radius:var(--form-control--corner-radius);padding-block:calc(var(--form-control--padding-y) - var(--form-control--border-width));padding-inline:var(--form-control--padding-x);color:var(--form-control--content-color--default);border-color:var(--form-control--border-color--default);background-color:var(--form-control--background-color--default);transition-property:color,background-color,border-color;transition-duration:var(--transition--duration--default);order:2}.flow--search-field--input-container .flow--search-field--input::placeholder{color:var(--form-control--placeholder-color--default)}.flow--search-field--input-container .flow--search-field--input:hover{background-color:var(--form-control--background-color--hover)}.flow--search-field--input-container .flow--search-field--input[data-invalid]{border-color:var(--form-control--border-color--invalid);background-color:var(--form-control--background-color--invalid)}.flow--search-field--input-container .flow--search-field--input:focus-within{border-color:var(--form-control--border-color--focused);background-color:var(--form-control--background-color--focused)}.flow--search-field--input-container .flow--search-field--input:focus-visible,.flow--search-field--input-container .flow--search-field--input:focus{outline:none}.flow--search-field--input-container .flow--search-field--input[data-selected]{color:var(--form-control--content-color--selected);border-color:var(--form-control--border-color--selected);background-color:var(--form-control--background-color--selected)}.flow--search-field--input-container .flow--search-field--input:disabled,.flow--search-field--input-container .flow--search-field--input[data-disabled],[aria-disabled] .flow--search-field--input-container .flow--search-field--input{color:var(--form-control--content-color--disabled);border-color:var(--form-control--border-color--disabled);background-color:var(--form-control--background-color--disabled)}.flow--search-field--input-container .flow--search-field--input:disabled::placeholder,.flow--search-field--input-container .flow--search-field--input[data-disabled]::placeholder,[aria-disabled] .flow--search-field--input-container .flow--search-field--input::placeholder{color:var(--form-control--placeholder-color--disabled)}.flow--search-field--input-container .flow--search-field--input{flex-grow:1;min-width:0;--button-size: calc(var(--icon--size--m) + var(--button--padding) * 2);padding-inline:var(--button-size)}.flow--search-field--input-container .flow--search-field--input::-webkit-search-cancel-button,.flow--search-field--input-container .flow--search-field--input::-webkit-search-decoration{-webkit-appearance:none}.flow--search-field--input-container .flow--search-field--clear-button{position:absolute;right:var(--size-rem--xxxs);top:var(--size-rem--xxxs);bottom:var(--size-rem--xxxs);padding-block:initial}
@@ -0,0 +1 @@
1
+ .flow--section{display:flex;flex-direction:column;row-gap:var(--section--content-to-content-spacing);container-type:inline-size}.flow--section+.flow--section{margin-block-start:var(--section--section-to-section-spacing);border-block-start-width:var(--section--border-width);border-block-start-style:var(--section--border-style);border-block-start-color:var(--section--border-color);padding-block-start:var(--section--section-to-section-spacing)}.flow--section .flow--section--heading:not(:first-child){margin-top:var(--section--sub-heading-spacing)}