@transferwise/components 46.130.2 → 46.131.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (610) hide show
  1. package/build/dateInput/DateInput.js +12 -5
  2. package/build/dateInput/DateInput.js.map +1 -1
  3. package/build/dateInput/DateInput.mjs +11 -4
  4. package/build/dateInput/DateInput.mjs.map +1 -1
  5. package/build/expressiveMoneyInput/currencySelector/CurrencySelector.js +16 -8
  6. package/build/expressiveMoneyInput/currencySelector/CurrencySelector.js.map +1 -1
  7. package/build/expressiveMoneyInput/currencySelector/CurrencySelector.mjs +14 -6
  8. package/build/expressiveMoneyInput/currencySelector/CurrencySelector.mjs.map +1 -1
  9. package/build/index.js +12 -7
  10. package/build/index.js.map +1 -1
  11. package/build/index.mjs +9 -3
  12. package/build/index.mjs.map +1 -1
  13. package/build/inputs/{_BottomSheet.js → SelectInput/BottomSheet/SelectInputBottomSheet.js} +7 -7
  14. package/build/inputs/SelectInput/BottomSheet/SelectInputBottomSheet.js.map +1 -0
  15. package/build/inputs/{_BottomSheet.mjs → SelectInput/BottomSheet/SelectInputBottomSheet.mjs} +7 -7
  16. package/build/inputs/SelectInput/BottomSheet/SelectInputBottomSheet.mjs.map +1 -0
  17. package/build/inputs/{_ButtonInput.js → SelectInput/ButtonInput/SelectInputButtonInput.js} +5 -5
  18. package/build/inputs/SelectInput/ButtonInput/SelectInputButtonInput.js.map +1 -0
  19. package/build/inputs/{_ButtonInput.mjs → SelectInput/ButtonInput/SelectInputButtonInput.mjs} +5 -5
  20. package/build/inputs/SelectInput/ButtonInput/SelectInputButtonInput.mjs.map +1 -0
  21. package/build/inputs/SelectInput/ClearButton/SelectInputClearButton.js +26 -0
  22. package/build/inputs/SelectInput/ClearButton/SelectInputClearButton.js.map +1 -0
  23. package/build/inputs/SelectInput/ClearButton/SelectInputClearButton.mjs +24 -0
  24. package/build/inputs/SelectInput/ClearButton/SelectInputClearButton.mjs.map +1 -0
  25. package/build/inputs/SelectInput/DefaultRenderTrigger/SelectInputDefaultRenderTrigger.js +59 -0
  26. package/build/inputs/SelectInput/DefaultRenderTrigger/SelectInputDefaultRenderTrigger.js.map +1 -0
  27. package/build/inputs/SelectInput/DefaultRenderTrigger/SelectInputDefaultRenderTrigger.mjs +56 -0
  28. package/build/inputs/SelectInput/DefaultRenderTrigger/SelectInputDefaultRenderTrigger.mjs.map +1 -0
  29. package/build/inputs/SelectInput/ItemView/GroupItemView/SelectInputGroupItemView.js +50 -0
  30. package/build/inputs/SelectInput/ItemView/GroupItemView/SelectInputGroupItemView.js.map +1 -0
  31. package/build/inputs/SelectInput/ItemView/GroupItemView/SelectInputGroupItemView.mjs +48 -0
  32. package/build/inputs/SelectInput/ItemView/GroupItemView/SelectInputGroupItemView.mjs.map +1 -0
  33. package/build/inputs/SelectInput/ItemView/SelectInputItemView.js +47 -0
  34. package/build/inputs/SelectInput/ItemView/SelectInputItemView.js.map +1 -0
  35. package/build/inputs/SelectInput/ItemView/SelectInputItemView.mjs +45 -0
  36. package/build/inputs/SelectInput/ItemView/SelectInputItemView.mjs.map +1 -0
  37. package/build/inputs/SelectInput/Option/SelectInputOption.js +42 -0
  38. package/build/inputs/SelectInput/Option/SelectInputOption.js.map +1 -0
  39. package/build/inputs/SelectInput/Option/SelectInputOption.mjs +40 -0
  40. package/build/inputs/SelectInput/Option/SelectInputOption.mjs.map +1 -0
  41. package/build/inputs/SelectInput/OptionContent/SelectInputOptionContent.js +40 -0
  42. package/build/inputs/SelectInput/OptionContent/SelectInputOptionContent.js.map +1 -0
  43. package/build/inputs/SelectInput/OptionContent/SelectInputOptionContent.mjs +38 -0
  44. package/build/inputs/SelectInput/OptionContent/SelectInputOptionContent.mjs.map +1 -0
  45. package/build/inputs/SelectInput/Options/OptionsContainer/SelectInputOptionsContainer.js +48 -0
  46. package/build/inputs/SelectInput/Options/OptionsContainer/SelectInputOptionsContainer.js.map +1 -0
  47. package/build/inputs/SelectInput/Options/OptionsContainer/SelectInputOptionsContainer.mjs +46 -0
  48. package/build/inputs/SelectInput/Options/OptionsContainer/SelectInputOptionsContainer.mjs.map +1 -0
  49. package/build/inputs/SelectInput/Options/SelectInputOptions.js +300 -0
  50. package/build/inputs/SelectInput/Options/SelectInputOptions.js.map +1 -0
  51. package/build/inputs/SelectInput/Options/SelectInputOptions.mjs +298 -0
  52. package/build/inputs/SelectInput/Options/SelectInputOptions.mjs.map +1 -0
  53. package/build/inputs/{_Popover.js → SelectInput/Popover/SelectInputPopover.js} +7 -7
  54. package/build/inputs/SelectInput/Popover/SelectInputPopover.js.map +1 -0
  55. package/build/inputs/{_Popover.mjs → SelectInput/Popover/SelectInputPopover.mjs} +7 -7
  56. package/build/inputs/SelectInput/Popover/SelectInputPopover.mjs.map +1 -0
  57. package/build/inputs/SelectInput/SelectInput.contexts.js +29 -0
  58. package/build/inputs/SelectInput/SelectInput.contexts.js.map +1 -0
  59. package/build/inputs/SelectInput/SelectInput.contexts.mjs +24 -0
  60. package/build/inputs/SelectInput/SelectInput.contexts.mjs.map +1 -0
  61. package/build/inputs/SelectInput/SelectInput.js +222 -0
  62. package/build/inputs/SelectInput/SelectInput.js.map +1 -0
  63. package/build/inputs/SelectInput/SelectInput.messages.js.map +1 -0
  64. package/build/inputs/SelectInput/SelectInput.messages.mjs.map +1 -0
  65. package/build/inputs/SelectInput/SelectInput.mjs +216 -0
  66. package/build/inputs/SelectInput/SelectInput.mjs.map +1 -0
  67. package/build/inputs/SelectInput/SelectInput.utils.js +164 -0
  68. package/build/inputs/SelectInput/SelectInput.utils.js.map +1 -0
  69. package/build/inputs/SelectInput/SelectInput.utils.mjs +154 -0
  70. package/build/inputs/SelectInput/SelectInput.utils.mjs.map +1 -0
  71. package/build/inputs/SelectInput/TriggerButton/SelectInputTriggerButton.js +42 -0
  72. package/build/inputs/SelectInput/TriggerButton/SelectInputTriggerButton.js.map +1 -0
  73. package/build/inputs/SelectInput/TriggerButton/SelectInputTriggerButton.mjs +36 -0
  74. package/build/inputs/SelectInput/TriggerButton/SelectInputTriggerButton.mjs.map +1 -0
  75. package/build/main.css +27094 -97
  76. package/build/moneyInput/MoneyInput.js +9 -2
  77. package/build/moneyInput/MoneyInput.js.map +1 -1
  78. package/build/moneyInput/MoneyInput.mjs +8 -1
  79. package/build/moneyInput/MoneyInput.mjs.map +1 -1
  80. package/build/phoneNumberInput/PhoneNumberInput.js +10 -3
  81. package/build/phoneNumberInput/PhoneNumberInput.js.map +1 -1
  82. package/build/phoneNumberInput/PhoneNumberInput.mjs +9 -2
  83. package/build/phoneNumberInput/PhoneNumberInput.mjs.map +1 -1
  84. package/build/styles/css/accordion.css +255 -0
  85. package/build/styles/css/alerts.css +751 -0
  86. package/build/styles/css/background.css +20 -0
  87. package/build/styles/css/badge.css +90 -0
  88. package/build/styles/css/border-radius.css +3 -0
  89. package/build/styles/css/breadcrumbs.css +20 -0
  90. package/build/styles/css/button-groups.css +495 -0
  91. package/build/styles/css/buttons.css +1390 -0
  92. package/build/styles/css/chevron.css +35 -0
  93. package/build/styles/css/circles.css +248 -0
  94. package/build/styles/css/close.css +47 -0
  95. package/build/styles/css/column-layout.css +164 -0
  96. package/build/styles/css/currency-flags.css +46 -0
  97. package/build/styles/css/decision.css +136 -0
  98. package/build/styles/css/dropdowns.css +472 -0
  99. package/build/styles/css/droppable.css +221 -0
  100. package/build/styles/css/flex.css +598 -0
  101. package/build/styles/css/footer.css +129 -0
  102. package/build/styles/css/grid.css +2369 -0
  103. package/build/styles/css/input-groups.css +2740 -0
  104. package/build/styles/css/link-callout.css +20 -0
  105. package/build/styles/css/list-group.css +350 -0
  106. package/build/styles/css/loaders.css +76 -0
  107. package/build/styles/css/media.css +74 -0
  108. package/build/styles/css/modals.css +185 -0
  109. package/build/styles/css/navbar.css +2406 -0
  110. package/build/styles/css/navs.css +296 -0
  111. package/build/styles/css/neptune-social-media.css +144 -0
  112. package/build/styles/css/neptune.css +25724 -0
  113. package/build/styles/css/panels.css +528 -0
  114. package/build/styles/css/popovers.css +661 -0
  115. package/build/styles/css/process.css +483 -0
  116. package/build/styles/css/progress-bars.css +64 -0
  117. package/build/styles/css/ring.css +55 -0
  118. package/build/styles/css/select.css +99 -0
  119. package/build/styles/css/sequences.css +855 -0
  120. package/build/styles/css/table.css +446 -0
  121. package/build/styles/css/tick.css +32 -0
  122. package/build/styles/css/tooltip.css +160 -0
  123. package/build/styles/css/utilities.css +145 -0
  124. package/build/styles/css/wells.css +74 -0
  125. package/build/styles/fonts/TW-Averta-Bold.woff +0 -0
  126. package/build/styles/fonts/TW-Averta-Bold.woff2 +0 -0
  127. package/build/styles/fonts/TW-Averta-Regular.woff +0 -0
  128. package/build/styles/fonts/TW-Averta-Regular.woff2 +0 -0
  129. package/build/styles/fonts/TW-Averta-Semibold.woff +0 -0
  130. package/build/styles/fonts/TW-Averta-Semibold.woff2 +0 -0
  131. package/build/styles/fonts/TransferWise-IconFont.svg +81 -0
  132. package/build/styles/fonts/TransferWise-IconFont.woff +0 -0
  133. package/build/styles/fonts/WiseSans-Heavy.woff2 +0 -0
  134. package/build/styles/fonts/inter-cyrillic-ext-variable-wghtOnly-normal.woff2 +0 -0
  135. package/build/styles/fonts/inter-cyrillic-variable-wghtOnly-normal.woff2 +0 -0
  136. package/build/styles/fonts/inter-greek-ext-variable-wghtOnly-normal.woff2 +0 -0
  137. package/build/styles/fonts/inter-greek-variable-wghtOnly-normal.woff2 +0 -0
  138. package/build/styles/fonts/inter-latin-ext-variable-wghtOnly-normal.woff2 +0 -0
  139. package/build/styles/fonts/inter-latin-variable-wghtOnly-normal.woff2 +0 -0
  140. package/build/styles/fonts/inter-vietnamese-variable-wghtOnly-normal.woff2 +0 -0
  141. package/build/styles/img/bg-dark.svg +31 -0
  142. package/build/styles/img/bg-light.svg +26 -0
  143. package/build/styles/inputs/SelectInput/BottomSheet/SelectInputBottomSheet.css +96 -0
  144. package/build/styles/inputs/SelectInput/ButtonInput/SelectInputButtonInput.css +16 -0
  145. package/build/styles/inputs/SelectInput/ClearButton/SelectInputClearButton.css +46 -0
  146. package/build/styles/inputs/SelectInput/ItemView/SelectInputItemView.css +16 -0
  147. package/build/styles/inputs/SelectInput/Option/SelectInputOption.css +33 -0
  148. package/build/styles/inputs/SelectInput/OptionContent/SelectInputOptionContent.css +37 -0
  149. package/build/styles/inputs/SelectInput/Options/SelectInputOptions.css +81 -0
  150. package/build/styles/inputs/SelectInput/Popover/SelectInputPopover.css +46 -0
  151. package/build/styles/less/legacy-variables.css +0 -0
  152. package/build/styles/less/legacy-variables.less +1299 -0
  153. package/build/styles/less/neptune-tokens.css +0 -0
  154. package/build/styles/less/neptune-tokens.less +275 -0
  155. package/build/styles/less/zindex.css +0 -0
  156. package/build/styles/less/zindex.less +17 -0
  157. package/build/styles/main.css +27094 -97
  158. package/build/styles/props/custom-media.css +11 -0
  159. package/build/styles/props/legacy-custom-props.css +69 -0
  160. package/build/styles/props/neptune-tokens.css +152 -0
  161. package/build/styles/styles/less/accordion.css +255 -0
  162. package/build/styles/styles/less/alerts.css +751 -0
  163. package/build/styles/styles/less/background.css +20 -0
  164. package/build/styles/styles/less/badge.css +90 -0
  165. package/build/styles/styles/less/border-radius.css +3 -0
  166. package/build/styles/styles/less/breadcrumbs.css +20 -0
  167. package/build/styles/styles/less/button-groups.css +495 -0
  168. package/build/styles/styles/less/buttons.css +1390 -0
  169. package/build/styles/styles/less/chevron.css +35 -0
  170. package/build/styles/styles/less/circles.css +248 -0
  171. package/build/styles/styles/less/close.css +47 -0
  172. package/build/styles/styles/less/column-layout.css +164 -0
  173. package/build/styles/styles/less/core/viewport-themes.css +59 -0
  174. package/build/styles/styles/less/currency-flags.css +46 -0
  175. package/build/styles/styles/less/decision.css +136 -0
  176. package/build/styles/styles/less/dropdowns.css +472 -0
  177. package/build/styles/styles/less/droppable.css +221 -0
  178. package/build/styles/styles/less/flex.css +598 -0
  179. package/build/styles/styles/less/footer.css +129 -0
  180. package/build/styles/styles/less/forms/bootstrap-forms.css +2277 -0
  181. package/build/styles/styles/less/forms/checkbox-radio.css +367 -0
  182. package/build/styles/styles/less/grid.css +2369 -0
  183. package/build/styles/styles/less/input-groups.css +2740 -0
  184. package/build/styles/styles/less/link-callout.css +20 -0
  185. package/build/styles/styles/less/list-group.css +350 -0
  186. package/build/styles/styles/less/loaders.css +76 -0
  187. package/build/styles/styles/less/media.css +74 -0
  188. package/build/styles/styles/less/modals.css +185 -0
  189. package/build/styles/styles/less/navbar.css +2406 -0
  190. package/build/styles/styles/less/navs.css +296 -0
  191. package/build/styles/styles/less/neptune-social-media.css +144 -0
  192. package/build/styles/styles/less/neptune.css +25724 -0
  193. package/build/styles/styles/less/panels.css +528 -0
  194. package/build/styles/styles/less/popovers.css +661 -0
  195. package/build/styles/styles/less/process.css +483 -0
  196. package/build/styles/styles/less/progress-bars.css +64 -0
  197. package/build/styles/styles/less/ring.css +55 -0
  198. package/build/styles/styles/less/select.css +99 -0
  199. package/build/styles/styles/less/sequences.css +855 -0
  200. package/build/styles/styles/less/table.css +446 -0
  201. package/build/styles/styles/less/tick.css +32 -0
  202. package/build/styles/styles/less/tooltip.css +160 -0
  203. package/build/styles/styles/less/utilities.css +145 -0
  204. package/build/styles/styles/less/wells.css +74 -0
  205. package/build/styles/styles/props/custom-media.css +11 -0
  206. package/build/styles/styles/props/legacy-custom-props.css +69 -0
  207. package/build/styles/styles/props/neptune-tokens.css +11 -0
  208. package/build/styles/styles/variables/legacy-variables.css +0 -0
  209. package/build/styles/styles/variables/neptune-tokens.css +0 -0
  210. package/build/styles/styles/variables/zindex.css +0 -0
  211. package/build/types/index.d.ts +1 -1
  212. package/build/types/index.d.ts.map +1 -1
  213. package/build/types/inputs/{_BottomSheet.d.ts → SelectInput/BottomSheet/SelectInputBottomSheet.d.ts} +3 -3
  214. package/build/types/inputs/SelectInput/BottomSheet/SelectInputBottomSheet.d.ts.map +1 -0
  215. package/build/types/inputs/SelectInput/BottomSheet/index.d.ts +3 -0
  216. package/build/types/inputs/SelectInput/BottomSheet/index.d.ts.map +1 -0
  217. package/build/types/inputs/SelectInput/ButtonInput/SelectInputButtonInput.d.ts +5 -0
  218. package/build/types/inputs/SelectInput/ButtonInput/SelectInputButtonInput.d.ts.map +1 -0
  219. package/build/types/inputs/SelectInput/ButtonInput/index.d.ts +3 -0
  220. package/build/types/inputs/SelectInput/ButtonInput/index.d.ts.map +1 -0
  221. package/build/types/inputs/SelectInput/ClearButton/SelectInputClearButton.d.ts +7 -0
  222. package/build/types/inputs/SelectInput/ClearButton/SelectInputClearButton.d.ts.map +1 -0
  223. package/build/types/inputs/SelectInput/ClearButton/index.d.ts +3 -0
  224. package/build/types/inputs/SelectInput/ClearButton/index.d.ts.map +1 -0
  225. package/build/types/inputs/SelectInput/DefaultRenderTrigger/SelectInputDefaultRenderTrigger.d.ts +16 -0
  226. package/build/types/inputs/SelectInput/DefaultRenderTrigger/SelectInputDefaultRenderTrigger.d.ts.map +1 -0
  227. package/build/types/inputs/SelectInput/DefaultRenderTrigger/index.d.ts +2 -0
  228. package/build/types/inputs/SelectInput/DefaultRenderTrigger/index.d.ts.map +1 -0
  229. package/build/types/inputs/SelectInput/ItemView/GroupItemView/SelectInputGroupItemView.d.ts +9 -0
  230. package/build/types/inputs/SelectInput/ItemView/GroupItemView/SelectInputGroupItemView.d.ts.map +1 -0
  231. package/build/types/inputs/SelectInput/ItemView/GroupItemView/index.d.ts +3 -0
  232. package/build/types/inputs/SelectInput/ItemView/GroupItemView/index.d.ts.map +1 -0
  233. package/build/types/inputs/SelectInput/ItemView/SelectInputItemView.d.ts +11 -0
  234. package/build/types/inputs/SelectInput/ItemView/SelectInputItemView.d.ts.map +1 -0
  235. package/build/types/inputs/SelectInput/ItemView/index.d.ts +4 -0
  236. package/build/types/inputs/SelectInput/ItemView/index.d.ts.map +1 -0
  237. package/build/types/inputs/SelectInput/Option/SelectInputOption.d.ts +11 -0
  238. package/build/types/inputs/SelectInput/Option/SelectInputOption.d.ts.map +1 -0
  239. package/build/types/inputs/SelectInput/Option/index.d.ts +3 -0
  240. package/build/types/inputs/SelectInput/Option/index.d.ts.map +1 -0
  241. package/build/types/inputs/SelectInput/OptionContent/SelectInputOptionContent.d.ts +13 -0
  242. package/build/types/inputs/SelectInput/OptionContent/SelectInputOptionContent.d.ts.map +1 -0
  243. package/build/types/inputs/SelectInput/OptionContent/index.d.ts +3 -0
  244. package/build/types/inputs/SelectInput/OptionContent/index.d.ts.map +1 -0
  245. package/build/types/inputs/SelectInput/Options/OptionsContainer/SelectInputOptionsContainer.d.ts +9 -0
  246. package/build/types/inputs/SelectInput/Options/OptionsContainer/SelectInputOptionsContainer.d.ts.map +1 -0
  247. package/build/types/inputs/SelectInput/Options/OptionsContainer/index.d.ts +3 -0
  248. package/build/types/inputs/SelectInput/Options/OptionsContainer/index.d.ts.map +1 -0
  249. package/build/types/inputs/SelectInput/Options/SelectInputOptions.d.ts +21 -0
  250. package/build/types/inputs/SelectInput/Options/SelectInputOptions.d.ts.map +1 -0
  251. package/build/types/inputs/SelectInput/Options/index.d.ts +4 -0
  252. package/build/types/inputs/SelectInput/Options/index.d.ts.map +1 -0
  253. package/build/types/inputs/{_Popover.d.ts → SelectInput/Popover/SelectInputPopover.d.ts} +3 -3
  254. package/build/types/inputs/SelectInput/Popover/SelectInputPopover.d.ts.map +1 -0
  255. package/build/types/inputs/SelectInput/Popover/index.d.ts +3 -0
  256. package/build/types/inputs/SelectInput/Popover/index.d.ts.map +1 -0
  257. package/build/types/inputs/SelectInput/SelectInput.contexts.d.ts +33 -0
  258. package/build/types/inputs/SelectInput/SelectInput.contexts.d.ts.map +1 -0
  259. package/build/types/inputs/SelectInput/SelectInput.d.ts +10 -0
  260. package/build/types/inputs/SelectInput/SelectInput.d.ts.map +1 -0
  261. package/build/types/inputs/SelectInput/SelectInput.messages.d.ts.map +1 -0
  262. package/build/types/inputs/{SelectInput.d.ts → SelectInput/SelectInput.types.d.ts} +12 -38
  263. package/build/types/inputs/SelectInput/SelectInput.types.d.ts.map +1 -0
  264. package/build/types/inputs/SelectInput/SelectInput.utils.d.ts +60 -0
  265. package/build/types/inputs/SelectInput/SelectInput.utils.d.ts.map +1 -0
  266. package/build/types/inputs/SelectInput/TriggerButton/SelectInputTriggerButton.d.ts +12 -0
  267. package/build/types/inputs/SelectInput/TriggerButton/SelectInputTriggerButton.d.ts.map +1 -0
  268. package/build/types/inputs/SelectInput/TriggerButton/index.d.ts +3 -0
  269. package/build/types/inputs/SelectInput/TriggerButton/index.d.ts.map +1 -0
  270. package/build/types/inputs/SelectInput/components.d.ts +10 -0
  271. package/build/types/inputs/SelectInput/components.d.ts.map +1 -0
  272. package/build/types/inputs/SelectInput/index.d.ts +10 -0
  273. package/build/types/inputs/SelectInput/index.d.ts.map +1 -0
  274. package/package.json +9 -5
  275. package/src/{DisabledComponents.story.tsx → DisabledComponents.test.story.tsx} +1 -1
  276. package/src/accordion/Accordion.less +3 -3
  277. package/src/actionButton/ActionButton.less +1 -1
  278. package/src/actionButton/ActionButton.story.tsx +11 -7
  279. package/src/actionButton/ActionButton.test.story.tsx +49 -0
  280. package/src/avatar/Avatar.less +3 -3
  281. package/src/avatarLayout/AvatarLayout.story.tsx +1 -105
  282. package/src/avatarLayout/AvatarLayout.test.story.tsx +117 -0
  283. package/src/avatarView/AvatarView.story.tsx +1 -104
  284. package/src/avatarView/AvatarView.test.story.tsx +114 -0
  285. package/src/badge/Badge.less +1 -1
  286. package/src/button/LegacyButton.less +1 -1
  287. package/src/button/LegacyButton.story.tsx +1 -26
  288. package/src/button/LegacyButton.test.story.tsx +37 -0
  289. package/src/button/_stories/Button.story.tsx +17 -41
  290. package/src/button/_stories/Button.test.story.tsx +30 -0
  291. package/src/card/Card.less +3 -3
  292. package/src/checkbox/Checkbox.story.tsx +1 -6
  293. package/src/checkbox/Checkbox.test.story.tsx +33 -0
  294. package/src/checkboxButton/CheckboxButton.less +2 -2
  295. package/src/chips/Chip.less +3 -3
  296. package/src/circularButton/CircularButton.story.tsx +0 -6
  297. package/src/circularButton/CircularButton.test.story.tsx +62 -1
  298. package/src/common/Option/Option.less +2 -2
  299. package/src/common/bottomSheet/BottomSheet.less +1 -1
  300. package/src/common/bottomSheet/BottomSheet.story.tsx +0 -55
  301. package/src/common/bottomSheet/BottomSheet.test.story.tsx +118 -2
  302. package/src/common/closeButton/CloseButton.less +1 -1
  303. package/src/common/panel/Panel.less +1 -1
  304. package/src/criticalBanner/CriticalCommsBanner.test.story.tsx +1 -1
  305. package/src/dateLookup/DateLookup.less +1 -1
  306. package/src/dateLookup/DateLookup.story.tsx +0 -18
  307. package/src/dateLookup/DateLookup.test.story.tsx +51 -1
  308. package/src/dateLookup/dateTrigger/DateTrigger.less +2 -2
  309. package/src/decision/Decision.less +1 -1
  310. package/src/definitionList/DefinitionList.less +1 -1
  311. package/src/dimmer/Dimmer.less +2 -2
  312. package/src/divider/Divider.story.tsx +0 -1
  313. package/src/expressiveMoneyInput/ExpressiveMoneyInput.autofocus.docs.mdx +1 -1
  314. package/src/expressiveMoneyInput/ExpressiveMoneyInput.story.tsx +0 -9
  315. package/src/expressiveMoneyInput/ExpressiveMoneyInput.test.story.tsx +23 -0
  316. package/src/field/Field.story.tsx +1 -34
  317. package/src/field/Field.test.story.tsx +56 -0
  318. package/src/flowNavigation/FlowNavigation.less +1 -1
  319. package/src/flowNavigation/animatedLabel/AnimatedLabel.less +2 -2
  320. package/src/header/Header.test.story.tsx +1 -1
  321. package/src/index.ts +0 -1
  322. package/src/info/Info.less +1 -1
  323. package/src/info/Info.story.tsx +1 -34
  324. package/src/info/Info.test.story.tsx +53 -0
  325. package/src/inputWithDisplayFormat/InputWithDisplayFormat.story.tsx +0 -12
  326. package/src/inputWithDisplayFormat/InputWithDisplayFormat.test.story.tsx +33 -0
  327. package/src/inputs/SelectInput/BottomSheet/SelectInputBottomSheet.css +96 -0
  328. package/src/inputs/{_BottomSheet.tsx → SelectInput/BottomSheet/SelectInputBottomSheet.tsx} +7 -7
  329. package/src/inputs/SelectInput/BottomSheet/index.ts +2 -0
  330. package/src/inputs/SelectInput/ButtonInput/SelectInputButtonInput.css +16 -0
  331. package/src/inputs/{_ButtonInput.tsx → SelectInput/ButtonInput/SelectInputButtonInput.tsx} +5 -5
  332. package/src/inputs/SelectInput/ButtonInput/index.ts +2 -0
  333. package/src/inputs/SelectInput/ClearButton/SelectInputClearButton.css +46 -0
  334. package/src/inputs/SelectInput/ClearButton/SelectInputClearButton.less +39 -0
  335. package/src/inputs/SelectInput/ClearButton/SelectInputClearButton.tsx +27 -0
  336. package/src/inputs/SelectInput/ClearButton/index.ts +2 -0
  337. package/src/inputs/SelectInput/DefaultRenderTrigger/SelectInputDefaultRenderTrigger.tsx +74 -0
  338. package/src/inputs/SelectInput/DefaultRenderTrigger/index.ts +5 -0
  339. package/src/inputs/SelectInput/ItemView/GroupItemView/SelectInputGroupItemView.tsx +61 -0
  340. package/src/inputs/SelectInput/ItemView/GroupItemView/index.ts +2 -0
  341. package/src/inputs/SelectInput/ItemView/SelectInputItemView.css +16 -0
  342. package/src/inputs/SelectInput/ItemView/SelectInputItemView.less +17 -0
  343. package/src/inputs/SelectInput/ItemView/SelectInputItemView.tsx +48 -0
  344. package/src/inputs/SelectInput/ItemView/index.ts +3 -0
  345. package/src/inputs/SelectInput/Option/SelectInputOption.css +33 -0
  346. package/src/inputs/SelectInput/Option/SelectInputOption.less +32 -0
  347. package/src/inputs/SelectInput/Option/SelectInputOption.tsx +57 -0
  348. package/src/inputs/SelectInput/Option/index.ts +2 -0
  349. package/src/inputs/SelectInput/OptionContent/SelectInputOptionContent.css +37 -0
  350. package/src/inputs/SelectInput/OptionContent/SelectInputOptionContent.less +38 -0
  351. package/src/inputs/SelectInput/OptionContent/SelectInputOptionContent.tsx +72 -0
  352. package/src/inputs/SelectInput/OptionContent/index.ts +2 -0
  353. package/src/inputs/SelectInput/Options/OptionsContainer/SelectInputOptionsContainer.tsx +59 -0
  354. package/src/inputs/SelectInput/Options/OptionsContainer/index.ts +2 -0
  355. package/src/inputs/SelectInput/Options/SelectInputOptions.css +81 -0
  356. package/src/inputs/SelectInput/Options/SelectInputOptions.less +77 -0
  357. package/src/inputs/SelectInput/Options/SelectInputOptions.tsx +411 -0
  358. package/src/inputs/SelectInput/Options/index.ts +3 -0
  359. package/src/inputs/SelectInput/Popover/SelectInputPopover.css +46 -0
  360. package/src/inputs/{_Popover.tsx → SelectInput/Popover/SelectInputPopover.tsx} +7 -7
  361. package/src/inputs/SelectInput/Popover/index.ts +2 -0
  362. package/src/inputs/SelectInput/SelectInput.contexts.tsx +40 -0
  363. package/src/inputs/SelectInput/SelectInput.less +22 -0
  364. package/src/inputs/{SelectInput.test.tsx → SelectInput/SelectInput.test.tsx} +9 -11
  365. package/src/inputs/SelectInput/SelectInput.tsx +257 -0
  366. package/src/inputs/SelectInput/SelectInput.types.ts +113 -0
  367. package/src/inputs/SelectInput/SelectInput.utils.ts +205 -0
  368. package/src/inputs/SelectInput/TriggerButton/SelectInputTriggerButton.tsx +36 -0
  369. package/src/inputs/SelectInput/TriggerButton/index.ts +5 -0
  370. package/src/inputs/{SelectInput.docs.mdx → SelectInput/_stories/SelectInput.docs.mdx} +0 -1
  371. package/src/inputs/{SelectInput.story.tsx → SelectInput/_stories/SelectInput.story.tsx} +11 -8
  372. package/src/inputs/{SelectInput.test.story.tsx → SelectInput/_stories/SelectInput.test.story.tsx} +6 -10
  373. package/src/inputs/SelectInput/components.ts +10 -0
  374. package/src/inputs/SelectInput/index.ts +12 -0
  375. package/src/inputs/_common.less +1 -1
  376. package/src/legacylistItem/LegacyListItem.test.story.tsx +1 -1
  377. package/src/link/Link.less +2 -2
  378. package/src/listItem/ListItem.less +1 -1
  379. package/src/listItem/_stories/Breakpoints/ListItem.noMedia.test.story.tsx +1 -1
  380. package/src/listItem/_stories/Breakpoints/ListItem.sideMedia.test.story.tsx +1 -1
  381. package/src/listItem/_stories/Breakpoints/ListItem.stackedMedia.test.story.tsx +1 -1
  382. package/src/listItem/_stories/ListItem.focus.test.story.tsx +1 -1
  383. package/src/listItem/_stories/ListItem.layout.test.story.tsx +1 -1
  384. package/src/listItem/_stories/variants/ListItem.brightGreen.test.story.tsx +1 -1
  385. package/src/listItem/_stories/variants/ListItem.dark.test.story.tsx +1 -1
  386. package/src/listItem/_stories/variants/ListItem.forestGreen.test.story.tsx +1 -1
  387. package/src/listItem/_stories/variants/ListItem.medium.test.story.tsx +1 -1
  388. package/src/listItem/_stories/variants/ListItem.neutral.test.story.tsx +1 -1
  389. package/src/listItem/_stories/variants/ListItem.personal.test.story.tsx +1 -1
  390. package/src/listItem/_stories/variants/ListItem.rtl.test.story.tsx +1 -1
  391. package/src/listItem/_stories/variants/ListItem.small.test.story.tsx +1 -1
  392. package/src/logo/Logo.story.tsx +0 -6
  393. package/src/logo/Logo.test.story.tsx +20 -0
  394. package/src/main.css +27094 -97
  395. package/src/main.less +3 -1
  396. package/src/modal/Modal.story.tsx +0 -26
  397. package/src/modal/Modal.test.story.tsx +125 -0
  398. package/src/moneyInput/MoneyInput.less +2 -2
  399. package/src/moneyInput/MoneyInput.test.story.tsx +1 -1
  400. package/src/navigationOption/NavigationOption.less +3 -3
  401. package/src/navigationOptionsList/NavigationOptionsList.less +1 -1
  402. package/src/overlayHeader/OverlayHeader.less +1 -1
  403. package/src/phoneNumberInput/PhoneNumberInput.less +1 -1
  404. package/src/popover/Popover.less +1 -1
  405. package/src/prompt/ActionPrompt/ActionPrompt.story.tsx +0 -43
  406. package/src/prompt/ActionPrompt/ActionPrompt.test.story.tsx +45 -1
  407. package/src/radioGroup/RadioGroup.test.story.tsx +1 -1
  408. package/src/select/Select.less +5 -5
  409. package/src/slidingPanel/SlidingPanel.less +2 -2
  410. package/src/snackbar/Snackbar.less +3 -3
  411. package/src/stepper/Stepper.less +3 -3
  412. package/src/stepper/Stepper.test.story.tsx +1 -1
  413. package/src/styles/fonts/TW-Averta-Bold.woff +0 -0
  414. package/src/styles/fonts/TW-Averta-Bold.woff2 +0 -0
  415. package/src/styles/fonts/TW-Averta-Regular.woff +0 -0
  416. package/src/styles/fonts/TW-Averta-Regular.woff2 +0 -0
  417. package/src/styles/fonts/TW-Averta-Semibold.woff +0 -0
  418. package/src/styles/fonts/TW-Averta-Semibold.woff2 +0 -0
  419. package/src/styles/fonts/TransferWise-IconFont.svg +81 -0
  420. package/src/styles/fonts/TransferWise-IconFont.woff +0 -0
  421. package/src/styles/fonts/WiseSans-Heavy.woff2 +0 -0
  422. package/src/styles/fonts/inter-cyrillic-ext-variable-wghtOnly-normal.woff2 +0 -0
  423. package/src/styles/fonts/inter-cyrillic-variable-wghtOnly-normal.woff2 +0 -0
  424. package/src/styles/fonts/inter-greek-ext-variable-wghtOnly-normal.woff2 +0 -0
  425. package/src/styles/fonts/inter-greek-variable-wghtOnly-normal.woff2 +0 -0
  426. package/src/styles/fonts/inter-latin-ext-variable-wghtOnly-normal.woff2 +0 -0
  427. package/src/styles/fonts/inter-latin-variable-wghtOnly-normal.woff2 +0 -0
  428. package/src/styles/fonts/inter-vietnamese-variable-wghtOnly-normal.woff2 +0 -0
  429. package/src/styles/img/bg-dark.svg +31 -0
  430. package/src/styles/img/bg-light.svg +26 -0
  431. package/src/styles/less/accordion.css +255 -0
  432. package/src/styles/less/accordion.less +15 -0
  433. package/src/styles/less/addons/_background-utilities.less +82 -0
  434. package/src/styles/less/addons/_border.less +3 -0
  435. package/src/styles/less/addons/_display-utilities.less +159 -0
  436. package/src/styles/less/addons/_spacing-utilities.less +73 -0
  437. package/src/styles/less/addons/_utilities.less +147 -0
  438. package/src/styles/less/alerts.css +751 -0
  439. package/src/styles/less/alerts.less +252 -0
  440. package/src/styles/less/background.css +20 -0
  441. package/src/styles/less/background.less +24 -0
  442. package/src/styles/less/badge.css +90 -0
  443. package/src/styles/less/badge.less +85 -0
  444. package/src/styles/less/border-radius.css +3 -0
  445. package/src/styles/less/border-radius.less +3 -0
  446. package/src/styles/less/breadcrumbs.css +20 -0
  447. package/src/styles/less/breadcrumbs.less +27 -0
  448. package/src/styles/less/button-groups.css +495 -0
  449. package/src/styles/less/button-groups.less +424 -0
  450. package/src/styles/less/buttons.css +1390 -0
  451. package/src/styles/less/buttons.less +738 -0
  452. package/src/styles/less/chevron.css +35 -0
  453. package/src/styles/less/chevron.less +39 -0
  454. package/src/styles/less/circles.css +248 -0
  455. package/src/styles/less/circles.less +233 -0
  456. package/src/styles/less/close.css +47 -0
  457. package/src/styles/less/close.less +48 -0
  458. package/src/styles/less/column-layout.css +164 -0
  459. package/src/styles/less/column-layout.less +167 -0
  460. package/src/styles/less/components/_component-animations.less +43 -0
  461. package/src/styles/less/core/_fonts.less +97 -0
  462. package/src/styles/less/core/_scaffolding.less +380 -0
  463. package/src/styles/less/core/_typography-utilities.less +255 -0
  464. package/src/styles/less/core/_typography.less +575 -0
  465. package/src/styles/less/core/viewport-themes.css +59 -0
  466. package/src/styles/less/core/viewport-themes.less +65 -0
  467. package/src/styles/less/currency-flags.css +46 -0
  468. package/src/styles/less/currency-flags.less +42 -0
  469. package/src/styles/less/decision.css +136 -0
  470. package/src/styles/less/decision.less +98 -0
  471. package/src/styles/less/dropdowns.css +472 -0
  472. package/src/styles/less/dropdowns.less +365 -0
  473. package/src/styles/less/droppable.css +221 -0
  474. package/src/styles/less/droppable.less +213 -0
  475. package/src/styles/less/flex.css +598 -0
  476. package/src/styles/less/flex.less +113 -0
  477. package/src/styles/less/footer.css +129 -0
  478. package/src/styles/less/footer.less +113 -0
  479. package/src/styles/less/forms/bootstrap-forms.css +2277 -0
  480. package/src/styles/less/forms/bootstrap-forms.less +1218 -0
  481. package/src/styles/less/forms/checkbox-radio.css +367 -0
  482. package/src/styles/less/forms/checkbox-radio.less +330 -0
  483. package/src/styles/less/grid.css +2369 -0
  484. package/src/styles/less/grid.less +187 -0
  485. package/src/styles/less/input-groups.css +2740 -0
  486. package/src/styles/less/input-groups.less +298 -0
  487. package/src/styles/less/link-callout.css +20 -0
  488. package/src/styles/less/link-callout.less +17 -0
  489. package/src/styles/less/list-group.css +350 -0
  490. package/src/styles/less/list-group.less +260 -0
  491. package/src/styles/less/loaders.css +76 -0
  492. package/src/styles/less/loaders.less +91 -0
  493. package/src/styles/less/media.css +74 -0
  494. package/src/styles/less/media.less +68 -0
  495. package/src/styles/less/mixins/_alerts.less +39 -0
  496. package/src/styles/less/mixins/_arrows.less +52 -0
  497. package/src/styles/less/mixins/_border-radius.less +11 -0
  498. package/src/styles/less/mixins/_buttons.less +82 -0
  499. package/src/styles/less/mixins/_center-block.less +7 -0
  500. package/src/styles/less/mixins/_clearfix.less +23 -0
  501. package/src/styles/less/mixins/_flex.less +105 -0
  502. package/src/styles/less/mixins/_forms.less +130 -0
  503. package/src/styles/less/mixins/_grid-framework.less +104 -0
  504. package/src/styles/less/mixins/_grid.less +158 -0
  505. package/src/styles/less/mixins/_hide-text.less +20 -0
  506. package/src/styles/less/mixins/_links.less +7 -0
  507. package/src/styles/less/mixins/_list-group.less +23 -0
  508. package/src/styles/less/mixins/_logical-properties-IE-friendly.less +381 -0
  509. package/src/styles/less/mixins/_logical-properties-modern-browsers.less +226 -0
  510. package/src/styles/less/mixins/_logical-properties.less +5 -0
  511. package/src/styles/less/mixins/_nav-divider.less +10 -0
  512. package/src/styles/less/mixins/_nav-vertical-align.less +10 -0
  513. package/src/styles/less/mixins/_panels.less +23 -0
  514. package/src/styles/less/mixins/_physical-properties.less +110 -0
  515. package/src/styles/less/mixins/_reset-text.less +22 -0
  516. package/src/styles/less/mixins/_sequence.less +203 -0
  517. package/src/styles/less/mixins/_spacing.less +122 -0
  518. package/src/styles/less/mixins/_tab-focus.less +5 -0
  519. package/src/styles/less/mixins/_table-row.less +47 -0
  520. package/src/styles/less/mixins/_text-emphasis.less +39 -0
  521. package/src/styles/less/mixins/_text-overflow.less +8 -0
  522. package/src/styles/less/mixins/_theming.less +7 -0
  523. package/src/styles/less/modals.css +185 -0
  524. package/src/styles/less/modals.less +239 -0
  525. package/src/styles/less/navbar.css +2406 -0
  526. package/src/styles/less/navbar.less +1442 -0
  527. package/src/styles/less/navs.css +296 -0
  528. package/src/styles/less/navs.less +339 -0
  529. package/src/styles/less/neptune-social-media.css +144 -0
  530. package/src/styles/less/neptune-social-media.less +84 -0
  531. package/src/styles/less/neptune.bundle.less +63 -0
  532. package/src/styles/less/neptune.css +25724 -0
  533. package/src/styles/less/panels.css +528 -0
  534. package/src/styles/less/panels.less +410 -0
  535. package/src/styles/less/popovers.css +661 -0
  536. package/src/styles/less/popovers.less +379 -0
  537. package/src/styles/less/process.css +483 -0
  538. package/src/styles/less/process.less +426 -0
  539. package/src/styles/less/progress-bars.css +64 -0
  540. package/src/styles/less/progress-bars.less +55 -0
  541. package/src/styles/less/ring.css +55 -0
  542. package/src/styles/less/ring.less +51 -0
  543. package/src/styles/less/select.css +99 -0
  544. package/src/styles/less/select.less +88 -0
  545. package/src/styles/less/sequences.css +855 -0
  546. package/src/styles/less/sequences.less +511 -0
  547. package/src/styles/less/table.css +446 -0
  548. package/src/styles/less/table.less +385 -0
  549. package/src/styles/less/tick.css +32 -0
  550. package/src/styles/less/tick.less +37 -0
  551. package/src/styles/less/tooltip.css +160 -0
  552. package/src/styles/less/tooltip.less +130 -0
  553. package/src/styles/less/utilities.css +145 -0
  554. package/src/styles/less/utilities.less +153 -0
  555. package/src/styles/less/wells.css +74 -0
  556. package/src/styles/less/wells.less +37 -0
  557. package/src/styles/props/custom-media.css +11 -0
  558. package/src/styles/props/legacy-custom-props.css +69 -0
  559. package/src/styles/props/neptune-tokens.css +11 -0
  560. package/src/styles/variables/legacy-variables.css +0 -0
  561. package/src/styles/variables/legacy-variables.less +1299 -0
  562. package/src/styles/variables/neptune-tokens.css +0 -0
  563. package/src/styles/variables/neptune-tokens.less +12 -0
  564. package/src/styles/variables/zindex.css +0 -0
  565. package/src/styles/variables/zindex.less +17 -0
  566. package/src/summary/Summary.less +1 -1
  567. package/src/summary/Summary.test.story.tsx +1 -1
  568. package/src/switch/Switch.less +4 -4
  569. package/src/table/Table.less +1 -1
  570. package/src/tabs/Tabs.less +4 -4
  571. package/src/tile/Tile.less +1 -1
  572. package/src/tooltip/Tooltip.less +1 -1
  573. package/src/tooltip/Tooltip.story.tsx +0 -21
  574. package/src/tooltip/Tooltip.test.story.tsx +42 -0
  575. package/src/typeahead/Typeahead.less +2 -2
  576. package/src/typeahead/Typeahead.story.tsx +0 -52
  577. package/src/typeahead/Typeahead.test.story.tsx +73 -0
  578. package/src/typeahead/typeaheadOption/TypeaheadOption.less +1 -1
  579. package/src/upload/Upload.less +1 -1
  580. package/src/uploadInput/UploadInput.less +2 -2
  581. package/src/uploadInput/uploadItem/UploadItem.less +1 -1
  582. package/build/inputs/SelectInput.js +0 -890
  583. package/build/inputs/SelectInput.js.map +0 -1
  584. package/build/inputs/SelectInput.messages.js.map +0 -1
  585. package/build/inputs/SelectInput.messages.mjs.map +0 -1
  586. package/build/inputs/SelectInput.mjs +0 -881
  587. package/build/inputs/SelectInput.mjs.map +0 -1
  588. package/build/inputs/_BottomSheet.js.map +0 -1
  589. package/build/inputs/_BottomSheet.mjs.map +0 -1
  590. package/build/inputs/_ButtonInput.js.map +0 -1
  591. package/build/inputs/_ButtonInput.mjs.map +0 -1
  592. package/build/inputs/_Popover.js.map +0 -1
  593. package/build/inputs/_Popover.mjs.map +0 -1
  594. package/build/types/inputs/SelectInput.d.ts.map +0 -1
  595. package/build/types/inputs/SelectInput.messages.d.ts.map +0 -1
  596. package/build/types/inputs/_BottomSheet.d.ts.map +0 -1
  597. package/build/types/inputs/_ButtonInput.d.ts +0 -5
  598. package/build/types/inputs/_ButtonInput.d.ts.map +0 -1
  599. package/build/types/inputs/_Popover.d.ts.map +0 -1
  600. package/src/inputs/SelectInput.less +0 -219
  601. package/src/inputs/SelectInput.tsx +0 -1269
  602. package/build/inputs/{SelectInput.messages.js → SelectInput/SelectInput.messages.js} +0 -0
  603. package/build/inputs/{SelectInput.messages.mjs → SelectInput/SelectInput.messages.mjs} +0 -0
  604. package/build/styles/inputs/{SelectInput.css → SelectInput/SelectInput.css} +90 -90
  605. package/build/types/inputs/{SelectInput.messages.d.ts → SelectInput/SelectInput.messages.d.ts} +0 -0
  606. package/src/inputs/{_BottomSheet.less → SelectInput/BottomSheet/SelectInputBottomSheet.less} +0 -0
  607. package/src/inputs/{_ButtonInput.less → SelectInput/ButtonInput/SelectInputButtonInput.less} +0 -0
  608. package/src/inputs/{_Popover.less → SelectInput/Popover/SelectInputPopover.less} +0 -0
  609. package/src/inputs/{SelectInput.css → SelectInput/SelectInput.css} +90 -90
  610. /package/src/inputs/{SelectInput.messages.ts → SelectInput/SelectInput.messages.ts} +0 -0
@@ -0,0 +1,528 @@
1
+ .panel {
2
+ margin-bottom: 16px;
3
+ background-color: transparent;
4
+ border: 0;
5
+ margin-left: -16px;
6
+ margin-right: -16px;
7
+ }
8
+ .panel-body {
9
+ padding: 16px;
10
+ background-color: #ffffff;
11
+ background-color: var(--color-background-screen);
12
+ }
13
+ .panel-heading {
14
+ padding: 16px 16px 8px 16px;
15
+ }
16
+ .panel-heading > .dropdown .dropdown-toggle {
17
+ color: inherit;
18
+ }
19
+ .panel-title {
20
+ margin-top: 0;
21
+ margin-bottom: 0;
22
+ line-height: calc(1.2 + 8px);
23
+ line-height: calc(var(--line-height-title) + 8px);
24
+ }
25
+ .panel-title > a {
26
+ -webkit-text-decoration: none;
27
+ text-decoration: none;
28
+ }
29
+ .panel-footer {
30
+ padding: 16px;
31
+ }
32
+ @media (min-width: 576px) {
33
+ .panel {
34
+ margin-bottom: 24px;
35
+ margin-left: -24px;
36
+ margin-right: -24px;
37
+ }
38
+ .panel-heading {
39
+ padding: 16px 24px 8px 24px;
40
+ }
41
+ .panel-body {
42
+ padding: 24px;
43
+ }
44
+ .panel-footer {
45
+ padding: 24px;
46
+ }
47
+ }
48
+ @media (min-width: 768px) {
49
+ .panel {
50
+ margin-left: 0;
51
+ margin-right: 0;
52
+ }
53
+ .panel-heading {
54
+ padding: 16px 0 8px 0;
55
+ }
56
+ }
57
+ @media (min-width: 992px) {
58
+ .panel {
59
+ margin-bottom: 32px;
60
+ border-radius: 3px;
61
+ }
62
+ .panel-body {
63
+ padding: 32px;
64
+ }
65
+ .panel-footer {
66
+ padding: 32px;
67
+ }
68
+ }
69
+ @media (min-width: 768px) {
70
+ .panel-title {
71
+ line-height: calc(1.2 * 2);
72
+ line-height: calc(var(--line-height-title) * 2);
73
+ }
74
+ .panel-heading > .btn-sm {
75
+ margin-top: 8px;
76
+ }
77
+ }
78
+ .panel > .list-group,
79
+ .panel > .panel-collapse > .list-group {
80
+ margin-bottom: 0;
81
+ border-left: 0;
82
+ border-right: 0;
83
+ }
84
+ .panel > .list-group .list-group-item,
85
+ .panel > .panel-collapse > .list-group .list-group-item {
86
+ border-radius: 0;
87
+ }
88
+ .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
89
+ border-top-right-radius: 0;
90
+ border-top-left-radius: 0;
91
+ }
92
+ .panel-list-group {
93
+ margin-bottom: 0;
94
+ border-left: 0;
95
+ border-right: 0;
96
+ }
97
+ .list-group + .panel-footer {
98
+ border-top-width: 0;
99
+ }
100
+ .panel > .table,
101
+ .panel > .table-responsive > .table,
102
+ .panel > .panel-collapse > .table {
103
+ margin-bottom: 0;
104
+ }
105
+ .panel > .table caption,
106
+ .panel > .table-responsive > .table caption,
107
+ .panel > .panel-collapse > .table caption {
108
+ padding-left: 32px;
109
+ padding-right: 32px;
110
+ }
111
+ .panel > .table:first-child,
112
+ .panel > .table-responsive:first-child > .table:first-child {
113
+ border-top-right-radius: 2px;
114
+ border-top-left-radius: 2px;
115
+ }
116
+ .panel > .table:first-child > thead:first-child > tr:first-child,
117
+ .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
118
+ .panel > .table:first-child > tbody:first-child > tr:first-child,
119
+ .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;
162
+ }
163
+ .panel > .table:last-child,
164
+ .panel > .table-responsive:last-child > .table:last-child {
165
+ border-bottom-right-radius: 2px;
166
+ border-bottom-left-radius: 2px;
167
+ }
168
+ .panel > .table:last-child > tbody:last-child > tr:last-child,
169
+ .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
170
+ .panel > .table:last-child > tfoot:last-child > tr:last-child,
171
+ .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;
214
+ }
215
+ .panel > .panel-body + .table,
216
+ .panel > .panel-body + .table-responsive,
217
+ .panel > .table + .panel-body,
218
+ .panel > .table-responsive + .panel-body {
219
+ border-top: 1px solid #f2f5f7;
220
+ }
221
+ .panel > .table > tbody:first-child > tr:first-child th,
222
+ .panel > .table > tbody:first-child > tr:first-child td {
223
+ border-top: 0;
224
+ }
225
+ .panel > .table-bordered,
226
+ .panel > .table-responsive > .table-bordered {
227
+ border: 0;
228
+ }
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 ;
284
+ }
285
+ .panel > .table-bordered > thead > tr:first-child > td,
286
+ .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
287
+ .panel > .table-bordered > tbody > tr:first-child > td,
288
+ .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
289
+ .panel > .table-bordered > thead > tr:first-child > th,
290
+ .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
291
+ .panel > .table-bordered > tbody > tr:first-child > th,
292
+ .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
293
+ border-bottom: 0;
294
+ }
295
+ .panel > .table-bordered > tbody > tr:last-child > td,
296
+ .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
297
+ .panel > .table-bordered > tfoot > tr:last-child > td,
298
+ .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
299
+ .panel > .table-bordered > tbody > tr:last-child > th,
300
+ .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
301
+ .panel > .table-bordered > tfoot > tr:last-child > th,
302
+ .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
303
+ border-bottom: 0;
304
+ }
305
+ .panel > .table-responsive {
306
+ border: 0;
307
+ margin-bottom: 0;
308
+ }
309
+ .panel > .table tr > :first-child,
310
+ .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;
318
+ }
319
+ .panel > .table tr > :last-child,
320
+ .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;
328
+ }
329
+ @media (min-width: 768px) {
330
+ .panel > .table tr > :first-child,
331
+ .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;
339
+ }
340
+ .panel > .table tr > :last-child,
341
+ .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;
349
+ }
350
+ }
351
+ @media (min-width: 992px) {
352
+ .panel > .table tr > :first-child,
353
+ .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;
361
+ }
362
+ .panel > .table tr > :last-child,
363
+ .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;
371
+ }
372
+ }
373
+ .panel-group {
374
+ margin-bottom: 24px;
375
+ margin-bottom: var(--size-24);
376
+ }
377
+ .panel-group .panel {
378
+ margin-bottom: 0;
379
+ border-radius: 3px;
380
+ }
381
+ .panel-group .panel + .panel {
382
+ margin-top: 8px;
383
+ }
384
+ .panel-group .panel-heading {
385
+ border-bottom: 0;
386
+ }
387
+ .panel-group .panel-heading + .panel-collapse > .panel-body,
388
+ .panel-group .panel-heading + .panel-collapse > .list-group {
389
+ border-top: 1px solid #FFF;
390
+ }
391
+ .panel-group .panel-footer {
392
+ border-top: 0;
393
+ }
394
+ .panel-group .panel-footer + .panel-collapse .panel-body {
395
+ border-bottom: 1px solid #FFF;
396
+ }
397
+ .panel-default {
398
+ border-color: #e2e6e8 !important;
399
+ }
400
+ .panel-default > .panel-heading {
401
+ color: #4a5860;
402
+ border-color: #e2e6e8;
403
+ }
404
+ .panel-default > .panel-heading + .panel-collapse > .panel-body {
405
+ border-top-color: #e2e6e8;
406
+ }
407
+ .panel-default > .panel-heading .badge {
408
+ color: #fff;
409
+ background-color: #4a5860;
410
+ }
411
+ .panel-default > .panel-footer + .panel-collapse > .panel-body {
412
+ border-bottom-color: #e2e6e8;
413
+ }
414
+ .panel-primary {
415
+ border-color: #37517e !important;
416
+ }
417
+ .panel-primary > .panel-heading {
418
+ color: #fff;
419
+ border-color: #37517e;
420
+ }
421
+ .panel-primary > .panel-heading + .panel-collapse > .panel-body {
422
+ border-top-color: #37517e;
423
+ }
424
+ .panel-primary > .panel-heading .badge {
425
+ color: #fff;
426
+ background-color: #fff;
427
+ }
428
+ .panel-primary > .panel-footer + .panel-collapse > .panel-body {
429
+ border-bottom-color: #37517e;
430
+ }
431
+ .panel-success {
432
+ border-color: #2ED06E !important;
433
+ }
434
+ .panel-success > .panel-heading {
435
+ color: #1B7940;
436
+ border-color: #2ED06E;
437
+ }
438
+ .panel-success > .panel-heading + .panel-collapse > .panel-body {
439
+ border-top-color: #2ED06E;
440
+ }
441
+ .panel-success > .panel-heading .badge {
442
+ color: #FFF;
443
+ background-color: #1B7940;
444
+ }
445
+ .panel-success > .panel-footer + .panel-collapse > .panel-body {
446
+ border-bottom-color: #2ED06E;
447
+ }
448
+ .panel-info {
449
+ border-color: #00b9ff !important;
450
+ }
451
+ .panel-info > .panel-heading {
452
+ color: #00a4df;
453
+ border-color: #00b9ff;
454
+ }
455
+ .panel-info > .panel-heading + .panel-collapse > .panel-body {
456
+ border-top-color: #00b9ff;
457
+ }
458
+ .panel-info > .panel-heading .badge {
459
+ color: #FFF;
460
+ background-color: #00a4df;
461
+ }
462
+ .panel-info > .panel-footer + .panel-collapse > .panel-body {
463
+ border-bottom-color: #00b9ff;
464
+ }
465
+ .panel-warning {
466
+ border-color: #FFA600 !important;
467
+ }
468
+ .panel-warning > .panel-heading {
469
+ color: #9E5F00;
470
+ border-color: #FFA600;
471
+ }
472
+ .panel-warning > .panel-heading + .panel-collapse > .panel-body {
473
+ border-top-color: #FFA600;
474
+ }
475
+ .panel-warning > .panel-heading .badge {
476
+ color: #FFF;
477
+ background-color: #9E5F00;
478
+ }
479
+ .panel-warning > .panel-footer + .panel-collapse > .panel-body {
480
+ border-bottom-color: #FFA600;
481
+ }
482
+ .panel-danger {
483
+ border-color: #F53636 !important;
484
+ }
485
+ .panel-danger > .panel-heading {
486
+ color: #C22E2E;
487
+ border-color: #F53636;
488
+ }
489
+ .panel-danger > .panel-heading + .panel-collapse > .panel-body {
490
+ border-top-color: #F53636;
491
+ }
492
+ .panel-danger > .panel-heading .badge {
493
+ color: #FFF;
494
+ background-color: #C22E2E;
495
+ }
496
+ .panel-danger > .panel-footer + .panel-collapse > .panel-body {
497
+ border-bottom-color: #F53636;
498
+ }
499
+ .panel ul:last-child {
500
+ margin-bottom: 0;
501
+ }
502
+ .panel-group .panel {
503
+ margin-left: 0;
504
+ margin-right: 0;
505
+ border: 1px solid #e2e6e8;
506
+ }
507
+ .panel-group .panel-heading,
508
+ .panel-group .panel-footer {
509
+ padding: 16px;
510
+ }
511
+ @media (min-width: 576px) {
512
+ .panel-group .panel .panel-heading,
513
+ .panel-group .panel .panel-footer {
514
+ padding: 24px !important;
515
+ }
516
+ }
517
+ @media (min-width: 992px) {
518
+ .panel-group .panel .panel-heading,
519
+ .panel-group .panel .panel-footer {
520
+ padding: 24px 32px;
521
+ }
522
+ }
523
+ @media (min-width: 768px) {
524
+ .panel {
525
+ margin-left: 0;
526
+ margin-right: 0;
527
+ }
528
+ }