@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
@@ -0,0 +1,125 @@
1
+ export declare enum IconColor {
2
+ Primary = "primary",
3
+ PrimaryLightest = "primary-lightest",
4
+ PrimaryLighter = "primary-lighter",
5
+ PrimaryLight = "primary-light",
6
+ PrimaryDark = "primary-dark",
7
+ PrimaryDarker = "primary-darker",
8
+ Neutral90 = "neutral-90",
9
+ Neutral80 = "neutral-80",
10
+ Neutral60 = "neutral-60",
11
+ Neutral40 = "neutral-40",
12
+ Neutral20 = "neutral-20",
13
+ Neutral10 = "neutral-10",
14
+ Neutral05 = "neutral-05",
15
+ Neutral00 = "neutral-00",
16
+ Secondary = "secondary",
17
+ SecondaryLightest = "secondary-lightest",
18
+ SecondaryLighter = "secondary-lighter",
19
+ SecondaryLight = "secondary-light",
20
+ SecondaryDark = "secondary-dark",
21
+ SecondaryDarker = "secondary-darker",
22
+ Success = "success",
23
+ SuccessLighter = "success-lighter",
24
+ SuccessLight = "success-light",
25
+ SuccessDark = "success-dark",
26
+ Warning = "warning",
27
+ WarningLighter = "warning-lighter",
28
+ WarningLight = "warning-light",
29
+ WarningDark = "warning-dark",
30
+ Danger = "danger",
31
+ DangerLighter = "danger-lighter",
32
+ DangerLight = "danger-light",
33
+ DangerDark = "danger-dark",
34
+ Info = "info",
35
+ InfoLighter = "info-lighter",
36
+ InfoLight = "info-light",
37
+ InfoDark = "info-dark"
38
+ }
39
+ export declare enum IconVariation {
40
+ Outlined = "outlined",
41
+ Rounded = "rounded",
42
+ Sharp = "sharp"
43
+ }
44
+ export declare enum IconSize {
45
+ XXS = "xxs",
46
+ XS = "xs",
47
+ SM = "sm",
48
+ MD = "md",
49
+ LG = "lg",
50
+ XL = "xl",
51
+ XXL = "xxl",
52
+ XXXL = "xxxl",
53
+ Huge = "huge"
54
+ }
55
+ export declare enum IconWeight {
56
+ Bold = "bold",
57
+ Semibold = "semibold",
58
+ Medium = "medium",
59
+ Regular = "regular",
60
+ Light = "light",
61
+ Extralight = "extralight"
62
+ }
63
+ export interface IconFontVariationSettings {
64
+ fill: number;
65
+ grad: number;
66
+ weight: number;
67
+ opticalSize: number;
68
+ }
69
+ export interface IconColorProps {
70
+ type: StringConstructor;
71
+ default: IconColor;
72
+ options: IconColor[];
73
+ }
74
+ export interface IconImageProps {
75
+ type: StringConstructor;
76
+ default: string;
77
+ }
78
+ export interface IconVariationProps {
79
+ type: StringConstructor;
80
+ default: IconVariation;
81
+ options: IconVariation[];
82
+ }
83
+ export interface IconSizeProps {
84
+ type: StringConstructor;
85
+ default: IconSize;
86
+ options: IconSize[];
87
+ }
88
+ export interface IconFontVariationSettingsProps {
89
+ type: ObjectConstructor;
90
+ default: IconFontVariationSettings;
91
+ }
92
+ export interface IconFillProps {
93
+ type: BooleanConstructor;
94
+ default: boolean;
95
+ }
96
+ export interface IconWeightProps {
97
+ type: StringConstructor;
98
+ default: IconWeight;
99
+ options: IconWeight[];
100
+ }
101
+ export interface IconTestIdProps {
102
+ type: StringConstructor;
103
+ default: string;
104
+ }
105
+ export interface IconOnClickProps {
106
+ type: FunctionConstructor;
107
+ default: () => void;
108
+ }
109
+ export interface IconConfig {
110
+ name: string;
111
+ class: string;
112
+ props: {
113
+ color: IconColorProps;
114
+ image: IconImageProps;
115
+ variation: IconVariationProps;
116
+ size: IconSizeProps;
117
+ fontVariationSettings: IconFontVariationSettingsProps;
118
+ fill: IconFillProps;
119
+ weight: IconWeightProps;
120
+ testId: IconTestIdProps;
121
+ onClick: IconOnClickProps;
122
+ };
123
+ }
124
+ declare const iconConfig: IconConfig;
125
+ export default iconConfig;
@@ -1,5 +1,5 @@
1
- import { MouseEventHandler } from 'react';
2
1
  import { default as PropTypes } from 'prop-types';
2
+ import { MouseEventHandler } from 'react';
3
3
 
4
4
  /**
5
5
  *
@@ -22,12 +22,12 @@ export interface DsIconProps {
22
22
  declare const DsIcon: {
23
23
  ({ image, color, className, size, fill, weight, testId, onClick, }: DsIconProps): import("react/jsx-runtime").JSX.Element;
24
24
  propTypes: {
25
- color: PropTypes.Requireable<import('./Icon.config').Color>;
25
+ color: PropTypes.Requireable<import('./Icon.config').IconColor>;
26
26
  image: PropTypes.Requireable<string>;
27
27
  fontVariationSettings: PropTypes.Requireable<object>;
28
- size: PropTypes.Requireable<import('./Icon.config').Size>;
28
+ size: PropTypes.Requireable<import('./Icon.config').IconSize>;
29
29
  fill: PropTypes.Requireable<boolean>;
30
- weight: PropTypes.Requireable<import('./Icon.config').Weight>;
30
+ weight: PropTypes.Requireable<import('./Icon.config').IconWeight>;
31
31
  onClick: PropTypes.Requireable<(...args: any[]) => any>;
32
32
  };
33
33
  displayName: string;
@@ -0,0 +1,19 @@
1
+ import { Meta } from '@storybook/react';
2
+ import { DsIconProps } from '.';
3
+
4
+ declare const ComponentProps: Meta;
5
+ export default ComponentProps;
6
+ export declare const Default: {
7
+ render: import('storybook/internal/types').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, DsIconProps>;
8
+ args: {
9
+ image: string;
10
+ color: import('.').IconColor;
11
+ size: import('.').IconSize;
12
+ fill: boolean;
13
+ weight: import('.').IconWeight;
14
+ };
15
+ };
16
+ export declare const List: {
17
+ render: import('storybook/internal/types').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, DsIconProps>;
18
+ args: {};
19
+ };
@@ -0,0 +1,4 @@
1
+ export * from './Icon';
2
+ export * from './Icon.config';
3
+ export { default as DsIcon } from './Icon';
4
+ export { default as iconConfig } from './Icon.config';
@@ -0,0 +1,146 @@
1
+ export declare enum InputType {
2
+ Text = "text",
3
+ Password = "password",
4
+ Email = "email",
5
+ Date = "date",
6
+ Number = "number"
7
+ }
8
+ export declare enum InputSize {
9
+ Small = "small",
10
+ Medium = "medium",
11
+ Large = "large"
12
+ }
13
+ export declare enum InputStatus {
14
+ Default = "",
15
+ Error = "error",
16
+ Success = "success"
17
+ }
18
+ export declare enum InputTooltipPlacement {
19
+ Center = "center",
20
+ End = "end",
21
+ Initial = "initial"
22
+ }
23
+ export declare enum InputTooltipPosition {
24
+ Top = "top",
25
+ Right = "right",
26
+ Bottom = "bottom",
27
+ Left = "left"
28
+ }
29
+ export interface InputNameProps {
30
+ type: StringConstructor;
31
+ required: boolean;
32
+ }
33
+ export interface InputTestIdProps {
34
+ type: StringConstructor;
35
+ default: string;
36
+ }
37
+ export interface InputTypeProps {
38
+ type: StringConstructor;
39
+ default: InputType;
40
+ options: InputType[];
41
+ }
42
+ export interface InputAnimatedProps {
43
+ type: BooleanConstructor;
44
+ default: boolean;
45
+ }
46
+ export interface InputDisabledProps {
47
+ type: BooleanConstructor;
48
+ default: boolean;
49
+ }
50
+ export interface InputSizeProps {
51
+ type: StringConstructor;
52
+ default: InputSize;
53
+ options: InputSize[];
54
+ }
55
+ export interface InputLabelProps {
56
+ type: StringConstructor;
57
+ default: string;
58
+ }
59
+ export interface InputPlaceholderProps {
60
+ type: StringConstructor;
61
+ default: string;
62
+ }
63
+ export interface InputValueProps {
64
+ type: StringConstructor;
65
+ default: string;
66
+ }
67
+ export interface InputMinProps {
68
+ type: StringConstructor;
69
+ default: string;
70
+ }
71
+ export interface InputMaxProps {
72
+ type: StringConstructor;
73
+ default: string;
74
+ }
75
+ export interface InputStatusProps {
76
+ type: StringConstructor;
77
+ default: InputStatus;
78
+ options: InputStatus[];
79
+ }
80
+ export interface InputFeedbackProps {
81
+ type: StringConstructor;
82
+ default: string;
83
+ }
84
+ export interface InputHasFeedbackProps {
85
+ type: BooleanConstructor;
86
+ default: boolean;
87
+ }
88
+ export interface InputNoMarginProps {
89
+ type: BooleanConstructor;
90
+ default: boolean;
91
+ }
92
+ export interface InputIconProps {
93
+ type: StringConstructor;
94
+ default: string;
95
+ }
96
+ export interface InputTooltipProps {
97
+ type: StringConstructor;
98
+ default: string;
99
+ }
100
+ export interface InputTooltipPlacementProps {
101
+ type: StringConstructor;
102
+ default: InputTooltipPlacement;
103
+ options: InputTooltipPlacement[];
104
+ }
105
+ export interface InputTooltipPositionProps {
106
+ type: StringConstructor;
107
+ default: InputTooltipPosition;
108
+ options: InputTooltipPosition[];
109
+ }
110
+ export interface InputMaskProps {
111
+ type: StringConstructor;
112
+ default: string;
113
+ }
114
+ export interface InputOnChangeHandlerProps {
115
+ type: FunctionConstructor;
116
+ default: (event: React.ChangeEvent<HTMLInputElement>) => void;
117
+ }
118
+ export interface InputConfig {
119
+ name: string;
120
+ class: string;
121
+ props: {
122
+ name: InputNameProps;
123
+ testId: InputTestIdProps;
124
+ type: InputTypeProps;
125
+ animated: InputAnimatedProps;
126
+ disabled: InputDisabledProps;
127
+ size: InputSizeProps;
128
+ label: InputLabelProps;
129
+ placeholder: InputPlaceholderProps;
130
+ value: InputValueProps;
131
+ min: InputMinProps;
132
+ max: InputMaxProps;
133
+ status: InputStatusProps;
134
+ feedback: InputFeedbackProps;
135
+ hasFeedback: InputHasFeedbackProps;
136
+ noMargin: InputNoMarginProps;
137
+ icon: InputIconProps;
138
+ tooltip: InputTooltipProps;
139
+ tooltipPlacement: InputTooltipPlacementProps;
140
+ tooltipPosition: InputTooltipPositionProps;
141
+ mask: InputMaskProps;
142
+ onChangeHandler: InputOnChangeHandlerProps;
143
+ };
144
+ }
145
+ declare const inputConfig: InputConfig;
146
+ export default inputConfig;
@@ -1,10 +1,10 @@
1
- import { DsInputProps } from '.';
2
1
  import { Meta } from '@storybook/react';
2
+ import { DsInputProps } from '.';
3
3
 
4
4
  declare const ComponentProps: Meta;
5
5
  export default ComponentProps;
6
6
  export declare const Default: {
7
- render: import('@storybook/types').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, DsInputProps>;
7
+ render: import('storybook/internal/types').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, DsInputProps>;
8
8
  args: {
9
9
  name: string;
10
10
  label: string;
@@ -12,10 +12,10 @@ export declare const Default: {
12
12
  value: string;
13
13
  min: string;
14
14
  max: string;
15
- type: import('./Input.config').InputType;
15
+ type: import('.').InputType;
16
16
  disabled: boolean;
17
17
  tooltip: string;
18
- status: import('./Input.config').Status;
18
+ status: import('.').InputStatus;
19
19
  feedback: string;
20
20
  hasFeedback: boolean;
21
21
  noMargin: boolean;
@@ -0,0 +1,4 @@
1
+ export * from './Input';
2
+ export * from './Input.config';
3
+ export { default as DsInput } from './Input';
4
+ export { default as inputConfig } from './Input.config';
@@ -0,0 +1,52 @@
1
+ export declare enum LoadingSize {
2
+ Small = "small",
3
+ Medium = "medium",
4
+ Large = "large"
5
+ }
6
+ export declare enum LoadingBackgroundColor {
7
+ None = "",
8
+ Neutral20 = "neutral-20",
9
+ Neutral10 = "neutral-10",
10
+ Neutral05 = "neutral-05",
11
+ Neutral00 = "neutral-00"
12
+ }
13
+ export interface LoadingSizeProps {
14
+ type: StringConstructor;
15
+ default: LoadingSize;
16
+ options: LoadingSize[];
17
+ }
18
+ export interface LoadingOpacityProps {
19
+ type: BooleanConstructor;
20
+ default: boolean;
21
+ }
22
+ export interface LoadingFullscreenProps {
23
+ type: BooleanConstructor;
24
+ default: boolean;
25
+ }
26
+ export interface LoadingBackgroundColorProps {
27
+ type: StringConstructor;
28
+ default: LoadingBackgroundColor;
29
+ options: LoadingBackgroundColor[];
30
+ }
31
+ export interface LoadingIdProps {
32
+ type: StringConstructor;
33
+ default: string;
34
+ }
35
+ export interface LoadingTestIdProps {
36
+ type: StringConstructor;
37
+ default: string;
38
+ }
39
+ export interface LoadingConfig {
40
+ name: string;
41
+ class: string;
42
+ props: {
43
+ id: LoadingIdProps;
44
+ testId: LoadingTestIdProps;
45
+ size: LoadingSizeProps;
46
+ opacity: LoadingOpacityProps;
47
+ fullscreen: LoadingFullscreenProps;
48
+ backgroundColor: LoadingBackgroundColorProps;
49
+ };
50
+ }
51
+ declare const loadingConfig: LoadingConfig;
52
+ export default loadingConfig;
@@ -14,7 +14,7 @@ declare const DsLoading: {
14
14
  propTypes: {
15
15
  id: PropTypes.Requireable<string>;
16
16
  testId: PropTypes.Requireable<string>;
17
- size: PropTypes.Requireable<import('./Loading.config').Size>;
17
+ size: PropTypes.Requireable<import('./Loading.config').LoadingSize>;
18
18
  opacity: PropTypes.Requireable<boolean>;
19
19
  fullscreen: PropTypes.Requireable<boolean>;
20
20
  backgroundColor: PropTypes.Requireable<string>;
@@ -1,10 +1,10 @@
1
- import { DsLoadingProps } from '.';
2
1
  import { Meta } from '@storybook/react';
2
+ import { DsLoadingProps } from '.';
3
3
 
4
4
  declare const ComponentProps: Meta;
5
5
  export default ComponentProps;
6
6
  export declare const Default: {
7
- render: import('@storybook/types').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, DsLoadingProps>;
7
+ render: import('storybook/internal/types').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, DsLoadingProps>;
8
8
  args: {
9
9
  size: string;
10
10
  };
@@ -0,0 +1,4 @@
1
+ export * from './Loading';
2
+ export * from './Loading.config';
3
+ export { default as DsLoading } from './Loading';
4
+ export { default as loadingConfig } from './Loading.config';
@@ -0,0 +1,53 @@
1
+ export interface OptionIdProps {
2
+ type: StringConstructor;
3
+ default: string;
4
+ }
5
+ export interface OptionNameProps {
6
+ type: StringConstructor;
7
+ default: string;
8
+ }
9
+ export interface OptionTestIdProps {
10
+ type: StringConstructor;
11
+ default: string;
12
+ }
13
+ export interface OptionLabelProps {
14
+ type: StringConstructor;
15
+ default: string;
16
+ }
17
+ export interface OptionValueProps {
18
+ type: StringConstructor;
19
+ default: string;
20
+ }
21
+ export interface OptionDisabledProps {
22
+ type: BooleanConstructor;
23
+ default: boolean;
24
+ }
25
+ export interface OptionDetailProps {
26
+ type: StringConstructor;
27
+ default: string;
28
+ }
29
+ export interface OptionCheckedProps {
30
+ type: BooleanConstructor;
31
+ default: boolean;
32
+ }
33
+ export interface OptionOnChangeHandlerProps {
34
+ type: FunctionConstructor;
35
+ default: () => void;
36
+ }
37
+ export interface OptionConfig {
38
+ name: string;
39
+ class: string;
40
+ props: {
41
+ id: OptionIdProps;
42
+ name: OptionNameProps;
43
+ testId: OptionTestIdProps;
44
+ label: OptionLabelProps;
45
+ value: OptionValueProps;
46
+ disabled: OptionDisabledProps;
47
+ detail: OptionDetailProps;
48
+ checked: OptionCheckedProps;
49
+ onChangeHandler: OptionOnChangeHandlerProps;
50
+ };
51
+ }
52
+ declare const optionConfig: OptionConfig;
53
+ export default optionConfig;
@@ -1,10 +1,10 @@
1
- import { DsOptionProps } from '.';
2
1
  import { Meta } from '@storybook/react';
2
+ import { DsOptionProps } from '.';
3
3
 
4
4
  declare const ComponentProps: Meta;
5
5
  export default ComponentProps;
6
6
  export declare const Default: {
7
- render: import('@storybook/types').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, DsOptionProps>;
7
+ render: import('storybook/internal/types').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, DsOptionProps>;
8
8
  args: {
9
9
  label: string;
10
10
  detail: string;
@@ -0,0 +1,4 @@
1
+ export * from './Option';
2
+ export * from './Option.config';
3
+ export { default as DsOption } from './Option';
4
+ export { default as optionConfig } from './Option.config';
@@ -0,0 +1,19 @@
1
+ export declare enum ParagraphType {
2
+ Default = "",
3
+ Large = "large",
4
+ Small = "small"
5
+ }
6
+ export interface ParagraphTypeProps {
7
+ type: StringConstructor;
8
+ default: ParagraphType;
9
+ options: ParagraphType[];
10
+ }
11
+ export interface ParagraphConfig {
12
+ name: string;
13
+ class: string;
14
+ props: {
15
+ type: ParagraphTypeProps;
16
+ };
17
+ }
18
+ declare const paragraphConfig: ParagraphConfig;
19
+ export default paragraphConfig;
@@ -0,0 +1,21 @@
1
+ import { Meta } from '@storybook/react';
2
+ import { DsParagraphProps } from '.';
3
+
4
+ declare const ComponentProps: Meta;
5
+ export default ComponentProps;
6
+ export declare const Default: {
7
+ render: import('storybook/internal/types').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, DsParagraphProps>;
8
+ args: {};
9
+ };
10
+ export declare const Small: {
11
+ render: import('storybook/internal/types').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, DsParagraphProps>;
12
+ args: {
13
+ type: string;
14
+ };
15
+ };
16
+ export declare const Large: {
17
+ render: import('storybook/internal/types').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, DsParagraphProps>;
18
+ args: {
19
+ type: string;
20
+ };
21
+ };
@@ -0,0 +1,4 @@
1
+ export * from './Paragraph';
2
+ export * from './Paragraph.config';
3
+ export { default as DsParagraph } from './Paragraph';
4
+ export { default as paragraphConfig } from './Paragraph.config';
@@ -0,0 +1,30 @@
1
+ export declare enum ProgressColor {
2
+ Success = "success",
3
+ SuccessDark = "success-dark",
4
+ Warning = "warning",
5
+ Danger = "danger"
6
+ }
7
+ export interface ProgressLabelProps {
8
+ type: StringConstructor;
9
+ default: string;
10
+ }
11
+ export interface ProgressProgressProps {
12
+ type: NumberConstructor;
13
+ default: number;
14
+ }
15
+ export interface ProgressColorProps {
16
+ type: StringConstructor;
17
+ default: ProgressColor;
18
+ options: ProgressColor[];
19
+ }
20
+ export interface ProgressConfig {
21
+ name: string;
22
+ class: string;
23
+ props: {
24
+ label: ProgressLabelProps;
25
+ progress: ProgressProgressProps;
26
+ color: ProgressColorProps;
27
+ };
28
+ }
29
+ declare const progressConfig: ProgressConfig;
30
+ export default progressConfig;
@@ -1,10 +1,10 @@
1
- import { DsProgressProps } from '.';
2
1
  import { Meta } from '@storybook/react';
2
+ import { DsProgressProps } from '.';
3
3
 
4
4
  declare const ComponentProps: Meta;
5
5
  export default ComponentProps;
6
6
  export declare const Default: {
7
- render: import('@storybook/types').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, DsProgressProps>;
7
+ render: import('storybook/internal/types').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, DsProgressProps>;
8
8
  args: {
9
9
  label: string;
10
10
  color: string;
@@ -0,0 +1,4 @@
1
+ export * from './Progress';
2
+ export * from './Progress.config';
3
+ export { default as DsProgress } from './Progress';
4
+ export { default as progressConfig } from './Progress.config';