@transferwise/components 46.130.3 → 46.131.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 (389) hide show
  1. package/build/flowNavigation/FlowNavigation.js +4 -2
  2. package/build/flowNavigation/FlowNavigation.js.map +1 -1
  3. package/build/flowNavigation/FlowNavigation.mjs +4 -2
  4. package/build/flowNavigation/FlowNavigation.mjs.map +1 -1
  5. package/build/main.css +27004 -7
  6. package/build/styles/css/accordion.css +255 -0
  7. package/build/styles/css/alerts.css +751 -0
  8. package/build/styles/css/background.css +20 -0
  9. package/build/styles/css/badge.css +90 -0
  10. package/build/styles/css/border-radius.css +3 -0
  11. package/build/styles/css/breadcrumbs.css +20 -0
  12. package/build/styles/css/button-groups.css +495 -0
  13. package/build/styles/css/buttons.css +1390 -0
  14. package/build/styles/css/chevron.css +35 -0
  15. package/build/styles/css/circles.css +248 -0
  16. package/build/styles/css/close.css +47 -0
  17. package/build/styles/css/column-layout.css +164 -0
  18. package/build/styles/css/currency-flags.css +46 -0
  19. package/build/styles/css/decision.css +136 -0
  20. package/build/styles/css/dropdowns.css +472 -0
  21. package/build/styles/css/droppable.css +221 -0
  22. package/build/styles/css/flex.css +598 -0
  23. package/build/styles/css/footer.css +129 -0
  24. package/build/styles/css/grid.css +2369 -0
  25. package/build/styles/css/input-groups.css +2740 -0
  26. package/build/styles/css/link-callout.css +20 -0
  27. package/build/styles/css/list-group.css +350 -0
  28. package/build/styles/css/loaders.css +76 -0
  29. package/build/styles/css/media.css +74 -0
  30. package/build/styles/css/modals.css +185 -0
  31. package/build/styles/css/navbar.css +2406 -0
  32. package/build/styles/css/navs.css +296 -0
  33. package/build/styles/css/neptune-social-media.css +144 -0
  34. package/build/styles/css/neptune.css +25724 -0
  35. package/build/styles/css/panels.css +528 -0
  36. package/build/styles/css/popovers.css +661 -0
  37. package/build/styles/css/process.css +483 -0
  38. package/build/styles/css/progress-bars.css +64 -0
  39. package/build/styles/css/ring.css +55 -0
  40. package/build/styles/css/select.css +99 -0
  41. package/build/styles/css/sequences.css +855 -0
  42. package/build/styles/css/table.css +446 -0
  43. package/build/styles/css/tick.css +32 -0
  44. package/build/styles/css/tooltip.css +160 -0
  45. package/build/styles/css/utilities.css +145 -0
  46. package/build/styles/css/wells.css +74 -0
  47. package/build/styles/fonts/TW-Averta-Bold.woff +0 -0
  48. package/build/styles/fonts/TW-Averta-Bold.woff2 +0 -0
  49. package/build/styles/fonts/TW-Averta-Regular.woff +0 -0
  50. package/build/styles/fonts/TW-Averta-Regular.woff2 +0 -0
  51. package/build/styles/fonts/TW-Averta-Semibold.woff +0 -0
  52. package/build/styles/fonts/TW-Averta-Semibold.woff2 +0 -0
  53. package/build/styles/fonts/TransferWise-IconFont.svg +81 -0
  54. package/build/styles/fonts/TransferWise-IconFont.woff +0 -0
  55. package/build/styles/fonts/WiseSans-Heavy.woff2 +0 -0
  56. package/build/styles/fonts/inter-cyrillic-ext-variable-wghtOnly-normal.woff2 +0 -0
  57. package/build/styles/fonts/inter-cyrillic-variable-wghtOnly-normal.woff2 +0 -0
  58. package/build/styles/fonts/inter-greek-ext-variable-wghtOnly-normal.woff2 +0 -0
  59. package/build/styles/fonts/inter-greek-variable-wghtOnly-normal.woff2 +0 -0
  60. package/build/styles/fonts/inter-latin-ext-variable-wghtOnly-normal.woff2 +0 -0
  61. package/build/styles/fonts/inter-latin-variable-wghtOnly-normal.woff2 +0 -0
  62. package/build/styles/fonts/inter-vietnamese-variable-wghtOnly-normal.woff2 +0 -0
  63. package/build/styles/img/bg-dark.svg +31 -0
  64. package/build/styles/img/bg-light.svg +26 -0
  65. package/build/styles/less/legacy-variables.css +0 -0
  66. package/build/styles/less/legacy-variables.less +1299 -0
  67. package/build/styles/less/neptune-tokens.css +0 -0
  68. package/build/styles/less/neptune-tokens.less +275 -0
  69. package/build/styles/less/zindex.css +0 -0
  70. package/build/styles/less/zindex.less +17 -0
  71. package/build/styles/main.css +27004 -7
  72. package/build/styles/props/custom-media.css +11 -0
  73. package/build/styles/props/legacy-custom-props.css +69 -0
  74. package/build/styles/props/neptune-tokens.css +152 -0
  75. package/build/styles/styles/less/accordion.css +255 -0
  76. package/build/styles/styles/less/alerts.css +751 -0
  77. package/build/styles/styles/less/background.css +20 -0
  78. package/build/styles/styles/less/badge.css +90 -0
  79. package/build/styles/styles/less/border-radius.css +3 -0
  80. package/build/styles/styles/less/breadcrumbs.css +20 -0
  81. package/build/styles/styles/less/button-groups.css +495 -0
  82. package/build/styles/styles/less/buttons.css +1390 -0
  83. package/build/styles/styles/less/chevron.css +35 -0
  84. package/build/styles/styles/less/circles.css +248 -0
  85. package/build/styles/styles/less/close.css +47 -0
  86. package/build/styles/styles/less/column-layout.css +164 -0
  87. package/build/styles/styles/less/core/viewport-themes.css +59 -0
  88. package/build/styles/styles/less/currency-flags.css +46 -0
  89. package/build/styles/styles/less/decision.css +136 -0
  90. package/build/styles/styles/less/dropdowns.css +472 -0
  91. package/build/styles/styles/less/droppable.css +221 -0
  92. package/build/styles/styles/less/flex.css +598 -0
  93. package/build/styles/styles/less/footer.css +129 -0
  94. package/build/styles/styles/less/forms/bootstrap-forms.css +2277 -0
  95. package/build/styles/styles/less/forms/checkbox-radio.css +367 -0
  96. package/build/styles/styles/less/grid.css +2369 -0
  97. package/build/styles/styles/less/input-groups.css +2740 -0
  98. package/build/styles/styles/less/link-callout.css +20 -0
  99. package/build/styles/styles/less/list-group.css +350 -0
  100. package/build/styles/styles/less/loaders.css +76 -0
  101. package/build/styles/styles/less/media.css +74 -0
  102. package/build/styles/styles/less/modals.css +185 -0
  103. package/build/styles/styles/less/navbar.css +2406 -0
  104. package/build/styles/styles/less/navs.css +296 -0
  105. package/build/styles/styles/less/neptune-social-media.css +144 -0
  106. package/build/styles/styles/less/neptune.css +25724 -0
  107. package/build/styles/styles/less/panels.css +528 -0
  108. package/build/styles/styles/less/popovers.css +661 -0
  109. package/build/styles/styles/less/process.css +483 -0
  110. package/build/styles/styles/less/progress-bars.css +64 -0
  111. package/build/styles/styles/less/ring.css +55 -0
  112. package/build/styles/styles/less/select.css +99 -0
  113. package/build/styles/styles/less/sequences.css +855 -0
  114. package/build/styles/styles/less/table.css +446 -0
  115. package/build/styles/styles/less/tick.css +32 -0
  116. package/build/styles/styles/less/tooltip.css +160 -0
  117. package/build/styles/styles/less/utilities.css +145 -0
  118. package/build/styles/styles/less/wells.css +74 -0
  119. package/build/styles/styles/props/custom-media.css +11 -0
  120. package/build/styles/styles/props/legacy-custom-props.css +69 -0
  121. package/build/styles/styles/props/neptune-tokens.css +11 -0
  122. package/build/styles/styles/variables/legacy-variables.css +0 -0
  123. package/build/styles/styles/variables/neptune-tokens.css +0 -0
  124. package/build/styles/styles/variables/zindex.css +0 -0
  125. package/build/types/flowNavigation/FlowNavigation.d.ts.map +1 -1
  126. package/package.json +8 -4
  127. package/src/{DisabledComponents.story.tsx → DisabledComponents.test.story.tsx} +1 -1
  128. package/src/accordion/Accordion.less +3 -3
  129. package/src/actionButton/ActionButton.less +1 -1
  130. package/src/actionButton/ActionButton.story.tsx +11 -7
  131. package/src/actionButton/ActionButton.test.story.tsx +49 -0
  132. package/src/avatar/Avatar.less +3 -3
  133. package/src/avatarLayout/AvatarLayout.story.tsx +1 -105
  134. package/src/avatarLayout/AvatarLayout.test.story.tsx +117 -0
  135. package/src/avatarView/AvatarView.story.tsx +1 -104
  136. package/src/avatarView/AvatarView.test.story.tsx +114 -0
  137. package/src/badge/Badge.less +1 -1
  138. package/src/button/LegacyButton.less +1 -1
  139. package/src/button/LegacyButton.story.tsx +1 -26
  140. package/src/button/LegacyButton.test.story.tsx +37 -0
  141. package/src/button/_stories/Button.story.tsx +17 -41
  142. package/src/button/_stories/Button.test.story.tsx +30 -0
  143. package/src/card/Card.less +3 -3
  144. package/src/checkbox/Checkbox.story.tsx +1 -6
  145. package/src/checkbox/Checkbox.test.story.tsx +33 -0
  146. package/src/checkboxButton/CheckboxButton.less +2 -2
  147. package/src/chips/Chip.less +3 -3
  148. package/src/circularButton/CircularButton.story.tsx +0 -6
  149. package/src/circularButton/CircularButton.test.story.tsx +62 -1
  150. package/src/common/Option/Option.less +2 -2
  151. package/src/common/bottomSheet/BottomSheet.less +1 -1
  152. package/src/common/bottomSheet/BottomSheet.story.tsx +0 -55
  153. package/src/common/bottomSheet/BottomSheet.test.story.tsx +118 -2
  154. package/src/common/closeButton/CloseButton.less +1 -1
  155. package/src/common/panel/Panel.less +1 -1
  156. package/src/criticalBanner/CriticalCommsBanner.test.story.tsx +1 -1
  157. package/src/dateLookup/DateLookup.less +1 -1
  158. package/src/dateLookup/DateLookup.story.tsx +0 -18
  159. package/src/dateLookup/DateLookup.test.story.tsx +51 -1
  160. package/src/dateLookup/dateTrigger/DateTrigger.less +2 -2
  161. package/src/decision/Decision.less +1 -1
  162. package/src/definitionList/DefinitionList.less +1 -1
  163. package/src/dimmer/Dimmer.less +2 -2
  164. package/src/divider/Divider.story.tsx +0 -1
  165. package/src/expressiveMoneyInput/ExpressiveMoneyInput.autofocus.docs.mdx +1 -1
  166. package/src/expressiveMoneyInput/ExpressiveMoneyInput.story.tsx +0 -9
  167. package/src/expressiveMoneyInput/ExpressiveMoneyInput.test.story.tsx +23 -0
  168. package/src/field/Field.story.tsx +1 -34
  169. package/src/field/Field.test.story.tsx +56 -0
  170. package/src/flowNavigation/FlowNavigation.less +1 -1
  171. package/src/flowNavigation/FlowNavigation.test.js +7 -0
  172. package/src/flowNavigation/FlowNavigation.tsx +5 -2
  173. package/src/flowNavigation/animatedLabel/AnimatedLabel.less +2 -2
  174. package/src/header/Header.test.story.tsx +1 -1
  175. package/src/info/Info.less +1 -1
  176. package/src/info/Info.story.tsx +1 -34
  177. package/src/info/Info.test.story.tsx +53 -0
  178. package/src/inputWithDisplayFormat/InputWithDisplayFormat.story.tsx +0 -12
  179. package/src/inputWithDisplayFormat/InputWithDisplayFormat.test.story.tsx +33 -0
  180. package/src/inputs/SelectInput/ClearButton/SelectInputClearButton.less +1 -1
  181. package/src/inputs/SelectInput/Options/SelectInputOptions.less +1 -1
  182. package/src/inputs/SelectInput/SelectInput.less +1 -1
  183. package/src/inputs/_common.less +1 -1
  184. package/src/legacylistItem/LegacyListItem.test.story.tsx +1 -1
  185. package/src/link/Link.less +2 -2
  186. package/src/listItem/ListItem.less +1 -1
  187. package/src/listItem/_stories/Breakpoints/ListItem.noMedia.test.story.tsx +1 -1
  188. package/src/listItem/_stories/Breakpoints/ListItem.sideMedia.test.story.tsx +1 -1
  189. package/src/listItem/_stories/Breakpoints/ListItem.stackedMedia.test.story.tsx +1 -1
  190. package/src/listItem/_stories/ListItem.focus.test.story.tsx +1 -1
  191. package/src/listItem/_stories/ListItem.layout.test.story.tsx +1 -1
  192. package/src/listItem/_stories/variants/ListItem.brightGreen.test.story.tsx +1 -1
  193. package/src/listItem/_stories/variants/ListItem.dark.test.story.tsx +1 -1
  194. package/src/listItem/_stories/variants/ListItem.forestGreen.test.story.tsx +1 -1
  195. package/src/listItem/_stories/variants/ListItem.medium.test.story.tsx +1 -1
  196. package/src/listItem/_stories/variants/ListItem.neutral.test.story.tsx +1 -1
  197. package/src/listItem/_stories/variants/ListItem.personal.test.story.tsx +1 -1
  198. package/src/listItem/_stories/variants/ListItem.rtl.test.story.tsx +1 -1
  199. package/src/listItem/_stories/variants/ListItem.small.test.story.tsx +1 -1
  200. package/src/logo/Logo.story.tsx +0 -6
  201. package/src/logo/Logo.test.story.tsx +20 -0
  202. package/src/main.css +27004 -7
  203. package/src/main.less +2 -0
  204. package/src/modal/Modal.story.tsx +0 -26
  205. package/src/modal/Modal.test.story.tsx +125 -0
  206. package/src/moneyInput/MoneyInput.less +2 -2
  207. package/src/moneyInput/MoneyInput.test.story.tsx +1 -1
  208. package/src/navigationOption/NavigationOption.less +3 -3
  209. package/src/navigationOptionsList/NavigationOptionsList.less +1 -1
  210. package/src/overlayHeader/OverlayHeader.less +1 -1
  211. package/src/phoneNumberInput/PhoneNumberInput.less +1 -1
  212. package/src/popover/Popover.less +1 -1
  213. package/src/prompt/ActionPrompt/ActionPrompt.story.tsx +0 -43
  214. package/src/prompt/ActionPrompt/ActionPrompt.test.story.tsx +45 -1
  215. package/src/radioGroup/RadioGroup.test.story.tsx +1 -1
  216. package/src/select/Select.less +5 -5
  217. package/src/slidingPanel/SlidingPanel.less +2 -2
  218. package/src/snackbar/Snackbar.less +3 -3
  219. package/src/stepper/Stepper.less +3 -3
  220. package/src/stepper/Stepper.test.story.tsx +1 -1
  221. package/src/styles/fonts/TW-Averta-Bold.woff +0 -0
  222. package/src/styles/fonts/TW-Averta-Bold.woff2 +0 -0
  223. package/src/styles/fonts/TW-Averta-Regular.woff +0 -0
  224. package/src/styles/fonts/TW-Averta-Regular.woff2 +0 -0
  225. package/src/styles/fonts/TW-Averta-Semibold.woff +0 -0
  226. package/src/styles/fonts/TW-Averta-Semibold.woff2 +0 -0
  227. package/src/styles/fonts/TransferWise-IconFont.svg +81 -0
  228. package/src/styles/fonts/TransferWise-IconFont.woff +0 -0
  229. package/src/styles/fonts/WiseSans-Heavy.woff2 +0 -0
  230. package/src/styles/fonts/inter-cyrillic-ext-variable-wghtOnly-normal.woff2 +0 -0
  231. package/src/styles/fonts/inter-cyrillic-variable-wghtOnly-normal.woff2 +0 -0
  232. package/src/styles/fonts/inter-greek-ext-variable-wghtOnly-normal.woff2 +0 -0
  233. package/src/styles/fonts/inter-greek-variable-wghtOnly-normal.woff2 +0 -0
  234. package/src/styles/fonts/inter-latin-ext-variable-wghtOnly-normal.woff2 +0 -0
  235. package/src/styles/fonts/inter-latin-variable-wghtOnly-normal.woff2 +0 -0
  236. package/src/styles/fonts/inter-vietnamese-variable-wghtOnly-normal.woff2 +0 -0
  237. package/src/styles/img/bg-dark.svg +31 -0
  238. package/src/styles/img/bg-light.svg +26 -0
  239. package/src/styles/less/accordion.css +255 -0
  240. package/src/styles/less/accordion.less +15 -0
  241. package/src/styles/less/addons/_background-utilities.less +82 -0
  242. package/src/styles/less/addons/_border.less +3 -0
  243. package/src/styles/less/addons/_display-utilities.less +159 -0
  244. package/src/styles/less/addons/_spacing-utilities.less +73 -0
  245. package/src/styles/less/addons/_utilities.less +147 -0
  246. package/src/styles/less/alerts.css +751 -0
  247. package/src/styles/less/alerts.less +252 -0
  248. package/src/styles/less/background.css +20 -0
  249. package/src/styles/less/background.less +24 -0
  250. package/src/styles/less/badge.css +90 -0
  251. package/src/styles/less/badge.less +85 -0
  252. package/src/styles/less/border-radius.css +3 -0
  253. package/src/styles/less/border-radius.less +3 -0
  254. package/src/styles/less/breadcrumbs.css +20 -0
  255. package/src/styles/less/breadcrumbs.less +27 -0
  256. package/src/styles/less/button-groups.css +495 -0
  257. package/src/styles/less/button-groups.less +424 -0
  258. package/src/styles/less/buttons.css +1390 -0
  259. package/src/styles/less/buttons.less +738 -0
  260. package/src/styles/less/chevron.css +35 -0
  261. package/src/styles/less/chevron.less +39 -0
  262. package/src/styles/less/circles.css +248 -0
  263. package/src/styles/less/circles.less +233 -0
  264. package/src/styles/less/close.css +47 -0
  265. package/src/styles/less/close.less +48 -0
  266. package/src/styles/less/column-layout.css +164 -0
  267. package/src/styles/less/column-layout.less +167 -0
  268. package/src/styles/less/components/_component-animations.less +43 -0
  269. package/src/styles/less/core/_fonts.less +97 -0
  270. package/src/styles/less/core/_scaffolding.less +380 -0
  271. package/src/styles/less/core/_typography-utilities.less +255 -0
  272. package/src/styles/less/core/_typography.less +575 -0
  273. package/src/styles/less/core/viewport-themes.css +59 -0
  274. package/src/styles/less/core/viewport-themes.less +65 -0
  275. package/src/styles/less/currency-flags.css +46 -0
  276. package/src/styles/less/currency-flags.less +42 -0
  277. package/src/styles/less/decision.css +136 -0
  278. package/src/styles/less/decision.less +98 -0
  279. package/src/styles/less/dropdowns.css +472 -0
  280. package/src/styles/less/dropdowns.less +365 -0
  281. package/src/styles/less/droppable.css +221 -0
  282. package/src/styles/less/droppable.less +213 -0
  283. package/src/styles/less/flex.css +598 -0
  284. package/src/styles/less/flex.less +113 -0
  285. package/src/styles/less/footer.css +129 -0
  286. package/src/styles/less/footer.less +113 -0
  287. package/src/styles/less/forms/bootstrap-forms.css +2277 -0
  288. package/src/styles/less/forms/bootstrap-forms.less +1218 -0
  289. package/src/styles/less/forms/checkbox-radio.css +367 -0
  290. package/src/styles/less/forms/checkbox-radio.less +330 -0
  291. package/src/styles/less/grid.css +2369 -0
  292. package/src/styles/less/grid.less +187 -0
  293. package/src/styles/less/input-groups.css +2740 -0
  294. package/src/styles/less/input-groups.less +298 -0
  295. package/src/styles/less/link-callout.css +20 -0
  296. package/src/styles/less/link-callout.less +17 -0
  297. package/src/styles/less/list-group.css +350 -0
  298. package/src/styles/less/list-group.less +260 -0
  299. package/src/styles/less/loaders.css +76 -0
  300. package/src/styles/less/loaders.less +91 -0
  301. package/src/styles/less/media.css +74 -0
  302. package/src/styles/less/media.less +68 -0
  303. package/src/styles/less/mixins/_alerts.less +39 -0
  304. package/src/styles/less/mixins/_arrows.less +52 -0
  305. package/src/styles/less/mixins/_border-radius.less +11 -0
  306. package/src/styles/less/mixins/_buttons.less +82 -0
  307. package/src/styles/less/mixins/_center-block.less +7 -0
  308. package/src/styles/less/mixins/_clearfix.less +23 -0
  309. package/src/styles/less/mixins/_flex.less +105 -0
  310. package/src/styles/less/mixins/_forms.less +130 -0
  311. package/src/styles/less/mixins/_grid-framework.less +104 -0
  312. package/src/styles/less/mixins/_grid.less +158 -0
  313. package/src/styles/less/mixins/_hide-text.less +20 -0
  314. package/src/styles/less/mixins/_links.less +7 -0
  315. package/src/styles/less/mixins/_list-group.less +23 -0
  316. package/src/styles/less/mixins/_logical-properties-IE-friendly.less +381 -0
  317. package/src/styles/less/mixins/_logical-properties-modern-browsers.less +226 -0
  318. package/src/styles/less/mixins/_logical-properties.less +5 -0
  319. package/src/styles/less/mixins/_nav-divider.less +10 -0
  320. package/src/styles/less/mixins/_nav-vertical-align.less +10 -0
  321. package/src/styles/less/mixins/_panels.less +23 -0
  322. package/src/styles/less/mixins/_physical-properties.less +110 -0
  323. package/src/styles/less/mixins/_reset-text.less +22 -0
  324. package/src/styles/less/mixins/_sequence.less +203 -0
  325. package/src/styles/less/mixins/_spacing.less +122 -0
  326. package/src/styles/less/mixins/_tab-focus.less +5 -0
  327. package/src/styles/less/mixins/_table-row.less +47 -0
  328. package/src/styles/less/mixins/_text-emphasis.less +39 -0
  329. package/src/styles/less/mixins/_text-overflow.less +8 -0
  330. package/src/styles/less/mixins/_theming.less +7 -0
  331. package/src/styles/less/modals.css +185 -0
  332. package/src/styles/less/modals.less +239 -0
  333. package/src/styles/less/navbar.css +2406 -0
  334. package/src/styles/less/navbar.less +1442 -0
  335. package/src/styles/less/navs.css +296 -0
  336. package/src/styles/less/navs.less +339 -0
  337. package/src/styles/less/neptune-social-media.css +144 -0
  338. package/src/styles/less/neptune-social-media.less +84 -0
  339. package/src/styles/less/neptune.bundle.less +63 -0
  340. package/src/styles/less/neptune.css +25724 -0
  341. package/src/styles/less/panels.css +528 -0
  342. package/src/styles/less/panels.less +410 -0
  343. package/src/styles/less/popovers.css +661 -0
  344. package/src/styles/less/popovers.less +379 -0
  345. package/src/styles/less/process.css +483 -0
  346. package/src/styles/less/process.less +426 -0
  347. package/src/styles/less/progress-bars.css +64 -0
  348. package/src/styles/less/progress-bars.less +55 -0
  349. package/src/styles/less/ring.css +55 -0
  350. package/src/styles/less/ring.less +51 -0
  351. package/src/styles/less/select.css +99 -0
  352. package/src/styles/less/select.less +88 -0
  353. package/src/styles/less/sequences.css +855 -0
  354. package/src/styles/less/sequences.less +511 -0
  355. package/src/styles/less/table.css +446 -0
  356. package/src/styles/less/table.less +385 -0
  357. package/src/styles/less/tick.css +32 -0
  358. package/src/styles/less/tick.less +37 -0
  359. package/src/styles/less/tooltip.css +160 -0
  360. package/src/styles/less/tooltip.less +130 -0
  361. package/src/styles/less/utilities.css +145 -0
  362. package/src/styles/less/utilities.less +153 -0
  363. package/src/styles/less/wells.css +74 -0
  364. package/src/styles/less/wells.less +37 -0
  365. package/src/styles/props/custom-media.css +11 -0
  366. package/src/styles/props/legacy-custom-props.css +69 -0
  367. package/src/styles/props/neptune-tokens.css +11 -0
  368. package/src/styles/variables/legacy-variables.css +0 -0
  369. package/src/styles/variables/legacy-variables.less +1299 -0
  370. package/src/styles/variables/neptune-tokens.css +0 -0
  371. package/src/styles/variables/neptune-tokens.less +12 -0
  372. package/src/styles/variables/zindex.css +0 -0
  373. package/src/styles/variables/zindex.less +17 -0
  374. package/src/summary/Summary.less +1 -1
  375. package/src/summary/Summary.test.story.tsx +1 -1
  376. package/src/switch/Switch.less +4 -4
  377. package/src/table/Table.less +1 -1
  378. package/src/tabs/Tabs.less +4 -4
  379. package/src/tile/Tile.less +1 -1
  380. package/src/tooltip/Tooltip.less +1 -1
  381. package/src/tooltip/Tooltip.story.tsx +0 -21
  382. package/src/tooltip/Tooltip.test.story.tsx +42 -0
  383. package/src/typeahead/Typeahead.less +2 -2
  384. package/src/typeahead/Typeahead.story.tsx +0 -52
  385. package/src/typeahead/Typeahead.test.story.tsx +73 -0
  386. package/src/typeahead/typeaheadOption/TypeaheadOption.less +1 -1
  387. package/src/upload/Upload.less +1 -1
  388. package/src/uploadInput/UploadInput.less +2 -2
  389. package/src/uploadInput/uploadItem/UploadItem.less +1 -1
@@ -0,0 +1,446 @@
1
+ table {
2
+ background-color: #ffffff;
3
+ background-color: var(--color-background-screen);
4
+ border-collapse: separate;
5
+ }
6
+ table td[class*="col-"],
7
+ table th[class*="col-"] {
8
+ position: static;
9
+ float: none;
10
+ display: table-cell;
11
+ }
12
+ caption {
13
+ padding-top: 16px;
14
+ padding-bottom: 16px;
15
+ color: #5d7079;
16
+ color: var(--color-content-secondary);
17
+ text-align: left;
18
+ }
19
+ [dir="rtl"] caption {
20
+ text-align: right;
21
+ }
22
+ th {
23
+ text-align: left;
24
+ }
25
+ [dir="rtl"] th {
26
+ text-align: right;
27
+ }
28
+ .table {
29
+ width: 100%;
30
+ max-width: 100%;
31
+ margin-bottom: 24px;
32
+ margin-bottom: var(--size-24);
33
+ }
34
+ .table > thead > tr > th,
35
+ .table > tbody > tr > th,
36
+ .table > tfoot > tr > th,
37
+ .table > thead > tr > td,
38
+ .table > tbody > tr > td,
39
+ .table > tfoot > tr > td {
40
+ padding: 24px 16px;
41
+ padding: var(--size-24) var(--size-16);
42
+ line-height: 1.5;
43
+ line-height: var(--line-height-body);
44
+ vertical-align: top;
45
+ border-top: 1px solid rgba(0,0,0,0.10196);
46
+ border-top: 1px solid var(--color-border-neutral);
47
+ border-bottom: 0;
48
+ transition: border ease 0.15s;
49
+ }
50
+ .table > .thead > ol > li,
51
+ .table > .tbody > dl > dd,
52
+ .table > .tfoot > ol > li {
53
+ padding: 24px 16px;
54
+ padding: var(--size-24) var(--size-16);
55
+ line-height: 1.5;
56
+ line-height: var(--line-height-body);
57
+ vertical-align: top;
58
+ border-top: 1px solid rgba(0,0,0,0.10196);
59
+ border-top: 1px solid var(--color-border-neutral);
60
+ border-bottom: 0;
61
+ transition: border ease 0.15s;
62
+ }
63
+ .table > thead > tr > th,
64
+ .table > .thead > ol > li {
65
+ vertical-align: bottom;
66
+ }
67
+ .table > thead > tr > th a,
68
+ .table > .thead > ol > li a {
69
+ -webkit-text-decoration: none;
70
+ text-decoration: none;
71
+ }
72
+ .table > thead > tr > th .tw-icon,
73
+ .table > .thead > ol > li .tw-icon {
74
+ margin-top: -3px;
75
+ }
76
+ .table > caption + thead > tr:first-child > th,
77
+ .table > colgroup + thead > tr:first-child > th,
78
+ .table > thead:first-child > tr:first-child > th,
79
+ .table > caption + thead > tr:first-child > td,
80
+ .table > colgroup + thead > tr:first-child > td,
81
+ .table > thead:first-child > tr:first-child > td {
82
+ border-top: 0;
83
+ }
84
+ .table > .thead:first-child > ol:first-child > li {
85
+ border-top: 0;
86
+ }
87
+ .table > tbody + tbody {
88
+ border-top: 1px solid rgba(0,0,0,0.10196);
89
+ border-top: 1px solid var(--color-border-neutral);
90
+ }
91
+ .table .table {
92
+ background-color: #ffffff;
93
+ background-color: var(--color-background-screen);
94
+ }
95
+ .table > thead,
96
+ .table > tfoot,
97
+ .table > .thead,
98
+ .table > .tfoot {
99
+ font-size: 0.875rem;
100
+ font-size: var(--font-size-14);
101
+ color: #37517e;
102
+ color: var(--color-content-primary);
103
+ }
104
+ .table > tbody,
105
+ .table > .tbody {
106
+ font-size: 0.875rem;
107
+ font-size: var(--font-size-14);
108
+ }
109
+ .table > tbody > tr > th,
110
+ .table > .tbody > dl > .th {
111
+ color: #37517e;
112
+ color: var(--color-content-primary);
113
+ }
114
+ .table-condensed > thead > tr > th,
115
+ .table-condensed > tbody > tr > th,
116
+ .table-condensed > tfoot > tr > th,
117
+ .table-condensed > thead > tr > td,
118
+ .table-condensed > tbody > tr > td,
119
+ .table-condensed > tfoot > tr > td {
120
+ padding: 8px;
121
+ padding: var(--size-8);
122
+ }
123
+ .table-condensed > .thead > ol > li,
124
+ .table-condensed > .tbody > dl > dd {
125
+ padding: 8px;
126
+ padding: var(--size-8);
127
+ }
128
+ .table-bordered {
129
+ border: 1px solid rgba(0,0,0,0.10196);
130
+ border: 1px solid var(--color-border-neutral);
131
+ border-radius: 3px;
132
+ }
133
+ .table-bordered thead,
134
+ .table-bordered .thead {
135
+ background-color: rgba(134,167,189,0.10196);
136
+ background-color: var(--color-background-neutral);
137
+ }
138
+ @media (max-width: 767px) {
139
+ div.table-bordered:not(.table-responsive) {
140
+ border: 0;
141
+ }
142
+ }
143
+ .table-striped > tbody > tr:nth-of-type(odd) {
144
+ background-color: rgba(134,167,189,0.10196);
145
+ background-color: var(--color-background-neutral);
146
+ }
147
+ @media (min-width: 768px) {
148
+ .table-striped > .tbody > dl:nth-of-type(odd) {
149
+ background-color: rgba(134,167,189,0.10196);
150
+ background-color: var(--color-background-neutral);
151
+ }
152
+ }
153
+ table col[class*="col-"] {
154
+ position: static;
155
+ float: none;
156
+ display: table-column;
157
+ }
158
+ .table > thead > tr > td.primary,
159
+ .table > tbody > tr > td.primary,
160
+ .table > tfoot > tr > td.primary,
161
+ .table > thead > tr > th.primary,
162
+ .table > tbody > tr > th.primary,
163
+ .table > tfoot > tr > th.primary,
164
+ .table > thead > tr.primary > td,
165
+ .table > tbody > tr.primary > td,
166
+ .table > tfoot > tr.primary > td,
167
+ .table > thead > tr.primary > th,
168
+ .table > tbody > tr.primary > th,
169
+ .table > tfoot > tr.primary > th {
170
+ background-color: #37517e;
171
+ }
172
+ .table-hover > tbody > tr > td.primary:hover,
173
+ .table-hover > tbody > tr > th.primary:hover,
174
+ .table-hover > tbody > tr.primary:hover > td,
175
+ .table-hover > tbody > tr:hover > .primary,
176
+ .table-hover > tbody > tr.primary:hover > th {
177
+ background-color: #37517e;
178
+ }
179
+ .table > thead > tr > td.active,
180
+ .table > tbody > tr > td.active,
181
+ .table > tfoot > tr > td.active,
182
+ .table > thead > tr > th.active,
183
+ .table > tbody > tr > th.active,
184
+ .table > tfoot > tr > th.active,
185
+ .table > thead > tr.active > td,
186
+ .table > tbody > tr.active > td,
187
+ .table > tfoot > tr.active > td,
188
+ .table > thead > tr.active > th,
189
+ .table > tbody > tr.active > th,
190
+ .table > tfoot > tr.active > th {
191
+ background-color: #ffffff;
192
+ background-color: var(--color-background-screen);
193
+ }
194
+ .table-hover > tbody > tr > td.active:hover,
195
+ .table-hover > tbody > tr > th.active:hover,
196
+ .table-hover > tbody > tr.active:hover > td,
197
+ .table-hover > tbody > tr:hover > .active,
198
+ .table-hover > tbody > tr.active:hover > th {
199
+ background-color: #ffffff;
200
+ background-color: var(--color-background-screen);
201
+ }
202
+ .table > thead > tr > td.success,
203
+ .table > tbody > tr > td.success,
204
+ .table > tfoot > tr > td.success,
205
+ .table > thead > tr > th.success,
206
+ .table > tbody > tr > th.success,
207
+ .table > tfoot > tr > th.success,
208
+ .table > thead > tr.success > td,
209
+ .table > tbody > tr.success > td,
210
+ .table > tfoot > tr.success > td,
211
+ .table > thead > tr.success > th,
212
+ .table > tbody > tr.success > th,
213
+ .table > tfoot > tr.success > th {
214
+ background-color: rgba(54,199,151,0.10196);
215
+ background-color: var(--color-background-positive);
216
+ }
217
+ .table-hover > tbody > tr > td.success:hover,
218
+ .table-hover > tbody > tr > th.success:hover,
219
+ .table-hover > tbody > tr.success:hover > td,
220
+ .table-hover > tbody > tr:hover > .success,
221
+ .table-hover > tbody > tr.success:hover > th {
222
+ background-color: rgba(54,199,151,0.10196);
223
+ background-color: var(--color-background-positive);
224
+ }
225
+ .table > thead > tr > td.info,
226
+ .table > tbody > tr > td.info,
227
+ .table > tfoot > tr > td.info,
228
+ .table > thead > tr > th.info,
229
+ .table > tbody > tr > th.info,
230
+ .table > tfoot > tr > th.info,
231
+ .table > thead > tr.info > td,
232
+ .table > tbody > tr.info > td,
233
+ .table > tfoot > tr.info > td,
234
+ .table > thead > tr.info > th,
235
+ .table > tbody > tr.info > th,
236
+ .table > tfoot > tr.info > th {
237
+ background-color: rgba(56,200,255,0.10196);
238
+ background-color: var(--color-background-accent);
239
+ }
240
+ .table-hover > tbody > tr > td.info:hover,
241
+ .table-hover > tbody > tr > th.info:hover,
242
+ .table-hover > tbody > tr.info:hover > td,
243
+ .table-hover > tbody > tr:hover > .info,
244
+ .table-hover > tbody > tr.info:hover > th {
245
+ background-color: rgba(56,200,255,0.10196);
246
+ background-color: var(--color-background-accent);
247
+ }
248
+ .table > thead > tr > td.warning,
249
+ .table > tbody > tr > td.warning,
250
+ .table > tfoot > tr > td.warning,
251
+ .table > thead > tr > th.warning,
252
+ .table > tbody > tr > th.warning,
253
+ .table > tfoot > tr > th.warning,
254
+ .table > thead > tr.warning > td,
255
+ .table > tbody > tr.warning > td,
256
+ .table > tfoot > tr.warning > td,
257
+ .table > thead > tr.warning > th,
258
+ .table > tbody > tr.warning > th,
259
+ .table > tfoot > tr.warning > th {
260
+ background-color: rgba(255,172,0,0.10196);
261
+ background-color: var(--color-background-warning);
262
+ }
263
+ .table-hover > tbody > tr > td.warning:hover,
264
+ .table-hover > tbody > tr > th.warning:hover,
265
+ .table-hover > tbody > tr.warning:hover > td,
266
+ .table-hover > tbody > tr:hover > .warning,
267
+ .table-hover > tbody > tr.warning:hover > th {
268
+ background-color: rgba(255,172,0,0.10196);
269
+ background-color: var(--color-background-warning);
270
+ }
271
+ .table > thead > tr > td.danger,
272
+ .table > tbody > tr > td.danger,
273
+ .table > tfoot > tr > td.danger,
274
+ .table > thead > tr > th.danger,
275
+ .table > tbody > tr > th.danger,
276
+ .table > tfoot > tr > th.danger,
277
+ .table > thead > tr.danger > td,
278
+ .table > tbody > tr.danger > td,
279
+ .table > tfoot > tr.danger > td,
280
+ .table > thead > tr.danger > th,
281
+ .table > tbody > tr.danger > th,
282
+ .table > tfoot > tr.danger > th {
283
+ background-color: rgba(255,135,135,0.10196);
284
+ background-color: var(--color-background-negative);
285
+ }
286
+ .table-hover > tbody > tr > td.danger:hover,
287
+ .table-hover > tbody > tr > th.danger:hover,
288
+ .table-hover > tbody > tr.danger:hover > td,
289
+ .table-hover > tbody > tr:hover > .danger,
290
+ .table-hover > tbody > tr.danger:hover > th {
291
+ background-color: rgba(255,135,135,0.10196);
292
+ background-color: var(--color-background-negative);
293
+ }
294
+ .table > thead > tr > td.default,
295
+ .table > tbody > tr > td.default,
296
+ .table > tfoot > tr > td.default,
297
+ .table > thead > tr > th.default,
298
+ .table > tbody > tr > th.default,
299
+ .table > tfoot > tr > th.default,
300
+ .table > thead > tr.default > td,
301
+ .table > tbody > tr.default > td,
302
+ .table > tfoot > tr.default > td,
303
+ .table > thead > tr.default > th,
304
+ .table > tbody > tr.default > th,
305
+ .table > tfoot > tr.default > th {
306
+ background-color: var(--color-background-secondary);
307
+ }
308
+ .table-hover > tbody > tr > td.default:hover,
309
+ .table-hover > tbody > tr > th.default:hover,
310
+ .table-hover > tbody > tr.default:hover > td,
311
+ .table-hover > tbody > tr:hover > .default,
312
+ .table-hover > tbody > tr.default:hover > th {
313
+ background-color: var(--color-background-secondary);
314
+ }
315
+ .table-responsive {
316
+ overflow-x: auto;
317
+ min-height: 0.01%;
318
+ }
319
+ .table-responsive.table-bordered {
320
+ border: 0;
321
+ }
322
+ @media screen and (max-width: 767px) {
323
+ .table-responsive {
324
+ width: 100%;
325
+ margin-bottom: 24px;
326
+ margin-bottom: var(--size-24);
327
+ overflow-y: hidden;
328
+ -ms-overflow-style: -ms-autohiding-scrollbar;
329
+ }
330
+ .table-responsive > .table {
331
+ margin-bottom: 0;
332
+ }
333
+ .table-responsive > .table > thead > tr > th,
334
+ .table-responsive > .table > tbody > tr > th,
335
+ .table-responsive > .table > tfoot > tr > th,
336
+ .table-responsive > .table > thead > tr > td,
337
+ .table-responsive > .table > tbody > tr > td,
338
+ .table-responsive > .table > tfoot > tr > td {
339
+ white-space: nowrap;
340
+ }
341
+ .table-responsive > .table-bordered {
342
+ border: 0;
343
+ }
344
+ .table-responsive > .table-bordered > tbody > tr:last-child > th,
345
+ .table-responsive > .table-bordered > tfoot > tr:last-child > th,
346
+ .table-responsive > .table-bordered > tbody > tr:last-child > td,
347
+ .table-responsive > .table-bordered > tfoot > tr:last-child > td {
348
+ border-bottom: 0;
349
+ }
350
+ .table-responsive.table-bordered {
351
+ border: 1px solid rgba(134,167,189,0.10196);
352
+ border: 1px solid var(--color-background-neutral);
353
+ border-radius: 3px;
354
+ }
355
+ }
356
+ @media (min-width: 768px) {
357
+ .table {
358
+ display: table;
359
+ }
360
+ .table > .thead {
361
+ display: table-header-group;
362
+ }
363
+ .table > .thead > ol {
364
+ display: table-row;
365
+ }
366
+ .table > .thead > ol > li {
367
+ display: table-cell;
368
+ font-weight: 700;
369
+ font-weight: var(--font-weight-bold);
370
+ color: #37517e;
371
+ color: var(--color-content-primary);
372
+ }
373
+ .table > .tbody {
374
+ display: table-row-group;
375
+ }
376
+ .table > .tbody > dl {
377
+ display: table-row;
378
+ }
379
+ .table > .tbody > dl > dt {
380
+ display: none;
381
+ }
382
+ .table > .tbody > dl > dd {
383
+ display: table-cell;
384
+ font-size: 0.875rem;
385
+ font-size: var(--font-size-14);
386
+ color: #5d7079;
387
+ color: var(--color-content-secondary);
388
+ }
389
+ .table > .tfoot {
390
+ display: table-footer-group;
391
+ }
392
+ }
393
+ @media (max-width: 767px) {
394
+ .table > .thead {
395
+ display: none;
396
+ }
397
+ .table > .tbody > dl {
398
+ border: 1px #c9cbce solid;
399
+ border: 1px var(--color-interactive-secondary) solid;
400
+ border-radius: 3px;
401
+ margin-bottom: 24px;
402
+ margin-bottom: var(--size-24);
403
+ padding: 24px 1.5 0;
404
+ padding: var(--size-24) var(--line-height-body) 0;
405
+ }
406
+ .table > .tbody > dl > dd {
407
+ padding: 0;
408
+ border: 0;
409
+ }
410
+ .table > .tbody > dl > dd:empty {
411
+ margin: 0;
412
+ }
413
+ }
414
+ @media (max-width: 575px) {
415
+ .table > .tbody > dl {
416
+ padding-bottom: 8px;
417
+ }
418
+ }
419
+ /* Deprecated - Table CSS for components moved inside @transferwise/components */
420
+ .table-calendar {
421
+ min-width: 300px;
422
+ }
423
+ .table-calendar > tbody > tr > td {
424
+ padding: 0;
425
+ }
426
+ .table-calendar > tbody > tr > td > a {
427
+ display: block;
428
+ padding: 4px 0;
429
+ margin: 4px 2px;
430
+ border-radius: 3px;
431
+ text-align: center;
432
+ -webkit-text-decoration: none;
433
+ text-decoration: none;
434
+ }
435
+ .table-calendar > tbody > tr > td > a.active {
436
+ background-color: #37517e;
437
+ color: #ffffff;
438
+ }
439
+ .table-calendar > tbody > tr > td > a:not([disabled]):hover {
440
+ background-color: #0097c7;
441
+ background-color: var(--color-content-accent);
442
+ color: #fff;
443
+ }
444
+ .table-calendar > thead > tr > th {
445
+ text-align: center;
446
+ }
@@ -0,0 +1,32 @@
1
+ .tw-checkbox-check {
2
+ position: relative;
3
+ display: inline-block;
4
+ width: 10px;
5
+ height: 8px;
6
+ }
7
+ .tw-checkbox-check::before,
8
+ .tw-checkbox-check::after {
9
+ content: "";
10
+ position: absolute;
11
+ background: #ffffff;
12
+ background: var(--color-background-screen);
13
+ transform: translateX(0.5px) rotate(-45deg);
14
+ transform-origin: left bottom;
15
+ left: 8px;
16
+ left: var(--size-8);
17
+ }
18
+ .tw-checkbox-check .has-error::before,
19
+ .tw-checkbox-check .has-error::after {
20
+ background-color: #e74848;
21
+ background-color: var(--color-interactive-negative);
22
+ }
23
+ .tw-checkbox-check::before {
24
+ top: 9px;
25
+ height: 6px;
26
+ width: 2px;
27
+ }
28
+ .tw-checkbox-check::after {
29
+ bottom: 5px;
30
+ height: 2px;
31
+ width: 11px;
32
+ }
@@ -0,0 +1,160 @@
1
+ .tooltip {
2
+ position: absolute;
3
+ z-index: 1070;
4
+ display: block;
5
+ font-family: 'Inter', Helvetica, Arial, sans-serif;
6
+ font-family: var(--font-family-regular);
7
+ font-style: normal;
8
+ font-weight: normal;
9
+ letter-spacing: normal;
10
+ line-break: auto;
11
+ line-height: 24px;
12
+ line-height: var(--size-24);
13
+ text-align: left;
14
+ -webkit-text-decoration: none;
15
+ text-decoration: none;
16
+ text-shadow: none;
17
+ text-transform: none;
18
+ white-space: normal;
19
+ word-break: normal;
20
+ word-spacing: normal;
21
+ word-wrap: normal;
22
+ opacity: 0;
23
+ }
24
+ [dir="rtl"] .tooltip {
25
+ text-align: right;
26
+ }
27
+ .tooltip.in {
28
+ opacity: 1;
29
+ }
30
+ .tooltip.top {
31
+ margin-top: -3px;
32
+ padding: 5px 0;
33
+ }
34
+ .tooltip.right {
35
+ margin-left: 3px;
36
+ padding: 0 5px;
37
+ }
38
+ [dir="rtl"] .tooltip.right {
39
+ margin-right: 3px;
40
+ margin-left: 0;
41
+ margin-left: initial;
42
+ }
43
+ .tooltip.bottom {
44
+ margin-top: 3px;
45
+ padding: 5px 0;
46
+ }
47
+ .tooltip.left {
48
+ margin-left: -3px;
49
+ padding: 0 5px;
50
+ }
51
+ [dir="rtl"] .tooltip.left {
52
+ margin-right: -3px;
53
+ margin-left: 0;
54
+ margin-left: initial;
55
+ }
56
+ .tooltip-inner {
57
+ font-size: 0.875rem;
58
+ font-size: var(--font-size-14);
59
+ line-height: 155%;
60
+ letter-spacing: -0.006em;
61
+ font-weight: 400;
62
+ font-weight: var(--font-weight-regular);
63
+ max-width: 200px;
64
+ min-width: 120px;
65
+ padding: 16px 16px;
66
+ padding: var(--size-16) var(--size-16);
67
+ color: #37517e;
68
+ color: var(--color-content-primary);
69
+ text-align: center;
70
+ background-color: #ffffff;
71
+ background-color: var(--color-background-screen);
72
+ border-radius: 3px;
73
+ box-shadow: 0 1px 28px 0 rgba(34, 48, 73, 0.2);
74
+ }
75
+ .np-theme-personal--forest-green .tooltip-inner,
76
+ .np-theme-personal--bright-green .tooltip-inner,
77
+ .np-theme-personal--dark .tooltip-inner {
78
+ box-shadow: none;
79
+ }
80
+ .tooltip-arrow {
81
+ position: absolute;
82
+ width: 0;
83
+ height: 0;
84
+ border-color: transparent;
85
+ border-style: solid;
86
+ }
87
+ .tooltip.top .tooltip-arrow {
88
+ bottom: 0;
89
+ left: 50%;
90
+ margin-left: -5px;
91
+ border-width: 5px 5px 0;
92
+ border-top-color: #ffffff;
93
+ border-top-color: var(--color-background-screen);
94
+ }
95
+ [dir="rtl"] .tooltip.top .tooltip-arrow {
96
+ right: 50%;
97
+ left: auto;
98
+ left: initial;
99
+ }
100
+ [dir="rtl"] .tooltip.top .tooltip-arrow {
101
+ margin-right: -5px;
102
+ margin-left: 0;
103
+ margin-left: initial;
104
+ }
105
+ .tooltip.right .tooltip-arrow {
106
+ top: 50%;
107
+ left: 0;
108
+ margin-top: -5px;
109
+ border-width: 5px 5px 5px 0;
110
+ border-right-color: #ffffff;
111
+ border-right-color: var(--color-background-screen);
112
+ }
113
+ [dir="rtl"] .tooltip.right .tooltip-arrow {
114
+ right: 0;
115
+ left: auto;
116
+ left: initial;
117
+ }
118
+ .tooltip.left .tooltip-arrow {
119
+ top: 50%;
120
+ right: 0;
121
+ margin-top: -5px;
122
+ border-width: 5px 0 5px 5px;
123
+ border-left-color: #ffffff;
124
+ border-left-color: var(--color-background-screen);
125
+ }
126
+ [dir="rtl"] .tooltip.left .tooltip-arrow {
127
+ left: 0;
128
+ right: auto;
129
+ right: initial;
130
+ }
131
+ .tooltip.bottom .tooltip-arrow {
132
+ top: 0;
133
+ left: 50%;
134
+ margin-left: -5px;
135
+ border-width: 0 5px 5px;
136
+ border-bottom-color: #ffffff;
137
+ border-bottom-color: var(--color-background-screen);
138
+ }
139
+ [dir="rtl"] .tooltip.bottom .tooltip-arrow {
140
+ right: 50%;
141
+ left: auto;
142
+ left: initial;
143
+ }
144
+ [dir="rtl"] .tooltip.bottom .tooltip-arrow {
145
+ margin-right: -5px;
146
+ margin-left: 0;
147
+ margin-left: initial;
148
+ }
149
+ [data-toggle="tooltip"]:not(.btn) {
150
+ cursor: pointer;
151
+ }
152
+ [data-toggle="tooltip"]:not(.btn):hover,
153
+ [data-toggle="tooltip"]:not(.btn):focus {
154
+ color: #0084b3 !important;
155
+ color: var(--color-content-accent-hover) !important;
156
+ outline: 0;
157
+ }
158
+ a[data-toggle="tooltip"] {
159
+ white-space: nowrap;
160
+ }