@worknice/whiteboard 0.0.3 → 0.1.0-rc.1

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 (564) hide show
  1. package/package.json +15 -15
  2. package/dist/controls/Action.d.ts +0 -7
  3. package/dist/controls/Action.js +0 -81
  4. package/dist/controls/Button.d.ts +0 -22
  5. package/dist/controls/Button.js +0 -61
  6. package/dist/controls/Button.module.js +0 -9
  7. package/dist/controls/ButtonCard.d.ts +0 -7
  8. package/dist/controls/ButtonCard.js +0 -43
  9. package/dist/controls/ButtonCard.module.js +0 -7
  10. package/dist/controls/ButtonCard_module.css +0 -31
  11. package/dist/controls/ButtonLink.d.ts +0 -15
  12. package/dist/controls/ButtonLink.js +0 -48
  13. package/dist/controls/ButtonLink.module.js +0 -9
  14. package/dist/controls/ButtonLink_module.css +0 -68
  15. package/dist/controls/Button_module.css +0 -86
  16. package/dist/controls/Disclosure.d.ts +0 -7
  17. package/dist/controls/Disclosure.js +0 -27
  18. package/dist/controls/Link.d.ts +0 -14
  19. package/dist/controls/Link.js +0 -35
  20. package/dist/controls/Link.module.js +0 -5
  21. package/dist/controls/LinkCard.d.ts +0 -7
  22. package/dist/controls/LinkCard.js +0 -26
  23. package/dist/controls/LinkCard.module.js +0 -6
  24. package/dist/controls/LinkCard_module.css +0 -22
  25. package/dist/controls/Link_module.css +0 -19
  26. package/dist/controls/MenuButton.d.ts +0 -31
  27. package/dist/controls/MenuButton.js +0 -216
  28. package/dist/controls/MenuButton.module.js +0 -10
  29. package/dist/controls/MenuButton_module.css +0 -78
  30. package/dist/controls/PageTabSet.d.ts +0 -11
  31. package/dist/controls/PageTabSet.js +0 -26
  32. package/dist/controls/PageTabSet.module.js +0 -7
  33. package/dist/controls/PageTabSet_module.css +0 -32
  34. package/dist/controls/Sortable.d.ts +0 -11
  35. package/dist/controls/Sortable.js +0 -27
  36. package/dist/controls/SortableItem.d.ts +0 -8
  37. package/dist/controls/SortableItem.js +0 -42
  38. package/dist/controls/SortableItem.module.js +0 -9
  39. package/dist/controls/SortableItem_module.css +0 -46
  40. package/dist/controls/TabSet.d.ts +0 -12
  41. package/dist/controls/TabSet.js +0 -26
  42. package/dist/controls/TabSet.module.js +0 -7
  43. package/dist/controls/TabSetLink.d.ts +0 -12
  44. package/dist/controls/TabSetLink.js +0 -24
  45. package/dist/controls/TabSetLink.module.js +0 -7
  46. package/dist/controls/TabSetLink_module.css +0 -41
  47. package/dist/controls/TabSet_module.css +0 -39
  48. package/dist/email/EmailBodyText.d.ts +0 -5
  49. package/dist/email/EmailBodyText.js +0 -12
  50. package/dist/email/EmailButton.d.ts +0 -6
  51. package/dist/email/EmailButton.js +0 -19
  52. package/dist/email/EmailFooterText.d.ts +0 -5
  53. package/dist/email/EmailFooterText.js +0 -12
  54. package/dist/email/EmailLayout.d.ts +0 -10
  55. package/dist/email/EmailLayout.js +0 -41
  56. package/dist/fields/BooleanField.d.ts +0 -15
  57. package/dist/fields/BooleanField.js +0 -19
  58. package/dist/fields/ColorPickerField.d.ts +0 -18
  59. package/dist/fields/ColorPickerField.js +0 -18
  60. package/dist/fields/DateField.d.ts +0 -18
  61. package/dist/fields/DateField.js +0 -22
  62. package/dist/fields/DateTimeField.d.ts +0 -16
  63. package/dist/fields/DateTimeField.js +0 -20
  64. package/dist/fields/FileField.d.ts +0 -12
  65. package/dist/fields/FileField.js +0 -18
  66. package/dist/fields/ListBoxField.d.ts +0 -21
  67. package/dist/fields/ListBoxField.js +0 -24
  68. package/dist/fields/MarkdownField.d.ts +0 -17
  69. package/dist/fields/MarkdownField.js +0 -36
  70. package/dist/fields/NumberField.d.ts +0 -12
  71. package/dist/fields/NumberField.js +0 -23
  72. package/dist/fields/PasswordField.d.ts +0 -15
  73. package/dist/fields/PasswordField.js +0 -63
  74. package/dist/fields/PasswordField.module.js +0 -14
  75. package/dist/fields/PasswordField_module.css +0 -47
  76. package/dist/fields/RadioSetField.d.ts +0 -22
  77. package/dist/fields/RadioSetField.js +0 -42
  78. package/dist/fields/RadioSetField.module.js +0 -6
  79. package/dist/fields/RadioSetField_module.css +0 -15
  80. package/dist/fields/SelectField.d.ts +0 -20
  81. package/dist/fields/SelectField.js +0 -24
  82. package/dist/fields/SimpleRadioSetField.d.ts +0 -15
  83. package/dist/fields/SimpleRadioSetField.js +0 -13
  84. package/dist/fields/SingleSelectComboboxField.d.ts +0 -25
  85. package/dist/fields/SingleSelectComboboxField.js +0 -28
  86. package/dist/fields/StringField.d.ts +0 -12
  87. package/dist/fields/StringField.js +0 -25
  88. package/dist/fields/TextField.d.ts +0 -17
  89. package/dist/fields/TextField.js +0 -21
  90. package/dist/fields/TimeField.d.ts +0 -12
  91. package/dist/fields/TimeField.js +0 -21
  92. package/dist/forms/FormButtonSet.d.ts +0 -14
  93. package/dist/forms/FormButtonSet.js +0 -31
  94. package/dist/forms/FormButtonSet.module.js +0 -5
  95. package/dist/forms/FormButtonSet_module.css +0 -12
  96. package/dist/forms/FormError.d.ts +0 -6
  97. package/dist/forms/FormError.js +0 -10
  98. package/dist/forms/FormErrorList.d.ts +0 -8
  99. package/dist/forms/FormErrorList.js +0 -22
  100. package/dist/forms/FormErrorList.module.js +0 -6
  101. package/dist/forms/FormErrorList_module.css +0 -12
  102. package/dist/forms/FormStatusIndicator.d.ts +0 -8
  103. package/dist/forms/FormStatusIndicator.js +0 -40
  104. package/dist/forms/FormStatusIndicator.module.js +0 -8
  105. package/dist/forms/FormStatusIndicator_module.css +0 -18
  106. package/dist/forms/RegularField.d.ts +0 -14
  107. package/dist/forms/RegularField.js +0 -47
  108. package/dist/forms/RegularField.module.js +0 -14
  109. package/dist/forms/RegularField_module.css +0 -47
  110. package/dist/forms/ToggleField.d.ts +0 -12
  111. package/dist/forms/ToggleField.js +0 -38
  112. package/dist/forms/ToggleField.module.js +0 -8
  113. package/dist/forms/ToggleField_module.css +0 -25
  114. package/dist/forms/_types.d.ts +0 -17
  115. package/dist/forms/_types.js +0 -0
  116. package/dist/forms/useForm.d.ts +0 -54
  117. package/dist/forms/useForm.js +0 -107
  118. package/dist/hud/ChevronIcon.d.ts +0 -2
  119. package/dist/hud/ChevronIcon.js +0 -13
  120. package/dist/hud/NavItem.d.ts +0 -10
  121. package/dist/hud/NavItem.js +0 -27
  122. package/dist/hud/NavItem.module.js +0 -7
  123. package/dist/hud/NavItemChild.d.ts +0 -8
  124. package/dist/hud/NavItemChild.js +0 -20
  125. package/dist/hud/NavItemChild.module.js +0 -6
  126. package/dist/hud/NavItemChild_module.css +0 -20
  127. package/dist/hud/NavItem_module.css +0 -26
  128. package/dist/hud/NavSection.d.ts +0 -12
  129. package/dist/hud/NavSection.js +0 -48
  130. package/dist/hud/NavSection.module.js +0 -11
  131. package/dist/hud/NavSection_module.css +0 -44
  132. package/dist/hud/NavTitle.d.ts +0 -8
  133. package/dist/hud/NavTitle.js +0 -43
  134. package/dist/hud/NavTitle.module.js +0 -6
  135. package/dist/hud/NavTitle_module.css +0 -30
  136. package/dist/hud/SidebarIcon.d.ts +0 -2
  137. package/dist/hud/SidebarIcon.js +0 -13
  138. package/dist/hud/ToolbarButton.d.ts +0 -12
  139. package/dist/hud/ToolbarButton.js +0 -23
  140. package/dist/hud/ToolbarButton.module.js +0 -6
  141. package/dist/hud/ToolbarButton_module.css +0 -24
  142. package/dist/icons/AppsIcon.d.ts +0 -3
  143. package/dist/icons/AppsIcon.js +0 -11
  144. package/dist/icons/ArchiveIcon.d.ts +0 -3
  145. package/dist/icons/ArchiveIcon.js +0 -11
  146. package/dist/icons/ArrowLeftIcon.d.ts +0 -3
  147. package/dist/icons/ArrowLeftIcon.js +0 -11
  148. package/dist/icons/ArrowRightIcon.d.ts +0 -3
  149. package/dist/icons/ArrowRightIcon.js +0 -11
  150. package/dist/icons/AssignIcon.d.ts +0 -3
  151. package/dist/icons/AssignIcon.js +0 -13
  152. package/dist/icons/BankAccountIcon.d.ts +0 -3
  153. package/dist/icons/BankAccountIcon.js +0 -11
  154. package/dist/icons/CalendarIcon.d.ts +0 -3
  155. package/dist/icons/CalendarIcon.js +0 -11
  156. package/dist/icons/CancelIcon.d.ts +0 -3
  157. package/dist/icons/CancelIcon.js +0 -11
  158. package/dist/icons/CaratDownIcon.d.ts +0 -3
  159. package/dist/icons/CaratDownIcon.js +0 -11
  160. package/dist/icons/CaratLeftIcon.d.ts +0 -3
  161. package/dist/icons/CaratLeftIcon.js +0 -11
  162. package/dist/icons/CaratRightIcon.d.ts +0 -3
  163. package/dist/icons/CaratRightIcon.js +0 -11
  164. package/dist/icons/CaratUpIcon.d.ts +0 -3
  165. package/dist/icons/CaratUpIcon.js +0 -11
  166. package/dist/icons/CheckmarkIcon.d.ts +0 -3
  167. package/dist/icons/CheckmarkIcon.js +0 -11
  168. package/dist/icons/ChevronDownIcon.d.ts +0 -3
  169. package/dist/icons/ChevronDownIcon.js +0 -11
  170. package/dist/icons/ChevronLeftIcon.d.ts +0 -3
  171. package/dist/icons/ChevronLeftIcon.js +0 -11
  172. package/dist/icons/ChevronRightIcon.d.ts +0 -3
  173. package/dist/icons/ChevronRightIcon.js +0 -11
  174. package/dist/icons/ChevronUpIcon.d.ts +0 -3
  175. package/dist/icons/ChevronUpIcon.js +0 -11
  176. package/dist/icons/CloseIcon.d.ts +0 -3
  177. package/dist/icons/CloseIcon.js +0 -11
  178. package/dist/icons/CopyIcon.d.ts +0 -3
  179. package/dist/icons/CopyIcon.js +0 -14
  180. package/dist/icons/DashIcon.d.ts +0 -3
  181. package/dist/icons/DashIcon.js +0 -11
  182. package/dist/icons/DeleteIcon.d.ts +0 -3
  183. package/dist/icons/DeleteIcon.js +0 -11
  184. package/dist/icons/EditIcon.d.ts +0 -3
  185. package/dist/icons/EditIcon.js +0 -11
  186. package/dist/icons/EmailIcon.d.ts +0 -3
  187. package/dist/icons/EmailIcon.js +0 -11
  188. package/dist/icons/EmergencyContactIcon.d.ts +0 -3
  189. package/dist/icons/EmergencyContactIcon.js +0 -11
  190. package/dist/icons/ExternalIcon.d.ts +0 -3
  191. package/dist/icons/ExternalIcon.js +0 -14
  192. package/dist/icons/GripLinesIcon.d.ts +0 -3
  193. package/dist/icons/GripLinesIcon.js +0 -11
  194. package/dist/icons/HelpIcon.d.ts +0 -3
  195. package/dist/icons/HelpIcon.js +0 -11
  196. package/dist/icons/HiddenIcon.d.ts +0 -3
  197. package/dist/icons/HiddenIcon.js +0 -11
  198. package/dist/icons/InboxIcon.d.ts +0 -3
  199. package/dist/icons/InboxIcon.js +0 -11
  200. package/dist/icons/InsightsIcon.d.ts +0 -3
  201. package/dist/icons/InsightsIcon.js +0 -11
  202. package/dist/icons/JobIcon.d.ts +0 -3
  203. package/dist/icons/JobIcon.js +0 -11
  204. package/dist/icons/LeaveIcon.d.ts +0 -3
  205. package/dist/icons/LeaveIcon.js +0 -11
  206. package/dist/icons/LoadingIcon.d.ts +0 -4
  207. package/dist/icons/LoadingIcon.js +0 -22
  208. package/dist/icons/LogoutIcon.d.ts +0 -3
  209. package/dist/icons/LogoutIcon.js +0 -11
  210. package/dist/icons/MicrosoftIcon.d.ts +0 -3
  211. package/dist/icons/MicrosoftIcon.js +0 -26
  212. package/dist/icons/MinusIcon.d.ts +0 -3
  213. package/dist/icons/MinusIcon.js +0 -11
  214. package/dist/icons/OverflowIcon.d.ts +0 -3
  215. package/dist/icons/OverflowIcon.js +0 -11
  216. package/dist/icons/PaperworkIcon.d.ts +0 -3
  217. package/dist/icons/PaperworkIcon.js +0 -11
  218. package/dist/icons/PeopleIcon.d.ts +0 -3
  219. package/dist/icons/PeopleIcon.js +0 -11
  220. package/dist/icons/PhoneIcon.d.ts +0 -3
  221. package/dist/icons/PhoneIcon.js +0 -11
  222. package/dist/icons/PlusIcon.d.ts +0 -3
  223. package/dist/icons/PlusIcon.js +0 -11
  224. package/dist/icons/PositionsIcon.d.ts +0 -3
  225. package/dist/icons/PositionsIcon.js +0 -11
  226. package/dist/icons/ProfileFemaleIcon.d.ts +0 -3
  227. package/dist/icons/ProfileFemaleIcon.js +0 -11
  228. package/dist/icons/ProfileIcon.d.ts +0 -3
  229. package/dist/icons/ProfileIcon.js +0 -11
  230. package/dist/icons/ProfileMaleIcon.d.ts +0 -3
  231. package/dist/icons/ProfileMaleIcon.js +0 -11
  232. package/dist/icons/RemunerationIcon.d.ts +0 -3
  233. package/dist/icons/RemunerationIcon.js +0 -11
  234. package/dist/icons/RescheduleIcon.d.ts +0 -3
  235. package/dist/icons/RescheduleIcon.js +0 -13
  236. package/dist/icons/RestoreIcon.d.ts +0 -3
  237. package/dist/icons/RestoreIcon.js +0 -13
  238. package/dist/icons/ReviewIcon.d.ts +0 -3
  239. package/dist/icons/ReviewIcon.js +0 -11
  240. package/dist/icons/ScheduleIcon.d.ts +0 -3
  241. package/dist/icons/ScheduleIcon.js +0 -13
  242. package/dist/icons/SettingsIcon.d.ts +0 -3
  243. package/dist/icons/SettingsIcon.js +0 -11
  244. package/dist/icons/SidebarIcon.d.ts +0 -3
  245. package/dist/icons/SidebarIcon.js +0 -11
  246. package/dist/icons/SortAscIcon.d.ts +0 -3
  247. package/dist/icons/SortAscIcon.js +0 -11
  248. package/dist/icons/SortDefaultIcon.d.ts +0 -3
  249. package/dist/icons/SortDefaultIcon.js +0 -11
  250. package/dist/icons/SortDesIcon.d.ts +0 -3
  251. package/dist/icons/SortDesIcon.js +0 -11
  252. package/dist/icons/StepsCompleteIcon.d.ts +0 -3
  253. package/dist/icons/StepsCompleteIcon.js +0 -11
  254. package/dist/icons/StepsCurrentIcon.d.ts +0 -3
  255. package/dist/icons/StepsCurrentIcon.js +0 -11
  256. package/dist/icons/StepsIncompleteIcon.d.ts +0 -3
  257. package/dist/icons/StepsIncompleteIcon.js +0 -11
  258. package/dist/icons/SubmitIcon.d.ts +0 -3
  259. package/dist/icons/SubmitIcon.js +0 -13
  260. package/dist/icons/SuccessIcon.d.ts +0 -3
  261. package/dist/icons/SuccessIcon.js +0 -13
  262. package/dist/icons/SuperFundIcon.d.ts +0 -3
  263. package/dist/icons/SuperFundIcon.js +0 -11
  264. package/dist/icons/SyncIcon.d.ts +0 -3
  265. package/dist/icons/SyncIcon.js +0 -11
  266. package/dist/icons/TaskIcon.d.ts +0 -3
  267. package/dist/icons/TaskIcon.js +0 -11
  268. package/dist/icons/TaxIcon.d.ts +0 -3
  269. package/dist/icons/TaxIcon.js +0 -11
  270. package/dist/icons/TenureIcon.d.ts +0 -3
  271. package/dist/icons/TenureIcon.js +0 -11
  272. package/dist/icons/VisibleIcon.d.ts +0 -3
  273. package/dist/icons/VisibleIcon.js +0 -11
  274. package/dist/icons/WarningIcon.d.ts +0 -3
  275. package/dist/icons/WarningIcon.js +0 -12
  276. package/dist/icons/_types.d.ts +0 -4
  277. package/dist/icons/_types.js +0 -0
  278. package/dist/icons/index.d.ts +0 -67
  279. package/dist/icons/index.js +0 -68
  280. package/dist/index.d.ts +0 -1
  281. package/dist/index.js +0 -0
  282. package/dist/inputs/CheckboxInput.d.ts +0 -12
  283. package/dist/inputs/CheckboxInput.js +0 -48
  284. package/dist/inputs/CheckboxInput.module.js +0 -6
  285. package/dist/inputs/CheckboxInput_module.css +0 -32
  286. package/dist/inputs/ColorPickerInput.d.ts +0 -8
  287. package/dist/inputs/ColorPickerInput.js +0 -36
  288. package/dist/inputs/ColorPickerInput.module.js +0 -15
  289. package/dist/inputs/ColorPickerInput_module.css +0 -99
  290. package/dist/inputs/DateInput.d.ts +0 -19
  291. package/dist/inputs/DateInput.js +0 -43
  292. package/dist/inputs/DateInput.module.js +0 -10
  293. package/dist/inputs/DateInput_module.css +0 -60
  294. package/dist/inputs/DateTimeInput.d.ts +0 -17
  295. package/dist/inputs/DateTimeInput.js +0 -34
  296. package/dist/inputs/DateTimeInput.module.js +0 -5
  297. package/dist/inputs/DateTimeInput_module.css +0 -27
  298. package/dist/inputs/FileInput.d.ts +0 -7
  299. package/dist/inputs/FileInput.js +0 -12
  300. package/dist/inputs/ListBoxInput.d.ts +0 -14
  301. package/dist/inputs/ListBoxInput.js +0 -66
  302. package/dist/inputs/ListBoxInput.module.js +0 -10
  303. package/dist/inputs/ListBoxInput_module.css +0 -44
  304. package/dist/inputs/MarkdownInput.d.ts +0 -11
  305. package/dist/inputs/MarkdownInput.js +0 -35
  306. package/dist/inputs/MarkdownInput.module.js +0 -5
  307. package/dist/inputs/MarkdownInput_module.css +0 -27
  308. package/dist/inputs/NumberInput.d.ts +0 -13
  309. package/dist/inputs/NumberInput.js +0 -44
  310. package/dist/inputs/NumberInput.module.js +0 -10
  311. package/dist/inputs/NumberInput_module.css +0 -59
  312. package/dist/inputs/RadioInput.d.ts +0 -9
  313. package/dist/inputs/RadioInput.js +0 -34
  314. package/dist/inputs/RadioInput.module.js +0 -6
  315. package/dist/inputs/RadioInput_module.css +0 -31
  316. package/dist/inputs/SelectInput.d.ts +0 -14
  317. package/dist/inputs/SelectInput.js +0 -130
  318. package/dist/inputs/SelectInput.module.js +0 -10
  319. package/dist/inputs/SelectInput_module.css +0 -63
  320. package/dist/inputs/SingleSelectComboboxInput.d.ts +0 -19
  321. package/dist/inputs/SingleSelectComboboxInput.js +0 -179
  322. package/dist/inputs/SingleSelectComboboxInput.module.js +0 -12
  323. package/dist/inputs/SingleSelectComboboxInput_module.css +0 -73
  324. package/dist/inputs/StringInput.d.ts +0 -15
  325. package/dist/inputs/StringInput.js +0 -51
  326. package/dist/inputs/StringInput.module.js +0 -10
  327. package/dist/inputs/StringInput_module.css +0 -59
  328. package/dist/inputs/TextInput.d.ts +0 -13
  329. package/dist/inputs/TextInput.js +0 -51
  330. package/dist/inputs/TextInput.module.js +0 -10
  331. package/dist/inputs/TextInput_module.css +0 -59
  332. package/dist/inputs/TimeInput.d.ts +0 -11
  333. package/dist/inputs/TimeInput.js +0 -26
  334. package/dist/inputs/TimeInput.module.js +0 -5
  335. package/dist/inputs/TimeInput_module.css +0 -33
  336. package/dist/layouts/BaseLayout.d.ts +0 -7
  337. package/dist/layouts/BaseLayout.js +0 -15
  338. package/dist/layouts/FullLayout.d.ts +0 -19
  339. package/dist/layouts/FullLayout.js +0 -152
  340. package/dist/layouts/FullLayout.module.js +0 -24
  341. package/dist/layouts/FullLayout_module.css +0 -257
  342. package/dist/layouts/MinimalLayout.d.ts +0 -12
  343. package/dist/layouts/MinimalLayout.js +0 -34
  344. package/dist/layouts/MinimalLayout.module.js +0 -6
  345. package/dist/layouts/MinimalLayout_module.css +0 -25
  346. package/dist/presentation/ActionSet.d.ts +0 -13
  347. package/dist/presentation/ActionSet.js +0 -13
  348. package/dist/presentation/ActionSet.module.js +0 -5
  349. package/dist/presentation/ActionSet_module.css +0 -7
  350. package/dist/presentation/Avatar.d.ts +0 -8
  351. package/dist/presentation/Avatar.js +0 -27
  352. package/dist/presentation/Avatar.module.js +0 -5
  353. package/dist/presentation/Avatar_module.css +0 -10
  354. package/dist/presentation/Badge.d.ts +0 -8
  355. package/dist/presentation/Badge.js +0 -20
  356. package/dist/presentation/Badge.module.js +0 -14
  357. package/dist/presentation/BadgeSet.d.ts +0 -15
  358. package/dist/presentation/BadgeSet.js +0 -18
  359. package/dist/presentation/BadgeSet.module.js +0 -7
  360. package/dist/presentation/BadgeSet_module.css +0 -15
  361. package/dist/presentation/Badge_module.css +0 -53
  362. package/dist/presentation/Banner.d.ts +0 -11
  363. package/dist/presentation/Banner.js +0 -33
  364. package/dist/presentation/Banner.module.js +0 -12
  365. package/dist/presentation/Banner_module.css +0 -54
  366. package/dist/presentation/ButtonSet.d.ts +0 -11
  367. package/dist/presentation/ButtonSet.js +0 -21
  368. package/dist/presentation/ButtonsSet.module.js +0 -6
  369. package/dist/presentation/ButtonsSet_module.css +0 -10
  370. package/dist/presentation/Card.d.ts +0 -17
  371. package/dist/presentation/Card.js +0 -38
  372. package/dist/presentation/Card.module.js +0 -9
  373. package/dist/presentation/CardContent.d.ts +0 -7
  374. package/dist/presentation/CardContent.js +0 -12
  375. package/dist/presentation/CardContent.module.js +0 -5
  376. package/dist/presentation/CardContent_module.css +0 -4
  377. package/dist/presentation/Card_module.css +0 -32
  378. package/dist/presentation/Columns.d.ts +0 -8
  379. package/dist/presentation/Columns.js +0 -16
  380. package/dist/presentation/Columns.module.js +0 -7
  381. package/dist/presentation/Columns_module.css +0 -19
  382. package/dist/presentation/ConfirmationModal.d.ts +0 -13
  383. package/dist/presentation/ConfirmationModal.js +0 -61
  384. package/dist/presentation/DefinitionList.d.ts +0 -10
  385. package/dist/presentation/DefinitionList.js +0 -22
  386. package/dist/presentation/DefinitionList.module.js +0 -6
  387. package/dist/presentation/DefinitionList_module.css +0 -10
  388. package/dist/presentation/Divider.d.ts +0 -5
  389. package/dist/presentation/Divider.js +0 -23
  390. package/dist/presentation/Divider.module.js +0 -6
  391. package/dist/presentation/Divider_module.css +0 -12
  392. package/dist/presentation/File.d.ts +0 -6
  393. package/dist/presentation/File.js +0 -57
  394. package/dist/presentation/Footer.d.ts +0 -12
  395. package/dist/presentation/Footer.js +0 -18
  396. package/dist/presentation/Footer.module.js +0 -5
  397. package/dist/presentation/Footer_module.css +0 -16
  398. package/dist/presentation/HStack.d.ts +0 -10
  399. package/dist/presentation/HStack.js +0 -16
  400. package/dist/presentation/HStack.module.js +0 -5
  401. package/dist/presentation/HStack_module.css +0 -10
  402. package/dist/presentation/Header.d.ts +0 -10
  403. package/dist/presentation/Header.js +0 -20
  404. package/dist/presentation/Header.module.js +0 -6
  405. package/dist/presentation/Header_module.css +0 -17
  406. package/dist/presentation/Heading.d.ts +0 -10
  407. package/dist/presentation/Heading.js +0 -10
  408. package/dist/presentation/HeadlineStatisticCard.d.ts +0 -9
  409. package/dist/presentation/HeadlineStatisticCard.js +0 -35
  410. package/dist/presentation/HoverCard.d.ts +0 -7
  411. package/dist/presentation/HoverCard.js +0 -90
  412. package/dist/presentation/HoverCard.module.js +0 -8
  413. package/dist/presentation/HoverCard_module.css +0 -18
  414. package/dist/presentation/Icon.d.ts +0 -20
  415. package/dist/presentation/Icon.js +0 -27
  416. package/dist/presentation/IconSymbolSet.d.ts +0 -6
  417. package/dist/presentation/IconSymbolSet.js +0 -16
  418. package/dist/presentation/Info.d.ts +0 -10
  419. package/dist/presentation/Info.js +0 -26
  420. package/dist/presentation/Info.module.js +0 -8
  421. package/dist/presentation/Info_module.css +0 -38
  422. package/dist/presentation/Key.d.ts +0 -7
  423. package/dist/presentation/Key.js +0 -13
  424. package/dist/presentation/Key.module.js +0 -5
  425. package/dist/presentation/Key_module.css +0 -15
  426. package/dist/presentation/KeysSet.d.ts +0 -9
  427. package/dist/presentation/KeysSet.js +0 -8
  428. package/dist/presentation/KeysSet.module.js +0 -5
  429. package/dist/presentation/KeysSet_module.css +0 -6
  430. package/dist/presentation/Label.d.ts +0 -10
  431. package/dist/presentation/Label.js +0 -10
  432. package/dist/presentation/Layer.d.ts +0 -9
  433. package/dist/presentation/Layer.js +0 -48
  434. package/dist/presentation/ListCard.d.ts +0 -13
  435. package/dist/presentation/ListCard.js +0 -50
  436. package/dist/presentation/ListCard.module.js +0 -10
  437. package/dist/presentation/ListCard_module.css +0 -78
  438. package/dist/presentation/Markdown.d.ts +0 -19
  439. package/dist/presentation/Markdown.js +0 -33
  440. package/dist/presentation/Modal.d.ts +0 -8
  441. package/dist/presentation/Modal.js +0 -26
  442. package/dist/presentation/Modal.module.js +0 -7
  443. package/dist/presentation/Modal_module.css +0 -17
  444. package/dist/presentation/ObscuredText.d.ts +0 -5
  445. package/dist/presentation/ObscuredText.js +0 -25
  446. package/dist/presentation/ObscuredText.module.js +0 -6
  447. package/dist/presentation/ObscuredText_module.css +0 -26
  448. package/dist/presentation/Overlay.d.ts +0 -7
  449. package/dist/presentation/Overlay.js +0 -29
  450. package/dist/presentation/Overlay.module.js +0 -6
  451. package/dist/presentation/Overlay_module.css +0 -20
  452. package/dist/presentation/PersonAvatar.d.ts +0 -18
  453. package/dist/presentation/PersonAvatar.js +0 -89
  454. package/dist/presentation/PersonCover.d.ts +0 -5
  455. package/dist/presentation/PersonCover.js +0 -21
  456. package/dist/presentation/PersonCover.module.js +0 -6
  457. package/dist/presentation/PersonCover_module.css +0 -22
  458. package/dist/presentation/Placeholder.d.ts +0 -6
  459. package/dist/presentation/Placeholder.js +0 -8
  460. package/dist/presentation/Placeholder.module.js +0 -5
  461. package/dist/presentation/Placeholder_module.css +0 -9
  462. package/dist/presentation/PlainText.d.ts +0 -11
  463. package/dist/presentation/PlainText.js +0 -40
  464. package/dist/presentation/PlainText.module.js +0 -5
  465. package/dist/presentation/PlainText_module.css +0 -6
  466. package/dist/presentation/RichText.d.ts +0 -16
  467. package/dist/presentation/RichText.js +0 -21
  468. package/dist/presentation/RichText.module.js +0 -7
  469. package/dist/presentation/RichText_module.css +0 -177
  470. package/dist/presentation/Sheet.d.ts +0 -23
  471. package/dist/presentation/Sheet.js +0 -22
  472. package/dist/presentation/Sheet.module.js +0 -8
  473. package/dist/presentation/SheetContent.d.ts +0 -6
  474. package/dist/presentation/SheetContent.js +0 -8
  475. package/dist/presentation/SheetContent.module.js +0 -5
  476. package/dist/presentation/SheetContent_module.css +0 -7
  477. package/dist/presentation/SheetFooter.d.ts +0 -7
  478. package/dist/presentation/SheetFooter.js +0 -12
  479. package/dist/presentation/SheetFooter.module.js +0 -5
  480. package/dist/presentation/SheetFooter_module.css +0 -7
  481. package/dist/presentation/SheetHeader.d.ts +0 -8
  482. package/dist/presentation/SheetHeader.js +0 -13
  483. package/dist/presentation/SheetHeader.module.js +0 -5
  484. package/dist/presentation/SheetHeader_module.css +0 -7
  485. package/dist/presentation/Sheet_module.css +0 -24
  486. package/dist/presentation/SimpleList.d.ts +0 -9
  487. package/dist/presentation/SimpleList.js +0 -14
  488. package/dist/presentation/SimpleList.module.js +0 -5
  489. package/dist/presentation/SimpleList_module.css +0 -9
  490. package/dist/presentation/SimpleTable.d.ts +0 -27
  491. package/dist/presentation/SimpleTable.js +0 -67
  492. package/dist/presentation/SimpleTable.module.js +0 -12
  493. package/dist/presentation/SimpleTable_module.css +0 -42
  494. package/dist/presentation/Slot.d.ts +0 -8
  495. package/dist/presentation/Slot.js +0 -26
  496. package/dist/presentation/Slot.module.js +0 -5
  497. package/dist/presentation/Slot_module.css +0 -7
  498. package/dist/presentation/Subheading.d.ts +0 -10
  499. package/dist/presentation/Subheading.js +0 -10
  500. package/dist/presentation/Table.d.ts +0 -71
  501. package/dist/presentation/Table.js +0 -458
  502. package/dist/presentation/Table.module.js +0 -22
  503. package/dist/presentation/Table_module.css +0 -142
  504. package/dist/presentation/Tag.d.ts +0 -9
  505. package/dist/presentation/Tag.js +0 -20
  506. package/dist/presentation/Tag.module.js +0 -14
  507. package/dist/presentation/TagSet.d.ts +0 -15
  508. package/dist/presentation/TagSet.js +0 -18
  509. package/dist/presentation/TagSet.module.js +0 -7
  510. package/dist/presentation/TagSet_module.css +0 -15
  511. package/dist/presentation/Tag_module.css +0 -53
  512. package/dist/presentation/Timeline.d.ts +0 -10
  513. package/dist/presentation/Timeline.js +0 -24
  514. package/dist/presentation/Timeline.module.js +0 -7
  515. package/dist/presentation/Timeline_module.css +0 -32
  516. package/dist/presentation/Title.d.ts +0 -10
  517. package/dist/presentation/Title.js +0 -10
  518. package/dist/presentation/Tooltip.d.ts +0 -7
  519. package/dist/presentation/Tooltip.js +0 -62
  520. package/dist/presentation/Tooltip.module.js +0 -6
  521. package/dist/presentation/Tooltip_module.css +0 -12
  522. package/dist/presentation/VStack.d.ts +0 -13
  523. package/dist/presentation/VStack.js +0 -15
  524. package/dist/presentation/VStack.module.js +0 -5
  525. package/dist/presentation/VStack_module.css +0 -8
  526. package/dist/shared.css +0 -407
  527. package/dist/utils/NextContext.d.ts +0 -10
  528. package/dist/utils/NextContext.js +0 -4
  529. package/dist/utils/TrackingContext.d.ts +0 -20
  530. package/dist/utils/TrackingContext.js +0 -4
  531. package/dist/utils/customProperties.d.ts +0 -5
  532. package/dist/utils/customProperties.js +0 -3
  533. package/dist/utils/encodeCsv.d.ts +0 -5
  534. package/dist/utils/encodeCsv.js +0 -30
  535. package/dist/utils/search.d.ts +0 -4
  536. package/dist/utils/search.js +0 -10
  537. package/dist/utils/useNextContext.d.ts +0 -35
  538. package/dist/utils/useNextContext.js +0 -9
  539. package/dist/validators/isGreaterThan.d.ts +0 -8
  540. package/dist/validators/isGreaterThan.js +0 -11
  541. package/dist/validators/isInteger.d.ts +0 -8
  542. package/dist/validators/isInteger.js +0 -11
  543. package/dist/validators/isLessThan.d.ts +0 -8
  544. package/dist/validators/isLessThan.js +0 -11
  545. package/dist/validators/isNotBlank.d.ts +0 -8
  546. package/dist/validators/isNotBlank.js +0 -11
  547. package/dist/validators/isNotEmpty.d.ts +0 -8
  548. package/dist/validators/isNotEmpty.js +0 -11
  549. package/dist/validators/isNumber.d.ts +0 -8
  550. package/dist/validators/isNumber.js +0 -12
  551. package/dist/validators/isRequired.d.ts +0 -8
  552. package/dist/validators/isRequired.js +0 -11
  553. package/dist/validators/isTrue.d.ts +0 -8
  554. package/dist/validators/isTrue.js +0 -11
  555. package/dist/validators/isValidEmail.d.ts +0 -8
  556. package/dist/validators/isValidEmail.js +0 -12
  557. package/dist/visuals/ProportionVisual.d.ts +0 -11
  558. package/dist/visuals/ProportionVisual.js +0 -41
  559. package/dist/visuals/ProportionVisual.module.js +0 -16
  560. package/dist/visuals/ProportionVisualCompact.d.ts +0 -9
  561. package/dist/visuals/ProportionVisualCompact.js +0 -27
  562. package/dist/visuals/ProportionVisualCompact.module.js +0 -15
  563. package/dist/visuals/ProportionVisualCompact_module.css +0 -48
  564. package/dist/visuals/ProportionVisual_module.css +0 -65
@@ -1,14 +0,0 @@
1
- import "./Badge_module.css";
2
- const Badge_module_rslib_entry_ = {
3
- badge: "badge-Z4K_h5",
4
- blue: "blue-oz8K4V",
5
- green: "green-Vs76TD",
6
- grey: "grey-Knh6a9",
7
- maroon: "maroon-DaHKJG",
8
- orange: "orange-RHTezC",
9
- purple: "purple-_CbtKb",
10
- red: "red-Wk_zCG",
11
- teal: "teal-w8lAzg",
12
- yellow: "yellow-SDm2rH"
13
- };
14
- export { Badge_module_rslib_entry_ as default };
@@ -1,15 +0,0 @@
1
- import { type ReactNode } from "react";
2
- type Props = {
3
- direction?: "row" | "column";
4
- badges: Array<{
5
- key: string;
6
- value: ReactNode;
7
- } | null>;
8
- };
9
- /**
10
- * Displays a set of badges. If there are no badges with non-null values,
11
- * nothing will be rendered. If there's not enough space, the badges will wrap
12
- * (using flexbox) or be truncated.
13
- */
14
- declare const BadgeSet: ({ badges, direction }: Props) => import("react/jsx-runtime").JSX.Element | null;
15
- export default BadgeSet;
@@ -1,18 +0,0 @@
1
- import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__ from "react/jsx-runtime";
2
- import * as __WEBPACK_EXTERNAL_MODULE_clsx__ from "clsx";
3
- import * as __WEBPACK_EXTERNAL_MODULE__BadgeSet_module_js_f7c238cd__ from "./BadgeSet.module.js";
4
- import * as __WEBPACK_EXTERNAL_MODULE_react__ from "react";
5
- const BadgeSet = ({ badges, direction = "row" })=>{
6
- const nonNullBadges = badges.filter((badge)=>null !== badge && void 0 !== badge.value && null !== badge.value);
7
- return nonNullBadges.length > 0 ? /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("div", {
8
- className: (0, __WEBPACK_EXTERNAL_MODULE_clsx__["default"])([
9
- __WEBPACK_EXTERNAL_MODULE__BadgeSet_module_js_f7c238cd__["default"].container,
10
- "row" === direction ? __WEBPACK_EXTERNAL_MODULE__BadgeSet_module_js_f7c238cd__["default"].directionRow : __WEBPACK_EXTERNAL_MODULE__BadgeSet_module_js_f7c238cd__["default"].directionColumn
11
- ]),
12
- children: nonNullBadges.map(({ key, value })=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)(__WEBPACK_EXTERNAL_MODULE_react__.Fragment, {
13
- children: value
14
- }, key))
15
- }) : null;
16
- };
17
- const BadgeSet_rslib_entry_ = BadgeSet;
18
- export { BadgeSet_rslib_entry_ as default };
@@ -1,7 +0,0 @@
1
- import "./BadgeSet_module.css";
2
- const BadgeSet_module_rslib_entry_ = {
3
- container: "container-OFPF49",
4
- directionRow: "directionRow-qMi0SU",
5
- directionColumn: "directionColumn-imD524"
6
- };
7
- export { BadgeSet_module_rslib_entry_ as default };
@@ -1,15 +0,0 @@
1
- .container-OFPF49 {
2
- align-items: flex-start;
3
- gap: var(--size-n3);
4
- flex-wrap: wrap;
5
- display: flex;
6
- }
7
-
8
- .directionRow-qMi0SU {
9
- flex-direction: row;
10
- }
11
-
12
- .directionColumn-imD524 {
13
- flex-direction: column;
14
- }
15
-
@@ -1,53 +0,0 @@
1
- .badge-Z4K_h5 {
2
- border-radius: var(--size-n3);
3
- font: var(--font-small);
4
- padding: var(--size-n4) var(--size-n2);
5
- text-wrap: noWrap;
6
- display: inline-flex;
7
- }
8
-
9
- .blue-oz8K4V {
10
- background: var(--color-blue-t09);
11
- color: var(--color-blue-s04);
12
- }
13
-
14
- .green-Vs76TD {
15
- background: var(--color-green-t09);
16
- color: var(--color-green-s04);
17
- }
18
-
19
- .grey-Knh6a9 {
20
- background: var(--color-grey-t09);
21
- color: var(--color-grey-s04);
22
- }
23
-
24
- .maroon-DaHKJG {
25
- background: var(--color-maroon-t09);
26
- color: var(--color-maroon-s04);
27
- }
28
-
29
- .orange-RHTezC {
30
- background: var(--color-orange-t09);
31
- color: var(--color-orange-s04);
32
- }
33
-
34
- .purple-_CbtKb {
35
- background: var(--color-purple-t09);
36
- color: var(--color-purple-s04);
37
- }
38
-
39
- .red-Wk_zCG {
40
- background: var(--color-red-t09);
41
- color: var(--color-red-s04);
42
- }
43
-
44
- .teal-w8lAzg {
45
- background: var(--color-teal-t09);
46
- color: var(--color-teal-s04);
47
- }
48
-
49
- .yellow-SDm2rH {
50
- background: var(--color-yellow-t09);
51
- color: var(--color-yellow-s04);
52
- }
53
-
@@ -1,11 +0,0 @@
1
- import type { ReactNode } from "react";
2
- type Props = {
3
- actions?: ReactNode;
4
- children: ReactNode;
5
- description?: ReactNode;
6
- icon?: ReactNode;
7
- id?: string;
8
- type?: "regular" | "actionable" | "success" | "error";
9
- };
10
- declare const Banner: ({ actions, children, description, icon, id, type }: Props) => import("react/jsx-runtime").JSX.Element;
11
- export default Banner;
@@ -1,33 +0,0 @@
1
- import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__ from "react/jsx-runtime";
2
- import * as __WEBPACK_EXTERNAL_MODULE__Banner_module_js_241cd8eb__ from "./Banner.module.js";
3
- import * as __WEBPACK_EXTERNAL_MODULE_clsx__ from "clsx";
4
- const Banner = ({ actions, children, description, icon, id, type = "regular" })=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsxs)("div", {
5
- className: (0, __WEBPACK_EXTERNAL_MODULE_clsx__["default"])(__WEBPACK_EXTERNAL_MODULE__Banner_module_js_241cd8eb__["default"].banner, {
6
- [__WEBPACK_EXTERNAL_MODULE__Banner_module_js_241cd8eb__["default"].actionable]: "actionable" === type,
7
- [__WEBPACK_EXTERNAL_MODULE__Banner_module_js_241cd8eb__["default"].success]: "success" === type,
8
- [__WEBPACK_EXTERNAL_MODULE__Banner_module_js_241cd8eb__["default"].error]: "error" === type,
9
- [__WEBPACK_EXTERNAL_MODULE__Banner_module_js_241cd8eb__["default"].withIcon]: icon,
10
- [__WEBPACK_EXTERNAL_MODULE__Banner_module_js_241cd8eb__["default"].withActions]: actions
11
- }),
12
- id: id,
13
- children: [
14
- icon ? /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("div", {
15
- className: __WEBPACK_EXTERNAL_MODULE__Banner_module_js_241cd8eb__["default"].icon,
16
- children: icon
17
- }) : null,
18
- /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("div", {
19
- className: __WEBPACK_EXTERNAL_MODULE__Banner_module_js_241cd8eb__["default"].content,
20
- children: children
21
- }),
22
- actions ? /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("div", {
23
- className: __WEBPACK_EXTERNAL_MODULE__Banner_module_js_241cd8eb__["default"].actions,
24
- children: actions
25
- }) : null,
26
- description ? /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("div", {
27
- className: __WEBPACK_EXTERNAL_MODULE__Banner_module_js_241cd8eb__["default"].description,
28
- children: description
29
- }) : null
30
- ]
31
- });
32
- const Banner_rslib_entry_ = Banner;
33
- export { Banner_rslib_entry_ as default };
@@ -1,12 +0,0 @@
1
- import "./Banner_module.css";
2
- const Banner_module_rslib_entry_ = {
3
- banner: "banner-P2ggdP",
4
- icon: "icon-w41JIg",
5
- withIcon: "withIcon-o3YADS",
6
- withActions: "withActions-swps54",
7
- description: "description-qH0AZS",
8
- actionable: "actionable-hnZ64W",
9
- error: "error-Zke0O6",
10
- success: "success-SqgN1d"
11
- };
12
- export { Banner_module_rslib_entry_ as default };
@@ -1,54 +0,0 @@
1
- .banner-P2ggdP {
2
- background: var(--color-teal-t09);
3
- border-radius: var(--size-n2);
4
- align-items: center;
5
- gap: var(--size-n1);
6
- padding: var(--size-p2);
7
- grid-template-columns: 1fr;
8
- display: grid;
9
- }
10
-
11
- .icon-w41JIg {
12
- color: var(--color-teal-000);
13
- }
14
-
15
- .banner-P2ggdP.withIcon-o3YADS {
16
- grid-template-columns: auto 1fr;
17
- }
18
-
19
- .banner-P2ggdP.withActions-swps54 {
20
- grid-template-columns: 1fr auto;
21
- }
22
-
23
- .banner-P2ggdP.withIcon-o3YADS.withActions-swps54 {
24
- grid-template-columns: auto 1fr auto;
25
- }
26
-
27
- .description-qH0AZS {
28
- grid-column: 1 / -1;
29
- }
30
-
31
- .actionable-hnZ64W {
32
- background: var(--color-purple-t09);
33
- }
34
-
35
- .actionable-hnZ64W .icon-w41JIg {
36
- color: var(--color-purple-000);
37
- }
38
-
39
- .error-Zke0O6 {
40
- background: var(--color-red-t09);
41
- }
42
-
43
- .error-Zke0O6 .icon-w41JIg {
44
- color: var(--color-red-000);
45
- }
46
-
47
- .success-SqgN1d {
48
- background: var(--color-green-t09);
49
- }
50
-
51
- .success-SqgN1d .icon-w41JIg {
52
- color: var(--color-green-000);
53
- }
54
-
@@ -1,11 +0,0 @@
1
- import { type ReactNode } from "react";
2
- type Props = {
3
- wrap?: boolean;
4
- buttons: Array<{
5
- key: string;
6
- value: ReactNode;
7
- } | null>;
8
- display?: "flex" | "inline-flex";
9
- };
10
- declare const ButtonsSet: ({ wrap, buttons, display }: Props) => import("react/jsx-runtime").JSX.Element | null;
11
- export default ButtonsSet;
@@ -1,21 +0,0 @@
1
- import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__ from "react/jsx-runtime";
2
- import * as __WEBPACK_EXTERNAL_MODULE_clsx__ from "clsx";
3
- import * as __WEBPACK_EXTERNAL_MODULE__ButtonsSet_module_js_8ca64122__ from "./ButtonsSet.module.js";
4
- import * as __WEBPACK_EXTERNAL_MODULE_react__ from "react";
5
- const ButtonsSet = ({ wrap = true, buttons, display = "flex" })=>{
6
- const nonNullButtons = buttons.filter((button)=>null !== button && void 0 !== button.value && null !== button.value);
7
- return nonNullButtons.length > 0 ? /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("div", {
8
- className: (0, __WEBPACK_EXTERNAL_MODULE_clsx__["default"])([
9
- __WEBPACK_EXTERNAL_MODULE__ButtonsSet_module_js_8ca64122__["default"].container,
10
- wrap && __WEBPACK_EXTERNAL_MODULE__ButtonsSet_module_js_8ca64122__["default"].wrapButtons
11
- ]),
12
- style: {
13
- display: display
14
- },
15
- children: nonNullButtons.map(({ key, value })=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)(__WEBPACK_EXTERNAL_MODULE_react__.Fragment, {
16
- children: value
17
- }, key))
18
- }) : null;
19
- };
20
- const ButtonSet_rslib_entry_ = ButtonsSet;
21
- export { ButtonSet_rslib_entry_ as default };
@@ -1,6 +0,0 @@
1
- import "./ButtonsSet_module.css";
2
- const ButtonsSet_module_rslib_entry_ = {
3
- container: "container-zHJPkV",
4
- wrapButtons: "wrapButtons-Z1Q082"
5
- };
6
- export { ButtonsSet_module_rslib_entry_ as default };
@@ -1,10 +0,0 @@
1
- .container-zHJPkV {
2
- align-items: center;
3
- gap: var(--size-n2);
4
- flex-wrap: nowrap;
5
- }
6
-
7
- .wrapButtons-Z1Q082 {
8
- flex-wrap: wrap;
9
- }
10
-
@@ -1,17 +0,0 @@
1
- import type { ReactNode } from "react";
2
- type Props = {
3
- children: ReactNode;
4
- header?: ReactNode;
5
- description?: ReactNode;
6
- footer?: ReactNode;
7
- hasShadow?: boolean;
8
- actions?: ReactNode;
9
- } & ({
10
- ariaLabel?: string;
11
- tagName?: Exclude<keyof JSX.IntrinsicElements, "form">;
12
- } | {
13
- ariaLabel: string;
14
- tagName: "form";
15
- });
16
- declare const Card: ({ ariaLabel, children, header, description, footer, hasShadow, tagName: Tag, actions, }: Props) => import("react/jsx-runtime").JSX.Element;
17
- export default Card;
@@ -1,38 +0,0 @@
1
- import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__ from "react/jsx-runtime";
2
- import * as __WEBPACK_EXTERNAL_MODULE_clsx__ from "clsx";
3
- import * as __WEBPACK_EXTERNAL_MODULE__Card_module_js_75ab42d8__ from "./Card.module.js";
4
- import * as __WEBPACK_EXTERNAL_MODULE__VStack_js_02eb6792__ from "./VStack.js";
5
- const Card = ({ ariaLabel, children, header, description, footer, hasShadow = false, tagName: Tag = "section", actions })=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsxs)(Tag, {
6
- "aria-label": ariaLabel,
7
- className: (0, __WEBPACK_EXTERNAL_MODULE_clsx__["default"])([
8
- __WEBPACK_EXTERNAL_MODULE__Card_module_js_75ab42d8__["default"].container,
9
- hasShadow ? __WEBPACK_EXTERNAL_MODULE__Card_module_js_75ab42d8__["default"].containerShadow : ""
10
- ]),
11
- children: [
12
- header ? /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsxs)("header", {
13
- className: __WEBPACK_EXTERNAL_MODULE__Card_module_js_75ab42d8__["default"].header,
14
- children: [
15
- /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsxs)(__WEBPACK_EXTERNAL_MODULE__VStack_js_02eb6792__["default"], {
16
- spacing: "n2",
17
- children: [
18
- header,
19
- description
20
- ]
21
- }),
22
- /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("div", {
23
- children: actions
24
- })
25
- ]
26
- }) : null,
27
- /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("div", {
28
- className: __WEBPACK_EXTERNAL_MODULE__Card_module_js_75ab42d8__["default"].content,
29
- children: children
30
- }),
31
- footer ? /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("div", {
32
- className: __WEBPACK_EXTERNAL_MODULE__Card_module_js_75ab42d8__["default"].footer,
33
- children: footer
34
- }) : null
35
- ]
36
- });
37
- const Card_rslib_entry_ = Card;
38
- export { Card_rslib_entry_ as default };
@@ -1,9 +0,0 @@
1
- import "./Card_module.css";
2
- const Card_module_rslib_entry_ = {
3
- container: "container-nK60hV",
4
- header: "header-jj9FGo",
5
- content: "content-vpnjlq",
6
- footer: "footer-sVxS5P",
7
- containerShadow: "containerShadow-LiuIvB"
8
- };
9
- export { Card_module_rslib_entry_ as default };
@@ -1,7 +0,0 @@
1
- import type { ReactNode } from "react";
2
- type Props = {
3
- children: ReactNode;
4
- spacing?: "n5" | "n4" | "n3" | "n2" | "n1" | "00" | "p1" | "p2" | "p3" | "p4" | "p5";
5
- };
6
- declare const CardContent: ({ children, spacing }: Props) => import("react/jsx-runtime").JSX.Element;
7
- export default CardContent;
@@ -1,12 +0,0 @@
1
- import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__ from "react/jsx-runtime";
2
- import * as __WEBPACK_EXTERNAL_MODULE__utils_customProperties_js_aeb40bdf__ from "../utils/customProperties.js";
3
- import * as __WEBPACK_EXTERNAL_MODULE__CardContent_module_js_4e062b3e__ from "./CardContent.module.js";
4
- const CardContent = ({ children, spacing = "p2" })=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("div", {
5
- className: __WEBPACK_EXTERNAL_MODULE__CardContent_module_js_4e062b3e__["default"].container,
6
- style: (0, __WEBPACK_EXTERNAL_MODULE__utils_customProperties_js_aeb40bdf__["default"])({
7
- "--spacing": `var(--size-${spacing})`
8
- }),
9
- children: children
10
- });
11
- const CardContent_rslib_entry_ = CardContent;
12
- export { CardContent_rslib_entry_ as default };
@@ -1,5 +0,0 @@
1
- import "./CardContent_module.css";
2
- const CardContent_module_rslib_entry_ = {
3
- container: "container-P9k0_H"
4
- };
5
- export { CardContent_module_rslib_entry_ as default };
@@ -1,4 +0,0 @@
1
- .container-P9k0_H {
2
- padding: var(--spacing);
3
- }
4
-
@@ -1,32 +0,0 @@
1
- .container-nK60hV {
2
- background: var(--color-white);
3
- border-radius: var(--size-n2);
4
- border: solid var(--size-n5) var(--color-grey-t08);
5
- color: var(--color-grey-s01);
6
- grid-template-rows: minmax(0, auto) minmax(0, 1fr) minmax(0, auto);
7
- max-height: 100%;
8
- display: grid;
9
- }
10
-
11
- .header-jj9FGo {
12
- padding: var(--size-00) var(--size-p2);
13
- border-bottom: var(--size-n5) solid var(--color-grey-t08);
14
- gap: var(--size-00);
15
- grid-template-columns: 1fr auto;
16
- align-items: center;
17
- display: grid;
18
- }
19
-
20
- .content-vpnjlq {
21
- overflow-y: auto;
22
- }
23
-
24
- .footer-sVxS5P {
25
- padding: var(--size-00) var(--size-p2);
26
- border-top: var(--size-n5) solid var(--color-grey-t08);
27
- }
28
-
29
- .containerShadow-LiuIvB {
30
- box-shadow: var(--shadow-default);
31
- }
32
-
@@ -1,8 +0,0 @@
1
- import type { ReactNode } from "react";
2
- type Props = {
3
- numberOfColumns: 2 | 3;
4
- children: ReactNode;
5
- alignItems?: "start" | "center" | "end";
6
- };
7
- declare const Columns: ({ children, numberOfColumns, alignItems }: Props) => import("react/jsx-runtime").JSX.Element;
8
- export default Columns;
@@ -1,16 +0,0 @@
1
- import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__ from "react/jsx-runtime";
2
- import * as __WEBPACK_EXTERNAL_MODULE__Columns_module_js_bdbc34e4__ from "./Columns.module.js";
3
- import * as __WEBPACK_EXTERNAL_MODULE_clsx__ from "clsx";
4
- import * as __WEBPACK_EXTERNAL_MODULE__utils_customProperties_js_aeb40bdf__ from "../utils/customProperties.js";
5
- const Columns = ({ children, numberOfColumns, alignItems = "start" })=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("div", {
6
- className: (0, __WEBPACK_EXTERNAL_MODULE_clsx__["default"])([
7
- __WEBPACK_EXTERNAL_MODULE__Columns_module_js_bdbc34e4__["default"].container,
8
- __WEBPACK_EXTERNAL_MODULE__Columns_module_js_bdbc34e4__["default"][`columns${numberOfColumns}`]
9
- ]),
10
- style: (0, __WEBPACK_EXTERNAL_MODULE__utils_customProperties_js_aeb40bdf__["default"])({
11
- "--align-items": `${alignItems}`
12
- }),
13
- children: children
14
- });
15
- const Columns_rslib_entry_ = Columns;
16
- export { Columns_rslib_entry_ as default };
@@ -1,7 +0,0 @@
1
- import "./Columns_module.css";
2
- const Columns_module_rslib_entry_ = {
3
- container: "container-ItYKp8",
4
- columns2: "columns2-VLjCqF",
5
- columns3: "columns3-KyMaEp"
6
- };
7
- export { Columns_module_rslib_entry_ as default };
@@ -1,19 +0,0 @@
1
- .container-ItYKp8 {
2
- grid-gap: var(--size-p2);
3
- align-items: start;
4
- align-items: var(--align-items);
5
- display: grid;
6
- }
7
-
8
- @media (min-width: 786px) {
9
- .columns2-VLjCqF {
10
- grid-template-columns: repeat(2, 1fr);
11
- }
12
- }
13
-
14
- @media (min-width: 1024px) {
15
- .columns3-KyMaEp {
16
- grid-template-columns: repeat(3, 1fr);
17
- }
18
- }
19
-
@@ -1,13 +0,0 @@
1
- import type { ReactNode } from "react";
2
- type Props = {
3
- title: string;
4
- primaryLabel?: string;
5
- secondaryLabel?: string;
6
- ariaLabel?: string;
7
- onSubmit: () => Promise<any>;
8
- onSuccess?: () => any | Promise<any>;
9
- onClose: () => void;
10
- children?: ReactNode;
11
- };
12
- declare const ConfirmationModal: ({ title, primaryLabel, secondaryLabel, ariaLabel, onSubmit, onSuccess, onClose, children, }: Props) => import("react/jsx-runtime").JSX.Element;
13
- export default ConfirmationModal;
@@ -1,61 +0,0 @@
1
- import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__ from "react/jsx-runtime";
2
- import * as __WEBPACK_EXTERNAL_MODULE__controls_Button_js_f591ba2e__ from "../controls/Button.js";
3
- import * as __WEBPACK_EXTERNAL_MODULE__forms_FormButtonSet_js_c160eb1a__ from "../forms/FormButtonSet.js";
4
- import * as __WEBPACK_EXTERNAL_MODULE__forms_FormErrorList_js_bc080ab1__ from "../forms/FormErrorList.js";
5
- import * as __WEBPACK_EXTERNAL_MODULE__forms_useForm_js_e756b4e7__ from "../forms/useForm.js";
6
- import * as __WEBPACK_EXTERNAL_MODULE__Icon_js_0d271bb6__ from "./Icon.js";
7
- import * as __WEBPACK_EXTERNAL_MODULE__Modal_js_50f53bdf__ from "./Modal.js";
8
- import * as __WEBPACK_EXTERNAL_MODULE__Sheet_js_764c2a36__ from "./Sheet.js";
9
- import * as __WEBPACK_EXTERNAL_MODULE__SheetContent_js_e6295f57__ from "./SheetContent.js";
10
- import * as __WEBPACK_EXTERNAL_MODULE__SheetFooter_js_5806201a__ from "./SheetFooter.js";
11
- import * as __WEBPACK_EXTERNAL_MODULE__SheetHeader_js_7a988c80__ from "./SheetHeader.js";
12
- import * as __WEBPACK_EXTERNAL_MODULE__Subheading_js_09c49e3b__ from "./Subheading.js";
13
- const ConfirmationModal = ({ title, primaryLabel = "Save", secondaryLabel = "Cancel", ariaLabel = title, onSubmit, onSuccess, onClose, children })=>{
14
- const { formErrors, status, submit } = (0, __WEBPACK_EXTERNAL_MODULE__forms_useForm_js_e756b4e7__["default"])({
15
- initialValues: {},
16
- onSubmit,
17
- onSuccess
18
- });
19
- return /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)(__WEBPACK_EXTERNAL_MODULE__Modal_js_50f53bdf__["default"], {
20
- onClose: onClose,
21
- size: "small",
22
- children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)(__WEBPACK_EXTERNAL_MODULE__Sheet_js_764c2a36__["default"], {
23
- ariaLabel: ariaLabel,
24
- header: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)(__WEBPACK_EXTERNAL_MODULE__SheetHeader_js_7a988c80__["default"], {
25
- actions: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)(__WEBPACK_EXTERNAL_MODULE__controls_Button_js_f591ba2e__["default"], {
26
- type: "secondary",
27
- icon: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)(__WEBPACK_EXTERNAL_MODULE__Icon_js_0d271bb6__["default"], {
28
- symbol: "Close"
29
- }),
30
- onClick: onClose
31
- }),
32
- children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)(__WEBPACK_EXTERNAL_MODULE__Subheading_js_09c49e3b__["default"], {
33
- children: title
34
- })
35
- }),
36
- footer: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)(__WEBPACK_EXTERNAL_MODULE__SheetFooter_js_5806201a__["default"], {
37
- children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)(__WEBPACK_EXTERNAL_MODULE__forms_FormButtonSet_js_c160eb1a__["default"], {
38
- formStatus: status,
39
- primary: {
40
- action: submit,
41
- label: primaryLabel
42
- },
43
- secondary: {
44
- action: onClose,
45
- label: secondaryLabel
46
- }
47
- })
48
- }),
49
- children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsxs)(__WEBPACK_EXTERNAL_MODULE__SheetContent_js_e6295f57__["default"], {
50
- children: [
51
- children,
52
- /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)(__WEBPACK_EXTERNAL_MODULE__forms_FormErrorList_js_bc080ab1__["default"], {
53
- errors: formErrors
54
- })
55
- ]
56
- })
57
- })
58
- });
59
- };
60
- const ConfirmationModal_rslib_entry_ = ConfirmationModal;
61
- export { ConfirmationModal_rslib_entry_ as default };
@@ -1,10 +0,0 @@
1
- import { type ReactNode } from "react";
2
- type Props = {
3
- items: Array<{
4
- key: string;
5
- term: ReactNode;
6
- description: ReactNode;
7
- } | null>;
8
- };
9
- declare const DefinitionList: ({ items }: Props) => import("react/jsx-runtime").JSX.Element;
10
- export default DefinitionList;
@@ -1,22 +0,0 @@
1
- import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__ from "react/jsx-runtime";
2
- import * as __WEBPACK_EXTERNAL_MODULE__DefinitionList_module_js_64872da6__ from "./DefinitionList.module.js";
3
- import * as __WEBPACK_EXTERNAL_MODULE_react__ from "react";
4
- const DefinitionList = ({ items })=>{
5
- const nonNullItems = items.filter((item)=>null !== item).filter((item)=>void 0 !== item.term && null !== item.term && void 0 !== item.description && null !== item.description);
6
- return /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("dl", {
7
- className: __WEBPACK_EXTERNAL_MODULE__DefinitionList_module_js_64872da6__["default"].definitionList,
8
- children: nonNullItems.map((item)=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsxs)(__WEBPACK_EXTERNAL_MODULE_react__.Fragment, {
9
- children: [
10
- /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("dt", {
11
- className: __WEBPACK_EXTERNAL_MODULE__DefinitionList_module_js_64872da6__["default"].term,
12
- children: item.term
13
- }),
14
- /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("dd", {
15
- children: item.description
16
- })
17
- ]
18
- }, item.key))
19
- });
20
- };
21
- const DefinitionList_rslib_entry_ = DefinitionList;
22
- export { DefinitionList_rslib_entry_ as default };
@@ -1,6 +0,0 @@
1
- import "./DefinitionList_module.css";
2
- const DefinitionList_module_rslib_entry_ = {
3
- definitionList: "definitionList-vn9WY4",
4
- term: "term-GldECF"
5
- };
6
- export { DefinitionList_module_rslib_entry_ as default };
@@ -1,10 +0,0 @@
1
- .definitionList-vn9WY4 {
2
- gap: var(--size-00);
3
- grid-template-columns: 1fr 2fr;
4
- display: grid;
5
- }
6
-
7
- .term-GldECF {
8
- font: var(--font-regular-bold);
9
- }
10
-
@@ -1,5 +0,0 @@
1
- type Props = {
2
- children?: string;
3
- };
4
- declare const Divider: ({ children }: Props) => import("react/jsx-runtime").JSX.Element;
5
- export default Divider;