@transferwise/components 46.159.2 → 46.160.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 (438) hide show
  1. package/build/ExpressiveMoneyInput/Chevron/Chevron.js +10 -2
  2. package/build/ExpressiveMoneyInput/Chevron/Chevron.js.map +1 -1
  3. package/build/ExpressiveMoneyInput/Chevron/Chevron.mjs +11 -3
  4. package/build/ExpressiveMoneyInput/Chevron/Chevron.mjs.map +1 -1
  5. package/build/ListItem/ListItem.js +6 -5
  6. package/build/ListItem/ListItem.js.map +1 -1
  7. package/build/ListItem/ListItem.mjs +6 -5
  8. package/build/ListItem/ListItem.mjs.map +1 -1
  9. package/build/ListItem/Navigation/ListItemNavigation.js +1 -0
  10. package/build/ListItem/Navigation/ListItemNavigation.js.map +1 -1
  11. package/build/ListItem/Navigation/ListItemNavigation.mjs +1 -0
  12. package/build/ListItem/Navigation/ListItemNavigation.mjs.map +1 -1
  13. package/build/ProcessIndicator/ProcessIndicator.js +1 -1
  14. package/build/ProcessIndicator/ProcessIndicator.js.map +1 -1
  15. package/build/ProcessIndicator/ProcessIndicator.mjs +1 -1
  16. package/build/ProcessIndicator/ProcessIndicator.mjs.map +1 -1
  17. package/build/Prompt/CriticalBanner/CriticalBanner.js +10 -1
  18. package/build/Prompt/CriticalBanner/CriticalBanner.js.map +1 -1
  19. package/build/Prompt/CriticalBanner/CriticalBanner.mjs +10 -1
  20. package/build/Prompt/CriticalBanner/CriticalBanner.mjs.map +1 -1
  21. package/build/common/Panel/Panel.js +13 -25
  22. package/build/common/Panel/Panel.js.map +1 -1
  23. package/build/common/Panel/Panel.mjs +10 -22
  24. package/build/common/Panel/Panel.mjs.map +1 -1
  25. package/build/common/Panel/Panel.positionUtils.js +68 -0
  26. package/build/common/Panel/Panel.positionUtils.js.map +1 -0
  27. package/build/common/Panel/Panel.positionUtils.mjs +63 -0
  28. package/build/common/Panel/Panel.positionUtils.mjs.map +1 -0
  29. package/build/common/PropsValues/position.js +0 -25
  30. package/build/common/PropsValues/position.js.map +1 -1
  31. package/build/common/PropsValues/position.mjs +1 -24
  32. package/build/common/PropsValues/position.mjs.map +1 -1
  33. package/build/main.css +4370 -7983
  34. package/build/styles/Accordion/Accordion.css +23 -21
  35. package/build/styles/AvatarLayout/AvatarLayout.css +11 -11
  36. package/build/styles/AvatarView/AvatarView.css +11 -3
  37. package/build/styles/AvatarView/Dot/Dot.css +11 -3
  38. package/build/styles/Button/Button.css +6 -6
  39. package/build/styles/Button/LegacyButton/LegacyButton.css +3 -9
  40. package/build/styles/Calendar/Calendar.css +9 -8
  41. package/build/styles/Calendar/TableLink/TableLink.css +8 -7
  42. package/build/styles/Carousel/Carousel.css +28 -27
  43. package/build/styles/CheckboxButton/CheckboxButton.css +13 -15
  44. package/build/styles/Chips/Chip/Chip.css +26 -29
  45. package/build/styles/Container/Container.css +5 -5
  46. package/build/styles/DateInput/DateInput.css +4 -4
  47. package/build/styles/DateLookup/DateLookup.css +1 -1
  48. package/build/styles/DateLookup/DateTrigger/DateTrigger.css +9 -15
  49. package/build/styles/DefinitionList/DefinitionList.css +12 -23
  50. package/build/styles/Dimmer/Dimmer.css +9 -19
  51. package/build/styles/Divider/Divider.css +8 -7
  52. package/build/styles/Drawer/Drawer.css +16 -15
  53. package/build/styles/DropFade/DropFade.css +2 -2
  54. package/build/styles/ExpressiveMoneyInput/AmountInput/AmountInput.css +4 -4
  55. package/build/styles/ExpressiveMoneyInput/Chevron/Chevron.css +5 -5
  56. package/build/styles/ExpressiveMoneyInput/ExpressiveMoneyInput.css +11 -11
  57. package/build/styles/Field/Field.css +13 -12
  58. package/build/styles/FlowNavigation/AnimatedLabel/AnimatedLabel.css +5 -5
  59. package/build/styles/FlowNavigation/FlowNavigation.css +23 -44
  60. package/build/styles/Header/Header.css +11 -9
  61. package/build/styles/Image/Image.css +7 -7
  62. package/build/styles/Info/Info.css +1 -1
  63. package/build/styles/Inputs/Input/Input.css +24 -25
  64. package/build/styles/Inputs/InputGroup/InputGroup.css +13 -13
  65. package/build/styles/Inputs/SelectInput/BottomSheet/SelectInputBottomSheet.css +10 -10
  66. package/build/styles/Inputs/SelectInput/ButtonInput/SelectInputButtonInput.css +7 -7
  67. package/build/styles/Inputs/SelectInput/ClearButton/SelectInputClearButton.css +6 -6
  68. package/build/styles/Inputs/SelectInput/ItemView/SelectInputItemView.css +4 -4
  69. package/build/styles/Inputs/SelectInput/Option/SelectInputOption.css +4 -2
  70. package/build/styles/Inputs/SelectInput/OptionContent/SelectInputOptionContent.css +4 -4
  71. package/build/styles/Inputs/SelectInput/Options/SelectInputOptions.css +17 -12
  72. package/build/styles/Inputs/SelectInput/Popover/SelectInputPopover.css +4 -4
  73. package/build/styles/Inputs/SelectInput/SelectInput.css +56 -49
  74. package/build/styles/Inputs/TextArea/TextArea.css +26 -27
  75. package/build/styles/InstructionsList/InstructionsList.css +5 -5
  76. package/build/styles/Link/Link.css +2 -8
  77. package/build/styles/ListItem/ListItem.css +38 -35
  78. package/build/styles/ListItem/ListItem.grid.css +7 -7
  79. package/build/styles/Loader/Loader.css +31 -31
  80. package/build/styles/Logo/Logo.css +2 -2
  81. package/build/styles/Modal/Modal.css +15 -14
  82. package/build/styles/MoneyInput/MoneyInput.css +10 -20
  83. package/build/styles/Nudge/Nudge.css +53 -115
  84. package/build/styles/PhoneNumberInput/PhoneNumberInput.css +3 -9
  85. package/build/styles/Popover/Popover.css +13 -10
  86. package/build/styles/Progress/Progress.css +3 -3
  87. package/build/styles/ProgressBar/ProgressBar.css +4 -4
  88. package/build/styles/PromoCard/PromoCard.css +28 -42
  89. package/build/styles/Prompt/ActionPrompt/ActionPrompt.css +9 -9
  90. package/build/styles/Prompt/CriticalBanner/CriticalBanner.css +57 -23
  91. package/build/styles/Prompt/InfoPrompt/InfoPrompt.css +15 -15
  92. package/build/styles/Prompt/InlinePrompt/InlinePrompt.css +5 -6
  93. package/build/styles/Prompt/PrimitivePrompt/PrimitivePrompt.css +10 -8
  94. package/build/styles/RadioGroup/RadioGroup.css +1 -1
  95. package/build/styles/Section/Section.css +6 -6
  96. package/build/styles/SegmentedControl/SegmentedControl.css +18 -15
  97. package/build/styles/SlidingPanel/SlidingPanel.css +17 -31
  98. package/build/styles/Snackbar/Snackbar.css +21 -35
  99. package/build/styles/Stepper/Stepper.css +9 -12
  100. package/build/styles/Sticky/Sticky.css +2 -2
  101. package/build/styles/Switch/Switch.css +5 -4
  102. package/build/styles/Table/Table.css +60 -57
  103. package/build/styles/Tabs/Tabs.css +18 -14
  104. package/build/styles/Tile/Tile.css +12 -12
  105. package/build/styles/Tooltip/Tooltip.css +2 -2
  106. package/build/styles/Typeahead/Typeahead.css +42 -54
  107. package/build/styles/Upload/Upload.css +11 -10
  108. package/build/styles/UploadInput/UploadButton/UploadButton.css +20 -19
  109. package/build/styles/UploadInput/UploadInput.css +4 -4
  110. package/build/styles/UploadInput/UploadItem/UploadItem.css +49 -49
  111. package/build/styles/_deprecated/ActionButton/ActionButton.css +8 -6
  112. package/build/styles/_deprecated/Alert/Alert.css +2 -2
  113. package/build/styles/_deprecated/Avatar/Avatar.css +65 -65
  114. package/build/styles/_deprecated/Badge/Badge.css +12 -14
  115. package/build/styles/_deprecated/Card/Card.css +27 -18
  116. package/build/styles/_deprecated/CriticalBanner/CriticalCommsBanner.css +7 -7
  117. package/build/styles/_deprecated/LegacyListItem/LegacyListItem.css +1 -1
  118. package/build/styles/_deprecated/NavigationOption/NavigationOption.css +6 -19
  119. package/build/styles/_deprecated/NavigationOptionsList/NavigationOptionsList.css +3 -8
  120. package/build/styles/_deprecated/Select/Select.css +57 -104
  121. package/build/styles/_deprecated/Summary/Summary.css +19 -30
  122. package/build/styles/common/BaseCard/BaseCard.css +3 -7
  123. package/build/styles/common/BottomSheet/BottomSheet.css +30 -18
  124. package/build/styles/common/Circle/Circle.css +10 -10
  125. package/build/styles/common/CloseButton/CloseButton.css +36 -36
  126. package/build/styles/common/LiveRegion/LiveRegion.css +1 -1
  127. package/build/styles/common/Option/Option.css +42 -44
  128. package/build/styles/common/Panel/Panel.css +19 -11
  129. package/build/styles/css/accordion.css +27 -46
  130. package/build/styles/css/alerts.css +56 -124
  131. package/build/styles/css/badge.css +20 -30
  132. package/build/styles/css/breadcrumbs.css +6 -4
  133. package/build/styles/css/button-groups.css +116 -254
  134. package/build/styles/css/buttons.css +50 -95
  135. package/build/styles/css/chevron.css +3 -0
  136. package/build/styles/css/circles.css +38 -76
  137. package/build/styles/css/close.css +1 -4
  138. package/build/styles/css/column-layout.css +38 -60
  139. package/build/styles/css/currency-flags.css +4 -17
  140. package/build/styles/css/decision.css +14 -12
  141. package/build/styles/css/dropdowns.css +59 -210
  142. package/build/styles/css/droppable.css +43 -38
  143. package/build/styles/css/flex.css +40 -136
  144. package/build/styles/css/footer.css +15 -14
  145. package/build/styles/css/grid.css +383 -1430
  146. package/build/styles/css/input-groups.css +254 -542
  147. package/build/styles/css/link-callout.css +2 -8
  148. package/build/styles/css/list-group.css +57 -92
  149. package/build/styles/css/loaders.css +11 -11
  150. package/build/styles/css/media.css +10 -34
  151. package/build/styles/css/modals.css +49 -59
  152. package/build/styles/css/navbar.css +372 -812
  153. package/build/styles/css/navs.css +59 -124
  154. package/build/styles/css/neptune-addons.css +687 -1234
  155. package/build/styles/css/neptune-core.css +123 -229
  156. package/build/styles/css/neptune-social-media.css +9 -33
  157. package/build/styles/css/neptune.css +3060 -6498
  158. package/build/styles/css/panels.css +143 -243
  159. package/build/styles/css/popovers.css +114 -295
  160. package/build/styles/css/process.css +79 -86
  161. package/build/styles/css/progress-bars.css +13 -19
  162. package/build/styles/css/select.css +21 -53
  163. package/build/styles/css/sequences.css +99 -219
  164. package/build/styles/css/table.css +48 -43
  165. package/build/styles/css/tick.css +14 -11
  166. package/build/styles/css/tooltip.css +49 -82
  167. package/build/styles/css/utilities.css +12 -40
  168. package/build/styles/css/wells.css +16 -16
  169. package/build/styles/main.css +4370 -7983
  170. package/build/styles/styles/less/accordion.css +27 -46
  171. package/build/styles/styles/less/alerts.css +56 -124
  172. package/build/styles/styles/less/badge.css +20 -30
  173. package/build/styles/styles/less/breadcrumbs.css +6 -4
  174. package/build/styles/styles/less/button-groups.css +116 -254
  175. package/build/styles/styles/less/buttons.css +50 -95
  176. package/build/styles/styles/less/chevron.css +3 -0
  177. package/build/styles/styles/less/circles.css +38 -76
  178. package/build/styles/styles/less/close.css +1 -4
  179. package/build/styles/styles/less/column-layout.css +38 -60
  180. package/build/styles/styles/less/currency-flags.css +4 -17
  181. package/build/styles/styles/less/decision.css +14 -12
  182. package/build/styles/styles/less/dropdowns.css +59 -210
  183. package/build/styles/styles/less/droppable.css +43 -38
  184. package/build/styles/styles/less/flex.css +40 -136
  185. package/build/styles/styles/less/footer.css +15 -14
  186. package/build/styles/styles/less/forms/bootstrap-forms.css +180 -344
  187. package/build/styles/styles/less/forms/checkbox-radio.css +29 -56
  188. package/build/styles/styles/less/grid.css +383 -1430
  189. package/build/styles/styles/less/input-groups.css +254 -542
  190. package/build/styles/styles/less/link-callout.css +2 -8
  191. package/build/styles/styles/less/list-group.css +57 -92
  192. package/build/styles/styles/less/loaders.css +11 -11
  193. package/build/styles/styles/less/media.css +10 -34
  194. package/build/styles/styles/less/modals.css +49 -59
  195. package/build/styles/styles/less/navbar.css +372 -812
  196. package/build/styles/styles/less/navs.css +59 -124
  197. package/build/styles/styles/less/neptune-addons.css +687 -1234
  198. package/build/styles/styles/less/neptune-core.css +123 -229
  199. package/build/styles/styles/less/neptune-social-media.css +9 -33
  200. package/build/styles/styles/less/neptune.css +3060 -6498
  201. package/build/styles/styles/less/panels.css +143 -243
  202. package/build/styles/styles/less/popovers.css +114 -295
  203. package/build/styles/styles/less/process.css +79 -86
  204. package/build/styles/styles/less/progress-bars.css +13 -19
  205. package/build/styles/styles/less/select.css +21 -53
  206. package/build/styles/styles/less/sequences.css +99 -219
  207. package/build/styles/styles/less/table.css +48 -43
  208. package/build/styles/styles/less/tick.css +14 -11
  209. package/build/styles/styles/less/tooltip.css +49 -82
  210. package/build/styles/styles/less/utilities.css +12 -40
  211. package/build/styles/styles/less/wells.css +16 -16
  212. package/build/types/ExpressiveMoneyInput/Chevron/Chevron.d.ts.map +1 -1
  213. package/build/types/ListItem/ListItem.d.ts.map +1 -1
  214. package/build/types/Prompt/CriticalBanner/CriticalBanner.d.ts +6 -1
  215. package/build/types/Prompt/CriticalBanner/CriticalBanner.d.ts.map +1 -1
  216. package/build/types/common/Panel/Panel.d.ts +1 -1
  217. package/build/types/common/Panel/Panel.d.ts.map +1 -1
  218. package/build/types/common/Panel/Panel.positionUtils.d.ts +7 -0
  219. package/build/types/common/Panel/Panel.positionUtils.d.ts.map +1 -0
  220. package/build/types/common/PropsValues/position.d.ts +0 -13
  221. package/build/types/common/PropsValues/position.d.ts.map +1 -1
  222. package/build/types/common/ResponsivePanel/ResponsivePanel.d.ts +1 -1
  223. package/package.json +8 -8
  224. package/src/Accordion/Accordion.css +23 -21
  225. package/src/Accordion/Accordion.less +3 -4
  226. package/src/AvatarLayout/AvatarLayout.css +11 -11
  227. package/src/AvatarView/AvatarView.css +11 -3
  228. package/src/AvatarView/Dot/Dot.css +11 -3
  229. package/src/AvatarView/Dot/Dot.less +7 -1
  230. package/src/Button/Button.css +6 -6
  231. package/src/Button/LegacyButton/LegacyButton.css +3 -9
  232. package/src/Button/LegacyButton/LegacyButton.less +1 -3
  233. package/src/Button/_stories/Button.test.story.tsx +1 -1
  234. package/src/Calendar/Calendar.css +9 -8
  235. package/src/Calendar/TableLink/TableLink.css +8 -7
  236. package/src/Carousel/Carousel.css +28 -27
  237. package/src/Checkbox/_stories/Checkbox.story.tsx +1 -1
  238. package/src/Checkbox/_stories/Checkbox.test.story.tsx +3 -2
  239. package/src/CheckboxButton/CheckboxButton.css +13 -15
  240. package/src/CheckboxButton/CheckboxButton.less +8 -4
  241. package/src/Chevron/_stories/Chevron.test.story.tsx +2 -2
  242. package/src/Chips/Chip/Chip.css +26 -29
  243. package/src/Chips/Chip/Chip.less +5 -3
  244. package/src/Container/Container.css +5 -5
  245. package/src/DateInput/DateInput.css +4 -4
  246. package/src/DateLookup/DateLookup.css +1 -1
  247. package/src/DateLookup/DateTrigger/DateTrigger.css +9 -15
  248. package/src/DateLookup/DateTrigger/DateTrigger.less +1 -2
  249. package/src/Decision/Decision.less +0 -2
  250. package/src/DefinitionList/DefinitionList.css +12 -23
  251. package/src/DefinitionList/DefinitionList.less +2 -4
  252. package/src/Dimmer/Dimmer.css +9 -19
  253. package/src/Dimmer/Dimmer.less +2 -3
  254. package/src/Divider/Divider.css +8 -7
  255. package/src/Drawer/Drawer.css +16 -15
  256. package/src/DropFade/DropFade.css +2 -2
  257. package/src/ExpressiveMoneyInput/AmountInput/AmountInput.css +4 -4
  258. package/src/ExpressiveMoneyInput/Chevron/Chevron.css +5 -5
  259. package/src/ExpressiveMoneyInput/Chevron/Chevron.tsx +8 -3
  260. package/src/ExpressiveMoneyInput/ExpressiveMoneyInput.css +11 -11
  261. package/src/Field/Field.css +13 -12
  262. package/src/FlowNavigation/AnimatedLabel/AnimatedLabel.css +5 -5
  263. package/src/FlowNavigation/FlowNavigation.css +23 -44
  264. package/src/Header/Header.css +11 -9
  265. package/src/Header/_stories/Header.test.story.tsx +1 -1
  266. package/src/Image/Image.css +7 -7
  267. package/src/Info/Info.css +1 -1
  268. package/src/Info/_stories/Info.rtl.test.story.tsx +35 -10
  269. package/src/Info/_stories/Info.story.tsx +1 -1
  270. package/src/Inputs/Input/Input.css +24 -25
  271. package/src/Inputs/InputGroup/InputGroup.css +13 -13
  272. package/src/Inputs/SelectInput/BottomSheet/SelectInputBottomSheet.css +10 -10
  273. package/src/Inputs/SelectInput/ButtonInput/SelectInputButtonInput.css +7 -7
  274. package/src/Inputs/SelectInput/ClearButton/SelectInputClearButton.css +6 -6
  275. package/src/Inputs/SelectInput/ItemView/SelectInputItemView.css +4 -4
  276. package/src/Inputs/SelectInput/Option/SelectInputOption.css +4 -2
  277. package/src/Inputs/SelectInput/OptionContent/SelectInputOptionContent.css +4 -4
  278. package/src/Inputs/SelectInput/Options/SelectInputOptions.css +17 -12
  279. package/src/Inputs/SelectInput/Popover/SelectInputPopover.css +4 -4
  280. package/src/Inputs/SelectInput/SelectInput.css +56 -49
  281. package/src/Inputs/SelectInput/_stories/SelectInput.test.story.tsx +1 -1
  282. package/src/Inputs/TextArea/TextArea.css +26 -27
  283. package/src/InstructionsList/InstructionsList.css +5 -5
  284. package/src/Link/Link.css +2 -8
  285. package/src/Link/Link.less +3 -3
  286. package/src/ListItem/ListItem.css +38 -35
  287. package/src/ListItem/ListItem.grid.css +7 -7
  288. package/src/ListItem/ListItem.tsx +8 -5
  289. package/src/ListItem/Navigation/ListItemNavigation.test.tsx +13 -0
  290. package/src/ListItem/Navigation/ListItemNavigation.tsx +1 -1
  291. package/src/ListItem/_stories/subcomponents.tsx +1 -1
  292. package/src/Loader/Loader.css +31 -31
  293. package/src/Loader/_stories/Loader.test.story.tsx +23 -0
  294. package/src/Logo/Logo.css +2 -2
  295. package/src/Modal/Modal.css +15 -14
  296. package/src/MoneyInput/MoneyInput.css +10 -20
  297. package/src/MoneyInput/MoneyInput.less +2 -3
  298. package/src/MoneyInput/_stories/MoneyInput.rtl.test.story.tsx +1 -1
  299. package/src/Nudge/Nudge.css +53 -115
  300. package/src/Nudge/Nudge.less +4 -12
  301. package/src/Nudge/_stories/Nudge.test.story.tsx +29 -12
  302. package/src/PhoneNumberInput/PhoneNumberInput.css +3 -9
  303. package/src/PhoneNumberInput/PhoneNumberInput.less +1 -3
  304. package/src/PhoneNumberInput/_stories/{PhoneNumberInput.test.story.tsx → PhoneNumberInput.rtl.test.story.tsx} +18 -10
  305. package/src/Popover/Popover.css +13 -10
  306. package/src/ProcessIndicator/ProcessIndicator.tsx +1 -1
  307. package/src/ProcessIndicator/_stories/ProcessIndicator.test.story.tsx +32 -0
  308. package/src/Progress/Progress.css +3 -3
  309. package/src/ProgressBar/ProgressBar.css +4 -4
  310. package/src/ProgressBar/_stories/ProgressBar.test.story.tsx +33 -19
  311. package/src/PromoCard/PromoCard.css +28 -42
  312. package/src/PromoCard/PromoCard.less +24 -32
  313. package/src/Prompt/ActionPrompt/ActionPrompt.css +9 -9
  314. package/src/Prompt/CriticalBanner/CriticalBanner.css +57 -23
  315. package/src/Prompt/CriticalBanner/CriticalBanner.less +45 -0
  316. package/src/Prompt/CriticalBanner/CriticalBanner.test.tsx +26 -3
  317. package/src/Prompt/CriticalBanner/CriticalBanner.tsx +15 -1
  318. package/src/Prompt/CriticalBanner/_stories/CriticalBanner.accessibility.docs.mdx +4 -1
  319. package/src/Prompt/CriticalBanner/_stories/CriticalBanner.story.tsx +52 -0
  320. package/src/Prompt/CriticalBanner/_stories/CriticalBanner.test.story.tsx +22 -1
  321. package/src/Prompt/InfoPrompt/InfoPrompt.css +15 -15
  322. package/src/Prompt/InlinePrompt/InlinePrompt.css +5 -6
  323. package/src/Prompt/PrimitivePrompt/PrimitivePrompt.css +10 -8
  324. package/src/RadioGroup/RadioGroup.css +1 -1
  325. package/src/Section/Section.css +6 -6
  326. package/src/SegmentedControl/SegmentedControl.css +18 -15
  327. package/src/SlidingPanel/SlidingPanel.css +17 -31
  328. package/src/SlidingPanel/SlidingPanel.less +12 -4
  329. package/src/SlidingPanel/_stories/SlidingPanel.rtl.test.story.tsx +4 -3
  330. package/src/Snackbar/Snackbar.css +21 -35
  331. package/src/Snackbar/Snackbar.less +3 -9
  332. package/src/Snackbar/_stories/Snackbar.rtl.test.story.tsx +14 -16
  333. package/src/Snackbar/_stories/Snackbar.story.tsx +1 -1
  334. package/src/Snackbar/_stories/Snackbar.test.story.tsx +1 -1
  335. package/src/StatusIcon/_stories/StatusIcon.test.story.tsx +12 -4
  336. package/src/Stepper/Stepper.css +9 -12
  337. package/src/Stepper/Stepper.less +1 -1
  338. package/src/Sticky/Sticky.css +2 -2
  339. package/src/Switch/Switch.css +5 -4
  340. package/src/Table/Table.css +60 -57
  341. package/src/Tabs/Tabs.css +18 -14
  342. package/src/Tabs/Tabs.less +0 -1
  343. package/src/Tile/Tile.css +12 -12
  344. package/src/Tooltip/Tooltip.css +2 -2
  345. package/src/Typeahead/Typeahead.css +42 -54
  346. package/src/Typeahead/Typeahead.less +2 -3
  347. package/src/Upload/Upload.css +11 -10
  348. package/src/UploadInput/UploadButton/UploadButton.css +20 -19
  349. package/src/UploadInput/UploadInput.css +4 -4
  350. package/src/UploadInput/UploadItem/UploadItem.css +49 -49
  351. package/src/UploadInput/UploadItem/UploadItem.less +7 -6
  352. package/src/UploadInput/_stories/UploadInput.test.story.tsx +1 -1
  353. package/src/_deprecated/ActionButton/ActionButton.css +8 -6
  354. package/src/_deprecated/Alert/Alert.css +2 -2
  355. package/src/_deprecated/Avatar/Avatar.css +65 -65
  356. package/src/_deprecated/Avatar/Avatar.less +0 -1
  357. package/src/_deprecated/Badge/Badge.css +12 -14
  358. package/src/_deprecated/Badge/Badge.less +11 -18
  359. package/src/_deprecated/Card/Card.css +27 -18
  360. package/src/_deprecated/Card/Card.less +1 -2
  361. package/src/_deprecated/CriticalBanner/CriticalCommsBanner.css +7 -7
  362. package/src/_deprecated/CriticalBanner/_stories/CriticalCommsBanner.test.story.tsx +0 -16
  363. package/src/_deprecated/LegacyListItem/LegacyListItem.css +1 -1
  364. package/src/_deprecated/NavigationOption/NavigationOption.css +6 -19
  365. package/src/_deprecated/NavigationOption/NavigationOption.less +3 -4
  366. package/src/_deprecated/NavigationOptionsList/NavigationOptionsList.css +3 -8
  367. package/src/_deprecated/NavigationOptionsList/NavigationOptionsList.less +1 -3
  368. package/src/_deprecated/OverlayHeader/_stories/OverlayHeader.test.story.tsx +15 -0
  369. package/src/_deprecated/Select/Select.css +57 -104
  370. package/src/_deprecated/Select/Select.less +10 -11
  371. package/src/_deprecated/Summary/Summary.css +19 -30
  372. package/src/_deprecated/Summary/Summary.less +1 -8
  373. package/src/common/BaseCard/BaseCard.css +3 -7
  374. package/src/common/BaseCard/BaseCard.less +0 -5
  375. package/src/common/BottomSheet/BottomSheet.css +30 -18
  376. package/src/common/Circle/Circle.css +10 -10
  377. package/src/common/CloseButton/CloseButton.css +36 -36
  378. package/src/common/LiveRegion/LiveRegion.css +1 -1
  379. package/src/common/Option/Option.css +42 -44
  380. package/src/common/Option/Option.less +8 -10
  381. package/src/common/Panel/Panel.css +19 -11
  382. package/src/common/Panel/Panel.less +27 -9
  383. package/src/common/Panel/Panel.positionUtils.ts +79 -0
  384. package/src/common/Panel/Panel.test.tsx +40 -0
  385. package/src/common/Panel/Panel.tsx +13 -24
  386. package/src/common/Panel/_stories/Panel.rtl.test.story.tsx +110 -0
  387. package/src/common/PropsValues/position.ts +0 -50
  388. package/src/main.css +4370 -7983
  389. package/src/styles/less/accordion.css +27 -46
  390. package/src/styles/less/addons/_spacing-utilities.less +4 -4
  391. package/src/styles/less/alerts.css +56 -124
  392. package/src/styles/less/badge.css +20 -30
  393. package/src/styles/less/breadcrumbs.css +6 -4
  394. package/src/styles/less/button-groups.css +116 -254
  395. package/src/styles/less/buttons.css +50 -95
  396. package/src/styles/less/buttons.less +3 -11
  397. package/src/styles/less/chevron.css +3 -0
  398. package/src/styles/less/chevron.less +4 -0
  399. package/src/styles/less/circles.css +38 -76
  400. package/src/styles/less/close.css +1 -4
  401. package/src/styles/less/column-layout.css +38 -60
  402. package/src/styles/less/currency-flags.css +4 -17
  403. package/src/styles/less/decision.css +14 -12
  404. package/src/styles/less/dropdowns.css +59 -210
  405. package/src/styles/less/droppable.css +43 -38
  406. package/src/styles/less/flex.css +40 -136
  407. package/src/styles/less/footer.css +15 -14
  408. package/src/styles/less/forms/bootstrap-forms.css +180 -344
  409. package/src/styles/less/forms/checkbox-radio.css +29 -56
  410. package/src/styles/less/grid.css +383 -1430
  411. package/src/styles/less/input-groups.css +254 -542
  412. package/src/styles/less/link-callout.css +2 -8
  413. package/src/styles/less/list-group.css +57 -92
  414. package/src/styles/less/loaders.css +11 -11
  415. package/src/styles/less/media.css +10 -34
  416. package/src/styles/less/mixins/_logical-properties-IE-friendly.less +1 -0
  417. package/src/styles/less/mixins/_logical-properties-modern-browsers.less +80 -41
  418. package/src/styles/less/mixins/_logical-properties.less +3 -3
  419. package/src/styles/less/modals.css +49 -59
  420. package/src/styles/less/navbar.css +372 -812
  421. package/src/styles/less/navs.css +59 -124
  422. package/src/styles/less/neptune-addons.css +687 -1234
  423. package/src/styles/less/neptune-core.css +123 -229
  424. package/src/styles/less/neptune-social-media.css +9 -33
  425. package/src/styles/less/neptune.css +3060 -6498
  426. package/src/styles/less/panels.css +143 -243
  427. package/src/styles/less/popovers.css +114 -295
  428. package/src/styles/less/process.css +79 -86
  429. package/src/styles/less/process.less +13 -6
  430. package/src/styles/less/progress-bars.css +13 -19
  431. package/src/styles/less/select.css +21 -53
  432. package/src/styles/less/sequences.css +99 -219
  433. package/src/styles/less/table.css +48 -43
  434. package/src/styles/less/tick.css +14 -11
  435. package/src/styles/less/tick.less +7 -3
  436. package/src/styles/less/tooltip.css +49 -82
  437. package/src/styles/less/utilities.css +12 -40
  438. package/src/styles/less/wells.css +16 -16
@@ -1,9 +1,9 @@
1
1
  .panel {
2
- margin-bottom: 16px;
2
+ margin-block-end: 16px;
3
3
  background-color: transparent;
4
4
  border: 0;
5
- margin-left: -16px;
6
- margin-right: -16px;
5
+ margin-inline-start: -16px;
6
+ margin-inline-end: -16px;
7
7
  }
8
8
  .panel-body {
9
9
  padding: 16px;
@@ -11,14 +11,15 @@
11
11
  background-color: var(--color-background-screen);
12
12
  }
13
13
  .panel-heading {
14
- padding: 16px 16px 8px 16px;
14
+ padding-block: 16px 8px;
15
+ padding-inline: 16px 16px;
15
16
  }
16
17
  .panel-heading > .dropdown .dropdown-toggle {
17
18
  color: inherit;
18
19
  }
19
20
  .panel-title {
20
- margin-top: 0;
21
- margin-bottom: 0;
21
+ margin-block-start: 0;
22
+ margin-block-end: 0;
22
23
  line-height: calc(1.2 + 8px);
23
24
  line-height: calc(var(--line-height-title) + 8px);
24
25
  }
@@ -31,12 +32,13 @@
31
32
  }
32
33
  @media (min-width: 600px) {
33
34
  .panel {
34
- margin-bottom: 24px;
35
- margin-left: -24px;
36
- margin-right: -24px;
35
+ margin-block-end: 24px;
36
+ margin-inline-start: -24px;
37
+ margin-inline-end: -24px;
37
38
  }
38
39
  .panel-heading {
39
- padding: 16px 24px 8px 24px;
40
+ padding-block: 16px 8px;
41
+ padding-inline: 24px 24px;
40
42
  }
41
43
  .panel-body {
42
44
  padding: 24px;
@@ -47,16 +49,17 @@
47
49
  }
48
50
  @media (min-width: 840px) {
49
51
  .panel {
50
- margin-left: 0;
51
- margin-right: 0;
52
+ margin-inline-start: 0;
53
+ margin-inline-end: 0;
52
54
  }
53
55
  .panel-heading {
54
- padding: 16px 0 8px 0;
56
+ padding-block: 16px 8px;
57
+ padding-inline: 0 0;
55
58
  }
56
59
  }
57
60
  @media (min-width: 1160px) {
58
61
  .panel {
59
- margin-bottom: 32px;
62
+ margin-block-end: 32px;
60
63
  border-radius: 3px;
61
64
  }
62
65
  .panel-body {
@@ -72,215 +75,147 @@
72
75
  line-height: calc(var(--line-height-title) * 2);
73
76
  }
74
77
  .panel-heading > .btn-sm {
75
- margin-top: 8px;
78
+ margin-block-start: 8px;
76
79
  }
77
80
  }
78
81
  .panel > .list-group,
79
82
  .panel > .panel-collapse > .list-group {
80
- margin-bottom: 0;
81
- border-left: 0;
82
- border-right: 0;
83
+ margin-block-end: 0;
84
+ border-inline-start: 0;
85
+ border-inline-end: 0;
83
86
  }
84
87
  .panel > .list-group .list-group-item,
85
88
  .panel > .panel-collapse > .list-group .list-group-item {
86
89
  border-radius: 0;
87
90
  }
88
91
  .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
89
- border-top-right-radius: 0;
90
- border-top-left-radius: 0;
92
+ border-start-end-radius: 0;
93
+ border-start-start-radius: 0;
91
94
  }
92
95
  .panel-list-group {
93
- margin-bottom: 0;
94
- border-left: 0;
95
- border-right: 0;
96
+ margin-block-end: 0;
97
+ border-inline-start: 0;
98
+ border-inline-end: 0;
96
99
  }
97
100
  .list-group + .panel-footer {
98
- border-top-width: 0;
101
+ border-block-start-width: 0;
99
102
  }
100
103
  .panel > .table,
101
104
  .panel > .table-responsive > .table,
102
105
  .panel > .panel-collapse > .table {
103
- margin-bottom: 0;
106
+ margin-block-end: 0;
104
107
  }
105
108
  .panel > .table caption,
106
109
  .panel > .table-responsive > .table caption,
107
110
  .panel > .panel-collapse > .table caption {
108
- padding-left: 32px;
109
- padding-right: 32px;
111
+ padding-inline-start: 32px;
112
+ padding-inline-end: 32px;
110
113
  }
111
114
  .panel > .table:first-child,
112
115
  .panel > .table-responsive:first-child > .table:first-child {
113
- border-top-right-radius: 2px;
114
- border-top-left-radius: 2px;
116
+ border-start-end-radius: 2px;
117
+ border-start-start-radius: 2px;
115
118
  }
116
119
  .panel > .table:first-child > thead:first-child > tr:first-child,
117
120
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
118
121
  .panel > .table:first-child > tbody:first-child > tr:first-child,
119
122
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
120
- border-top-left-radius: 2px;
121
- border-top-right-radius: 2px;
122
- }
123
- [dir="rtl"] .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
124
- [dir="rtl"] .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
125
- [dir="rtl"] .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
126
- [dir="rtl"] .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
127
- [dir="rtl"] .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
128
- [dir="rtl"] .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
129
- [dir="rtl"] .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
130
- [dir="rtl"] .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
131
- border-top-right-radius: 2px;
132
- }
133
- html:not([dir="rtl"]) .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
134
- html:not([dir="rtl"]) .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
135
- html:not([dir="rtl"]) .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
136
- html:not([dir="rtl"]) .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
137
- html:not([dir="rtl"]) .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
138
- html:not([dir="rtl"]) .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
139
- html:not([dir="rtl"]) .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
140
- html:not([dir="rtl"]) .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
141
- border-top-left-radius: 2px;
142
- }
143
- [dir="rtl"] .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
144
- [dir="rtl"] .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
145
- [dir="rtl"] .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
146
- [dir="rtl"] .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
147
- [dir="rtl"] .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
148
- [dir="rtl"] .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
149
- [dir="rtl"] .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
150
- [dir="rtl"] .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
151
- border-top-left-radius: 2px;
152
- }
153
- html:not([dir="rtl"]) .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
154
- html:not([dir="rtl"]) .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
155
- html:not([dir="rtl"]) .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
156
- html:not([dir="rtl"]) .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
157
- html:not([dir="rtl"]) .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
158
- html:not([dir="rtl"]) .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
159
- html:not([dir="rtl"]) .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
160
- html:not([dir="rtl"]) .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
161
- border-top-right-radius: 2px;
123
+ border-start-start-radius: 2px;
124
+ border-start-end-radius: 2px;
125
+ }
126
+ .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
127
+ .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
128
+ .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
129
+ .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
130
+ .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
131
+ .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
132
+ .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
133
+ .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
134
+ border-start-start-radius: 2px;
135
+ }
136
+ .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
137
+ .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
138
+ .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
139
+ .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
140
+ .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
141
+ .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
142
+ .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
143
+ .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
144
+ border-start-end-radius: 2px;
162
145
  }
163
146
  .panel > .table:last-child,
164
147
  .panel > .table-responsive:last-child > .table:last-child {
165
- border-bottom-right-radius: 2px;
166
- border-bottom-left-radius: 2px;
148
+ border-end-end-radius: 2px;
149
+ border-end-start-radius: 2px;
167
150
  }
168
151
  .panel > .table:last-child > tbody:last-child > tr:last-child,
169
152
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
170
153
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
171
154
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
172
- border-bottom-left-radius: 2px;
173
- border-bottom-right-radius: 2px;
174
- }
175
- [dir="rtl"] .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
176
- [dir="rtl"] .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
177
- [dir="rtl"] .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
178
- [dir="rtl"] .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
179
- [dir="rtl"] .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
180
- [dir="rtl"] .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
181
- [dir="rtl"] .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
182
- [dir="rtl"] .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
183
- border-bottom-right-radius: 2px;
184
- }
185
- html:not([dir="rtl"]) .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
186
- html:not([dir="rtl"]) .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
187
- html:not([dir="rtl"]) .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
188
- html:not([dir="rtl"]) .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
189
- html:not([dir="rtl"]) .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
190
- html:not([dir="rtl"]) .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
191
- html:not([dir="rtl"]) .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
192
- html:not([dir="rtl"]) .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
193
- border-bottom-left-radius: 2px;
194
- }
195
- [dir="rtl"] .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
196
- [dir="rtl"] .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
197
- [dir="rtl"] .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
198
- [dir="rtl"] .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
199
- [dir="rtl"] .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
200
- [dir="rtl"] .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
201
- [dir="rtl"] .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
202
- [dir="rtl"] .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
203
- border-bottom-left-radius: 2px;
204
- }
205
- html:not([dir="rtl"]) .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
206
- html:not([dir="rtl"]) .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
207
- html:not([dir="rtl"]) .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
208
- html:not([dir="rtl"]) .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
209
- html:not([dir="rtl"]) .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
210
- html:not([dir="rtl"]) .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
211
- html:not([dir="rtl"]) .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
212
- html:not([dir="rtl"]) .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
213
- border-bottom-right-radius: 2px;
155
+ border-end-start-radius: 2px;
156
+ border-end-end-radius: 2px;
157
+ }
158
+ .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
159
+ .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
160
+ .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
161
+ .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
162
+ .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
163
+ .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
164
+ .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
165
+ .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
166
+ border-end-start-radius: 2px;
167
+ }
168
+ .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
169
+ .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
170
+ .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
171
+ .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
172
+ .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
173
+ .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
174
+ .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
175
+ .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
176
+ border-end-end-radius: 2px;
214
177
  }
215
178
  .panel > .panel-body + .table,
216
179
  .panel > .panel-body + .table-responsive,
217
180
  .panel > .table + .panel-body,
218
181
  .panel > .table-responsive + .panel-body {
219
- border-top: 1px solid #f2f5f7;
182
+ border-block-start: 1px solid #f2f5f7;
220
183
  }
221
184
  .panel > .table > tbody:first-child > tr:first-child th,
222
185
  .panel > .table > tbody:first-child > tr:first-child td {
223
- border-top: 0;
186
+ border-block-start: 0;
224
187
  }
225
188
  .panel > .table-bordered,
226
189
  .panel > .table-responsive > .table-bordered {
227
190
  border: 0;
228
191
  }
229
- [dir="rtl"] .panel > .table-bordered > thead > tr > th:first-child,
230
- [dir="rtl"] .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
231
- [dir="rtl"] .panel > .table-bordered > tbody > tr > th:first-child,
232
- [dir="rtl"] .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
233
- [dir="rtl"] .panel > .table-bordered > tfoot > tr > th:first-child,
234
- [dir="rtl"] .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
235
- [dir="rtl"] .panel > .table-bordered > thead > tr > td:first-child,
236
- [dir="rtl"] .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
237
- [dir="rtl"] .panel > .table-bordered > tbody > tr > td:first-child,
238
- [dir="rtl"] .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
239
- [dir="rtl"] .panel > .table-bordered > tfoot > tr > td:first-child,
240
- [dir="rtl"] .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
241
- border-right: 0 ;
242
- }
243
- html:not([dir="rtl"]) .panel > .table-bordered > thead > tr > th:first-child,
244
- html:not([dir="rtl"]) .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
245
- html:not([dir="rtl"]) .panel > .table-bordered > tbody > tr > th:first-child,
246
- html:not([dir="rtl"]) .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
247
- html:not([dir="rtl"]) .panel > .table-bordered > tfoot > tr > th:first-child,
248
- html:not([dir="rtl"]) .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
249
- html:not([dir="rtl"]) .panel > .table-bordered > thead > tr > td:first-child,
250
- html:not([dir="rtl"]) .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
251
- html:not([dir="rtl"]) .panel > .table-bordered > tbody > tr > td:first-child,
252
- html:not([dir="rtl"]) .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
253
- html:not([dir="rtl"]) .panel > .table-bordered > tfoot > tr > td:first-child,
254
- html:not([dir="rtl"]) .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
255
- border-left: 0 ;
256
- }
257
- [dir="rtl"] .panel > .table-bordered > thead > tr > th:last-child,
258
- [dir="rtl"] .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
259
- [dir="rtl"] .panel > .table-bordered > tbody > tr > th:last-child,
260
- [dir="rtl"] .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
261
- [dir="rtl"] .panel > .table-bordered > tfoot > tr > th:last-child,
262
- [dir="rtl"] .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
263
- [dir="rtl"] .panel > .table-bordered > thead > tr > td:last-child,
264
- [dir="rtl"] .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
265
- [dir="rtl"] .panel > .table-bordered > tbody > tr > td:last-child,
266
- [dir="rtl"] .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
267
- [dir="rtl"] .panel > .table-bordered > tfoot > tr > td:last-child,
268
- [dir="rtl"] .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
269
- border-left: 0 ;
270
- }
271
- html:not([dir="rtl"]) .panel > .table-bordered > thead > tr > th:last-child,
272
- html:not([dir="rtl"]) .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
273
- html:not([dir="rtl"]) .panel > .table-bordered > tbody > tr > th:last-child,
274
- html:not([dir="rtl"]) .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
275
- html:not([dir="rtl"]) .panel > .table-bordered > tfoot > tr > th:last-child,
276
- html:not([dir="rtl"]) .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
277
- html:not([dir="rtl"]) .panel > .table-bordered > thead > tr > td:last-child,
278
- html:not([dir="rtl"]) .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
279
- html:not([dir="rtl"]) .panel > .table-bordered > tbody > tr > td:last-child,
280
- html:not([dir="rtl"]) .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
281
- html:not([dir="rtl"]) .panel > .table-bordered > tfoot > tr > td:last-child,
282
- html:not([dir="rtl"]) .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
283
- border-right: 0 ;
192
+ .panel > .table-bordered > thead > tr > th:first-child,
193
+ .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
194
+ .panel > .table-bordered > tbody > tr > th:first-child,
195
+ .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
196
+ .panel > .table-bordered > tfoot > tr > th:first-child,
197
+ .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
198
+ .panel > .table-bordered > thead > tr > td:first-child,
199
+ .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
200
+ .panel > .table-bordered > tbody > tr > td:first-child,
201
+ .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
202
+ .panel > .table-bordered > tfoot > tr > td:first-child,
203
+ .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
204
+ border-inline-start: 0 ;
205
+ }
206
+ .panel > .table-bordered > thead > tr > th:last-child,
207
+ .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
208
+ .panel > .table-bordered > tbody > tr > th:last-child,
209
+ .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
210
+ .panel > .table-bordered > tfoot > tr > th:last-child,
211
+ .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
212
+ .panel > .table-bordered > thead > tr > td:last-child,
213
+ .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
214
+ .panel > .table-bordered > tbody > tr > td:last-child,
215
+ .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
216
+ .panel > .table-bordered > tfoot > tr > td:last-child,
217
+ .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
218
+ border-inline-end: 0 ;
284
219
  }
285
220
  .panel > .table-bordered > thead > tr:first-child > td,
286
221
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
@@ -290,7 +225,7 @@ html:not([dir="rtl"]) .panel > .table-responsive > .table-bordered > tfoot > tr
290
225
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
291
226
  .panel > .table-bordered > tbody > tr:first-child > th,
292
227
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
293
- border-bottom: 0;
228
+ border-block-end: 0;
294
229
  }
295
230
  .panel > .table-bordered > tbody > tr:last-child > td,
296
231
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
@@ -300,99 +235,63 @@ html:not([dir="rtl"]) .panel > .table-responsive > .table-bordered > tfoot > tr
300
235
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
301
236
  .panel > .table-bordered > tfoot > tr:last-child > th,
302
237
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
303
- border-bottom: 0;
238
+ border-block-end: 0;
304
239
  }
305
240
  .panel > .table-responsive {
306
241
  border: 0;
307
- margin-bottom: 0;
242
+ margin-block-end: 0;
308
243
  }
309
244
  .panel > .table tr > :first-child,
310
245
  .panel > .table-responsive tr > :first-child {
311
- padding-left: 16px;
312
- }
313
- [dir="rtl"] .panel > .table tr > :first-child,
314
- [dir="rtl"] .panel > .table-responsive tr > :first-child {
315
- padding-right: 16px;
316
- padding-left: 0;
317
- padding-left: initial;
246
+ padding-inline-start: 16px;
318
247
  }
319
248
  .panel > .table tr > :last-child,
320
249
  .panel > .table-responsive tr > :last-child {
321
- padding-right: 16px;
322
- }
323
- [dir="rtl"] .panel > .table tr > :last-child,
324
- [dir="rtl"] .panel > .table-responsive tr > :last-child {
325
- padding-left: 16px;
326
- padding-right: 0;
327
- padding-right: initial;
250
+ padding-inline-end: 16px;
328
251
  }
329
252
  @media (min-width: 840px) {
330
253
  .panel > .table tr > :first-child,
331
254
  .panel > .table-responsive tr > :first-child {
332
- padding-left: 24px;
333
- }
334
- [dir="rtl"] .panel > .table tr > :first-child,
335
- [dir="rtl"] .panel > .table-responsive tr > :first-child {
336
- padding-right: 24px;
337
- padding-left: 0;
338
- padding-left: initial;
255
+ padding-inline-start: 24px;
339
256
  }
340
257
  .panel > .table tr > :last-child,
341
258
  .panel > .table-responsive tr > :last-child {
342
- padding-right: 24px;
343
- }
344
- [dir="rtl"] .panel > .table tr > :last-child,
345
- [dir="rtl"] .panel > .table-responsive tr > :last-child {
346
- padding-left: 24px;
347
- padding-right: 0;
348
- padding-right: initial;
259
+ padding-inline-end: 24px;
349
260
  }
350
261
  }
351
262
  @media (min-width: 1160px) {
352
263
  .panel > .table tr > :first-child,
353
264
  .panel > .table-responsive tr > :first-child {
354
- padding-left: 32px;
355
- }
356
- [dir="rtl"] .panel > .table tr > :first-child,
357
- [dir="rtl"] .panel > .table-responsive tr > :first-child {
358
- padding-right: 32px;
359
- padding-left: 0;
360
- padding-left: initial;
265
+ padding-inline-start: 32px;
361
266
  }
362
267
  .panel > .table tr > :last-child,
363
268
  .panel > .table-responsive tr > :last-child {
364
- padding-right: 32px;
365
- }
366
- [dir="rtl"] .panel > .table tr > :last-child,
367
- [dir="rtl"] .panel > .table-responsive tr > :last-child {
368
- padding-left: 32px;
369
- padding-right: 0;
370
- padding-right: initial;
269
+ padding-inline-end: 32px;
371
270
  }
372
271
  }
373
272
  .panel-group {
374
- margin-bottom: 24px;
375
- margin-bottom: var(--size-24);
273
+ margin-block-end: 24px;
274
+ margin-block-end: var(--size-24);
376
275
  }
377
276
  .panel-group .panel {
378
- margin-bottom: 0;
277
+ margin-block-end: 0;
379
278
  border-radius: 3px;
380
279
  }
381
280
  .panel-group .panel + .panel {
382
- margin-top: 8px;
281
+ margin-block-start: 8px;
383
282
  }
384
283
  .panel-group .panel-heading {
385
- border-bottom: 0;
284
+ border-block-end: 0;
386
285
  }
387
286
  .panel-group .panel-heading + .panel-collapse > .panel-body,
388
287
  .panel-group .panel-heading + .panel-collapse > .list-group {
389
- border-top: 1px solid #FFF;
288
+ border-block-start: 1px solid #FFF;
390
289
  }
391
290
  .panel-group .panel-footer {
392
- border-top: 0;
291
+ border-block-start: 0;
393
292
  }
394
293
  .panel-group .panel-footer + .panel-collapse .panel-body {
395
- border-bottom: 1px solid #FFF;
294
+ border-block-end: 1px solid #FFF;
396
295
  }
397
296
  .panel-default {
398
297
  border-color: #e2e6e8 !important;
@@ -402,14 +301,14 @@ html:not([dir="rtl"]) .panel > .table-responsive > .table-bordered > tfoot > tr
402
301
  border-color: #e2e6e8;
403
302
  }
404
303
  .panel-default > .panel-heading + .panel-collapse > .panel-body {
405
- border-top-color: #e2e6e8;
304
+ border-block-start-color: #e2e6e8;
406
305
  }
407
306
  .panel-default > .panel-heading .badge {
408
307
  color: #fff;
409
308
  background-color: #4a5860;
410
309
  }
411
310
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
412
- border-bottom-color: #e2e6e8;
311
+ border-block-end-color: #e2e6e8;
413
312
  }
414
313
  .panel-primary {
415
314
  border-color: #37517e !important;
@@ -419,14 +318,14 @@ html:not([dir="rtl"]) .panel > .table-responsive > .table-bordered > tfoot > tr
419
318
  border-color: #37517e;
420
319
  }
421
320
  .panel-primary > .panel-heading + .panel-collapse > .panel-body {
422
- border-top-color: #37517e;
321
+ border-block-start-color: #37517e;
423
322
  }
424
323
  .panel-primary > .panel-heading .badge {
425
324
  color: #fff;
426
325
  background-color: #fff;
427
326
  }
428
327
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
429
- border-bottom-color: #37517e;
328
+ border-block-end-color: #37517e;
430
329
  }
431
330
  .panel-success {
432
331
  border-color: #2ED06E !important;
@@ -436,14 +335,14 @@ html:not([dir="rtl"]) .panel > .table-responsive > .table-bordered > tfoot > tr
436
335
  border-color: #2ED06E;
437
336
  }
438
337
  .panel-success > .panel-heading + .panel-collapse > .panel-body {
439
- border-top-color: #2ED06E;
338
+ border-block-start-color: #2ED06E;
440
339
  }
441
340
  .panel-success > .panel-heading .badge {
442
341
  color: #FFF;
443
342
  background-color: #1B7940;
444
343
  }
445
344
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
446
- border-bottom-color: #2ED06E;
345
+ border-block-end-color: #2ED06E;
447
346
  }
448
347
  .panel-info {
449
348
  border-color: #00b9ff !important;
@@ -453,14 +352,14 @@ html:not([dir="rtl"]) .panel > .table-responsive > .table-bordered > tfoot > tr
453
352
  border-color: #00b9ff;
454
353
  }
455
354
  .panel-info > .panel-heading + .panel-collapse > .panel-body {
456
- border-top-color: #00b9ff;
355
+ border-block-start-color: #00b9ff;
457
356
  }
458
357
  .panel-info > .panel-heading .badge {
459
358
  color: #FFF;
460
359
  background-color: #00a4df;
461
360
  }
462
361
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
463
- border-bottom-color: #00b9ff;
362
+ border-block-end-color: #00b9ff;
464
363
  }
465
364
  .panel-warning {
466
365
  border-color: #FFA600 !important;
@@ -470,14 +369,14 @@ html:not([dir="rtl"]) .panel > .table-responsive > .table-bordered > tfoot > tr
470
369
  border-color: #FFA600;
471
370
  }
472
371
  .panel-warning > .panel-heading + .panel-collapse > .panel-body {
473
- border-top-color: #FFA600;
372
+ border-block-start-color: #FFA600;
474
373
  }
475
374
  .panel-warning > .panel-heading .badge {
476
375
  color: #FFF;
477
376
  background-color: #9E5F00;
478
377
  }
479
378
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
480
- border-bottom-color: #FFA600;
379
+ border-block-end-color: #FFA600;
481
380
  }
482
381
  .panel-danger {
483
382
  border-color: #F53636 !important;
@@ -487,21 +386,21 @@ html:not([dir="rtl"]) .panel > .table-responsive > .table-bordered > tfoot > tr
487
386
  border-color: #F53636;
488
387
  }
489
388
  .panel-danger > .panel-heading + .panel-collapse > .panel-body {
490
- border-top-color: #F53636;
389
+ border-block-start-color: #F53636;
491
390
  }
492
391
  .panel-danger > .panel-heading .badge {
493
392
  color: #FFF;
494
393
  background-color: #C22E2E;
495
394
  }
496
395
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
497
- border-bottom-color: #F53636;
396
+ border-block-end-color: #F53636;
498
397
  }
499
398
  .panel ul:last-child {
500
- margin-bottom: 0;
399
+ margin-block-end: 0;
501
400
  }
502
401
  .panel-group .panel {
503
- margin-left: 0;
504
- margin-right: 0;
402
+ margin-inline-start: 0;
403
+ margin-inline-end: 0;
505
404
  border: 1px solid #e2e6e8;
506
405
  }
507
406
  .panel-group .panel-heading,
@@ -517,12 +416,13 @@ html:not([dir="rtl"]) .panel > .table-responsive > .table-bordered > tfoot > tr
517
416
  @media (min-width: 1160px) {
518
417
  .panel-group .panel .panel-heading,
519
418
  .panel-group .panel .panel-footer {
520
- padding: 24px 32px;
419
+ padding-block: 24px;
420
+ padding-inline: 32px;
521
421
  }
522
422
  }
523
423
  @media (min-width: 840px) {
524
424
  .panel {
525
- margin-left: 0;
526
- margin-right: 0;
425
+ margin-inline-start: 0;
426
+ margin-inline-end: 0;
527
427
  }
528
428
  }