@transferwise/components 46.130.3 → 46.131.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 (382) hide show
  1. package/build/main.css +27004 -7
  2. package/build/styles/css/accordion.css +255 -0
  3. package/build/styles/css/alerts.css +751 -0
  4. package/build/styles/css/background.css +20 -0
  5. package/build/styles/css/badge.css +90 -0
  6. package/build/styles/css/border-radius.css +3 -0
  7. package/build/styles/css/breadcrumbs.css +20 -0
  8. package/build/styles/css/button-groups.css +495 -0
  9. package/build/styles/css/buttons.css +1390 -0
  10. package/build/styles/css/chevron.css +35 -0
  11. package/build/styles/css/circles.css +248 -0
  12. package/build/styles/css/close.css +47 -0
  13. package/build/styles/css/column-layout.css +164 -0
  14. package/build/styles/css/currency-flags.css +46 -0
  15. package/build/styles/css/decision.css +136 -0
  16. package/build/styles/css/dropdowns.css +472 -0
  17. package/build/styles/css/droppable.css +221 -0
  18. package/build/styles/css/flex.css +598 -0
  19. package/build/styles/css/footer.css +129 -0
  20. package/build/styles/css/grid.css +2369 -0
  21. package/build/styles/css/input-groups.css +2740 -0
  22. package/build/styles/css/link-callout.css +20 -0
  23. package/build/styles/css/list-group.css +350 -0
  24. package/build/styles/css/loaders.css +76 -0
  25. package/build/styles/css/media.css +74 -0
  26. package/build/styles/css/modals.css +185 -0
  27. package/build/styles/css/navbar.css +2406 -0
  28. package/build/styles/css/navs.css +296 -0
  29. package/build/styles/css/neptune-social-media.css +144 -0
  30. package/build/styles/css/neptune.css +25724 -0
  31. package/build/styles/css/panels.css +528 -0
  32. package/build/styles/css/popovers.css +661 -0
  33. package/build/styles/css/process.css +483 -0
  34. package/build/styles/css/progress-bars.css +64 -0
  35. package/build/styles/css/ring.css +55 -0
  36. package/build/styles/css/select.css +99 -0
  37. package/build/styles/css/sequences.css +855 -0
  38. package/build/styles/css/table.css +446 -0
  39. package/build/styles/css/tick.css +32 -0
  40. package/build/styles/css/tooltip.css +160 -0
  41. package/build/styles/css/utilities.css +145 -0
  42. package/build/styles/css/wells.css +74 -0
  43. package/build/styles/fonts/TW-Averta-Bold.woff +0 -0
  44. package/build/styles/fonts/TW-Averta-Bold.woff2 +0 -0
  45. package/build/styles/fonts/TW-Averta-Regular.woff +0 -0
  46. package/build/styles/fonts/TW-Averta-Regular.woff2 +0 -0
  47. package/build/styles/fonts/TW-Averta-Semibold.woff +0 -0
  48. package/build/styles/fonts/TW-Averta-Semibold.woff2 +0 -0
  49. package/build/styles/fonts/TransferWise-IconFont.svg +81 -0
  50. package/build/styles/fonts/TransferWise-IconFont.woff +0 -0
  51. package/build/styles/fonts/WiseSans-Heavy.woff2 +0 -0
  52. package/build/styles/fonts/inter-cyrillic-ext-variable-wghtOnly-normal.woff2 +0 -0
  53. package/build/styles/fonts/inter-cyrillic-variable-wghtOnly-normal.woff2 +0 -0
  54. package/build/styles/fonts/inter-greek-ext-variable-wghtOnly-normal.woff2 +0 -0
  55. package/build/styles/fonts/inter-greek-variable-wghtOnly-normal.woff2 +0 -0
  56. package/build/styles/fonts/inter-latin-ext-variable-wghtOnly-normal.woff2 +0 -0
  57. package/build/styles/fonts/inter-latin-variable-wghtOnly-normal.woff2 +0 -0
  58. package/build/styles/fonts/inter-vietnamese-variable-wghtOnly-normal.woff2 +0 -0
  59. package/build/styles/img/bg-dark.svg +31 -0
  60. package/build/styles/img/bg-light.svg +26 -0
  61. package/build/styles/less/legacy-variables.css +0 -0
  62. package/build/styles/less/legacy-variables.less +1299 -0
  63. package/build/styles/less/neptune-tokens.css +0 -0
  64. package/build/styles/less/neptune-tokens.less +275 -0
  65. package/build/styles/less/zindex.css +0 -0
  66. package/build/styles/less/zindex.less +17 -0
  67. package/build/styles/main.css +27004 -7
  68. package/build/styles/props/custom-media.css +11 -0
  69. package/build/styles/props/legacy-custom-props.css +69 -0
  70. package/build/styles/props/neptune-tokens.css +152 -0
  71. package/build/styles/styles/less/accordion.css +255 -0
  72. package/build/styles/styles/less/alerts.css +751 -0
  73. package/build/styles/styles/less/background.css +20 -0
  74. package/build/styles/styles/less/badge.css +90 -0
  75. package/build/styles/styles/less/border-radius.css +3 -0
  76. package/build/styles/styles/less/breadcrumbs.css +20 -0
  77. package/build/styles/styles/less/button-groups.css +495 -0
  78. package/build/styles/styles/less/buttons.css +1390 -0
  79. package/build/styles/styles/less/chevron.css +35 -0
  80. package/build/styles/styles/less/circles.css +248 -0
  81. package/build/styles/styles/less/close.css +47 -0
  82. package/build/styles/styles/less/column-layout.css +164 -0
  83. package/build/styles/styles/less/core/viewport-themes.css +59 -0
  84. package/build/styles/styles/less/currency-flags.css +46 -0
  85. package/build/styles/styles/less/decision.css +136 -0
  86. package/build/styles/styles/less/dropdowns.css +472 -0
  87. package/build/styles/styles/less/droppable.css +221 -0
  88. package/build/styles/styles/less/flex.css +598 -0
  89. package/build/styles/styles/less/footer.css +129 -0
  90. package/build/styles/styles/less/forms/bootstrap-forms.css +2277 -0
  91. package/build/styles/styles/less/forms/checkbox-radio.css +367 -0
  92. package/build/styles/styles/less/grid.css +2369 -0
  93. package/build/styles/styles/less/input-groups.css +2740 -0
  94. package/build/styles/styles/less/link-callout.css +20 -0
  95. package/build/styles/styles/less/list-group.css +350 -0
  96. package/build/styles/styles/less/loaders.css +76 -0
  97. package/build/styles/styles/less/media.css +74 -0
  98. package/build/styles/styles/less/modals.css +185 -0
  99. package/build/styles/styles/less/navbar.css +2406 -0
  100. package/build/styles/styles/less/navs.css +296 -0
  101. package/build/styles/styles/less/neptune-social-media.css +144 -0
  102. package/build/styles/styles/less/neptune.css +25724 -0
  103. package/build/styles/styles/less/panels.css +528 -0
  104. package/build/styles/styles/less/popovers.css +661 -0
  105. package/build/styles/styles/less/process.css +483 -0
  106. package/build/styles/styles/less/progress-bars.css +64 -0
  107. package/build/styles/styles/less/ring.css +55 -0
  108. package/build/styles/styles/less/select.css +99 -0
  109. package/build/styles/styles/less/sequences.css +855 -0
  110. package/build/styles/styles/less/table.css +446 -0
  111. package/build/styles/styles/less/tick.css +32 -0
  112. package/build/styles/styles/less/tooltip.css +160 -0
  113. package/build/styles/styles/less/utilities.css +145 -0
  114. package/build/styles/styles/less/wells.css +74 -0
  115. package/build/styles/styles/props/custom-media.css +11 -0
  116. package/build/styles/styles/props/legacy-custom-props.css +69 -0
  117. package/build/styles/styles/props/neptune-tokens.css +11 -0
  118. package/build/styles/styles/variables/legacy-variables.css +0 -0
  119. package/build/styles/styles/variables/neptune-tokens.css +0 -0
  120. package/build/styles/styles/variables/zindex.css +0 -0
  121. package/package.json +9 -5
  122. package/src/{DisabledComponents.story.tsx → DisabledComponents.test.story.tsx} +1 -1
  123. package/src/accordion/Accordion.less +3 -3
  124. package/src/actionButton/ActionButton.less +1 -1
  125. package/src/actionButton/ActionButton.story.tsx +11 -7
  126. package/src/actionButton/ActionButton.test.story.tsx +49 -0
  127. package/src/avatar/Avatar.less +3 -3
  128. package/src/avatarLayout/AvatarLayout.story.tsx +1 -105
  129. package/src/avatarLayout/AvatarLayout.test.story.tsx +117 -0
  130. package/src/avatarView/AvatarView.story.tsx +1 -104
  131. package/src/avatarView/AvatarView.test.story.tsx +114 -0
  132. package/src/badge/Badge.less +1 -1
  133. package/src/button/LegacyButton.less +1 -1
  134. package/src/button/LegacyButton.story.tsx +1 -26
  135. package/src/button/LegacyButton.test.story.tsx +37 -0
  136. package/src/button/_stories/Button.story.tsx +17 -41
  137. package/src/button/_stories/Button.test.story.tsx +30 -0
  138. package/src/card/Card.less +3 -3
  139. package/src/checkbox/Checkbox.story.tsx +1 -6
  140. package/src/checkbox/Checkbox.test.story.tsx +33 -0
  141. package/src/checkboxButton/CheckboxButton.less +2 -2
  142. package/src/chips/Chip.less +3 -3
  143. package/src/circularButton/CircularButton.story.tsx +0 -6
  144. package/src/circularButton/CircularButton.test.story.tsx +62 -1
  145. package/src/common/Option/Option.less +2 -2
  146. package/src/common/bottomSheet/BottomSheet.less +1 -1
  147. package/src/common/bottomSheet/BottomSheet.story.tsx +0 -55
  148. package/src/common/bottomSheet/BottomSheet.test.story.tsx +118 -2
  149. package/src/common/closeButton/CloseButton.less +1 -1
  150. package/src/common/panel/Panel.less +1 -1
  151. package/src/criticalBanner/CriticalCommsBanner.test.story.tsx +1 -1
  152. package/src/dateLookup/DateLookup.less +1 -1
  153. package/src/dateLookup/DateLookup.story.tsx +0 -18
  154. package/src/dateLookup/DateLookup.test.story.tsx +51 -1
  155. package/src/dateLookup/dateTrigger/DateTrigger.less +2 -2
  156. package/src/decision/Decision.less +1 -1
  157. package/src/definitionList/DefinitionList.less +1 -1
  158. package/src/dimmer/Dimmer.less +2 -2
  159. package/src/divider/Divider.story.tsx +0 -1
  160. package/src/expressiveMoneyInput/ExpressiveMoneyInput.autofocus.docs.mdx +1 -1
  161. package/src/expressiveMoneyInput/ExpressiveMoneyInput.story.tsx +0 -9
  162. package/src/expressiveMoneyInput/ExpressiveMoneyInput.test.story.tsx +23 -0
  163. package/src/field/Field.story.tsx +1 -34
  164. package/src/field/Field.test.story.tsx +56 -0
  165. package/src/flowNavigation/FlowNavigation.less +1 -1
  166. package/src/flowNavigation/animatedLabel/AnimatedLabel.less +2 -2
  167. package/src/header/Header.test.story.tsx +1 -1
  168. package/src/info/Info.less +1 -1
  169. package/src/info/Info.story.tsx +1 -34
  170. package/src/info/Info.test.story.tsx +53 -0
  171. package/src/inputWithDisplayFormat/InputWithDisplayFormat.story.tsx +0 -12
  172. package/src/inputWithDisplayFormat/InputWithDisplayFormat.test.story.tsx +33 -0
  173. package/src/inputs/SelectInput/ClearButton/SelectInputClearButton.less +1 -1
  174. package/src/inputs/SelectInput/Options/SelectInputOptions.less +1 -1
  175. package/src/inputs/SelectInput/SelectInput.less +1 -1
  176. package/src/inputs/_common.less +1 -1
  177. package/src/legacylistItem/LegacyListItem.test.story.tsx +1 -1
  178. package/src/link/Link.less +2 -2
  179. package/src/listItem/ListItem.less +1 -1
  180. package/src/listItem/_stories/Breakpoints/ListItem.noMedia.test.story.tsx +1 -1
  181. package/src/listItem/_stories/Breakpoints/ListItem.sideMedia.test.story.tsx +1 -1
  182. package/src/listItem/_stories/Breakpoints/ListItem.stackedMedia.test.story.tsx +1 -1
  183. package/src/listItem/_stories/ListItem.focus.test.story.tsx +1 -1
  184. package/src/listItem/_stories/ListItem.layout.test.story.tsx +1 -1
  185. package/src/listItem/_stories/variants/ListItem.brightGreen.test.story.tsx +1 -1
  186. package/src/listItem/_stories/variants/ListItem.dark.test.story.tsx +1 -1
  187. package/src/listItem/_stories/variants/ListItem.forestGreen.test.story.tsx +1 -1
  188. package/src/listItem/_stories/variants/ListItem.medium.test.story.tsx +1 -1
  189. package/src/listItem/_stories/variants/ListItem.neutral.test.story.tsx +1 -1
  190. package/src/listItem/_stories/variants/ListItem.personal.test.story.tsx +1 -1
  191. package/src/listItem/_stories/variants/ListItem.rtl.test.story.tsx +1 -1
  192. package/src/listItem/_stories/variants/ListItem.small.test.story.tsx +1 -1
  193. package/src/logo/Logo.story.tsx +0 -6
  194. package/src/logo/Logo.test.story.tsx +20 -0
  195. package/src/main.css +27004 -7
  196. package/src/main.less +2 -0
  197. package/src/modal/Modal.story.tsx +0 -26
  198. package/src/modal/Modal.test.story.tsx +125 -0
  199. package/src/moneyInput/MoneyInput.less +2 -2
  200. package/src/moneyInput/MoneyInput.test.story.tsx +1 -1
  201. package/src/navigationOption/NavigationOption.less +3 -3
  202. package/src/navigationOptionsList/NavigationOptionsList.less +1 -1
  203. package/src/overlayHeader/OverlayHeader.less +1 -1
  204. package/src/phoneNumberInput/PhoneNumberInput.less +1 -1
  205. package/src/popover/Popover.less +1 -1
  206. package/src/prompt/ActionPrompt/ActionPrompt.story.tsx +0 -43
  207. package/src/prompt/ActionPrompt/ActionPrompt.test.story.tsx +45 -1
  208. package/src/radioGroup/RadioGroup.test.story.tsx +1 -1
  209. package/src/select/Select.less +5 -5
  210. package/src/slidingPanel/SlidingPanel.less +2 -2
  211. package/src/snackbar/Snackbar.less +3 -3
  212. package/src/stepper/Stepper.less +3 -3
  213. package/src/stepper/Stepper.test.story.tsx +1 -1
  214. package/src/styles/fonts/TW-Averta-Bold.woff +0 -0
  215. package/src/styles/fonts/TW-Averta-Bold.woff2 +0 -0
  216. package/src/styles/fonts/TW-Averta-Regular.woff +0 -0
  217. package/src/styles/fonts/TW-Averta-Regular.woff2 +0 -0
  218. package/src/styles/fonts/TW-Averta-Semibold.woff +0 -0
  219. package/src/styles/fonts/TW-Averta-Semibold.woff2 +0 -0
  220. package/src/styles/fonts/TransferWise-IconFont.svg +81 -0
  221. package/src/styles/fonts/TransferWise-IconFont.woff +0 -0
  222. package/src/styles/fonts/WiseSans-Heavy.woff2 +0 -0
  223. package/src/styles/fonts/inter-cyrillic-ext-variable-wghtOnly-normal.woff2 +0 -0
  224. package/src/styles/fonts/inter-cyrillic-variable-wghtOnly-normal.woff2 +0 -0
  225. package/src/styles/fonts/inter-greek-ext-variable-wghtOnly-normal.woff2 +0 -0
  226. package/src/styles/fonts/inter-greek-variable-wghtOnly-normal.woff2 +0 -0
  227. package/src/styles/fonts/inter-latin-ext-variable-wghtOnly-normal.woff2 +0 -0
  228. package/src/styles/fonts/inter-latin-variable-wghtOnly-normal.woff2 +0 -0
  229. package/src/styles/fonts/inter-vietnamese-variable-wghtOnly-normal.woff2 +0 -0
  230. package/src/styles/img/bg-dark.svg +31 -0
  231. package/src/styles/img/bg-light.svg +26 -0
  232. package/src/styles/less/accordion.css +255 -0
  233. package/src/styles/less/accordion.less +15 -0
  234. package/src/styles/less/addons/_background-utilities.less +82 -0
  235. package/src/styles/less/addons/_border.less +3 -0
  236. package/src/styles/less/addons/_display-utilities.less +159 -0
  237. package/src/styles/less/addons/_spacing-utilities.less +73 -0
  238. package/src/styles/less/addons/_utilities.less +147 -0
  239. package/src/styles/less/alerts.css +751 -0
  240. package/src/styles/less/alerts.less +252 -0
  241. package/src/styles/less/background.css +20 -0
  242. package/src/styles/less/background.less +24 -0
  243. package/src/styles/less/badge.css +90 -0
  244. package/src/styles/less/badge.less +85 -0
  245. package/src/styles/less/border-radius.css +3 -0
  246. package/src/styles/less/border-radius.less +3 -0
  247. package/src/styles/less/breadcrumbs.css +20 -0
  248. package/src/styles/less/breadcrumbs.less +27 -0
  249. package/src/styles/less/button-groups.css +495 -0
  250. package/src/styles/less/button-groups.less +424 -0
  251. package/src/styles/less/buttons.css +1390 -0
  252. package/src/styles/less/buttons.less +738 -0
  253. package/src/styles/less/chevron.css +35 -0
  254. package/src/styles/less/chevron.less +39 -0
  255. package/src/styles/less/circles.css +248 -0
  256. package/src/styles/less/circles.less +233 -0
  257. package/src/styles/less/close.css +47 -0
  258. package/src/styles/less/close.less +48 -0
  259. package/src/styles/less/column-layout.css +164 -0
  260. package/src/styles/less/column-layout.less +167 -0
  261. package/src/styles/less/components/_component-animations.less +43 -0
  262. package/src/styles/less/core/_fonts.less +97 -0
  263. package/src/styles/less/core/_scaffolding.less +380 -0
  264. package/src/styles/less/core/_typography-utilities.less +255 -0
  265. package/src/styles/less/core/_typography.less +575 -0
  266. package/src/styles/less/core/viewport-themes.css +59 -0
  267. package/src/styles/less/core/viewport-themes.less +65 -0
  268. package/src/styles/less/currency-flags.css +46 -0
  269. package/src/styles/less/currency-flags.less +42 -0
  270. package/src/styles/less/decision.css +136 -0
  271. package/src/styles/less/decision.less +98 -0
  272. package/src/styles/less/dropdowns.css +472 -0
  273. package/src/styles/less/dropdowns.less +365 -0
  274. package/src/styles/less/droppable.css +221 -0
  275. package/src/styles/less/droppable.less +213 -0
  276. package/src/styles/less/flex.css +598 -0
  277. package/src/styles/less/flex.less +113 -0
  278. package/src/styles/less/footer.css +129 -0
  279. package/src/styles/less/footer.less +113 -0
  280. package/src/styles/less/forms/bootstrap-forms.css +2277 -0
  281. package/src/styles/less/forms/bootstrap-forms.less +1218 -0
  282. package/src/styles/less/forms/checkbox-radio.css +367 -0
  283. package/src/styles/less/forms/checkbox-radio.less +330 -0
  284. package/src/styles/less/grid.css +2369 -0
  285. package/src/styles/less/grid.less +187 -0
  286. package/src/styles/less/input-groups.css +2740 -0
  287. package/src/styles/less/input-groups.less +298 -0
  288. package/src/styles/less/link-callout.css +20 -0
  289. package/src/styles/less/link-callout.less +17 -0
  290. package/src/styles/less/list-group.css +350 -0
  291. package/src/styles/less/list-group.less +260 -0
  292. package/src/styles/less/loaders.css +76 -0
  293. package/src/styles/less/loaders.less +91 -0
  294. package/src/styles/less/media.css +74 -0
  295. package/src/styles/less/media.less +68 -0
  296. package/src/styles/less/mixins/_alerts.less +39 -0
  297. package/src/styles/less/mixins/_arrows.less +52 -0
  298. package/src/styles/less/mixins/_border-radius.less +11 -0
  299. package/src/styles/less/mixins/_buttons.less +82 -0
  300. package/src/styles/less/mixins/_center-block.less +7 -0
  301. package/src/styles/less/mixins/_clearfix.less +23 -0
  302. package/src/styles/less/mixins/_flex.less +105 -0
  303. package/src/styles/less/mixins/_forms.less +130 -0
  304. package/src/styles/less/mixins/_grid-framework.less +104 -0
  305. package/src/styles/less/mixins/_grid.less +158 -0
  306. package/src/styles/less/mixins/_hide-text.less +20 -0
  307. package/src/styles/less/mixins/_links.less +7 -0
  308. package/src/styles/less/mixins/_list-group.less +23 -0
  309. package/src/styles/less/mixins/_logical-properties-IE-friendly.less +381 -0
  310. package/src/styles/less/mixins/_logical-properties-modern-browsers.less +226 -0
  311. package/src/styles/less/mixins/_logical-properties.less +5 -0
  312. package/src/styles/less/mixins/_nav-divider.less +10 -0
  313. package/src/styles/less/mixins/_nav-vertical-align.less +10 -0
  314. package/src/styles/less/mixins/_panels.less +23 -0
  315. package/src/styles/less/mixins/_physical-properties.less +110 -0
  316. package/src/styles/less/mixins/_reset-text.less +22 -0
  317. package/src/styles/less/mixins/_sequence.less +203 -0
  318. package/src/styles/less/mixins/_spacing.less +122 -0
  319. package/src/styles/less/mixins/_tab-focus.less +5 -0
  320. package/src/styles/less/mixins/_table-row.less +47 -0
  321. package/src/styles/less/mixins/_text-emphasis.less +39 -0
  322. package/src/styles/less/mixins/_text-overflow.less +8 -0
  323. package/src/styles/less/mixins/_theming.less +7 -0
  324. package/src/styles/less/modals.css +185 -0
  325. package/src/styles/less/modals.less +239 -0
  326. package/src/styles/less/navbar.css +2406 -0
  327. package/src/styles/less/navbar.less +1442 -0
  328. package/src/styles/less/navs.css +296 -0
  329. package/src/styles/less/navs.less +339 -0
  330. package/src/styles/less/neptune-social-media.css +144 -0
  331. package/src/styles/less/neptune-social-media.less +84 -0
  332. package/src/styles/less/neptune.bundle.less +63 -0
  333. package/src/styles/less/neptune.css +25724 -0
  334. package/src/styles/less/panels.css +528 -0
  335. package/src/styles/less/panels.less +410 -0
  336. package/src/styles/less/popovers.css +661 -0
  337. package/src/styles/less/popovers.less +379 -0
  338. package/src/styles/less/process.css +483 -0
  339. package/src/styles/less/process.less +426 -0
  340. package/src/styles/less/progress-bars.css +64 -0
  341. package/src/styles/less/progress-bars.less +55 -0
  342. package/src/styles/less/ring.css +55 -0
  343. package/src/styles/less/ring.less +51 -0
  344. package/src/styles/less/select.css +99 -0
  345. package/src/styles/less/select.less +88 -0
  346. package/src/styles/less/sequences.css +855 -0
  347. package/src/styles/less/sequences.less +511 -0
  348. package/src/styles/less/table.css +446 -0
  349. package/src/styles/less/table.less +385 -0
  350. package/src/styles/less/tick.css +32 -0
  351. package/src/styles/less/tick.less +37 -0
  352. package/src/styles/less/tooltip.css +160 -0
  353. package/src/styles/less/tooltip.less +130 -0
  354. package/src/styles/less/utilities.css +145 -0
  355. package/src/styles/less/utilities.less +153 -0
  356. package/src/styles/less/wells.css +74 -0
  357. package/src/styles/less/wells.less +37 -0
  358. package/src/styles/props/custom-media.css +11 -0
  359. package/src/styles/props/legacy-custom-props.css +69 -0
  360. package/src/styles/props/neptune-tokens.css +11 -0
  361. package/src/styles/variables/legacy-variables.css +0 -0
  362. package/src/styles/variables/legacy-variables.less +1299 -0
  363. package/src/styles/variables/neptune-tokens.css +0 -0
  364. package/src/styles/variables/neptune-tokens.less +12 -0
  365. package/src/styles/variables/zindex.css +0 -0
  366. package/src/styles/variables/zindex.less +17 -0
  367. package/src/summary/Summary.less +1 -1
  368. package/src/summary/Summary.test.story.tsx +1 -1
  369. package/src/switch/Switch.less +4 -4
  370. package/src/table/Table.less +1 -1
  371. package/src/tabs/Tabs.less +4 -4
  372. package/src/tile/Tile.less +1 -1
  373. package/src/tooltip/Tooltip.less +1 -1
  374. package/src/tooltip/Tooltip.story.tsx +0 -21
  375. package/src/tooltip/Tooltip.test.story.tsx +42 -0
  376. package/src/typeahead/Typeahead.less +2 -2
  377. package/src/typeahead/Typeahead.story.tsx +0 -52
  378. package/src/typeahead/Typeahead.test.story.tsx +73 -0
  379. package/src/typeahead/typeaheadOption/TypeaheadOption.less +1 -1
  380. package/src/upload/Upload.less +1 -1
  381. package/src/uploadInput/UploadInput.less +2 -2
  382. package/src/uploadInput/uploadItem/UploadItem.less +1 -1
@@ -0,0 +1,410 @@
1
+ @import (reference) "../variables/legacy-variables.less";
2
+ @import (reference) "./mixins/_border-radius.less";
3
+ @import (reference) "./mixins/_logical-properties.less";
4
+ @import (reference) "./mixins/_panels.less";
5
+
6
+ //
7
+ // Panels
8
+ // --------------------------------------------------
9
+
10
+ // Base class
11
+
12
+ .panel {
13
+ margin-bottom: @spacing-1-mobile;
14
+ background-color: @panel-bg;
15
+ border: 0;
16
+ margin-left: (-@spacing-1-mobile);
17
+ margin-right: (-@spacing-1-mobile);
18
+ }
19
+
20
+ // Panel contents
21
+ .panel-body {
22
+ padding: @spacing-1-mobile;
23
+ background-color: var(--color-background-screen);
24
+ &:extend(.clearfix all);
25
+ }
26
+
27
+ // Optional heading
28
+ .panel-heading {
29
+ padding: (@spacing-1-desktop / 2) @spacing-1-mobile 8px @spacing-1-mobile;
30
+
31
+ > .dropdown .dropdown-toggle {
32
+ color: inherit;
33
+ }
34
+ }
35
+
36
+ // Within heading, strip any `h*` tag of its default margins for spacing.
37
+
38
+ .panel-title {
39
+ margin-top: 0;
40
+ margin-bottom: 0;
41
+ line-height: calc(var(--line-height-title) + 8px);
42
+
43
+ > a {
44
+ text-decoration: none;
45
+ }
46
+ }
47
+
48
+ // Optional footer (stays gray in every modifier class)
49
+
50
+ .panel-footer {
51
+ padding: @spacing-1-mobile;
52
+ }
53
+
54
+ @media (--screen-sm) {
55
+ .panel {
56
+ margin-bottom: @spacing-1-tablet;
57
+ margin-left: (-@spacing-1-tablet);
58
+ margin-right: (-@spacing-1-tablet);
59
+ }
60
+
61
+ .panel-heading {
62
+ padding: (@spacing-1-desktop / 2) @spacing-1-tablet 8px @spacing-1-tablet;
63
+ }
64
+
65
+ .panel-body {
66
+ padding: @spacing-1-tablet;
67
+ }
68
+
69
+ .panel-footer {
70
+ padding: @spacing-1-tablet;
71
+ }
72
+ }
73
+
74
+ @media (--screen-md) {
75
+ .panel {
76
+ margin-left: 0;
77
+ margin-right: 0;
78
+ }
79
+
80
+ .panel-heading {
81
+ padding: (@spacing-1-desktop / 2) 0 8px 0;
82
+ }
83
+ }
84
+
85
+ @media (--screen-lg) {
86
+ .panel {
87
+ margin-bottom: @spacing-1-desktop;
88
+ border-radius: @panel-border-radius;
89
+ }
90
+
91
+ .panel-body {
92
+ padding: @spacing-1-desktop;
93
+ }
94
+
95
+ .panel-footer {
96
+ padding: @spacing-1-desktop;
97
+ }
98
+ }
99
+
100
+ @media (--screen-md) {
101
+ .panel-title {
102
+ line-height: calc(var(--line-height-title) * 2);
103
+ }
104
+
105
+ .panel-heading {
106
+ > .btn-sm {
107
+ margin-top: 8px;
108
+ }
109
+ }
110
+ }
111
+
112
+ // List groups in panels
113
+ //
114
+ // By default, space out list group content from panel headings to account for
115
+ // any kind of custom content between the two.
116
+ // stylelint-disable-next-line no-duplicate-selectors
117
+ .panel {
118
+ > .list-group,
119
+ > .panel-collapse > .list-group {
120
+ margin-bottom: 0;
121
+ border-left: 0;
122
+ border-right: 0;
123
+
124
+ .list-group-item {
125
+ border-radius: 0;
126
+ }
127
+ }
128
+
129
+ > .panel-heading + .panel-collapse > .list-group {
130
+ .list-group-item:first-child {
131
+ .border-top-radius(0);
132
+ }
133
+ }
134
+ }
135
+
136
+ .panel-list-group {
137
+ margin-bottom: 0;
138
+ border-left: 0;
139
+ border-right: 0;
140
+ }
141
+
142
+ // Collapse space between when there's no additional content.
143
+
144
+ .list-group + .panel-footer {
145
+ border-top-width: 0;
146
+ }
147
+
148
+ // Tables in panels
149
+ //
150
+ // Place a non-bordered `.table` within a panel (not within a `.panel-body`) and
151
+ // watch it go full width.
152
+
153
+ .panel {
154
+ > .table,
155
+ > .table-responsive > .table,
156
+ > .panel-collapse > .table {
157
+ margin-bottom: 0;
158
+
159
+ caption {
160
+ padding-left: @spacing-1-desktop;
161
+ padding-right: @spacing-1-desktop;
162
+ }
163
+ }
164
+
165
+ // Add border top radius for first one
166
+
167
+ > .table:first-child,
168
+ > .table-responsive:first-child > .table:first-child {
169
+ .border-top-radius((@panel-border-radius - 1));
170
+
171
+ > thead:first-child,
172
+ > tbody:first-child {
173
+ > tr:first-child {
174
+ border-top-left-radius: (@panel-border-radius - 1);
175
+ border-top-right-radius: (@panel-border-radius - 1);
176
+
177
+ td:first-child,
178
+ th:first-child {
179
+ .border-top-dir-radius(left, (@panel-border-radius - 1));
180
+ }
181
+
182
+ td:last-child,
183
+ th:last-child {
184
+ .border-top-dir-radius(right, (@panel-border-radius - 1));
185
+ }
186
+ }
187
+ }
188
+ }
189
+ // Add border bottom radius for last one
190
+ > .table:last-child,
191
+ > .table-responsive:last-child > .table:last-child {
192
+ .border-bottom-radius((@panel-border-radius - 1));
193
+
194
+ > tbody:last-child,
195
+ > tfoot:last-child {
196
+ > tr:last-child {
197
+ border-bottom-left-radius: (@panel-border-radius - 1);
198
+ border-bottom-right-radius: (@panel-border-radius - 1);
199
+
200
+ td:first-child,
201
+ th:first-child {
202
+ .border-bottom-dir-radius(left, (@panel-border-radius - 1));
203
+ }
204
+
205
+ td:last-child,
206
+ th:last-child {
207
+ .border-bottom-dir-radius(right, (@panel-border-radius - 1));
208
+ }
209
+ }
210
+ }
211
+ }
212
+
213
+ > .panel-body + .table,
214
+ > .panel-body + .table-responsive,
215
+ > .table + .panel-body,
216
+ > .table-responsive + .panel-body {
217
+ border-top: 1px solid @table-border-color;
218
+ }
219
+
220
+ > .table > tbody:first-child > tr:first-child th,
221
+ > .table > tbody:first-child > tr:first-child td {
222
+ border-top: 0;
223
+ }
224
+
225
+ > .table-bordered,
226
+ > .table-responsive > .table-bordered {
227
+ border: 0;
228
+
229
+ > thead,
230
+ > tbody,
231
+ > tfoot {
232
+ > tr {
233
+ > th:first-child,
234
+ > td:first-child {
235
+ .border(left, 0);
236
+ }
237
+
238
+ > th:last-child,
239
+ > td:last-child {
240
+ .border(right, 0);
241
+ }
242
+ }
243
+ }
244
+
245
+ > thead,
246
+ > tbody {
247
+ > tr:first-child {
248
+ > td,
249
+ > th {
250
+ border-bottom: 0;
251
+ }
252
+ }
253
+ }
254
+
255
+ > tbody,
256
+ > tfoot {
257
+ > tr:last-child {
258
+ > td,
259
+ > th {
260
+ border-bottom: 0;
261
+ }
262
+ }
263
+ }
264
+ }
265
+
266
+ > .table-responsive {
267
+ border: 0;
268
+ margin-bottom: 0;
269
+ }
270
+
271
+ > .table tr > :first-child,
272
+ > .table-responsive tr > :first-child {
273
+ .padding(left, @spacing-1-mobile);
274
+ }
275
+
276
+ > .table tr > :last-child,
277
+ > .table-responsive tr > :last-child {
278
+ .padding(right, @spacing-1-mobile);
279
+ }
280
+
281
+ @media (--screen-md) {
282
+ > .table tr > :first-child,
283
+ > .table-responsive tr > :first-child {
284
+ .padding(left, @spacing-1-tablet);
285
+ }
286
+
287
+ > .table tr > :last-child,
288
+ > .table-responsive tr > :last-child {
289
+ .padding(right, @spacing-1-tablet);
290
+ }
291
+ }
292
+
293
+ @media (--screen-lg) {
294
+ > .table tr > :first-child,
295
+ > .table-responsive tr > :first-child {
296
+ .padding(left, @spacing-1-desktop);
297
+ }
298
+
299
+ > .table tr > :last-child,
300
+ > .table-responsive tr > :last-child {
301
+ .padding(right, @spacing-1-desktop);
302
+ }
303
+ }
304
+ }
305
+
306
+ // Collapsable panels (aka, accordion)
307
+ //
308
+ // Wrap a series of panels in `.panel-group` to turn them into an accordion with
309
+ // the help of our collapse JavaScript plugin.
310
+
311
+ .panel-group {
312
+ margin-bottom: var(--size-24);
313
+
314
+ // Tighten up margin so it's only between panels
315
+ .panel {
316
+ margin-bottom: 0;
317
+ border-radius: @panel-border-radius;
318
+
319
+ + .panel {
320
+ margin-top: 8px;
321
+ }
322
+ }
323
+
324
+ .panel-heading {
325
+ border-bottom: 0;
326
+
327
+ + .panel-collapse > .panel-body,
328
+ + .panel-collapse > .list-group {
329
+ border-top: 1px solid @panel-inner-border;
330
+ }
331
+ }
332
+
333
+ .panel-footer {
334
+ border-top: 0;
335
+
336
+ + .panel-collapse .panel-body {
337
+ border-bottom: 1px solid @panel-inner-border;
338
+ }
339
+ }
340
+ }
341
+
342
+ // Contextual variations
343
+
344
+ .panel-default {
345
+ .panel-variant(@panel-default-border; @panel-default-text; @panel-default-heading-bg; @panel-default-border);
346
+ }
347
+
348
+ .panel-primary {
349
+ .panel-variant(@panel-primary-border; @panel-primary-text; @panel-primary-heading-bg; @panel-primary-border);
350
+ }
351
+
352
+ .panel-success {
353
+ .panel-variant(@panel-success-border; @panel-success-text; @panel-success-heading-bg; @panel-success-border);
354
+ }
355
+
356
+ .panel-info {
357
+ .panel-variant(@panel-info-border; @panel-info-text; @panel-info-heading-bg; @panel-info-border);
358
+ }
359
+
360
+ .panel-warning {
361
+ .panel-variant(@panel-warning-border; @panel-warning-text; @panel-warning-heading-bg; @panel-warning-border);
362
+ }
363
+
364
+ .panel-danger {
365
+ .panel-variant(@panel-danger-border; @panel-danger-text; @panel-danger-heading-bg; @panel-danger-border);
366
+ }
367
+
368
+ .panel ul:last-child {
369
+ margin-bottom: 0;
370
+ }
371
+
372
+ // stylelint-disable-next-line no-duplicate-selectors
373
+ .panel-group {
374
+ // stylelint-disable-next-line no-duplicate-selectors
375
+ .panel {
376
+ margin-left: 0;
377
+ margin-right: 0;
378
+ border: 1px solid @brand-smoke-plus-10;
379
+ }
380
+
381
+ .panel-heading,
382
+ .panel-footer {
383
+ padding: @spacing-1-mobile;
384
+ }
385
+ }
386
+
387
+ @media (--screen-sm) {
388
+ .panel-group .panel {
389
+ .panel-heading,
390
+ .panel-footer {
391
+ padding: @spacing-1-tablet !important;
392
+ }
393
+ }
394
+ }
395
+
396
+ @media (--screen-lg) {
397
+ .panel-group .panel {
398
+ .panel-heading,
399
+ .panel-footer {
400
+ padding: @spacing-1-tablet @spacing-1-desktop;
401
+ }
402
+ }
403
+ }
404
+
405
+ @media (--screen-md) {
406
+ .panel {
407
+ margin-left: 0;
408
+ margin-right: 0;
409
+ }
410
+ }