@bbl-digital/snorre 4.1.81 → 4.1.83

Sign up to get free protection for your applications and to get access to all the features.
Files changed (411) hide show
  1. package/.husky/_/husky.sh +30 -30
  2. package/.prettierrc +6 -6
  3. package/.vscode/settings.json +3 -3
  4. package/README.md +3 -3
  5. package/dist/bundle.js +574 -569
  6. package/esm/app-shell/index.js +2 -2
  7. package/esm/core/Alert/styles.js +6 -6
  8. package/esm/core/AppLoader/styles.js +1 -1
  9. package/esm/core/Autocomplete/styles.js +18 -18
  10. package/esm/core/Banner/styles.js +4 -4
  11. package/esm/core/BarAndLineComposedChart/styles.js +1 -1
  12. package/esm/core/BarChartWithCustomizedEvent/styles.js +1 -1
  13. package/esm/core/Box/styles.js +7 -7
  14. package/esm/core/BoxedTable/DraggableRow/styles.js +5 -5
  15. package/esm/core/BoxedTable/HeaderCell/styles.js +2 -2
  16. package/esm/core/BoxedTable/RowCell/index.js +1 -1
  17. package/esm/core/BoxedTable/RowCell/styles.js +9 -9
  18. package/esm/core/BoxedTable/TableHeader/styles.js +1 -1
  19. package/esm/core/BoxedTable/TableRow/styles.js +8 -8
  20. package/esm/core/BoxedTable/styles.js +11 -11
  21. package/esm/core/Button/styles.js +19 -19
  22. package/esm/core/Calendar/CalendarEvent/styles.js +5 -5
  23. package/esm/core/Calendar/CalendarSmallEvent/styles.js +5 -5
  24. package/esm/core/Calendar/styles.js +5 -5
  25. package/esm/core/Card/styles.js +11 -11
  26. package/esm/core/Checkbox/styles.js +5 -5
  27. package/esm/core/CollapseList/styles.js +2 -2
  28. package/esm/core/CommentsTimeline/CommentLine/styles.js +4 -4
  29. package/esm/core/CommentsTimeline/styles.js +1 -1
  30. package/esm/core/CustomText/styles.js +2 -2
  31. package/esm/core/Datepicker/styles.js +9 -9
  32. package/esm/core/DatepickerRange/styles.js +9 -9
  33. package/esm/core/Divider/styles.js +5 -5
  34. package/esm/core/Dropdown/styles.js +3 -3
  35. package/esm/core/DropdownMenu/styles.js +3 -3
  36. package/esm/core/FileInput/styles.js +14 -14
  37. package/esm/core/GoogleButton/styles.js +1 -1
  38. package/esm/core/Header/styles.js +7 -7
  39. package/esm/core/HighlightText/styles.js +1 -1
  40. package/esm/core/Image/styles.js +6 -6
  41. package/esm/core/ImagePicker/IconWithBackground.js +1 -1
  42. package/esm/core/ImagePicker/UploadButton.js +1 -1
  43. package/esm/core/ImagePicker/styles.js +11 -11
  44. package/esm/core/ImageViewer/index.js +1 -1
  45. package/esm/core/ImageViewer/styles.js +7 -7
  46. package/esm/core/InfoButton/styles.js +9 -9
  47. package/esm/core/Input/styles.js +19 -19
  48. package/esm/core/Link/styles.js +10 -10
  49. package/esm/core/List/Item.js +1 -1
  50. package/esm/core/List/styles.js +11 -11
  51. package/esm/core/ListPager/styles.js +3 -3
  52. package/esm/core/Modal/ActionButtons/index.js +1 -1
  53. package/esm/core/Modal/styles.js +8 -8
  54. package/esm/core/NoticeCard/privateComponents/NoticeAttachmentBlock/styles.js +4 -4
  55. package/esm/core/NoticeCard/privateComponents/NoticeAttachmentList/styles.js +1 -1
  56. package/esm/core/NoticeCard/privateComponents/NoticeMetaInfo/styles.js +3 -3
  57. package/esm/core/NoticeCard/styles.js +4 -4
  58. package/esm/core/NotificationCounter/styles.js +1 -1
  59. package/esm/core/NotificationsMenu/NotificationRow/styles.js +3 -3
  60. package/esm/core/NotificationsMenu/styles.js +3 -3
  61. package/esm/core/PieChart/styles.js +2 -2
  62. package/esm/core/PreemptionCard/styles.js +3 -3
  63. package/esm/core/PreemptionCardLoading/styles.js +3 -3
  64. package/esm/core/QuillEditor/styles.js +3 -3
  65. package/esm/core/Radio/styles.js +4 -4
  66. package/esm/core/SearchFilter/index.js +1 -1
  67. package/esm/core/SearchFilter/styles.js +14 -14
  68. package/esm/core/SearchSelect/styles.js +5 -5
  69. package/esm/core/Select/index.js +9 -4
  70. package/esm/core/Select/styles.js +18 -18
  71. package/esm/core/SimpleBarChart/styles.js +1 -1
  72. package/esm/core/SimpleLineChart/styles.js +1 -1
  73. package/esm/core/Skeleton/styles.js +4 -4
  74. package/esm/core/Spinner/styles.js +5 -5
  75. package/esm/core/Stepper/MobileStep/styles.js +7 -7
  76. package/esm/core/Stepper/Step/index.js +1 -1
  77. package/esm/core/Stepper/Step/styles.js +5 -5
  78. package/esm/core/Stepper/styles.js +3 -3
  79. package/esm/core/TabBar/TabItem/styles.js +1 -1
  80. package/esm/core/TabBar/styles.js +1 -1
  81. package/esm/core/TabNav/TabNavItem/styles.js +5 -5
  82. package/esm/core/TabNav/styles.js +8 -8
  83. package/esm/core/Table/styles.js +16 -16
  84. package/esm/core/Tag/styles.js +13 -13
  85. package/esm/core/Text/styles.js +16 -16
  86. package/esm/core/Textarea/styles.js +7 -7
  87. package/esm/core/Timeline/TimelineStep/styles.js +6 -6
  88. package/esm/core/Timeline/styles.js +1 -1
  89. package/esm/core/Timepicker/index.js +3 -3
  90. package/esm/core/Timepicker/styles.js +7 -7
  91. package/esm/core/Tooltip/styles.js +2 -2
  92. package/esm/core/UnitIllustration/index.js +9 -9
  93. package/esm/core/UserMenu/styles.js +7 -7
  94. package/esm/core/Video/styles.js +1 -1
  95. package/esm/core/YearWheel/styles.js +3 -3
  96. package/esm/enums/Keyboard.js +2 -2
  97. package/esm/globals/styles/quill.module.js +1 -0
  98. package/esm/globals/styles/styles.js +1 -1
  99. package/esm/illustrations/styles.js +2 -2
  100. package/esm/layout/Footer/FooterButton/styles.js +1 -1
  101. package/esm/layout/Footer/FooterCol/styles.js +1 -1
  102. package/esm/layout/Footer/FooterGroup/styles.js +1 -1
  103. package/esm/layout/Footer/FooterLabel/styles.js +1 -1
  104. package/esm/layout/Footer/FooterLink/styles.js +1 -1
  105. package/esm/layout/Footer/styles.js +2 -2
  106. package/esm/layout/Layout/styles.js +1 -1
  107. package/esm/layout/LayoutShell/styles.js +8 -8
  108. package/esm/layout/Menu/AppPicker/styles.js +5 -5
  109. package/esm/layout/Menu/MainMenu/styles.js +2 -2
  110. package/esm/layout/Menu/MenuItem/styles.js +3 -3
  111. package/esm/layout/Menu/MenuSpacer/styles.js +1 -1
  112. package/esm/layout/Menu/MenuTop/styles.js +3 -3
  113. package/esm/layout/Menu/SecondaryMenu/styles.js +4 -4
  114. package/esm/layout/Menu/SecondaryMenuItem/styles.js +1 -1
  115. package/esm/layout/Menu/styles.js +1 -1
  116. package/esm/layout/Submenu/SubmenuItem/styles.js +3 -3
  117. package/esm/layout/Submenu/styles.js +15 -15
  118. package/esm/layout/Topbar/styles.js +1 -1
  119. package/esm/shared/components/SbIconGrid/index.js +1 -1
  120. package/esm/shared/components/VisuallyHidden/index.js +4 -4
  121. package/esm/shared/recharts/CustomLegend/styles.js +2 -2
  122. package/esm/shared/recharts/CustomTooltip/styles.js +3 -3
  123. package/esm/utils/time.js +14 -14
  124. package/esm/v2/Memberbenefits/MemberbenefitsCard/styles.js +12 -12
  125. package/esm/v2/core/Box/styles.js +9 -9
  126. package/esm/v2/core/BoxedTable/DraggableRow/styles.js +5 -5
  127. package/esm/v2/core/BoxedTable/HeaderCell/styles.js +2 -2
  128. package/esm/v2/core/BoxedTable/RowCell/index.js +1 -1
  129. package/esm/v2/core/BoxedTable/RowCell/styles.js +9 -9
  130. package/esm/v2/core/BoxedTable/TableHeader/styles.js +1 -1
  131. package/esm/v2/core/BoxedTable/TableRow/styles.js +8 -8
  132. package/esm/v2/core/BoxedTable/styles.js +16 -16
  133. package/esm/v2/core/Button/styles.js +19 -19
  134. package/esm/v2/core/ButtonsFilter/styles.js +1 -1
  135. package/esm/v2/core/Chip/styles.js +11 -11
  136. package/esm/v2/core/TabNav/TabNavItem/styles.js +6 -6
  137. package/esm/v2/core/TabNav/styles.js +7 -7
  138. package/infrastructure/azure-pipelines.yml +34 -34
  139. package/jest.config.js +34 -34
  140. package/lib/app-shell/index.js +2 -2
  141. package/lib/core/Alert/styles.js +6 -6
  142. package/lib/core/AppLoader/styles.js +1 -1
  143. package/lib/core/Autocomplete/styles.d.ts.map +1 -1
  144. package/lib/core/Autocomplete/styles.js +18 -18
  145. package/lib/core/Banner/styles.d.ts.map +1 -1
  146. package/lib/core/Banner/styles.js +4 -4
  147. package/lib/core/BarAndLineComposedChart/styles.d.ts.map +1 -1
  148. package/lib/core/BarAndLineComposedChart/styles.js +1 -1
  149. package/lib/core/BarChartWithCustomizedEvent/styles.d.ts.map +1 -1
  150. package/lib/core/BarChartWithCustomizedEvent/styles.js +1 -1
  151. package/lib/core/Box/styles.d.ts.map +1 -1
  152. package/lib/core/Box/styles.js +7 -7
  153. package/lib/core/BoxedTable/DraggableRow/styles.d.ts.map +1 -1
  154. package/lib/core/BoxedTable/DraggableRow/styles.js +5 -5
  155. package/lib/core/BoxedTable/HeaderCell/styles.js +2 -2
  156. package/lib/core/BoxedTable/RowCell/index.js +1 -1
  157. package/lib/core/BoxedTable/RowCell/styles.js +9 -9
  158. package/lib/core/BoxedTable/TableHeader/styles.d.ts.map +1 -1
  159. package/lib/core/BoxedTable/TableHeader/styles.js +1 -1
  160. package/lib/core/BoxedTable/TableRow/styles.d.ts.map +1 -1
  161. package/lib/core/BoxedTable/TableRow/styles.js +8 -8
  162. package/lib/core/BoxedTable/styles.d.ts.map +1 -1
  163. package/lib/core/BoxedTable/styles.js +11 -11
  164. package/lib/core/Button/index.d.ts.map +1 -1
  165. package/lib/core/Button/styles.js +19 -19
  166. package/lib/core/Calendar/CalendarEvent/styles.d.ts.map +1 -1
  167. package/lib/core/Calendar/CalendarEvent/styles.js +5 -5
  168. package/lib/core/Calendar/CalendarSmallEvent/styles.d.ts.map +1 -1
  169. package/lib/core/Calendar/CalendarSmallEvent/styles.js +5 -5
  170. package/lib/core/Calendar/styles.d.ts.map +1 -1
  171. package/lib/core/Calendar/styles.js +5 -5
  172. package/lib/core/Card/styles.js +11 -11
  173. package/lib/core/Checkbox/styles.js +5 -5
  174. package/lib/core/CollapseList/styles.d.ts.map +1 -1
  175. package/lib/core/CollapseList/styles.js +2 -2
  176. package/lib/core/CommentsTimeline/CommentLine/styles.d.ts.map +1 -1
  177. package/lib/core/CommentsTimeline/CommentLine/styles.js +4 -4
  178. package/lib/core/CommentsTimeline/styles.d.ts.map +1 -1
  179. package/lib/core/CommentsTimeline/styles.js +1 -1
  180. package/lib/core/CustomText/styles.d.ts.map +1 -1
  181. package/lib/core/CustomText/styles.js +2 -2
  182. package/lib/core/Datepicker/styles.d.ts.map +1 -1
  183. package/lib/core/Datepicker/styles.js +9 -9
  184. package/lib/core/DatepickerRange/styles.d.ts.map +1 -1
  185. package/lib/core/DatepickerRange/styles.js +9 -9
  186. package/lib/core/Divider/styles.js +5 -5
  187. package/lib/core/Dropdown/styles.js +3 -3
  188. package/lib/core/DropdownMenu/styles.d.ts.map +1 -1
  189. package/lib/core/DropdownMenu/styles.js +3 -3
  190. package/lib/core/FileInput/styles.d.ts.map +1 -1
  191. package/lib/core/FileInput/styles.js +14 -14
  192. package/lib/core/GoogleButton/styles.d.ts.map +1 -1
  193. package/lib/core/GoogleButton/styles.js +1 -1
  194. package/lib/core/Header/styles.js +7 -7
  195. package/lib/core/HighlightText/styles.d.ts.map +1 -1
  196. package/lib/core/HighlightText/styles.js +1 -1
  197. package/lib/core/Image/styles.js +6 -6
  198. package/lib/core/ImagePicker/IconWithBackground.js +1 -1
  199. package/lib/core/ImagePicker/UploadButton.js +1 -1
  200. package/lib/core/ImagePicker/styles.js +11 -11
  201. package/lib/core/ImageViewer/index.js +1 -1
  202. package/lib/core/ImageViewer/styles.js +7 -7
  203. package/lib/core/InfoButton/styles.d.ts.map +1 -1
  204. package/lib/core/InfoButton/styles.js +9 -9
  205. package/lib/core/Input/styles.js +19 -19
  206. package/lib/core/Link/styles.d.ts.map +1 -1
  207. package/lib/core/Link/styles.js +10 -10
  208. package/lib/core/List/Item.js +1 -1
  209. package/lib/core/List/styles.js +11 -11
  210. package/lib/core/ListPager/styles.d.ts.map +1 -1
  211. package/lib/core/ListPager/styles.js +3 -3
  212. package/lib/core/Modal/ActionButtons/index.js +1 -1
  213. package/lib/core/Modal/index.d.ts.map +1 -1
  214. package/lib/core/Modal/styles.d.ts.map +1 -1
  215. package/lib/core/Modal/styles.js +8 -8
  216. package/lib/core/NoticeCard/privateComponents/NoticeAttachmentBlock/styles.d.ts.map +1 -1
  217. package/lib/core/NoticeCard/privateComponents/NoticeAttachmentBlock/styles.js +4 -4
  218. package/lib/core/NoticeCard/privateComponents/NoticeAttachmentList/styles.d.ts.map +1 -1
  219. package/lib/core/NoticeCard/privateComponents/NoticeAttachmentList/styles.js +1 -1
  220. package/lib/core/NoticeCard/privateComponents/NoticeMetaInfo/styles.d.ts.map +1 -1
  221. package/lib/core/NoticeCard/privateComponents/NoticeMetaInfo/styles.js +3 -3
  222. package/lib/core/NoticeCard/styles.d.ts.map +1 -1
  223. package/lib/core/NoticeCard/styles.js +4 -4
  224. package/lib/core/NotificationCounter/styles.js +1 -1
  225. package/lib/core/NotificationsMenu/NotificationRow/styles.d.ts.map +1 -1
  226. package/lib/core/NotificationsMenu/NotificationRow/styles.js +3 -3
  227. package/lib/core/NotificationsMenu/styles.d.ts.map +1 -1
  228. package/lib/core/NotificationsMenu/styles.js +3 -3
  229. package/lib/core/PieChart/styles.d.ts.map +1 -1
  230. package/lib/core/PieChart/styles.js +2 -2
  231. package/lib/core/PreemptionCard/styles.d.ts.map +1 -1
  232. package/lib/core/PreemptionCard/styles.js +3 -3
  233. package/lib/core/PreemptionCardLoading/styles.d.ts.map +1 -1
  234. package/lib/core/PreemptionCardLoading/styles.js +3 -3
  235. package/lib/core/QuillEditor/config.d.ts +3 -3
  236. package/lib/core/QuillEditor/styles.d.ts.map +1 -1
  237. package/lib/core/QuillEditor/styles.js +3 -3
  238. package/lib/core/Radio/styles.js +4 -4
  239. package/lib/core/SearchFilter/index.js +1 -1
  240. package/lib/core/SearchFilter/styles.d.ts.map +1 -1
  241. package/lib/core/SearchFilter/styles.js +14 -14
  242. package/lib/core/SearchSelect/styles.d.ts.map +1 -1
  243. package/lib/core/SearchSelect/styles.js +5 -5
  244. package/lib/core/Select/index.d.ts +2 -0
  245. package/lib/core/Select/index.d.ts.map +1 -1
  246. package/lib/core/Select/index.js +9 -4
  247. package/lib/core/Select/styles.d.ts.map +1 -1
  248. package/lib/core/Select/styles.js +18 -18
  249. package/lib/core/SimpleBarChart/styles.d.ts.map +1 -1
  250. package/lib/core/SimpleBarChart/styles.js +1 -1
  251. package/lib/core/SimpleLineChart/styles.d.ts.map +1 -1
  252. package/lib/core/SimpleLineChart/styles.js +1 -1
  253. package/lib/core/Skeleton/styles.d.ts.map +1 -1
  254. package/lib/core/Skeleton/styles.js +4 -4
  255. package/lib/core/Spinner/styles.js +5 -5
  256. package/lib/core/Stepper/MobileStep/styles.d.ts.map +1 -1
  257. package/lib/core/Stepper/MobileStep/styles.js +7 -7
  258. package/lib/core/Stepper/Step/index.js +1 -1
  259. package/lib/core/Stepper/Step/styles.d.ts.map +1 -1
  260. package/lib/core/Stepper/Step/styles.js +5 -5
  261. package/lib/core/Stepper/styles.d.ts.map +1 -1
  262. package/lib/core/Stepper/styles.js +3 -3
  263. package/lib/core/TabBar/TabItem/styles.d.ts.map +1 -1
  264. package/lib/core/TabBar/TabItem/styles.js +1 -1
  265. package/lib/core/TabBar/styles.d.ts.map +1 -1
  266. package/lib/core/TabBar/styles.js +1 -1
  267. package/lib/core/TabNav/TabNavItem/styles.d.ts.map +1 -1
  268. package/lib/core/TabNav/TabNavItem/styles.js +5 -5
  269. package/lib/core/TabNav/styles.d.ts.map +1 -1
  270. package/lib/core/TabNav/styles.js +8 -8
  271. package/lib/core/Table/styles.d.ts.map +1 -1
  272. package/lib/core/Table/styles.js +16 -16
  273. package/lib/core/Tag/styles.js +13 -13
  274. package/lib/core/Text/styles.js +16 -16
  275. package/lib/core/Textarea/styles.d.ts.map +1 -1
  276. package/lib/core/Textarea/styles.js +7 -7
  277. package/lib/core/Timeline/TimelineStep/styles.d.ts.map +1 -1
  278. package/lib/core/Timeline/TimelineStep/styles.js +6 -6
  279. package/lib/core/Timeline/styles.d.ts.map +1 -1
  280. package/lib/core/Timeline/styles.js +1 -1
  281. package/lib/core/Timepicker/index.js +3 -3
  282. package/lib/core/Timepicker/styles.d.ts.map +1 -1
  283. package/lib/core/Timepicker/styles.js +7 -7
  284. package/lib/core/Tooltip/styles.js +2 -2
  285. package/lib/core/UnitIllustration/index.js +9 -9
  286. package/lib/core/UserMenu/styles.d.ts.map +1 -1
  287. package/lib/core/UserMenu/styles.js +7 -7
  288. package/lib/core/Video/styles.d.ts.map +1 -1
  289. package/lib/core/Video/styles.js +1 -1
  290. package/lib/core/YearWheel/styles.d.ts.map +1 -1
  291. package/lib/core/YearWheel/styles.js +3 -3
  292. package/lib/enums/Keyboard.js +2 -2
  293. package/lib/globals/styles/quill.module.d.ts +2 -0
  294. package/lib/globals/styles/quill.module.d.ts.map +1 -0
  295. package/lib/globals/styles/quill.module.js +1 -0
  296. package/lib/globals/styles/styles.js +1 -1
  297. package/lib/illustrations/styles.js +2 -2
  298. package/lib/layout/Footer/FooterButton/styles.d.ts.map +1 -1
  299. package/lib/layout/Footer/FooterButton/styles.js +1 -1
  300. package/lib/layout/Footer/FooterCol/styles.d.ts.map +1 -1
  301. package/lib/layout/Footer/FooterCol/styles.js +1 -1
  302. package/lib/layout/Footer/FooterGroup/styles.d.ts.map +1 -1
  303. package/lib/layout/Footer/FooterGroup/styles.js +1 -1
  304. package/lib/layout/Footer/FooterLabel/styles.d.ts.map +1 -1
  305. package/lib/layout/Footer/FooterLabel/styles.js +1 -1
  306. package/lib/layout/Footer/FooterLink/styles.d.ts.map +1 -1
  307. package/lib/layout/Footer/FooterLink/styles.js +1 -1
  308. package/lib/layout/Footer/styles.d.ts.map +1 -1
  309. package/lib/layout/Footer/styles.js +2 -2
  310. package/lib/layout/Layout/styles.d.ts.map +1 -1
  311. package/lib/layout/Layout/styles.js +1 -1
  312. package/lib/layout/LayoutShell/styles.d.ts.map +1 -1
  313. package/lib/layout/LayoutShell/styles.js +8 -8
  314. package/lib/layout/Menu/AppPicker/styles.d.ts.map +1 -1
  315. package/lib/layout/Menu/AppPicker/styles.js +5 -5
  316. package/lib/layout/Menu/MainMenu/styles.d.ts.map +1 -1
  317. package/lib/layout/Menu/MainMenu/styles.js +2 -2
  318. package/lib/layout/Menu/MenuItem/styles.d.ts.map +1 -1
  319. package/lib/layout/Menu/MenuItem/styles.js +3 -3
  320. package/lib/layout/Menu/MenuSpacer/styles.d.ts.map +1 -1
  321. package/lib/layout/Menu/MenuSpacer/styles.js +1 -1
  322. package/lib/layout/Menu/MenuTop/styles.d.ts.map +1 -1
  323. package/lib/layout/Menu/MenuTop/styles.js +3 -3
  324. package/lib/layout/Menu/SecondaryMenu/styles.d.ts.map +1 -1
  325. package/lib/layout/Menu/SecondaryMenu/styles.js +4 -4
  326. package/lib/layout/Menu/SecondaryMenuItem/styles.js +1 -1
  327. package/lib/layout/Menu/styles.d.ts.map +1 -1
  328. package/lib/layout/Menu/styles.js +1 -1
  329. package/lib/layout/Submenu/SubmenuItem/styles.js +3 -3
  330. package/lib/layout/Submenu/styles.d.ts.map +1 -1
  331. package/lib/layout/Submenu/styles.js +15 -15
  332. package/lib/layout/Topbar/styles.js +1 -1
  333. package/lib/shared/components/SbIconGrid/index.js +1 -1
  334. package/lib/shared/components/VisuallyHidden/index.d.ts.map +1 -1
  335. package/lib/shared/components/VisuallyHidden/index.js +4 -4
  336. package/lib/shared/recharts/CustomLegend/styles.d.ts.map +1 -1
  337. package/lib/shared/recharts/CustomLegend/styles.js +2 -2
  338. package/lib/shared/recharts/CustomTooltip/styles.d.ts.map +1 -1
  339. package/lib/shared/recharts/CustomTooltip/styles.js +3 -3
  340. package/lib/utils/time.js +14 -14
  341. package/lib/v2/Memberbenefits/MemberbenefitsCard/styles.d.ts.map +1 -1
  342. package/lib/v2/Memberbenefits/MemberbenefitsCard/styles.js +12 -12
  343. package/lib/v2/core/Box/styles.d.ts.map +1 -1
  344. package/lib/v2/core/Box/styles.js +9 -9
  345. package/lib/v2/core/BoxedTable/DraggableRow/styles.d.ts.map +1 -1
  346. package/lib/v2/core/BoxedTable/DraggableRow/styles.js +5 -5
  347. package/lib/v2/core/BoxedTable/HeaderCell/styles.js +2 -2
  348. package/lib/v2/core/BoxedTable/RowCell/index.js +1 -1
  349. package/lib/v2/core/BoxedTable/RowCell/styles.js +9 -9
  350. package/lib/v2/core/BoxedTable/TableHeader/styles.d.ts.map +1 -1
  351. package/lib/v2/core/BoxedTable/TableHeader/styles.js +1 -1
  352. package/lib/v2/core/BoxedTable/TableRow/styles.d.ts.map +1 -1
  353. package/lib/v2/core/BoxedTable/TableRow/styles.js +8 -8
  354. package/lib/v2/core/BoxedTable/styles.d.ts.map +1 -1
  355. package/lib/v2/core/BoxedTable/styles.js +16 -16
  356. package/lib/v2/core/Button/index.d.ts.map +1 -1
  357. package/lib/v2/core/Button/styles.js +19 -19
  358. package/lib/v2/core/ButtonsFilter/styles.d.ts.map +1 -1
  359. package/lib/v2/core/ButtonsFilter/styles.js +1 -1
  360. package/lib/v2/core/Chip/styles.d.ts.map +1 -1
  361. package/lib/v2/core/Chip/styles.js +11 -11
  362. package/lib/v2/core/TabNav/TabNavItem/styles.d.ts.map +1 -1
  363. package/lib/v2/core/TabNav/TabNavItem/styles.js +6 -6
  364. package/lib/v2/core/TabNav/styles.d.ts.map +1 -1
  365. package/lib/v2/core/TabNav/styles.js +7 -7
  366. package/package.json +1 -1
  367. package/rollup.config.js +13 -13
  368. package/theme-bbls.js +467 -467
  369. package/theme-generator.js +448 -448
  370. package/theme-helpers.js +62 -62
  371. package/vite.config.js +6 -6
  372. package/esm/core/Editor/Editor.stories.js +0 -56
  373. package/esm/core/Editor/config.js +0 -7
  374. package/esm/core/Editor/index.js +0 -113
  375. package/esm/core/Editor/styles.js +0 -43
  376. package/esm/core/EditorQuillReact/EditorQuillReact.stories.js +0 -59
  377. package/esm/core/EditorQuillReact/IndentAttributor.js +0 -15
  378. package/esm/core/EditorQuillReact/config.js +0 -31
  379. package/esm/core/EditorQuillReact/index.js +0 -103
  380. package/esm/core/EditorQuillReact/styles.js +0 -34
  381. package/esm/shared/types/LoadedType.js +0 -1
  382. package/lib/core/Editor/Editor.stories.d.ts +0 -11
  383. package/lib/core/Editor/Editor.stories.d.ts.map +0 -1
  384. package/lib/core/Editor/Editor.stories.js +0 -56
  385. package/lib/core/Editor/config.d.ts +0 -6
  386. package/lib/core/Editor/config.d.ts.map +0 -1
  387. package/lib/core/Editor/config.js +0 -7
  388. package/lib/core/Editor/index.d.ts +0 -44
  389. package/lib/core/Editor/index.d.ts.map +0 -1
  390. package/lib/core/Editor/index.js +0 -113
  391. package/lib/core/Editor/styles.d.ts +0 -14
  392. package/lib/core/Editor/styles.d.ts.map +0 -1
  393. package/lib/core/Editor/styles.js +0 -43
  394. package/lib/core/EditorQuillReact/EditorQuillReact.stories.d.ts +0 -8
  395. package/lib/core/EditorQuillReact/EditorQuillReact.stories.d.ts.map +0 -1
  396. package/lib/core/EditorQuillReact/EditorQuillReact.stories.js +0 -59
  397. package/lib/core/EditorQuillReact/IndentAttributor.d.ts +0 -7
  398. package/lib/core/EditorQuillReact/IndentAttributor.d.ts.map +0 -1
  399. package/lib/core/EditorQuillReact/IndentAttributor.js +0 -15
  400. package/lib/core/EditorQuillReact/config.d.ts +0 -30
  401. package/lib/core/EditorQuillReact/config.d.ts.map +0 -1
  402. package/lib/core/EditorQuillReact/config.js +0 -31
  403. package/lib/core/EditorQuillReact/index.d.ts +0 -23
  404. package/lib/core/EditorQuillReact/index.d.ts.map +0 -1
  405. package/lib/core/EditorQuillReact/index.js +0 -103
  406. package/lib/core/EditorQuillReact/styles.d.ts +0 -13
  407. package/lib/core/EditorQuillReact/styles.d.ts.map +0 -1
  408. package/lib/core/EditorQuillReact/styles.js +0 -34
  409. package/lib/shared/types/LoadedType.d.ts +0 -7
  410. package/lib/shared/types/LoadedType.d.ts.map +0 -1
  411. package/lib/shared/types/LoadedType.js +0 -1
package/theme-bbls.js CHANGED
@@ -1,467 +1,467 @@
1
- module.exports = [
2
- {
3
- bbl: 'arendal',
4
- theme: {
5
- primary: '#ED088A',
6
- secondary: '#22475F',
7
- alpha: '0.02',
8
- secondaryFooter: true,
9
- },
10
- },
11
- {
12
- bbl: 'kongsberg',
13
- theme: {
14
- primary: '#ED088A',
15
- secondary: '#22475F',
16
- alpha: '0.02',
17
- secondaryFooter: true,
18
- sidemenuColor: '#760445',
19
- defaultMenuBackground: '#760445',
20
- submenuColor: '#A50660',
21
- submenuTextColor: 'rgba(255, 255, 255, 0.8)',
22
- },
23
- },
24
- {
25
- bbl: 'labo',
26
- theme: {
27
- primary: '#ED088A',
28
- secondary: '#22475F',
29
- alpha: '0.02',
30
- secondaryFooter: true,
31
- },
32
- },
33
- {
34
- bbl: 'mobo',
35
- theme: {
36
- primary: '#ED088A',
37
- secondary: '#22475F',
38
- alpha: '0.02',
39
- secondaryFooter: true,
40
- },
41
- },
42
- {
43
- bbl: 'moborana',
44
- theme: {
45
- primary: '#ED088A',
46
- secondary: '#22475F',
47
- alpha: '0.02',
48
- secondaryFooter: true,
49
- },
50
- },
51
- {
52
- bbl: 'mosjoen',
53
- theme: {
54
- primary: '#ED088A',
55
- secondary: '#22475F',
56
- alpha: '0.02',
57
- secondaryFooter: true,
58
- },
59
- },
60
- {
61
- bbl: 'notodden',
62
- theme: {
63
- primary: '#ED088A',
64
- secondary: '#22475F',
65
- alpha: '0.02',
66
- secondaryFooter: true,
67
- },
68
- },
69
- {
70
- bbl: 'polarlys',
71
- theme: {
72
- primary: '#ED088A',
73
- secondary: '#22475F',
74
- alpha: '0.02',
75
- secondaryFooter: true,
76
- },
77
- },
78
- {
79
- bbl: 'sunnbo',
80
- theme: {
81
- primary: '#0075B2',
82
- secondary: '#00527C',
83
- alpha: '0.02',
84
- },
85
- },
86
- {
87
- bbl: 'vansjobbl',
88
- theme: {
89
- primary: '#ED088A',
90
- secondary: '#22475F',
91
- alpha: '0.02',
92
- secondaryFooter: true,
93
- sidemenuColor: '#760445',
94
- defaultMenuBackground: '#760445',
95
- submenuColor: '#A50660',
96
- submenuTextColor: 'rgba(255, 255, 255, 0.8)',
97
- },
98
- },
99
- {
100
- bbl: 'bori',
101
- theme: {
102
- primary: '#006930',
103
- secondary: '#7AB800',
104
- alpha: '0.02',
105
- },
106
- },
107
- {
108
- bbl: 'bbld',
109
- theme: {
110
- primary: '#1657E2',
111
- secondary: '#10105A',
112
- alpha: '0.02',
113
- },
114
- },
115
- {
116
- bbl: 'sobbl',
117
- theme: {
118
- primary: '#227F48',
119
- secondary: '#213228',
120
- alpha: '0.02',
121
- },
122
- },
123
- {
124
- bbl: 'kobbl',
125
- theme: {
126
- primary: '#A71930',
127
- secondary: '#B7C9D3',
128
- alpha: '0.02',
129
- secondaryFooter: true,
130
- },
131
- },
132
- {
133
- bbl: 'ringbo',
134
- theme: {
135
- primary: '#6585AF',
136
- secondary: '#E64596',
137
- alpha: '0.02',
138
- },
139
- },
140
- {
141
- bbl: 'abbl',
142
- theme: {
143
- primary: '#de6364',
144
- secondary: '#004933',
145
- alpha: '0.02',
146
-
147
- customIllustrationColor: '#004933',
148
-
149
- secondaryFooter: true,
150
- defaultMenuBackground: '#004933',
151
- defaultMenuItemActiveBackground: '#1A5C48',
152
-
153
- lightMenuItemActiveBackground: '#00493310',
154
-
155
- defaultAppPickerBackground: '#1A5C48',
156
- defaultAppPickerActiveBackground: '#FFFFFF',
157
- defaultAppPickerActiveIconBackgroundColor: '#FFFFFF',
158
-
159
- lightAppPickerBackground: '#00493310',
160
- lightAppPickerActiveBackground: '#00493310',
161
- lightAppPickerIconBackground: 'transparent',
162
-
163
- submenuColor: '#F5F2EB',
164
- submenuItemColor: '#75b474',
165
- submenuTextColor: 'rgba(0, 0, 0, 0.7)',
166
- submenuTextColorActive: 'black',
167
- customBgColor: '#FCFBF8',
168
-
169
- customPortalFooterColor: '#004933',
170
- },
171
- },
172
- {
173
- bbl: 'bob',
174
- theme: {
175
- primary: '#582484',
176
- secondary: '#C5E6EF',
177
- alpha: '0.02',
178
- },
179
- },
180
- {
181
- bbl: 'tobb',
182
- theme: {
183
- primary: '#477A7B',
184
- secondary: '#003865',
185
- alpha: '0.04',
186
- },
187
- },
188
- {
189
- bbl: 'bomidt',
190
- theme: {
191
- primary: '#1897B7',
192
- secondary: '#4F67AB',
193
- alpha: '0.04',
194
- },
195
- },
196
- {
197
- bbl: 'bori',
198
- theme: {
199
- primary: '#006930',
200
- secondary: '#7AB800',
201
- alpha: '0.02',
202
- },
203
- },
204
- {
205
- bbl: 'gobb',
206
- theme: {
207
- primary: '#661B39',
208
- secondary: '#273D45',
209
- alpha: '0.04',
210
- },
211
- },
212
- {
213
- bbl: 'sorbbl',
214
- theme: {
215
- primary: '#006ED2',
216
- secondary: '#001A41',
217
- alpha: '0.04',
218
- },
219
- },
220
- {
221
- bbl: 'sbbl',
222
- theme: {
223
- primary: '#006ED2',
224
- secondary: '#001A41',
225
- alpha: '0.04',
226
- },
227
- },
228
- {
229
- bbl: 'sobo',
230
- theme: {
231
- primary: '#006ED2',
232
- secondary: '#001A41',
233
- alpha: '0.04',
234
- },
235
- },
236
- {
237
- bbl: 'bate',
238
- theme: {
239
- primary: '#D31F2C',
240
- secondary: '#1D1D1B',
241
- alpha: '0.02',
242
- secondaryFooter: true,
243
- },
244
- },
245
- {
246
- bbl: 'nbbo',
247
- theme: {
248
- primary: '#009199',
249
- secondary: '#812979',
250
- alpha: '0.02',
251
- secondaryFooter: true,
252
- },
253
- },
254
- {
255
- bbl: 'haubo',
256
- theme: {
257
- primary: '#6BC0DC',
258
- secondary: '#466091',
259
- alpha: '0.04',
260
- secondaryFooter: true,
261
- },
262
- },
263
- {
264
- bbl: 'obf',
265
- theme: {
266
- primary: '#297154',
267
- secondary: '#F9F1DF',
268
- customBgColor: '#F8F8F8',
269
- alpha: '0.04',
270
- sidemenuColor: '#14382A',
271
- sidemenuItemColor: '#184432',
272
- defaultMenuBackground: '#14382A',
273
- defaultMenuItemBackground: '#184432',
274
- submenuColor: '#194432',
275
- customPortalFooterColor: 'rgb(20, 56, 42)',
276
- customFooter: '#297154',
277
- },
278
- },
279
- {
280
- bbl: 'rtbbl',
281
- theme: {
282
- primary: '#AA96ED',
283
- secondary: '#22475F',
284
- alpha: '0.02',
285
- secondaryFooter: true,
286
- },
287
- },
288
- {
289
- bbl: 'rjukantinn',
290
- theme: {
291
- primary: '#AA96ED',
292
- secondary: '#22475F',
293
- alpha: '0.02',
294
- secondaryFooter: true,
295
- },
296
- },
297
- {
298
- bbl: 'pbbl',
299
- theme: {
300
- primary: '#0088B8',
301
- secondary: '#ED088A',
302
- alpha: '0.02',
303
- },
304
- },
305
- {
306
- bbl: 'usbl',
307
- theme: {
308
- primary: '#FA8268',
309
- secondary: '#D24448',
310
- alpha: '0.04',
311
- secondaryFooter: true,
312
- btnDefault: '#343e3e',
313
- submenuColor: '#F5F2EB',
314
- submenuItemColor: 'white',
315
- submenuTextColor: 'rgba(0, 0, 0, 0.7)',
316
- submenuTextColorActive: 'black',
317
- customBgColor: '#FCFBF8',
318
- customPortalFooterColor: '#343E40',
319
- defaultMenuBackground: '#D04547',
320
- defaultMenuItemActiveBackground: '#A73A37',
321
- lightMenuBackground: '#343e3e',
322
- lightMenuTextColor: '#fcf1d3',
323
- lightMenuItemTextColor: '#fcf1d3',
324
- lightMenuItemActiveBackground: '#343e3e',
325
- lightMenuItemIconColor: '#fcf1d3',
326
- lightMenuExternalLinkColor: 'white',
327
- lightAppPickerBackground: 'rgba(255, 255, 255, 0.3)',
328
- lightAppPickerIconColor: '#343e3e',
329
- lightAppPickerIconBackground: 'transparent',
330
- lightAppPickerActiveTextColor: 'black',
331
- lightAppPickerActiveBackground: 'white',
332
- lightAppPickerActiveIconColor: '#343e3e',
333
- lightAppPickerActiveIconBackground: 'white',
334
- mypageBoxBorderRadius: '0px',
335
- mypageFooterColor: '#ffffff',
336
- preemptionCardBorderRadius: '0px',
337
- customGlobalCss: true,
338
- },
339
- },
340
- {
341
- bbl: 'kak',
342
- theme: {
343
- primary: '#FA8268',
344
- secondary: '#343e3e',
345
- alpha: '0.04',
346
- secondaryFooter: true,
347
- submenuColor: '#F5F2EB',
348
- submenuItemColor: 'white',
349
- submenuTextColor: 'rgba(0, 0, 0, 0.7)',
350
- submenuTextColorActive: 'black',
351
- customBgColor: '#FCFBF8',
352
- customPortalFooterColor: '#343E40',
353
- defaultMenuBackground: '#D04547',
354
- defaultMenuItemActiveBackground: '#A73A37',
355
- lightMenuBackground: '#343e3e',
356
- lightMenuTextColor: '#fcf1d3',
357
- lightMenuItemTextColor: '#fcf1d3',
358
- lightMenuItemActiveBackground: '#343e3e',
359
- lightMenuItemIconColor: '#fcf1d3',
360
- lightMenuExternalLinkColor: 'white',
361
- lightAppPickerBackground: 'transparent',
362
- lightAppPickerIconColor: 'white',
363
- lightAppPickerIconBackground: 'transparent',
364
- lightAppPickerActiveTextColor: 'black',
365
- lightAppPickerActiveBackground: 'white',
366
- lightAppPickerActiveIconColor: '#343e3e',
367
- lightAppPickerActiveIconBackground: 'white',
368
- mypageBoxBorderRadius: '0px',
369
- preemptionCardBorderRadius: '0px',
370
- btnDefault: '#343e3e',
371
- },
372
- },
373
- {
374
- bbl: 'bodo',
375
- theme: {
376
- primary: '#DD2C2A',
377
- secondary: '#240216',
378
- alpha: '0.02',
379
- secondaryFooter: true,
380
- },
381
- },
382
- {
383
- bbl: 'nobl',
384
- theme: {
385
- primary: '#DD2C2A',
386
- secondary: '#240216',
387
- alpha: '0.02',
388
- secondaryFooter: true,
389
- },
390
- },
391
- {
392
- bbl: 'omt',
393
- theme: {
394
- primary: '#04A2D7',
395
- secondary: '#32395A',
396
- alpha: '0.02',
397
- secondaryFooter: true,
398
- },
399
- },
400
- {
401
- bbl: 'kbbl',
402
- theme: {
403
- primary: '#7FAB93',
404
- secondary: '#BCB3A2',
405
- alpha: '0.02',
406
- secondaryFooter: true,
407
- },
408
- },
409
- {
410
- bbl: 'bonord',
411
- theme: {
412
- primary: '#3D8471',
413
- secondary: '#E5AF7C',
414
- alpha: '0.04',
415
- },
416
- },
417
- {
418
- bbl: 'vestbo',
419
- theme: {
420
- primary: '#6BC0DC',
421
- secondary: '#466091',
422
- alpha: '0.04',
423
- secondaryFooter: true,
424
- },
425
- },
426
- {
427
- bbl: 'nbbl',
428
- theme: {
429
- primary: '#ED088A',
430
- secondary: '#22475F',
431
- alpha: '0.02',
432
- secondaryFooter: true,
433
- },
434
- },
435
- {
436
- bbl: 'kragero',
437
- theme: {
438
- primary: '#6585AF',
439
- secondary: '#E64596',
440
- alpha: '0.02',
441
- },
442
- },
443
- {
444
- bbl: 'habo',
445
- theme: {
446
- primary: '#345681',
447
- secondary: '#ED088A',
448
- alpha: '0.02',
449
- },
450
- },
451
- {
452
- bbl: 'aardal',
453
- theme: {
454
- primary: '#710718',
455
- secondary: '#22475F',
456
- alpha: '0.02',
457
- },
458
- },
459
- {
460
- bbl: 'skien',
461
- theme: {
462
- primary: '#ED088A',
463
- secondary: '#ED088A',
464
- alpha: '0.02',
465
- },
466
- },
467
- ]
1
+ module.exports = [
2
+ {
3
+ bbl: 'arendal',
4
+ theme: {
5
+ primary: '#ED088A',
6
+ secondary: '#22475F',
7
+ alpha: '0.02',
8
+ secondaryFooter: true,
9
+ },
10
+ },
11
+ {
12
+ bbl: 'kongsberg',
13
+ theme: {
14
+ primary: '#ED088A',
15
+ secondary: '#22475F',
16
+ alpha: '0.02',
17
+ secondaryFooter: true,
18
+ sidemenuColor: '#760445',
19
+ defaultMenuBackground: '#760445',
20
+ submenuColor: '#A50660',
21
+ submenuTextColor: 'rgba(255, 255, 255, 0.8)',
22
+ },
23
+ },
24
+ {
25
+ bbl: 'labo',
26
+ theme: {
27
+ primary: '#ED088A',
28
+ secondary: '#22475F',
29
+ alpha: '0.02',
30
+ secondaryFooter: true,
31
+ },
32
+ },
33
+ {
34
+ bbl: 'mobo',
35
+ theme: {
36
+ primary: '#ED088A',
37
+ secondary: '#22475F',
38
+ alpha: '0.02',
39
+ secondaryFooter: true,
40
+ },
41
+ },
42
+ {
43
+ bbl: 'moborana',
44
+ theme: {
45
+ primary: '#ED088A',
46
+ secondary: '#22475F',
47
+ alpha: '0.02',
48
+ secondaryFooter: true,
49
+ },
50
+ },
51
+ {
52
+ bbl: 'mosjoen',
53
+ theme: {
54
+ primary: '#ED088A',
55
+ secondary: '#22475F',
56
+ alpha: '0.02',
57
+ secondaryFooter: true,
58
+ },
59
+ },
60
+ {
61
+ bbl: 'notodden',
62
+ theme: {
63
+ primary: '#ED088A',
64
+ secondary: '#22475F',
65
+ alpha: '0.02',
66
+ secondaryFooter: true,
67
+ },
68
+ },
69
+ {
70
+ bbl: 'polarlys',
71
+ theme: {
72
+ primary: '#ED088A',
73
+ secondary: '#22475F',
74
+ alpha: '0.02',
75
+ secondaryFooter: true,
76
+ },
77
+ },
78
+ {
79
+ bbl: 'sunnbo',
80
+ theme: {
81
+ primary: '#0075B2',
82
+ secondary: '#00527C',
83
+ alpha: '0.02',
84
+ },
85
+ },
86
+ {
87
+ bbl: 'vansjobbl',
88
+ theme: {
89
+ primary: '#ED088A',
90
+ secondary: '#22475F',
91
+ alpha: '0.02',
92
+ secondaryFooter: true,
93
+ sidemenuColor: '#760445',
94
+ defaultMenuBackground: '#760445',
95
+ submenuColor: '#A50660',
96
+ submenuTextColor: 'rgba(255, 255, 255, 0.8)',
97
+ },
98
+ },
99
+ {
100
+ bbl: 'bori',
101
+ theme: {
102
+ primary: '#006930',
103
+ secondary: '#7AB800',
104
+ alpha: '0.02',
105
+ },
106
+ },
107
+ {
108
+ bbl: 'bbld',
109
+ theme: {
110
+ primary: '#1657E2',
111
+ secondary: '#10105A',
112
+ alpha: '0.02',
113
+ },
114
+ },
115
+ {
116
+ bbl: 'sobbl',
117
+ theme: {
118
+ primary: '#227F48',
119
+ secondary: '#213228',
120
+ alpha: '0.02',
121
+ },
122
+ },
123
+ {
124
+ bbl: 'kobbl',
125
+ theme: {
126
+ primary: '#A71930',
127
+ secondary: '#B7C9D3',
128
+ alpha: '0.02',
129
+ secondaryFooter: true,
130
+ },
131
+ },
132
+ {
133
+ bbl: 'ringbo',
134
+ theme: {
135
+ primary: '#6585AF',
136
+ secondary: '#E64596',
137
+ alpha: '0.02',
138
+ },
139
+ },
140
+ {
141
+ bbl: 'abbl',
142
+ theme: {
143
+ primary: '#de6364',
144
+ secondary: '#004933',
145
+ alpha: '0.02',
146
+
147
+ customIllustrationColor: '#004933',
148
+
149
+ secondaryFooter: true,
150
+ defaultMenuBackground: '#004933',
151
+ defaultMenuItemActiveBackground: '#1A5C48',
152
+
153
+ lightMenuItemActiveBackground: '#00493310',
154
+
155
+ defaultAppPickerBackground: '#1A5C48',
156
+ defaultAppPickerActiveBackground: '#FFFFFF',
157
+ defaultAppPickerActiveIconBackgroundColor: '#FFFFFF',
158
+
159
+ lightAppPickerBackground: '#00493310',
160
+ lightAppPickerActiveBackground: '#00493310',
161
+ lightAppPickerIconBackground: 'transparent',
162
+
163
+ submenuColor: '#F5F2EB',
164
+ submenuItemColor: '#75b474',
165
+ submenuTextColor: 'rgba(0, 0, 0, 0.7)',
166
+ submenuTextColorActive: 'black',
167
+ customBgColor: '#FCFBF8',
168
+
169
+ customPortalFooterColor: '#004933',
170
+ },
171
+ },
172
+ {
173
+ bbl: 'bob',
174
+ theme: {
175
+ primary: '#582484',
176
+ secondary: '#C5E6EF',
177
+ alpha: '0.02',
178
+ },
179
+ },
180
+ {
181
+ bbl: 'tobb',
182
+ theme: {
183
+ primary: '#477A7B',
184
+ secondary: '#003865',
185
+ alpha: '0.04',
186
+ },
187
+ },
188
+ {
189
+ bbl: 'bomidt',
190
+ theme: {
191
+ primary: '#1897B7',
192
+ secondary: '#4F67AB',
193
+ alpha: '0.04',
194
+ },
195
+ },
196
+ {
197
+ bbl: 'bori',
198
+ theme: {
199
+ primary: '#006930',
200
+ secondary: '#7AB800',
201
+ alpha: '0.02',
202
+ },
203
+ },
204
+ {
205
+ bbl: 'gobb',
206
+ theme: {
207
+ primary: '#661B39',
208
+ secondary: '#273D45',
209
+ alpha: '0.04',
210
+ },
211
+ },
212
+ {
213
+ bbl: 'sorbbl',
214
+ theme: {
215
+ primary: '#006ED2',
216
+ secondary: '#001A41',
217
+ alpha: '0.04',
218
+ },
219
+ },
220
+ {
221
+ bbl: 'sbbl',
222
+ theme: {
223
+ primary: '#006ED2',
224
+ secondary: '#001A41',
225
+ alpha: '0.04',
226
+ },
227
+ },
228
+ {
229
+ bbl: 'sobo',
230
+ theme: {
231
+ primary: '#006ED2',
232
+ secondary: '#001A41',
233
+ alpha: '0.04',
234
+ },
235
+ },
236
+ {
237
+ bbl: 'bate',
238
+ theme: {
239
+ primary: '#D31F2C',
240
+ secondary: '#1D1D1B',
241
+ alpha: '0.02',
242
+ secondaryFooter: true,
243
+ },
244
+ },
245
+ {
246
+ bbl: 'nbbo',
247
+ theme: {
248
+ primary: '#009199',
249
+ secondary: '#812979',
250
+ alpha: '0.02',
251
+ secondaryFooter: true,
252
+ },
253
+ },
254
+ {
255
+ bbl: 'haubo',
256
+ theme: {
257
+ primary: '#6BC0DC',
258
+ secondary: '#466091',
259
+ alpha: '0.04',
260
+ secondaryFooter: true,
261
+ },
262
+ },
263
+ {
264
+ bbl: 'obf',
265
+ theme: {
266
+ primary: '#297154',
267
+ secondary: '#F9F1DF',
268
+ customBgColor: '#F8F8F8',
269
+ alpha: '0.04',
270
+ sidemenuColor: '#14382A',
271
+ sidemenuItemColor: '#184432',
272
+ defaultMenuBackground: '#14382A',
273
+ defaultMenuItemBackground: '#184432',
274
+ submenuColor: '#194432',
275
+ customPortalFooterColor: 'rgb(20, 56, 42)',
276
+ customFooter: '#297154',
277
+ },
278
+ },
279
+ {
280
+ bbl: 'rtbbl',
281
+ theme: {
282
+ primary: '#AA96ED',
283
+ secondary: '#22475F',
284
+ alpha: '0.02',
285
+ secondaryFooter: true,
286
+ },
287
+ },
288
+ {
289
+ bbl: 'rjukantinn',
290
+ theme: {
291
+ primary: '#AA96ED',
292
+ secondary: '#22475F',
293
+ alpha: '0.02',
294
+ secondaryFooter: true,
295
+ },
296
+ },
297
+ {
298
+ bbl: 'pbbl',
299
+ theme: {
300
+ primary: '#0088B8',
301
+ secondary: '#ED088A',
302
+ alpha: '0.02',
303
+ },
304
+ },
305
+ {
306
+ bbl: 'usbl',
307
+ theme: {
308
+ primary: '#FA8268',
309
+ secondary: '#D24448',
310
+ alpha: '0.04',
311
+ secondaryFooter: true,
312
+ btnDefault: '#343e3e',
313
+ submenuColor: '#F5F2EB',
314
+ submenuItemColor: 'white',
315
+ submenuTextColor: 'rgba(0, 0, 0, 0.7)',
316
+ submenuTextColorActive: 'black',
317
+ customBgColor: '#FCFBF8',
318
+ customPortalFooterColor: '#343E40',
319
+ defaultMenuBackground: '#D04547',
320
+ defaultMenuItemActiveBackground: '#A73A37',
321
+ lightMenuBackground: '#343e3e',
322
+ lightMenuTextColor: '#fcf1d3',
323
+ lightMenuItemTextColor: '#fcf1d3',
324
+ lightMenuItemActiveBackground: '#343e3e',
325
+ lightMenuItemIconColor: '#fcf1d3',
326
+ lightMenuExternalLinkColor: 'white',
327
+ lightAppPickerBackground: 'rgba(255, 255, 255, 0.3)',
328
+ lightAppPickerIconColor: '#343e3e',
329
+ lightAppPickerIconBackground: 'transparent',
330
+ lightAppPickerActiveTextColor: 'black',
331
+ lightAppPickerActiveBackground: 'white',
332
+ lightAppPickerActiveIconColor: '#343e3e',
333
+ lightAppPickerActiveIconBackground: 'white',
334
+ mypageBoxBorderRadius: '0px',
335
+ mypageFooterColor: '#ffffff',
336
+ preemptionCardBorderRadius: '0px',
337
+ customGlobalCss: true,
338
+ },
339
+ },
340
+ {
341
+ bbl: 'kak',
342
+ theme: {
343
+ primary: '#FA8268',
344
+ secondary: '#343e3e',
345
+ alpha: '0.04',
346
+ secondaryFooter: true,
347
+ submenuColor: '#F5F2EB',
348
+ submenuItemColor: 'white',
349
+ submenuTextColor: 'rgba(0, 0, 0, 0.7)',
350
+ submenuTextColorActive: 'black',
351
+ customBgColor: '#FCFBF8',
352
+ customPortalFooterColor: '#343E40',
353
+ defaultMenuBackground: '#D04547',
354
+ defaultMenuItemActiveBackground: '#A73A37',
355
+ lightMenuBackground: '#343e3e',
356
+ lightMenuTextColor: '#fcf1d3',
357
+ lightMenuItemTextColor: '#fcf1d3',
358
+ lightMenuItemActiveBackground: '#343e3e',
359
+ lightMenuItemIconColor: '#fcf1d3',
360
+ lightMenuExternalLinkColor: 'white',
361
+ lightAppPickerBackground: 'transparent',
362
+ lightAppPickerIconColor: 'white',
363
+ lightAppPickerIconBackground: 'transparent',
364
+ lightAppPickerActiveTextColor: 'black',
365
+ lightAppPickerActiveBackground: 'white',
366
+ lightAppPickerActiveIconColor: '#343e3e',
367
+ lightAppPickerActiveIconBackground: 'white',
368
+ mypageBoxBorderRadius: '0px',
369
+ preemptionCardBorderRadius: '0px',
370
+ btnDefault: '#343e3e',
371
+ },
372
+ },
373
+ {
374
+ bbl: 'bodo',
375
+ theme: {
376
+ primary: '#DD2C2A',
377
+ secondary: '#240216',
378
+ alpha: '0.02',
379
+ secondaryFooter: true,
380
+ },
381
+ },
382
+ {
383
+ bbl: 'nobl',
384
+ theme: {
385
+ primary: '#DD2C2A',
386
+ secondary: '#240216',
387
+ alpha: '0.02',
388
+ secondaryFooter: true,
389
+ },
390
+ },
391
+ {
392
+ bbl: 'omt',
393
+ theme: {
394
+ primary: '#04A2D7',
395
+ secondary: '#32395A',
396
+ alpha: '0.02',
397
+ secondaryFooter: true,
398
+ },
399
+ },
400
+ {
401
+ bbl: 'kbbl',
402
+ theme: {
403
+ primary: '#7FAB93',
404
+ secondary: '#BCB3A2',
405
+ alpha: '0.02',
406
+ secondaryFooter: true,
407
+ },
408
+ },
409
+ {
410
+ bbl: 'bonord',
411
+ theme: {
412
+ primary: '#3D8471',
413
+ secondary: '#E5AF7C',
414
+ alpha: '0.04',
415
+ },
416
+ },
417
+ {
418
+ bbl: 'vestbo',
419
+ theme: {
420
+ primary: '#6BC0DC',
421
+ secondary: '#466091',
422
+ alpha: '0.04',
423
+ secondaryFooter: true,
424
+ },
425
+ },
426
+ {
427
+ bbl: 'nbbl',
428
+ theme: {
429
+ primary: '#ED088A',
430
+ secondary: '#22475F',
431
+ alpha: '0.02',
432
+ secondaryFooter: true,
433
+ },
434
+ },
435
+ {
436
+ bbl: 'kragero',
437
+ theme: {
438
+ primary: '#6585AF',
439
+ secondary: '#E64596',
440
+ alpha: '0.02',
441
+ },
442
+ },
443
+ {
444
+ bbl: 'habo',
445
+ theme: {
446
+ primary: '#345681',
447
+ secondary: '#ED088A',
448
+ alpha: '0.02',
449
+ },
450
+ },
451
+ {
452
+ bbl: 'aardal',
453
+ theme: {
454
+ primary: '#710718',
455
+ secondary: '#22475F',
456
+ alpha: '0.02',
457
+ },
458
+ },
459
+ {
460
+ bbl: 'skien',
461
+ theme: {
462
+ primary: '#ED088A',
463
+ secondary: '#ED088A',
464
+ alpha: '0.02',
465
+ },
466
+ },
467
+ ]