carbon-react 102.10.2 → 102.13.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (522) 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-presentation.style.js +3 -2
  31. package/lib/__internal__/input/input-sizes.style.d.ts +34 -0
  32. package/lib/__internal__/input/input.component.d.ts +3 -0
  33. package/lib/__internal__/input/input.style.d.ts +2 -0
  34. package/lib/__internal__/input-behaviour/index.d.ts +2 -0
  35. package/lib/__internal__/input-behaviour/input-behaviour.component.d.ts +11 -0
  36. package/lib/__internal__/input-behaviour/input-group-behaviour.component.d.ts +13 -0
  37. package/lib/__internal__/input-behaviour/useInputBehaviour.d.ts +11 -0
  38. package/lib/__internal__/input-icon-toggle/input-icon-toggle.component.d.ts +38 -0
  39. package/lib/__internal__/input-icon-toggle/input-icon-toggle.style.d.ts +5 -0
  40. package/lib/__internal__/label/icon-wrapper.style.d.ts +2 -0
  41. package/lib/__internal__/label/label.component.d.ts +66 -0
  42. package/lib/__internal__/label/label.style.d.ts +3 -0
  43. package/lib/__internal__/popover/index.d.ts +1 -0
  44. package/lib/__internal__/popover/popover.component.d.ts +22 -0
  45. package/lib/__internal__/sticky-footer/index.d.ts +1 -0
  46. package/lib/__internal__/sticky-footer/sticky-footer.component.d.ts +15 -0
  47. package/lib/__internal__/sticky-footer/sticky-footer.style.d.ts +2 -0
  48. package/lib/__internal__/utils/ether/ether.d.ts +19 -0
  49. package/lib/__internal__/utils/ether/index.d.ts +1 -0
  50. package/lib/__internal__/utils/helpers/browser/browser.d.ts +17 -0
  51. package/lib/__internal__/utils/helpers/browser/index.d.ts +1 -0
  52. package/lib/__internal__/utils/helpers/browser-type-check/browser-type-check.d.ts +7 -0
  53. package/lib/__internal__/utils/helpers/browser-type-check/index.d.ts +1 -0
  54. package/lib/__internal__/utils/helpers/events/composedPath.d.ts +2 -0
  55. package/lib/__internal__/utils/helpers/events/events.d.ts +32 -0
  56. package/lib/__internal__/utils/helpers/events/index.d.ts +1 -0
  57. package/lib/__internal__/utils/helpers/guid/__spec__.d.ts +1 -0
  58. package/lib/__internal__/utils/helpers/guid/guid.d.ts +2 -0
  59. package/lib/__internal__/utils/helpers/immutable/__spec__.d.ts +1 -0
  60. package/lib/__internal__/utils/helpers/immutable/immutable.d.ts +4 -0
  61. package/lib/__internal__/utils/helpers/tags/index.d.ts +1 -0
  62. package/lib/__internal__/utils/helpers/tags/tags-specs/index.d.ts +1 -0
  63. package/lib/__internal__/utils/helpers/tags/tags-specs/tags-specs.d.ts +2 -0
  64. package/lib/__internal__/utils/helpers/tags/tags.d.ts +9 -0
  65. package/lib/__internal__/utils/helpers/with-unique-id-props/index.d.ts +1 -0
  66. package/lib/__internal__/utils/logger/index.d.ts +1 -0
  67. package/lib/__internal__/utils/logger/logger.d.ts +9 -0
  68. package/lib/__internal__/validations/validation-icon.component.d.ts +41 -0
  69. package/lib/__internal__/validations/validation-icon.style.d.ts +2 -0
  70. package/lib/__spec_helper__/enzyme-snapshot-helper.d.ts +2 -0
  71. package/lib/__spec_helper__/expect.d.ts +1 -0
  72. package/lib/__spec_helper__/index.d.ts +1 -0
  73. package/lib/__spec_helper__/mock-date-helper.d.ts +1 -0
  74. package/lib/__spec_helper__/mock-resize-observer.d.ts +2 -0
  75. package/lib/__spec_helper__/test-utils.d.ts +33 -0
  76. package/lib/components/accordion/accordion-group/accordion-group.component.d.ts +10 -0
  77. package/lib/components/accordion/accordion.component.d.ts +3 -0
  78. package/lib/components/accordion/accordion.style.d.ts +10 -0
  79. package/lib/components/action-popover/action-popover-context.d.ts +3 -0
  80. package/lib/components/action-popover/action-popover-divider/action-popover-divider.component.d.ts +2 -0
  81. package/lib/components/action-popover/action-popover-item/action-popover-item.component.d.ts +42 -0
  82. package/lib/components/action-popover/action-popover-menu/action-popover-menu.component.d.ts +3 -0
  83. package/lib/components/action-popover/action-popover-menu-button/action-popover-menu-button.component.d.ts +19 -0
  84. package/lib/components/action-popover/action-popover.component.d.ts +38 -0
  85. package/lib/components/action-popover/action-popover.style.d.ts +31 -0
  86. package/lib/components/advanced-color-picker/advanced-color-picker-cell.style.d.ts +4 -0
  87. package/lib/components/advanced-color-picker/advanced-color-picker.component.d.ts +55 -0
  88. package/lib/components/advanced-color-picker/advanced-color-picker.style.d.ts +53 -0
  89. package/lib/components/alert/alert.component.d.ts +50 -0
  90. package/lib/components/anchor-navigation/anchor-navigation-item/anchor-navigation-item.component.d.ts +3 -0
  91. package/lib/components/anchor-navigation/anchor-navigation-item/anchor-navigation-item.style.d.ts +2 -0
  92. package/lib/components/anchor-navigation/anchor-navigation.component.d.ts +12 -0
  93. package/lib/components/anchor-navigation/anchor-navigation.style.d.ts +3 -0
  94. package/lib/components/anchor-navigation/anchor-section-divider/anchor-section-divider.style.d.ts +4 -0
  95. package/lib/components/app-wrapper/app-wrapper.component.d.ts +21 -0
  96. package/lib/components/app-wrapper/app-wrapper.style.d.ts +2 -0
  97. package/lib/components/badge/badge.component.d.ts +14 -0
  98. package/lib/components/badge/badge.style.d.ts +6 -0
  99. package/lib/components/batch-selection/batch-selection.component.d.ts +22 -0
  100. package/lib/components/batch-selection/batch-selection.style.d.ts +2 -0
  101. package/lib/components/box/box.component.d.ts +7 -0
  102. package/lib/components/button/button-types.style.d.ts +9 -0
  103. package/lib/components/button/button.component.d.ts +17 -0
  104. package/lib/components/button/button.config.d.ts +3 -0
  105. package/lib/components/button/button.style.d.ts +9 -0
  106. package/lib/components/button-bar/button-bar.component.d.ts +16 -0
  107. package/lib/components/button-bar/button-bar.config.d.ts +2 -0
  108. package/lib/components/button-bar/button-bar.style.d.ts +5 -0
  109. package/lib/components/button-toggle/button-toggle-icon.component.d.ts +9 -0
  110. package/lib/components/button-toggle/button-toggle-input.component.d.ts +3 -0
  111. package/lib/components/button-toggle/button-toggle.component.d.ts +48 -0
  112. package/lib/components/button-toggle/button-toggle.style.d.ts +5 -0
  113. package/lib/components/button-toggle-group/__definition__.d.ts +2 -0
  114. package/lib/components/button-toggle-group/__definition__.js +50 -0
  115. package/lib/components/button-toggle-group/button-toggle-group.component.d.ts +86 -0
  116. package/lib/components/button-toggle-group/button-toggle-group.style.d.ts +2 -0
  117. package/lib/components/button-toggle-group/documentation/index.d.ts +1 -0
  118. package/lib/components/carbon-provider/carbon-provider.component.d.ts +12 -0
  119. package/lib/components/card/card-column/card-column.component.d.ts +17 -0
  120. package/lib/components/card/card-column/card-column.style.d.ts +2 -0
  121. package/lib/components/card/card-footer/card-footer.component.d.ts +9 -0
  122. package/lib/components/card/card-footer/card-footer.style.d.ts +2 -0
  123. package/lib/components/card/card-row/card-row.component.d.ts +13 -0
  124. package/lib/components/card/card-row/card-row.style.d.ts +2 -0
  125. package/lib/components/card/card.component.d.ts +27 -0
  126. package/lib/components/card/card.config.d.ts +2 -0
  127. package/lib/components/card/card.style.d.ts +2 -0
  128. package/lib/components/carousel/carousel.component.d.ts +36 -0
  129. package/lib/components/carousel/carousel.style.d.ts +16 -0
  130. package/lib/components/carousel/slide/slide.component.d.ts +8 -0
  131. package/lib/components/carousel/slide/slide.style.d.ts +1 -0
  132. package/lib/components/carousel/slide.config.d.ts +2 -0
  133. package/lib/components/checkbox/checkbox-group.component.d.ts +20 -0
  134. package/lib/components/checkbox/checkbox-svg.component.d.ts +2 -0
  135. package/lib/components/checkbox/checkbox.component.d.ts +109 -0
  136. package/lib/components/checkbox/checkbox.style.d.ts +3 -0
  137. package/lib/components/checkbox/checkbox.style.js +5 -1
  138. package/lib/components/confirm/confirm.component.d.ts +117 -0
  139. package/lib/components/confirm/confirm.config.d.ts +1 -0
  140. package/lib/components/confirm/confirm.style.d.ts +2 -0
  141. package/lib/components/content/content.component.d.ts +23 -0
  142. package/lib/components/content/content.style.d.ts +3 -0
  143. package/lib/components/date/date-picker.component.d.ts +22 -0
  144. package/lib/components/date/date.component.d.ts +57 -0
  145. package/lib/components/date/date.style.d.ts +2 -0
  146. package/lib/components/date/day-picker.style.d.ts +2 -0
  147. package/lib/components/date/navbar/button.style.d.ts +4 -0
  148. package/lib/components/date/navbar/index.d.ts +1 -0
  149. package/lib/components/date/navbar/navbar.component.d.ts +13 -0
  150. package/lib/components/date/navbar/navbar.style.d.ts +2 -0
  151. package/lib/components/date/weekday/abbr.style.d.ts +2 -0
  152. package/lib/components/date/weekday/index.d.ts +1 -0
  153. package/lib/components/date/weekday/weekday.component.d.ts +15 -0
  154. package/lib/components/date/weekday/weekday.style.d.ts +2 -0
  155. package/lib/components/date-range/date-range.component.d.ts +39 -0
  156. package/lib/components/date-range/date-range.style.d.ts +2 -0
  157. package/lib/components/decimal/decimal.component.d.ts +81 -0
  158. package/lib/components/definition-list/__internal__/dl.context.d.ts +3 -0
  159. package/lib/components/definition-list/dd.component.d.ts +8 -0
  160. package/lib/components/definition-list/definition-list.style.d.ts +5 -0
  161. package/lib/components/definition-list/dl.component.d.ts +12 -0
  162. package/lib/components/definition-list/dt.component.d.ts +8 -0
  163. package/lib/components/detail/detail.component.d.ts +17 -0
  164. package/lib/components/detail/detail.style.d.ts +5 -0
  165. package/lib/components/dialog/dialog.component.d.ts +81 -0
  166. package/lib/components/dialog/dialog.config.d.ts +2 -0
  167. package/lib/components/dialog/dialog.style.d.ts +4 -0
  168. package/lib/components/dialog-full-screen/content.style.d.ts +2 -0
  169. package/lib/components/dialog-full-screen/dialog-full-screen.component.d.ts +78 -0
  170. package/lib/components/dialog-full-screen/dialog-full-screen.style.d.ts +2 -0
  171. package/lib/components/dismissible-box/dismissible-box.component.d.ts +11 -0
  172. package/lib/components/dismissible-box/dismissible-box.style.d.ts +3 -0
  173. package/lib/components/draggable/draggable-container.component.d.ts +13 -0
  174. package/lib/components/draggable/draggable-item.component.d.ts +19 -0
  175. package/lib/components/draggable/draggable-item.style.d.ts +4 -0
  176. package/lib/components/drawer/drawer.component.d.ts +39 -0
  177. package/lib/components/drawer/drawer.style.d.ts +10 -0
  178. package/lib/components/duelling-picklist/duelling-picklist.component.d.ts +21 -0
  179. package/lib/components/duelling-picklist/duelling-picklist.context.d.ts +3 -0
  180. package/lib/components/duelling-picklist/duelling-picklist.style.d.ts +7 -0
  181. package/lib/components/duelling-picklist/picklist/picklist.component.d.ts +18 -0
  182. package/lib/components/duelling-picklist/picklist/picklist.style.d.ts +5 -0
  183. package/lib/components/duelling-picklist/picklist-divider/picklist-divider.component.d.ts +2 -0
  184. package/lib/components/duelling-picklist/picklist-divider/picklist-divider.style.d.ts +2 -0
  185. package/lib/components/duelling-picklist/picklist-group/picklist-group.component.d.ts +3 -0
  186. package/lib/components/duelling-picklist/picklist-group/picklist-group.style.d.ts +5 -0
  187. package/lib/components/duelling-picklist/picklist-item/picklist-item.component.d.ts +3 -0
  188. package/lib/components/duelling-picklist/picklist-item/picklist-item.style.d.ts +5 -0
  189. package/lib/components/duelling-picklist/picklist-placeholder/picklist-placeholder.component.d.ts +10 -0
  190. package/lib/components/fieldset/fieldset.component.d.ts +14 -0
  191. package/lib/components/fieldset/fieldset.style.d.ts +3 -0
  192. package/lib/components/flat-table/cell-sizes.style.d.ts +40 -0
  193. package/lib/components/flat-table/flat-table-body/flat-table-body.component.d.ts +3 -0
  194. package/lib/components/flat-table/flat-table-body-draggable/flat-table-body-draggable.component.d.ts +12 -0
  195. package/lib/components/flat-table/flat-table-cell/flat-table-cell.component.d.ts +38 -0
  196. package/lib/components/flat-table/flat-table-cell/flat-table-cell.style.d.ts +2 -0
  197. package/lib/components/flat-table/flat-table-checkbox/flat-table-checkbox.component.d.ts +26 -0
  198. package/lib/components/flat-table/flat-table-checkbox/flat-table-checkbox.style.d.ts +2 -0
  199. package/lib/components/flat-table/flat-table-head/flat-table-head.component.d.ts +10 -0
  200. package/lib/components/flat-table/flat-table-head/flat-table-head.style.d.ts +2 -0
  201. package/lib/components/flat-table/flat-table-header/flat-table-header.component.d.ts +33 -0
  202. package/lib/components/flat-table/flat-table-header/flat-table-header.style.d.ts +2 -0
  203. package/lib/components/flat-table/flat-table-row/__internal__/flat-table-row-draggable.component.d.ts +22 -0
  204. package/lib/components/flat-table/flat-table-row/flat-table-row.component.d.ts +3 -0
  205. package/lib/components/flat-table/flat-table-row/flat-table-row.style.d.ts +2 -0
  206. package/lib/components/flat-table/flat-table-row-header/flat-table-row-header.component.d.ts +30 -0
  207. package/lib/components/flat-table/flat-table-row-header/flat-table-row-header.style.d.ts +2 -0
  208. package/lib/components/flat-table/flat-table.component.d.ts +43 -0
  209. package/lib/components/flat-table/flat-table.config.d.ts +2 -0
  210. package/lib/components/flat-table/flat-table.style.d.ts +4 -0
  211. package/lib/components/flat-table/sort/sort.component.d.ts +14 -0
  212. package/lib/components/flat-table/sort/sort.style.d.ts +2 -0
  213. package/lib/components/form/__internal__/form-summary.component.d.ts +10 -0
  214. package/lib/components/form/__internal__/form-summary.style.d.ts +3 -0
  215. package/lib/components/form/form.component.d.ts +20 -0
  216. package/lib/components/form/form.config.d.ts +1 -0
  217. package/lib/components/form/form.style.d.ts +5 -0
  218. package/lib/components/grid/grid-container/grid-container.component.d.ts +5 -0
  219. package/lib/components/grid/grid-container/grid-container.style.d.ts +2 -0
  220. package/lib/components/grid/grid-item/grid-item.component.d.ts +25 -0
  221. package/lib/components/grid/grid-item/grid-item.style.d.ts +2 -0
  222. package/lib/components/grouped-character/grouped-character.component.d.ts +23 -0
  223. package/lib/components/grouped-character/grouped-character.utils.d.ts +2 -0
  224. package/lib/components/heading/heading.component.d.ts +71 -0
  225. package/lib/components/heading/heading.style.d.ts +16 -0
  226. package/lib/components/help/help.component.d.ts +45 -0
  227. package/lib/components/help/help.config.d.ts +1 -0
  228. package/lib/components/help/help.style.d.ts +2 -0
  229. package/lib/components/hr/hr.component.d.ts +13 -0
  230. package/lib/components/hr/hr.style.d.ts +2 -0
  231. package/lib/components/i18n-provider/i18n-provider.component.d.ts +102 -0
  232. package/lib/components/icon/icon-config.d.ts +26 -0
  233. package/lib/components/icon/icon-unicodes.d.ts +247 -0
  234. package/lib/components/icon/icon.component.d.ts +3 -0
  235. package/lib/components/icon/icon.style.d.ts +2 -0
  236. package/lib/components/icon-button/icon-button.component.d.ts +3 -0
  237. package/lib/components/icon-button/icon-button.style.d.ts +4 -0
  238. package/lib/components/image/image.component.d.ts +2 -0
  239. package/lib/components/inline-inputs/inline-inputs.component.d.ts +22 -0
  240. package/lib/components/inline-inputs/inline-inputs.config.d.ts +1 -0
  241. package/lib/components/inline-inputs/inline-inputs.style.d.ts +4 -0
  242. package/lib/components/link/link.component.d.ts +3 -0
  243. package/lib/components/link/link.config.d.ts +2 -0
  244. package/lib/components/link/link.style.d.ts +2 -0
  245. package/lib/components/link-preview/__internal__/placeholder.component.d.ts +2 -0
  246. package/lib/components/link-preview/link-preview.component.d.ts +29 -0
  247. package/lib/components/link-preview/link-preview.style.d.ts +6 -0
  248. package/lib/components/loader/loader-square.style.d.ts +2 -0
  249. package/lib/components/loader/loader.component.d.ts +23 -0
  250. package/lib/components/loader/loader.config.d.ts +1 -0
  251. package/lib/components/loader/loader.style.d.ts +2 -0
  252. package/lib/components/loader-bar/loader-bar.component.d.ts +11 -0
  253. package/lib/components/loader-bar/loader-bar.config.d.ts +1 -0
  254. package/lib/components/loader-bar/loader-bar.style.d.ts +4 -0
  255. package/lib/components/menu/__internal__/keyboard-navigation/index.d.ts +2 -0
  256. package/lib/components/menu/__internal__/spec-helper/index.d.ts +2 -0
  257. package/lib/components/menu/__internal__/submenu/submenu.component.d.ts +3 -0
  258. package/lib/components/menu/__internal__/submenu/submenu.context.d.ts +3 -0
  259. package/lib/components/menu/__internal__/submenu/submenu.style.d.ts +2 -0
  260. package/lib/components/menu/__internal__/submenu/submenu.style.js +8 -40
  261. package/lib/components/menu/menu-divider/menu-divider.component.d.ts +3 -0
  262. package/lib/components/menu/menu-divider/menu-divider.style.d.ts +2 -0
  263. package/lib/components/menu/menu-divider/menu-divider.style.js +1 -1
  264. package/lib/components/menu/menu-full-screen/menu-full-screen.component.d.ts +17 -0
  265. package/lib/components/menu/menu-full-screen/menu-full-screen.component.js +14 -2
  266. package/lib/components/menu/menu-full-screen/menu-full-screen.style.d.ts +2 -0
  267. package/lib/components/menu/menu-full-screen/menu-full-screen.style.js +2 -10
  268. package/lib/components/menu/menu-item/menu-item.component.d.ts +24 -0
  269. package/lib/components/menu/menu-item/menu-item.style.d.ts +2 -0
  270. package/lib/components/menu/menu-item/menu-item.style.js +26 -92
  271. package/lib/components/menu/menu-segment-title/menu-segment-title.component.d.ts +3 -0
  272. package/lib/components/menu/menu-segment-title/menu-segment-title.style.d.ts +2 -0
  273. package/lib/components/menu/menu-segment-title/menu-segment-title.style.js +2 -10
  274. package/lib/components/menu/menu.component.d.ts +11 -0
  275. package/lib/components/menu/menu.component.js +1 -1
  276. package/lib/components/menu/menu.context.d.ts +5 -0
  277. package/lib/components/menu/menu.context.js +3 -1
  278. package/lib/components/menu/menu.d.ts +3 -2
  279. package/lib/components/menu/menu.style.d.ts +2 -0
  280. package/lib/components/menu/menu.style.js +1 -2
  281. package/lib/components/menu/scrollable-block/scrollable-block.component.d.ts +15 -0
  282. package/lib/components/menu/scrollable-block/scrollable-block.component.js +7 -1
  283. package/lib/components/menu/scrollable-block/scrollable-block.style.d.ts +2 -0
  284. package/lib/components/menu/scrollable-block/scrollable-block.style.js +1 -7
  285. package/lib/components/menu/submenu-block/submenu-block.component.d.ts +12 -0
  286. package/lib/components/menu/submenu-block/submenu-block.style.d.ts +2 -0
  287. package/lib/components/menu/submenu-block/submenu-block.style.js +4 -6
  288. package/lib/components/message/message-content/message-content.component.d.ts +22 -0
  289. package/lib/components/message/message-content/message-content.style.d.ts +2 -0
  290. package/lib/components/message/message.component.d.ts +29 -0
  291. package/lib/components/message/message.style.d.ts +2 -0
  292. package/lib/components/message/type-icon/type-icon.component.d.ts +18 -0
  293. package/lib/components/message/type-icon/type-icon.style.d.ts +2 -0
  294. package/lib/components/modal/__internal__/modal-manager.d.ts +9 -0
  295. package/lib/components/modal/modal.component.d.ts +35 -0
  296. package/lib/components/modal/modal.style.d.ts +2 -0
  297. package/lib/components/mount-in-app/__spec__.d.ts +1 -0
  298. package/lib/components/multi-action-button/multi-action-button.component.d.ts +37 -0
  299. package/lib/components/multi-action-button/multi-action-button.config.d.ts +3 -0
  300. package/lib/components/multi-action-button/multi-action-button.style.d.ts +2 -0
  301. package/lib/components/multi-step-wizard/__spec__.d.ts +1 -0
  302. package/lib/components/multi-step-wizard/multi-step-wizard.d.ts +87 -0
  303. package/lib/components/multi-step-wizard/multi-step-wizard.style.d.ts +2 -0
  304. package/lib/components/multi-step-wizard/step/__spec__.d.ts +1 -0
  305. package/lib/components/multi-step-wizard/step/step.d.ts +160 -0
  306. package/lib/components/multi-step-wizard/step/step.style.d.ts +11 -0
  307. package/lib/components/navigation-bar/navigation-bar.component.d.ts +13 -0
  308. package/lib/components/navigation-bar/navigation-bar.component.js +1 -1
  309. package/lib/components/navigation-bar/navigation-bar.d.ts +1 -1
  310. package/lib/components/navigation-bar/navigation-bar.style.d.ts +2 -0
  311. package/lib/components/navigation-bar/navigation-bar.style.js +15 -2
  312. package/lib/components/note/__internal__/status-with-tooltip/index.d.ts +1 -0
  313. package/lib/components/note/__internal__/status-with-tooltip/status.component.d.ts +3 -0
  314. package/lib/components/note/__internal__/status-with-tooltip/status.style.d.ts +2 -0
  315. package/lib/components/note/note.component.d.ts +30 -0
  316. package/lib/components/note/note.style.d.ts +6 -0
  317. package/lib/components/number/number.component.d.ts +10 -0
  318. package/lib/components/numeral-date/numeral-date.component.d.ts +111 -0
  319. package/lib/components/numeral-date/numeral-date.style.d.ts +2 -0
  320. package/lib/components/pager/__internal__/pager-navigation-link.component.d.ts +20 -0
  321. package/lib/components/pager/__internal__/pager-navigation.component.d.ts +32 -0
  322. package/lib/components/pager/pager.component.d.ts +49 -0
  323. package/lib/components/pager/pager.style.d.ts +11 -0
  324. package/lib/components/pages/page/page.component.d.ts +13 -0
  325. package/lib/components/pages/page/page.style.d.ts +2 -0
  326. package/lib/components/pages/pages.component.d.ts +20 -0
  327. package/lib/components/pages/pages.config.d.ts +2 -0
  328. package/lib/components/pages/pages.style.d.ts +2 -0
  329. package/lib/components/pill/pill.component.d.ts +39 -0
  330. package/lib/components/pill/pill.style.config.d.ts +27 -0
  331. package/lib/components/pill/pill.style.d.ts +2 -0
  332. package/lib/components/pod/pod.component.d.ts +3 -0
  333. package/lib/components/pod/pod.config.d.ts +3 -0
  334. package/lib/components/pod/pod.style.d.ts +13 -0
  335. package/lib/components/popover-container/popover-container.component.d.ts +57 -0
  336. package/lib/components/popover-container/popover-container.style.d.ts +8 -0
  337. package/lib/components/portal/portal.style.d.ts +3 -0
  338. package/lib/components/portrait/portrait-gravatar.component.d.ts +24 -0
  339. package/lib/components/portrait/portrait-initials.component.d.ts +8 -0
  340. package/lib/components/portrait/portrait.component.d.ts +55 -0
  341. package/lib/components/portrait/portrait.config.d.ts +44 -0
  342. package/lib/components/portrait/portrait.style.d.ts +10 -0
  343. package/lib/components/preview/preview.component.d.ts +16 -0
  344. package/lib/components/preview/preview.style.d.ts +3 -0
  345. package/lib/components/profile/profile.component.d.ts +21 -0
  346. package/lib/components/profile/profile.config.d.ts +95 -0
  347. package/lib/components/profile/profile.style.d.ts +6 -0
  348. package/lib/components/progress-tracker/progress-tracker.component.d.ts +27 -0
  349. package/lib/components/progress-tracker/progress-tracker.config.d.ts +3 -0
  350. package/lib/components/progress-tracker/progress-tracker.style.d.ts +5 -0
  351. package/lib/components/radio-button/radio-button-group.component.d.ts +26 -0
  352. package/lib/components/radio-button/radio-button-group.style.d.ts +2 -0
  353. package/lib/components/radio-button/radio-button-mapper.component.d.ts +22 -0
  354. package/lib/components/radio-button/radio-button-svg.component.d.ts +3 -0
  355. package/lib/components/radio-button/radio-button.component.d.ts +5 -0
  356. package/lib/components/radio-button/radio-button.style.d.ts +2 -0
  357. package/lib/components/row/column/column.component.d.ts +30 -0
  358. package/lib/components/row/column/column.style.d.ts +2 -0
  359. package/lib/components/row/row.component.d.ts +24 -0
  360. package/lib/components/row/row.config.d.ts +11 -0
  361. package/lib/components/row/row.style.d.ts +2 -0
  362. package/lib/components/scrollable-list/as-scrollable-list-item.wrapper.d.ts +2 -0
  363. package/lib/components/scrollable-list/index.d.ts +4 -0
  364. package/lib/components/scrollable-list/scrollable-list-item.component.d.ts +2 -0
  365. package/lib/components/scrollable-list/scrollable-list.component.d.ts +44 -0
  366. package/lib/components/scrollable-list/scrollable-list.context.d.ts +3 -0
  367. package/lib/components/scrollable-list/scrollable-list.style.d.ts +2 -0
  368. package/lib/components/scrollable-list/test-utils.d.ts +2 -0
  369. package/lib/components/search/search.component.d.ts +68 -0
  370. package/lib/components/search/search.style.d.ts +4 -0
  371. package/lib/components/select/filterable-select/filterable-select.component.d.ts +3 -0
  372. package/lib/components/select/list-action-button/list-action-button.component.d.ts +3 -0
  373. package/lib/components/select/list-action-button/list-action-button.style.d.ts +2 -0
  374. package/lib/components/select/multi-select/multi-select.component.d.ts +3 -0
  375. package/lib/components/select/multi-select/multi-select.style.d.ts +2 -0
  376. package/lib/components/select/option/option.component.d.ts +3 -0
  377. package/lib/components/select/option/option.style.d.ts +2 -0
  378. package/lib/components/select/option-group-header/option-group-header.component.d.ts +12 -0
  379. package/lib/components/select/option-group-header/option-group-header.style.d.ts +2 -0
  380. package/lib/components/select/option-row/option-row.component.d.ts +3 -0
  381. package/lib/components/select/option-row/option-row.style.d.ts +2 -0
  382. package/lib/components/select/select-list/select-list-container.style.d.ts +2 -0
  383. package/lib/components/select/select-list/select-list.component.d.ts +3 -0
  384. package/lib/components/select/select-list/select-list.style.d.ts +6 -0
  385. package/lib/components/select/select-list/update-list-scroll.d.ts +1 -0
  386. package/lib/components/select/select-textbox/select-textbox.component.d.ts +43 -0
  387. package/lib/components/select/select.style.d.ts +2 -0
  388. package/lib/components/select/simple-select/simple-select.component.d.ts +3 -0
  389. package/lib/components/select/utils/get-next-child-by-text.d.ts +4 -0
  390. package/lib/components/select/utils/get-next-index-by-key.d.ts +1 -0
  391. package/lib/components/select/utils/highlight-part-of-text.d.ts +1 -0
  392. package/lib/components/select/utils/is-expected-option.d.ts +1 -0
  393. package/lib/components/select/utils/is-expected-value.d.ts +1 -0
  394. package/lib/components/select/utils/matching-text.style.d.ts +2 -0
  395. package/lib/components/select/utils/with-filter.hoc.d.ts +4 -0
  396. package/lib/components/settings-row/settings-row.component.d.ts +19 -0
  397. package/lib/components/settings-row/settings-row.style.d.ts +3 -0
  398. package/lib/components/show-edit-pod/delete-button.style.d.ts +3 -0
  399. package/lib/components/show-edit-pod/show-edit-pod.component.d.ts +52 -0
  400. package/lib/components/show-edit-pod/show-edit-pod.config.d.ts +2 -0
  401. package/lib/components/show-edit-pod/show-edit-pod.style.d.ts +3 -0
  402. package/lib/components/sidebar/__internal__/sidebar-header/__definition__.d.ts +2 -0
  403. package/lib/components/sidebar/__internal__/sidebar-header/__definition__.js +25 -0
  404. package/lib/components/sidebar/__internal__/sidebar-header/index.d.ts +1 -0
  405. package/lib/components/sidebar/__internal__/sidebar-header/sidebar-header.component.d.ts +13 -0
  406. package/lib/components/sidebar/__internal__/sidebar-header/sidebar-header.style.d.ts +2 -0
  407. package/lib/components/sidebar/sidebar.component.d.ts +4 -0
  408. package/lib/components/sidebar/sidebar.config.d.ts +11 -0
  409. package/lib/components/sidebar/sidebar.style.d.ts +2 -0
  410. package/lib/components/simple-color-picker/color-sample-box/color-sample-box.component.d.ts +13 -0
  411. package/lib/components/simple-color-picker/color-sample-box/color-sample-box.style.d.ts +2 -0
  412. package/lib/components/simple-color-picker/color-sample-box/index.d.ts +1 -0
  413. package/lib/components/simple-color-picker/simple-color/index.d.ts +1 -0
  414. package/lib/components/simple-color-picker/simple-color/simple-color.component.d.ts +3 -0
  415. package/lib/components/simple-color-picker/simple-color/simple-color.style.d.ts +2 -0
  416. package/lib/components/simple-color-picker/simple-color-input/simple-color-input.style.d.ts +2 -0
  417. package/lib/components/simple-color-picker/simple-color-picker.component.d.ts +22 -0
  418. package/lib/components/simple-color-picker/simple-color-picker.style.d.ts +2 -0
  419. package/lib/components/simple-color-picker/tick-icon/tick-icon.style.d.ts +3 -0
  420. package/lib/components/split-button/split-button-children.style.d.ts +2 -0
  421. package/lib/components/split-button/split-button-toggle.style.d.ts +8 -0
  422. package/lib/components/split-button/split-button.component.d.ts +41 -0
  423. package/lib/components/split-button/split-button.config.d.ts +4 -0
  424. package/lib/components/split-button/split-button.style.d.ts +2 -0
  425. package/lib/components/step-sequence/step-sequence-item/index.d.ts +1 -0
  426. package/lib/components/step-sequence/step-sequence-item/step-sequence-item-content.style.d.ts +2 -0
  427. package/lib/components/step-sequence/step-sequence-item/step-sequence-item-hidden-label.style.d.ts +2 -0
  428. package/lib/components/step-sequence/step-sequence-item/step-sequence-item-indicator.style.d.ts +2 -0
  429. package/lib/components/step-sequence/step-sequence-item/step-sequence-item.component.d.ts +17 -0
  430. package/lib/components/step-sequence/step-sequence-item/step-sequence-item.style.d.ts +2 -0
  431. package/lib/components/step-sequence/step-sequence.component.d.ts +13 -0
  432. package/lib/components/step-sequence/step-sequence.config.d.ts +2 -0
  433. package/lib/components/step-sequence/step-sequence.style.d.ts +2 -0
  434. package/lib/components/switch/__internal__/switch-slider-panel.style.d.ts +2 -0
  435. package/lib/components/switch/__internal__/switch-slider.component.d.ts +24 -0
  436. package/lib/components/switch/__internal__/switch-slider.style.d.ts +2 -0
  437. package/lib/components/switch/switch.component.d.ts +123 -0
  438. package/lib/components/switch/switch.style.d.ts +2 -0
  439. package/lib/components/tabs/__internal__/tab-title/tab-title.component.d.ts +3 -0
  440. package/lib/components/tabs/__internal__/tab-title/tab-title.style.d.ts +4 -0
  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.style.d.ts +2 -0
  447. package/lib/components/text-editor/__internal__/decorators/index.d.ts +2 -0
  448. package/lib/components/text-editor/__internal__/decorators/link-decorator.d.ts +7 -0
  449. package/lib/components/text-editor/__internal__/editor-counter/editor-counter.component.d.ts +18 -0
  450. package/lib/components/text-editor/__internal__/editor-counter/editor-counter.style.d.ts +2 -0
  451. package/lib/components/text-editor/__internal__/editor-link/editor-link.component.d.ts +15 -0
  452. package/lib/components/text-editor/__internal__/editor-link/editor-link.style.d.ts +3 -0
  453. package/lib/components/text-editor/__internal__/label-wrapper/label-wrapper.component.d.ts +17 -0
  454. package/lib/components/text-editor/__internal__/toolbar/toolbar-button/toolbar-button.component.d.ts +3 -0
  455. package/lib/components/text-editor/__internal__/toolbar/toolbar-button/toolbar-button.style.d.ts +4 -0
  456. package/lib/components/text-editor/__internal__/toolbar/toolbar.component.d.ts +18 -0
  457. package/lib/components/text-editor/__internal__/toolbar/toolbar.style.d.ts +3 -0
  458. package/lib/components/text-editor/__internal__/utils/index.d.ts +1 -0
  459. package/lib/components/text-editor/__internal__/utils/utils.d.ts +27 -0
  460. package/lib/components/text-editor/text-editor.component.d.ts +6 -0
  461. package/lib/components/text-editor/text-editor.style.d.ts +3 -0
  462. package/lib/components/textarea/textarea.component.d.ts +129 -0
  463. package/lib/components/textarea/textarea.style.d.ts +2 -0
  464. package/lib/components/textbox/__internal__/prefix.style.d.ts +2 -0
  465. package/lib/components/textbox/textbox.component.d.ts +193 -0
  466. package/lib/components/tile/tile-footer/tile-footer.component.d.ts +13 -0
  467. package/lib/components/tile/tile-footer/tile-footer.style.d.ts +2 -0
  468. package/lib/components/tile/tile-footer/tile-footer.style.js +3 -4
  469. package/lib/components/tile/tile.component.d.ts +12 -0
  470. package/lib/components/tile/tile.config.d.ts +2 -0
  471. package/lib/components/tile/tile.style.d.ts +2 -0
  472. package/lib/components/tile/tile.style.js +6 -6
  473. package/lib/components/tile-select/__internal__/accordion/accordion.component.d.ts +16 -0
  474. package/lib/components/tile-select/__internal__/accordion/accordion.style.d.ts +2 -0
  475. package/lib/components/tile-select/__internal__/accordion/index.d.ts +1 -0
  476. package/lib/components/tile-select/tile-select-group.component.d.ts +19 -0
  477. package/lib/components/tile-select/tile-select.component.d.ts +60 -0
  478. package/lib/components/tile-select/tile-select.style.d.ts +15 -0
  479. package/lib/components/toast/toast.component.d.ts +44 -0
  480. package/lib/components/toast/toast.config.d.ts +1 -0
  481. package/lib/components/toast/toast.style.d.ts +7 -0
  482. package/lib/components/tooltip/tooltip-pointer.style.d.ts +2 -0
  483. package/lib/components/tooltip/tooltip.component.d.ts +3 -0
  484. package/lib/components/tooltip/tooltip.config.d.ts +1 -0
  485. package/lib/components/tooltip/tooltip.style.d.ts +2 -0
  486. package/lib/components/typography/list.component.d.ts +25 -0
  487. package/lib/components/typography/typography.component.d.ts +15 -0
  488. package/lib/components/vertical-divider/vertical-divider.component.d.ts +10 -0
  489. package/lib/components/vertical-divider/vertical-divider.style.d.ts +2 -0
  490. package/lib/hooks/__internal__/useCharacterCount/index.d.ts +2 -0
  491. package/lib/hooks/__internal__/useInputAccessibility/useInputAccessibility.d.ts +15 -0
  492. package/lib/hooks/__internal__/useLocale/index.d.ts +1 -0
  493. package/lib/style/__spec__.d.ts +1 -0
  494. package/lib/style/color-config/index.js +2 -1
  495. package/lib/style/design-tokens/carbon-scoped-tokens-provider/carbon-scoped-tokens-provider.component.d.ts +6 -0
  496. package/lib/style/design-tokens/carbon-scoped-tokens-provider/index.d.ts +1 -0
  497. package/lib/style/design-tokens/debug-theme.util.d.ts +2 -0
  498. package/lib/style/design-tokens/generate-css-variables.util.d.ts +2 -0
  499. package/lib/style/themes/aegean/aegean-theme.config.d.ts +23 -0
  500. package/lib/style/themes/base/base-theme.config.d.ts +657 -0
  501. package/lib/style/themes/base/base-theme.config.js +37 -1
  502. package/lib/style/themes/base/index.d.ts +2 -2
  503. package/lib/style/themes/medium/index.d.ts +2 -0
  504. package/lib/style/themes/mint/mint-theme.config.d.ts +22 -0
  505. package/lib/style/themes/none/none-theme.config.d.ts +4 -0
  506. package/lib/style/themes/sage/index.d.ts +572 -0
  507. package/lib/style/themes/small/index.d.ts +2 -0
  508. package/lib/style/themes/test-utils.d.ts +1 -0
  509. package/lib/style/utils/add-hex-symbols.d.ts +2 -0
  510. package/lib/style/utils/at-opacity.d.ts +2 -0
  511. package/lib/style/utils/color.d.ts +8 -0
  512. package/lib/style/utils/filter-out-styled-system-spacing-props.d.ts +4 -0
  513. package/lib/style/utils/filter-styled-system-margin-props.d.ts +1 -0
  514. package/lib/style/utils/filter-styled-system-padding-props.d.ts +1 -0
  515. package/lib/style/utils/get-rgb-values.d.ts +3 -0
  516. package/lib/style/utils/index.d.ts +4 -0
  517. package/lib/style/utils/merge-deep.d.ts +12 -0
  518. package/lib/style/utils/mix.d.ts +2 -0
  519. package/lib/style/utils/shade.d.ts +2 -0
  520. package/lib/style/utils/tint.d.ts +2 -0
  521. package/lib/style/utils/width.d.ts +4 -0
  522. package/package.json +19 -8
@@ -96,18 +96,48 @@ var _default = palette => {
96
96
  itemColor: palette.blackOpacity(0.9),
97
97
  itemColorDisabled: palette.blackOpacity(0.3),
98
98
  light: {
99
+ text: "#000000",
99
100
  background: palette.slateTint(90),
100
101
  selected: palette.slateTint(85),
101
102
  divider: palette.slateTint(80),
102
- title: palette.slateTint(25)
103
+ alternate: palette.slateTint(90),
104
+ title: palette.slateTint(25),
105
+ submenuBackground: "#FFFFFF",
106
+ searchIcon: palette.slateTint(55),
107
+ searchIconHover: palette.slateTint(75)
103
108
  },
104
109
  dark: {
110
+ text: "#FFFFFF",
111
+ background: palette.slate,
105
112
  divider: palette.slateTint(10),
106
113
  submenuBackground: palette.slateShade(50),
107
114
  selected: palette.slateTint(10),
115
+ alternate: palette.slate,
116
+ title: palette.slateTint(60),
117
+ searchIcon: palette.slateTint(55),
118
+ searchIconHover: palette.slateTint(75)
119
+ },
120
+ black: {
121
+ text: "#FFFFFF",
122
+ background: palette.black,
123
+ submenuBackground: palette.black,
124
+ selected: palette.blackTint(15),
125
+ divider: palette.blackTint(15),
126
+ alternate: palette.blackTint(10),
108
127
  title: palette.slateTint(60),
109
128
  searchIcon: palette.slateTint(55),
110
129
  searchIconHover: palette.slateTint(75)
130
+ },
131
+ white: {
132
+ text: "#000000",
133
+ background: "#FFFFFF",
134
+ selected: palette.slateTint(95),
135
+ divider: palette.slateTint(70),
136
+ alternate: palette.slateTint(80),
137
+ submenuBackground: palette.slateTint(90),
138
+ title: palette.slateTint(25),
139
+ searchIcon: palette.slateTint(55),
140
+ searchIconHover: palette.slateTint(75)
111
141
  }
112
142
  },
113
143
  form: {
@@ -238,6 +268,12 @@ var _default = palette => {
238
268
  dark: {
239
269
  background: "#003349",
240
270
  borderBottom: "#003349"
271
+ },
272
+ black: {
273
+ background: palette.blackOpacity(1)
274
+ },
275
+ white: {
276
+ borderBottom: palette.slateTint(85)
241
277
  }
242
278
  },
243
279
  numeralDate: {
@@ -1,6 +1,6 @@
1
1
  import { Palette } from "../../palette";
2
2
 
3
- interface ColorsWithHex {
3
+ export interface ColorsWithHex {
4
4
  [key: string]: string;
5
5
  }
6
6
 
@@ -10,7 +10,7 @@ type BasePalette = Palette &
10
10
  whiteOpacity: (opacity: number) => string;
11
11
  };
12
12
 
13
- interface Colors {
13
+ export interface Colors {
14
14
  base: string;
15
15
  primary: string;
16
16
  secondary: string;
@@ -0,0 +1,2 @@
1
+ declare var _default: import("../base").ThemeObject;
2
+ export default _default;
@@ -0,0 +1,22 @@
1
+ declare function _default(palette: any): {
2
+ name: string;
3
+ colors: {
4
+ base: any;
5
+ primary: any;
6
+ secondary: any;
7
+ tertiary: any;
8
+ whiteMix: any;
9
+ hoveredTabKeyline: any;
10
+ disabled: any;
11
+ loadingBarBackground: any;
12
+ };
13
+ stepSequence: {
14
+ completedText: any;
15
+ };
16
+ readonly compatibility: {
17
+ colorsActionMajor500: any;
18
+ colorsActionMajor600: any;
19
+ colorsActionMajor150: any;
20
+ };
21
+ };
22
+ export default _default;
@@ -0,0 +1,4 @@
1
+ declare function _default(): {
2
+ name: string;
3
+ };
4
+ export default _default;
@@ -0,0 +1,572 @@
1
+ declare var _default: {
2
+ compatibility: {
3
+ metaName: string;
4
+ metaPublic: string;
5
+ colorsLogo: string;
6
+ colorsTransparent: string;
7
+ colorsYin030: string;
8
+ colorsYin055: string;
9
+ colorsYin065: string;
10
+ colorsYin090: string;
11
+ colorsYang100: string;
12
+ colorsDisabled400: string;
13
+ colorsDisabled500: string;
14
+ colorsDisabled600: string;
15
+ colorsReadOnly400: string;
16
+ colorsReadOnly500: string;
17
+ colorsReadOnly600: string;
18
+ colorsComponentsNavigation500: string;
19
+ colorsComponentsNavigation600: string;
20
+ colorsComponentsNavigation700: string;
21
+ colorsComponentsNavigationTransparent: string;
22
+ colorsComponentsNavigationYin100: string;
23
+ colorsComponentsNavigationYin030: string;
24
+ colorsComponentsNavigationYin055: string;
25
+ colorsComponentsNavigationYin065: string;
26
+ colorsComponentsNavigationYin090: string;
27
+ colorsComponentsNavigationYang100: string;
28
+ colorsUtilityMajor100: string;
29
+ colorsUtilityMajor150: string;
30
+ colorsUtilityMajor200: string;
31
+ colorsUtilityMajor300: string;
32
+ colorsUtilityMajor400: string;
33
+ colorsUtilityMajor500: string;
34
+ colorsUtilityMajor800: string;
35
+ colorsUtilityMajor025: string;
36
+ colorsUtilityMajor050: string;
37
+ colorsUtilityMajor075: string;
38
+ colorsUtilityMajorTransparent: string;
39
+ colorsUtilityYin030: string;
40
+ colorsUtilityYin055: string;
41
+ colorsUtilityYin065: string;
42
+ colorsUtilityYin090: string;
43
+ colorsUtilityYang100: string;
44
+ colorsUtilityDisabled400: string;
45
+ colorsUtilityDisabled500: string;
46
+ colorsUtilityDisabled600: string;
47
+ colorsUtilityReadOnly400: string;
48
+ colorsUtilityReadOnly500: string;
49
+ colorsUtilityReadOnly600: string;
50
+ colorsActionMajor150: string;
51
+ colorsActionMajor500: string;
52
+ colorsActionMajor600: string;
53
+ colorsActionMajor700: string;
54
+ colorsActionMajor025: string;
55
+ colorsActionMajorTransparent: string;
56
+ colorsActionMajorYin030: string;
57
+ colorsActionMajorYin055: string;
58
+ colorsActionMajorYin065: string;
59
+ colorsActionMajorYin090: string;
60
+ colorsActionMajorYang100: string;
61
+ colorsActionMinor100: string;
62
+ colorsActionMinor150: string;
63
+ colorsActionMinor200: string;
64
+ colorsActionMinor250: string;
65
+ colorsActionMinor300: string;
66
+ colorsActionMinor400: string;
67
+ colorsActionMinor500: string;
68
+ colorsActionMinor600: string;
69
+ colorsActionMinor900: string;
70
+ colorsActionMinor025: string;
71
+ colorsActionMinor050: string;
72
+ colorsActionMinorTransparent: string;
73
+ colorsActionMinorYin030: string;
74
+ colorsActionMinorYin055: string;
75
+ colorsActionMinorYin065: string;
76
+ colorsActionMinorYin090: string;
77
+ colorsActionMinorYang100: string;
78
+ colorsActionDisabled400: string;
79
+ colorsActionDisabled500: string;
80
+ colorsActionDisabled600: string;
81
+ colorsActionReadOnly400: string;
82
+ colorsActionReadOnly500: string;
83
+ colorsActionReadOnly600: string;
84
+ colorsSemanticNeutral200: string;
85
+ colorsSemanticNeutral500: string;
86
+ colorsSemanticNeutral600: string;
87
+ colorsSemanticNeutralTransparent: string;
88
+ colorsSemanticNeutralYin030: string;
89
+ colorsSemanticNeutralYin055: string;
90
+ colorsSemanticNeutralYin065: string;
91
+ colorsSemanticNeutralYin090: string;
92
+ colorsSemanticNeutralYang100: string;
93
+ colorsSemanticFocus250: string;
94
+ colorsSemanticFocus500: string;
95
+ colorsSemanticFocusTransparent: string;
96
+ colorsSemanticPositive500: string;
97
+ colorsSemanticPositive600: string;
98
+ colorsSemanticPositiveTransparent: string;
99
+ colorsSemanticPositiveYin030: string;
100
+ colorsSemanticPositiveYin055: string;
101
+ colorsSemanticPositiveYin065: string;
102
+ colorsSemanticPositiveYin090: string;
103
+ colorsSemanticPositiveYang100: string;
104
+ colorsSemanticNegative500: string;
105
+ colorsSemanticNegative600: string;
106
+ colorsSemanticNegativeTransparent: string;
107
+ colorsSemanticNegativeYin030: string;
108
+ colorsSemanticNegativeYin055: string;
109
+ colorsSemanticNegativeYin065: string;
110
+ colorsSemanticNegativeYin090: string;
111
+ colorsSemanticNegativeYang100: string;
112
+ colorsSemanticCaution400: string;
113
+ colorsSemanticCaution500: string;
114
+ colorsSemanticCaution600: string;
115
+ colorsSemanticCautionTransparent: string;
116
+ colorsSemanticCautionYin030: string;
117
+ colorsSemanticCautionYin055: string;
118
+ colorsSemanticCautionYin065: string;
119
+ colorsSemanticCautionYin090: string;
120
+ colorsSemanticCautionYang100: string;
121
+ colorsSemanticInfo150: string;
122
+ colorsSemanticInfo500: string;
123
+ colorsSemanticInfo600: string;
124
+ colorsSemanticInfoTransparent: string;
125
+ colorsSemanticInfoYin030: string;
126
+ colorsSemanticInfoYin055: string;
127
+ colorsSemanticInfoYin065: string;
128
+ colorsSemanticInfoYin090: string;
129
+ colorsSemanticInfoYang100: string;
130
+ sizing100: string;
131
+ sizing125: string;
132
+ sizing150: string;
133
+ sizing175: string;
134
+ sizing200: string;
135
+ sizing250: string;
136
+ sizing275: string;
137
+ sizing300: string;
138
+ sizing350: string;
139
+ sizing375: string;
140
+ sizing400: string;
141
+ sizing500: string;
142
+ sizing600: string;
143
+ sizing700: string;
144
+ sizing800: string;
145
+ sizing900: string;
146
+ sizing1000: string;
147
+ sizing1300: string;
148
+ sizing1600: string;
149
+ sizing025: string;
150
+ sizing050: string;
151
+ sizing075: string;
152
+ sizingLogowidth: string;
153
+ sizing010: string;
154
+ spacing100: string;
155
+ spacing125: string;
156
+ spacing150: string;
157
+ spacing200: string;
158
+ spacing250: string;
159
+ spacing300: string;
160
+ spacing400: string;
161
+ spacing500: string;
162
+ spacing600: string;
163
+ spacing700: string;
164
+ spacing800: string;
165
+ spacing900: string;
166
+ spacing000: string;
167
+ spacing025: string;
168
+ spacing050: string;
169
+ spacing075: string;
170
+ borderWidth100: string;
171
+ borderWidth200: string;
172
+ borderWidth300: string;
173
+ borderWidth400: string;
174
+ borderWidth000: string;
175
+ fontSizes100: string;
176
+ fontSizes200: string;
177
+ fontSizes300: string;
178
+ fontSizes400: string;
179
+ fontSizes500: string;
180
+ fontSizes600: string;
181
+ fontSizes700: string;
182
+ fontSizes800: string;
183
+ fontSizes900: string;
184
+ fontSizes1000: string;
185
+ fontSizes010: string;
186
+ fontSizes025: string;
187
+ fontSizes050: string;
188
+ boxShadow100: string;
189
+ boxShadow200: string;
190
+ boxShadow300: string;
191
+ boxShadow400: string;
192
+ boxShadow050: string;
193
+ fontWeights400: string;
194
+ fontWeights500: string;
195
+ fontWeights700: string;
196
+ lineHeights300: string;
197
+ lineHeights400: string;
198
+ lineHeights500: string;
199
+ fontFamiliesDefault: string;
200
+ fontFamiliesIos: string;
201
+ fontFamiliesAndroid: string;
202
+ fontFamiliesOther: string;
203
+ borderRadiusCircle: string;
204
+ typographyAccordionTitleM: typeof tokens.typographyAccordionTitleM;
205
+ typographyAccordionSubtitleM: typeof tokens.typographyAccordionSubtitleM;
206
+ typographyAccordionParagraphM: typeof tokens.typographyAccordionParagraphM;
207
+ typographyActionPopoverMenuItemM: typeof tokens.typographyActionPopoverMenuItemM;
208
+ typographyAnchorNavLabelM: typeof tokens.typographyAnchorNavLabelM;
209
+ typographyBadgeLabelM: typeof tokens.typographyBadgeLabelM;
210
+ typographyButtonLabelS: typeof tokens.typographyButtonLabelS;
211
+ typographyButtonLabelM: typeof tokens.typographyButtonLabelM;
212
+ typographyButtonLabelL: typeof tokens.typographyButtonLabelL;
213
+ typographyDialogTitleXs: typeof tokens.typographyDialogTitleXs;
214
+ typographyDialogTitleS: typeof tokens.typographyDialogTitleS;
215
+ typographyDialogTitleMs: typeof tokens.typographyDialogTitleMs;
216
+ typographyDialogTitleM: typeof tokens.typographyDialogTitleM;
217
+ typographyDialogTitleMl: typeof tokens.typographyDialogTitleMl;
218
+ typographyDialogTitleL: typeof tokens.typographyDialogTitleL;
219
+ typographyDialogTitleXl: typeof tokens.typographyDialogTitleXl;
220
+ typographyDialogParagraphXs: typeof tokens.typographyDialogParagraphXs;
221
+ typographyDialogParagraphS: typeof tokens.typographyDialogParagraphS;
222
+ typographyFlashTextM: typeof tokens.typographyFlashTextM;
223
+ typographyFlashTextL: typeof tokens.typographyFlashTextL;
224
+ typographyFormFieldLabelXs: typeof tokens.typographyFormFieldLabelXs;
225
+ typographyFormFieldLabelS: typeof tokens.typographyFormFieldLabelS;
226
+ typographyFormFieldLabelM: typeof tokens.typographyFormFieldLabelM;
227
+ typographyFormFieldLabelL: typeof tokens.typographyFormFieldLabelL;
228
+ typographyFormFieldHintTextXs: typeof tokens.typographyFormFieldHintTextXs;
229
+ typographyFormFieldHintTextS: typeof tokens.typographyFormFieldHintTextS;
230
+ typographyFormFieldHintTextM: typeof tokens.typographyFormFieldHintTextM;
231
+ typographyFormFieldHintTextL: typeof tokens.typographyFormFieldHintTextL;
232
+ typographyFormFieldErrorMessageXs: typeof tokens.typographyFormFieldErrorMessageXs;
233
+ typographyFormFieldErrorMessageS: typeof tokens.typographyFormFieldErrorMessageS;
234
+ typographyFormFieldErrorMessageM: typeof tokens.typographyFormFieldErrorMessageM;
235
+ typographyFormFieldErrorMessageL: typeof tokens.typographyFormFieldErrorMessageL;
236
+ typographyFormFieldCautionMessageXs: typeof tokens.typographyFormFieldCautionMessageXs;
237
+ typographyFormFieldCautionMessageS: typeof tokens.typographyFormFieldCautionMessageS;
238
+ typographyFormFieldCautionMessageM: typeof tokens.typographyFormFieldCautionMessageM;
239
+ typographyFormFieldCautionMessageL: typeof tokens.typographyFormFieldCautionMessageL;
240
+ typographyFormFieldInputTextXs: typeof tokens.typographyFormFieldInputTextXs;
241
+ typographyFormFieldInputTextS: typeof tokens.typographyFormFieldInputTextS;
242
+ typographyFormFieldInputTextM: typeof tokens.typographyFormFieldInputTextM;
243
+ typographyFormFieldInputTextL: typeof tokens.typographyFormFieldInputTextL;
244
+ typographyFormFieldDropdownOptionsXs: typeof tokens.typographyFormFieldDropdownOptionsXs;
245
+ typographyFormFieldDropdownOptionsS: typeof tokens.typographyFormFieldDropdownOptionsS;
246
+ typographyFormFieldDropdownOptionsM: typeof tokens.typographyFormFieldDropdownOptionsM;
247
+ typographyFormFieldDropdownOptionsL: typeof tokens.typographyFormFieldDropdownOptionsL;
248
+ typographyFormFieldSecondLabelXs: typeof tokens.typographyFormFieldSecondLabelXs;
249
+ typographyFormFieldSecondLabelS: typeof tokens.typographyFormFieldSecondLabelS;
250
+ typographyFormFieldSecondLabelM: typeof tokens.typographyFormFieldSecondLabelM;
251
+ typographyFormFieldSecondLabelL: typeof tokens.typographyFormFieldSecondLabelL;
252
+ typographyFormFieldCharacterCountXs: typeof tokens.typographyFormFieldCharacterCountXs;
253
+ typographyFormFieldCharacterCountS: typeof tokens.typographyFormFieldCharacterCountS;
254
+ typographyFormFieldCharacterCountM: typeof tokens.typographyFormFieldCharacterCountM;
255
+ typographyFormFieldCharacterCountL: typeof tokens.typographyFormFieldCharacterCountL;
256
+ typographyLinkTextM: typeof tokens.typographyLinkTextM;
257
+ typographyLinkTextL: typeof tokens.typographyLinkTextL;
258
+ typographyMessageHeadingM: typeof tokens.typographyMessageHeadingM;
259
+ typographyMessageHeadingL: typeof tokens.typographyMessageHeadingL;
260
+ typographyMessageTextM: typeof tokens.typographyMessageTextM;
261
+ typographyMessageTextL: typeof tokens.typographyMessageTextL;
262
+ typographyPillLabelS: typeof tokens.typographyPillLabelS;
263
+ typographyPillLabelM: typeof tokens.typographyPillLabelM;
264
+ typographyPillLabelL: typeof tokens.typographyPillLabelL;
265
+ typographyPillLabelXl: typeof tokens.typographyPillLabelXl;
266
+ typographyProfileEmailXs: typeof tokens.typographyProfileEmailXs;
267
+ typographyProfileEmailS: typeof tokens.typographyProfileEmailS;
268
+ typographyProfileEmailM: typeof tokens.typographyProfileEmailM;
269
+ typographyProfileEmailMl: typeof tokens.typographyProfileEmailMl;
270
+ typographyProfileEmailL: typeof tokens.typographyProfileEmailL;
271
+ typographyProfileEmailXl: typeof tokens.typographyProfileEmailXl;
272
+ typographyProfileEmailXxl: typeof tokens.typographyProfileEmailXxl;
273
+ typographyProfileInitialsXs: typeof tokens.typographyProfileInitialsXs;
274
+ typographyProfileInitialsS: typeof tokens.typographyProfileInitialsS;
275
+ typographyProfileInitialsM: typeof tokens.typographyProfileInitialsM;
276
+ typographyProfileInitialsMl: typeof tokens.typographyProfileInitialsMl;
277
+ typographyProfileInitialsL: typeof tokens.typographyProfileInitialsL;
278
+ typographyProfileInitialsXl: typeof tokens.typographyProfileInitialsXl;
279
+ typographyProfileInitialsXxl: typeof tokens.typographyProfileInitialsXxl;
280
+ typographyProfileNameXs: typeof tokens.typographyProfileNameXs;
281
+ typographyProfileNameS: typeof tokens.typographyProfileNameS;
282
+ typographyProfileNameM: typeof tokens.typographyProfileNameM;
283
+ typographyProfileNameMl: typeof tokens.typographyProfileNameMl;
284
+ typographyProfileNameL: typeof tokens.typographyProfileNameL;
285
+ typographyProfileNameXl: typeof tokens.typographyProfileNameXl;
286
+ typographyProfileNameXxl: typeof tokens.typographyProfileNameXxl;
287
+ typographyProgressTrackerValueLabelS: typeof tokens.typographyProgressTrackerValueLabelS;
288
+ typographyProgressTrackerValueLabelM: typeof tokens.typographyProgressTrackerValueLabelM;
289
+ typographyProgressTrackerValueLabelL: typeof tokens.typographyProgressTrackerValueLabelL;
290
+ typographySwitchOptionLabelM: typeof tokens.typographySwitchOptionLabelM;
291
+ typographySwitchOptionLabelL: typeof tokens.typographySwitchOptionLabelL;
292
+ typographyTableHeaderTextM: typeof tokens.typographyTableHeaderTextM;
293
+ typographyTableCellTextM: typeof tokens.typographyTableCellTextM;
294
+ typographyTooltipTextM: typeof tokens.typographyTooltipTextM;
295
+ typographyTooltipTextL: typeof tokens.typographyTooltipTextL;
296
+ opacity300: string;
297
+ opacity600: string;
298
+ };
299
+ name: string;
300
+ palette: import("../../palette").Palette & import("../base").ColorsWithHex & {
301
+ blackOpacity: (opacity: number) => string;
302
+ whiteOpacity: (opacity: number) => string;
303
+ };
304
+ spacing: number;
305
+ space: number[];
306
+ colors: import("../base").Colors;
307
+ anchorNavigation: {
308
+ divider: string;
309
+ navItemHoverBackground: string;
310
+ };
311
+ accordion: {
312
+ border: string;
313
+ background: string;
314
+ };
315
+ tileSelect: {
316
+ border: string;
317
+ disabledBackground: string;
318
+ hoverBackground: string;
319
+ descriptionColor: string;
320
+ disabledText: string;
321
+ };
322
+ batchSelection: {
323
+ lightTheme: string;
324
+ };
325
+ hr: {
326
+ background: string;
327
+ };
328
+ editor: {
329
+ border: string;
330
+ counter: string;
331
+ placeholder: string;
332
+ button: {
333
+ hover: string;
334
+ };
335
+ toolbar: {
336
+ background: string;
337
+ };
338
+ };
339
+ menu: {
340
+ focus: string;
341
+ divider: string;
342
+ itemColor: string;
343
+ itemColorDisabled: string;
344
+ light: {
345
+ background: string;
346
+ selected: string;
347
+ divider: string;
348
+ title: string;
349
+ };
350
+ dark: {
351
+ divider: string;
352
+ submenuBackground: string;
353
+ selected: string;
354
+ title: string;
355
+ searchIcon: string;
356
+ searchIconHover: string;
357
+ };
358
+ };
359
+ form: {
360
+ invalid: string;
361
+ };
362
+ card: {
363
+ footerBackground: string;
364
+ footerBorder: string;
365
+ };
366
+ carousel: {
367
+ activeSelectorBackground: string;
368
+ inactiveSelectorBackground: string;
369
+ };
370
+ flatTable: {
371
+ light: {
372
+ headerBackground: string;
373
+ border: string;
374
+ };
375
+ dark: {
376
+ headerBackground: string;
377
+ border: string;
378
+ };
379
+ subRow: {
380
+ background: string;
381
+ shadow: string;
382
+ };
383
+ transparentWhite: {
384
+ headerBackground: string;
385
+ border: string;
386
+ };
387
+ transparentBase: {
388
+ headerBackground: string;
389
+ border: string;
390
+ };
391
+ drawerSidebar: {
392
+ headerBackground: string;
393
+ hover: string;
394
+ highlighted: string;
395
+ selected: string;
396
+ };
397
+ hover: string;
398
+ headerIconColor: string;
399
+ selected: string;
400
+ highlighted: string;
401
+ };
402
+ help: {
403
+ color: string;
404
+ hover: string;
405
+ };
406
+ pod: {
407
+ border: string;
408
+ secondaryBackground: string;
409
+ tertiaryBackground: string;
410
+ tileBackground: string;
411
+ footerBackground: string;
412
+ hoverBackground: string;
413
+ };
414
+ text: {
415
+ color: string;
416
+ placeholder: string;
417
+ size: string;
418
+ };
419
+ readOnly: {
420
+ textboxBackground: string;
421
+ textboxBorder: string;
422
+ textboxText: string;
423
+ };
424
+ content: {
425
+ secondaryColor: string;
426
+ };
427
+ definitionList: {
428
+ dtTextDark: string;
429
+ dtTextLight: string;
430
+ ddText: string;
431
+ };
432
+ disabled: {
433
+ border: string;
434
+ button: string;
435
+ disabled: string;
436
+ input: string;
437
+ text: string;
438
+ buttonText: string;
439
+ background: string;
440
+ switch: string;
441
+ };
442
+ draggableItem: {
443
+ border: string;
444
+ };
445
+ checkable: {
446
+ checked: string;
447
+ };
448
+ table: {
449
+ primary: string;
450
+ secondary: string;
451
+ tertiary: string;
452
+ header: string;
453
+ hover: string;
454
+ selected: string;
455
+ zebra: string;
456
+ dragging: string;
457
+ };
458
+ drawer: {
459
+ background: string;
460
+ divider: string;
461
+ };
462
+ pager: {
463
+ active: string;
464
+ disabled: string;
465
+ alternate: string;
466
+ };
467
+ icon: {
468
+ default: string;
469
+ defaultHover: string;
470
+ onLightBackground: string;
471
+ onLightBackgroundHover: string;
472
+ disabled: string;
473
+ };
474
+ popoverContainer: {
475
+ iconColor: string;
476
+ };
477
+ navigationBar: {
478
+ light: {
479
+ background: string;
480
+ borderBottom: string;
481
+ };
482
+ dark: {
483
+ background: string;
484
+ borderBottom: string;
485
+ };
486
+ };
487
+ numeralDate: {
488
+ passive: string;
489
+ error: string;
490
+ };
491
+ portrait: {
492
+ border: string;
493
+ background: string;
494
+ initials: string;
495
+ };
496
+ picklist: {
497
+ locked: string;
498
+ lockedContent: string;
499
+ lockedText: string;
500
+ };
501
+ pill: {
502
+ neutral: string;
503
+ warning: string;
504
+ neutralBackgroundFocus: string;
505
+ warningButtonFocus: string;
506
+ errorButtonFocus: string;
507
+ };
508
+ scrollbar: {
509
+ light: {
510
+ thumb: string;
511
+ track: string;
512
+ };
513
+ dark: {
514
+ thumb: string;
515
+ track: string;
516
+ };
517
+ };
518
+ search: {
519
+ active: string;
520
+ button: string;
521
+ passive: string;
522
+ icon: string;
523
+ iconHover: string;
524
+ searchActive: string;
525
+ darkVariantPlaceholder: string;
526
+ darkVariantBorder: string;
527
+ darkVariantText: string;
528
+ iconDarkVariant: string;
529
+ iconDarkVariantHover: string;
530
+ };
531
+ select: {
532
+ border: string;
533
+ selected: string;
534
+ optionHeader: string;
535
+ tableHeaderBorder: string;
536
+ };
537
+ shadows: {
538
+ depth1: string;
539
+ depth2: string;
540
+ depth3: string;
541
+ depth4: string;
542
+ cards: string;
543
+ cardsIE: string;
544
+ };
545
+ switch: {
546
+ off: string;
547
+ };
548
+ tile: {
549
+ border: string;
550
+ footerBackground: string;
551
+ separator: string;
552
+ };
553
+ tab: {
554
+ background: string;
555
+ altHover: string;
556
+ };
557
+ note: {
558
+ timeStamp: string;
559
+ };
560
+ zIndex: {
561
+ smallOverlay: number;
562
+ overlay: number;
563
+ popover: number;
564
+ modal: number;
565
+ header: number;
566
+ fullScreenModal: number;
567
+ notification: number;
568
+ aboveAll: number;
569
+ };
570
+ };
571
+ export default _default;
572
+ import tokens from "@sage/design-tokens/js/base/common";
@@ -0,0 +1,2 @@
1
+ declare var _default: import("../base").ThemeObject;
2
+ export default _default;
@@ -0,0 +1 @@
1
+ export function assertIsSubset(obj: any, comparison: any): void;
@@ -0,0 +1,2 @@
1
+ declare function _default(configObject: any): any;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare function _default(base: any): (opacity: any) => string;
2
+ export default _default;