@sendoutcards/quantum-design-ui 1.8.39-alpha.5 → 2.0.0-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (590) hide show
  1. package/README.md +117 -0
  2. package/dist/index.css +1 -0
  3. package/dist/index.d.ts +1 -1
  4. package/dist/index.mjs +26283 -0
  5. package/dist/src/animations/transitions.d.ts +19 -19
  6. package/dist/src/atoms/anchor/anchor.d.ts +16 -16
  7. package/dist/src/atoms/animatedCheckMark/animatedCheckMark.d.ts +15 -15
  8. package/dist/src/atoms/aside/aside.d.ts +17 -17
  9. package/dist/src/atoms/avatar/avatar.d.ts +11 -10
  10. package/dist/src/atoms/badge/badge.d.ts +13 -13
  11. package/dist/src/atoms/bar/bar.d.ts +11 -11
  12. package/dist/src/atoms/capsule/capsule.d.ts +11 -11
  13. package/dist/src/atoms/card/card.d.ts +10 -10
  14. package/dist/src/atoms/colorThumbnail/colorThumbnail.d.ts +12 -12
  15. package/dist/src/atoms/colorThumbnail/loaders/colorThumbnailLoader.d.ts +8 -8
  16. package/dist/src/atoms/div/div.d.ts +19 -19
  17. package/dist/src/atoms/flex/flex.d.ts +8 -8
  18. package/dist/src/atoms/flex/flexItem.d.ts +8 -8
  19. package/dist/src/atoms/hStack/hStack.d.ts +14 -14
  20. package/dist/src/atoms/iconography/components/icon.d.ts +3 -3
  21. package/dist/src/atoms/iconography/icons/aText.d.ts +3 -3
  22. package/dist/src/atoms/iconography/icons/add.d.ts +3 -3
  23. package/dist/src/atoms/iconography/icons/alignCenter.d.ts +3 -3
  24. package/dist/src/atoms/iconography/icons/alignLeft.d.ts +3 -3
  25. package/dist/src/atoms/iconography/icons/alignRight.d.ts +3 -3
  26. package/dist/src/atoms/iconography/icons/allPanel.d.ts +3 -3
  27. package/dist/src/atoms/iconography/icons/award.d.ts +3 -3
  28. package/dist/src/atoms/iconography/icons/background.d.ts +3 -3
  29. package/dist/src/atoms/iconography/icons/backgroundSetting.d.ts +3 -3
  30. package/dist/src/atoms/iconography/icons/bag.d.ts +3 -3
  31. package/dist/src/atoms/iconography/icons/brightness.d.ts +3 -3
  32. package/dist/src/atoms/iconography/icons/calendar.d.ts +3 -3
  33. package/dist/src/atoms/iconography/icons/campaigns.d.ts +3 -3
  34. package/dist/src/atoms/iconography/icons/capitalizedText.d.ts +3 -3
  35. package/dist/src/atoms/iconography/icons/cart.d.ts +3 -3
  36. package/dist/src/atoms/iconography/icons/catalog.d.ts +3 -3
  37. package/dist/src/atoms/iconography/icons/check.d.ts +3 -3
  38. package/dist/src/atoms/iconography/icons/chevron.d.ts +3 -3
  39. package/dist/src/atoms/iconography/icons/clearPanel.d.ts +3 -3
  40. package/dist/src/atoms/iconography/icons/close.d.ts +3 -3
  41. package/dist/src/atoms/iconography/icons/closeCircle.d.ts +3 -3
  42. package/dist/src/atoms/iconography/icons/coaching.d.ts +3 -3
  43. package/dist/src/atoms/iconography/icons/color.d.ts +3 -3
  44. package/dist/src/atoms/iconography/icons/colorPalette.d.ts +3 -3
  45. package/dist/src/atoms/iconography/icons/complete.d.ts +3 -3
  46. package/dist/src/atoms/iconography/icons/contact.d.ts +3 -3
  47. package/dist/src/atoms/iconography/icons/copy.d.ts +3 -3
  48. package/dist/src/atoms/iconography/icons/creditCard.d.ts +3 -3
  49. package/dist/src/atoms/iconography/icons/crop.d.ts +3 -3
  50. package/dist/src/atoms/iconography/icons/cropRotate.d.ts +3 -3
  51. package/dist/src/atoms/iconography/icons/cut.d.ts +3 -3
  52. package/dist/src/atoms/iconography/icons/delete.d.ts +3 -3
  53. package/dist/src/atoms/iconography/icons/download.d.ts +3 -3
  54. package/dist/src/atoms/iconography/icons/drag.d.ts +3 -3
  55. package/dist/src/atoms/iconography/icons/dropper.d.ts +3 -3
  56. package/dist/src/atoms/iconography/icons/editorText.d.ts +3 -3
  57. package/dist/src/atoms/iconography/icons/elementIcon.d.ts +3 -3
  58. package/dist/src/atoms/iconography/icons/envelope.d.ts +3 -3
  59. package/dist/src/atoms/iconography/icons/exclamation.d.ts +3 -3
  60. package/dist/src/atoms/iconography/icons/facebook.d.ts +3 -3
  61. package/dist/src/atoms/iconography/icons/filter.d.ts +3 -3
  62. package/dist/src/atoms/iconography/icons/filterBy.d.ts +3 -3
  63. package/dist/src/atoms/iconography/icons/flipHorizontal.d.ts +3 -3
  64. package/dist/src/atoms/iconography/icons/flipVertical.d.ts +3 -3
  65. package/dist/src/atoms/iconography/icons/fontSize.d.ts +3 -3
  66. package/dist/src/atoms/iconography/icons/frame.d.ts +3 -3
  67. package/dist/src/atoms/iconography/icons/frameHeight.d.ts +3 -3
  68. package/dist/src/atoms/iconography/icons/frameWidth.d.ts +3 -3
  69. package/dist/src/atoms/iconography/icons/fullBleed.d.ts +3 -3
  70. package/dist/src/atoms/iconography/icons/fullBleedImage.d.ts +3 -3
  71. package/dist/src/atoms/iconography/icons/fullBleedLandscape.d.ts +3 -3
  72. package/dist/src/atoms/iconography/icons/fullBleedPortrait.d.ts +3 -3
  73. package/dist/src/atoms/iconography/icons/fullBleedText.d.ts +3 -3
  74. package/dist/src/atoms/iconography/icons/gift.d.ts +3 -3
  75. package/dist/src/atoms/iconography/icons/groups.d.ts +3 -3
  76. package/dist/src/atoms/iconography/icons/hamburger.d.ts +3 -3
  77. package/dist/src/atoms/iconography/icons/home.d.ts +3 -3
  78. package/dist/src/atoms/iconography/icons/icons.d.ts +6 -6
  79. package/dist/src/atoms/iconography/icons/idCard.d.ts +3 -3
  80. package/dist/src/atoms/iconography/icons/image.d.ts +3 -3
  81. package/dist/src/atoms/iconography/icons/imageSwap.d.ts +3 -3
  82. package/dist/src/atoms/iconography/icons/imageUpload.d.ts +3 -3
  83. package/dist/src/atoms/iconography/icons/information.d.ts +3 -3
  84. package/dist/src/atoms/iconography/icons/instagram.d.ts +3 -3
  85. package/dist/src/atoms/iconography/icons/invisible.d.ts +3 -3
  86. package/dist/src/atoms/iconography/icons/layer.d.ts +3 -3
  87. package/dist/src/atoms/iconography/icons/layerAdd.d.ts +3 -3
  88. package/dist/src/atoms/iconography/icons/layerDisabled.d.ts +3 -3
  89. package/dist/src/atoms/iconography/icons/layerDown.d.ts +3 -3
  90. package/dist/src/atoms/iconography/icons/layerRemove.d.ts +3 -3
  91. package/dist/src/atoms/iconography/icons/layerUp.d.ts +3 -3
  92. package/dist/src/atoms/iconography/icons/layout.d.ts +3 -3
  93. package/dist/src/atoms/iconography/icons/leftChevron.d.ts +3 -3
  94. package/dist/src/atoms/iconography/icons/linkedin.d.ts +3 -3
  95. package/dist/src/atoms/iconography/icons/loading.d.ts +3 -3
  96. package/dist/src/atoms/iconography/icons/location.d.ts +3 -3
  97. package/dist/src/atoms/iconography/icons/lock.d.ts +3 -3
  98. package/dist/src/atoms/iconography/icons/lowercaseText.d.ts +3 -3
  99. package/dist/src/atoms/iconography/icons/map.d.ts +3 -3
  100. package/dist/src/atoms/iconography/icons/mapLocation.d.ts +3 -3
  101. package/dist/src/atoms/iconography/icons/minus.d.ts +3 -3
  102. package/dist/src/atoms/iconography/icons/multipleUsers2x.d.ts +3 -3
  103. package/dist/src/atoms/iconography/icons/multipleUsers3x.d.ts +3 -3
  104. package/dist/src/atoms/iconography/icons/noUsers.d.ts +3 -3
  105. package/dist/src/atoms/iconography/icons/panelMode.d.ts +3 -3
  106. package/dist/src/atoms/iconography/icons/pinterest.d.ts +3 -3
  107. package/dist/src/atoms/iconography/icons/play.d.ts +3 -3
  108. package/dist/src/atoms/iconography/icons/plus.d.ts +3 -3
  109. package/dist/src/atoms/iconography/icons/plusSquare.d.ts +3 -3
  110. package/dist/src/atoms/iconography/icons/priceTag.d.ts +3 -3
  111. package/dist/src/atoms/iconography/icons/promptingsIcon.d.ts +3 -3
  112. package/dist/src/atoms/iconography/icons/quotation.d.ts +3 -3
  113. package/dist/src/atoms/iconography/icons/redo.d.ts +3 -3
  114. package/dist/src/atoms/iconography/icons/replaceImage.d.ts +3 -3
  115. package/dist/src/atoms/iconography/icons/rightChevron.d.ts +3 -3
  116. package/dist/src/atoms/iconography/icons/rotate.d.ts +3 -3
  117. package/dist/src/atoms/iconography/icons/rotateLeft.d.ts +3 -3
  118. package/dist/src/atoms/iconography/icons/rotateRight.d.ts +3 -3
  119. package/dist/src/atoms/iconography/icons/save.d.ts +3 -3
  120. package/dist/src/atoms/iconography/icons/search.d.ts +3 -3
  121. package/dist/src/atoms/iconography/icons/shadows.d.ts +3 -3
  122. package/dist/src/atoms/iconography/icons/signature.d.ts +3 -3
  123. package/dist/src/atoms/iconography/icons/signaturePen.d.ts +3 -3
  124. package/dist/src/atoms/iconography/icons/size.d.ts +3 -3
  125. package/dist/src/atoms/iconography/icons/slider.d.ts +3 -3
  126. package/dist/src/atoms/iconography/icons/sliderVertical.d.ts +3 -3
  127. package/dist/src/atoms/iconography/icons/socLogo.d.ts +3 -3
  128. package/dist/src/atoms/iconography/icons/squareCheck.d.ts +3 -3
  129. package/dist/src/atoms/iconography/icons/star.d.ts +3 -3
  130. package/dist/src/atoms/iconography/icons/stickers.d.ts +3 -3
  131. package/dist/src/atoms/iconography/icons/swap.d.ts +3 -3
  132. package/dist/src/atoms/iconography/icons/template.d.ts +3 -3
  133. package/dist/src/atoms/iconography/icons/tenDoor.d.ts +3 -3
  134. package/dist/src/atoms/iconography/icons/text.d.ts +3 -3
  135. package/dist/src/atoms/iconography/icons/textBox.d.ts +3 -3
  136. package/dist/src/atoms/iconography/icons/twitter.d.ts +3 -3
  137. package/dist/src/atoms/iconography/icons/undo.d.ts +3 -3
  138. package/dist/src/atoms/iconography/icons/upload.d.ts +3 -3
  139. package/dist/src/atoms/iconography/icons/uppercaseText.d.ts +3 -3
  140. package/dist/src/atoms/iconography/icons/user.d.ts +3 -3
  141. package/dist/src/atoms/iconography/icons/userSuccess.d.ts +3 -3
  142. package/dist/src/atoms/iconography/icons/usertag.d.ts +3 -3
  143. package/dist/src/atoms/iconography/icons/variable.d.ts +3 -3
  144. package/dist/src/atoms/iconography/icons/view.d.ts +3 -3
  145. package/dist/src/atoms/iconography/icons/viewCarousel.d.ts +3 -3
  146. package/dist/src/atoms/iconography/icons/viewPanels.d.ts +3 -3
  147. package/dist/src/atoms/iconography/icons/viewSinglePanel.d.ts +3 -3
  148. package/dist/src/atoms/iconography/icons/visible.d.ts +3 -3
  149. package/dist/src/atoms/iconography/icons/wand.d.ts +3 -3
  150. package/dist/src/atoms/iconography/icons/warning.d.ts +3 -3
  151. package/dist/src/atoms/iconography/icons/youtube.d.ts +3 -3
  152. package/dist/src/atoms/iconography/types/index.d.ts +17 -17
  153. package/dist/src/atoms/list/list.d.ts +22 -22
  154. package/dist/src/atoms/listItem/listItem.d.ts +13 -13
  155. package/dist/src/atoms/loadingSpinner/loadingSpinner.d.ts +7 -7
  156. package/dist/src/atoms/portal/portal.d.ts +4 -4
  157. package/dist/src/atoms/section/section.d.ts +17 -17
  158. package/dist/src/atoms/spacer/spacer.d.ts +9 -9
  159. package/dist/src/atoms/span/span.d.ts +7 -7
  160. package/dist/src/atoms/typography/text.d.ts +26 -26
  161. package/dist/src/atoms/vStack/vStack.d.ts +17 -17
  162. package/dist/src/context/WindowSize.d.ts +10 -10
  163. package/dist/src/customThemes/bellaCadaeux/concepts.d.ts +2 -2
  164. package/dist/src/customThemes/bellaCadaeux/entities.d.ts +2 -2
  165. package/dist/src/customThemes/bellaCadaeux/tokens/colors.d.ts +13 -13
  166. package/dist/src/customThemes/bellaCadaeux/tokens/typography.d.ts +23 -23
  167. package/dist/src/customThemes/blue42/concepts.d.ts +22 -22
  168. package/dist/src/customThemes/blue42/entities.d.ts +2 -2
  169. package/dist/src/customThemes/blue42/tokens/colors.d.ts +14 -14
  170. package/dist/src/customThemes/blue42/tokens/typography.d.ts +23 -23
  171. package/dist/src/customThemes/greenerStill/concepts.d.ts +22 -22
  172. package/dist/src/customThemes/greenerStill/entities.d.ts +2 -2
  173. package/dist/src/customThemes/greenerStill/tokens/colors.d.ts +13 -13
  174. package/dist/src/customThemes/greenerStill/tokens/typography.d.ts +23 -23
  175. package/dist/src/customThemes/promptingU/concepts.d.ts +22 -22
  176. package/dist/src/customThemes/promptingU/entities.d.ts +2 -2
  177. package/dist/src/customThemes/promptingU/tokens/colors.d.ts +14 -14
  178. package/dist/src/customThemes/promptingU/tokens/typography.d.ts +23 -23
  179. package/dist/src/customThemes/promptings/concepts.d.ts +22 -22
  180. package/dist/src/customThemes/promptings/entities.d.ts +2 -2
  181. package/dist/src/customThemes/promptings/tokens/colors.d.ts +13 -13
  182. package/dist/src/customThemes/promptings/tokens/typography.d.ts +23 -23
  183. package/dist/src/customThemes/sendOutCards/concepts.d.ts +108 -108
  184. package/dist/src/customThemes/sendOutCards/entities.d.ts +2 -2
  185. package/dist/src/customThemes/sendOutCards/tokens/borders.d.ts +7 -7
  186. package/dist/src/customThemes/sendOutCards/tokens/colors.d.ts +12 -12
  187. package/dist/src/customThemes/sendOutCards/tokens/mediaQueries.d.ts +8 -8
  188. package/dist/src/customThemes/sendOutCards/tokens/radius.d.ts +9 -9
  189. package/dist/src/customThemes/sendOutCards/tokens/shadows.d.ts +8 -8
  190. package/dist/src/customThemes/sendOutCards/tokens/sizing.d.ts +14 -14
  191. package/dist/src/customThemes/sendOutCards/tokens/spacing.d.ts +2 -2
  192. package/dist/src/customThemes/sendOutCards/tokens/typography.d.ts +22 -22
  193. package/dist/src/customThemes/sendogo/concepts.d.ts +22 -22
  194. package/dist/src/customThemes/sendogo/entities.d.ts +2 -2
  195. package/dist/src/customThemes/sendogo/tokens/colors.d.ts +11 -11
  196. package/dist/src/customThemes/sendogo/tokens/typography.d.ts +23 -23
  197. package/dist/src/customThemes/streamMarketing/concepts.d.ts +22 -22
  198. package/dist/src/customThemes/streamMarketing/entities.d.ts +2 -2
  199. package/dist/src/customThemes/streamMarketing/tokens/colors.d.ts +14 -14
  200. package/dist/src/customThemes/streamMarketing/tokens/typography.d.ts +23 -23
  201. package/dist/src/customThemes/streamVA/concepts.d.ts +22 -22
  202. package/dist/src/customThemes/streamVA/entities.d.ts +2 -2
  203. package/dist/src/customThemes/streamVA/tokens/colors.d.ts +14 -14
  204. package/dist/src/customThemes/streamVA/tokens/typography.d.ts +23 -23
  205. package/dist/src/exports/atoms.d.ts +24 -24
  206. package/dist/src/exports/editor.d.ts +1 -1
  207. package/dist/src/exports/hooks.d.ts +1 -1
  208. package/dist/src/exports/molecules.d.ts +64 -64
  209. package/dist/src/exports/organisms.d.ts +46 -46
  210. package/dist/src/exports/socPortfolio.d.ts +9 -9
  211. package/dist/src/exports/themes.d.ts +11 -10
  212. package/dist/src/helpers/hoc-functions/findBorderDirection.d.ts +5 -3
  213. package/dist/src/helpers/hoc-functions/findBorderRadiusDirection.d.ts +4 -2
  214. package/dist/src/helpers/hoc-functions/findColor.d.ts +4 -2
  215. package/dist/src/helpers/hoc-functions/findDirection.d.ts +4 -2
  216. package/dist/src/helpers/hoc-functions/generateStyles.d.ts +5 -3
  217. package/dist/src/helpers/hoc-functions/makeResponsive.d.ts +6 -6
  218. package/dist/src/helpers/hoc-functions/makeTextResponsive.d.ts +3 -4
  219. package/dist/src/helpers/hoc-functions/mapArrayToObject.d.ts +5 -1
  220. package/dist/src/helpers/hoc-functions/mediaQueries.d.ts +14 -14
  221. package/dist/src/helpers/hoc-functions/typeChecks.d.ts +7 -6
  222. package/dist/src/helpers/hoc-types/cssValueTypes.d.ts +19 -19
  223. package/dist/src/helpers/hoc-types/entityValueTypes.d.ts +158 -158
  224. package/dist/src/helpers/hoc-types/hocBasePropTypes.d.ts +54 -54
  225. package/dist/src/helpers/hoc-types/hocBaseUnion.d.ts +5 -5
  226. package/dist/src/helpers/hoc-types/hocMotionTypes.d.ts +6 -6
  227. package/dist/src/helpers/noop.d.ts +1 -1
  228. package/dist/src/helpers/style-functions/computeAvatarProperties.d.ts +5 -5
  229. package/dist/src/helpers/style-functions/computeButtonSizeProperties.d.ts +6 -6
  230. package/dist/src/helpers/style-functions/computeTextTypeFromSize.d.ts +10 -10
  231. package/dist/src/helpers/style-functions/convertTextColorToIconColor.d.ts +3 -3
  232. package/dist/src/helpers/style-functions/getIconProperties.d.ts +6 -6
  233. package/dist/src/helpers/style-functions/getNumberFromString.d.ts +1 -1
  234. package/dist/src/helpers/style-functions/mapSizeType.d.ts +2 -2
  235. package/dist/src/helpers/theme-functions/computeColorSwatch.d.ts +14 -14
  236. package/dist/src/helpers/theme-functions/computeGrayScale.d.ts +2 -2
  237. package/dist/src/helpers/theme-functions/computeShadow.d.ts +4 -4
  238. package/dist/src/helpers/theme-functions/computeSpacing.d.ts +1 -1
  239. package/dist/src/helpers/utils.d.ts +1 -1
  240. package/dist/src/hooks/useColorSwatch.d.ts +11 -11
  241. package/dist/src/hooks/useCurrentDevice.d.ts +2 -2
  242. package/dist/src/hooks/useDeviceSize.d.ts +5 -5
  243. package/dist/src/hooks/useEntities.d.ts +504 -1
  244. package/dist/src/hooks/useEvent.d.ts +1 -1
  245. package/dist/src/hooks/useInnerHeight.d.ts +1 -1
  246. package/dist/src/hooks/useInnerWidth.d.ts +1 -1
  247. package/dist/src/hooks/useLinearGradient.d.ts +5 -5
  248. package/dist/src/hooks/useLongPress.d.ts +11 -10
  249. package/dist/src/hooks/useOutsideClick.d.ts +1 -1
  250. package/dist/src/hooks/usePrevious.d.ts +1 -1
  251. package/dist/src/hooks/useProgressiveImage.d.ts +1 -1
  252. package/dist/src/hooks/useRadialGradient.d.ts +5 -5
  253. package/dist/src/hooks/useWindowSize.d.ts +4 -4
  254. package/dist/src/index.d.ts +7 -7
  255. package/dist/src/molecules/articleCard/articleCard.d.ts +12 -12
  256. package/dist/src/molecules/blockQuote/blockQuote.d.ts +18 -18
  257. package/dist/src/molecules/button/button.d.ts +34 -33
  258. package/dist/src/molecules/checkbox/checkbox.d.ts +12 -11
  259. package/dist/src/molecules/circle/circle.d.ts +13 -13
  260. package/dist/src/molecules/clipboard/clipboard.d.ts +7 -7
  261. package/dist/src/molecules/closeButton/closeButton.d.ts +15 -14
  262. package/dist/src/molecules/comparisonItem/comparisonItem.d.ts +13 -13
  263. package/dist/src/molecules/contextBar/contextBar.d.ts +6 -6
  264. package/dist/src/molecules/countdownTimer/countdownTimer.d.ts +17 -17
  265. package/dist/src/molecules/dialog/dialog.d.ts +27 -26
  266. package/dist/src/molecules/displayCard/displayCard.d.ts +7 -7
  267. package/dist/src/molecules/downloadButton/downloadButton.d.ts +8 -8
  268. package/dist/src/molecules/dragBar/dragBar.d.ts +12 -12
  269. package/dist/src/molecules/dragBox/dragBox.d.ts +7 -7
  270. package/dist/src/molecules/drawer/drawer.d.ts +23 -23
  271. package/dist/src/molecules/dropDownMenu/dropDownMenu.d.ts +10 -10
  272. package/dist/src/molecules/featureBadge/featureBadge.d.ts +14 -14
  273. package/dist/src/molecules/grid/components/gridItem.d.ts +14 -13
  274. package/dist/src/molecules/grid/grid.d.ts +19 -18
  275. package/dist/src/molecules/iconLink/iconLink.d.ts +24 -23
  276. package/dist/src/molecules/image/filters.d.ts +9 -9
  277. package/dist/src/molecules/image/image.d.ts +20 -19
  278. package/dist/src/molecules/image/loaders/ImageLoader.d.ts +9 -9
  279. package/dist/src/molecules/imageThumbnail/imageThumbnail.d.ts +9 -9
  280. package/dist/src/molecules/infiniteScroller/infiniteScroller.d.ts +13 -13
  281. package/dist/src/molecules/infoBlock/infoBlock.d.ts +13 -12
  282. package/dist/src/molecules/input/input.d.ts +40 -39
  283. package/dist/src/molecules/linkColumn/linkColumn.d.ts +9 -9
  284. package/dist/src/molecules/loader/loader.d.ts +8 -8
  285. package/dist/src/molecules/logo/bellaCadeaux/bellaCadeauxLogo.d.ts +3 -3
  286. package/dist/src/molecules/logo/blue42/blue42Logo.d.ts +3 -3
  287. package/dist/src/molecules/logo/greenerStill/greenerStillIcon.d.ts +3 -3
  288. package/dist/src/molecules/logo/greenerStill/greenerStillLogo.d.ts +3 -3
  289. package/dist/src/molecules/logo/logo.d.ts +18 -18
  290. package/dist/src/molecules/logo/promptingU/promptingUIcon.d.ts +3 -3
  291. package/dist/src/molecules/logo/promptingU/promptingULogo.d.ts +3 -3
  292. package/dist/src/molecules/logo/promptings/promptingsIcon.d.ts +3 -3
  293. package/dist/src/molecules/logo/promptings/promptingsLogo.d.ts +3 -3
  294. package/dist/src/molecules/logo/promptingsAcademy/promptingsAcademyIcon.d.ts +3 -3
  295. package/dist/src/molecules/logo/promptingsAcademy/propmtingsAcademyLogo.d.ts +3 -3
  296. package/dist/src/molecules/logo/soc/socIcon.d.ts +3 -3
  297. package/dist/src/molecules/logo/soc/socLogo.d.ts +3 -3
  298. package/dist/src/molecules/logo/streamMarketing/streamMarketingLogo.d.ts +3 -3
  299. package/dist/src/molecules/logo/streamVA/streamVAIcon.d.ts +3 -3
  300. package/dist/src/molecules/logo/streamVA/streamVALogo.d.ts +3 -3
  301. package/dist/src/molecules/masonryGrid/masonryGrid.d.ts +7 -7
  302. package/dist/src/molecules/menu/components/menuItem.d.ts +10 -10
  303. package/dist/src/molecules/menu/components/menuSection.d.ts +6 -6
  304. package/dist/src/molecules/menu/menu.d.ts +6 -5
  305. package/dist/src/molecules/navigation/navigation.d.ts +15 -14
  306. package/dist/src/molecules/overlay/overlay.d.ts +15 -15
  307. package/dist/src/molecules/progress/progress.d.ts +7 -6
  308. package/dist/src/molecules/quantitySlider/components/stackedCardHead.d.ts +9 -9
  309. package/dist/src/molecules/quantitySlider/quantitySlider.d.ts +15 -15
  310. package/dist/src/molecules/quickLink/quickLink.d.ts +7 -7
  311. package/dist/src/molecules/releaseNote/releaseNote.d.ts +18 -18
  312. package/dist/src/molecules/scrollable/scrollable.d.ts +9 -8
  313. package/dist/src/molecules/scrollingIndicator/scrollingIndicator.d.ts +6 -6
  314. package/dist/src/molecules/select/components/option.d.ts +43 -43
  315. package/dist/src/molecules/select/components/optionContent.d.ts +7 -7
  316. package/dist/src/molecules/select/select.d.ts +74 -73
  317. package/dist/src/molecules/separator/separator.d.ts +9 -9
  318. package/dist/src/molecules/sheet/components/snapPoint.d.ts +6 -6
  319. package/dist/src/molecules/sheet/sheet.d.ts +28 -27
  320. package/dist/src/molecules/sidebar/sidebar.d.ts +11 -11
  321. package/dist/src/molecules/slider/slider.d.ts +17 -15
  322. package/dist/src/molecules/sphere/sphere.d.ts +14 -14
  323. package/dist/src/molecules/stackedCards/stackedCards.d.ts +12 -12
  324. package/dist/src/molecules/stoplight/components/colorOption.d.ts +10 -10
  325. package/dist/src/molecules/stoplight/stoplight.d.ts +13 -13
  326. package/dist/src/molecules/tab/components/tab.d.ts +8 -8
  327. package/dist/src/molecules/tab/tabs.d.ts +13 -13
  328. package/dist/src/molecules/table/components/rowItem.d.ts +12 -9
  329. package/dist/src/molecules/table/components/tableRow.d.ts +16 -13
  330. package/dist/src/molecules/table/table.d.ts +20 -17
  331. package/dist/src/molecules/titledList/titledList.d.ts +10 -10
  332. package/dist/src/molecules/todo/todo.d.ts +5 -5
  333. package/dist/src/molecules/toggle/toggle.d.ts +6 -6
  334. package/dist/src/molecules/tooltip/tooltip.d.ts +15 -14
  335. package/dist/src/molecules/transition/transition.d.ts +9 -8
  336. package/dist/src/molecules/uploadButton/uploadButton.d.ts +16 -15
  337. package/dist/src/organisms/accordion/accordion.d.ts +28 -28
  338. package/dist/src/organisms/accordion/components/accordionBody.d.ts +10 -10
  339. package/dist/src/organisms/accordion/components/accordionHeading.d.ts +12 -12
  340. package/dist/src/organisms/accordion/context/accordionContext.d.ts +9 -9
  341. package/dist/src/organisms/accountMenu/accountMenu.d.ts +18 -18
  342. package/dist/src/organisms/animatedGrid/animatedGrid.d.ts +23 -23
  343. package/dist/src/organisms/animatedTiltCard/animatedTiltCard.d.ts +18 -18
  344. package/dist/src/organisms/awards/components/awardCard.d.ts +10 -9
  345. package/dist/src/organisms/awards/components/awardGroupLabel.d.ts +6 -6
  346. package/dist/src/organisms/awards/components/expandedAwardCard.d.ts +14 -13
  347. package/dist/src/organisms/awards/components/incrementalAwardLabel.d.ts +7 -6
  348. package/dist/src/organisms/awards/types/index.d.ts +6 -6
  349. package/dist/src/organisms/banner/banner.d.ts +23 -23
  350. package/dist/src/organisms/buttonWithMenu/buttonWithMenu.d.ts +19 -19
  351. package/dist/src/organisms/circleMenu/circleMenu.d.ts +10 -10
  352. package/dist/src/organisms/comparisonIncludesList/comparisonIncludesList.d.ts +7 -7
  353. package/dist/src/organisms/configurationCard/configurationCard.d.ts +20 -20
  354. package/dist/src/organisms/confirmDialog/confirmDialog.d.ts +29 -29
  355. package/dist/src/organisms/contentPusher/contentPusher.d.ts +24 -24
  356. package/dist/src/organisms/featureAnnouncement/featureAnnouncement.d.ts +18 -18
  357. package/dist/src/organisms/imageGrid/imageGrid.d.ts +26 -26
  358. package/dist/src/organisms/imageUploadWidget/imageUploadWidget.d.ts +29 -28
  359. package/dist/src/organisms/imageUploader/imageUploader.d.ts +19 -20
  360. package/dist/src/organisms/incrementSetting/incrementSetting.d.ts +18 -18
  361. package/dist/src/organisms/incrementSetting/loader/incrementSettingLoader.d.ts +5 -5
  362. package/dist/src/organisms/inviteCard/inviteCard.d.ts +24 -24
  363. package/dist/src/organisms/navigationPill/navigationPill.d.ts +16 -15
  364. package/dist/src/organisms/phoneInput/phoneInput.d.ts +19 -18
  365. package/dist/src/organisms/pill/pill.d.ts +19 -19
  366. package/dist/src/organisms/pinInput/components/pinBox.d.ts +10 -10
  367. package/dist/src/organisms/pinInput/pinInput.d.ts +14 -13
  368. package/dist/src/organisms/pricingTile/pricingTile.d.ts +47 -47
  369. package/dist/src/organisms/promotionWidget/promotionWidget.d.ts +22 -22
  370. package/dist/src/organisms/qdsChrome/components/content.d.ts +15 -16
  371. package/dist/src/organisms/qdsChrome/components/revealingContent.d.ts +10 -10
  372. package/dist/src/organisms/qdsChrome/qdsChrome.d.ts +39 -39
  373. package/dist/src/organisms/quantumColorPicker/quantumColorPicker.d.ts +21 -20
  374. package/dist/src/organisms/radioCard/radioCard.d.ts +12 -11
  375. package/dist/src/organisms/radioOptionList/radioOptionList.d.ts +17 -17
  376. package/dist/src/organisms/releaseNoteDialog/releaseNoteDialog.d.ts +25 -25
  377. package/dist/src/organisms/selectableList/components/selectableCard.d.ts +8 -8
  378. package/dist/src/organisms/selectableList/selectableList.d.ts +9 -9
  379. package/dist/src/organisms/settingInput/settingInput.d.ts +11 -10
  380. package/dist/src/organisms/staticNavigation/components/mobileView.d.ts +9 -9
  381. package/dist/src/organisms/staticNavigation/components/navigationLink.d.ts +12 -12
  382. package/dist/src/organisms/staticNavigation/staticNavigation.d.ts +37 -37
  383. package/dist/src/organisms/stepper/components/step.d.ts +6 -6
  384. package/dist/src/organisms/stepper/stepper.d.ts +16 -16
  385. package/dist/src/organisms/subNavigation/components/subNavigationHeading.d.ts +10 -10
  386. package/dist/src/organisms/subNavigation/subNavigation.d.ts +19 -19
  387. package/dist/src/organisms/userCard/loaders/userCardLoader.d.ts +6 -6
  388. package/dist/src/organisms/userCard/userCard.d.ts +16 -15
  389. package/dist/src/organisms/videoPlayer/components/playButton.d.ts +10 -9
  390. package/dist/src/organisms/videoPlayer/components/poster.d.ts +12 -12
  391. package/dist/src/organisms/videoPlayer/videoPlayer.d.ts +16 -15
  392. package/dist/src/organisms/zoom/zoom.d.ts +16 -15
  393. package/dist/src/portfolios/editor/editorSidebar/components/innerContents.d.ts +17 -17
  394. package/dist/src/portfolios/editor/editorSidebar/editorSidebar.d.ts +5 -5
  395. package/dist/src/portfolios/soc/affiliateShareWidget/affiliateShareWidget.d.ts +6 -6
  396. package/dist/src/portfolios/soc/components/bulkSend/bulkSend.d.ts +46 -46
  397. package/dist/src/portfolios/soc/components/bulkSend/cardQuantitySlider.d.ts +9 -9
  398. package/dist/src/portfolios/soc/components/cardEntryDialog/cardEntryDialog.d.ts +18 -18
  399. package/dist/src/portfolios/soc/components/orderCard/orderCard.d.ts +15 -15
  400. package/dist/src/portfolios/soc/components/paperTypeModal/paperTypeModal.d.ts +16 -15
  401. package/dist/src/portfolios/soc/components/upsaleSheet/components/selectedOption.d.ts +9 -9
  402. package/dist/src/portfolios/soc/components/upsaleSheet/upsaleSheet.d.ts +35 -35
  403. package/dist/src/portfolios/soc/subscriptionUpsaleDialog/constants/constants.d.ts +15 -15
  404. package/dist/src/portfolios/soc/subscriptionUpsaleDialog/subscriptionUpsaleDialog.d.ts +3 -3
  405. package/dist/src/portfolios/soc/upsaleDialog/upsaleDialog.d.ts +39 -39
  406. package/dist/src/portfolios/soc/upsaleDialog/upsaleOptions.d.ts +34 -34
  407. package/dist/src/theme/ThemeContext.d.ts +1513 -0
  408. package/dist/src/theme/quantumThemeWrapper.d.ts +9 -8
  409. package/dist/src/theme/theming/concepts.d.ts +108 -108
  410. package/dist/src/theme/theming/entities.d.ts +1032 -1032
  411. package/dist/src/theme/tokens/borders.d.ts +7 -7
  412. package/dist/src/theme/tokens/colors.d.ts +12 -12
  413. package/dist/src/theme/tokens/mediaQueries.d.ts +8 -8
  414. package/dist/src/theme/tokens/radius.d.ts +9 -9
  415. package/dist/src/theme/tokens/shadows.d.ts +8 -8
  416. package/dist/src/theme/tokens/sizing.d.ts +14 -14
  417. package/dist/src/theme/tokens/spacing.d.ts +2 -2
  418. package/dist/src/theme/tokens/typography.d.ts +22 -22
  419. package/dist/src/theme/types.d.ts +13 -13
  420. package/dist/src/types/global.d.ts +34 -34
  421. package/package.json +11 -19
  422. package/dist/index.es.js +0 -24986
  423. package/dist/src/atoms/avatar/styles.d.ts +0 -9
  424. package/dist/src/atoms/badge/styles.d.ts +0 -4
  425. package/dist/src/atoms/typography/styles.d.ts +0 -13
  426. package/dist/src/molecules/button/styles.d.ts +0 -9
  427. package/dist/src/molecules/checkbox/styles.d.ts +0 -9
  428. package/dist/src/molecules/closeButton/styles.d.ts +0 -4
  429. package/dist/src/molecules/dialog/styles.d.ts +0 -5
  430. package/dist/src/molecules/dragBar/styles.d.ts +0 -4
  431. package/dist/src/molecules/dragBox/styles.d.ts +0 -4
  432. package/dist/src/molecules/drawer/styles.d.ts +0 -7
  433. package/dist/src/molecules/grid/styles.d.ts +0 -5
  434. package/dist/src/molecules/iconLink/styles.d.ts +0 -7
  435. package/dist/src/molecules/image/styles.d.ts +0 -8
  436. package/dist/src/molecules/infoBlock/styles.d.ts +0 -6
  437. package/dist/src/molecules/input/styles.d.ts +0 -9
  438. package/dist/src/molecules/linkColumn/styles.d.ts +0 -4
  439. package/dist/src/molecules/menu/styles.d.ts +0 -4
  440. package/dist/src/molecules/navigation/styles.d.ts +0 -15
  441. package/dist/src/molecules/progress/styles.d.ts +0 -5
  442. package/dist/src/molecules/scrollable/styles.d.ts +0 -4
  443. package/dist/src/molecules/scrollingIndicator/styles.d.ts +0 -5
  444. package/dist/src/molecules/select/styles.d.ts +0 -11
  445. package/dist/src/molecules/separator/styles.d.ts +0 -8
  446. package/dist/src/molecules/sheet/styles.d.ts +0 -8
  447. package/dist/src/molecules/slider/styles.d.ts +0 -7
  448. package/dist/src/molecules/table/styles.d.ts +0 -6
  449. package/dist/src/molecules/tooltip/styles.d.ts +0 -5
  450. package/dist/src/molecules/transition/styles.d.ts +0 -4
  451. package/dist/src/molecules/uploadButton/styles.d.ts +0 -9
  452. package/dist/src/organisms/accordion/styles.d.ts +0 -4
  453. package/dist/src/organisms/accountMenu/styles.d.ts +0 -5
  454. package/dist/src/organisms/animatedTiltCard/styles.d.ts +0 -4
  455. package/dist/src/organisms/awards/styles.d.ts +0 -6
  456. package/dist/src/organisms/circleMenu/styles.d.ts +0 -5
  457. package/dist/src/organisms/imageUploadWidget/styles.d.ts +0 -4
  458. package/dist/src/organisms/incrementSetting/styles.d.ts +0 -4
  459. package/dist/src/organisms/navigationPill/styles.d.ts +0 -8
  460. package/dist/src/organisms/phoneInput/styles.d.ts +0 -5
  461. package/dist/src/organisms/pinInput/styles.d.ts +0 -7
  462. package/dist/src/organisms/qdsChrome/styles.d.ts +0 -10
  463. package/dist/src/organisms/quantumColorPicker/styles.d.ts +0 -4
  464. package/dist/src/organisms/radioCard/styles.d.ts +0 -4
  465. package/dist/src/organisms/radioOptionList/styles.d.ts +0 -4
  466. package/dist/src/organisms/selectableList/styles.d.ts +0 -4
  467. package/dist/src/organisms/settingInput/styles.d.ts +0 -4
  468. package/dist/src/organisms/staticNavigation/styles.d.ts +0 -5
  469. package/dist/src/organisms/subNavigation/styles.d.ts +0 -5
  470. package/dist/src/organisms/userCard/styles.d.ts +0 -5
  471. package/dist/src/organisms/videoPlayer/styles.d.ts +0 -8
  472. package/dist/src/organisms/zoom/styles.d.ts +0 -5
  473. package/dist/src/portfolios/soc/components/orderCard/styles.d.ts +0 -4
  474. package/dist/src/portfolios/soc/components/paperTypeModal/styles.d.ts +0 -4
  475. package/dist/src/portfolios/soc/components/upsaleSheet/styles.d.ts +0 -4
  476. package/dist/src/portfolios/soc/upsaleDialog/styles.d.ts +0 -4
  477. package/dist/src/stories/atoms/Anchor.stories.d.ts +0 -5
  478. package/dist/src/stories/atoms/AnimatedCheckmark.stories.d.ts +0 -6
  479. package/dist/src/stories/atoms/Aside.stories.d.ts +0 -5
  480. package/dist/src/stories/atoms/Avatar.stories.d.ts +0 -9
  481. package/dist/src/stories/atoms/Badge.stories.d.ts +0 -6
  482. package/dist/src/stories/atoms/Bar.stories.d.ts +0 -4
  483. package/dist/src/stories/atoms/Capsule.stories.d.ts +0 -5
  484. package/dist/src/stories/atoms/Card.stories.d.ts +0 -5
  485. package/dist/src/stories/atoms/ColorThumbnail.stories.d.ts +0 -5
  486. package/dist/src/stories/atoms/Colors.stories.d.ts +0 -11
  487. package/dist/src/stories/atoms/Div.stories.d.ts +0 -5
  488. package/dist/src/stories/atoms/Flex.stories.d.ts +0 -5
  489. package/dist/src/stories/atoms/Hstack.stories.d.ts +0 -5
  490. package/dist/src/stories/atoms/Icons.stories.d.ts +0 -124
  491. package/dist/src/stories/atoms/List.stories.d.ts +0 -6
  492. package/dist/src/stories/atoms/ListItem.stories.d.ts +0 -5
  493. package/dist/src/stories/atoms/LoadingSpinner.stories.d.ts +0 -4
  494. package/dist/src/stories/atoms/Section.stories.d.ts +0 -5
  495. package/dist/src/stories/atoms/Spacer.stories.d.ts +0 -4
  496. package/dist/src/stories/atoms/Span.stories.d.ts +0 -5
  497. package/dist/src/stories/atoms/Text.stories.d.ts +0 -21
  498. package/dist/src/stories/atoms/VStack.stories.d.ts +0 -5
  499. package/dist/src/stories/molecules/ArticleCard.stories.d.ts +0 -5
  500. package/dist/src/stories/molecules/BlockQuote.stories.d.ts +0 -5
  501. package/dist/src/stories/molecules/Button.stories.d.ts +0 -32
  502. package/dist/src/stories/molecules/Checkbox.stories.d.ts +0 -8
  503. package/dist/src/stories/molecules/Circle.stories.d.ts +0 -5
  504. package/dist/src/stories/molecules/Clipboard.stories.d.ts +0 -5
  505. package/dist/src/stories/molecules/CloseButton.stories.d.ts +0 -5
  506. package/dist/src/stories/molecules/ComparisonItem.stories.d.ts +0 -5
  507. package/dist/src/stories/molecules/CountdownTimer.stories.d.ts +0 -5
  508. package/dist/src/stories/molecules/Dialog.stories.d.ts +0 -7
  509. package/dist/src/stories/molecules/DisplayCard.stories.d.ts +0 -5
  510. package/dist/src/stories/molecules/DownloadButton.stories.d.ts +0 -5
  511. package/dist/src/stories/molecules/Drawer.stories.d.ts +0 -11
  512. package/dist/src/stories/molecules/DropDownMenu.stories.d.ts +0 -5
  513. package/dist/src/stories/molecules/FeatureBadge.stories.d.ts +0 -3
  514. package/dist/src/stories/molecules/Grid.stories.d.ts +0 -5
  515. package/dist/src/stories/molecules/IconLink.stories.d.ts +0 -11
  516. package/dist/src/stories/molecules/Image.stories.d.ts +0 -8
  517. package/dist/src/stories/molecules/ImageThumbnail.stories.d.ts +0 -5
  518. package/dist/src/stories/molecules/InfiniteScroller.stories.d.ts +0 -5
  519. package/dist/src/stories/molecules/InfoBlock.stories.d.ts +0 -3
  520. package/dist/src/stories/molecules/Input.stories.d.ts +0 -15
  521. package/dist/src/stories/molecules/LinkColumn.stories.d.ts +0 -5
  522. package/dist/src/stories/molecules/Loader.stories.d.ts +0 -4
  523. package/dist/src/stories/molecules/Logo.stories.d.ts +0 -4
  524. package/dist/src/stories/molecules/MasonryGrid.stories.d.ts +0 -5
  525. package/dist/src/stories/molecules/Menu.stories.d.ts +0 -5
  526. package/dist/src/stories/molecules/Progress.stories.d.ts +0 -4
  527. package/dist/src/stories/molecules/QuantitySlider.stories.d.ts +0 -5
  528. package/dist/src/stories/molecules/ReleaseNote.stories.d.ts +0 -5
  529. package/dist/src/stories/molecules/Scrollable.stories.d.ts +0 -5
  530. package/dist/src/stories/molecules/ScrollingIndicator.stories.d.ts +0 -5
  531. package/dist/src/stories/molecules/Select.stories.d.ts +0 -7
  532. package/dist/src/stories/molecules/Separator.stories.d.ts +0 -8
  533. package/dist/src/stories/molecules/Sheet.stories.d.ts +0 -10
  534. package/dist/src/stories/molecules/Sidebar.stories.d.ts +0 -5
  535. package/dist/src/stories/molecules/Slider.stories.d.ts +0 -5
  536. package/dist/src/stories/molecules/Sphere.stories.d.ts +0 -5
  537. package/dist/src/stories/molecules/StackedCards.stories.d.ts +0 -5
  538. package/dist/src/stories/molecules/Stoplight.stories.d.ts +0 -10
  539. package/dist/src/stories/molecules/Tab.stories.d.ts +0 -5
  540. package/dist/src/stories/molecules/Table.stories.d.ts +0 -6
  541. package/dist/src/stories/molecules/TitledList.stories.d.ts +0 -5
  542. package/dist/src/stories/molecules/Toggle.stories.d.ts +0 -3
  543. package/dist/src/stories/molecules/ToolTip.stories.d.ts +0 -6
  544. package/dist/src/stories/molecules/Transition.stories.d.ts +0 -4
  545. package/dist/src/stories/molecules/UploadButton.stories.d.ts +0 -5
  546. package/dist/src/stories/organisms/Accordion.stories.d.ts +0 -9
  547. package/dist/src/stories/organisms/AccountMenu.stories.d.ts +0 -4
  548. package/dist/src/stories/organisms/AnimatedGrid.stories.d.ts +0 -5
  549. package/dist/src/stories/organisms/AnimatedTiltCard.stories.d.ts +0 -3
  550. package/dist/src/stories/organisms/Awards.stories.d.ts +0 -6
  551. package/dist/src/stories/organisms/Banner.stories.d.ts +0 -8
  552. package/dist/src/stories/organisms/ButtonWithMenu.stories.d.ts +0 -4
  553. package/dist/src/stories/organisms/CircleMenu.stories.d.ts +0 -5
  554. package/dist/src/stories/organisms/ComparisonIncludesList.stories.d.ts +0 -3
  555. package/dist/src/stories/organisms/ConfigurationCard.stories.d.ts +0 -6
  556. package/dist/src/stories/organisms/ConfirmDialog.stories.d.ts +0 -7
  557. package/dist/src/stories/organisms/ContentPusher.stories.d.ts +0 -5
  558. package/dist/src/stories/organisms/FeatureAnnouncement.stories.d.ts +0 -5
  559. package/dist/src/stories/organisms/ImageGrid.stories.d.ts +0 -5
  560. package/dist/src/stories/organisms/ImageUploadWidget.stories.d.ts +0 -5
  561. package/dist/src/stories/organisms/ImageUploader.stories.d.ts +0 -5
  562. package/dist/src/stories/organisms/IncrementSetting.stories.d.ts +0 -6
  563. package/dist/src/stories/organisms/InviteCard.stories.d.ts +0 -3
  564. package/dist/src/stories/organisms/PhoneInput.stories.d.ts +0 -3
  565. package/dist/src/stories/organisms/Pill.stories.d.ts +0 -5
  566. package/dist/src/stories/organisms/PinInput.stories.d.ts +0 -5
  567. package/dist/src/stories/organisms/PricingTile.stories.d.ts +0 -6
  568. package/dist/src/stories/organisms/PromotionWidget.stories.d.ts +0 -5
  569. package/dist/src/stories/organisms/QDSChrome.stories.d.ts +0 -3
  570. package/dist/src/stories/organisms/QuantumColorPicker.stories.d.ts +0 -5
  571. package/dist/src/stories/organisms/RadioCard.stories.d.ts +0 -3
  572. package/dist/src/stories/organisms/RadioOptionList.stories.d.ts +0 -3
  573. package/dist/src/stories/organisms/ReleaseNoteDialog.stories.d.ts +0 -5
  574. package/dist/src/stories/organisms/SelectableList.stories.d.ts +0 -4
  575. package/dist/src/stories/organisms/SettingInput.stories.d.ts +0 -6
  576. package/dist/src/stories/organisms/StaticNavigation.stories.d.ts +0 -6
  577. package/dist/src/stories/organisms/Stepper.stories.d.ts +0 -5
  578. package/dist/src/stories/organisms/UserCard.stories.d.ts +0 -6
  579. package/dist/src/stories/organisms/UserCardLoader.stories.d.ts +0 -5
  580. package/dist/src/stories/organisms/VideoPlayer.stories.d.ts +0 -5
  581. package/dist/src/stories/organisms/Zoom.stories.d.ts +0 -6
  582. package/dist/src/stories/portfolios/SOC/AffiliateShareWidget.stories.d.ts +0 -5
  583. package/dist/src/stories/portfolios/SOC/BulkSend.stories.d.ts +0 -5
  584. package/dist/src/stories/portfolios/SOC/CardEntryDialog.stories.d.ts +0 -3
  585. package/dist/src/stories/portfolios/SOC/OrderCard.stories.d.ts +0 -5
  586. package/dist/src/stories/portfolios/SOC/PaperTypeModal.stories.d.ts +0 -5
  587. package/dist/src/stories/portfolios/SOC/UpsaleDialog.stories.d.ts +0 -4
  588. package/dist/src/stories/portfolios/SOC/UpsaleSheet.stories.d.ts +0 -3
  589. package/dist/src/stories/portfolios/SOC/subscriptionUpsale/SubscriptionUpsaleDialog.stories.d.ts +0 -3
  590. package/dist/src/stories/portfolios/editor/EditorSidebar.stories.d.ts +0 -5
@@ -1,14 +1,15 @@
1
- import React from 'react';
2
- import { Item, UserInfo } from "../../organisms/qdsChrome/qdsChrome";
3
- import { IconType } from "../../atoms/iconography/types";
4
- declare type NavigationProps = {
5
- navLinks: Item[];
6
- logo: IconType;
7
- user: UserInfo;
8
- setIsExpanded: (isExpanded: boolean) => void;
9
- setMenuOpen: (isMenuOpen: boolean) => void;
10
- isMenuOpen: boolean;
11
- isExpanded: boolean;
12
- };
13
- export declare const Navigation: React.FC<NavigationProps>;
14
- export {};
1
+ import React from 'react';
2
+ import { Item, UserInfo } from 'src/organisms/qdsChrome/qdsChrome';
3
+ import { IconType } from 'src/atoms/iconography/types';
4
+ import './navigation.css';
5
+ type NavigationProps = {
6
+ navLinks: Item[];
7
+ logo: IconType;
8
+ user: UserInfo;
9
+ setIsExpanded: (isExpanded: boolean) => void;
10
+ setMenuOpen: (isMenuOpen: boolean) => void;
11
+ isMenuOpen: boolean;
12
+ isExpanded: boolean;
13
+ };
14
+ export declare const Navigation: React.FC<NavigationProps>;
15
+ export {};
@@ -1,15 +1,15 @@
1
- import React from 'react';
2
- import { HOCMotionProps } from "../../helpers/hoc-types/hocMotionTypes";
3
- import { Responsive } from "../../helpers/hoc-types/entityValueTypes";
4
- import { Position } from "../../helpers/hoc-types/cssValueTypes";
5
- import { PinnedType } from '../dialog/dialog';
6
- export declare type OverlayPropTypes = {
7
- zIndex?: number;
8
- position?: Responsive<Position> | Position;
9
- bgElementSelector?: string;
10
- children?: React.ReactNode;
11
- pinned?: PinnedType;
12
- backgroundVariant?: 'solid' | 'blur';
13
- shouldScroll?: boolean;
14
- } & HOCMotionProps;
15
- export declare const Overlay: ({ children, zIndex, animate, initial, exit, variants, transition, motionKey, position, backgroundVariant, pinned, shouldScroll, ...rest }: OverlayPropTypes) => React.JSX.Element;
1
+ import React from 'react';
2
+ import { HOCMotionProps } from 'src/helpers/hoc-types/hocMotionTypes';
3
+ import { Responsive } from 'src/helpers/hoc-types/entityValueTypes';
4
+ import { Position } from 'src/helpers/hoc-types/cssValueTypes';
5
+ import { PinnedType } from '../dialog/dialog';
6
+ export type OverlayPropTypes = {
7
+ zIndex?: number;
8
+ position?: Responsive<Position> | Position;
9
+ bgElementSelector?: string;
10
+ children?: React.ReactNode;
11
+ pinned?: PinnedType;
12
+ backgroundVariant?: 'solid' | 'blur';
13
+ shouldScroll?: boolean;
14
+ } & HOCMotionProps;
15
+ export declare const Overlay: ({ children, zIndex, animate, initial, exit, variants, transition, motionKey, position, backgroundVariant, pinned, shouldScroll, ...rest }: OverlayPropTypes) => import("react/jsx-runtime").JSX.Element;
@@ -1,6 +1,7 @@
1
- import { FC } from 'react';
2
- export declare type ProgressProps = {
3
- percentage: string | number;
4
- hasLabel?: boolean;
5
- };
6
- export declare const Progress: FC<ProgressProps>;
1
+ import { FC } from 'react';
2
+ import './progress.css';
3
+ export type ProgressProps = {
4
+ percentage: string | number;
5
+ hasLabel?: boolean;
6
+ };
7
+ export declare const Progress: FC<ProgressProps>;
@@ -1,9 +1,9 @@
1
- import React, { FC } from 'react';
2
- export declare type StackedCardHeadProps = {
3
- cardImage?: string;
4
- cardOrientation?: 'vertical' | 'horizontal';
5
- quantity: number;
6
- quantityDescription: string;
7
- secondaryAction?: React.ReactNode;
8
- };
9
- export declare const StackedCardHead: FC<StackedCardHeadProps>;
1
+ import React, { FC } from 'react';
2
+ export type StackedCardHeadProps = {
3
+ cardImage?: string;
4
+ cardOrientation?: 'vertical' | 'horizontal';
5
+ quantity: number;
6
+ quantityDescription: string;
7
+ secondaryAction?: React.ReactNode;
8
+ };
9
+ export declare const StackedCardHead: FC<StackedCardHeadProps>;
@@ -1,15 +1,15 @@
1
- import React, { FC } from 'react';
2
- import { SliderProgressColor } from "../../exports/molecules";
3
- export declare type QuantitySliderProps = {
4
- quantity: number;
5
- min: number;
6
- max: number;
7
- setQuantity: (quantity: number) => void;
8
- salePrice?: number;
9
- sliderFill?: SliderProgressColor;
10
- unitPrice: number;
11
- width: number;
12
- hasIncrement?: boolean;
13
- head?: React.ReactNode;
14
- };
15
- export declare const QuantitySlider: FC<QuantitySliderProps>;
1
+ import React, { FC } from 'react';
2
+ import { SliderProgressColor } from 'src/exports/molecules';
3
+ export type QuantitySliderProps = {
4
+ quantity: number;
5
+ min: number;
6
+ max: number;
7
+ setQuantity: (quantity: number) => void;
8
+ salePrice?: number;
9
+ sliderFill?: SliderProgressColor;
10
+ unitPrice: number;
11
+ width: number;
12
+ hasIncrement?: boolean;
13
+ head?: React.ReactNode;
14
+ };
15
+ export declare const QuantitySlider: FC<QuantitySliderProps>;
@@ -1,7 +1,7 @@
1
- import { FC } from 'react';
2
- import { Item } from "../../organisms/qdsChrome/qdsChrome";
3
- declare type QuickLinkType = {
4
- link: Item;
5
- };
6
- export declare const QuickLink: FC<QuickLinkType>;
7
- export {};
1
+ import { FC } from 'react';
2
+ import { Item } from 'src/organisms/qdsChrome/qdsChrome';
3
+ type QuickLinkType = {
4
+ link: Item;
5
+ };
6
+ export declare const QuickLink: FC<QuickLinkType>;
7
+ export {};
@@ -1,18 +1,18 @@
1
- import { FC } from 'react';
2
- import { TextColor } from "../../exports/atoms";
3
- import { HOCSwatchColorKeys, Shadows } from "../../helpers/hoc-types/entityValueTypes";
4
- export declare type ReleaseNoteCapsuleColor = Extract<HOCSwatchColorKeys, 'primaryBrand' | 'secondaryBrand' | 'warning' | 'danger' | 'success' | 'accent' | 'blueScale'>;
5
- export declare type CapsuleType = 'new' | 'fix' | 'note';
6
- export declare type ReleaseNoteProps = {
7
- capsule: {
8
- title: CapsuleType;
9
- backgroundColor?: ReleaseNoteCapsuleColor;
10
- fontColor?: TextColor;
11
- boxShadow?: Shadows;
12
- };
13
- note: {
14
- title: string;
15
- color?: TextColor;
16
- };
17
- };
18
- export declare const ReleaseNote: FC<ReleaseNoteProps>;
1
+ import { FC } from 'react';
2
+ import { TextColor } from 'src/exports/atoms';
3
+ import { HOCSwatchColorKeys, Shadows } from 'src/helpers/hoc-types/entityValueTypes';
4
+ export type ReleaseNoteCapsuleColor = Extract<HOCSwatchColorKeys, 'primaryBrand' | 'secondaryBrand' | 'warning' | 'danger' | 'success' | 'accent' | 'blueScale'>;
5
+ export type CapsuleType = 'new' | 'fix' | 'note';
6
+ export type ReleaseNoteProps = {
7
+ capsule: {
8
+ title: CapsuleType;
9
+ backgroundColor?: ReleaseNoteCapsuleColor;
10
+ fontColor?: TextColor;
11
+ boxShadow?: Shadows;
12
+ };
13
+ note: {
14
+ title: string;
15
+ color?: TextColor;
16
+ };
17
+ };
18
+ export declare const ReleaseNote: FC<ReleaseNoteProps>;
@@ -1,8 +1,9 @@
1
- import React from 'react';
2
- export declare type ScrollableProps = {
3
- maxHeight?: number;
4
- onChange?: (progress: number) => void;
5
- hasScrollBar?: boolean;
6
- children?: React.ReactNode;
7
- };
8
- export declare const Scrollable: ({ maxHeight, onChange, children, hasScrollBar, }: ScrollableProps) => React.JSX.Element;
1
+ import React from 'react';
2
+ import './scrollable.css';
3
+ export type ScrollableProps = {
4
+ maxHeight?: number;
5
+ onChange?: (progress: number) => void;
6
+ hasScrollBar?: boolean;
7
+ children?: React.ReactNode;
8
+ };
9
+ export declare const Scrollable: ({ maxHeight, onChange, children, hasScrollBar, }: ScrollableProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,6 +1,6 @@
1
- import { FC } from 'react';
2
- export declare type ScrollingIndicatorProps = {
3
- size?: string;
4
- backgroundColor?: string;
5
- };
6
- export declare const ScrollingIndicator: FC<ScrollingIndicatorProps>;
1
+ import { FC } from 'react';
2
+ export type ScrollingIndicatorProps = {
3
+ size?: string;
4
+ backgroundColor?: string;
5
+ };
6
+ export declare const ScrollingIndicator: FC<ScrollingIndicatorProps>;
@@ -1,43 +1,43 @@
1
- import React from 'react';
2
- import { AlignmentOptions } from "../../../exports/atoms";
3
- import { IconType } from "../../../atoms/iconography/types";
4
- declare type OptionProps = {
5
- alignment?: AlignmentOptions;
6
- onClick?: (id: number) => void;
7
- isSelected: boolean;
8
- graphic?: IconType;
9
- icon?: IconType;
10
- id: number;
11
- } & (TextLabelProps | IconLabelProps | IconTextLabelProps | ReactNodeLabelProps);
12
- export declare type TextLabelProps = {
13
- type: 'text';
14
- label: string;
15
- };
16
- export declare type IconLabelProps = {
17
- type: 'graphic';
18
- label: {
19
- icon: IconType;
20
- url?: undefined;
21
- } | {
22
- icon?: undefined;
23
- url: string;
24
- };
25
- };
26
- export declare type IconTextLabelProps = {
27
- type: 'graphicText';
28
- label: {
29
- icon: IconType;
30
- url?: undefined;
31
- text: string;
32
- } | {
33
- icon?: undefined;
34
- url: string;
35
- text: string;
36
- };
37
- };
38
- export declare type ReactNodeLabelProps = {
39
- type: 'reactNode';
40
- label: React.ReactNode;
41
- };
42
- export declare const Option: React.ForwardRefExoticComponent<OptionProps & React.RefAttributes<HTMLDivElement>>;
43
- export {};
1
+ import React from 'react';
2
+ import { AlignmentOptions } from 'src/exports/atoms';
3
+ import { IconType } from 'src/atoms/iconography/types';
4
+ type OptionProps = {
5
+ alignment?: AlignmentOptions;
6
+ onClick?: (id: number) => void;
7
+ isSelected: boolean;
8
+ graphic?: IconType;
9
+ icon?: IconType;
10
+ id: number;
11
+ } & (TextLabelProps | IconLabelProps | IconTextLabelProps | ReactNodeLabelProps);
12
+ export type TextLabelProps = {
13
+ type: 'text';
14
+ label: string;
15
+ };
16
+ export type IconLabelProps = {
17
+ type: 'graphic';
18
+ label: {
19
+ icon: IconType;
20
+ url?: undefined;
21
+ } | {
22
+ icon?: undefined;
23
+ url: string;
24
+ };
25
+ };
26
+ export type IconTextLabelProps = {
27
+ type: 'graphicText';
28
+ label: {
29
+ icon: IconType;
30
+ url?: undefined;
31
+ text: string;
32
+ } | {
33
+ icon?: undefined;
34
+ url: string;
35
+ text: string;
36
+ };
37
+ };
38
+ export type ReactNodeLabelProps = {
39
+ type: 'reactNode';
40
+ label: React.ReactNode;
41
+ };
42
+ export declare const Option: React.ForwardRefExoticComponent<OptionProps & React.RefAttributes<HTMLDivElement>>;
43
+ export {};
@@ -1,7 +1,7 @@
1
- import { FC } from 'react';
2
- import { TextLabelProps, IconTextLabelProps, IconLabelProps, ReactNodeLabelProps } from './option';
3
- declare type OptionContentProps = {
4
- shouldBoldText?: boolean;
5
- } & (TextLabelProps | IconLabelProps | IconTextLabelProps | ReactNodeLabelProps);
6
- export declare const OptionContent: FC<OptionContentProps>;
7
- export {};
1
+ import { FC } from 'react';
2
+ import { TextLabelProps, IconTextLabelProps, IconLabelProps, ReactNodeLabelProps } from './option';
3
+ type OptionContentProps = {
4
+ shouldBoldText?: boolean;
5
+ } & (TextLabelProps | IconLabelProps | IconTextLabelProps | ReactNodeLabelProps);
6
+ export declare const OptionContent: FC<OptionContentProps>;
7
+ export {};
@@ -1,73 +1,74 @@
1
- import React from 'react';
2
- import { AlignmentOptions } from "../../exports/atoms";
3
- import { IconColors, IconType } from "../../atoms/iconography/types";
4
- declare type OptionWithTextLabelType = {
5
- value: string;
6
- label: string;
7
- hasSeparator?: boolean;
8
- };
9
- declare type OptionWithGraphicLabelType = {
10
- value: string;
11
- label: {
12
- icon: IconType;
13
- url?: undefined;
14
- } | {
15
- icon?: undefined;
16
- url: string;
17
- };
18
- };
19
- declare type OptionWithGrapihicTextLabelType = {
20
- value: string;
21
- label: {
22
- icon: IconType;
23
- url?: undefined;
24
- text: string;
25
- } | {
26
- icon?: undefined;
27
- url: string;
28
- text: string;
29
- };
30
- };
31
- declare type OptionWithReacNodeLabelType = {
32
- value: string;
33
- label: React.ReactNode;
34
- hasSeparator?: boolean;
35
- };
36
- declare type OptionsTextType = {
37
- type: 'text';
38
- options: OptionWithTextLabelType[];
39
- };
40
- declare type OptionsGraphicTextType = {
41
- type: 'graphicText';
42
- options: OptionWithGrapihicTextLabelType[];
43
- };
44
- declare type OptionsGraphicType = {
45
- type: 'graphic';
46
- options: OptionWithGraphicLabelType[];
47
- };
48
- declare type OptionsReactNodeType = {
49
- type: 'reactNode';
50
- options: OptionWithReacNodeLabelType[];
51
- };
52
- export declare type SelectFocusType = IconColors;
53
- export declare type SelectProps = {
54
- alignment?: AlignmentOptions;
55
- onChange: (selectedOptionIndex: number) => void;
56
- selectedOptionIndex?: number;
57
- dropDownMaxHeight?: string;
58
- shouldAlignDropDownToLeft?: boolean;
59
- isDropDownAbove?: boolean;
60
- selectHeight?: string;
61
- selectWidth?: string;
62
- focusColor?: SelectFocusType;
63
- message?: {
64
- type: 'success' | 'danger' | 'warning';
65
- content: string;
66
- icon?: IconType;
67
- onClick?: () => void;
68
- };
69
- frontLabel?: string;
70
- scrollBarWidth?: 'thin' | 'auto';
71
- } & (OptionsTextType | OptionsGraphicTextType | OptionsGraphicType | OptionsReactNodeType);
72
- export declare const Select: (props: SelectProps) => React.JSX.Element;
73
- export {};
1
+ import React from 'react';
2
+ import { AlignmentOptions } from 'src/exports/atoms';
3
+ import { IconColors, IconType } from 'src/atoms/iconography/types';
4
+ import './select.css';
5
+ type OptionWithTextLabelType = {
6
+ value: string;
7
+ label: string;
8
+ hasSeparator?: boolean;
9
+ };
10
+ type OptionWithGraphicLabelType = {
11
+ value: string;
12
+ label: {
13
+ icon: IconType;
14
+ url?: undefined;
15
+ } | {
16
+ icon?: undefined;
17
+ url: string;
18
+ };
19
+ };
20
+ type OptionWithGrapihicTextLabelType = {
21
+ value: string;
22
+ label: {
23
+ icon: IconType;
24
+ url?: undefined;
25
+ text: string;
26
+ } | {
27
+ icon?: undefined;
28
+ url: string;
29
+ text: string;
30
+ };
31
+ };
32
+ type OptionWithReacNodeLabelType = {
33
+ value: string;
34
+ label: React.ReactNode;
35
+ hasSeparator?: boolean;
36
+ };
37
+ type OptionsTextType = {
38
+ type: 'text';
39
+ options: OptionWithTextLabelType[];
40
+ };
41
+ type OptionsGraphicTextType = {
42
+ type: 'graphicText';
43
+ options: OptionWithGrapihicTextLabelType[];
44
+ };
45
+ type OptionsGraphicType = {
46
+ type: 'graphic';
47
+ options: OptionWithGraphicLabelType[];
48
+ };
49
+ type OptionsReactNodeType = {
50
+ type: 'reactNode';
51
+ options: OptionWithReacNodeLabelType[];
52
+ };
53
+ export type SelectFocusType = IconColors;
54
+ export type SelectProps = {
55
+ alignment?: AlignmentOptions;
56
+ onChange: (selectedOptionIndex: number) => void;
57
+ selectedOptionIndex?: number;
58
+ dropDownMaxHeight?: string;
59
+ shouldAlignDropDownToLeft?: boolean;
60
+ isDropDownAbove?: boolean;
61
+ selectHeight?: string;
62
+ selectWidth?: string;
63
+ focusColor?: SelectFocusType;
64
+ message?: {
65
+ type: 'success' | 'danger' | 'warning';
66
+ content: string;
67
+ icon?: IconType;
68
+ onClick?: () => void;
69
+ };
70
+ frontLabel?: string;
71
+ scrollBarWidth?: 'thin' | 'auto';
72
+ } & (OptionsTextType | OptionsGraphicTextType | OptionsGraphicType | OptionsReactNodeType);
73
+ export declare const Select: (props: SelectProps) => import("react/jsx-runtime").JSX.Element;
74
+ export {};
@@ -1,9 +1,9 @@
1
- import { FC } from 'react';
2
- export declare type SeparatorProps = {
3
- orientation: SeparatorOrientationType;
4
- dashed?: boolean;
5
- caption?: string;
6
- shouldCaptionWrap?: boolean;
7
- };
8
- export declare type SeparatorOrientationType = 'vertical' | 'horizontal';
9
- export declare const Separator: FC<SeparatorProps>;
1
+ import { FC } from 'react';
2
+ export type SeparatorProps = {
3
+ orientation: SeparatorOrientationType;
4
+ dashed?: boolean;
5
+ caption?: string;
6
+ shouldCaptionWrap?: boolean;
7
+ };
8
+ export type SeparatorOrientationType = 'vertical' | 'horizontal';
9
+ export declare const Separator: FC<SeparatorProps>;
@@ -1,6 +1,6 @@
1
- import { FC } from 'react';
2
- declare type SnapPointProps = {
3
- name?: string;
4
- };
5
- export declare const SnapPoint: FC<SnapPointProps>;
6
- export {};
1
+ import { FC } from 'react';
2
+ type SnapPointProps = {
3
+ name?: string;
4
+ };
5
+ export declare const SnapPoint: FC<SnapPointProps>;
6
+ export {};
@@ -1,27 +1,28 @@
1
- import React from 'react';
2
- import { BackgroundColor } from "../../helpers/hoc-types/hocBaseUnion";
3
- import { HOCSpacingKeys, LiteralUnion, SpacingDirection } from "../../helpers/hoc-types/entityValueTypes";
4
- declare type SnapToStateType = string | number | undefined;
5
- export declare type SheetProps = {
6
- isOpen: boolean;
7
- setIsOpen?: (isOpen: boolean) => void;
8
- draggable?: boolean;
9
- backgroundColor?: string;
10
- layer?: number;
11
- backgroundElement?: React.ReactNode;
12
- backgroundElementBackgroundColor?: BackgroundColor;
13
- snapPointPercentages?: number[];
14
- initialSnapPoint?: number | string;
15
- outsideClickBypassId?: string;
16
- zIndex?: number;
17
- bgElementSelector?: string;
18
- hasOverlay?: boolean;
19
- snapTo?: string | number;
20
- setSnapTo?: React.Dispatch<React.SetStateAction<SnapToStateType>>;
21
- width?: string;
22
- inset?: SpacingDirection | LiteralUnion<HOCSpacingKeys>;
23
- outset?: SpacingDirection | LiteralUnion<HOCSpacingKeys>;
24
- children?: React.ReactNode;
25
- };
26
- export declare const Sheet: ({ isOpen, children, draggable, backgroundColor, layer, setIsOpen, backgroundElement, backgroundElementBackgroundColor, snapPointPercentages, initialSnapPoint, outsideClickBypassId, zIndex, bgElementSelector, hasOverlay, snapTo, setSnapTo, width, inset, outset, }: SheetProps) => React.JSX.Element;
27
- export {};
1
+ import React from 'react';
2
+ import './sheet.css';
3
+ import { BackgroundColor } from 'src/helpers/hoc-types/hocBaseUnion';
4
+ import { HOCSpacingKeys, LiteralUnion, SpacingDirection } from 'src/helpers/hoc-types/entityValueTypes';
5
+ type SnapToStateType = string | number | undefined;
6
+ export type SheetProps = {
7
+ isOpen: boolean;
8
+ setIsOpen?: (isOpen: boolean) => void;
9
+ draggable?: boolean;
10
+ backgroundColor?: string;
11
+ layer?: number;
12
+ backgroundElement?: React.ReactNode;
13
+ backgroundElementBackgroundColor?: BackgroundColor;
14
+ snapPointPercentages?: number[];
15
+ initialSnapPoint?: number | string;
16
+ outsideClickBypassId?: string;
17
+ zIndex?: number;
18
+ bgElementSelector?: string;
19
+ hasOverlay?: boolean;
20
+ snapTo?: string | number;
21
+ setSnapTo?: React.Dispatch<React.SetStateAction<SnapToStateType>>;
22
+ width?: string;
23
+ inset?: SpacingDirection | LiteralUnion<HOCSpacingKeys>;
24
+ outset?: SpacingDirection | LiteralUnion<HOCSpacingKeys>;
25
+ children?: React.ReactNode;
26
+ };
27
+ export declare const Sheet: ({ isOpen, children, draggable, backgroundColor, layer, setIsOpen, backgroundElement, backgroundElementBackgroundColor, snapPointPercentages, initialSnapPoint, outsideClickBypassId, zIndex, bgElementSelector, hasOverlay, snapTo, setSnapTo, width, inset, outset, }: SheetProps) => import("react/jsx-runtime").JSX.Element;
28
+ export {};
@@ -1,11 +1,11 @@
1
- import React from 'react';
2
- export declare type SidebarPosition = 'left' | 'right';
3
- export declare type SidebarProps = {
4
- outsideClickEvent?: () => void;
5
- width?: string;
6
- position?: SidebarPosition;
7
- zIndex?: number;
8
- height?: string;
9
- children?: React.ReactNode;
10
- };
11
- export declare const Sidebar: ({ children, width, position, zIndex, height, }: SidebarProps) => React.JSX.Element;
1
+ import React from 'react';
2
+ export type SidebarPosition = 'left' | 'right';
3
+ export type SidebarProps = {
4
+ outsideClickEvent?: () => void;
5
+ width?: string;
6
+ position?: SidebarPosition;
7
+ zIndex?: number;
8
+ height?: string;
9
+ children?: React.ReactNode;
10
+ };
11
+ export declare const Sidebar: ({ children, width, position, zIndex, height, }: SidebarProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,15 +1,17 @@
1
- import { FC } from 'react';
2
- import { IconColors } from "../../exports/atoms";
3
- export declare type SliderProgressColor = IconColors;
4
- export declare type SliderOriginType = 'left' | 'center';
5
- export declare type SliderProps = {
6
- value: number;
7
- min: number;
8
- max: number;
9
- setValue: (value: number) => void;
10
- activeColor?: SliderProgressColor;
11
- isDisabled?: boolean;
12
- origin?: SliderOriginType;
13
- width: number;
14
- };
15
- export declare const Slider: FC<SliderProps>;
1
+ import React, { FC } from 'react';
2
+ import './slider.css';
3
+ import { IconColors } from 'src/exports/atoms';
4
+ export type SliderProgressColor = IconColors;
5
+ export type SliderOriginType = 'left' | 'center';
6
+ export type SliderProps = {
7
+ value: number;
8
+ min: number;
9
+ max: number;
10
+ setValue: (value: number) => void;
11
+ activeColor?: SliderProgressColor;
12
+ isDisabled?: boolean;
13
+ origin?: SliderOriginType;
14
+ width: number;
15
+ style?: React.CSSProperties;
16
+ };
17
+ export declare const Slider: FC<SliderProps>;