@transferwise/components 0.0.0-experimental-8cc553f → 0.0.0-experimental-769973c

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 (353) hide show
  1. package/build/checkbox/Checkbox.js +1 -1
  2. package/build/checkbox/Checkbox.js.map +1 -1
  3. package/build/checkbox/Checkbox.mjs +1 -1
  4. package/build/checkbox/Checkbox.mjs.map +1 -1
  5. package/build/common/Option/Option.js +2 -2
  6. package/build/common/Option/Option.js.map +1 -1
  7. package/build/common/Option/Option.mjs +2 -2
  8. package/build/common/Option/Option.mjs.map +1 -1
  9. package/build/main.css +5397 -5944
  10. package/build/moneyInput/MoneyInput.js +28 -12
  11. package/build/moneyInput/MoneyInput.js.map +1 -1
  12. package/build/moneyInput/MoneyInput.mjs +30 -14
  13. package/build/moneyInput/MoneyInput.mjs.map +1 -1
  14. package/build/moneyInput/currencyFormatting.js +8 -2
  15. package/build/moneyInput/currencyFormatting.js.map +1 -1
  16. package/build/moneyInput/currencyFormatting.mjs +5 -4
  17. package/build/moneyInput/currencyFormatting.mjs.map +1 -1
  18. package/build/styles/accordion/Accordion.css +23 -21
  19. package/build/styles/actionButton/ActionButton.css +8 -6
  20. package/build/styles/alert/Alert.css +2 -2
  21. package/build/styles/avatar/Avatar.css +65 -65
  22. package/build/styles/avatarLayout/AvatarLayout.css +11 -11
  23. package/build/styles/avatarView/AvatarView.css +3 -3
  24. package/build/styles/avatarView/Dot.css +3 -3
  25. package/build/styles/badge/Badge.css +8 -12
  26. package/build/styles/button/Button.css +6 -6
  27. package/build/styles/button/LegacyButton.css +3 -9
  28. package/build/styles/card/Card.css +27 -18
  29. package/build/styles/carousel/Carousel.css +28 -27
  30. package/build/styles/checkboxButton/CheckboxButton.css +10 -15
  31. package/build/styles/chips/Chip.css +26 -29
  32. package/build/styles/common/Option/Option.css +42 -44
  33. package/build/styles/common/baseCard/BaseCard.css +3 -7
  34. package/build/styles/common/bottomSheet/BottomSheet.css +30 -18
  35. package/build/styles/common/circle/Circle.css +10 -10
  36. package/build/styles/common/closeButton/CloseButton.css +36 -36
  37. package/build/styles/common/liveRegion/LiveRegion.css +1 -1
  38. package/build/styles/common/panel/Panel.css +7 -7
  39. package/build/styles/criticalBanner/CriticalCommsBanner.css +7 -7
  40. package/build/styles/css/accordion.css +35 -37
  41. package/build/styles/css/alerts.css +84 -96
  42. package/build/styles/css/badge.css +25 -23
  43. package/build/styles/css/breadcrumbs.css +6 -4
  44. package/build/styles/css/button-groups.css +157 -168
  45. package/build/styles/css/buttons.css +69 -74
  46. package/build/styles/css/circles.css +54 -60
  47. package/build/styles/css/close.css +2 -2
  48. package/build/styles/css/column-layout.css +45 -48
  49. package/build/styles/css/currency-flags.css +10 -12
  50. package/build/styles/css/decision.css +14 -12
  51. package/build/styles/css/dropdowns.css +116 -142
  52. package/build/styles/css/droppable.css +45 -36
  53. package/build/styles/css/flex.css +88 -104
  54. package/build/styles/css/footer.css +15 -14
  55. package/build/styles/css/grid.css +780 -975
  56. package/build/styles/css/input-groups.css +333 -361
  57. package/build/styles/css/link-callout.css +5 -6
  58. package/build/styles/css/list-group.css +72 -66
  59. package/build/styles/css/loaders.css +11 -11
  60. package/build/styles/css/media.css +21 -25
  61. package/build/styles/css/modals.css +57 -51
  62. package/build/styles/css/navbar.css +537 -581
  63. package/build/styles/css/navs.css +84 -88
  64. package/build/styles/css/neptune-social-media.css +17 -21
  65. package/build/styles/css/neptune.css +4217 -4545
  66. package/build/styles/css/panels.css +100 -102
  67. package/build/styles/css/popovers.css +189 -217
  68. package/build/styles/css/process.css +69 -71
  69. package/build/styles/css/progress-bars.css +13 -17
  70. package/build/styles/css/select.css +35 -39
  71. package/build/styles/css/sequences.css +147 -169
  72. package/build/styles/css/table.css +50 -39
  73. package/build/styles/css/tick.css +15 -10
  74. package/build/styles/css/tooltip.css +66 -64
  75. package/build/styles/css/utilities.css +24 -24
  76. package/build/styles/css/wells.css +20 -20
  77. package/build/styles/dateInput/DateInput.css +4 -4
  78. package/build/styles/dateLookup/DateLookup.css +10 -9
  79. package/build/styles/dateLookup/dateTrigger/DateTrigger.css +9 -15
  80. package/build/styles/definitionList/DefinitionList.css +8 -14
  81. package/build/styles/dimmer/Dimmer.css +9 -19
  82. package/build/styles/divider/Divider.css +8 -7
  83. package/build/styles/drawer/Drawer.css +16 -15
  84. package/build/styles/dropFade/DropFade.css +2 -2
  85. package/build/styles/expressiveMoneyInput/ExpressiveMoneyInput.css +11 -11
  86. package/build/styles/expressiveMoneyInput/amountInput/AmountInput.css +4 -4
  87. package/build/styles/expressiveMoneyInput/chevron/Chevron.css +5 -5
  88. package/build/styles/field/Field.css +5 -5
  89. package/build/styles/flowNavigation/FlowNavigation.css +29 -28
  90. package/build/styles/flowNavigation/animatedLabel/AnimatedLabel.css +5 -5
  91. package/build/styles/header/Header.css +11 -9
  92. package/build/styles/image/Image.css +7 -7
  93. package/build/styles/info/Info.css +1 -1
  94. package/build/styles/inputs/Input.css +24 -25
  95. package/build/styles/inputs/InputGroup.css +13 -13
  96. package/build/styles/inputs/SelectInput/BottomSheet/SelectInputBottomSheet.css +10 -10
  97. package/build/styles/inputs/SelectInput/ButtonInput/SelectInputButtonInput.css +5 -5
  98. package/build/styles/inputs/SelectInput/ClearButton/SelectInputClearButton.css +6 -6
  99. package/build/styles/inputs/SelectInput/ItemView/SelectInputItemView.css +4 -4
  100. package/build/styles/inputs/SelectInput/Option/SelectInputOption.css +4 -2
  101. package/build/styles/inputs/SelectInput/OptionContent/SelectInputOptionContent.css +4 -4
  102. package/build/styles/inputs/SelectInput/Options/SelectInputOptions.css +17 -12
  103. package/build/styles/inputs/SelectInput/Popover/SelectInputPopover.css +4 -4
  104. package/build/styles/inputs/SelectInput/SelectInput.css +54 -47
  105. package/build/styles/inputs/TextArea.css +26 -27
  106. package/build/styles/instructionsList/InstructionsList.css +5 -5
  107. package/build/styles/legacylistItem/LegacyListItem.css +1 -1
  108. package/build/styles/link/Link.css +2 -8
  109. package/build/styles/listItem/ListItem.css +38 -35
  110. package/build/styles/listItem/ListItem.grid.css +7 -7
  111. package/build/styles/loader/Loader.css +30 -30
  112. package/build/styles/main.css +5397 -5944
  113. package/build/styles/modal/Modal.css +17 -16
  114. package/build/styles/moneyInput/MoneyInput.css +10 -20
  115. package/build/styles/navigationOption/NavigationOption.css +6 -19
  116. package/build/styles/navigationOptionsList/NavigationOptionsList.css +3 -8
  117. package/build/styles/nudge/Nudge.css +46 -72
  118. package/build/styles/overlayHeader/OverlayHeader.css +7 -6
  119. package/build/styles/phoneNumberInput/PhoneNumberInput.css +3 -9
  120. package/build/styles/popover/Popover.css +13 -10
  121. package/build/styles/progress/Progress.css +3 -3
  122. package/build/styles/progressBar/ProgressBar.css +4 -4
  123. package/build/styles/promoCard/PromoCard.css +27 -41
  124. package/build/styles/prompt/ActionPrompt/ActionPrompt.css +8 -8
  125. package/build/styles/prompt/InfoPrompt/InfoPrompt.css +7 -7
  126. package/build/styles/prompt/InlinePrompt/InlinePrompt.css +5 -6
  127. package/build/styles/prompt/PrimitivePrompt/PrimitivePrompt.css +6 -6
  128. package/build/styles/radioGroup/RadioGroup.css +1 -1
  129. package/build/styles/section/Section.css +6 -6
  130. package/build/styles/segmentedControl/SegmentedControl.css +18 -15
  131. package/build/styles/select/Select.css +55 -99
  132. package/build/styles/slidingPanel/SlidingPanel.css +9 -31
  133. package/build/styles/snackbar/Snackbar.css +21 -35
  134. package/build/styles/stepper/Stepper.css +9 -12
  135. package/build/styles/styles/less/accordion.css +35 -37
  136. package/build/styles/styles/less/alerts.css +84 -96
  137. package/build/styles/styles/less/badge.css +25 -23
  138. package/build/styles/styles/less/breadcrumbs.css +6 -4
  139. package/build/styles/styles/less/button-groups.css +157 -168
  140. package/build/styles/styles/less/buttons.css +69 -74
  141. package/build/styles/styles/less/circles.css +54 -60
  142. package/build/styles/styles/less/close.css +2 -2
  143. package/build/styles/styles/less/column-layout.css +45 -48
  144. package/build/styles/styles/less/currency-flags.css +10 -12
  145. package/build/styles/styles/less/decision.css +14 -12
  146. package/build/styles/styles/less/dropdowns.css +116 -142
  147. package/build/styles/styles/less/droppable.css +45 -36
  148. package/build/styles/styles/less/flex.css +88 -104
  149. package/build/styles/styles/less/footer.css +15 -14
  150. package/build/styles/styles/less/forms/bootstrap-forms.css +244 -264
  151. package/build/styles/styles/less/forms/checkbox-radio.css +41 -41
  152. package/build/styles/styles/less/grid.css +780 -975
  153. package/build/styles/styles/less/input-groups.css +333 -361
  154. package/build/styles/styles/less/link-callout.css +5 -6
  155. package/build/styles/styles/less/list-group.css +72 -66
  156. package/build/styles/styles/less/loaders.css +11 -11
  157. package/build/styles/styles/less/media.css +21 -25
  158. package/build/styles/styles/less/modals.css +57 -51
  159. package/build/styles/styles/less/navbar.css +537 -581
  160. package/build/styles/styles/less/navs.css +84 -88
  161. package/build/styles/styles/less/neptune-social-media.css +17 -21
  162. package/build/styles/styles/less/neptune.css +4217 -4545
  163. package/build/styles/styles/less/panels.css +100 -102
  164. package/build/styles/styles/less/popovers.css +189 -217
  165. package/build/styles/styles/less/process.css +69 -71
  166. package/build/styles/styles/less/progress-bars.css +13 -17
  167. package/build/styles/styles/less/select.css +35 -39
  168. package/build/styles/styles/less/sequences.css +147 -169
  169. package/build/styles/styles/less/table.css +50 -39
  170. package/build/styles/styles/less/tick.css +15 -10
  171. package/build/styles/styles/less/tooltip.css +66 -64
  172. package/build/styles/styles/less/utilities.css +24 -24
  173. package/build/styles/styles/less/wells.css +20 -20
  174. package/build/styles/summary/Summary.css +19 -30
  175. package/build/styles/switch/Switch.css +5 -4
  176. package/build/styles/table/Table.css +60 -57
  177. package/build/styles/tabs/Tabs.css +18 -14
  178. package/build/styles/tile/Tile.css +12 -12
  179. package/build/styles/tooltip/Tooltip.css +2 -2
  180. package/build/styles/typeahead/Typeahead.css +40 -52
  181. package/build/styles/upload/Upload.css +11 -10
  182. package/build/styles/uploadInput/UploadInput.css +4 -4
  183. package/build/styles/uploadInput/uploadButton/UploadButton.css +20 -19
  184. package/build/styles/uploadInput/uploadItem/UploadItem.css +45 -44
  185. package/build/types/moneyInput/MoneyInput.d.ts +6 -0
  186. package/build/types/moneyInput/MoneyInput.d.ts.map +1 -1
  187. package/build/types/moneyInput/currencyFormatting.d.ts +4 -3
  188. package/build/types/moneyInput/currencyFormatting.d.ts.map +1 -1
  189. package/package.json +1 -1
  190. package/src/accordion/Accordion.css +23 -21
  191. package/src/accordion/Accordion.less +3 -3
  192. package/src/actionButton/ActionButton.css +8 -6
  193. package/src/alert/Alert.css +2 -2
  194. package/src/avatar/Avatar.css +65 -65
  195. package/src/avatarLayout/AvatarLayout.css +11 -11
  196. package/src/avatarView/AvatarView.css +3 -3
  197. package/src/avatarView/Dot.css +3 -3
  198. package/src/badge/Badge.css +8 -12
  199. package/src/badge/Badge.less +1 -1
  200. package/src/button/Button.css +6 -6
  201. package/src/button/LegacyButton.css +3 -9
  202. package/src/button/LegacyButton.less +1 -1
  203. package/src/card/Card.css +27 -18
  204. package/src/card/Card.less +1 -1
  205. package/src/carousel/Carousel.css +28 -27
  206. package/src/checkbox/Checkbox.tsx +1 -1
  207. package/src/checkboxButton/CheckboxButton.css +10 -15
  208. package/src/checkboxButton/CheckboxButton.less +2 -2
  209. package/src/chips/Chip.css +26 -29
  210. package/src/chips/Chip.less +1 -1
  211. package/src/common/Option/Option.css +42 -44
  212. package/src/common/Option/Option.less +2 -2
  213. package/src/common/Option/Option.tsx +2 -2
  214. package/src/common/baseCard/BaseCard.css +3 -7
  215. package/src/common/baseCard/BaseCard.less +0 -5
  216. package/src/common/bottomSheet/BottomSheet.css +30 -18
  217. package/src/common/circle/Circle.css +10 -10
  218. package/src/common/closeButton/CloseButton.css +36 -36
  219. package/src/common/liveRegion/LiveRegion.css +1 -1
  220. package/src/common/panel/Panel.css +7 -7
  221. package/src/criticalBanner/CriticalCommsBanner.css +7 -7
  222. package/src/dateInput/DateInput.css +4 -4
  223. package/src/dateLookup/DateLookup.css +10 -9
  224. package/src/dateLookup/dateTrigger/DateTrigger.css +9 -15
  225. package/src/dateLookup/dateTrigger/DateTrigger.less +1 -1
  226. package/src/definitionList/DefinitionList.css +8 -14
  227. package/src/definitionList/DefinitionList.less +1 -1
  228. package/src/dimmer/Dimmer.css +9 -19
  229. package/src/dimmer/Dimmer.less +2 -3
  230. package/src/divider/Divider.css +8 -7
  231. package/src/drawer/Drawer.css +16 -15
  232. package/src/dropFade/DropFade.css +2 -2
  233. package/src/expressiveMoneyInput/ExpressiveMoneyInput.css +11 -11
  234. package/src/expressiveMoneyInput/amountInput/AmountInput.css +4 -4
  235. package/src/expressiveMoneyInput/chevron/Chevron.css +5 -5
  236. package/src/field/Field.css +5 -5
  237. package/src/flowNavigation/FlowNavigation.css +29 -28
  238. package/src/flowNavigation/animatedLabel/AnimatedLabel.css +5 -5
  239. package/src/header/Header.css +11 -9
  240. package/src/image/Image.css +7 -7
  241. package/src/info/Info.css +1 -1
  242. package/src/inputs/Input.css +24 -25
  243. package/src/inputs/InputGroup.css +13 -13
  244. package/src/inputs/SelectInput/BottomSheet/SelectInputBottomSheet.css +10 -10
  245. package/src/inputs/SelectInput/ButtonInput/SelectInputButtonInput.css +5 -5
  246. package/src/inputs/SelectInput/ClearButton/SelectInputClearButton.css +6 -6
  247. package/src/inputs/SelectInput/ItemView/SelectInputItemView.css +4 -4
  248. package/src/inputs/SelectInput/Option/SelectInputOption.css +4 -2
  249. package/src/inputs/SelectInput/OptionContent/SelectInputOptionContent.css +4 -4
  250. package/src/inputs/SelectInput/Options/SelectInputOptions.css +17 -12
  251. package/src/inputs/SelectInput/Popover/SelectInputPopover.css +4 -4
  252. package/src/inputs/SelectInput/SelectInput.css +54 -47
  253. package/src/inputs/TextArea.css +26 -27
  254. package/src/instructionsList/InstructionsList.css +5 -5
  255. package/src/legacylistItem/LegacyListItem.css +1 -1
  256. package/src/link/Link.css +2 -8
  257. package/src/link/Link.less +1 -1
  258. package/src/listItem/ListItem.css +38 -35
  259. package/src/listItem/ListItem.grid.css +7 -7
  260. package/src/loader/Loader.css +30 -30
  261. package/src/main.css +5397 -5944
  262. package/src/modal/Modal.css +17 -16
  263. package/src/moneyInput/MoneyInput.css +10 -20
  264. package/src/moneyInput/MoneyInput.less +4 -4
  265. package/src/moneyInput/MoneyInput.story.tsx +10 -1
  266. package/src/moneyInput/MoneyInput.test.story.tsx +141 -1
  267. package/src/moneyInput/MoneyInput.test.tsx +45 -0
  268. package/src/moneyInput/MoneyInput.tsx +27 -3
  269. package/src/moneyInput/currencyFormatting.ts +11 -5
  270. package/src/navigationOption/NavigationOption.css +6 -19
  271. package/src/navigationOption/NavigationOption.less +3 -4
  272. package/src/navigationOptionsList/NavigationOptionsList.css +3 -8
  273. package/src/navigationOptionsList/NavigationOptionsList.less +1 -1
  274. package/src/nudge/Nudge.css +46 -72
  275. package/src/nudge/Nudge.less +0 -8
  276. package/src/overlayHeader/OverlayHeader.css +7 -6
  277. package/src/phoneNumberInput/PhoneNumberInput.css +3 -9
  278. package/src/phoneNumberInput/PhoneNumberInput.less +1 -1
  279. package/src/popover/Popover.css +13 -10
  280. package/src/progress/Progress.css +3 -3
  281. package/src/progressBar/ProgressBar.css +4 -4
  282. package/src/promoCard/PromoCard.css +27 -41
  283. package/src/promoCard/PromoCard.less +12 -27
  284. package/src/prompt/ActionPrompt/ActionPrompt.css +8 -8
  285. package/src/prompt/InfoPrompt/InfoPrompt.css +7 -7
  286. package/src/prompt/InlinePrompt/InlinePrompt.css +5 -6
  287. package/src/prompt/PrimitivePrompt/PrimitivePrompt.css +6 -6
  288. package/src/radioGroup/RadioGroup.css +1 -1
  289. package/src/section/Section.css +6 -6
  290. package/src/section/Section.story.tsx +2 -8
  291. package/src/segmentedControl/SegmentedControl.css +18 -15
  292. package/src/select/Select.css +55 -99
  293. package/src/select/Select.less +9 -10
  294. package/src/slidingPanel/SlidingPanel.css +9 -31
  295. package/src/slidingPanel/SlidingPanel.less +4 -4
  296. package/src/snackbar/Snackbar.css +21 -35
  297. package/src/snackbar/Snackbar.less +3 -9
  298. package/src/stepper/Stepper.css +9 -12
  299. package/src/stepper/Stepper.less +1 -1
  300. package/src/styles/less/accordion.css +35 -37
  301. package/src/styles/less/alerts.css +84 -96
  302. package/src/styles/less/badge.css +25 -23
  303. package/src/styles/less/breadcrumbs.css +6 -4
  304. package/src/styles/less/button-groups.css +157 -168
  305. package/src/styles/less/buttons.css +69 -74
  306. package/src/styles/less/circles.css +54 -60
  307. package/src/styles/less/close.css +2 -2
  308. package/src/styles/less/column-layout.css +45 -48
  309. package/src/styles/less/currency-flags.css +10 -12
  310. package/src/styles/less/decision.css +14 -12
  311. package/src/styles/less/dropdowns.css +116 -142
  312. package/src/styles/less/droppable.css +45 -36
  313. package/src/styles/less/flex.css +88 -104
  314. package/src/styles/less/footer.css +15 -14
  315. package/src/styles/less/forms/bootstrap-forms.css +244 -264
  316. package/src/styles/less/forms/checkbox-radio.css +41 -41
  317. package/src/styles/less/grid.css +780 -975
  318. package/src/styles/less/input-groups.css +333 -361
  319. package/src/styles/less/link-callout.css +5 -6
  320. package/src/styles/less/list-group.css +72 -66
  321. package/src/styles/less/loaders.css +11 -11
  322. package/src/styles/less/media.css +21 -25
  323. package/src/styles/less/modals.css +57 -51
  324. package/src/styles/less/navbar.css +537 -581
  325. package/src/styles/less/navs.css +84 -88
  326. package/src/styles/less/neptune-social-media.css +17 -21
  327. package/src/styles/less/neptune.css +4217 -4545
  328. package/src/styles/less/panels.css +100 -102
  329. package/src/styles/less/popovers.css +189 -217
  330. package/src/styles/less/process.css +69 -71
  331. package/src/styles/less/progress-bars.css +13 -17
  332. package/src/styles/less/progress-bars.less +0 -5
  333. package/src/styles/less/select.css +35 -39
  334. package/src/styles/less/sequences.css +147 -169
  335. package/src/styles/less/table.css +50 -39
  336. package/src/styles/less/tick.css +15 -10
  337. package/src/styles/less/tick.less +6 -1
  338. package/src/styles/less/tooltip.css +66 -64
  339. package/src/styles/less/utilities.css +24 -24
  340. package/src/styles/less/wells.css +20 -20
  341. package/src/summary/Summary.css +19 -30
  342. package/src/summary/Summary.less +1 -6
  343. package/src/switch/Switch.css +5 -4
  344. package/src/table/Table.css +60 -57
  345. package/src/tabs/Tabs.css +18 -14
  346. package/src/tile/Tile.css +12 -12
  347. package/src/tooltip/Tooltip.css +2 -2
  348. package/src/typeahead/Typeahead.css +40 -52
  349. package/src/typeahead/Typeahead.less +2 -2
  350. package/src/upload/Upload.css +11 -10
  351. package/src/uploadInput/UploadInput.css +4 -4
  352. package/src/uploadInput/uploadButton/UploadButton.css +20 -19
  353. package/src/uploadInput/uploadItem/UploadItem.css +45 -44
@@ -1,27 +1,27 @@
1
1
  .np-summary {
2
- min-width: 280px;
2
+ min-inline-size: 280px;
3
3
  }
4
4
  .np-summary__body {
5
5
  flex: 1;
6
6
  }
7
7
  .np-summary__title {
8
- margin-top: 2px;
8
+ margin-block-start: 2px;
9
9
  line-height: calc(22 / 16);
10
10
  font-weight: 600;
11
11
  font-weight: var(--font-weight-semi-bold);
12
12
  justify-content: space-between;
13
- margin-top: 0;
13
+ margin-block-start: 0;
14
14
  }
15
15
  .np-summary__title span {
16
16
  line-height: 1.375;
17
- margin-bottom: 0 !important;
17
+ margin-block-end: 0 !important;
18
18
  letter-spacing: normal;
19
19
  }
20
20
  .np-summary__title .np-info button {
21
- margin-top: 0;
21
+ margin-block-start: 0;
22
22
  }
23
23
  .np-summary__title .np-info__small {
24
- margin-top: 0;
24
+ margin-block-start: 0;
25
25
  }
26
26
  .np-summary__title .np-info .tw-icon {
27
27
  color: var(--color-interactive-primary);
@@ -41,41 +41,30 @@
41
41
  background-color: transparent;
42
42
  border-radius: 50%;
43
43
  position: absolute;
44
- right: calc(8px * -1);
45
- right: calc(var(--size-8) * -1);
46
- bottom: -6px;
47
- }
48
- [dir="rtl"] .np-summary__icon :nth-child(2) {
49
- left: calc(8px * -1);
50
- left: calc(var(--size-8) * -1);
51
- right: auto;
52
- right: initial;
44
+ inset-inline-end: calc(8px * -1);
45
+ inset-inline-end: calc(var(--size-8) * -1);
46
+ inset-block-end: -6px;
53
47
  }
54
48
  .np-summary__description {
55
- margin-top: 4px;
56
- margin-top: var(--size-4);
49
+ margin-block-start: 4px;
50
+ margin-block-start: var(--size-4);
57
51
  font-size: 0.875rem;
58
52
  font-size: var(--font-size-14);
59
53
  line-height: calc(20 / 14);
60
54
  color: #5d7079;
61
55
  color: var(--color-content-secondary);
62
- padding-right: calc(24px + 8px);
63
- padding-right: calc(var(--size-24) + var(--size-8));
64
- }
65
- [dir="rtl"] .np-summary__description {
66
- padding-left: calc(24px + 8px);
67
- padding-left: calc(var(--size-24) + var(--size-8));
68
- padding-right: 0;
56
+ padding-inline-end: calc(24px + 8px);
57
+ padding-inline-end: calc(var(--size-24) + var(--size-8));
69
58
  }
70
59
  .np-summary__description-icon {
71
- margin-top: 4px;
72
- margin-top: var(--size-4);
60
+ margin-block-start: 4px;
61
+ margin-block-start: var(--size-4);
73
62
  }
74
63
  .np-summary__action {
75
- margin-top: 4px;
76
- margin-top: var(--size-4);
64
+ margin-block-start: 4px;
65
+ margin-block-start: var(--size-4);
77
66
  }
78
67
  .np-summary + .np-summary {
79
- margin-top: 24px;
80
- margin-top: var(--size-24);
68
+ margin-block-start: 24px;
69
+ margin-block-start: var(--size-24);
81
70
  }
@@ -3,7 +3,7 @@
3
3
  box-sizing: border-box;
4
4
  display: inline-flex;
5
5
  overflow: hidden;
6
- width: 50px;
6
+ inline-size: 50px;
7
7
  padding: 2px;
8
8
  border-radius: 16px;
9
9
  -webkit-user-select: none;
@@ -48,14 +48,15 @@
48
48
  cursor: not-allowed !important;
49
49
  }
50
50
  .np-theme-personal .np-switch {
51
- padding: 1px 2px;
51
+ padding-block: 1px;
52
+ padding-inline: 2px;
52
53
  }
53
54
  .np-theme-personal .np-switch--checked {
54
55
  background: var(--color-interactive-primary);
55
56
  }
56
57
  .np-theme-personal .np-switch--thumb {
57
- width: 20px;
58
- height: 20px;
58
+ inline-size: 20px;
59
+ block-size: 20px;
59
60
  margin: 3px;
60
61
  border-radius: 50%;
61
62
  background-color: #ffffff;
@@ -1,5 +1,5 @@
1
1
  .np-table {
2
- width: 100%;
2
+ inline-size: 100%;
3
3
  background-color: transparent;
4
4
  }
5
5
  .np-table-outer-container {
@@ -17,16 +17,16 @@
17
17
  outline-offset: 0;
18
18
  }
19
19
  .np-table-outer-container--center {
20
- margin-right: auto;
21
- margin-left: auto;
20
+ margin-inline-end: auto;
21
+ margin-inline-start: auto;
22
22
  }
23
23
  @media (max-width: 767px) {
24
24
  .np-table-outer-container--center {
25
- width: 100%;
25
+ inline-size: 100%;
26
26
  }
27
27
  }
28
28
  .np-table-outer-container--full-width {
29
- width: 100%;
29
+ inline-size: 100%;
30
30
  }
31
31
  .np-table-container {
32
32
  padding: 8px;
@@ -52,10 +52,10 @@
52
52
  background-image: linear-gradient(to right, var(--color-contrast-overlay), var(--color-contrast-overlay)), linear-gradient(to right, var(--color-contrast-overlay), var(--color-contrast-overlay)), linear-gradient(to right, #000000, rgba(0, 0, 0, 0)), linear-gradient(to left, #000000, rgba(0, 0, 0, 0));
53
53
  }
54
54
  .np-table-row:last-child .np-table-cell:first-child {
55
- border-bottom-left-radius: 10px;
55
+ border-end-start-radius: 10px;
56
56
  }
57
57
  .np-table-row:last-child .np-table-cell:last-child {
58
- border-bottom-right-radius: 10px;
58
+ border-end-end-radius: 10px;
59
59
  }
60
60
  .np-table-row:focus {
61
61
  outline: none;
@@ -75,40 +75,40 @@
75
75
  display: none;
76
76
  content: "";
77
77
  position: absolute;
78
- height: 100%;
79
- width: 100%;
80
- top: 0;
81
- left: 0;
78
+ block-size: 100%;
79
+ inline-size: 100%;
80
+ inset-block-start: 0;
81
+ inset-inline-start: 0;
82
82
  background-color: var(--color-background-screen-hover);
83
83
  }
84
84
  .np-table-row--clickable .np-table-cell:first-child:before,
85
85
  .np-table-row--clickable .np-table-cell:last-child:before {
86
- width: calc(100% - 8px);
87
- width: calc(100% - var(--size-8));
86
+ inline-size: calc(100% - 8px);
87
+ inline-size: calc(100% - var(--size-8));
88
88
  }
89
89
  .np-table-row--clickable .np-table-cell:first-child:before {
90
- left: 8px;
91
- left: var(--size-8);
92
- border-top-left-radius: 6px;
93
- border-bottom-left-radius: 6px;
90
+ inset-inline-start: 8px;
91
+ inset-inline-start: var(--size-8);
92
+ border-start-start-radius: 6px;
93
+ border-end-start-radius: 6px;
94
94
  }
95
95
  .np-table-row--clickable .np-table-cell:last-child:before {
96
- border-top-right-radius: 6px;
97
- border-bottom-right-radius: 6px;
96
+ border-start-end-radius: 6px;
97
+ border-end-end-radius: 6px;
98
98
  }
99
99
  .np-table-row--clickable:hover .np-table-cell:before {
100
100
  display: block;
101
101
  }
102
102
  .np-table-row--clickable:hover:focus-visible .np-table-cell:first-child:before,
103
103
  .np-table-row--clickable:hover:focus-visible .np-table-cell:last-child:before {
104
- width: 100%;
104
+ inline-size: 100%;
105
105
  }
106
106
  .np-table-row--clickable:hover:focus-visible .np-table-cell:first-child:before {
107
- left: 0;
107
+ inset-inline-start: 0;
108
108
  }
109
109
  .np-table-row--cosmetic .np-table-cell {
110
- height: 8px;
111
- height: var(--size-8);
110
+ block-size: 8px;
111
+ block-size: var(--size-8);
112
112
  padding: 0;
113
113
  }
114
114
  .np-table-header,
@@ -117,34 +117,34 @@
117
117
  }
118
118
  .np-table-header:first-child,
119
119
  .np-table-cell:first-child {
120
- padding-left: 16px;
121
- padding-left: var(--size-16);
120
+ padding-inline-start: 16px;
121
+ padding-inline-start: var(--size-16);
122
122
  }
123
123
  .np-table-header:first-child .np-table-header-content,
124
124
  .np-table-cell:first-child .np-table-header-content,
125
125
  .np-table-header:first-child .np-table-cell-content,
126
126
  .np-table-cell:first-child .np-table-cell-content {
127
- padding-left: 0;
127
+ padding-inline-start: 0;
128
128
  }
129
129
  .np-table-header:last-child,
130
130
  .np-table-cell:last-child {
131
- padding-right: 16px;
132
- padding-right: var(--size-16);
131
+ padding-inline-end: 16px;
132
+ padding-inline-end: var(--size-16);
133
133
  }
134
134
  .np-table-header:last-child .np-table-header-content,
135
135
  .np-table-cell:last-child .np-table-header-content,
136
136
  .np-table-header:last-child .np-table-cell-content,
137
137
  .np-table-cell:last-child .np-table-cell-content {
138
- padding-right: 0;
138
+ padding-inline-end: 0;
139
139
  }
140
140
  .np-table-header.np-table-header--right > .np-text-body-default,
141
141
  .np-table-cell.np-table-cell--right > .np-text-body-default {
142
- text-align: right;
142
+ text-align: end;
143
143
  }
144
144
  .np-table-header.np-table-header--right + .np-table-header:not(.np-table-header--right),
145
145
  .np-table-cell.np-table-cell--right + .np-table-cell:not(.np-table-cell--right) {
146
- padding-left: calc(8px + 12px);
147
- padding-left: calc(var(--size-8) + var(--size-12));
146
+ padding-inline-start: calc(8px + 12px);
147
+ padding-inline-start: calc(var(--size-8) + var(--size-12));
148
148
  }
149
149
  .np-table-header.np-table-header--right .np-table-header-content,
150
150
  .np-table-cell.np-table-cell--right .np-table-content {
@@ -157,20 +157,20 @@
157
157
  justify-content: start;
158
158
  }
159
159
  .np-table-header {
160
- min-width: 160px;
161
- padding-right: 8px;
162
- padding-right: var(--size-8);
163
- padding-bottom: 8px;
164
- padding-bottom: var(--size-8);
165
- padding-left: 8px;
166
- padding-left: var(--size-8);
160
+ min-inline-size: 160px;
161
+ padding-inline-end: 8px;
162
+ padding-inline-end: var(--size-8);
163
+ padding-block-end: 8px;
164
+ padding-block-end: var(--size-8);
165
+ padding-inline-start: 8px;
166
+ padding-inline-start: var(--size-8);
167
167
  background-color: rgba(134,167,189,0.10196);
168
168
  background-color: var(--color-background-neutral);
169
169
  color: var(--color-interactive-primary);
170
170
  }
171
171
  .np-table-header-content {
172
- padding-top: 5px;
173
- padding-bottom: 5px;
172
+ padding-block-start: 5px;
173
+ padding-block-end: 5px;
174
174
  white-space: nowrap;
175
175
  line-height: 1.375rem;
176
176
  line-height: var(--line-height-22);
@@ -181,33 +181,35 @@
181
181
  color: var(--color-sentiment-negative);
182
182
  }
183
183
  .np-table-header--action {
184
- min-width: 0;
184
+ min-inline-size: 0;
185
185
  padding: 0;
186
186
  }
187
187
  .np-table-cell {
188
- padding: 16px 8px;
189
- padding: var(--size-16) var(--size-8);
188
+ padding-block: 16px;
189
+ padding-block: var(--size-16);
190
+ padding-inline: 8px;
191
+ padding-inline: var(--size-8);
190
192
  position: relative;
191
193
  }
192
194
  .np-table-cell--cosmetic {
193
195
  padding: 0;
194
196
  }
195
197
  .np-table-cell--primary {
196
- min-width: 200px;
198
+ min-inline-size: 200px;
197
199
  }
198
200
  .np-table-cell--currency .np-text-body-default {
199
201
  white-space: nowrap;
200
202
  }
201
203
  .np-table-cell .tw-chevron {
202
- margin-left: 8px;
203
- margin-left: var(--size-8);
204
+ margin-inline-start: 8px;
205
+ margin-inline-start: var(--size-8);
204
206
  }
205
207
  .np-table-cell-separator {
206
- margin-top: 4px;
207
- margin-top: var(--size-4);
208
- margin-bottom: 4px;
209
- margin-bottom: var(--size-4);
210
- height: 1px;
208
+ margin-block-start: 4px;
209
+ margin-block-start: var(--size-4);
210
+ margin-block-end: 4px;
211
+ margin-block-end: var(--size-4);
212
+ block-size: 1px;
211
213
  background-color: rgba(134,167,189,0.10196);
212
214
  background-color: var(--color-background-neutral);
213
215
  padding: 0;
@@ -226,12 +228,13 @@
226
228
  color: var(--color-sentiment-negative);
227
229
  }
228
230
  .np-table-cell .tw-loader {
229
- margin: 150px auto;
231
+ margin-block: 150px;
232
+ margin-inline: auto;
230
233
  }
231
234
  @media (max-width: 320px) {
232
235
  .np-table-cell .tw-loader {
233
- margin-top: 70px;
234
- margin-bottom: 70px;
236
+ margin-block-start: 70px;
237
+ margin-block-end: 70px;
235
238
  }
236
239
  }
237
240
  .np-table-content {
@@ -269,6 +272,6 @@
269
272
  align-items: center;
270
273
  }
271
274
  .np-table-empty-data .status-circle {
272
- margin-right: 12px;
273
- margin-right: var(--size-12);
275
+ margin-inline-end: 12px;
276
+ margin-inline-end: var(--size-12);
274
277
  }
@@ -7,7 +7,7 @@
7
7
  text-align: center;
8
8
  padding: 8px;
9
9
  padding: var(--size-8);
10
- margin-bottom: -2px;
10
+ margin-block-end: -2px;
11
11
  color: #37517e;
12
12
  color: var(--color-content-primary);
13
13
  font-weight: 600;
@@ -63,22 +63,23 @@
63
63
  list-style: none;
64
64
  padding: 0;
65
65
  margin: 0;
66
- border-bottom: 1px solid rgba(0,0,0,0.10196);
67
- border-bottom: 1px solid var(--color-border-neutral);
66
+ border-block-end: 1px solid rgba(0,0,0,0.10196);
67
+ border-block-end: 1px solid #0000001a;
68
+ border-block-end: 1px solid var(--color-border-neutral);
68
69
  }
69
70
  .tabs__line {
70
- height: 2px;
71
+ block-size: 2px;
71
72
  background-color: #00a2dd;
72
73
  background-color: var(--color-interactive-accent);
73
74
  transition: transform cubic-bezier(0, 0.94, 0.62, 1) 350ms;
74
75
  position: relative;
75
- bottom: -1px;
76
+ inset-block-end: -1px;
76
77
  }
77
78
  .np-theme-personal .tabs__line {
78
79
  background-color: var(--color-interactive-primary);
79
80
  }
80
81
  .tabs__panel-container {
81
- width: 100%;
82
+ inline-size: 100%;
82
83
  }
83
84
  .tabs__slider {
84
85
  display: flex;
@@ -97,25 +98,28 @@
97
98
  opacity: 0;
98
99
  }
99
100
  .tabs--inverse .tabs__tab-list {
100
- border-bottom-color: rgba(0,0,0,0.10196);
101
- border-bottom-color: var(--color-border-neutral);
101
+ border-block-end-color: rgba(0,0,0,0.10196);
102
+ border-block-end-color: #0000001a;
103
+ border-block-end-color: var(--color-border-neutral);
102
104
  }
103
105
  .tabs--inverse .tabs__tab:not(.tabs__tab--selected) {
104
106
  color: #fff;
105
107
  }
106
108
  .tabs.tabs--auto-width .tabs__tab {
107
109
  display: inline-flex;
108
- min-height: 40px;
109
- min-height: var(--size-40);
110
- padding: 0 12px;
111
- padding: 0 var(--size-12);
110
+ min-block-size: 40px;
111
+ min-block-size: var(--size-40);
112
+ padding-block: 0;
113
+ padding-inline: 12px;
114
+ padding-inline: var(--size-12);
112
115
  justify-content: center;
113
116
  align-items: center;
114
117
  vertical-align: middle;
115
118
  }
116
119
  @media (min-width: 576px) {
117
120
  .tabs.tabs--auto-width .tabs__tab {
118
- padding: 0 24px;
119
- padding: 0 var(--size-24);
121
+ padding-block: 0;
122
+ padding-inline: 24px;
123
+ padding-inline: var(--size-24);
120
124
  }
121
125
  }
@@ -1,8 +1,8 @@
1
1
  .np-tile {
2
- min-width: 120px;
2
+ min-inline-size: 120px;
3
3
  border-radius: 10px;
4
4
  border-radius: var(--radius-small);
5
- width: 100%;
5
+ inline-size: 100%;
6
6
  }
7
7
  .np-theme-personal .np-tile {
8
8
  background-color: rgba(134,167,189,0.10196);
@@ -12,7 +12,7 @@
12
12
  background-color: var(--color-contrast);
13
13
  }
14
14
  .np-tile.decision {
15
- margin-top: 0;
15
+ margin-block-start: 0;
16
16
  border: 1px solid rgba(0,0,0,0.10196);
17
17
  border: 1px solid var(--color-border-neutral);
18
18
  }
@@ -30,24 +30,24 @@
30
30
  color: var(--color-content-secondary);
31
31
  }
32
32
  .np-tile.np-decision__tile--fixed-width {
33
- width: 300px;
33
+ inline-size: 300px;
34
34
  }
35
35
  .np-tile__media {
36
- width: 100%;
36
+ inline-size: 100%;
37
37
  }
38
38
  .np-tile__description {
39
39
  color: #5d7079;
40
40
  color: var(--color-content-secondary);
41
- margin-top: 12px;
42
- margin-top: var(--size-12);
41
+ margin-block-start: 12px;
42
+ margin-block-start: var(--size-12);
43
43
  display: inline-block;
44
44
  }
45
45
  .np-tile--small.np-decision__tile--fixed-width {
46
- width: 260px;
46
+ inline-size: 260px;
47
47
  }
48
48
  .np-tile--small .np-tile__description {
49
- margin-top: 4px;
50
- margin-top: var(--size-4);
49
+ margin-block-start: 4px;
50
+ margin-block-start: var(--size-4);
51
51
  }
52
52
  .np-tile:hover .tw-avatar {
53
53
  pointer-events: none;
@@ -63,6 +63,6 @@
63
63
  font-weight: var(--font-weight-regular);
64
64
  line-height: 1.5;
65
65
  line-height: var(--line-height-body);
66
- margin-top: 12px;
67
- margin-top: var(--size-12);
66
+ margin-block-start: 12px;
67
+ margin-block-start: var(--size-12);
68
68
  }
@@ -43,8 +43,8 @@
43
43
  visibility: initial;
44
44
  }
45
45
  .np-panel[data-popper-placement^="right"] > .np-panel__content.tooltip-inner .np-panel__arrow {
46
- left: -7px;
46
+ inset-inline-start: -7px;
47
47
  }
48
48
  .np-panel[data-popper-placement^="left"] > .np-panel__content.tooltip-inner .np-panel__arrow {
49
- right: -7px;
49
+ inset-inline-end: -7px;
50
50
  }
@@ -5,8 +5,8 @@
5
5
  display: block;
6
6
  }
7
7
  .typeahead .dropdown-menu {
8
- max-width: 100%;
9
- width: 100%;
8
+ max-inline-size: 100%;
9
+ inline-size: 100%;
10
10
  }
11
11
  .np-theme-personal--forest-green .typeahead .dropdown-menu,
12
12
  .np-theme-personal--bright-green .typeahead .dropdown-menu,
@@ -15,7 +15,7 @@
15
15
  background-color: var(--color-background-elevated);
16
16
  }
17
17
  .typeahead--multiple .np-chip {
18
- margin-bottom: auto;
18
+ margin-block-end: auto;
19
19
  animation-name: slide;
20
20
  animation-duration: 0.03s;
21
21
  animation-timing-function: ease-in-out;
@@ -29,10 +29,10 @@
29
29
  animation-timing-function: ease-in-out;
30
30
  }
31
31
  .typeahead--multiple .form-control {
32
- height: auto;
33
- min-height: auto;
34
- padding-top: 0;
35
- padding-bottom: 0;
32
+ block-size: auto;
33
+ min-block-size: auto;
34
+ padding-block-start: 0;
35
+ padding-block-end: 0;
36
36
  overflow: auto;
37
37
  }
38
38
  .typeahead--multiple .typeahead__input {
@@ -43,9 +43,9 @@
43
43
  padding: 0;
44
44
  }
45
45
  .typeahead--multiple .typeahead__input-aligner {
46
- height: 40px;
46
+ block-size: 40px;
47
47
  display: inline-block;
48
- width: 0;
48
+ inline-size: 0;
49
49
  }
50
50
  .typeahead--multiple .typeahead__input-container {
51
51
  cursor: text;
@@ -55,84 +55,72 @@
55
55
  white-space: pre;
56
56
  position: absolute;
57
57
  visibility: hidden;
58
- width: auto;
58
+ inline-size: auto;
59
59
  }
60
60
  .typeahead--multiple.typeahead--has-value .typeahead__input-container {
61
- padding-left: 8px;
62
- padding-left: var(--size-8);
63
- }
64
- [dir="rtl"] .typeahead--multiple.typeahead--has-value .typeahead__input-container {
65
- padding-right: 8px;
66
- padding-right: var(--size-8);
67
- padding-left: 0;
68
- padding-left: initial;
61
+ padding-inline-start: 8px;
62
+ padding-inline-start: var(--size-8);
69
63
  }
70
64
  .typeahead--multiple.typeahead--has-value .input-group-addon + .typeahead__input-container {
71
- padding-left: 0;
65
+ padding-inline-start: 0;
72
66
  }
73
67
  .typeahead--multiple.typeahead--has-value .typeahead__input {
74
- margin-bottom: calc(-1 * 8px + 1px);
75
- margin-bottom: calc(-1 * var(--size-8) + 1px);
76
- margin-left: 4px;
77
- margin-left: var(--size-4);
78
- }
79
- [dir="rtl"] .typeahead--multiple.typeahead--has-value .typeahead__input {
80
- margin-right: 4px;
81
- margin-right: var(--size-4);
82
- margin-left: 0;
83
- margin-left: initial;
68
+ margin-block-end: calc(-1 * 8px + 1px);
69
+ margin-block-end: calc(-1 * var(--size-8) + 1px);
70
+ margin-inline-start: 4px;
71
+ margin-inline-start: var(--size-4);
84
72
  }
85
73
  .typeahead--multiple.typeahead--has-value .typeahead__input-wrapper::after {
86
74
  content: "";
87
- height: calc(8px - 1);
88
- height: calc(var(--size-8) - 1);
89
- width: 100%;
75
+ block-size: calc(8px - 1);
76
+ block-size: calc(var(--size-8) - 1);
77
+ inline-size: 100%;
90
78
  }
91
79
  .typeahead__input-wrapper {
92
- width: 100%;
93
- margin-top: -1px;
80
+ inline-size: 100%;
81
+ margin-block-start: -1px;
94
82
  display: flex;
95
83
  flex-wrap: wrap;
96
84
  flex: 1;
97
85
  align-items: center;
98
86
  }
99
87
  .np-theme-personal .typeahead__input-wrapper {
100
- margin-top: 0;
88
+ margin-block-start: 0;
101
89
  }
102
90
  .typeahead--empty.typeahead--multiple .typeahead__input-wrapper {
103
91
  padding: 0;
104
92
  margin: 0;
105
93
  }
106
94
  .typeahead--prompt {
107
- margin-top: 4px;
108
- margin-top: var(--size-4);
95
+ margin-block-start: 4px;
96
+ margin-block-start: var(--size-4);
109
97
  }
110
98
  .typeahead-sm.typeahead--multiple .typeahead__input-container {
111
- min-height: 32px;
99
+ min-block-size: 32px;
112
100
  }
113
101
  .typeahead-sm.typeahead--multiple .typeahead__input {
114
- padding-top: 0;
102
+ padding-block-start: 0;
115
103
  }
116
104
  .typeahead-md.typeahead--multiple .typeahead__input-container {
117
- min-height: var(--input-height-base);
105
+ min-block-size: var(--input-height-base);
118
106
  }
119
107
  .typeahead-lg.typeahead--multiple .typeahead__input-container {
120
- min-height: var(--input-height-large);
108
+ min-block-size: var(--input-height-large);
121
109
  }
122
110
  .typeahead-lg.typeahead--multiple .typeahead__input {
123
- padding-top: calc(8px - 1);
124
- padding-top: calc(var(--size-8) - 1);
111
+ padding-block-start: calc(8px - 1);
112
+ padding-block-start: calc(var(--size-8) - 1);
125
113
  }
126
114
  .typeahead-lg.typeahead--multiple .typeahead__input-wrapper {
127
- padding-bottom: 8px;
128
- padding-bottom: var(--size-8);
115
+ padding-block-end: 8px;
116
+ padding-block-end: var(--size-8);
129
117
  margin: 0;
130
118
  }
131
119
  .typeahead-lg.typeahead--multiple .typeahead__input-wrapper::after {
132
120
  content: none;
133
121
  }
134
122
  .typeahead-lg.typeahead--multiple .np-chip {
135
- margin-bottom: 0;
123
+ margin-block-end: 0;
136
124
  }
137
125
  @keyframes slide {
138
126
  from {
@@ -161,7 +149,7 @@
161
149
  @media (max-width: 575px) {
162
150
  .typeahead .dropdown.open .dropdown-menu {
163
151
  position: absolute;
164
- bottom: auto;
152
+ inset-block-end: auto;
165
153
  overflow: scroll;
166
154
  }
167
155
  }
@@ -173,15 +161,15 @@
173
161
  color: var(--color-interactive-secondary);
174
162
  }
175
163
  .np-theme-personal .typeahead .np-chip {
176
- margin-top: 9px !important;
164
+ margin-block-start: 9px !important;
177
165
  }
178
166
  .np-theme-personal .typeahead .np-chip--removable .np-text-body-default-bold {
179
- padding-right: 16px;
180
- padding-right: var(--size-16);
167
+ padding-inline-end: 16px;
168
+ padding-inline-end: var(--size-16);
181
169
  }
182
170
  @media (max-width: 320px) {
183
171
  .np-theme-personal .typeahead .np-chip--removable .np-text-body-default-bold {
184
- padding-right: 32px;
185
- padding-right: var(--size-32);
172
+ padding-inline-end: 32px;
173
+ padding-inline-end: var(--size-32);
186
174
  }
187
175
  }