@akad/design-system 0.2.0-beta.9 → 1.0.0-alpha.2

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 (383) hide show
  1. package/css/core.css +1 -0
  2. package/css/package.json +9 -1
  3. package/css/theme-aon.css +1 -0
  4. package/css/theme-bees.css +1 -0
  5. package/css/theme-bmc.css +1 -0
  6. package/css/theme-default.css +1 -0
  7. package/css/theme-linker.css +1 -0
  8. package/css/theme-oggi.css +1 -0
  9. package/css/theme-streetgo.css +1 -0
  10. package/package.json +1 -1
  11. package/react/package.json +1 -1
  12. package/react/react-lib.js +2717 -2911
  13. package/react/react-lib.umd.cjs +5 -5
  14. package/react/src/components/atoms/Button/Button.config.d.ts +106 -0
  15. package/react/{components → src/components}/atoms/Button/Button.d.ts +11 -7
  16. package/react/{components → src/components}/atoms/Button/Button.stories.d.ts +5 -5
  17. package/react/src/components/atoms/Button/index.d.ts +4 -0
  18. package/react/src/components/atoms/Caption/Caption.config.d.ts +6 -0
  19. package/react/{components → src/components}/atoms/Caption/Caption.stories.d.ts +2 -2
  20. package/react/src/components/atoms/Caption/index.d.ts +4 -0
  21. package/react/src/components/atoms/Card/Card.config.d.ts +92 -0
  22. package/react/{components → src/components}/atoms/Card/Card.d.ts +8 -4
  23. package/react/{components → src/components}/atoms/Card/Card.stories.d.ts +4 -4
  24. package/react/src/components/atoms/Card/index.d.ts +4 -0
  25. package/react/{components → src/components}/atoms/Checkbox/Checkbox.config.d.ts +18 -18
  26. package/react/src/components/atoms/Checkbox/Checkbox.stories.d.ts +23 -0
  27. package/react/src/components/atoms/Checkbox/index.d.ts +4 -0
  28. package/react/src/components/atoms/Heading/Heading.config.d.ts +22 -0
  29. package/react/src/components/atoms/Heading/Heading.stories.d.ts +48 -0
  30. package/react/src/components/atoms/Heading/index.d.ts +4 -0
  31. package/react/src/components/atoms/HorizontalRule/HorizontalRule.config.d.ts +30 -0
  32. package/react/{components → src/components}/atoms/HorizontalRule/HorizontalRule.d.ts +2 -2
  33. package/react/{components → src/components}/atoms/HorizontalRule/HorizontalRule.stories.d.ts +2 -2
  34. package/react/src/components/atoms/HorizontalRule/index.d.ts +4 -0
  35. package/react/src/components/atoms/Icon/Icon.config.d.ts +125 -0
  36. package/react/{components → src/components}/atoms/Icon/Icon.d.ts +4 -4
  37. package/react/src/components/atoms/Icon/Icon.stories.d.ts +19 -0
  38. package/react/src/components/atoms/Icon/index.d.ts +4 -0
  39. package/react/src/components/atoms/Input/Input.config.d.ts +146 -0
  40. package/react/{components → src/components}/atoms/Input/Input.stories.d.ts +4 -4
  41. package/react/src/components/atoms/Input/index.d.ts +4 -0
  42. package/react/src/components/atoms/Loading/Loading.config.d.ts +52 -0
  43. package/react/{components → src/components}/atoms/Loading/Loading.d.ts +1 -1
  44. package/react/{components → src/components}/atoms/Loading/Loading.stories.d.ts +2 -2
  45. package/react/src/components/atoms/Loading/index.d.ts +4 -0
  46. package/react/src/components/atoms/Option/Option.config.d.ts +53 -0
  47. package/react/{components → src/components}/atoms/Option/Option.stories.d.ts +2 -2
  48. package/react/src/components/atoms/Option/index.d.ts +4 -0
  49. package/react/src/components/atoms/Paragraph/Paragraph.config.d.ts +19 -0
  50. package/react/src/components/atoms/Paragraph/Paragraph.stories.d.ts +21 -0
  51. package/react/src/components/atoms/Paragraph/index.d.ts +4 -0
  52. package/react/src/components/atoms/Progress/Progress.config.d.ts +30 -0
  53. package/react/{components → src/components}/atoms/Progress/Progress.stories.d.ts +2 -2
  54. package/react/src/components/atoms/Progress/index.d.ts +4 -0
  55. package/react/src/components/atoms/Select/Select.config.d.ts +121 -0
  56. package/react/{components → src/components}/atoms/Select/Select.stories.d.ts +6 -6
  57. package/react/src/components/atoms/Select/index.d.ts +4 -0
  58. package/react/src/components/atoms/Subtitle/Subtitle.config.d.ts +18 -0
  59. package/react/src/components/atoms/Subtitle/Subtitle.stories.d.ts +23 -0
  60. package/react/src/components/atoms/Subtitle/index.d.ts +4 -0
  61. package/react/src/components/atoms/TextArea/TextArea.config.d.ts +128 -0
  62. package/react/{components → src/components}/atoms/TextArea/TextArea.d.ts +0 -1
  63. package/react/{components → src/components}/atoms/TextArea/TextArea.stories.d.ts +5 -5
  64. package/react/src/components/atoms/TextArea/index.d.ts +4 -0
  65. package/react/src/components/atoms/Tooltip/Tooltip.config.d.ts +41 -0
  66. package/react/{components → src/components}/atoms/Tooltip/Tooltip.d.ts +4 -2
  67. package/react/src/components/atoms/Tooltip/Tooltip.stories.d.ts +46 -0
  68. package/react/src/components/atoms/Tooltip/index.d.ts +4 -0
  69. package/react/src/components/bosons/Container/Container.config.d.ts +18 -0
  70. package/react/{components → src/components}/bosons/Container/Container.stories.d.ts +3 -3
  71. package/react/src/components/bosons/Container/index.d.ts +4 -0
  72. package/react/{components → src/components}/bosons/FlexLayout/FlexElement.config.d.ts +2 -2
  73. package/react/src/components/bosons/FlexLayout/FlexLayout.config.d.ts +95 -0
  74. package/react/src/components/bosons/FlexLayout/FlexLayout.stories.d.ts +20 -0
  75. package/react/src/components/bosons/FlexLayout/index.d.ts +8 -0
  76. package/react/{components → src/components}/bosons/GridLayout/GridElement.config.d.ts +2 -2
  77. package/react/{components → src/components}/bosons/GridLayout/GridElement.d.ts +6 -1
  78. package/react/src/components/bosons/GridLayout/GridLayout.config.d.ts +80 -0
  79. package/react/{components → src/components}/bosons/GridLayout/GridLayout.d.ts +3 -3
  80. package/react/{components → src/components}/bosons/GridLayout/GridLayout.stories.d.ts +3 -3
  81. package/react/src/components/bosons/GridLayout/index.d.ts +8 -0
  82. package/react/src/components/bosons/Spacer/Spacer.config.d.ts +24 -0
  83. package/react/{components → src/components}/bosons/Spacer/Spacer.stories.d.ts +4 -4
  84. package/react/src/components/bosons/Spacer/index.d.ts +4 -0
  85. package/react/src/components/bosons/Wrapper/Wrapper.config.d.ts +27 -0
  86. package/react/{components → src/components}/bosons/Wrapper/Wrapper.stories.d.ts +3 -3
  87. package/react/src/components/bosons/Wrapper/index.d.ts +4 -0
  88. package/react/src/components/index.d.ts +37 -0
  89. package/react/src/components/molecules/Accordion/Accordion.config.d.ts +31 -0
  90. package/react/{components → src/components}/molecules/Accordion/Accordion.d.ts +2 -2
  91. package/react/src/components/molecules/Accordion/Accordion.stories.d.ts +9 -0
  92. package/react/src/components/molecules/Accordion/AccordionItem.config.d.ts +28 -0
  93. package/react/{components → src/components}/molecules/Accordion/AccordionItem.d.ts +7 -1
  94. package/react/src/components/molecules/Accordion/index.d.ts +8 -0
  95. package/react/{components → src/components}/molecules/ActiveTags/ActiveTags.config.d.ts +2 -2
  96. package/react/{components → src/components}/molecules/ActiveTags/ActiveTags.stories.d.ts +2 -2
  97. package/react/src/components/molecules/ActiveTags/index.d.ts +4 -0
  98. package/react/{components → src/components}/molecules/Carousel/Carousel.config.d.ts +2 -2
  99. package/react/src/components/molecules/Carousel/index.d.ts +4 -0
  100. package/react/src/components/molecules/EditableSelect/EditableSelect.config.d.ts +104 -0
  101. package/react/{components → src/components}/molecules/EditableSelect/EditableSelect.d.ts +2 -2
  102. package/react/{components → src/components}/molecules/EditableSelect/EditableSelect.stories.d.ts +3 -3
  103. package/react/src/components/molecules/EditableSelect/index.d.ts +4 -0
  104. package/react/{components → src/components}/molecules/Indicator/Indicator.config.d.ts +3 -3
  105. package/react/{components → src/components}/molecules/Indicator/Indicator.stories.d.ts +2 -2
  106. package/react/src/components/molecules/Indicator/index.d.ts +4 -0
  107. package/react/{components → src/components}/molecules/InlineEditable/InlineEditable.config.d.ts +3 -3
  108. package/react/src/components/molecules/InlineEditable/InlineEditable.stories.d.ts +17 -0
  109. package/react/src/components/molecules/InlineEditable/index.d.ts +4 -0
  110. package/react/src/components/molecules/Modal/Modal.config.d.ts +44 -0
  111. package/react/{components → src/components}/molecules/Modal/Modal.d.ts +3 -3
  112. package/react/{components → src/components}/molecules/Modal/Modal.stories.d.ts +7 -7
  113. package/react/src/components/molecules/Modal/index.d.ts +4 -0
  114. package/react/{components → src/components}/molecules/Notification/Notification.config.d.ts +13 -32
  115. package/react/src/components/molecules/Notification/Notification.d.ts +22 -0
  116. package/react/src/components/molecules/Notification/Notification.stories.d.ts +95 -0
  117. package/react/src/components/molecules/Notification/index.d.ts +4 -0
  118. package/react/src/components/molecules/PasswordConfirmation/PasswordConfirmation.config.d.ts +32 -0
  119. package/react/{components → src/components}/molecules/PasswordConfirmation/PasswordConfirmation.stories.d.ts +4 -4
  120. package/react/src/components/molecules/PasswordConfirmation/index.d.ts +4 -0
  121. package/react/{components → src/components}/molecules/Stepper/Stepper.config.d.ts +2 -2
  122. package/react/{components → src/components}/molecules/Stepper/Stepper.d.ts +7 -2
  123. package/react/{components → src/components}/molecules/Stepper/Stepper.stories.d.ts +2 -2
  124. package/react/src/components/molecules/Stepper/index.d.ts +4 -0
  125. package/react/{components/molecules/Table/Table.types.d.ts → src/components/molecules/Table/Table.config.d.ts} +23 -0
  126. package/react/{components → src/components}/molecules/Table/Table.d.ts +1 -1
  127. package/react/src/components/molecules/Table/Table.stories.d.ts +12 -0
  128. package/react/{components → src/components}/molecules/Table/TableRow.d.ts +1 -1
  129. package/react/{components → src/components}/molecules/Table/dataTable.mock.d.ts +1 -1
  130. package/react/src/components/molecules/Table/index.d.ts +4 -0
  131. package/react/{components → src/components}/molecules/Tabs/Tab.d.ts +1 -1
  132. package/react/src/components/molecules/Tabs/Tabs.config.d.ts +44 -0
  133. package/react/{components → src/components}/molecules/Tabs/Tabs.d.ts +11 -1
  134. package/react/{components → src/components}/molecules/Tabs/Tabs.stories.d.ts +3 -3
  135. package/react/src/components/molecules/Tabs/index.d.ts +4 -0
  136. package/react/src/components/molecules/ThemeProvider/ThemeProvider.config.d.ts +28 -0
  137. package/react/src/components/organisms/NotificationList/NotificationList.config.d.ts +32 -0
  138. package/react/{components → src/components}/organisms/NotificationList/NotificationList.d.ts +2 -2
  139. package/react/{components → src/components}/organisms/NotificationList/NotificationList.stories.d.ts +3 -3
  140. package/react/src/components/organisms/NotificationList/index.d.ts +4 -0
  141. package/react/{components → src/components}/templates/SplitLayout/SplitLayout.config.d.ts +2 -2
  142. package/react/{components → src/components}/templates/TwoColumns/TwoColumns.config.d.ts +2 -2
  143. package/react/src/components/templates/TwoColumns/index.d.ts +4 -0
  144. package/react/src/enum/colorProps.d.ts +30 -0
  145. package/scss/core/base/index.scss +3 -0
  146. package/scss/core/base/reset.scss +27 -0
  147. package/scss/core/base/typography.scss +18 -0
  148. package/scss/core/components/atoms/button.scss +816 -0
  149. package/scss/core/components/atoms/caption.scss +13 -0
  150. package/scss/core/components/atoms/card.scss +24 -0
  151. package/scss/core/components/atoms/checkbox.scss +61 -0
  152. package/scss/core/components/atoms/heading.scss +69 -0
  153. package/scss/core/components/atoms/horizontal-rule.scss +27 -0
  154. package/scss/core/components/atoms/icon.scss +49 -0
  155. package/scss/core/components/atoms/input.scss +333 -0
  156. package/scss/core/components/atoms/loading.scss +120 -0
  157. package/scss/core/components/atoms/option.scss +78 -0
  158. package/scss/core/components/atoms/paragraph.scss +44 -0
  159. package/scss/core/components/atoms/progress.scss +32 -0
  160. package/scss/core/components/atoms/select.scss +253 -0
  161. package/scss/core/components/atoms/subtitle.scss +21 -0
  162. package/scss/core/components/atoms/textarea.scss +340 -0
  163. package/scss/core/components/atoms/tooltip.scss +197 -0
  164. package/scss/core/components/bosons/container.scss +5 -0
  165. package/scss/core/components/bosons/flex-layout.scss +45 -0
  166. package/scss/core/components/bosons/grid-layout.scss +76 -0
  167. package/scss/core/components/bosons/grid.scss +79 -0
  168. package/scss/core/components/bosons/spacer.scss +45 -0
  169. package/scss/core/components/bosons/wrapper.scss +32 -0
  170. package/scss/core/components/index.scss +49 -0
  171. package/scss/core/components/molecules/accordion.scss +93 -0
  172. package/scss/core/components/molecules/active-tags.scss +58 -0
  173. package/scss/core/components/molecules/carousel.scss +67 -0
  174. package/scss/core/components/molecules/editable-select.scss +141 -0
  175. package/scss/core/components/molecules/indicator.scss +37 -0
  176. package/scss/core/components/molecules/inline-editable.scss +23 -0
  177. package/scss/core/components/molecules/modal.scss +70 -0
  178. package/scss/core/components/molecules/notification.scss +109 -0
  179. package/scss/core/components/molecules/password-confirmation.scss +16 -0
  180. package/scss/core/components/molecules/stepper.scss +84 -0
  181. package/scss/core/components/molecules/table.scss +95 -0
  182. package/scss/core/components/molecules/tabs.scss +114 -0
  183. package/scss/core/components/molecules/theme-provider.scss +6 -0
  184. package/scss/core/components/organisms/notification-list.scss +77 -0
  185. package/scss/core/components/templates/split-layout.scss +51 -0
  186. package/scss/core/components/templates/two-columns.scss +30 -0
  187. package/scss/core/functions/breakpoints.scss +35 -0
  188. package/scss/core/functions/fonts.scss +17 -0
  189. package/scss/core/functions/index.scss +5 -0
  190. package/scss/core/functions/spacings.scss +8 -0
  191. package/scss/core/functions/tokens.scss +14 -0
  192. package/scss/core/helpers/borders.scss +105 -0
  193. package/scss/core/helpers/colors.scss +194 -0
  194. package/scss/core/helpers/display.scss +177 -0
  195. package/scss/core/helpers/elevation.scss +16 -0
  196. package/scss/core/helpers/index.scss +6 -0
  197. package/scss/core/helpers/order.scss +20 -0
  198. package/scss/core/index.scss +18 -0
  199. package/scss/core/mixins/breakpoints.scss +90 -0
  200. package/scss/core/mixins/grid.scss +8 -0
  201. package/scss/core/mixins/index.scss +5 -0
  202. package/scss/core/tokens/borders.scss +12 -0
  203. package/scss/core/tokens/breakpoints.scss +20 -0
  204. package/scss/core/tokens/icons.scss +2 -0
  205. package/scss/core/tokens/index.scss +8 -0
  206. package/scss/core/tokens/opacity.scss +6 -0
  207. package/scss/core/tokens/shadows.scss +15 -0
  208. package/scss/core/tokens/spacings.scss +41 -0
  209. package/scss/core/tokens/typography.scss +20 -0
  210. package/scss/themes/aon/colors.scss +83 -0
  211. package/scss/themes/aon/index.scss +54 -0
  212. package/scss/themes/aon/typography.scss +7 -0
  213. package/scss/themes/bees/colors.scss +32 -0
  214. package/scss/themes/bees/index.scss +51 -0
  215. package/scss/themes/bees/typography.scss +6 -0
  216. package/scss/themes/bmc/colors.scss +81 -0
  217. package/scss/themes/bmc/index.scss +54 -0
  218. package/scss/themes/bmc/typography.scss +5 -0
  219. package/scss/themes/default/colors.scss +109 -0
  220. package/scss/themes/default/index.scss +80 -0
  221. package/scss/themes/default/typography.scss +7 -0
  222. package/scss/themes/linker/colors.scss +35 -0
  223. package/scss/themes/linker/index.scss +30 -0
  224. package/scss/themes/linker/typography.scss +6 -0
  225. package/scss/themes/oggi/colors.scss +81 -0
  226. package/scss/themes/oggi/index.scss +54 -0
  227. package/scss/themes/oggi/typography.scss +5 -0
  228. package/scss/themes/streetgo/colors.scss +81 -0
  229. package/scss/themes/streetgo/index.scss +54 -0
  230. package/scss/themes/streetgo/typography.scss +5 -0
  231. package/css/aon-theme.css +0 -1
  232. package/css/bees-theme.css +0 -1
  233. package/css/bmc-theme.css +0 -1
  234. package/css/default-theme.css +0 -1
  235. package/css/linker-theme.css +0 -1
  236. package/css/oggi-theme.css +0 -1
  237. package/css/streetgo-theme.css +0 -1
  238. package/react/components/atoms/Button/Button.config.d.ts +0 -94
  239. package/react/components/atoms/Button/index.d.ts +0 -4
  240. package/react/components/atoms/Caption/Caption.config.d.ts +0 -6
  241. package/react/components/atoms/Caption/index.d.ts +0 -4
  242. package/react/components/atoms/Card/Card.config.d.ts +0 -76
  243. package/react/components/atoms/Card/index.d.ts +0 -4
  244. package/react/components/atoms/Checkbox/Checkbox.stories.d.ts +0 -23
  245. package/react/components/atoms/Checkbox/index.d.ts +0 -5
  246. package/react/components/atoms/Heading/Heading.config.d.ts +0 -23
  247. package/react/components/atoms/Heading/Heading.stories.d.ts +0 -48
  248. package/react/components/atoms/Heading/index.d.ts +0 -4
  249. package/react/components/atoms/HorizontalRule/HorizontalRule.config.d.ts +0 -32
  250. package/react/components/atoms/HorizontalRule/index.d.ts +0 -4
  251. package/react/components/atoms/Icon/Icon.config.d.ts +0 -129
  252. package/react/components/atoms/Icon/Icon.stories.d.ts +0 -19
  253. package/react/components/atoms/Icon/index.d.ts +0 -4
  254. package/react/components/atoms/Input/Input.config.d.ts +0 -151
  255. package/react/components/atoms/Input/index.d.ts +0 -4
  256. package/react/components/atoms/Loading/Loading.config.d.ts +0 -54
  257. package/react/components/atoms/Loading/index.d.ts +0 -4
  258. package/react/components/atoms/Option/Option.config.d.ts +0 -53
  259. package/react/components/atoms/Option/index.d.ts +0 -4
  260. package/react/components/atoms/Paragraph/Paragraph.config.d.ts +0 -20
  261. package/react/components/atoms/Paragraph/Paragraph.stories.d.ts +0 -21
  262. package/react/components/atoms/Paragraph/index.d.ts +0 -4
  263. package/react/components/atoms/Progress/Progress.config.d.ts +0 -31
  264. package/react/components/atoms/Progress/index.d.ts +0 -4
  265. package/react/components/atoms/Select/Select.config.d.ts +0 -125
  266. package/react/components/atoms/Select/index.d.ts +0 -4
  267. package/react/components/atoms/Subtitle/Subtitle.config.d.ts +0 -19
  268. package/react/components/atoms/Subtitle/Subtitle.stories.d.ts +0 -23
  269. package/react/components/atoms/Subtitle/index.d.ts +0 -4
  270. package/react/components/atoms/TextArea/TextArea.config.d.ts +0 -132
  271. package/react/components/atoms/TextArea/index.d.ts +0 -4
  272. package/react/components/atoms/Tooltip/Tooltip.config.d.ts +0 -38
  273. package/react/components/atoms/Tooltip/Tooltip.stories.d.ts +0 -46
  274. package/react/components/atoms/Tooltip/index.d.ts +0 -4
  275. package/react/components/bosons/Container/Container.config.d.ts +0 -18
  276. package/react/components/bosons/Container/index.d.ts +0 -4
  277. package/react/components/bosons/FlexLayout/FlexLayout.config.d.ts +0 -100
  278. package/react/components/bosons/FlexLayout/FlexLayout.stories.d.ts +0 -20
  279. package/react/components/bosons/FlexLayout/index.d.ts +0 -5
  280. package/react/components/bosons/GridLayout/GridLayout.config.d.ts +0 -82
  281. package/react/components/bosons/GridLayout/index.d.ts +0 -5
  282. package/react/components/bosons/Spacer/Spacer.config.d.ts +0 -25
  283. package/react/components/bosons/Spacer/index.d.ts +0 -4
  284. package/react/components/bosons/Wrapper/Wrapper.config.d.ts +0 -28
  285. package/react/components/bosons/Wrapper/index.d.ts +0 -4
  286. package/react/components/index.d.ts +0 -39
  287. package/react/components/molecules/Accordion/Accordion.config.d.ts +0 -25
  288. package/react/components/molecules/Accordion/Accordion.stories.d.ts +0 -9
  289. package/react/components/molecules/Accordion/AccordionItem.config.d.ts +0 -28
  290. package/react/components/molecules/Accordion/index.d.ts +0 -5
  291. package/react/components/molecules/ActiveTags/index.d.ts +0 -4
  292. package/react/components/molecules/Carousel/index.d.ts +0 -4
  293. package/react/components/molecules/EditableSelect/EditableSelect.config.d.ts +0 -105
  294. package/react/components/molecules/EditableSelect/index.d.ts +0 -4
  295. package/react/components/molecules/Indicator/index.d.ts +0 -4
  296. package/react/components/molecules/InlineEditable/InlineEditable.stories.d.ts +0 -17
  297. package/react/components/molecules/InlineEditable/index.d.ts +0 -4
  298. package/react/components/molecules/Modal/Modal.config.d.ts +0 -41
  299. package/react/components/molecules/Modal/index.d.ts +0 -4
  300. package/react/components/molecules/Notification/Notification.d.ts +0 -7
  301. package/react/components/molecules/Notification/Notification.stories.d.ts +0 -95
  302. package/react/components/molecules/Notification/index.d.ts +0 -5
  303. package/react/components/molecules/PasswordConfirmation/PasswordConfirmation.config.d.ts +0 -32
  304. package/react/components/molecules/PasswordConfirmation/index.d.ts +0 -4
  305. package/react/components/molecules/Stepper/index.d.ts +0 -4
  306. package/react/components/molecules/Table/Table.config.d.ts +0 -23
  307. package/react/components/molecules/Table/Table.stories.d.ts +0 -12
  308. package/react/components/molecules/Table/index.d.ts +0 -5
  309. package/react/components/molecules/Tabs/Tabs.config.d.ts +0 -45
  310. package/react/components/molecules/Tabs/index.d.ts +0 -6
  311. package/react/components/molecules/ThemeProvider/ThemeProvider.config.d.ts +0 -30
  312. package/react/components/organisms/NotificationList/NotificationList.config.d.ts +0 -33
  313. package/react/components/organisms/NotificationList/index.d.ts +0 -4
  314. package/react/components/templates/TwoColumns/index.d.ts +0 -5
  315. package/react/decorators/storybook.d.ts +0 -3
  316. package/react/decorators/storybook.test.d.ts +0 -1
  317. package/react/types/hooks/types.d.ts +0 -99
  318. package/react/types/types.d.ts +0 -43
  319. package/react/{components → src/components}/atoms/Button/Button.test.d.ts +0 -0
  320. package/react/{components → src/components}/atoms/Caption/Caption.d.ts +1 -1
  321. package/react/{components → src/components}/atoms/Caption/Caption.test.d.ts +0 -0
  322. package/react/{components → src/components}/atoms/Card/Card.test.d.ts +0 -0
  323. package/react/{components → src/components}/atoms/Checkbox/Checkbox.d.ts +1 -1
  324. package/react/{components → src/components}/atoms/Checkbox/Checkbox.test.d.ts +0 -0
  325. package/react/{components → src/components}/atoms/Heading/Heading.d.ts +1 -1
  326. package/react/{components → src/components}/atoms/Heading/Heading.test.d.ts +0 -0
  327. package/react/{components → src/components}/atoms/HorizontalRule/HorizontalRule.test.d.ts +0 -0
  328. package/react/{components → src/components}/atoms/Icon/Icon.test.d.ts +0 -0
  329. package/react/{components → src/components}/atoms/Input/Input.d.ts +0 -0
  330. package/react/{components → src/components}/atoms/Input/Input.test.d.ts +0 -0
  331. package/react/{components → src/components}/atoms/Input/mask.d.ts +0 -0
  332. package/react/{components → src/components}/atoms/Loading/Loading.test.d.ts +0 -0
  333. package/react/{components → src/components}/atoms/Option/Option.d.ts +1 -1
  334. package/react/{components → src/components}/atoms/Option/Option.test.d.ts +0 -0
  335. package/react/{components → src/components}/atoms/Paragraph/Paragraph.d.ts +1 -1
  336. package/react/{components → src/components}/atoms/Paragraph/Paragraph.test.d.ts +0 -0
  337. package/react/{components → src/components}/atoms/Progress/Progress.d.ts +0 -0
  338. package/react/{components → src/components}/atoms/Progress/Progress.test.d.ts +0 -0
  339. package/react/{components → src/components}/atoms/Select/Select.d.ts +1 -1
  340. package/react/{components → src/components}/atoms/Select/Select.test.d.ts +0 -0
  341. package/react/{components → src/components}/atoms/Subtitle/Subtitle.d.ts +0 -0
  342. package/react/{components → src/components}/atoms/Subtitle/Subtitle.test.d.ts +0 -0
  343. package/react/{components → src/components}/atoms/TextArea/TextArea.test.d.ts +0 -0
  344. package/react/{components → src/components}/atoms/Tooltip/Tooltip.test.d.ts +0 -0
  345. package/react/{components → src/components}/bosons/Container/Container.d.ts +1 -1
  346. package/react/{components → src/components}/bosons/Container/Container.test.d.ts +0 -0
  347. package/react/{components → src/components}/bosons/FlexLayout/FlexElement.d.ts +0 -0
  348. package/react/{components → src/components}/bosons/FlexLayout/FlexLayout.d.ts +0 -0
  349. package/react/{components → src/components}/bosons/FlexLayout/FlexLayout.test.d.ts +0 -0
  350. package/react/{components → src/components}/bosons/GridLayout/GridElement.test.d.ts +0 -0
  351. package/react/{components → src/components}/bosons/GridLayout/GridLayout.test.d.ts +0 -0
  352. package/react/{components → src/components}/bosons/Spacer/Spacer.d.ts +0 -0
  353. package/react/{components → src/components}/bosons/Spacer/Spacer.test.d.ts +0 -0
  354. package/react/{components → src/components}/bosons/Wrapper/Wrapper.d.ts +0 -0
  355. package/react/{components → src/components}/bosons/Wrapper/Wrapper.test.d.ts +0 -0
  356. package/react/{components → src/components}/molecules/Accordion/Accordion.test.d.ts +0 -0
  357. package/react/{components → src/components}/molecules/ActiveTags/ActiveTags.d.ts +0 -0
  358. package/react/{components → src/components}/molecules/ActiveTags/ActiveTags.test.d.ts +0 -0
  359. package/react/{components → src/components}/molecules/Carousel/Carousel.d.ts +0 -0
  360. package/react/{components → src/components}/molecules/Carousel/Carousel.test.d.ts +0 -0
  361. package/react/{components → src/components}/molecules/EditableSelect/EditableSelect.test.d.ts +0 -0
  362. package/react/{components → src/components}/molecules/Indicator/Indicator.d.ts +0 -0
  363. package/react/{components → src/components}/molecules/Indicator/Indicator.test.d.ts +0 -0
  364. package/react/{components → src/components}/molecules/InlineEditable/InlineEditable.d.ts +1 -1
  365. package/react/{components → src/components}/molecules/InlineEditable/InlineEditable.test.d.ts +0 -0
  366. package/react/{components → src/components}/molecules/Modal/Modal.test.d.ts +0 -0
  367. package/react/{components → src/components}/molecules/Notification/Notification.test.d.ts +0 -0
  368. package/react/{components → src/components}/molecules/PasswordConfirmation/PasswordConfirmartion.test.d.ts +0 -0
  369. package/react/{components → src/components}/molecules/PasswordConfirmation/PasswordConfirmation.d.ts +0 -0
  370. package/react/{components → src/components}/molecules/Stepper/Stepper.test.d.ts +0 -0
  371. package/react/{components → src/components}/molecules/Table/Table.test.d.ts +0 -0
  372. package/react/{components → src/components}/molecules/Tabs/Tab.test.d.ts +0 -0
  373. package/react/{components → src/components}/molecules/Tabs/Tabs.test.d.ts +0 -0
  374. package/react/{components → src/components}/molecules/ThemeProvider/ThemeProvider.d.ts +1 -1
  375. /package/react/{components → src/components}/molecules/ThemeProvider/ThemeProvider.test.d.ts +0 -0
  376. /package/react/{components → src/components}/molecules/ThemeProvider/index.d.ts +0 -0
  377. /package/react/{components → src/components}/organisms/NotificationList/NotificationList.test.d.ts +0 -0
  378. /package/react/{components → src/components}/templates/SplitLayout/SplitLayout.d.ts +0 -0
  379. /package/react/{components → src/components}/templates/SplitLayout/SplitLayout.test.d.ts +0 -0
  380. /package/react/{components → src/components}/templates/SplitLayout/index.d.ts +0 -0
  381. /package/react/{components → src/components}/templates/TwoColumns/TwoColumns.d.ts +0 -0
  382. /package/react/{components → src/components}/templates/TwoColumns/TwoColumns.test.d.ts +0 -0
  383. /package/react/{main.d.ts → src/main.d.ts} +0 -0
@@ -1,28 +0,0 @@
1
- export interface TitleProps {
2
- type: StringConstructor;
3
- default: string;
4
- }
5
- export interface ContentProps {
6
- type: StringConstructor;
7
- default: string;
8
- }
9
- export interface DisabledProps {
10
- type: BooleanConstructor;
11
- default: boolean;
12
- }
13
- export interface ActiveProps {
14
- type: BooleanConstructor;
15
- default: boolean;
16
- }
17
- export interface AccordionItemConfig {
18
- name: string;
19
- class: string;
20
- props: {
21
- title: TitleProps;
22
- content: ContentProps;
23
- disabled: DisabledProps;
24
- active: ActiveProps;
25
- };
26
- }
27
- declare const AccordionItemConfig: AccordionItemConfig;
28
- export default AccordionItemConfig;
@@ -1,5 +0,0 @@
1
- import { DsAccordionItemProps } from '../../../types/types';
2
- import { default as DsAccordion } from './Accordion';
3
-
4
- export { DsAccordion };
5
- export type { DsAccordionItemProps };
@@ -1,4 +0,0 @@
1
- import { default as DsActiveTags, DsActiveTagsProps } from './ActiveTags';
2
-
3
- export { DsActiveTags };
4
- export type { DsActiveTagsProps };
@@ -1,4 +0,0 @@
1
- import { default as DsCarousel, DsCarouselProps } from './Carousel';
2
-
3
- export { DsCarousel };
4
- export type { DsCarouselProps };
@@ -1,105 +0,0 @@
1
- export declare const Size: {
2
- readonly Small: "small";
3
- readonly Medium: "medium";
4
- readonly Large: "large";
5
- };
6
- export type Size = (typeof Size)[keyof typeof Size];
7
- export interface Option {
8
- label: string;
9
- value?: string | number;
10
- name?: string;
11
- id?: string | number;
12
- }
13
- export interface TestIdProps {
14
- type: StringConstructor;
15
- default: string;
16
- }
17
- export interface LabelProps {
18
- type: StringConstructor;
19
- default: string;
20
- }
21
- export interface DisabledProps {
22
- type: BooleanConstructor;
23
- default: boolean;
24
- }
25
- export interface LoadingProps {
26
- type: BooleanConstructor;
27
- }
28
- export interface AnimatedProps {
29
- type: BooleanConstructor;
30
- default: boolean;
31
- }
32
- export interface PlaceholderProps {
33
- type: StringConstructor;
34
- default: string;
35
- }
36
- export interface IconProps {
37
- type: StringConstructor;
38
- default: undefined;
39
- }
40
- export interface NameProps {
41
- type: StringConstructor;
42
- default: string;
43
- }
44
- export interface NoOptionsMessageProps {
45
- type: StringConstructor;
46
- default: string;
47
- }
48
- export interface OptionsProps {
49
- type: ArrayConstructor;
50
- default: never[];
51
- }
52
- export interface StatusProps {
53
- type: StringConstructor;
54
- default: string;
55
- }
56
- export interface ValueProps {
57
- type: StringConstructor;
58
- default: string;
59
- }
60
- export interface SizeProps {
61
- type: StringConstructor;
62
- options: Size[];
63
- default: Size;
64
- }
65
- export interface OnChangeHandlerProps {
66
- type: FunctionConstructor;
67
- default: () => void;
68
- }
69
- export interface OnBlurHandlerProps {
70
- type: FunctionConstructor;
71
- default: () => void;
72
- }
73
- export interface OnFocusHandlerProps {
74
- type: FunctionConstructor;
75
- default: () => void;
76
- }
77
- export interface OnSelectHandlerProps {
78
- type: FunctionConstructor;
79
- default: () => void;
80
- }
81
- export interface EditableSelectConfig {
82
- name: string;
83
- class: string;
84
- props: {
85
- label: LabelProps;
86
- testId: TestIdProps;
87
- animated: AnimatedProps;
88
- loading: LoadingProps;
89
- disabled: DisabledProps;
90
- icon: IconProps;
91
- name: NameProps;
92
- noOptionsMessage: NoOptionsMessageProps;
93
- options: OptionsProps;
94
- status: StatusProps;
95
- value: ValueProps;
96
- size: SizeProps;
97
- onChangeHandler: OnChangeHandlerProps;
98
- onBlurHandler: OnBlurHandlerProps;
99
- onFocusHandler: OnFocusHandlerProps;
100
- onSelectHandler: OnSelectHandlerProps;
101
- placeholder: PlaceholderProps;
102
- };
103
- }
104
- declare const EditableSelectConfig: EditableSelectConfig;
105
- export default EditableSelectConfig;
@@ -1,4 +0,0 @@
1
- import { default as DsEditableSelect, DsEditableSelectProps } from './EditableSelect';
2
-
3
- export { DsEditableSelect };
4
- export type { DsEditableSelectProps };
@@ -1,4 +0,0 @@
1
- import { default as DsIndicator, DsIndicatorProps } from './Indicator';
2
-
3
- export { DsIndicator };
4
- export type { DsIndicatorProps };
@@ -1,17 +0,0 @@
1
- import { DsInlineEditableProps } from '.';
2
- import { Meta } from '@storybook/react';
3
-
4
- declare const ComponentProps: Meta;
5
- export default ComponentProps;
6
- export declare const Default: {
7
- render: import('@storybook/types').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, DsInlineEditableProps>;
8
- args: {
9
- name: string;
10
- value?: string | undefined;
11
- prefix?: string | undefined;
12
- sufix?: string | undefined;
13
- min?: string | undefined;
14
- max?: string | undefined;
15
- onChangeHandler?: ((event: import('react').FormEvent<HTMLInputElement>) => void) | undefined;
16
- };
17
- };
@@ -1,4 +0,0 @@
1
- import { default as DsInlineEditable, DsInlineEditableProps } from './InlineEditable';
2
-
3
- export { DsInlineEditable };
4
- export type { DsInlineEditableProps };
@@ -1,41 +0,0 @@
1
- export declare const Elevation: readonly [1, 2, 3, 4];
2
- export type Elevation = (typeof Elevation)[number];
3
- export interface ElevationProps {
4
- type: NumberConstructor;
5
- options: readonly Elevation[];
6
- }
7
- export declare const Variant: {
8
- readonly Squared: "squared";
9
- readonly Rounded: "rounded";
10
- };
11
- export type Variant = (typeof Variant)[keyof typeof Variant];
12
- export interface VariantProps {
13
- type: StringConstructor;
14
- default: Variant;
15
- options: Variant[];
16
- }
17
- export interface CancelBtnTextProps {
18
- type: StringConstructor;
19
- default: string;
20
- }
21
- export interface ConfirmBtnTextProps {
22
- type: StringConstructor;
23
- default: string;
24
- }
25
- export interface IsModalOpenProps {
26
- type: BooleanConstructor;
27
- default: boolean;
28
- }
29
- export interface ModalConfig {
30
- name: string;
31
- class: string;
32
- props: {
33
- elevation: ElevationProps;
34
- variant: VariantProps;
35
- cancelBtnText: CancelBtnTextProps;
36
- confirmBtnText: ConfirmBtnTextProps;
37
- isModalOpen: IsModalOpenProps;
38
- };
39
- }
40
- declare const ModalConfig: ModalConfig;
41
- export default ModalConfig;
@@ -1,4 +0,0 @@
1
- import { default as DsModal, DsModalProps } from './Modal';
2
-
3
- export { DsModal };
4
- export type { DsModalProps };
@@ -1,7 +0,0 @@
1
- import { DsNotificationProps } from './Notification.config';
2
-
3
- declare const DsNotification: {
4
- ({ className, type, variant, id, children, message, autoClose, autoCloseTimer, dismissible, elevation, progressBar, handleClose, testId, }: DsNotificationProps): import("react/jsx-runtime").JSX.Element | null;
5
- displayName: string;
6
- };
7
- export default DsNotification;
@@ -1,95 +0,0 @@
1
- import { DsNotificationProps } from '.';
2
- import { Meta } from '@storybook/react';
3
-
4
- declare const ComponentProps: Meta;
5
- export default ComponentProps;
6
- export declare const Default: {
7
- render: import('@storybook/types').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, DsNotificationProps>;
8
- args: {
9
- className?: string | undefined;
10
- type?: string | undefined;
11
- variant?: string | undefined;
12
- id: string;
13
- children?: import('react').ReactNode;
14
- message?: import('react').ReactNode;
15
- autoClose?: boolean | undefined;
16
- autoCloseTimer?: number | undefined;
17
- dismissible?: boolean | undefined;
18
- elevation?: number | undefined;
19
- progressBar?: boolean | undefined;
20
- testId?: string | undefined;
21
- handleClose?: ((event: import('react').MouseEvent<Element, MouseEvent>) => void) | undefined;
22
- };
23
- };
24
- export declare const NotificationSuccess: {
25
- render: import('@storybook/types').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, DsNotificationProps>;
26
- args: {
27
- type: string;
28
- className?: string | undefined;
29
- variant?: string | undefined;
30
- id: string;
31
- children?: import('react').ReactNode;
32
- message?: import('react').ReactNode;
33
- autoClose?: boolean | undefined;
34
- autoCloseTimer?: number | undefined;
35
- dismissible?: boolean | undefined;
36
- elevation?: number | undefined;
37
- progressBar?: boolean | undefined;
38
- testId?: string | undefined;
39
- handleClose?: ((event: import('react').MouseEvent<Element, MouseEvent>) => void) | undefined;
40
- };
41
- };
42
- export declare const NotificationDanger: {
43
- render: import('@storybook/types').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, DsNotificationProps>;
44
- args: {
45
- type: string;
46
- className?: string | undefined;
47
- variant?: string | undefined;
48
- id: string;
49
- children?: import('react').ReactNode;
50
- message?: import('react').ReactNode;
51
- autoClose?: boolean | undefined;
52
- autoCloseTimer?: number | undefined;
53
- dismissible?: boolean | undefined;
54
- elevation?: number | undefined;
55
- progressBar?: boolean | undefined;
56
- testId?: string | undefined;
57
- handleClose?: ((event: import('react').MouseEvent<Element, MouseEvent>) => void) | undefined;
58
- };
59
- };
60
- export declare const NotificationWarning: {
61
- render: import('@storybook/types').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, DsNotificationProps>;
62
- args: {
63
- type: string;
64
- className?: string | undefined;
65
- variant?: string | undefined;
66
- id: string;
67
- children?: import('react').ReactNode;
68
- message?: import('react').ReactNode;
69
- autoClose?: boolean | undefined;
70
- autoCloseTimer?: number | undefined;
71
- dismissible?: boolean | undefined;
72
- elevation?: number | undefined;
73
- progressBar?: boolean | undefined;
74
- testId?: string | undefined;
75
- handleClose?: ((event: import('react').MouseEvent<Element, MouseEvent>) => void) | undefined;
76
- };
77
- };
78
- export declare const NotificationInfo: {
79
- render: import('@storybook/types').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, DsNotificationProps>;
80
- args: {
81
- type: string;
82
- className?: string | undefined;
83
- variant?: string | undefined;
84
- id: string;
85
- children?: import('react').ReactNode;
86
- message?: import('react').ReactNode;
87
- autoClose?: boolean | undefined;
88
- autoCloseTimer?: number | undefined;
89
- dismissible?: boolean | undefined;
90
- elevation?: number | undefined;
91
- progressBar?: boolean | undefined;
92
- testId?: string | undefined;
93
- handleClose?: ((event: import('react').MouseEvent<Element, MouseEvent>) => void) | undefined;
94
- };
95
- };
@@ -1,5 +0,0 @@
1
- import { DsNotificationProps } from './Notification.config';
2
- import { default as DsNotification } from './Notification';
3
-
4
- export { DsNotification };
5
- export type { DsNotificationProps };
@@ -1,32 +0,0 @@
1
- export interface ValidationItem {
2
- title: string;
3
- rule: (_password: string) => boolean;
4
- }
5
- export interface OnChangeProps {
6
- type: FunctionConstructor;
7
- default: () => void;
8
- }
9
- export interface ValidationListProps {
10
- type: ArrayConstructor;
11
- default: ValidationItem[];
12
- }
13
- export interface InstructionLabelProps {
14
- type: StringConstructor;
15
- default: string;
16
- }
17
- export interface TestIdProps {
18
- type: StringConstructor;
19
- default: string;
20
- }
21
- export interface PasswordConfirmationConfig {
22
- name: string;
23
- class: string;
24
- props: {
25
- onChange: OnChangeProps;
26
- validationList: ValidationListProps;
27
- instructionLabel: InstructionLabelProps;
28
- testId: TestIdProps;
29
- };
30
- }
31
- declare const DsPasswordConfirmationConfig: PasswordConfirmationConfig;
32
- export default DsPasswordConfirmationConfig;
@@ -1,4 +0,0 @@
1
- import { default as DsPasswordConfirmation, DsPasswordConfirmationProps } from './PasswordConfirmation';
2
-
3
- export { DsPasswordConfirmation };
4
- export type { DsPasswordConfirmationProps };
@@ -1,4 +0,0 @@
1
- import { default as DsStepper, DsStepperProps } from './Stepper';
2
-
3
- export { DsStepper };
4
- export type { DsStepperProps };
@@ -1,23 +0,0 @@
1
- export interface HeaderProps {
2
- type: ArrayConstructor;
3
- default: unknown[];
4
- }
5
- export interface ItemsProps {
6
- type: ArrayConstructor;
7
- default: unknown[];
8
- }
9
- export interface ColumnsProps {
10
- type: ArrayConstructor;
11
- default: unknown[];
12
- }
13
- export interface TableConfig {
14
- name: string;
15
- class: string;
16
- props: {
17
- header: HeaderProps;
18
- items: ItemsProps;
19
- columns: ColumnsProps;
20
- };
21
- }
22
- declare const TableConfig: TableConfig;
23
- export default TableConfig;
@@ -1,12 +0,0 @@
1
- import { DsTableRowProps } from './Table.types';
2
- import { Meta } from '@storybook/react';
3
-
4
- declare const componentProps: Meta;
5
- export default componentProps;
6
- export declare const Default: {
7
- render: import('@storybook/types').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, DsTableRowProps>;
8
- args: {
9
- columns: import('./Table.types').DsTableColumnsProps[];
10
- data: import('./Table.types').DsTableCoverageItem[];
11
- };
12
- };
@@ -1,5 +0,0 @@
1
- import { DsTableProps } from './Table.types';
2
- import { default as DsTable } from './Table';
3
-
4
- export { DsTable };
5
- export type { DsTableProps };
@@ -1,45 +0,0 @@
1
- export declare const Color: {
2
- readonly None: "";
3
- readonly Primary: "primary";
4
- readonly Secondary: "secondary";
5
- readonly Neutral: "neutral";
6
- readonly Success: "success";
7
- readonly Warning: "warning";
8
- readonly Danger: "danger";
9
- readonly Info: "info";
10
- };
11
- export type Color = (typeof Color)[keyof typeof Color];
12
- export interface TabsProps {
13
- type: ArrayConstructor;
14
- required: boolean;
15
- }
16
- export interface SelectedTabProps {
17
- type: NumberConstructor;
18
- default: number;
19
- }
20
- export interface ColorProps {
21
- type: StringConstructor;
22
- default: Color;
23
- options: Color[];
24
- }
25
- export interface ClassNameProps {
26
- type: StringConstructor;
27
- default: string;
28
- }
29
- export interface OnChangeProps {
30
- type: FunctionConstructor;
31
- default: () => void;
32
- }
33
- export interface DsTabsConfig {
34
- name: string;
35
- class: string;
36
- props: {
37
- tabs: TabsProps;
38
- selectedTab: SelectedTabProps;
39
- color: ColorProps;
40
- className: ClassNameProps;
41
- onChange: OnChangeProps;
42
- };
43
- }
44
- declare const DsTabsConfig: DsTabsConfig;
45
- export default DsTabsConfig;
@@ -1,6 +0,0 @@
1
- import { DsTabProps } from '../../../types/types';
2
- import { default as DsTabs, DsTabsProps } from './Tabs';
3
- import { default as DsTab } from './Tab';
4
-
5
- export { DsTab, DsTabs };
6
- export type { DsTabProps, DsTabsProps };
@@ -1,30 +0,0 @@
1
- export declare const Theme: {
2
- readonly Light: "light";
3
- readonly Dark: "dark";
4
- };
5
- export type Theme = (typeof Theme)[keyof typeof Theme];
6
- export declare const Library: {
7
- readonly Core: "core";
8
- readonly Marketing: "mkt";
9
- };
10
- export type Library = (typeof Library)[keyof typeof Library];
11
- export interface ThemeProps {
12
- type: StringConstructor;
13
- default: Theme;
14
- options: Theme[];
15
- }
16
- export interface LibraryProps {
17
- type: StringConstructor;
18
- default: Library;
19
- options: Library[];
20
- }
21
- export interface ThemeProviderConfig {
22
- name: string;
23
- class: string;
24
- props: {
25
- theme: ThemeProps;
26
- library: LibraryProps;
27
- };
28
- }
29
- declare const ThemeProviderConfig: ThemeProviderConfig;
30
- export default ThemeProviderConfig;
@@ -1,33 +0,0 @@
1
- export declare const Position: {
2
- readonly TopLeft: "top-left";
3
- readonly TopCenter: "top-center";
4
- readonly TopRight: "top-right";
5
- readonly BottomLeft: "bottom-left";
6
- readonly BottomCenter: "bottom-center";
7
- readonly BottomRight: "bottom-right";
8
- };
9
- export type Position = (typeof Position)[keyof typeof Position];
10
- export interface PositionProps {
11
- type: StringConstructor;
12
- default: Position;
13
- options: Position[];
14
- }
15
- export interface FluidProps {
16
- type: BooleanConstructor;
17
- default: boolean;
18
- }
19
- export interface ClassNameProps {
20
- type: StringConstructor;
21
- default: string;
22
- }
23
- export interface DsNotificationListConfig {
24
- name: string;
25
- class: string;
26
- props: {
27
- position: PositionProps;
28
- fluid: FluidProps;
29
- className: ClassNameProps;
30
- };
31
- }
32
- declare const DsNotificationListConfig: DsNotificationListConfig;
33
- export default DsNotificationListConfig;
@@ -1,4 +0,0 @@
1
- import { default as DsNotificationList, DsNotificationListProps } from './NotificationList';
2
-
3
- export { DsNotificationList };
4
- export type { DsNotificationListProps };
@@ -1,5 +0,0 @@
1
- import { default as DsTwoColumns, DsTwoColumnsProps } from './TwoColumns';
2
-
3
- export { DsTwoColumns };
4
- export type { DsTwoColumnsProps };
5
- export default DsTwoColumns;
@@ -1,3 +0,0 @@
1
- import { StoryFn } from '@storybook/react';
2
-
3
- export declare const centralizeBoxDecorator: ((Story: StoryFn) => import("react/jsx-runtime").JSX.Element)[];
@@ -1 +0,0 @@
1
- export {};
@@ -1,99 +0,0 @@
1
- import { default as React } from 'react';
2
- import { JSONSchemaType } from 'ajv';
3
-
4
- export interface EventData {
5
- [key: string]: React.ChangeEvent<HTMLInputElement>;
6
- }
7
- export type TestSchema = JSONSchemaType<{
8
- $id: string;
9
- type: 'object';
10
- schemas?: {
11
- mainSchema: {
12
- $id: string;
13
- type: 'object';
14
- required: string[];
15
- properties: {
16
- effectiveDate: {
17
- $ref: string;
18
- };
19
- };
20
- };
21
- definitions?: Record<string, FormSchema>;
22
- };
23
- definitions?: Record<string, FormSchema>;
24
- }>;
25
- export interface FormSchema {
26
- $id?: string;
27
- properties?: {
28
- [key: string]: InputValidator;
29
- };
30
- dependentRequired?: DependentRequired;
31
- required?: Array<string>;
32
- definitions?: Record<string, FormSchema>;
33
- type?: string;
34
- formatMinimum?: string;
35
- formatMaximum?: string;
36
- format?: string;
37
- schemas?: {
38
- definitions?: Record<string, FormSchema>;
39
- };
40
- items?: Record<string, FormSchema>;
41
- 'x-label'?: string;
42
- 'x-placeholder'?: string;
43
- 'x-tooltip'?: string;
44
- 'x-mask'?: string;
45
- 'x-options'?: Array<SelectOption>;
46
- }
47
- export interface InputValidator {
48
- $id?: string;
49
- type?: string;
50
- pattern?: string;
51
- format?: string;
52
- contains: FormSchema;
53
- }
54
- export interface DependentRequired {
55
- [key: string]: Array<string>;
56
- }
57
- export interface FormValidated {
58
- status: boolean | undefined;
59
- fields: InputValidated;
60
- }
61
- export interface InputValidated {
62
- [key: string]: {
63
- status: string | boolean;
64
- touched?: boolean | undefined;
65
- message?: string | undefined;
66
- };
67
- }
68
- export interface FormDataParsed {
69
- [key: string]: string | number | boolean | undefined | Array<object> | object;
70
- toJson?: () => string;
71
- }
72
- export type SelectOption = {
73
- value: string;
74
- label: string;
75
- } | object;
76
- export interface FormField {
77
- name: string;
78
- feedback: string | undefined;
79
- tooltip?: string;
80
- label?: string;
81
- placeholder?: string;
82
- onBlurHandler?: () => void;
83
- onChangeHandler?: (e: React.ChangeEvent<HTMLSelectElement>) => void;
84
- onFocusHandler?: () => void;
85
- onChange?: () => void;
86
- status?: string;
87
- animated: boolean;
88
- type?: string;
89
- mask?: string;
90
- min?: string;
91
- max?: string;
92
- value?: string | number | boolean | object | undefined;
93
- checked?: boolean;
94
- options?: Array<SelectOption>;
95
- ref: (inputRef: HTMLInputElement) => void;
96
- }
97
- export interface FieldsElementDictionary {
98
- [key: string]: HTMLInputElement;
99
- }