@bbl-digital/snorre 4.1.91 → 4.1.94
Sign up to get free protection for your applications and to get access to all the features.
- package/.husky/_/husky.sh +30 -30
- package/.prettierrc +6 -6
- package/.vscode/settings.json +3 -3
- package/README.md +3 -3
- package/dist/bundle.js +586 -569
- package/esm/app-shell/index.js +2 -2
- package/esm/core/Alert/styles.js +6 -6
- package/esm/core/AppLoader/styles.js +1 -1
- package/esm/core/Autocomplete/styles.js +18 -18
- package/esm/core/Banner/styles.js +4 -4
- package/esm/core/BarAndLineComposedChart/styles.js +1 -1
- package/esm/core/BarChartWithCustomizedEvent/styles.js +1 -1
- package/esm/core/Box/styles.js +7 -7
- package/esm/core/BoxedTable/DraggableRow/styles.js +5 -5
- package/esm/core/BoxedTable/HeaderCell/styles.js +2 -2
- package/esm/core/BoxedTable/RowCell/index.js +1 -1
- package/esm/core/BoxedTable/RowCell/styles.js +9 -9
- package/esm/core/BoxedTable/TableHeader/styles.js +1 -1
- package/esm/core/BoxedTable/TableRow/styles.js +8 -8
- package/esm/core/BoxedTable/styles.js +11 -11
- package/esm/core/Button/styles.js +19 -19
- package/esm/core/Calendar/CalendarEvent/styles.js +5 -5
- package/esm/core/Calendar/CalendarSmallEvent/styles.js +5 -5
- package/esm/core/Calendar/styles.js +5 -5
- package/esm/core/Card/styles.js +11 -11
- package/esm/core/Checkbox/styles.js +5 -5
- package/esm/core/CollapseList/styles.js +2 -2
- package/esm/core/CommentsTimeline/CommentLine/styles.js +4 -4
- package/esm/core/CommentsTimeline/styles.js +1 -1
- package/esm/core/CustomText/styles.js +2 -2
- package/esm/core/Datepicker/styles.js +9 -9
- package/esm/core/DatepickerRange/styles.js +9 -9
- package/esm/core/Divider/styles.js +5 -5
- package/esm/core/Dropdown/styles.js +3 -3
- package/esm/core/DropdownMenu/styles.js +3 -3
- package/esm/core/Editor/Editor.stories.js +56 -0
- package/esm/core/Editor/config.js +7 -0
- package/esm/core/Editor/index.js +113 -0
- package/esm/core/Editor/styles.js +43 -0
- package/esm/core/EditorQuillReact/EditorQuillReact.stories.js +59 -0
- package/esm/core/EditorQuillReact/IndentAttributor.js +15 -0
- package/esm/core/EditorQuillReact/config.js +31 -0
- package/esm/core/EditorQuillReact/index.js +103 -0
- package/esm/core/EditorQuillReact/styles.js +34 -0
- package/esm/core/FileInput/styles.js +14 -14
- package/esm/core/GoogleButton/styles.js +1 -1
- package/esm/core/Header/styles.js +7 -7
- package/esm/core/HighlightText/styles.js +1 -1
- package/esm/core/Image/styles.js +6 -6
- package/esm/core/ImagePicker/IconWithBackground.js +1 -1
- package/esm/core/ImagePicker/UploadButton.js +1 -1
- package/esm/core/ImagePicker/styles.js +11 -11
- package/esm/core/ImageViewer/index.js +1 -1
- package/esm/core/ImageViewer/styles.js +7 -7
- package/esm/core/InfoButton/styles.js +9 -9
- package/esm/core/Input/Input.stories.js +3 -2
- package/esm/core/Input/styles.js +19 -19
- package/esm/core/Link/styles.js +10 -10
- package/esm/core/List/Item.js +1 -1
- package/esm/core/List/styles.js +11 -11
- package/esm/core/ListPager/styles.js +3 -3
- package/esm/core/Modal/ActionButtons/index.js +1 -1
- package/esm/core/Modal/styles.js +8 -8
- package/esm/core/NoticeCard/privateComponents/NoticeAttachmentBlock/styles.js +4 -4
- package/esm/core/NoticeCard/privateComponents/NoticeAttachmentList/styles.js +1 -1
- package/esm/core/NoticeCard/privateComponents/NoticeMetaInfo/styles.js +3 -3
- package/esm/core/NoticeCard/styles.js +4 -4
- package/esm/core/NotificationCounter/styles.js +1 -1
- package/esm/core/NotificationsMenu/NotificationRow/styles.js +3 -3
- package/esm/core/NotificationsMenu/styles.js +3 -3
- package/esm/core/PieChart/styles.js +2 -2
- package/esm/core/PreemptionCard/PreemptionCard.stories.js +2 -1
- package/esm/core/PreemptionCard/index.js +5 -2
- package/esm/core/PreemptionCard/styles.js +23 -9
- package/esm/core/PreemptionCardLoading/styles.js +3 -3
- package/esm/core/QuillEditor/styles.js +3 -3
- package/esm/core/Radio/styles.js +4 -4
- package/esm/core/SearchFilter/index.js +1 -1
- package/esm/core/SearchFilter/styles.js +14 -14
- package/esm/core/SearchSelect/styles.js +5 -5
- package/esm/core/Select/index.js +1 -1
- package/esm/core/Select/styles.js +18 -18
- package/esm/core/SimpleBarChart/styles.js +1 -1
- package/esm/core/SimpleLineChart/styles.js +1 -1
- package/esm/core/Skeleton/styles.js +4 -4
- package/esm/core/Spinner/styles.js +5 -5
- package/esm/core/Stepper/MobileStep/styles.js +7 -7
- package/esm/core/Stepper/Step/index.js +1 -1
- package/esm/core/Stepper/Step/styles.js +5 -5
- package/esm/core/Stepper/styles.js +3 -3
- package/esm/core/TabBar/TabItem/styles.js +1 -1
- package/esm/core/TabBar/styles.js +1 -1
- package/esm/core/TabNav/TabNavItem/styles.js +5 -5
- package/esm/core/TabNav/styles.js +8 -8
- package/esm/core/Table/styles.js +16 -16
- package/esm/core/Tag/styles.js +13 -13
- package/esm/core/Text/styles.js +16 -16
- package/esm/core/Textarea/styles.js +7 -7
- package/esm/core/Timeline/TimelineStep/styles.js +6 -6
- package/esm/core/Timeline/styles.js +1 -1
- package/esm/core/Timepicker/index.js +3 -3
- package/esm/core/Timepicker/styles.js +7 -7
- package/esm/core/Tooltip/styles.js +2 -2
- package/esm/core/UnitIllustration/index.js +9 -9
- package/esm/core/UserMenu/styles.js +7 -7
- package/esm/core/Video/styles.js +1 -1
- package/esm/core/YearWheel/styles.js +3 -3
- package/esm/enums/Keyboard.js +2 -2
- package/esm/globals/styles/styles.js +1 -1
- package/esm/illustrations/styles.js +2 -2
- package/esm/layout/Footer/FooterButton/styles.js +1 -1
- package/esm/layout/Footer/FooterCol/styles.js +1 -1
- package/esm/layout/Footer/FooterGroup/styles.js +1 -1
- package/esm/layout/Footer/FooterLabel/styles.js +1 -1
- package/esm/layout/Footer/FooterLink/styles.js +1 -1
- package/esm/layout/Footer/styles.js +2 -2
- package/esm/layout/Layout/styles.js +1 -1
- package/esm/layout/LayoutShell/styles.js +8 -8
- package/esm/layout/Menu/AppPicker/styles.js +5 -5
- package/esm/layout/Menu/MainMenu/styles.js +2 -2
- package/esm/layout/Menu/MenuItem/styles.js +3 -3
- package/esm/layout/Menu/MenuSpacer/styles.js +1 -1
- package/esm/layout/Menu/MenuTop/styles.js +3 -3
- package/esm/layout/Menu/SecondaryMenu/styles.js +4 -4
- package/esm/layout/Menu/SecondaryMenuItem/styles.js +1 -1
- package/esm/layout/Menu/styles.js +1 -1
- package/esm/layout/Submenu/SubmenuItem/styles.js +3 -3
- package/esm/layout/Submenu/styles.js +11 -11
- package/esm/layout/Topbar/styles.js +1 -1
- package/esm/shared/components/SbIconGrid/index.js +1 -1
- package/esm/shared/components/VisuallyHidden/index.js +4 -4
- package/esm/shared/recharts/CustomLegend/styles.js +2 -2
- package/esm/shared/recharts/CustomTooltip/styles.js +3 -3
- package/esm/shared/types/LoadedType.js +1 -0
- package/esm/utils/time.js +14 -14
- package/esm/v2/Memberbenefits/MemberbenefitsCard/MemberbenefitsCard.stories.js +26 -1
- package/esm/v2/Memberbenefits/MemberbenefitsCard/styles.js +21 -21
- package/esm/v2/core/Box/styles.js +9 -9
- package/esm/v2/core/BoxedTable/DraggableRow/styles.js +5 -5
- package/esm/v2/core/BoxedTable/HeaderCell/styles.js +2 -2
- package/esm/v2/core/BoxedTable/RowCell/index.js +1 -1
- package/esm/v2/core/BoxedTable/RowCell/styles.js +9 -9
- package/esm/v2/core/BoxedTable/TableHeader/styles.js +1 -1
- package/esm/v2/core/BoxedTable/TableRow/styles.js +8 -8
- package/esm/v2/core/BoxedTable/styles.js +16 -16
- package/esm/v2/core/Button/styles.js +19 -19
- package/esm/v2/core/ButtonsFilter/styles.js +1 -1
- package/esm/v2/core/Chip/styles.js +11 -11
- package/esm/v2/core/TabNav/TabNavItem/styles.js +6 -6
- package/esm/v2/core/TabNav/styles.js +7 -7
- package/infrastructure/azure-pipelines.yml +34 -34
- package/jest.config.js +34 -34
- package/lib/app-shell/index.js +2 -2
- package/lib/core/Alert/styles.js +6 -6
- package/lib/core/AppLoader/styles.js +1 -1
- package/lib/core/Autocomplete/styles.d.ts.map +1 -1
- package/lib/core/Autocomplete/styles.js +18 -18
- package/lib/core/Banner/styles.d.ts.map +1 -1
- package/lib/core/Banner/styles.js +4 -4
- package/lib/core/BarAndLineComposedChart/styles.d.ts.map +1 -1
- package/lib/core/BarAndLineComposedChart/styles.js +1 -1
- package/lib/core/BarChartWithCustomizedEvent/styles.d.ts.map +1 -1
- package/lib/core/BarChartWithCustomizedEvent/styles.js +1 -1
- package/lib/core/Box/styles.d.ts.map +1 -1
- package/lib/core/Box/styles.js +7 -7
- package/lib/core/BoxedTable/DraggableRow/styles.d.ts.map +1 -1
- package/lib/core/BoxedTable/DraggableRow/styles.js +5 -5
- package/lib/core/BoxedTable/HeaderCell/styles.js +2 -2
- package/lib/core/BoxedTable/RowCell/index.js +1 -1
- package/lib/core/BoxedTable/RowCell/styles.js +9 -9
- package/lib/core/BoxedTable/TableHeader/styles.d.ts.map +1 -1
- package/lib/core/BoxedTable/TableHeader/styles.js +1 -1
- package/lib/core/BoxedTable/TableRow/styles.d.ts.map +1 -1
- package/lib/core/BoxedTable/TableRow/styles.js +8 -8
- package/lib/core/BoxedTable/styles.d.ts.map +1 -1
- package/lib/core/BoxedTable/styles.js +11 -11
- package/lib/core/Button/index.d.ts.map +1 -1
- package/lib/core/Button/styles.js +19 -19
- package/lib/core/Calendar/CalendarEvent/styles.d.ts.map +1 -1
- package/lib/core/Calendar/CalendarEvent/styles.js +5 -5
- package/lib/core/Calendar/CalendarSmallEvent/styles.d.ts.map +1 -1
- package/lib/core/Calendar/CalendarSmallEvent/styles.js +5 -5
- package/lib/core/Calendar/styles.d.ts.map +1 -1
- package/lib/core/Calendar/styles.js +5 -5
- package/lib/core/Card/styles.js +11 -11
- package/lib/core/Checkbox/styles.js +5 -5
- package/lib/core/CollapseList/styles.d.ts.map +1 -1
- package/lib/core/CollapseList/styles.js +2 -2
- package/lib/core/CommentsTimeline/CommentLine/styles.d.ts.map +1 -1
- package/lib/core/CommentsTimeline/CommentLine/styles.js +4 -4
- package/lib/core/CommentsTimeline/styles.d.ts.map +1 -1
- package/lib/core/CommentsTimeline/styles.js +1 -1
- package/lib/core/CustomText/styles.d.ts.map +1 -1
- package/lib/core/CustomText/styles.js +2 -2
- package/lib/core/Datepicker/styles.d.ts.map +1 -1
- package/lib/core/Datepicker/styles.js +9 -9
- package/lib/core/DatepickerRange/styles.d.ts.map +1 -1
- package/lib/core/DatepickerRange/styles.js +9 -9
- package/lib/core/Divider/styles.js +5 -5
- package/lib/core/Dropdown/styles.js +3 -3
- package/lib/core/DropdownMenu/styles.d.ts.map +1 -1
- package/lib/core/DropdownMenu/styles.js +3 -3
- package/lib/core/Editor/Editor.stories.d.ts +11 -0
- package/lib/core/Editor/Editor.stories.d.ts.map +1 -0
- package/lib/core/Editor/Editor.stories.js +56 -0
- package/lib/core/Editor/config.d.ts +6 -0
- package/lib/core/Editor/config.d.ts.map +1 -0
- package/lib/core/Editor/config.js +7 -0
- package/lib/core/Editor/index.d.ts +44 -0
- package/lib/core/Editor/index.d.ts.map +1 -0
- package/lib/core/Editor/index.js +113 -0
- package/lib/core/Editor/styles.d.ts +14 -0
- package/lib/core/Editor/styles.d.ts.map +1 -0
- package/lib/core/Editor/styles.js +43 -0
- package/lib/core/EditorQuillReact/EditorQuillReact.stories.d.ts +8 -0
- package/lib/core/EditorQuillReact/EditorQuillReact.stories.d.ts.map +1 -0
- package/lib/core/EditorQuillReact/EditorQuillReact.stories.js +59 -0
- package/lib/core/EditorQuillReact/IndentAttributor.d.ts +7 -0
- package/lib/core/EditorQuillReact/IndentAttributor.d.ts.map +1 -0
- package/lib/core/EditorQuillReact/IndentAttributor.js +15 -0
- package/lib/core/EditorQuillReact/config.d.ts +30 -0
- package/lib/core/EditorQuillReact/config.d.ts.map +1 -0
- package/lib/core/EditorQuillReact/config.js +31 -0
- package/lib/core/EditorQuillReact/index.d.ts +23 -0
- package/lib/core/EditorQuillReact/index.d.ts.map +1 -0
- package/lib/core/EditorQuillReact/index.js +103 -0
- package/lib/core/EditorQuillReact/styles.d.ts +13 -0
- package/lib/core/EditorQuillReact/styles.d.ts.map +1 -0
- package/lib/core/EditorQuillReact/styles.js +34 -0
- package/lib/core/FileInput/styles.d.ts.map +1 -1
- package/lib/core/FileInput/styles.js +14 -14
- package/lib/core/GoogleButton/styles.d.ts.map +1 -1
- package/lib/core/GoogleButton/styles.js +1 -1
- package/lib/core/Header/styles.js +7 -7
- package/lib/core/HighlightText/styles.d.ts.map +1 -1
- package/lib/core/HighlightText/styles.js +1 -1
- package/lib/core/Image/styles.js +6 -6
- package/lib/core/ImagePicker/IconWithBackground.js +1 -1
- package/lib/core/ImagePicker/UploadButton.js +1 -1
- package/lib/core/ImagePicker/styles.js +11 -11
- package/lib/core/ImageViewer/index.js +1 -1
- package/lib/core/ImageViewer/styles.js +7 -7
- package/lib/core/InfoButton/styles.d.ts.map +1 -1
- package/lib/core/InfoButton/styles.js +9 -9
- package/lib/core/Input/Input.stories.d.ts.map +1 -1
- package/lib/core/Input/Input.stories.js +3 -2
- package/lib/core/Input/styles.js +19 -19
- package/lib/core/Link/styles.d.ts.map +1 -1
- package/lib/core/Link/styles.js +10 -10
- package/lib/core/List/Item.js +1 -1
- package/lib/core/List/styles.js +11 -11
- package/lib/core/ListPager/styles.d.ts.map +1 -1
- package/lib/core/ListPager/styles.js +3 -3
- package/lib/core/Modal/ActionButtons/index.js +1 -1
- package/lib/core/Modal/index.d.ts.map +1 -1
- package/lib/core/Modal/styles.d.ts.map +1 -1
- package/lib/core/Modal/styles.js +8 -8
- package/lib/core/NoticeCard/privateComponents/NoticeAttachmentBlock/styles.d.ts.map +1 -1
- package/lib/core/NoticeCard/privateComponents/NoticeAttachmentBlock/styles.js +4 -4
- package/lib/core/NoticeCard/privateComponents/NoticeAttachmentList/styles.d.ts.map +1 -1
- package/lib/core/NoticeCard/privateComponents/NoticeAttachmentList/styles.js +1 -1
- package/lib/core/NoticeCard/privateComponents/NoticeMetaInfo/styles.d.ts.map +1 -1
- package/lib/core/NoticeCard/privateComponents/NoticeMetaInfo/styles.js +3 -3
- package/lib/core/NoticeCard/styles.d.ts.map +1 -1
- package/lib/core/NoticeCard/styles.js +4 -4
- package/lib/core/NotificationCounter/styles.js +1 -1
- package/lib/core/NotificationsMenu/NotificationRow/styles.d.ts.map +1 -1
- package/lib/core/NotificationsMenu/NotificationRow/styles.js +3 -3
- package/lib/core/NotificationsMenu/styles.d.ts.map +1 -1
- package/lib/core/NotificationsMenu/styles.js +3 -3
- package/lib/core/PieChart/styles.d.ts.map +1 -1
- package/lib/core/PieChart/styles.js +2 -2
- package/lib/core/PreemptionCard/PreemptionCard.stories.d.ts.map +1 -1
- package/lib/core/PreemptionCard/PreemptionCard.stories.js +2 -1
- package/lib/core/PreemptionCard/index.d.ts.map +1 -1
- package/lib/core/PreemptionCard/index.js +5 -2
- package/lib/core/PreemptionCard/models.d.ts +1 -0
- package/lib/core/PreemptionCard/models.d.ts.map +1 -1
- package/lib/core/PreemptionCard/styles.d.ts +1 -0
- package/lib/core/PreemptionCard/styles.d.ts.map +1 -1
- package/lib/core/PreemptionCard/styles.js +23 -9
- package/lib/core/PreemptionCardLoading/styles.d.ts.map +1 -1
- package/lib/core/PreemptionCardLoading/styles.js +3 -3
- package/lib/core/QuillEditor/config.d.ts +3 -3
- package/lib/core/QuillEditor/styles.d.ts.map +1 -1
- package/lib/core/QuillEditor/styles.js +3 -3
- package/lib/core/Radio/styles.js +4 -4
- package/lib/core/SearchFilter/index.js +1 -1
- package/lib/core/SearchFilter/styles.d.ts.map +1 -1
- package/lib/core/SearchFilter/styles.js +14 -14
- package/lib/core/SearchSelect/styles.d.ts.map +1 -1
- package/lib/core/SearchSelect/styles.js +5 -5
- package/lib/core/Select/index.js +1 -1
- package/lib/core/Select/styles.d.ts.map +1 -1
- package/lib/core/Select/styles.js +18 -18
- package/lib/core/SimpleBarChart/styles.d.ts.map +1 -1
- package/lib/core/SimpleBarChart/styles.js +1 -1
- package/lib/core/SimpleLineChart/styles.d.ts.map +1 -1
- package/lib/core/SimpleLineChart/styles.js +1 -1
- package/lib/core/Skeleton/styles.d.ts.map +1 -1
- package/lib/core/Skeleton/styles.js +4 -4
- package/lib/core/Spinner/styles.js +5 -5
- package/lib/core/Stepper/MobileStep/styles.d.ts.map +1 -1
- package/lib/core/Stepper/MobileStep/styles.js +7 -7
- package/lib/core/Stepper/Step/index.js +1 -1
- package/lib/core/Stepper/Step/styles.d.ts.map +1 -1
- package/lib/core/Stepper/Step/styles.js +5 -5
- package/lib/core/Stepper/styles.d.ts.map +1 -1
- package/lib/core/Stepper/styles.js +3 -3
- package/lib/core/TabBar/TabItem/styles.d.ts.map +1 -1
- package/lib/core/TabBar/TabItem/styles.js +1 -1
- package/lib/core/TabBar/styles.d.ts.map +1 -1
- package/lib/core/TabBar/styles.js +1 -1
- package/lib/core/TabNav/TabNavItem/styles.d.ts.map +1 -1
- package/lib/core/TabNav/TabNavItem/styles.js +5 -5
- package/lib/core/TabNav/styles.d.ts.map +1 -1
- package/lib/core/TabNav/styles.js +8 -8
- package/lib/core/Table/styles.d.ts.map +1 -1
- package/lib/core/Table/styles.js +16 -16
- package/lib/core/Tag/styles.js +13 -13
- package/lib/core/Text/styles.js +16 -16
- package/lib/core/Textarea/styles.d.ts.map +1 -1
- package/lib/core/Textarea/styles.js +7 -7
- package/lib/core/Timeline/TimelineStep/styles.d.ts.map +1 -1
- package/lib/core/Timeline/TimelineStep/styles.js +6 -6
- package/lib/core/Timeline/styles.d.ts.map +1 -1
- package/lib/core/Timeline/styles.js +1 -1
- package/lib/core/Timepicker/index.js +3 -3
- package/lib/core/Timepicker/styles.d.ts.map +1 -1
- package/lib/core/Timepicker/styles.js +7 -7
- package/lib/core/Tooltip/styles.js +2 -2
- package/lib/core/UnitIllustration/index.js +9 -9
- package/lib/core/UserMenu/styles.d.ts.map +1 -1
- package/lib/core/UserMenu/styles.js +7 -7
- package/lib/core/Video/styles.d.ts.map +1 -1
- package/lib/core/Video/styles.js +1 -1
- package/lib/core/YearWheel/styles.d.ts.map +1 -1
- package/lib/core/YearWheel/styles.js +3 -3
- package/lib/enums/Keyboard.js +2 -2
- package/lib/globals/styles/styles.js +1 -1
- package/lib/illustrations/styles.js +2 -2
- package/lib/layout/Footer/FooterButton/styles.d.ts.map +1 -1
- package/lib/layout/Footer/FooterButton/styles.js +1 -1
- package/lib/layout/Footer/FooterCol/styles.d.ts.map +1 -1
- package/lib/layout/Footer/FooterCol/styles.js +1 -1
- package/lib/layout/Footer/FooterGroup/styles.d.ts.map +1 -1
- package/lib/layout/Footer/FooterGroup/styles.js +1 -1
- package/lib/layout/Footer/FooterLabel/styles.d.ts.map +1 -1
- package/lib/layout/Footer/FooterLabel/styles.js +1 -1
- package/lib/layout/Footer/FooterLink/styles.d.ts.map +1 -1
- package/lib/layout/Footer/FooterLink/styles.js +1 -1
- package/lib/layout/Footer/styles.d.ts.map +1 -1
- package/lib/layout/Footer/styles.js +2 -2
- package/lib/layout/Layout/styles.d.ts.map +1 -1
- package/lib/layout/Layout/styles.js +1 -1
- package/lib/layout/LayoutShell/styles.d.ts.map +1 -1
- package/lib/layout/LayoutShell/styles.js +8 -8
- package/lib/layout/Menu/AppPicker/styles.d.ts.map +1 -1
- package/lib/layout/Menu/AppPicker/styles.js +5 -5
- package/lib/layout/Menu/MainMenu/styles.d.ts.map +1 -1
- package/lib/layout/Menu/MainMenu/styles.js +2 -2
- package/lib/layout/Menu/MenuItem/styles.d.ts.map +1 -1
- package/lib/layout/Menu/MenuItem/styles.js +3 -3
- package/lib/layout/Menu/MenuSpacer/styles.d.ts.map +1 -1
- package/lib/layout/Menu/MenuSpacer/styles.js +1 -1
- package/lib/layout/Menu/MenuTop/styles.d.ts.map +1 -1
- package/lib/layout/Menu/MenuTop/styles.js +3 -3
- package/lib/layout/Menu/SecondaryMenu/styles.d.ts.map +1 -1
- package/lib/layout/Menu/SecondaryMenu/styles.js +4 -4
- package/lib/layout/Menu/SecondaryMenuItem/styles.js +1 -1
- package/lib/layout/Menu/styles.d.ts.map +1 -1
- package/lib/layout/Menu/styles.js +1 -1
- package/lib/layout/Submenu/SubmenuItem/styles.js +3 -3
- package/lib/layout/Submenu/styles.d.ts.map +1 -1
- package/lib/layout/Submenu/styles.js +11 -11
- package/lib/layout/Topbar/styles.js +1 -1
- package/lib/shared/components/SbIconGrid/index.js +1 -1
- package/lib/shared/components/VisuallyHidden/index.d.ts.map +1 -1
- package/lib/shared/components/VisuallyHidden/index.js +4 -4
- package/lib/shared/recharts/CustomLegend/styles.d.ts.map +1 -1
- package/lib/shared/recharts/CustomLegend/styles.js +2 -2
- package/lib/shared/recharts/CustomTooltip/styles.d.ts.map +1 -1
- package/lib/shared/recharts/CustomTooltip/styles.js +3 -3
- package/lib/shared/types/LoadedType.d.ts +7 -0
- package/lib/shared/types/LoadedType.d.ts.map +1 -0
- package/lib/shared/types/LoadedType.js +1 -0
- package/lib/utils/time.js +14 -14
- package/lib/v2/Memberbenefits/MemberbenefitsCard/MemberbenefitsCard.stories.d.ts.map +1 -1
- package/lib/v2/Memberbenefits/MemberbenefitsCard/MemberbenefitsCard.stories.js +26 -1
- package/lib/v2/Memberbenefits/MemberbenefitsCard/model.d.ts +2 -0
- package/lib/v2/Memberbenefits/MemberbenefitsCard/model.d.ts.map +1 -1
- package/lib/v2/Memberbenefits/MemberbenefitsCard/styles.d.ts.map +1 -1
- package/lib/v2/Memberbenefits/MemberbenefitsCard/styles.js +21 -21
- package/lib/v2/core/Box/styles.d.ts.map +1 -1
- package/lib/v2/core/Box/styles.js +9 -9
- package/lib/v2/core/BoxedTable/DraggableRow/styles.d.ts.map +1 -1
- package/lib/v2/core/BoxedTable/DraggableRow/styles.js +5 -5
- package/lib/v2/core/BoxedTable/HeaderCell/styles.js +2 -2
- package/lib/v2/core/BoxedTable/RowCell/index.js +1 -1
- package/lib/v2/core/BoxedTable/RowCell/styles.js +9 -9
- package/lib/v2/core/BoxedTable/TableHeader/styles.d.ts.map +1 -1
- package/lib/v2/core/BoxedTable/TableHeader/styles.js +1 -1
- package/lib/v2/core/BoxedTable/TableRow/styles.d.ts.map +1 -1
- package/lib/v2/core/BoxedTable/TableRow/styles.js +8 -8
- package/lib/v2/core/BoxedTable/styles.d.ts.map +1 -1
- package/lib/v2/core/BoxedTable/styles.js +16 -16
- package/lib/v2/core/Button/index.d.ts.map +1 -1
- package/lib/v2/core/Button/styles.js +19 -19
- package/lib/v2/core/ButtonsFilter/styles.d.ts.map +1 -1
- package/lib/v2/core/ButtonsFilter/styles.js +1 -1
- package/lib/v2/core/Chip/styles.d.ts.map +1 -1
- package/lib/v2/core/Chip/styles.js +11 -11
- package/lib/v2/core/TabNav/TabNavItem/styles.d.ts.map +1 -1
- package/lib/v2/core/TabNav/TabNavItem/styles.js +6 -6
- package/lib/v2/core/TabNav/styles.d.ts.map +1 -1
- package/lib/v2/core/TabNav/styles.js +7 -7
- package/package.json +1 -1
- package/rollup.config.js +13 -13
- package/theme-bbls.js +467 -467
- package/theme-generator.js +448 -448
- package/theme-helpers.js +62 -62
- package/vite.config.js +6 -6
- package/esm/globals/styles/quill.module.js +0 -1
- package/lib/globals/styles/quill.module.d.ts +0 -2
- package/lib/globals/styles/quill.module.d.ts.map +0 -1
- package/lib/globals/styles/quill.module.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
|
+
]
|