carbon-react 102.10.1 → 102.13.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 (523) hide show
  1. package/lib/__internal__/DeprecationWarning.d.ts +10 -0
  2. package/lib/__internal__/character-count/character-count.component.d.ts +26 -0
  3. package/lib/__internal__/character-count/character-count.style.d.ts +2 -0
  4. package/lib/__internal__/character-count/index.d.ts +1 -0
  5. package/lib/__internal__/checkable-input/checkable-input-svg-wrapper.style.d.ts +2 -0
  6. package/lib/__internal__/checkable-input/checkable-input.component.d.ts +75 -0
  7. package/lib/__internal__/checkable-input/checkable-input.style.d.ts +2 -0
  8. package/lib/__internal__/checkable-input/hidden-checkable-input.component.d.ts +41 -0
  9. package/lib/__internal__/checkable-input/hidden-checkable-input.style.d.ts +2 -0
  10. package/lib/__internal__/date/index.d.ts +1 -0
  11. package/lib/__internal__/field-help/field-help.component.d.ts +15 -0
  12. package/lib/__internal__/field-help/field-help.style.d.ts +2 -0
  13. package/lib/__internal__/fieldset/fieldset.component.d.ts +35 -0
  14. package/lib/__internal__/fieldset/fieldset.style.d.ts +3 -0
  15. package/lib/__internal__/filter-object-properties/filter-object-properties.d.ts +1 -0
  16. package/lib/__internal__/filter-object-properties/index.d.ts +1 -0
  17. package/lib/__internal__/focus-trap/focus-trap-utils.d.ts +4 -0
  18. package/lib/__internal__/focus-trap/focus-trap.component.d.ts +22 -0
  19. package/lib/__internal__/focus-trap/index.d.ts +1 -0
  20. package/lib/__internal__/form-field/form-field.component.d.ts +63 -0
  21. package/lib/__internal__/form-field/form-field.style.d.ts +3 -0
  22. package/lib/__internal__/full-screen-heading/full-screen-heading.component.d.ts +3 -0
  23. package/lib/__internal__/full-screen-heading/full-screen-heading.style.d.ts +3 -0
  24. package/lib/__internal__/full-screen-heading/index.d.ts +1 -0
  25. package/lib/__internal__/i18n-context/index.d.ts +2 -0
  26. package/lib/__internal__/input/extract-props/extract-props.d.ts +1 -0
  27. package/lib/__internal__/input/extract-props/index.d.ts +1 -0
  28. package/lib/__internal__/input/input-presentation.component.d.ts +28 -0
  29. package/lib/__internal__/input/input-presentation.style.d.ts +9 -0
  30. package/lib/__internal__/input/input-sizes.style.d.ts +34 -0
  31. package/lib/__internal__/input/input.component.d.ts +3 -0
  32. package/lib/__internal__/input/input.style.d.ts +2 -0
  33. package/lib/__internal__/input-behaviour/index.d.ts +2 -0
  34. package/lib/__internal__/input-behaviour/input-behaviour.component.d.ts +11 -0
  35. package/lib/__internal__/input-behaviour/input-group-behaviour.component.d.ts +13 -0
  36. package/lib/__internal__/input-behaviour/useInputBehaviour.d.ts +11 -0
  37. package/lib/__internal__/input-icon-toggle/input-icon-toggle.component.d.ts +38 -0
  38. package/lib/__internal__/input-icon-toggle/input-icon-toggle.style.d.ts +5 -0
  39. package/lib/__internal__/label/icon-wrapper.style.d.ts +2 -0
  40. package/lib/__internal__/label/label.component.d.ts +66 -0
  41. package/lib/__internal__/label/label.style.d.ts +3 -0
  42. package/lib/__internal__/popover/index.d.ts +1 -0
  43. package/lib/__internal__/popover/popover.component.d.ts +22 -0
  44. package/lib/__internal__/sticky-footer/index.d.ts +1 -0
  45. package/lib/__internal__/sticky-footer/sticky-footer.component.d.ts +15 -0
  46. package/lib/__internal__/sticky-footer/sticky-footer.style.d.ts +2 -0
  47. package/lib/__internal__/utils/ether/ether.d.ts +19 -0
  48. package/lib/__internal__/utils/ether/index.d.ts +1 -0
  49. package/lib/__internal__/utils/helpers/browser/browser.d.ts +17 -0
  50. package/lib/__internal__/utils/helpers/browser/index.d.ts +1 -0
  51. package/lib/__internal__/utils/helpers/browser-type-check/browser-type-check.d.ts +7 -0
  52. package/lib/__internal__/utils/helpers/browser-type-check/index.d.ts +1 -0
  53. package/lib/__internal__/utils/helpers/events/composedPath.d.ts +2 -0
  54. package/lib/__internal__/utils/helpers/events/events.d.ts +32 -0
  55. package/lib/__internal__/utils/helpers/events/index.d.ts +1 -0
  56. package/lib/__internal__/utils/helpers/guid/__spec__.d.ts +1 -0
  57. package/lib/__internal__/utils/helpers/guid/guid.d.ts +2 -0
  58. package/lib/__internal__/utils/helpers/immutable/__spec__.d.ts +1 -0
  59. package/lib/__internal__/utils/helpers/immutable/immutable.d.ts +4 -0
  60. package/lib/__internal__/utils/helpers/tags/index.d.ts +1 -0
  61. package/lib/__internal__/utils/helpers/tags/tags-specs/index.d.ts +1 -0
  62. package/lib/__internal__/utils/helpers/tags/tags-specs/tags-specs.d.ts +2 -0
  63. package/lib/__internal__/utils/helpers/tags/tags.d.ts +9 -0
  64. package/lib/__internal__/utils/helpers/with-unique-id-props/index.d.ts +1 -0
  65. package/lib/__internal__/utils/logger/index.d.ts +1 -0
  66. package/lib/__internal__/utils/logger/logger.d.ts +9 -0
  67. package/lib/__internal__/validations/validation-icon.component.d.ts +41 -0
  68. package/lib/__internal__/validations/validation-icon.style.d.ts +2 -0
  69. package/lib/__spec_helper__/enzyme-snapshot-helper.d.ts +2 -0
  70. package/lib/__spec_helper__/expect.d.ts +1 -0
  71. package/lib/__spec_helper__/index.d.ts +1 -0
  72. package/lib/__spec_helper__/mock-date-helper.d.ts +1 -0
  73. package/lib/__spec_helper__/mock-resize-observer.d.ts +2 -0
  74. package/lib/__spec_helper__/test-utils.d.ts +33 -0
  75. package/lib/components/accordion/accordion-group/accordion-group.component.d.ts +10 -0
  76. package/lib/components/accordion/accordion.component.d.ts +3 -0
  77. package/lib/components/accordion/accordion.style.d.ts +10 -0
  78. package/lib/components/action-popover/action-popover-context.d.ts +3 -0
  79. package/lib/components/action-popover/action-popover-divider/action-popover-divider.component.d.ts +2 -0
  80. package/lib/components/action-popover/action-popover-item/action-popover-item.component.d.ts +42 -0
  81. package/lib/components/action-popover/action-popover-menu/action-popover-menu.component.d.ts +3 -0
  82. package/lib/components/action-popover/action-popover-menu-button/action-popover-menu-button.component.d.ts +19 -0
  83. package/lib/components/action-popover/action-popover.component.d.ts +38 -0
  84. package/lib/components/action-popover/action-popover.style.d.ts +31 -0
  85. package/lib/components/advanced-color-picker/advanced-color-picker-cell.style.d.ts +4 -0
  86. package/lib/components/advanced-color-picker/advanced-color-picker.component.d.ts +55 -0
  87. package/lib/components/advanced-color-picker/advanced-color-picker.style.d.ts +53 -0
  88. package/lib/components/alert/alert.component.d.ts +50 -0
  89. package/lib/components/anchor-navigation/anchor-navigation-item/anchor-navigation-item.component.d.ts +3 -0
  90. package/lib/components/anchor-navigation/anchor-navigation-item/anchor-navigation-item.style.d.ts +2 -0
  91. package/lib/components/anchor-navigation/anchor-navigation.component.d.ts +12 -0
  92. package/lib/components/anchor-navigation/anchor-navigation.style.d.ts +3 -0
  93. package/lib/components/anchor-navigation/anchor-section-divider/anchor-section-divider.style.d.ts +4 -0
  94. package/lib/components/app-wrapper/app-wrapper.component.d.ts +21 -0
  95. package/lib/components/app-wrapper/app-wrapper.style.d.ts +2 -0
  96. package/lib/components/badge/badge.component.d.ts +14 -0
  97. package/lib/components/badge/badge.style.d.ts +6 -0
  98. package/lib/components/batch-selection/batch-selection.component.d.ts +22 -0
  99. package/lib/components/batch-selection/batch-selection.style.d.ts +2 -0
  100. package/lib/components/box/box.component.d.ts +7 -0
  101. package/lib/components/button/button-types.style.d.ts +9 -0
  102. package/lib/components/button/button.component.d.ts +17 -0
  103. package/lib/components/button/button.config.d.ts +3 -0
  104. package/lib/components/button/button.style.d.ts +9 -0
  105. package/lib/components/button-bar/button-bar.component.d.ts +16 -0
  106. package/lib/components/button-bar/button-bar.config.d.ts +2 -0
  107. package/lib/components/button-bar/button-bar.style.d.ts +5 -0
  108. package/lib/components/button-toggle/button-toggle-icon.component.d.ts +9 -0
  109. package/lib/components/button-toggle/button-toggle-input.component.d.ts +3 -0
  110. package/lib/components/button-toggle/button-toggle.component.d.ts +48 -0
  111. package/lib/components/button-toggle/button-toggle.style.d.ts +5 -0
  112. package/lib/components/button-toggle-group/__definition__.d.ts +2 -0
  113. package/lib/components/button-toggle-group/__definition__.js +50 -0
  114. package/lib/components/button-toggle-group/button-toggle-group.component.d.ts +86 -0
  115. package/lib/components/button-toggle-group/button-toggle-group.style.d.ts +2 -0
  116. package/lib/components/button-toggle-group/documentation/index.d.ts +1 -0
  117. package/lib/components/carbon-provider/carbon-provider.component.d.ts +12 -0
  118. package/lib/components/card/card-column/card-column.component.d.ts +17 -0
  119. package/lib/components/card/card-column/card-column.style.d.ts +2 -0
  120. package/lib/components/card/card-footer/card-footer.component.d.ts +9 -0
  121. package/lib/components/card/card-footer/card-footer.style.d.ts +2 -0
  122. package/lib/components/card/card-row/card-row.component.d.ts +13 -0
  123. package/lib/components/card/card-row/card-row.style.d.ts +2 -0
  124. package/lib/components/card/card.component.d.ts +27 -0
  125. package/lib/components/card/card.config.d.ts +2 -0
  126. package/lib/components/card/card.style.d.ts +2 -0
  127. package/lib/components/carousel/carousel.component.d.ts +36 -0
  128. package/lib/components/carousel/carousel.style.d.ts +16 -0
  129. package/lib/components/carousel/slide/slide.component.d.ts +8 -0
  130. package/lib/components/carousel/slide/slide.style.d.ts +1 -0
  131. package/lib/components/carousel/slide.config.d.ts +2 -0
  132. package/lib/components/checkbox/checkbox-group.component.d.ts +20 -0
  133. package/lib/components/checkbox/checkbox-svg.component.d.ts +2 -0
  134. package/lib/components/checkbox/checkbox.component.d.ts +109 -0
  135. package/lib/components/checkbox/checkbox.style.d.ts +3 -0
  136. package/lib/components/checkbox/checkbox.style.js +5 -1
  137. package/lib/components/confirm/confirm.component.d.ts +117 -0
  138. package/lib/components/confirm/confirm.config.d.ts +1 -0
  139. package/lib/components/confirm/confirm.style.d.ts +2 -0
  140. package/lib/components/content/content.component.d.ts +23 -0
  141. package/lib/components/content/content.style.d.ts +3 -0
  142. package/lib/components/date/date-picker.component.d.ts +22 -0
  143. package/lib/components/date/date.component.d.ts +57 -0
  144. package/lib/components/date/date.style.d.ts +2 -0
  145. package/lib/components/date/day-picker.style.d.ts +2 -0
  146. package/lib/components/date/navbar/button.style.d.ts +4 -0
  147. package/lib/components/date/navbar/index.d.ts +1 -0
  148. package/lib/components/date/navbar/navbar.component.d.ts +13 -0
  149. package/lib/components/date/navbar/navbar.style.d.ts +2 -0
  150. package/lib/components/date/weekday/abbr.style.d.ts +2 -0
  151. package/lib/components/date/weekday/index.d.ts +1 -0
  152. package/lib/components/date/weekday/weekday.component.d.ts +15 -0
  153. package/lib/components/date/weekday/weekday.style.d.ts +2 -0
  154. package/lib/components/date-range/date-range.component.d.ts +39 -0
  155. package/lib/components/date-range/date-range.style.d.ts +2 -0
  156. package/lib/components/decimal/decimal.component.d.ts +81 -0
  157. package/lib/components/definition-list/__internal__/dl.context.d.ts +3 -0
  158. package/lib/components/definition-list/dd.component.d.ts +8 -0
  159. package/lib/components/definition-list/definition-list.style.d.ts +5 -0
  160. package/lib/components/definition-list/dl.component.d.ts +12 -0
  161. package/lib/components/definition-list/dt.component.d.ts +8 -0
  162. package/lib/components/detail/detail.component.d.ts +17 -0
  163. package/lib/components/detail/detail.style.d.ts +5 -0
  164. package/lib/components/dialog/dialog.component.d.ts +81 -0
  165. package/lib/components/dialog/dialog.config.d.ts +2 -0
  166. package/lib/components/dialog/dialog.style.d.ts +4 -0
  167. package/lib/components/dialog-full-screen/content.style.d.ts +2 -0
  168. package/lib/components/dialog-full-screen/dialog-full-screen.component.d.ts +78 -0
  169. package/lib/components/dialog-full-screen/dialog-full-screen.style.d.ts +2 -0
  170. package/lib/components/dismissible-box/dismissible-box.component.d.ts +11 -0
  171. package/lib/components/dismissible-box/dismissible-box.style.d.ts +3 -0
  172. package/lib/components/draggable/draggable-container.component.d.ts +13 -0
  173. package/lib/components/draggable/draggable-item.component.d.ts +19 -0
  174. package/lib/components/draggable/draggable-item.style.d.ts +4 -0
  175. package/lib/components/drawer/drawer.component.d.ts +39 -0
  176. package/lib/components/drawer/drawer.style.d.ts +10 -0
  177. package/lib/components/duelling-picklist/duelling-picklist.component.d.ts +21 -0
  178. package/lib/components/duelling-picklist/duelling-picklist.context.d.ts +3 -0
  179. package/lib/components/duelling-picklist/duelling-picklist.style.d.ts +7 -0
  180. package/lib/components/duelling-picklist/picklist/picklist.component.d.ts +18 -0
  181. package/lib/components/duelling-picklist/picklist/picklist.style.d.ts +5 -0
  182. package/lib/components/duelling-picklist/picklist-divider/picklist-divider.component.d.ts +2 -0
  183. package/lib/components/duelling-picklist/picklist-divider/picklist-divider.style.d.ts +2 -0
  184. package/lib/components/duelling-picklist/picklist-group/picklist-group.component.d.ts +3 -0
  185. package/lib/components/duelling-picklist/picklist-group/picklist-group.style.d.ts +5 -0
  186. package/lib/components/duelling-picklist/picklist-item/picklist-item.component.d.ts +3 -0
  187. package/lib/components/duelling-picklist/picklist-item/picklist-item.style.d.ts +5 -0
  188. package/lib/components/duelling-picklist/picklist-placeholder/picklist-placeholder.component.d.ts +10 -0
  189. package/lib/components/fieldset/fieldset.component.d.ts +14 -0
  190. package/lib/components/fieldset/fieldset.style.d.ts +3 -0
  191. package/lib/components/flat-table/cell-sizes.style.d.ts +40 -0
  192. package/lib/components/flat-table/flat-table-body/flat-table-body.component.d.ts +3 -0
  193. package/lib/components/flat-table/flat-table-body-draggable/flat-table-body-draggable.component.d.ts +12 -0
  194. package/lib/components/flat-table/flat-table-cell/flat-table-cell.component.d.ts +38 -0
  195. package/lib/components/flat-table/flat-table-cell/flat-table-cell.style.d.ts +2 -0
  196. package/lib/components/flat-table/flat-table-checkbox/flat-table-checkbox.component.d.ts +26 -0
  197. package/lib/components/flat-table/flat-table-checkbox/flat-table-checkbox.style.d.ts +2 -0
  198. package/lib/components/flat-table/flat-table-head/flat-table-head.component.d.ts +10 -0
  199. package/lib/components/flat-table/flat-table-head/flat-table-head.style.d.ts +2 -0
  200. package/lib/components/flat-table/flat-table-header/flat-table-header.component.d.ts +33 -0
  201. package/lib/components/flat-table/flat-table-header/flat-table-header.style.d.ts +2 -0
  202. package/lib/components/flat-table/flat-table-row/__internal__/flat-table-row-draggable.component.d.ts +22 -0
  203. package/lib/components/flat-table/flat-table-row/flat-table-row.component.d.ts +3 -0
  204. package/lib/components/flat-table/flat-table-row/flat-table-row.style.d.ts +2 -0
  205. package/lib/components/flat-table/flat-table-row-header/flat-table-row-header.component.d.ts +30 -0
  206. package/lib/components/flat-table/flat-table-row-header/flat-table-row-header.style.d.ts +2 -0
  207. package/lib/components/flat-table/flat-table.component.d.ts +43 -0
  208. package/lib/components/flat-table/flat-table.config.d.ts +2 -0
  209. package/lib/components/flat-table/flat-table.style.d.ts +4 -0
  210. package/lib/components/flat-table/sort/sort.component.d.ts +14 -0
  211. package/lib/components/flat-table/sort/sort.style.d.ts +2 -0
  212. package/lib/components/form/__internal__/form-summary.component.d.ts +10 -0
  213. package/lib/components/form/__internal__/form-summary.style.d.ts +3 -0
  214. package/lib/components/form/form.component.d.ts +20 -0
  215. package/lib/components/form/form.config.d.ts +1 -0
  216. package/lib/components/form/form.style.d.ts +5 -0
  217. package/lib/components/grid/grid-container/grid-container.component.d.ts +5 -0
  218. package/lib/components/grid/grid-container/grid-container.style.d.ts +2 -0
  219. package/lib/components/grid/grid-item/grid-item.component.d.ts +25 -0
  220. package/lib/components/grid/grid-item/grid-item.style.d.ts +2 -0
  221. package/lib/components/grouped-character/grouped-character.component.d.ts +23 -0
  222. package/lib/components/grouped-character/grouped-character.utils.d.ts +2 -0
  223. package/lib/components/heading/heading.component.d.ts +71 -0
  224. package/lib/components/heading/heading.style.d.ts +16 -0
  225. package/lib/components/help/help.component.d.ts +45 -0
  226. package/lib/components/help/help.config.d.ts +1 -0
  227. package/lib/components/help/help.style.d.ts +2 -0
  228. package/lib/components/hr/hr.component.d.ts +13 -0
  229. package/lib/components/hr/hr.style.d.ts +2 -0
  230. package/lib/components/i18n-provider/i18n-provider.component.d.ts +102 -0
  231. package/lib/components/icon/icon-config.d.ts +26 -0
  232. package/lib/components/icon/icon-unicodes.d.ts +247 -0
  233. package/lib/components/icon/icon.component.d.ts +3 -0
  234. package/lib/components/icon/icon.style.d.ts +2 -0
  235. package/lib/components/icon-button/icon-button.component.d.ts +3 -0
  236. package/lib/components/icon-button/icon-button.style.d.ts +4 -0
  237. package/lib/components/image/image.component.d.ts +2 -0
  238. package/lib/components/inline-inputs/inline-inputs.component.d.ts +22 -0
  239. package/lib/components/inline-inputs/inline-inputs.config.d.ts +1 -0
  240. package/lib/components/inline-inputs/inline-inputs.style.d.ts +4 -0
  241. package/lib/components/link/link.component.d.ts +3 -0
  242. package/lib/components/link/link.config.d.ts +2 -0
  243. package/lib/components/link/link.style.d.ts +2 -0
  244. package/lib/components/link-preview/__internal__/placeholder.component.d.ts +2 -0
  245. package/lib/components/link-preview/link-preview.component.d.ts +29 -0
  246. package/lib/components/link-preview/link-preview.style.d.ts +6 -0
  247. package/lib/components/loader/loader-square.style.d.ts +2 -0
  248. package/lib/components/loader/loader.component.d.ts +23 -0
  249. package/lib/components/loader/loader.config.d.ts +1 -0
  250. package/lib/components/loader/loader.style.d.ts +2 -0
  251. package/lib/components/loader-bar/loader-bar.component.d.ts +11 -0
  252. package/lib/components/loader-bar/loader-bar.config.d.ts +1 -0
  253. package/lib/components/loader-bar/loader-bar.style.d.ts +4 -0
  254. package/lib/components/menu/__internal__/keyboard-navigation/index.d.ts +2 -0
  255. package/lib/components/menu/__internal__/spec-helper/index.d.ts +2 -0
  256. package/lib/components/menu/__internal__/submenu/submenu.component.d.ts +3 -0
  257. package/lib/components/menu/__internal__/submenu/submenu.context.d.ts +3 -0
  258. package/lib/components/menu/__internal__/submenu/submenu.style.d.ts +2 -0
  259. package/lib/components/menu/__internal__/submenu/submenu.style.js +8 -40
  260. package/lib/components/menu/menu-divider/menu-divider.component.d.ts +3 -0
  261. package/lib/components/menu/menu-divider/menu-divider.style.d.ts +2 -0
  262. package/lib/components/menu/menu-divider/menu-divider.style.js +1 -1
  263. package/lib/components/menu/menu-full-screen/menu-full-screen.component.d.ts +17 -0
  264. package/lib/components/menu/menu-full-screen/menu-full-screen.component.js +14 -2
  265. package/lib/components/menu/menu-full-screen/menu-full-screen.style.d.ts +2 -0
  266. package/lib/components/menu/menu-full-screen/menu-full-screen.style.js +2 -10
  267. package/lib/components/menu/menu-item/menu-item.component.d.ts +24 -0
  268. package/lib/components/menu/menu-item/menu-item.style.d.ts +2 -0
  269. package/lib/components/menu/menu-item/menu-item.style.js +26 -92
  270. package/lib/components/menu/menu-segment-title/menu-segment-title.component.d.ts +3 -0
  271. package/lib/components/menu/menu-segment-title/menu-segment-title.style.d.ts +2 -0
  272. package/lib/components/menu/menu-segment-title/menu-segment-title.style.js +2 -10
  273. package/lib/components/menu/menu.component.d.ts +11 -0
  274. package/lib/components/menu/menu.component.js +1 -1
  275. package/lib/components/menu/menu.context.d.ts +5 -0
  276. package/lib/components/menu/menu.context.js +3 -1
  277. package/lib/components/menu/menu.d.ts +3 -2
  278. package/lib/components/menu/menu.style.d.ts +2 -0
  279. package/lib/components/menu/menu.style.js +1 -2
  280. package/lib/components/menu/scrollable-block/scrollable-block.component.d.ts +15 -0
  281. package/lib/components/menu/scrollable-block/scrollable-block.component.js +7 -1
  282. package/lib/components/menu/scrollable-block/scrollable-block.style.d.ts +2 -0
  283. package/lib/components/menu/scrollable-block/scrollable-block.style.js +1 -7
  284. package/lib/components/menu/submenu-block/submenu-block.component.d.ts +12 -0
  285. package/lib/components/menu/submenu-block/submenu-block.style.d.ts +2 -0
  286. package/lib/components/menu/submenu-block/submenu-block.style.js +4 -6
  287. package/lib/components/message/message-content/message-content.component.d.ts +22 -0
  288. package/lib/components/message/message-content/message-content.style.d.ts +2 -0
  289. package/lib/components/message/message.component.d.ts +29 -0
  290. package/lib/components/message/message.style.d.ts +2 -0
  291. package/lib/components/message/type-icon/type-icon.component.d.ts +18 -0
  292. package/lib/components/message/type-icon/type-icon.style.d.ts +2 -0
  293. package/lib/components/modal/__internal__/modal-manager.d.ts +9 -0
  294. package/lib/components/modal/modal.component.d.ts +35 -0
  295. package/lib/components/modal/modal.style.d.ts +2 -0
  296. package/lib/components/mount-in-app/__spec__.d.ts +1 -0
  297. package/lib/components/multi-action-button/multi-action-button.component.d.ts +37 -0
  298. package/lib/components/multi-action-button/multi-action-button.config.d.ts +3 -0
  299. package/lib/components/multi-action-button/multi-action-button.style.d.ts +2 -0
  300. package/lib/components/multi-step-wizard/__spec__.d.ts +1 -0
  301. package/lib/components/multi-step-wizard/multi-step-wizard.d.ts +87 -0
  302. package/lib/components/multi-step-wizard/multi-step-wizard.style.d.ts +2 -0
  303. package/lib/components/multi-step-wizard/step/__spec__.d.ts +1 -0
  304. package/lib/components/multi-step-wizard/step/step.d.ts +160 -0
  305. package/lib/components/multi-step-wizard/step/step.style.d.ts +11 -0
  306. package/lib/components/navigation-bar/navigation-bar.component.d.ts +13 -0
  307. package/lib/components/navigation-bar/navigation-bar.component.js +1 -1
  308. package/lib/components/navigation-bar/navigation-bar.d.ts +1 -1
  309. package/lib/components/navigation-bar/navigation-bar.style.d.ts +2 -0
  310. package/lib/components/navigation-bar/navigation-bar.style.js +15 -2
  311. package/lib/components/note/__internal__/status-with-tooltip/index.d.ts +1 -0
  312. package/lib/components/note/__internal__/status-with-tooltip/status.component.d.ts +3 -0
  313. package/lib/components/note/__internal__/status-with-tooltip/status.style.d.ts +2 -0
  314. package/lib/components/note/note.component.d.ts +30 -0
  315. package/lib/components/note/note.style.d.ts +6 -0
  316. package/lib/components/number/number.component.d.ts +10 -0
  317. package/lib/components/numeral-date/numeral-date.component.d.ts +111 -0
  318. package/lib/components/numeral-date/numeral-date.style.d.ts +2 -0
  319. package/lib/components/pager/__internal__/pager-navigation-link.component.d.ts +20 -0
  320. package/lib/components/pager/__internal__/pager-navigation.component.d.ts +32 -0
  321. package/lib/components/pager/pager.component.d.ts +49 -0
  322. package/lib/components/pager/pager.style.d.ts +11 -0
  323. package/lib/components/pages/page/page.component.d.ts +13 -0
  324. package/lib/components/pages/page/page.style.d.ts +2 -0
  325. package/lib/components/pages/pages.component.d.ts +20 -0
  326. package/lib/components/pages/pages.config.d.ts +2 -0
  327. package/lib/components/pages/pages.style.d.ts +2 -0
  328. package/lib/components/pill/pill.component.d.ts +39 -0
  329. package/lib/components/pill/pill.style.config.d.ts +27 -0
  330. package/lib/components/pill/pill.style.d.ts +2 -0
  331. package/lib/components/pod/pod.component.d.ts +3 -0
  332. package/lib/components/pod/pod.config.d.ts +3 -0
  333. package/lib/components/pod/pod.style.d.ts +13 -0
  334. package/lib/components/popover-container/popover-container.component.d.ts +57 -0
  335. package/lib/components/popover-container/popover-container.style.d.ts +8 -0
  336. package/lib/components/portal/portal.style.d.ts +3 -0
  337. package/lib/components/portrait/portrait-gravatar.component.d.ts +24 -0
  338. package/lib/components/portrait/portrait-initials.component.d.ts +8 -0
  339. package/lib/components/portrait/portrait.component.d.ts +55 -0
  340. package/lib/components/portrait/portrait.config.d.ts +44 -0
  341. package/lib/components/portrait/portrait.style.d.ts +10 -0
  342. package/lib/components/preview/preview.component.d.ts +16 -0
  343. package/lib/components/preview/preview.style.d.ts +3 -0
  344. package/lib/components/profile/profile.component.d.ts +21 -0
  345. package/lib/components/profile/profile.config.d.ts +95 -0
  346. package/lib/components/profile/profile.style.d.ts +6 -0
  347. package/lib/components/progress-tracker/progress-tracker.component.d.ts +27 -0
  348. package/lib/components/progress-tracker/progress-tracker.config.d.ts +3 -0
  349. package/lib/components/progress-tracker/progress-tracker.style.d.ts +5 -0
  350. package/lib/components/radio-button/radio-button-group.component.d.ts +26 -0
  351. package/lib/components/radio-button/radio-button-group.style.d.ts +2 -0
  352. package/lib/components/radio-button/radio-button-mapper.component.d.ts +22 -0
  353. package/lib/components/radio-button/radio-button-svg.component.d.ts +3 -0
  354. package/lib/components/radio-button/radio-button.component.d.ts +5 -0
  355. package/lib/components/radio-button/radio-button.style.d.ts +2 -0
  356. package/lib/components/row/column/column.component.d.ts +30 -0
  357. package/lib/components/row/column/column.style.d.ts +2 -0
  358. package/lib/components/row/row.component.d.ts +24 -0
  359. package/lib/components/row/row.config.d.ts +11 -0
  360. package/lib/components/row/row.style.d.ts +2 -0
  361. package/lib/components/scrollable-list/as-scrollable-list-item.wrapper.d.ts +2 -0
  362. package/lib/components/scrollable-list/index.d.ts +4 -0
  363. package/lib/components/scrollable-list/scrollable-list-item.component.d.ts +2 -0
  364. package/lib/components/scrollable-list/scrollable-list.component.d.ts +44 -0
  365. package/lib/components/scrollable-list/scrollable-list.context.d.ts +3 -0
  366. package/lib/components/scrollable-list/scrollable-list.style.d.ts +2 -0
  367. package/lib/components/scrollable-list/test-utils.d.ts +2 -0
  368. package/lib/components/search/search.component.d.ts +68 -0
  369. package/lib/components/search/search.style.d.ts +4 -0
  370. package/lib/components/select/filterable-select/filterable-select.component.d.ts +3 -0
  371. package/lib/components/select/list-action-button/list-action-button.component.d.ts +3 -0
  372. package/lib/components/select/list-action-button/list-action-button.style.d.ts +2 -0
  373. package/lib/components/select/multi-select/multi-select.component.d.ts +3 -0
  374. package/lib/components/select/multi-select/multi-select.style.d.ts +2 -0
  375. package/lib/components/select/option/option.component.d.ts +3 -0
  376. package/lib/components/select/option/option.style.d.ts +2 -0
  377. package/lib/components/select/option-group-header/option-group-header.component.d.ts +12 -0
  378. package/lib/components/select/option-group-header/option-group-header.style.d.ts +2 -0
  379. package/lib/components/select/option-row/option-row.component.d.ts +3 -0
  380. package/lib/components/select/option-row/option-row.style.d.ts +2 -0
  381. package/lib/components/select/select-list/select-list-container.style.d.ts +2 -0
  382. package/lib/components/select/select-list/select-list.component.d.ts +3 -0
  383. package/lib/components/select/select-list/select-list.style.d.ts +6 -0
  384. package/lib/components/select/select-list/update-list-scroll.d.ts +1 -0
  385. package/lib/components/select/select-textbox/select-textbox.component.d.ts +43 -0
  386. package/lib/components/select/select.style.d.ts +2 -0
  387. package/lib/components/select/simple-select/simple-select.component.d.ts +3 -0
  388. package/lib/components/select/utils/get-next-child-by-text.d.ts +4 -0
  389. package/lib/components/select/utils/get-next-index-by-key.d.ts +1 -0
  390. package/lib/components/select/utils/highlight-part-of-text.d.ts +1 -0
  391. package/lib/components/select/utils/is-expected-option.d.ts +1 -0
  392. package/lib/components/select/utils/is-expected-value.d.ts +1 -0
  393. package/lib/components/select/utils/matching-text.style.d.ts +2 -0
  394. package/lib/components/select/utils/with-filter.hoc.d.ts +4 -0
  395. package/lib/components/settings-row/settings-row.component.d.ts +19 -0
  396. package/lib/components/settings-row/settings-row.style.d.ts +3 -0
  397. package/lib/components/show-edit-pod/delete-button.style.d.ts +3 -0
  398. package/lib/components/show-edit-pod/show-edit-pod.component.d.ts +52 -0
  399. package/lib/components/show-edit-pod/show-edit-pod.config.d.ts +2 -0
  400. package/lib/components/show-edit-pod/show-edit-pod.style.d.ts +3 -0
  401. package/lib/components/sidebar/__internal__/sidebar-header/__definition__.d.ts +2 -0
  402. package/lib/components/sidebar/__internal__/sidebar-header/__definition__.js +25 -0
  403. package/lib/components/sidebar/__internal__/sidebar-header/index.d.ts +1 -0
  404. package/lib/components/sidebar/__internal__/sidebar-header/sidebar-header.component.d.ts +13 -0
  405. package/lib/components/sidebar/__internal__/sidebar-header/sidebar-header.style.d.ts +2 -0
  406. package/lib/components/sidebar/sidebar.component.d.ts +4 -0
  407. package/lib/components/sidebar/sidebar.config.d.ts +11 -0
  408. package/lib/components/sidebar/sidebar.style.d.ts +2 -0
  409. package/lib/components/simple-color-picker/color-sample-box/color-sample-box.component.d.ts +13 -0
  410. package/lib/components/simple-color-picker/color-sample-box/color-sample-box.style.d.ts +2 -0
  411. package/lib/components/simple-color-picker/color-sample-box/index.d.ts +1 -0
  412. package/lib/components/simple-color-picker/simple-color/index.d.ts +1 -0
  413. package/lib/components/simple-color-picker/simple-color/simple-color.component.d.ts +3 -0
  414. package/lib/components/simple-color-picker/simple-color/simple-color.style.d.ts +2 -0
  415. package/lib/components/simple-color-picker/simple-color-input/simple-color-input.style.d.ts +2 -0
  416. package/lib/components/simple-color-picker/simple-color-picker.component.d.ts +22 -0
  417. package/lib/components/simple-color-picker/simple-color-picker.style.d.ts +2 -0
  418. package/lib/components/simple-color-picker/tick-icon/tick-icon.style.d.ts +3 -0
  419. package/lib/components/split-button/split-button-children.style.d.ts +2 -0
  420. package/lib/components/split-button/split-button-toggle.style.d.ts +8 -0
  421. package/lib/components/split-button/split-button.component.d.ts +41 -0
  422. package/lib/components/split-button/split-button.config.d.ts +4 -0
  423. package/lib/components/split-button/split-button.style.d.ts +2 -0
  424. package/lib/components/step-sequence/step-sequence-item/index.d.ts +1 -0
  425. package/lib/components/step-sequence/step-sequence-item/step-sequence-item-content.style.d.ts +2 -0
  426. package/lib/components/step-sequence/step-sequence-item/step-sequence-item-hidden-label.style.d.ts +2 -0
  427. package/lib/components/step-sequence/step-sequence-item/step-sequence-item-indicator.style.d.ts +2 -0
  428. package/lib/components/step-sequence/step-sequence-item/step-sequence-item.component.d.ts +17 -0
  429. package/lib/components/step-sequence/step-sequence-item/step-sequence-item.style.d.ts +2 -0
  430. package/lib/components/step-sequence/step-sequence.component.d.ts +13 -0
  431. package/lib/components/step-sequence/step-sequence.config.d.ts +2 -0
  432. package/lib/components/step-sequence/step-sequence.style.d.ts +2 -0
  433. package/lib/components/switch/__internal__/switch-slider-panel.style.d.ts +2 -0
  434. package/lib/components/switch/__internal__/switch-slider.component.d.ts +24 -0
  435. package/lib/components/switch/__internal__/switch-slider.style.d.ts +2 -0
  436. package/lib/components/switch/switch.component.d.ts +123 -0
  437. package/lib/components/switch/switch.style.d.ts +2 -0
  438. package/lib/components/tabs/__internal__/tab-title/tab-title.component.d.ts +3 -0
  439. package/lib/components/tabs/__internal__/tab-title/tab-title.style.d.ts +4 -0
  440. package/lib/components/tabs/__internal__/tab-title/tab-title.style.js +3 -5
  441. package/lib/components/tabs/__internal__/tabs-header/tabs-header.component.d.ts +24 -0
  442. package/lib/components/tabs/__internal__/tabs-header/tabs-header.style.d.ts +6 -0
  443. package/lib/components/tabs/tab/tab.component.d.ts +40 -0
  444. package/lib/components/tabs/tab/tab.style.d.ts +2 -0
  445. package/lib/components/tabs/tabs.component.d.ts +42 -0
  446. package/lib/components/tabs/tabs.component.js +1 -10
  447. package/lib/components/tabs/tabs.style.d.ts +2 -0
  448. package/lib/components/text-editor/__internal__/decorators/index.d.ts +2 -0
  449. package/lib/components/text-editor/__internal__/decorators/link-decorator.d.ts +7 -0
  450. package/lib/components/text-editor/__internal__/editor-counter/editor-counter.component.d.ts +18 -0
  451. package/lib/components/text-editor/__internal__/editor-counter/editor-counter.style.d.ts +2 -0
  452. package/lib/components/text-editor/__internal__/editor-link/editor-link.component.d.ts +15 -0
  453. package/lib/components/text-editor/__internal__/editor-link/editor-link.style.d.ts +3 -0
  454. package/lib/components/text-editor/__internal__/label-wrapper/label-wrapper.component.d.ts +17 -0
  455. package/lib/components/text-editor/__internal__/toolbar/toolbar-button/toolbar-button.component.d.ts +3 -0
  456. package/lib/components/text-editor/__internal__/toolbar/toolbar-button/toolbar-button.style.d.ts +4 -0
  457. package/lib/components/text-editor/__internal__/toolbar/toolbar.component.d.ts +18 -0
  458. package/lib/components/text-editor/__internal__/toolbar/toolbar.style.d.ts +3 -0
  459. package/lib/components/text-editor/__internal__/utils/index.d.ts +1 -0
  460. package/lib/components/text-editor/__internal__/utils/utils.d.ts +27 -0
  461. package/lib/components/text-editor/text-editor.component.d.ts +6 -0
  462. package/lib/components/text-editor/text-editor.style.d.ts +3 -0
  463. package/lib/components/textarea/textarea.component.d.ts +129 -0
  464. package/lib/components/textarea/textarea.style.d.ts +2 -0
  465. package/lib/components/textbox/__internal__/prefix.style.d.ts +2 -0
  466. package/lib/components/textbox/textbox.component.d.ts +193 -0
  467. package/lib/components/tile/tile-footer/tile-footer.component.d.ts +13 -0
  468. package/lib/components/tile/tile-footer/tile-footer.style.d.ts +2 -0
  469. package/lib/components/tile/tile-footer/tile-footer.style.js +3 -4
  470. package/lib/components/tile/tile.component.d.ts +12 -0
  471. package/lib/components/tile/tile.config.d.ts +2 -0
  472. package/lib/components/tile/tile.style.d.ts +2 -0
  473. package/lib/components/tile/tile.style.js +6 -6
  474. package/lib/components/tile-select/__internal__/accordion/accordion.component.d.ts +16 -0
  475. package/lib/components/tile-select/__internal__/accordion/accordion.style.d.ts +2 -0
  476. package/lib/components/tile-select/__internal__/accordion/index.d.ts +1 -0
  477. package/lib/components/tile-select/tile-select-group.component.d.ts +19 -0
  478. package/lib/components/tile-select/tile-select.component.d.ts +60 -0
  479. package/lib/components/tile-select/tile-select.style.d.ts +15 -0
  480. package/lib/components/toast/toast.component.d.ts +44 -0
  481. package/lib/components/toast/toast.config.d.ts +1 -0
  482. package/lib/components/toast/toast.style.d.ts +7 -0
  483. package/lib/components/tooltip/tooltip-pointer.style.d.ts +2 -0
  484. package/lib/components/tooltip/tooltip.component.d.ts +3 -0
  485. package/lib/components/tooltip/tooltip.config.d.ts +1 -0
  486. package/lib/components/tooltip/tooltip.style.d.ts +2 -0
  487. package/lib/components/typography/list.component.d.ts +25 -0
  488. package/lib/components/typography/typography.component.d.ts +15 -0
  489. package/lib/components/vertical-divider/vertical-divider.component.d.ts +10 -0
  490. package/lib/components/vertical-divider/vertical-divider.style.d.ts +2 -0
  491. package/lib/hooks/__internal__/useCharacterCount/index.d.ts +2 -0
  492. package/lib/hooks/__internal__/useInputAccessibility/useInputAccessibility.d.ts +15 -0
  493. package/lib/hooks/__internal__/useLocale/index.d.ts +1 -0
  494. package/lib/style/__spec__.d.ts +1 -0
  495. package/lib/style/color-config/index.js +2 -1
  496. package/lib/style/design-tokens/carbon-scoped-tokens-provider/carbon-scoped-tokens-provider.component.d.ts +6 -0
  497. package/lib/style/design-tokens/carbon-scoped-tokens-provider/index.d.ts +1 -0
  498. package/lib/style/design-tokens/debug-theme.util.d.ts +2 -0
  499. package/lib/style/design-tokens/generate-css-variables.util.d.ts +2 -0
  500. package/lib/style/themes/aegean/aegean-theme.config.d.ts +23 -0
  501. package/lib/style/themes/base/base-theme.config.d.ts +657 -0
  502. package/lib/style/themes/base/base-theme.config.js +37 -1
  503. package/lib/style/themes/base/index.d.ts +2 -2
  504. package/lib/style/themes/medium/index.d.ts +2 -0
  505. package/lib/style/themes/mint/mint-theme.config.d.ts +22 -0
  506. package/lib/style/themes/none/none-theme.config.d.ts +4 -0
  507. package/lib/style/themes/sage/index.d.ts +572 -0
  508. package/lib/style/themes/small/index.d.ts +2 -0
  509. package/lib/style/themes/test-utils.d.ts +1 -0
  510. package/lib/style/utils/add-hex-symbols.d.ts +2 -0
  511. package/lib/style/utils/at-opacity.d.ts +2 -0
  512. package/lib/style/utils/color.d.ts +8 -0
  513. package/lib/style/utils/filter-out-styled-system-spacing-props.d.ts +4 -0
  514. package/lib/style/utils/filter-styled-system-margin-props.d.ts +1 -0
  515. package/lib/style/utils/filter-styled-system-padding-props.d.ts +1 -0
  516. package/lib/style/utils/get-rgb-values.d.ts +3 -0
  517. package/lib/style/utils/index.d.ts +4 -0
  518. package/lib/style/utils/merge-deep.d.ts +12 -0
  519. package/lib/style/utils/mix.d.ts +2 -0
  520. package/lib/style/utils/shade.d.ts +2 -0
  521. package/lib/style/utils/tint.d.ts +2 -0
  522. package/lib/style/utils/width.d.ts +4 -0
  523. package/package.json +19 -8
@@ -0,0 +1,3 @@
1
+ export default Pod;
2
+ declare const Pod: React.ForwardRefExoticComponent<React.RefAttributes<any>>;
3
+ import React from "react";
@@ -0,0 +1,3 @@
1
+ export const POD_SIZES: string[];
2
+ export const POD_ALIGNMENTS: string[];
3
+ export const POD_THEMES: string[];
@@ -0,0 +1,13 @@
1
+ export const StyledBlock: import("styled-components").StyledComponent<"div", any, {}, never>;
2
+ export const StyledContent: import("styled-components").StyledComponent<"div", any, {}, never>;
3
+ export const StyledEditAction: import("styled-components").StyledComponent<typeof Link, any, import("react").RefAttributes<HTMLButtonElement>, never>;
4
+ export const StyledActionsContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
5
+ export const StyledDeleteButton: import("styled-components").StyledComponent<typeof IconButton, any, {}, never>;
6
+ export const StyledUndoButton: import("styled-components").StyledComponent<typeof IconButton, any, {}, never>;
7
+ export const StyledFooter: import("styled-components").StyledComponent<"div", any, {}, never>;
8
+ export const StyledPod: import("styled-components").StyledComponent<"div", any, {}, never>;
9
+ export const StyledHeader: import("styled-components").StyledComponent<"div", any, {}, never>;
10
+ export const StyledSubtitle: import("styled-components").StyledComponent<"h5", any, {}, never>;
11
+ export const StyledTitle: import("styled-components").StyledComponent<"h4", any, {}, never>;
12
+ import Link from "../link";
13
+ import IconButton from "../icon-button";
@@ -0,0 +1,57 @@
1
+ export default PopoverContainer;
2
+ declare function PopoverContainer({ children, title, position, open, onOpen, onClose, renderOpenComponent, renderCloseComponent, shouldCoverButton, ariaDescribedBy, openButtonAriaLabel, closeButtonAriaLabel, containerAriaLabel, ...rest }: {
3
+ [x: string]: any;
4
+ children: any;
5
+ title: any;
6
+ position: any;
7
+ open: any;
8
+ onOpen: any;
9
+ onClose: any;
10
+ renderOpenComponent: any;
11
+ renderCloseComponent: any;
12
+ shouldCoverButton: any;
13
+ ariaDescribedBy: any;
14
+ openButtonAriaLabel: any;
15
+ closeButtonAriaLabel?: string | undefined;
16
+ containerAriaLabel: any;
17
+ }): JSX.Element;
18
+ declare namespace PopoverContainer {
19
+ namespace propTypes {
20
+ const renderOpenComponent: PropTypes.Requireable<(...args: any[]) => any>;
21
+ const renderCloseComponent: PropTypes.Requireable<(...args: any[]) => any>;
22
+ const open: PropTypes.Requireable<boolean>;
23
+ const title: PropTypes.Requireable<string>;
24
+ const shouldCoverButton: PropTypes.Requireable<boolean>;
25
+ const onOpen: PropTypes.Requireable<(...args: any[]) => any>;
26
+ const onClose: PropTypes.Requireable<(...args: any[]) => any>;
27
+ const position: PropTypes.Requireable<string>;
28
+ const children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
29
+ const ariaDescribedBy: PropTypes.Requireable<string>;
30
+ const openButtonAriaLabel: PropTypes.Requireable<string>;
31
+ const closeButtonAriaLabel: PropTypes.Requireable<string>;
32
+ const containerAriaLabel: PropTypes.Requireable<string>;
33
+ }
34
+ namespace defaultProps {
35
+ const position_1: string;
36
+ export { position_1 as position };
37
+ const shouldCoverButton_1: boolean;
38
+ export { shouldCoverButton_1 as shouldCoverButton };
39
+ export function renderOpenComponent_1({ tabIndex, onClick, dataElement, ref, ariaLabel, }: {
40
+ tabIndex: any;
41
+ onClick: any;
42
+ dataElement: any;
43
+ ref: any;
44
+ ariaLabel: any;
45
+ }): JSX.Element;
46
+ export { renderOpenComponent_1 as renderOpenComponent };
47
+ export function renderCloseComponent_1({ dataElement, tabIndex, onClick, ref, ariaLabel, }: {
48
+ dataElement: any;
49
+ tabIndex: any;
50
+ onClick: any;
51
+ ref: any;
52
+ ariaLabel: any;
53
+ }): JSX.Element;
54
+ export { renderCloseComponent_1 as renderCloseComponent };
55
+ }
56
+ }
57
+ import PropTypes from "prop-types";
@@ -0,0 +1,8 @@
1
+ export const PopoverContainerWrapperStyle: import("styled-components").StyledComponent<"div", any, {}, never>;
2
+ export const PopoverContainerIcon: import("styled-components").StyledComponent<typeof IconButton, any, {}, never>;
3
+ export const PopoverContainerHeaderStyle: import("styled-components").StyledComponent<"div", any, {}, never>;
4
+ export const PopoverContainerContentStyle: import("styled-components").StyledComponent<"div", any, {}, never>;
5
+ export const PopoverContainerCloseIcon: import("styled-components").StyledComponent<typeof IconButton, any, {}, never>;
6
+ export const PopoverContainerTitleStyle: import("styled-components").StyledComponent<"div", any, {}, never>;
7
+ export const PopoverContainerOpenIcon: import("styled-components").StyledComponent<typeof IconButton, any, {}, never>;
8
+ import IconButton from "../icon-button";
@@ -0,0 +1,3 @@
1
+ export default StyledPortal;
2
+ declare const StyledPortal: import("styled-components").StyledComponent<typeof Portal, any, {}, never>;
3
+ import Portal from "./portal";
@@ -0,0 +1,24 @@
1
+ export default PortraitGravatar;
2
+ declare function PortraitGravatar({ gravatarEmail, size, alt, shape, errorCallback, ...rest }: {
3
+ [x: string]: any;
4
+ gravatarEmail: any;
5
+ size: any;
6
+ alt: any;
7
+ shape: any;
8
+ errorCallback: any;
9
+ }): JSX.Element;
10
+ declare namespace PortraitGravatar {
11
+ namespace propTypes {
12
+ const theme: PropTypes.Requireable<object>;
13
+ const gravatarEmail: PropTypes.Validator<string>;
14
+ const size: PropTypes.Validator<string>;
15
+ const shape: PropTypes.Requireable<string>;
16
+ const alt: PropTypes.Requireable<string>;
17
+ const errorCallback: PropTypes.Requireable<(...args: any[]) => any>;
18
+ }
19
+ namespace defaultProps {
20
+ const shape_1: string;
21
+ export { shape_1 as shape };
22
+ }
23
+ }
24
+ import PropTypes from "prop-types";
@@ -0,0 +1,8 @@
1
+ declare var _default: React.ForwardRefExoticComponent<{
2
+ [x: string]: any;
3
+ [x: number]: any;
4
+ } & {
5
+ theme?: any;
6
+ }>;
7
+ export default _default;
8
+ import React from "react";
@@ -0,0 +1,55 @@
1
+ export default Portrait;
2
+ declare function Portrait({ alt, darkBackground, gravatar, iconType, initials, shape, size, src, onClick, tooltipMessage, tooltipId, tooltipIsVisible, tooltipPosition, tooltipType, tooltipSize, tooltipBgColor, tooltipFontColor, ...rest }: {
3
+ [x: string]: any;
4
+ alt: any;
5
+ darkBackground: any;
6
+ gravatar: any;
7
+ iconType: any;
8
+ initials: any;
9
+ shape: any;
10
+ size: any;
11
+ src: any;
12
+ onClick: any;
13
+ tooltipMessage: any;
14
+ tooltipId: any;
15
+ tooltipIsVisible: any;
16
+ tooltipPosition: any;
17
+ tooltipType: any;
18
+ tooltipSize: any;
19
+ tooltipBgColor: any;
20
+ tooltipFontColor: any;
21
+ }): JSX.Element;
22
+ declare namespace Portrait {
23
+ namespace propTypes {
24
+ const size: PropTypes.Requireable<string>;
25
+ function src(props: any): void;
26
+ const gravatar: PropTypes.Requireable<string>;
27
+ const alt: PropTypes.Requireable<string>;
28
+ const shape: PropTypes.Requireable<string>;
29
+ const initials: PropTypes.Requireable<string>;
30
+ const darkBackground: PropTypes.Requireable<boolean>;
31
+ const iconType: PropTypes.Requireable<string>;
32
+ const onClick: PropTypes.Requireable<(...args: any[]) => any>;
33
+ const tooltipMessage: PropTypes.Requireable<PropTypes.ReactNodeLike>;
34
+ const tooltipId: PropTypes.Requireable<string>;
35
+ const tooltipIsVisible: PropTypes.Requireable<boolean>;
36
+ const tooltipPosition: PropTypes.Requireable<string>;
37
+ const tooltipType: PropTypes.Requireable<string>;
38
+ const tooltipSize: PropTypes.Requireable<string>;
39
+ const tooltipBgColor: PropTypes.Requireable<string>;
40
+ const tooltipFontColor: PropTypes.Requireable<string>;
41
+ }
42
+ namespace defaultProps {
43
+ const size_1: string;
44
+ export { size_1 as size };
45
+ const shape_1: string;
46
+ export { shape_1 as shape };
47
+ const darkBackground_1: boolean;
48
+ export { darkBackground_1 as darkBackground };
49
+ const alt_1: string;
50
+ export { alt_1 as alt };
51
+ const iconType_1: string;
52
+ export { iconType_1 as iconType };
53
+ }
54
+ }
55
+ import PropTypes from "prop-types";
@@ -0,0 +1,44 @@
1
+ export const PORTRAIT_SHAPES: string[];
2
+ export const PORTRAIT_SIZES: string[];
3
+ export namespace PORTRAIT_SIZE_PARAMS {
4
+ namespace XS {
5
+ const dimensions: number;
6
+ const iconDimensions: number;
7
+ }
8
+ namespace S {
9
+ const dimensions_1: number;
10
+ export { dimensions_1 as dimensions };
11
+ const iconDimensions_1: number;
12
+ export { iconDimensions_1 as iconDimensions };
13
+ }
14
+ namespace M {
15
+ const dimensions_2: number;
16
+ export { dimensions_2 as dimensions };
17
+ const iconDimensions_2: number;
18
+ export { iconDimensions_2 as iconDimensions };
19
+ }
20
+ namespace ML {
21
+ const dimensions_3: number;
22
+ export { dimensions_3 as dimensions };
23
+ const iconDimensions_3: number;
24
+ export { iconDimensions_3 as iconDimensions };
25
+ }
26
+ namespace L {
27
+ const dimensions_4: number;
28
+ export { dimensions_4 as dimensions };
29
+ const iconDimensions_4: number;
30
+ export { iconDimensions_4 as iconDimensions };
31
+ }
32
+ namespace XL {
33
+ const dimensions_5: number;
34
+ export { dimensions_5 as dimensions };
35
+ const iconDimensions_5: number;
36
+ export { iconDimensions_5 as iconDimensions };
37
+ }
38
+ namespace XXL {
39
+ const dimensions_6: number;
40
+ export { dimensions_6 as dimensions };
41
+ const iconDimensions_6: number;
42
+ export { iconDimensions_6 as iconDimensions };
43
+ }
44
+ }
@@ -0,0 +1,10 @@
1
+ export function getColorsForInitials(theme: any, darkBackground: any): {
2
+ textColor: any;
3
+ bgColor: any;
4
+ };
5
+ export const StyledPortraitInitials: import("styled-components").StyledComponent<"div", any, {}, never>;
6
+ export const StyledPortraitInitialsImg: import("styled-components").StyledComponent<"img", any, {}, never>;
7
+ export const StyledPortraitGravatar: import("styled-components").StyledComponent<"img", any, {}, never>;
8
+ export const StyledCustomImg: import("styled-components").StyledComponent<"img", any, {}, never>;
9
+ export const StyledIcon: import("styled-components").StyledComponent<({ darkBackground, ...rest }: any) => JSX.Element, any, {}, never>;
10
+ export const StyledPortraitContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
@@ -0,0 +1,16 @@
1
+ export default Preview;
2
+ declare function Preview(props: any): JSX.Element;
3
+ declare namespace Preview {
4
+ namespace propTypes {
5
+ const children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
6
+ const height: PropTypes.Requireable<string>;
7
+ const lines: PropTypes.Requireable<number>;
8
+ const loading: PropTypes.Requireable<boolean>;
9
+ const width: PropTypes.Requireable<string>;
10
+ }
11
+ namespace defaultProps {
12
+ const lines_1: number;
13
+ export { lines_1 as lines };
14
+ }
15
+ }
16
+ import PropTypes from "prop-types";
@@ -0,0 +1,3 @@
1
+ export const StyledPreview: import("styled-components").StyledComponent<"div", any, {}, never>;
2
+ export default PreviewStyle;
3
+ declare const PreviewStyle: import("styled-components").StyledComponent<"span", any, {}, never>;
@@ -0,0 +1,21 @@
1
+ export default Profile;
2
+ declare function Profile({ src, className, initials, name, size, email, ...props }: {
3
+ [x: string]: any;
4
+ src: any;
5
+ className: any;
6
+ initials: any;
7
+ name: any;
8
+ size: any;
9
+ email: any;
10
+ }): JSX.Element;
11
+ declare namespace Profile {
12
+ namespace propTypes {
13
+ const className: PropTypes.Requireable<string>;
14
+ const src: PropTypes.Requireable<string>;
15
+ const name: PropTypes.Validator<string>;
16
+ const email: PropTypes.Validator<string>;
17
+ const initials: PropTypes.Requireable<string>;
18
+ const size: PropTypes.Requireable<string>;
19
+ }
20
+ }
21
+ import PropTypes from "prop-types";
@@ -0,0 +1,95 @@
1
+ export const PROFILE_SIZES: string[];
2
+ declare namespace _default {
3
+ namespace XS {
4
+ const dimensions: number;
5
+ const nameSize: string;
6
+ const emailSize: string;
7
+ const lineHeight: string;
8
+ const marginLeft: string;
9
+ const marginTop: string;
10
+ }
11
+ namespace S {
12
+ const dimensions_1: number;
13
+ export { dimensions_1 as dimensions };
14
+ const nameSize_1: string;
15
+ export { nameSize_1 as nameSize };
16
+ export const emailsize: string;
17
+ const lineHeight_1: string;
18
+ export { lineHeight_1 as lineHeight };
19
+ const marginLeft_1: string;
20
+ export { marginLeft_1 as marginLeft };
21
+ const marginTop_1: string;
22
+ export { marginTop_1 as marginTop };
23
+ }
24
+ namespace M {
25
+ const dimensions_2: number;
26
+ export { dimensions_2 as dimensions };
27
+ const nameSize_2: string;
28
+ export { nameSize_2 as nameSize };
29
+ const emailSize_1: string;
30
+ export { emailSize_1 as emailSize };
31
+ const lineHeight_2: string;
32
+ export { lineHeight_2 as lineHeight };
33
+ const marginLeft_2: string;
34
+ export { marginLeft_2 as marginLeft };
35
+ const marginTop_2: string;
36
+ export { marginTop_2 as marginTop };
37
+ }
38
+ namespace ML {
39
+ const dimensions_3: number;
40
+ export { dimensions_3 as dimensions };
41
+ const nameSize_3: string;
42
+ export { nameSize_3 as nameSize };
43
+ const emailSize_2: string;
44
+ export { emailSize_2 as emailSize };
45
+ const lineHeight_3: string;
46
+ export { lineHeight_3 as lineHeight };
47
+ const marginLeft_3: string;
48
+ export { marginLeft_3 as marginLeft };
49
+ const marginTop_3: string;
50
+ export { marginTop_3 as marginTop };
51
+ }
52
+ namespace L {
53
+ const dimensions_4: number;
54
+ export { dimensions_4 as dimensions };
55
+ const nameSize_4: string;
56
+ export { nameSize_4 as nameSize };
57
+ const emailSize_3: string;
58
+ export { emailSize_3 as emailSize };
59
+ const lineHeight_4: string;
60
+ export { lineHeight_4 as lineHeight };
61
+ const marginLeft_4: string;
62
+ export { marginLeft_4 as marginLeft };
63
+ const marginTop_4: string;
64
+ export { marginTop_4 as marginTop };
65
+ }
66
+ namespace XL {
67
+ const dimensions_5: number;
68
+ export { dimensions_5 as dimensions };
69
+ const nameSize_5: string;
70
+ export { nameSize_5 as nameSize };
71
+ const emailSize_4: string;
72
+ export { emailSize_4 as emailSize };
73
+ const lineHeight_5: string;
74
+ export { lineHeight_5 as lineHeight };
75
+ const marginLeft_5: string;
76
+ export { marginLeft_5 as marginLeft };
77
+ const marginTop_5: string;
78
+ export { marginTop_5 as marginTop };
79
+ }
80
+ namespace XXL {
81
+ const dimensions_6: number;
82
+ export { dimensions_6 as dimensions };
83
+ const nameSize_6: string;
84
+ export { nameSize_6 as nameSize };
85
+ const emailSize_5: string;
86
+ export { emailSize_5 as emailSize };
87
+ const lineHeight_6: string;
88
+ export { lineHeight_6 as lineHeight };
89
+ const marginLeft_6: string;
90
+ export { marginLeft_6 as marginLeft };
91
+ const marginTop_6: string;
92
+ export { marginTop_6 as marginTop };
93
+ }
94
+ }
95
+ export default _default;
@@ -0,0 +1,6 @@
1
+ export const ProfileStyle: import("styled-components").StyledComponent<"div", any, {}, never>;
2
+ export const ProfileNameStyle: import("styled-components").StyledComponent<"span", any, {}, never>;
3
+ export const ProfileDetailsStyle: import("styled-components").StyledComponent<"div", any, {}, never>;
4
+ export const ProfileAvatarStyle: import("styled-components").StyledComponent<typeof Portrait, any, {}, never>;
5
+ export const ProfileEmailStyle: import("styled-components").StyledComponent<"span", any, {}, never>;
6
+ import Portrait from "../portrait";
@@ -0,0 +1,27 @@
1
+ export default ProgressTracker;
2
+ declare function ProgressTracker({ size, progress, showDefaultLabels, currentProgressLabel, maxProgressLabel, variant, orientation, direction, labelsPosition, ...rest }: {
3
+ [x: string]: any;
4
+ size?: string | undefined;
5
+ progress?: number | undefined;
6
+ showDefaultLabels?: boolean | undefined;
7
+ currentProgressLabel: any;
8
+ maxProgressLabel: any;
9
+ variant?: string | undefined;
10
+ orientation?: string | undefined;
11
+ direction?: string | undefined;
12
+ labelsPosition: any;
13
+ }): JSX.Element;
14
+ declare namespace ProgressTracker {
15
+ namespace propTypes {
16
+ const size: PropTypes.Requireable<string>;
17
+ const progress: PropTypes.Requireable<number>;
18
+ const showDefaultLabels: PropTypes.Requireable<boolean>;
19
+ const currentProgressLabel: PropTypes.Requireable<string>;
20
+ const maxProgressLabel: PropTypes.Requireable<string>;
21
+ const variant: PropTypes.Requireable<string>;
22
+ const orientation: PropTypes.Requireable<string>;
23
+ const direction: PropTypes.Requireable<string>;
24
+ const labelsPosition: PropTypes.Requireable<string>;
25
+ }
26
+ }
27
+ import PropTypes from "prop-types";
@@ -0,0 +1,3 @@
1
+ export const OUTER_TRACKER_LENGTH: "256px";
2
+ export const PROGRESS_TRACKER_SIZES: string[];
3
+ export const PROGRESS_TRACKER_VARIANTS: string[];
@@ -0,0 +1,5 @@
1
+ export const StyledProgressBar: import("styled-components").StyledComponent<"span", any, {}, never>;
2
+ export const InnerBar: import("styled-components").StyledComponent<"span", any, {}, never>;
3
+ export const StyledProgressTracker: import("styled-components").StyledComponent<"div", any, {}, never>;
4
+ export const StyledValuesLabel: import("styled-components").StyledComponent<"span", any, {}, never>;
5
+ export const StyledValue: import("styled-components").StyledComponent<"span", any, {}, never>;
@@ -0,0 +1,26 @@
1
+ export default RadioButtonGroup;
2
+ declare function RadioButtonGroup(props: any): JSX.Element;
3
+ declare namespace RadioButtonGroup {
4
+ namespace propTypes {
5
+ const children: PropTypes.Validator<string | number | boolean | {} | PropTypes.ReactElementLike | PropTypes.ReactNodeArray>;
6
+ const name: PropTypes.Validator<string>;
7
+ const legend: PropTypes.Requireable<string>;
8
+ const error: PropTypes.Requireable<string | boolean>;
9
+ const warning: PropTypes.Requireable<string | boolean>;
10
+ const info: PropTypes.Requireable<string | boolean>;
11
+ const onBlur: PropTypes.Requireable<(...args: any[]) => any>;
12
+ const onChange: PropTypes.Requireable<(...args: any[]) => any>;
13
+ const value: PropTypes.Requireable<string>;
14
+ const inline: PropTypes.Requireable<boolean>;
15
+ const legendInline: PropTypes.Requireable<boolean>;
16
+ const legendWidth: PropTypes.Requireable<number>;
17
+ const legendAlign: PropTypes.Requireable<string>;
18
+ const legendSpacing: PropTypes.Requireable<number>;
19
+ const labelSpacing: PropTypes.Requireable<number>;
20
+ const adaptiveLegendBreakpoint: PropTypes.Requireable<number>;
21
+ const adaptiveSpacingBreakpoint: PropTypes.Requireable<number>;
22
+ const required: PropTypes.Requireable<boolean>;
23
+ const tooltipPosition: PropTypes.Requireable<string>;
24
+ }
25
+ }
26
+ import PropTypes from "prop-types";
@@ -0,0 +1,2 @@
1
+ export default RadioButtonGroupStyle;
2
+ declare const RadioButtonGroupStyle: import("styled-components").StyledComponent<"div", any, {}, never>;
@@ -0,0 +1,22 @@
1
+ export default RadioButtonMapper;
2
+ declare function RadioButtonMapper({ children, name, onBlur, onChange, onMouseDown, onKeyDown, value, }: {
3
+ children: any;
4
+ name: any;
5
+ onBlur: any;
6
+ onChange: any;
7
+ onMouseDown: any;
8
+ onKeyDown: any;
9
+ value: any;
10
+ }): React.DetailedReactHTMLElement<any, HTMLElement>[];
11
+ declare namespace RadioButtonMapper {
12
+ namespace propTypes {
13
+ const children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
14
+ const name: PropTypes.Validator<string>;
15
+ const onBlur: PropTypes.Requireable<(...args: any[]) => any>;
16
+ const onChange: PropTypes.Requireable<(...args: any[]) => any>;
17
+ const onKeyDown: PropTypes.Requireable<(...args: any[]) => any>;
18
+ const value: PropTypes.Requireable<string>;
19
+ }
20
+ }
21
+ import React from "react";
22
+ import PropTypes from "prop-types";
@@ -0,0 +1,3 @@
1
+ declare var _default: React.MemoExoticComponent<() => JSX.Element>;
2
+ export default _default;
3
+ import React from "react";
@@ -0,0 +1,5 @@
1
+ export { RadioButton as PrivateRadioButton };
2
+ declare var _default: React.MemoExoticComponent<React.ForwardRefExoticComponent<React.RefAttributes<any>>>;
3
+ export default _default;
4
+ declare const RadioButton: React.ForwardRefExoticComponent<React.RefAttributes<any>>;
5
+ import React from "react";
@@ -0,0 +1,2 @@
1
+ export default RadioButtonStyle;
2
+ declare const RadioButtonStyle: import("styled-components").StyledComponent<"div", any, {}, never>;
@@ -0,0 +1,30 @@
1
+ export default Column;
2
+ declare function Column({ columnAlign, columns, columnSpan, columnOffset, columnClasses, className, ...props }: {
3
+ [x: string]: any;
4
+ columnAlign: any;
5
+ columns: any;
6
+ columnSpan: any;
7
+ columnOffset: any;
8
+ columnClasses: any;
9
+ className: any;
10
+ }): JSX.Element;
11
+ declare namespace Column {
12
+ namespace defaultProps {
13
+ const columnOffset: string;
14
+ const columnSpan: string;
15
+ const columnAlign: string;
16
+ }
17
+ namespace propTypes {
18
+ export const children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
19
+ export const className: PropTypes.Requireable<string>;
20
+ export const columns: PropTypes.Requireable<string | number>;
21
+ export const columnClasses: PropTypes.Requireable<string>;
22
+ const columnAlign_1: PropTypes.Requireable<string>;
23
+ export { columnAlign_1 as columnAlign };
24
+ const columnOffset_1: PropTypes.Requireable<string | number>;
25
+ export { columnOffset_1 as columnOffset };
26
+ const columnSpan_1: PropTypes.Requireable<string | number>;
27
+ export { columnSpan_1 as columnSpan };
28
+ }
29
+ }
30
+ import PropTypes from "prop-types";
@@ -0,0 +1,2 @@
1
+ export default StyledColumn;
2
+ declare const StyledColumn: import("styled-components").StyledComponent<"div", any, {}, never>;
@@ -0,0 +1,24 @@
1
+ export default Row;
2
+ declare function Row({ columns, children, columnClasses, columnDivide, gutter, className, }: {
3
+ columns: any;
4
+ children: any;
5
+ columnClasses: any;
6
+ columnDivide: any;
7
+ gutter: any;
8
+ className: any;
9
+ }): JSX.Element;
10
+ declare namespace Row {
11
+ namespace propTypes {
12
+ const children: PropTypes.Validator<string | number | boolean | {} | PropTypes.ReactElementLike | PropTypes.ReactNodeArray>;
13
+ const className: PropTypes.Requireable<string>;
14
+ const gutter: PropTypes.Requireable<string>;
15
+ const columnDivide: PropTypes.Requireable<boolean>;
16
+ const columns: PropTypes.Requireable<string | number>;
17
+ const columnClasses: PropTypes.Requireable<string>;
18
+ }
19
+ namespace defaultProps {
20
+ const gutter_1: string;
21
+ export { gutter_1 as gutter };
22
+ }
23
+ }
24
+ import PropTypes from "prop-types";
@@ -0,0 +1,11 @@
1
+ export const ROW_SIZES: string[];
2
+ export const ROW_SIZES_CSS: {
3
+ none: number;
4
+ "extra-small": number;
5
+ small: number;
6
+ "medium-small": number;
7
+ medium: number;
8
+ "medium-large": number;
9
+ large: number;
10
+ "extra-large": number;
11
+ };
@@ -0,0 +1,2 @@
1
+ export default StyledRow;
2
+ declare const StyledRow: import("styled-components").StyledComponent<"div", any, {}, never>;
@@ -0,0 +1,2 @@
1
+ export default asScrollableListItem;
2
+ declare function asScrollableListItem(CaptiveComponent: any, index: any, isSelected: any): JSX.Element;
@@ -0,0 +1,4 @@
1
+ import ScrollableList from "./scrollable-list.component";
2
+ import ScrollableListItem from "./scrollable-list-item.component";
3
+ import asScrollableListItem from "./as-scrollable-list-item.wrapper";
4
+ export { ScrollableList, ScrollableListItem, asScrollableListItem };
@@ -0,0 +1,2 @@
1
+ export default ScrollableListItem;
2
+ declare const ScrollableListItem: import("styled-components").StyledComponent<"li", any, {}, never>;
@@ -0,0 +1,44 @@
1
+ export default ScrollableList;
2
+ declare class ScrollableList extends React.Component<any, any, any> {
3
+ constructor(props: any);
4
+ blockOptionsHover: boolean;
5
+ scrollBox: React.RefObject<any>;
6
+ updateScroll(item: any): void;
7
+ setScrollTop({ item, children, listHeight, itemHeight }: {
8
+ item: any;
9
+ children: any;
10
+ listHeight: any;
11
+ itemHeight: any;
12
+ }): any;
13
+ buildHeightReducer(acc: any, { offsetHeight }: {
14
+ offsetHeight: any;
15
+ }): any;
16
+ nextSelectable(direction: any, position: any): any;
17
+ isSelectable(node: any): any;
18
+ selectLastItem(): any;
19
+ selectFirstItem(): any;
20
+ renderChildren(children: any): any;
21
+ selectItem: (itemIndex: any) => void;
22
+ handleMouseMove: () => void;
23
+ handleMouseOver: (selectedItem: any) => void;
24
+ handleScroll: ({ target: { scrollTop, scrollHeight } }: {
25
+ target: {
26
+ scrollTop: any;
27
+ scrollHeight: any;
28
+ };
29
+ }) => void;
30
+ handleKeyDown: (e: any) => void;
31
+ }
32
+ declare namespace ScrollableList {
33
+ namespace propTypes {
34
+ const alwaysHighlight: PropTypes.Requireable<boolean>;
35
+ const isLoopable: PropTypes.Requireable<boolean>;
36
+ const children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
37
+ const keyNavigation: PropTypes.Requireable<boolean>;
38
+ const maxHeight: PropTypes.Requireable<string>;
39
+ const onLazyLoad: PropTypes.Requireable<(...args: any[]) => any>;
40
+ const onSelect: PropTypes.Requireable<(...args: any[]) => any>;
41
+ }
42
+ }
43
+ import React from "react";
44
+ import PropTypes from "prop-types";
@@ -0,0 +1,3 @@
1
+ declare var _default: React.Context<any>;
2
+ export default _default;
3
+ import React from "react";
@@ -0,0 +1,2 @@
1
+ export default ScrollableListContainer;
2
+ declare const ScrollableListContainer: import("styled-components").StyledComponent<"ul", any, {}, never>;