@onewelcome/react-lib-components 10.0.0 → 10.0.2
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.
- package/dist/components/Breadcrumbs/Breadcrumbs.module.scss.cjs.js +2 -2
- package/dist/components/Breadcrumbs/Breadcrumbs.module.scss.es.js +5 -5
- package/dist/components/Button/BaseButton.module.scss.cjs.js +2 -2
- package/dist/components/Button/BaseButton.module.scss.es.js +4 -4
- package/dist/components/Button/Button.module.scss.cjs.js +2 -2
- package/dist/components/Button/Button.module.scss.es.js +17 -17
- package/dist/components/Button/IconButton.module.scss.cjs.js +2 -2
- package/dist/components/Button/IconButton.module.scss.es.js +18 -18
- package/dist/components/ContextMenu/ContextMenu.module.scss.cjs.js +2 -2
- package/dist/components/ContextMenu/ContextMenu.module.scss.es.js +5 -5
- package/dist/components/ContextMenu/ContextMenuItem.module.scss.cjs.js +2 -2
- package/dist/components/ContextMenu/ContextMenuItem.module.scss.es.js +3 -3
- package/dist/components/DataGrid/DataGrid.module.scss.cjs.js +2 -2
- package/dist/components/DataGrid/DataGrid.module.scss.es.js +6 -6
- package/dist/components/DataGrid/DataGridActions/DataGridActions.module.scss.cjs.js +2 -2
- package/dist/components/DataGrid/DataGridActions/DataGridActions.module.scss.es.js +6 -6
- package/dist/components/DataGrid/DataGridActions/DataGridColumnsToggle.module.scss.cjs.js +2 -2
- package/dist/components/DataGrid/DataGridActions/DataGridColumnsToggle.module.scss.es.js +7 -7
- package/dist/components/DataGrid/DataGridBody/DataGridBody.module.scss.cjs.js +2 -2
- package/dist/components/DataGrid/DataGridBody/DataGridBody.module.scss.es.js +2 -2
- package/dist/components/DataGrid/DataGridBody/DataGridCell/DataGridCell.module.scss.cjs.js +2 -2
- package/dist/components/DataGrid/DataGridBody/DataGridCell/DataGridCell.module.scss.es.js +5 -5
- package/dist/components/DataGrid/DataGridBody/DataGridDrawer/DataGridDrawer.module.scss.cjs.js +2 -2
- package/dist/components/DataGrid/DataGridBody/DataGridDrawer/DataGridDrawer.module.scss.es.js +4 -4
- package/dist/components/DataGrid/DataGridBody/DataGridDrawer/DataGridDrawerItem.module.scss.cjs.js +2 -2
- package/dist/components/DataGrid/DataGridBody/DataGridDrawer/DataGridDrawerItem.module.scss.es.js +5 -5
- package/dist/components/DataGrid/DataGridBody/DataGridRow/DataGridRow.module.scss.cjs.js +2 -2
- package/dist/components/DataGrid/DataGridBody/DataGridRow/DataGridRow.module.scss.es.js +24 -24
- package/dist/components/DataGrid/DataGridFilters/DataGridFilter.cjs.js +1 -1
- package/dist/components/DataGrid/DataGridFilters/DataGridFilter.cjs.js.map +1 -1
- package/dist/components/DataGrid/DataGridFilters/DataGridFilter.es.js +0 -8
- package/dist/components/DataGrid/DataGridFilters/DataGridFilter.es.js.map +1 -1
- package/dist/components/DataGrid/DataGridFilters/DataGridFilter.module.scss.cjs.js +2 -2
- package/dist/components/DataGrid/DataGridFilters/DataGridFilter.module.scss.es.js +9 -9
- package/dist/components/DataGrid/DataGridFilters/DataGridToolbar.cjs.js +1 -1
- package/dist/components/DataGrid/DataGridFilters/DataGridToolbar.cjs.js.map +1 -1
- package/dist/components/DataGrid/DataGridFilters/DataGridToolbar.es.js +4 -1
- package/dist/components/DataGrid/DataGridFilters/DataGridToolbar.es.js.map +1 -1
- package/dist/components/DataGrid/DataGridFilters/DataGridToolbar.module.scss.cjs.js +2 -2
- package/dist/components/DataGrid/DataGridFilters/DataGridToolbar.module.scss.es.js +8 -8
- package/dist/components/DataGrid/DataGridFilters/DateTimePicker/DateTimePicker.module.scss.cjs.js +2 -2
- package/dist/components/DataGrid/DataGridFilters/DateTimePicker/DateTimePicker.module.scss.es.js +17 -17
- package/dist/components/DataGrid/DataGridHeader/DataGridHeader.module.scss.cjs.js +2 -2
- package/dist/components/DataGrid/DataGridHeader/DataGridHeader.module.scss.es.js +3 -3
- package/dist/components/DataGrid/DataGridHeader/DataGridHeaderCell.module.scss.cjs.js +2 -2
- package/dist/components/DataGrid/DataGridHeader/DataGridHeaderCell.module.scss.es.js +7 -7
- package/dist/components/DatePicker/DatePicker.module.scss.cjs.js +2 -2
- package/dist/components/DatePicker/DatePicker.module.scss.es.js +31 -31
- package/dist/components/Form/Checkbox/Checkbox.module.scss.cjs.js +2 -2
- package/dist/components/Form/Checkbox/Checkbox.module.scss.es.js +13 -13
- package/dist/components/Form/Fieldset/Fieldset.module.scss.cjs.js +2 -2
- package/dist/components/Form/Fieldset/Fieldset.module.scss.es.js +5 -5
- package/dist/components/Form/FileUpload/FileItem/FileItem.module.scss.cjs.js +2 -2
- package/dist/components/Form/FileUpload/FileItem/FileItem.module.scss.es.js +18 -18
- package/dist/components/Form/FileUpload/FileUpload.module.scss.cjs.js +2 -2
- package/dist/components/Form/FileUpload/FileUpload.module.scss.es.js +16 -16
- package/dist/components/Form/Form.module.scss.cjs.js +2 -2
- package/dist/components/Form/Form.module.scss.es.js +2 -2
- package/dist/components/Form/FormControl/FormControl.module.scss.cjs.js +2 -2
- package/dist/components/Form/FormControl/FormControl.module.scss.es.js +13 -13
- package/dist/components/Form/FormErrorText/FormErrorText.module.scss.cjs.js +2 -2
- package/dist/components/Form/FormErrorText/FormErrorText.module.scss.es.js +5 -5
- package/dist/components/Form/FormGroup/FormGroup.module.scss.cjs.js +2 -2
- package/dist/components/Form/FormGroup/FormGroup.module.scss.es.js +3 -3
- package/dist/components/Form/FormHelperText/FormHelperText.module.scss.cjs.js +2 -2
- package/dist/components/Form/FormHelperText/FormHelperText.module.scss.es.js +4 -4
- package/dist/components/Form/FormSelectorWrapper/FormSelectorWrapper.module.scss.cjs.js +2 -2
- package/dist/components/Form/FormSelectorWrapper/FormSelectorWrapper.module.scss.es.js +6 -6
- package/dist/components/Form/Input/Input.module.scss.cjs.js +2 -2
- package/dist/components/Form/Input/Input.module.scss.es.js +9 -9
- package/dist/components/Form/Label/Label.module.scss.cjs.js +2 -2
- package/dist/components/Form/Label/Label.module.scss.es.js +2 -2
- package/dist/components/Form/Radio/Radio.module.scss.cjs.js +2 -2
- package/dist/components/Form/Radio/Radio.module.scss.es.js +11 -11
- package/dist/components/Form/Select/MultiSelect/MultiSelect.cjs.js +1 -1
- package/dist/components/Form/Select/MultiSelect/MultiSelect.cjs.js.map +1 -1
- package/dist/components/Form/Select/MultiSelect/MultiSelect.es.js +64 -7
- package/dist/components/Form/Select/MultiSelect/MultiSelect.es.js.map +1 -1
- package/dist/components/Form/Select/MultiSelect/MultiSelect.module.scss.cjs.js +2 -2
- package/dist/components/Form/Select/MultiSelect/MultiSelect.module.scss.es.js +15 -15
- package/dist/components/Form/Select/MultiSelect/SelectButton.module.scss.cjs.js +2 -2
- package/dist/components/Form/Select/MultiSelect/SelectButton.module.scss.es.js +2 -2
- package/dist/components/Form/Select/MultiSelect/SelectedOptions.module.scss.cjs.js +2 -2
- package/dist/components/Form/Select/MultiSelect/SelectedOptions.module.scss.es.js +4 -4
- package/dist/components/Form/Select/Select.interfaces.cjs.js.map +1 -1
- package/dist/components/Form/Select/Select.interfaces.es.js.map +1 -1
- package/dist/components/Form/Select/SingleSelect/Select.module.scss.cjs.js +2 -2
- package/dist/components/Form/Select/SingleSelect/Select.module.scss.es.js +17 -17
- package/dist/components/Form/Select/useAddNewBtn.module.scss.cjs.js +2 -2
- package/dist/components/Form/Select/useAddNewBtn.module.scss.es.js +4 -4
- package/dist/components/Form/Textarea/Textarea.module.scss.cjs.js +2 -2
- package/dist/components/Form/Textarea/Textarea.module.scss.es.js +6 -6
- package/dist/components/Form/Toggle/Toggle.module.scss.cjs.js +2 -2
- package/dist/components/Form/Toggle/Toggle.module.scss.es.js +18 -18
- package/dist/components/Form/Wrapper/CheckboxWrapper/CheckboxWrapper.module.scss.cjs.js +2 -2
- package/dist/components/Form/Wrapper/CheckboxWrapper/CheckboxWrapper.module.scss.es.js +3 -3
- package/dist/components/Form/Wrapper/InputWrapper/InputWrapper.module.scss.cjs.js +2 -2
- package/dist/components/Form/Wrapper/InputWrapper/InputWrapper.module.scss.es.js +4 -4
- package/dist/components/Form/Wrapper/MultiSelectWrapper/MultiSelectWrapper.module.scss.cjs.js +2 -2
- package/dist/components/Form/Wrapper/MultiSelectWrapper/MultiSelectWrapper.module.scss.es.js +3 -3
- package/dist/components/Form/Wrapper/RadioWrapper/RadioWrapper.module.scss.cjs.js +2 -2
- package/dist/components/Form/Wrapper/RadioWrapper/RadioWrapper.module.scss.es.js +3 -3
- package/dist/components/Form/Wrapper/SelectWrapper/SelectWrapper.module.scss.cjs.js +2 -2
- package/dist/components/Form/Wrapper/SelectWrapper/SelectWrapper.module.scss.es.js +3 -3
- package/dist/components/Form/Wrapper/TextareaWrapper/TextareaWrapper.module.scss.cjs.js +2 -2
- package/dist/components/Form/Wrapper/TextareaWrapper/TextareaWrapper.module.scss.es.js +8 -8
- package/dist/components/Form/Wrapper/Wrapper/Wrapper.module.scss.cjs.js +2 -2
- package/dist/components/Form/Wrapper/Wrapper/Wrapper.module.scss.es.js +6 -6
- package/dist/components/Icon/Icon.module.scss.cjs.js +2 -2
- package/dist/components/Icon/Icon.module.scss.es.js +104 -104
- package/dist/components/Layout/Card/Card.module.scss.cjs.js +2 -2
- package/dist/components/Layout/Card/Card.module.scss.es.js +12 -12
- package/dist/components/Layout/ContentHeader/ContentHeader.module.scss.cjs.js +2 -2
- package/dist/components/Layout/ContentHeader/ContentHeader.module.scss.es.js +12 -12
- package/dist/components/Layout/FormPage/FormWithStepper/FormSection/FormSection.module.scss.cjs.js +2 -2
- package/dist/components/Layout/FormPage/FormWithStepper/FormSection/FormSection.module.scss.es.js +4 -4
- package/dist/components/Layout/FormPage/FormWithStepper/FormStepper/FormStepper.module.scss.cjs.js +2 -2
- package/dist/components/Layout/FormPage/FormWithStepper/FormStepper/FormStepper.module.scss.es.js +2 -2
- package/dist/components/Layout/FormPage/FormWithStepper/FormWithStepper.module.scss.cjs.js +2 -2
- package/dist/components/Layout/FormPage/FormWithStepper/FormWithStepper.module.scss.es.js +3 -3
- package/dist/components/Link/Link.module.scss.cjs.js +2 -2
- package/dist/components/Link/Link.module.scss.es.js +16 -16
- package/dist/components/Notifications/Alert/AlertContainer/AlertContainer.module.scss.cjs.js +2 -2
- package/dist/components/Notifications/Alert/AlertContainer/AlertContainer.module.scss.es.js +11 -11
- package/dist/components/Notifications/Alert/AlertItem/AlertItem.module.scss.cjs.js +2 -2
- package/dist/components/Notifications/Alert/AlertItem/AlertItem.module.scss.es.js +22 -22
- package/dist/components/Notifications/Banner/Banner.module.scss.cjs.js +2 -2
- package/dist/components/Notifications/Banner/Banner.module.scss.es.js +9 -9
- package/dist/components/Notifications/BaseModal/BaseModal.module.scss.cjs.js +2 -2
- package/dist/components/Notifications/BaseModal/BaseModal.module.scss.es.js +5 -5
- package/dist/components/Notifications/BaseModal/BaseModalActions/BaseModalActions.module.scss.cjs.js +2 -2
- package/dist/components/Notifications/BaseModal/BaseModalActions/BaseModalActions.module.scss.es.js +4 -4
- package/dist/components/Notifications/BaseModal/BaseModalContent/BaseModalContent.module.scss.cjs.js +2 -2
- package/dist/components/Notifications/BaseModal/BaseModalContent/BaseModalContent.module.scss.es.js +2 -2
- package/dist/components/Notifications/BaseModal/BaseModalHeader/BaseModalHeader.module.scss.cjs.js +2 -2
- package/dist/components/Notifications/BaseModal/BaseModalHeader/BaseModalHeader.module.scss.es.js +6 -6
- package/dist/components/Notifications/Dialog/Dialog.module.scss.cjs.js +2 -2
- package/dist/components/Notifications/Dialog/Dialog.module.scss.es.js +4 -4
- package/dist/components/Notifications/Dialog/DialogActions/DialogActions.module.scss.cjs.js +2 -2
- package/dist/components/Notifications/Dialog/DialogActions/DialogActions.module.scss.es.js +3 -3
- package/dist/components/Notifications/Dialog/DialogTitle/DialogTitle.module.scss.cjs.js +2 -2
- package/dist/components/Notifications/Dialog/DialogTitle/DialogTitle.module.scss.es.js +10 -10
- package/dist/components/Notifications/SideSheet/SideSheet.module.scss.cjs.js +2 -2
- package/dist/components/Notifications/SideSheet/SideSheet.module.scss.es.js +13 -13
- package/dist/components/Notifications/SideSheet/SideSheetContent/SideSheetContent.module.scss.cjs.js +2 -2
- package/dist/components/Notifications/SideSheet/SideSheetContent/SideSheetContent.module.scss.es.js +2 -2
- package/dist/components/Notifications/SideSheet/SideSheetHeader/SideSheetHeader.module.scss.cjs.js +2 -2
- package/dist/components/Notifications/SideSheet/SideSheetHeader/SideSheetHeader.module.scss.es.js +2 -2
- package/dist/components/Notifications/SlideInModal/SlideInModal.module.scss.cjs.js +2 -2
- package/dist/components/Notifications/SlideInModal/SlideInModal.module.scss.es.js +10 -10
- package/dist/components/Pagination/Pagination.module.scss.cjs.js +2 -2
- package/dist/components/Pagination/Pagination.module.scss.es.js +14 -14
- package/dist/components/Popover/Popover.module.scss.cjs.js +2 -2
- package/dist/components/Popover/Popover.module.scss.es.js +3 -3
- package/dist/components/ProgressBar/ProgressBar.module.scss.cjs.js +2 -2
- package/dist/components/ProgressBar/ProgressBar.module.scss.es.js +9 -9
- package/dist/components/Skeleton/Skeleton.module.scss.cjs.js +2 -2
- package/dist/components/Skeleton/Skeleton.module.scss.es.js +5 -5
- package/dist/components/Spinner/Spinner.module.scss.cjs.js +2 -2
- package/dist/components/Spinner/Spinner.module.scss.es.js +3 -3
- package/dist/components/Stepper/Step.module.scss.cjs.js +2 -2
- package/dist/components/Stepper/Step.module.scss.es.js +22 -22
- package/dist/components/Stepper/Stepper.module.scss.cjs.js +2 -2
- package/dist/components/Stepper/Stepper.module.scss.es.js +4 -4
- package/dist/components/Tabs/Tab.module.scss.cjs.js +2 -2
- package/dist/components/Tabs/Tab.module.scss.es.js +3 -3
- package/dist/components/Tabs/TabButton.module.scss.cjs.js +2 -2
- package/dist/components/Tabs/TabButton.module.scss.es.js +12 -12
- package/dist/components/Tabs/Tabs.module.scss.cjs.js +2 -2
- package/dist/components/Tabs/Tabs.module.scss.es.js +10 -10
- package/dist/components/Tag/RemoveButton.module.scss.cjs.js +2 -2
- package/dist/components/Tag/RemoveButton.module.scss.es.js +3 -3
- package/dist/components/Tag/Tag.module.scss.cjs.js +2 -2
- package/dist/components/Tag/Tag.module.scss.es.js +6 -6
- package/dist/components/TextEllipsis/TextEllipsis.module.scss.cjs.js +2 -2
- package/dist/components/TextEllipsis/TextEllipsis.module.scss.es.js +3 -3
- package/dist/components/Tiles/Tile.module.scss.cjs.js +2 -2
- package/dist/components/Tiles/Tile.module.scss.es.js +8 -8
- package/dist/components/Tiles/Tiles.module.scss.cjs.js +2 -2
- package/dist/components/Tiles/Tiles.module.scss.es.js +2 -2
- package/dist/components/Tooltip/Tooltip.module.scss.cjs.js +2 -2
- package/dist/components/Tooltip/Tooltip.module.scss.es.js +27 -27
- package/dist/components/Typography/Typography.module.scss.cjs.js +2 -2
- package/dist/components/Typography/Typography.module.scss.es.js +13 -13
- package/dist/components/admin/layout/LeftNav/LeftNav.module.scss.cjs.js +2 -2
- package/dist/components/admin/layout/LeftNav/LeftNav.module.scss.es.js +5 -5
- package/dist/components/admin/layout/LeftNav/LeftNavItem/LeftNavItem.module.scss.cjs.js +2 -2
- package/dist/components/admin/layout/LeftNav/LeftNavItem/LeftNavItem.module.scss.es.js +14 -14
- package/dist/components/admin/layout/MicrofrontendContainer/MicrofrontendContainer.module.scss.cjs.js +2 -2
- package/dist/components/admin/layout/MicrofrontendContainer/MicrofrontendContainer.module.scss.es.js +3 -3
- package/dist/components/miscellaneous/IdentityProviderButton.module.scss.cjs.js +2 -2
- package/dist/components/miscellaneous/IdentityProviderButton.module.scss.es.js +3 -3
- package/dist/index.d.ts +1 -0
- package/dist/readyclasses.module.scss.cjs.js +2 -2
- package/dist/readyclasses.module.scss.es.js +5 -5
- package/package.json +1 -1
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
!function(){"use strict";try{if("undefined"!=typeof document){var t=document.createElement("style");t.appendChild(document.createTextNode('.TabButton_sr-
|
|
2
|
-
const hidden = "
|
|
3
|
-
const tabbutton = "
|
|
4
|
-
const selected = "
|
|
5
|
-
const fluid = "
|
|
1
|
+
!function(){"use strict";try{if("undefined"!=typeof document){var t=document.createElement("style");t.appendChild(document.createTextNode('.TabButton_sr-only_EsL6T{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.TabButton_hidden_EsL6T{display:none}.TabButton_slide-in_EsL6T{animation:TabButton_slide-in_EsL6T .5s forwards}@media (prefers-reduced-motion: reduce){.TabButton_slide-in_EsL6T{animation-duration:.1ms}}.TabButton_slide-out_EsL6T{animation:TabButton_slide-out_EsL6T .5s forwards}@media (prefers-reduced-motion: reduce){.TabButton_slide-out_EsL6T{animation-duration:.1ms}}@keyframes TabButton_slide-in_EsL6T{0%{transform:translateY(100vh)}to{transform:translateY(0)}}@keyframes TabButton_slide-out_EsL6T{0%{transform:translateY(0)}to{transform:translateY(100vh)}}/*!\n * Copyright 2022 OneWelcome B.V.\n *\n * Licensed under the Apache License, Version 2.0 (the "License");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an "AS IS" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */.TabButton_tabbutton_EsL6T{color:var(--tab-text-color);border:0;border-radius:0;font-size:var(--font-size);line-height:var(--default-line-height);margin:0;padding:.5rem 1rem;cursor:pointer;font-family:var(--font-family);background-color:transparent;white-space:nowrap;position:relative;font-weight:400;border-bottom-style:var(--tablist-border-style);border-bottom-width:var(--tablist-border-width);border-bottom-color:var(--tablist-border-color)}.TabButton_tabbutton_EsL6T:focus-visible{outline:calc(.125 * var(--font-size)) solid var(--color-focus);outline-offset:0;border-radius:var(--focus-border-radius)}.TabButton_tabbutton_EsL6T:where(:focus-visible){z-index:1}.TabButton_tabbutton_EsL6T:hover{background-color:var(--tab-hover-color)}.TabButton_tabbutton_EsL6T:active{background-color:var(--tab-pressed-color)}.TabButton_tabbutton_EsL6T.TabButton_selected_EsL6T{color:var(--tab-active-text-color)}.TabButton_tabbutton_EsL6T.TabButton_fluid_EsL6T{flex:1}.TabButton_tabbutton_EsL6T.TabButton_has-icon_EsL6T{gap:calc(.25 * var(--font-size));display:inline-flex;align-items:center}.TabButton_tabbutton_EsL6T.TabButton_has-icon_EsL6T i{display:flex}.TabButton_tabbutton_EsL6T.TabButton_has-icon_EsL6T span[data-icon]{display:inline-block;font-size:var(--font-size-big);width:var(--font-size-big)}.TabButton_tabbutton_EsL6T.TabButton_has-icon_EsL6T.TabButton_top-icon_EsL6T,.TabButton_tabbutton_EsL6T.TabButton_has-icon_EsL6T.TabButton_bottom-icon_EsL6T{flex-direction:column}.TabButton_tabbutton_EsL6T.TabButton_has-icon_EsL6T.TabButton_left-icon_EsL6T i,.TabButton_tabbutton_EsL6T.TabButton_has-icon_EsL6T.TabButton_top-icon_EsL6T i{order:-1}')),document.head.appendChild(t)}}catch(o){console.error("vite-plugin-css-injected-by-js",o)}}();
|
|
2
|
+
const hidden = "TabButton_hidden_EsL6T";
|
|
3
|
+
const tabbutton = "TabButton_tabbutton_EsL6T";
|
|
4
|
+
const selected = "TabButton_selected_EsL6T";
|
|
5
|
+
const fluid = "TabButton_fluid_EsL6T";
|
|
6
6
|
const classes = {
|
|
7
|
-
"sr-only": "TabButton_sr-
|
|
7
|
+
"sr-only": "TabButton_sr-only_EsL6T",
|
|
8
8
|
hidden,
|
|
9
|
-
"slide-in": "TabButton_slide-
|
|
10
|
-
"slide-out": "TabButton_slide-
|
|
9
|
+
"slide-in": "TabButton_slide-in_EsL6T",
|
|
10
|
+
"slide-out": "TabButton_slide-out_EsL6T",
|
|
11
11
|
tabbutton,
|
|
12
12
|
selected,
|
|
13
13
|
fluid,
|
|
14
|
-
"has-icon": "TabButton_has-
|
|
15
|
-
"top-icon": "TabButton_top-
|
|
16
|
-
"bottom-icon": "TabButton_bottom-
|
|
17
|
-
"left-icon": "TabButton_left-
|
|
14
|
+
"has-icon": "TabButton_has-icon_EsL6T",
|
|
15
|
+
"top-icon": "TabButton_top-icon_EsL6T",
|
|
16
|
+
"bottom-icon": "TabButton_bottom-icon_EsL6T",
|
|
17
|
+
"left-icon": "TabButton_left-icon_EsL6T"
|
|
18
18
|
};
|
|
19
19
|
export {
|
|
20
20
|
classes as default,
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
!function(){"use strict";try{if("undefined"!=typeof document){var e=document.createElement("style");e.appendChild(document.createTextNode('.Tabs_sr-
|
|
2
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const
|
|
1
|
+
!function(){"use strict";try{if("undefined"!=typeof document){var e=document.createElement("style");e.appendChild(document.createTextNode('.Tabs_sr-only_EsL6T{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.Tabs_hidden_EsL6T{display:none}.Tabs_slide-in_EsL6T{animation:Tabs_slide-in_EsL6T .5s forwards}@media (prefers-reduced-motion: reduce){.Tabs_slide-in_EsL6T{animation-duration:.1ms}}.Tabs_slide-out_EsL6T{animation:Tabs_slide-out_EsL6T .5s forwards}@media (prefers-reduced-motion: reduce){.Tabs_slide-out_EsL6T{animation-duration:.1ms}}@keyframes Tabs_slide-in_EsL6T{0%{transform:translateY(100vh)}to{transform:translateY(0)}}@keyframes Tabs_slide-out_EsL6T{0%{transform:translateY(0)}to{transform:translateY(100vh)}}/*!\n * Copyright 2022 OneWelcome B.V.\n *\n * Licensed under the Apache License, Version 2.0 (the "License");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an "AS IS" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */.Tabs_tabs_EsL6T{background-color:var(--tabs-background-color);padding:1rem 1.25rem;border-radius:.5rem;display:flex;flex-direction:column;gap:1rem}.Tabs_tablist_EsL6T{display:flex;flex-wrap:nowrap;overflow-x:auto;position:relative;margin:-5px;padding:5px;z-index:0}.Tabs_tablist_EsL6T.Tabs_center_EsL6T{justify-content:center}.Tabs_tablist_EsL6T.Tabs_right_EsL6T{justify-content:flex-end}.Tabs_indicator_EsL6T{position:absolute;height:calc(var(--tab-active-border-height) - var(--tablist-border-width));border-radius:.125rem .125rem 0 0;background-color:var(--tab-active-border-color);z-index:2;transition-property:left,width;transition-duration:.2s;transition-timing-function:ease-in-out}@media (prefers-reduced-motion: reduce){.Tabs_indicator_EsL6T{transition-duration:.1ms}}')),document.head.appendChild(e)}}catch(i){console.error("vite-plugin-css-injected-by-js",i)}}();
|
|
2
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const s="Tabs_hidden_EsL6T",t="Tabs_tabs_EsL6T",e="Tabs_tablist_EsL6T",i="Tabs_center_EsL6T",r="Tabs_right_EsL6T",a="Tabs_indicator_EsL6T",o={"sr-only":"Tabs_sr-only_EsL6T",hidden:s,"slide-in":"Tabs_slide-in_EsL6T","slide-out":"Tabs_slide-out_EsL6T",tabs:t,tablist:e,center:i,right:r,indicator:a};exports.center=i,exports.default=o,exports.hidden=s,exports.indicator=a,exports.right=r,exports.tablist=e,exports.tabs=t;
|
|
3
3
|
//# sourceMappingURL=Tabs.module.scss.cjs.js.map
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
!function(){"use strict";try{if("undefined"!=typeof document){var e=document.createElement("style");e.appendChild(document.createTextNode('.Tabs_sr-
|
|
2
|
-
const hidden = "
|
|
3
|
-
const tabs = "
|
|
4
|
-
const tablist = "
|
|
5
|
-
const center = "
|
|
6
|
-
const right = "
|
|
7
|
-
const indicator = "
|
|
1
|
+
!function(){"use strict";try{if("undefined"!=typeof document){var e=document.createElement("style");e.appendChild(document.createTextNode('.Tabs_sr-only_EsL6T{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.Tabs_hidden_EsL6T{display:none}.Tabs_slide-in_EsL6T{animation:Tabs_slide-in_EsL6T .5s forwards}@media (prefers-reduced-motion: reduce){.Tabs_slide-in_EsL6T{animation-duration:.1ms}}.Tabs_slide-out_EsL6T{animation:Tabs_slide-out_EsL6T .5s forwards}@media (prefers-reduced-motion: reduce){.Tabs_slide-out_EsL6T{animation-duration:.1ms}}@keyframes Tabs_slide-in_EsL6T{0%{transform:translateY(100vh)}to{transform:translateY(0)}}@keyframes Tabs_slide-out_EsL6T{0%{transform:translateY(0)}to{transform:translateY(100vh)}}/*!\n * Copyright 2022 OneWelcome B.V.\n *\n * Licensed under the Apache License, Version 2.0 (the "License");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an "AS IS" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */.Tabs_tabs_EsL6T{background-color:var(--tabs-background-color);padding:1rem 1.25rem;border-radius:.5rem;display:flex;flex-direction:column;gap:1rem}.Tabs_tablist_EsL6T{display:flex;flex-wrap:nowrap;overflow-x:auto;position:relative;margin:-5px;padding:5px;z-index:0}.Tabs_tablist_EsL6T.Tabs_center_EsL6T{justify-content:center}.Tabs_tablist_EsL6T.Tabs_right_EsL6T{justify-content:flex-end}.Tabs_indicator_EsL6T{position:absolute;height:calc(var(--tab-active-border-height) - var(--tablist-border-width));border-radius:.125rem .125rem 0 0;background-color:var(--tab-active-border-color);z-index:2;transition-property:left,width;transition-duration:.2s;transition-timing-function:ease-in-out}@media (prefers-reduced-motion: reduce){.Tabs_indicator_EsL6T{transition-duration:.1ms}}')),document.head.appendChild(e)}}catch(i){console.error("vite-plugin-css-injected-by-js",i)}}();
|
|
2
|
+
const hidden = "Tabs_hidden_EsL6T";
|
|
3
|
+
const tabs = "Tabs_tabs_EsL6T";
|
|
4
|
+
const tablist = "Tabs_tablist_EsL6T";
|
|
5
|
+
const center = "Tabs_center_EsL6T";
|
|
6
|
+
const right = "Tabs_right_EsL6T";
|
|
7
|
+
const indicator = "Tabs_indicator_EsL6T";
|
|
8
8
|
const classes = {
|
|
9
|
-
"sr-only": "Tabs_sr-
|
|
9
|
+
"sr-only": "Tabs_sr-only_EsL6T",
|
|
10
10
|
hidden,
|
|
11
|
-
"slide-in": "Tabs_slide-
|
|
12
|
-
"slide-out": "Tabs_slide-
|
|
11
|
+
"slide-in": "Tabs_slide-in_EsL6T",
|
|
12
|
+
"slide-out": "Tabs_slide-out_EsL6T",
|
|
13
13
|
tabs,
|
|
14
14
|
tablist,
|
|
15
15
|
center,
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
!function(){"use strict";try{if("undefined"!=typeof document){var e=document.createElement("style");e.appendChild(document.createTextNode('.RemoveButton_sr-
|
|
2
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e="
|
|
1
|
+
!function(){"use strict";try{if("undefined"!=typeof document){var e=document.createElement("style");e.appendChild(document.createTextNode('.RemoveButton_sr-only_EsL6T{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.RemoveButton_hidden_EsL6T{display:none}.RemoveButton_slide-in_EsL6T{animation:RemoveButton_slide-in_EsL6T .5s forwards}@media (prefers-reduced-motion: reduce){.RemoveButton_slide-in_EsL6T{animation-duration:.1ms}}.RemoveButton_slide-out_EsL6T{animation:RemoveButton_slide-out_EsL6T .5s forwards}@media (prefers-reduced-motion: reduce){.RemoveButton_slide-out_EsL6T{animation-duration:.1ms}}@keyframes RemoveButton_slide-in_EsL6T{0%{transform:translateY(100vh)}to{transform:translateY(0)}}@keyframes RemoveButton_slide-out_EsL6T{0%{transform:translateY(0)}to{transform:translateY(100vh)}}/*!\n * Copyright 2022 OneWelcome B.V.\n *\n * Licensed under the Apache License, Version 2.0 (the "License");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an "AS IS" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */.RemoveButton_remove_EsL6T{width:1.25rem;height:1.25rem;background:none;border:none;padding:0;margin-right:-.375rem;cursor:pointer}.RemoveButton_remove_EsL6T:hover{border-radius:.125rem;background-color:var(--color-black10)}.RemoveButton_remove_EsL6T:active{background-color:var(--color-blue-grey400)}.RemoveButton_remove_EsL6T:focus-visible{outline:calc(.125 * var(--font-size)) solid var(--color-focus);outline-offset:0;border-radius:var(--focus-border-radius)}.RemoveButton_remove_EsL6T .RemoveButton_icon_EsL6T{font-size:var(--font-size-small)}')),document.head.appendChild(e)}}catch(o){console.error("vite-plugin-css-injected-by-js",o)}}();
|
|
2
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e="RemoveButton_remove_EsL6T",o="RemoveButton_icon_EsL6T",t={remove:e,icon:o};exports.default=t,exports.icon=o,exports.remove=e;
|
|
3
3
|
//# sourceMappingURL=RemoveButton.module.scss.cjs.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
!function(){"use strict";try{if("undefined"!=typeof document){var e=document.createElement("style");e.appendChild(document.createTextNode('.RemoveButton_sr-
|
|
2
|
-
const remove = "
|
|
3
|
-
const icon = "
|
|
1
|
+
!function(){"use strict";try{if("undefined"!=typeof document){var e=document.createElement("style");e.appendChild(document.createTextNode('.RemoveButton_sr-only_EsL6T{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.RemoveButton_hidden_EsL6T{display:none}.RemoveButton_slide-in_EsL6T{animation:RemoveButton_slide-in_EsL6T .5s forwards}@media (prefers-reduced-motion: reduce){.RemoveButton_slide-in_EsL6T{animation-duration:.1ms}}.RemoveButton_slide-out_EsL6T{animation:RemoveButton_slide-out_EsL6T .5s forwards}@media (prefers-reduced-motion: reduce){.RemoveButton_slide-out_EsL6T{animation-duration:.1ms}}@keyframes RemoveButton_slide-in_EsL6T{0%{transform:translateY(100vh)}to{transform:translateY(0)}}@keyframes RemoveButton_slide-out_EsL6T{0%{transform:translateY(0)}to{transform:translateY(100vh)}}/*!\n * Copyright 2022 OneWelcome B.V.\n *\n * Licensed under the Apache License, Version 2.0 (the "License");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an "AS IS" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */.RemoveButton_remove_EsL6T{width:1.25rem;height:1.25rem;background:none;border:none;padding:0;margin-right:-.375rem;cursor:pointer}.RemoveButton_remove_EsL6T:hover{border-radius:.125rem;background-color:var(--color-black10)}.RemoveButton_remove_EsL6T:active{background-color:var(--color-blue-grey400)}.RemoveButton_remove_EsL6T:focus-visible{outline:calc(.125 * var(--font-size)) solid var(--color-focus);outline-offset:0;border-radius:var(--focus-border-radius)}.RemoveButton_remove_EsL6T .RemoveButton_icon_EsL6T{font-size:var(--font-size-small)}')),document.head.appendChild(e)}}catch(o){console.error("vite-plugin-css-injected-by-js",o)}}();
|
|
2
|
+
const remove = "RemoveButton_remove_EsL6T";
|
|
3
|
+
const icon = "RemoveButton_icon_EsL6T";
|
|
4
4
|
const classes = {
|
|
5
5
|
remove,
|
|
6
6
|
icon
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
!function(){"use strict";try{if("undefined"!=typeof document){var e=document.createElement("style");e.appendChild(document.createTextNode('/*!\n * Copyright 2022 OneWelcome B.V.\n *\n * Licensed under the Apache License, Version 2.0 (the "License");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an "AS IS" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */.
|
|
2
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const a="
|
|
1
|
+
!function(){"use strict";try{if("undefined"!=typeof document){var e=document.createElement("style");e.appendChild(document.createTextNode('/*!\n * Copyright 2022 OneWelcome B.V.\n *\n * Licensed under the Apache License, Version 2.0 (the "License");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an "AS IS" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */.Tag_tag_EsL6T{font-size:var(--font-size-sub);padding:.25rem .75rem;border:none;border-radius:3.125rem;display:inline-flex;align-items:center;gap:.25rem}.Tag_tag_EsL6T.Tag_tag-enabled_EsL6T{background-color:var(--color-green100)}.Tag_tag_EsL6T.Tag_tag-disabled_EsL6T{background-color:var(--color-blue-grey100)}.Tag_tag_EsL6T.Tag_sharp_EsL6T{border-radius:.125rem}.Tag_tag_EsL6T .Tag_label_EsL6T{line-height:2;font-size:inherit;color:inherit}')),document.head.appendChild(e)}}catch(n){console.error("vite-plugin-css-injected-by-js",n)}}();
|
|
2
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const a="Tag_tag_EsL6T",e="Tag_sharp_EsL6T",s="Tag_label_EsL6T",t={tag:a,"tag-enabled":"Tag_tag-enabled_EsL6T","tag-disabled":"Tag_tag-disabled_EsL6T",sharp:e,label:s};exports.default=t,exports.label=s,exports.sharp=e,exports.tag=a;
|
|
3
3
|
//# sourceMappingURL=Tag.module.scss.cjs.js.map
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
!function(){"use strict";try{if("undefined"!=typeof document){var e=document.createElement("style");e.appendChild(document.createTextNode('/*!\n * Copyright 2022 OneWelcome B.V.\n *\n * Licensed under the Apache License, Version 2.0 (the "License");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an "AS IS" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */.
|
|
2
|
-
const tag = "
|
|
3
|
-
const sharp = "
|
|
4
|
-
const label = "
|
|
1
|
+
!function(){"use strict";try{if("undefined"!=typeof document){var e=document.createElement("style");e.appendChild(document.createTextNode('/*!\n * Copyright 2022 OneWelcome B.V.\n *\n * Licensed under the Apache License, Version 2.0 (the "License");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an "AS IS" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */.Tag_tag_EsL6T{font-size:var(--font-size-sub);padding:.25rem .75rem;border:none;border-radius:3.125rem;display:inline-flex;align-items:center;gap:.25rem}.Tag_tag_EsL6T.Tag_tag-enabled_EsL6T{background-color:var(--color-green100)}.Tag_tag_EsL6T.Tag_tag-disabled_EsL6T{background-color:var(--color-blue-grey100)}.Tag_tag_EsL6T.Tag_sharp_EsL6T{border-radius:.125rem}.Tag_tag_EsL6T .Tag_label_EsL6T{line-height:2;font-size:inherit;color:inherit}')),document.head.appendChild(e)}}catch(n){console.error("vite-plugin-css-injected-by-js",n)}}();
|
|
2
|
+
const tag = "Tag_tag_EsL6T";
|
|
3
|
+
const sharp = "Tag_sharp_EsL6T";
|
|
4
|
+
const label = "Tag_label_EsL6T";
|
|
5
5
|
const classes = {
|
|
6
6
|
tag,
|
|
7
|
-
"tag-enabled": "Tag_tag-
|
|
8
|
-
"tag-disabled": "Tag_tag-
|
|
7
|
+
"tag-enabled": "Tag_tag-enabled_EsL6T",
|
|
8
|
+
"tag-disabled": "Tag_tag-disabled_EsL6T",
|
|
9
9
|
sharp,
|
|
10
10
|
label
|
|
11
11
|
};
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
!function(){"use strict";try{if("undefined"!=typeof document){var e=document.createElement("style");e.appendChild(document.createTextNode('/*!\n * Copyright 2022 OneWelcome B.V.\n *\n * Licensed under the Apache License, Version 2.0 (the "License");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an "AS IS" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */.TextEllipsis_text-
|
|
2
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e="
|
|
1
|
+
!function(){"use strict";try{if("undefined"!=typeof document){var e=document.createElement("style");e.appendChild(document.createTextNode('/*!\n * Copyright 2022 OneWelcome B.V.\n *\n * Licensed under the Apache License, Version 2.0 (the "License");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an "AS IS" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */.TextEllipsis_text-ellipsis_EsL6T{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.TextEllipsis_popover_EsL6T{max-width:min(75ch,90%);padding:.6875rem .6875rem .6875rem .875rem;border-radius:.25rem;box-shadow:0 .1875rem .375rem #0000004a;white-space:pre-wrap;word-wrap:break-word;transition-property:opacity;transform:scale(1);z-index:1}')),document.head.appendChild(e)}}catch(i){console.error("vite-plugin-css-injected-by-js",i)}}();
|
|
2
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e="TextEllipsis_popover_EsL6T",s={"text-ellipsis":"TextEllipsis_text-ellipsis_EsL6T",popover:e};exports.default=s,exports.popover=e;
|
|
3
3
|
//# sourceMappingURL=TextEllipsis.module.scss.cjs.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
!function(){"use strict";try{if("undefined"!=typeof document){var e=document.createElement("style");e.appendChild(document.createTextNode('/*!\n * Copyright 2022 OneWelcome B.V.\n *\n * Licensed under the Apache License, Version 2.0 (the "License");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an "AS IS" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */.TextEllipsis_text-
|
|
2
|
-
const popover = "
|
|
1
|
+
!function(){"use strict";try{if("undefined"!=typeof document){var e=document.createElement("style");e.appendChild(document.createTextNode('/*!\n * Copyright 2022 OneWelcome B.V.\n *\n * Licensed under the Apache License, Version 2.0 (the "License");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an "AS IS" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */.TextEllipsis_text-ellipsis_EsL6T{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.TextEllipsis_popover_EsL6T{max-width:min(75ch,90%);padding:.6875rem .6875rem .6875rem .875rem;border-radius:.25rem;box-shadow:0 .1875rem .375rem #0000004a;white-space:pre-wrap;word-wrap:break-word;transition-property:opacity;transform:scale(1);z-index:1}')),document.head.appendChild(e)}}catch(i){console.error("vite-plugin-css-injected-by-js",i)}}();
|
|
2
|
+
const popover = "TextEllipsis_popover_EsL6T";
|
|
3
3
|
const classes = {
|
|
4
|
-
"text-ellipsis": "TextEllipsis_text-
|
|
4
|
+
"text-ellipsis": "TextEllipsis_text-ellipsis_EsL6T",
|
|
5
5
|
popover
|
|
6
6
|
};
|
|
7
7
|
export {
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
!function(){"use strict";try{if("undefined"!=typeof document){var e=document.createElement("style");e.appendChild(document.createTextNode('.Tile_sr-
|
|
2
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e="
|
|
1
|
+
!function(){"use strict";try{if("undefined"!=typeof document){var e=document.createElement("style");e.appendChild(document.createTextNode('.Tile_sr-only_EsL6T{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.Tile_hidden_EsL6T{display:none}.Tile_slide-in_EsL6T{animation:Tile_slide-in_EsL6T .5s forwards}@media (prefers-reduced-motion: reduce){.Tile_slide-in_EsL6T{animation-duration:.1ms}}.Tile_slide-out_EsL6T{animation:Tile_slide-out_EsL6T .5s forwards}@media (prefers-reduced-motion: reduce){.Tile_slide-out_EsL6T{animation-duration:.1ms}}@keyframes Tile_slide-in_EsL6T{0%{transform:translateY(100vh)}to{transform:translateY(0)}}@keyframes Tile_slide-out_EsL6T{0%{transform:translateY(0)}to{transform:translateY(100vh)}}/*!\n * Copyright 2022 OneWelcome B.V.\n *\n * Licensed under the Apache License, Version 2.0 (the "License");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an "AS IS" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */.Tile_tile_EsL6T{border:1px solid var(--light-grey-border);border-radius:8px;box-sizing:border-box;padding:0 0 2rem;background-color:var(--light);font-family:var(--font-family);transition-property:box-shadow;transition-duration:.2s;transition-timing-function:ease-in-out}@media (prefers-reduced-motion: reduce){.Tile_tile_EsL6T{transition-duration:.1ms}}.Tile_tile_EsL6T:hover{box-shadow:0 3px 6px #0000004a}.Tile_tile_EsL6T header{display:flex;align-items:center}.Tile_tile_EsL6T header .Tile_icon_EsL6T{padding:0 1rem}.Tile_tile_EsL6T figure{margin:0 0 1rem;height:3rem}.Tile_tile_EsL6T figure img{vertical-align:top;height:3rem;width:auto}.Tile_tile_EsL6T .Tile_placeholder_EsL6T{font-size:3rem;margin:0 0 1rem;color:var(--greyed-out)}.Tile_tile_EsL6T .Tile_content_EsL6T{display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:default;padding:0 1rem}.Tile_tile_EsL6T.Tile_loading_EsL6T header{display:none}.Tile_tile_EsL6T.Tile_loading_EsL6T .Tile_image_EsL6T{margin-top:2.5rem;border-radius:.5rem;width:3rem;height:3rem;position:relative;overflow:hidden;background-color:var(--skeleton-background-color)}.Tile_tile_EsL6T.Tile_loading_EsL6T .Tile_image_EsL6T:after{position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-100%);background-image:linear-gradient(90deg,rgba(var(--skeleton-animation-color-rgb),0) 0,rgba(var(--skeleton-animation-color-rgb),.2) 20%,rgba(var(--skeleton-animation-color-rgb),.5) 60%,rgba(var(--skeleton-animation-color-rgb),0));content:"";animation:Tile_shimmer_EsL6T 2s infinite}@media (prefers-reduced-motion: reduce){.Tile_tile_EsL6T.Tile_loading_EsL6T .Tile_image_EsL6T:after{animation:none}}.Tile_tile_EsL6T.Tile_loading_EsL6T .Tile_title_EsL6T{color:transparent;display:inline-block;width:70%;border-radius:.5rem;position:relative;overflow:hidden;background-color:var(--skeleton-background-color)}.Tile_tile_EsL6T.Tile_loading_EsL6T .Tile_title_EsL6T:after{position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-100%);background-image:linear-gradient(90deg,rgba(var(--skeleton-animation-color-rgb),0) 0,rgba(var(--skeleton-animation-color-rgb),.2) 20%,rgba(var(--skeleton-animation-color-rgb),.5) 60%,rgba(var(--skeleton-animation-color-rgb),0));content:"";animation:Tile_shimmer_EsL6T 2s infinite}@media (prefers-reduced-motion: reduce){.Tile_tile_EsL6T.Tile_loading_EsL6T .Tile_title_EsL6T:after{animation:none}}@keyframes Tile_shimmer_EsL6T{to{transform:translate(100%)}}')),document.head.appendChild(e)}}catch(i){console.error("vite-plugin-css-injected-by-js",i)}}();
|
|
2
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e="Tile_tile_EsL6T",t="Tile_icon_EsL6T",l="Tile_placeholder_EsL6T",o="Tile_content_EsL6T",i="Tile_loading_EsL6T",s="Tile_image_EsL6T",r="Tile_title_EsL6T",_={tile:e,icon:t,placeholder:l,content:o,loading:i,image:s,title:r};exports.content=o,exports.default=_,exports.icon=t,exports.image=s,exports.loading=i,exports.placeholder=l,exports.tile=e,exports.title=r;
|
|
3
3
|
//# sourceMappingURL=Tile.module.scss.cjs.js.map
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
!function(){"use strict";try{if("undefined"!=typeof document){var e=document.createElement("style");e.appendChild(document.createTextNode('.Tile_sr-
|
|
2
|
-
const tile = "
|
|
3
|
-
const icon = "
|
|
4
|
-
const placeholder = "
|
|
5
|
-
const content = "
|
|
6
|
-
const loading = "
|
|
7
|
-
const image = "
|
|
8
|
-
const title = "
|
|
1
|
+
!function(){"use strict";try{if("undefined"!=typeof document){var e=document.createElement("style");e.appendChild(document.createTextNode('.Tile_sr-only_EsL6T{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.Tile_hidden_EsL6T{display:none}.Tile_slide-in_EsL6T{animation:Tile_slide-in_EsL6T .5s forwards}@media (prefers-reduced-motion: reduce){.Tile_slide-in_EsL6T{animation-duration:.1ms}}.Tile_slide-out_EsL6T{animation:Tile_slide-out_EsL6T .5s forwards}@media (prefers-reduced-motion: reduce){.Tile_slide-out_EsL6T{animation-duration:.1ms}}@keyframes Tile_slide-in_EsL6T{0%{transform:translateY(100vh)}to{transform:translateY(0)}}@keyframes Tile_slide-out_EsL6T{0%{transform:translateY(0)}to{transform:translateY(100vh)}}/*!\n * Copyright 2022 OneWelcome B.V.\n *\n * Licensed under the Apache License, Version 2.0 (the "License");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an "AS IS" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */.Tile_tile_EsL6T{border:1px solid var(--light-grey-border);border-radius:8px;box-sizing:border-box;padding:0 0 2rem;background-color:var(--light);font-family:var(--font-family);transition-property:box-shadow;transition-duration:.2s;transition-timing-function:ease-in-out}@media (prefers-reduced-motion: reduce){.Tile_tile_EsL6T{transition-duration:.1ms}}.Tile_tile_EsL6T:hover{box-shadow:0 3px 6px #0000004a}.Tile_tile_EsL6T header{display:flex;align-items:center}.Tile_tile_EsL6T header .Tile_icon_EsL6T{padding:0 1rem}.Tile_tile_EsL6T figure{margin:0 0 1rem;height:3rem}.Tile_tile_EsL6T figure img{vertical-align:top;height:3rem;width:auto}.Tile_tile_EsL6T .Tile_placeholder_EsL6T{font-size:3rem;margin:0 0 1rem;color:var(--greyed-out)}.Tile_tile_EsL6T .Tile_content_EsL6T{display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:default;padding:0 1rem}.Tile_tile_EsL6T.Tile_loading_EsL6T header{display:none}.Tile_tile_EsL6T.Tile_loading_EsL6T .Tile_image_EsL6T{margin-top:2.5rem;border-radius:.5rem;width:3rem;height:3rem;position:relative;overflow:hidden;background-color:var(--skeleton-background-color)}.Tile_tile_EsL6T.Tile_loading_EsL6T .Tile_image_EsL6T:after{position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-100%);background-image:linear-gradient(90deg,rgba(var(--skeleton-animation-color-rgb),0) 0,rgba(var(--skeleton-animation-color-rgb),.2) 20%,rgba(var(--skeleton-animation-color-rgb),.5) 60%,rgba(var(--skeleton-animation-color-rgb),0));content:"";animation:Tile_shimmer_EsL6T 2s infinite}@media (prefers-reduced-motion: reduce){.Tile_tile_EsL6T.Tile_loading_EsL6T .Tile_image_EsL6T:after{animation:none}}.Tile_tile_EsL6T.Tile_loading_EsL6T .Tile_title_EsL6T{color:transparent;display:inline-block;width:70%;border-radius:.5rem;position:relative;overflow:hidden;background-color:var(--skeleton-background-color)}.Tile_tile_EsL6T.Tile_loading_EsL6T .Tile_title_EsL6T:after{position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-100%);background-image:linear-gradient(90deg,rgba(var(--skeleton-animation-color-rgb),0) 0,rgba(var(--skeleton-animation-color-rgb),.2) 20%,rgba(var(--skeleton-animation-color-rgb),.5) 60%,rgba(var(--skeleton-animation-color-rgb),0));content:"";animation:Tile_shimmer_EsL6T 2s infinite}@media (prefers-reduced-motion: reduce){.Tile_tile_EsL6T.Tile_loading_EsL6T .Tile_title_EsL6T:after{animation:none}}@keyframes Tile_shimmer_EsL6T{to{transform:translate(100%)}}')),document.head.appendChild(e)}}catch(i){console.error("vite-plugin-css-injected-by-js",i)}}();
|
|
2
|
+
const tile = "Tile_tile_EsL6T";
|
|
3
|
+
const icon = "Tile_icon_EsL6T";
|
|
4
|
+
const placeholder = "Tile_placeholder_EsL6T";
|
|
5
|
+
const content = "Tile_content_EsL6T";
|
|
6
|
+
const loading = "Tile_loading_EsL6T";
|
|
7
|
+
const image = "Tile_image_EsL6T";
|
|
8
|
+
const title = "Tile_title_EsL6T";
|
|
9
9
|
const classes = {
|
|
10
10
|
tile,
|
|
11
11
|
icon,
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
!function(){"use strict";try{if("undefined"!=typeof document){var e=document.createElement("style");e.appendChild(document.createTextNode('/*!\n * Copyright 2022 OneWelcome B.V.\n *\n * Licensed under the Apache License, Version 2.0 (the "License");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an "AS IS" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */.
|
|
2
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e="
|
|
1
|
+
!function(){"use strict";try{if("undefined"!=typeof document){var e=document.createElement("style");e.appendChild(document.createTextNode('/*!\n * Copyright 2022 OneWelcome B.V.\n *\n * Licensed under the Apache License, Version 2.0 (the "License");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an "AS IS" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */.Tiles_tiles_EsL6T{display:grid;grid-gap:1rem;grid-template-columns:repeat(1,1fr)}@media screen and (min-width: 30em){.Tiles_tiles_EsL6T{grid-template-columns:repeat(auto-fit,minmax(14.5rem,1fr))}}')),document.head.appendChild(e)}}catch(n){console.error("vite-plugin-css-injected-by-js",n)}}();
|
|
2
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e="Tiles_tiles_EsL6T",t={tiles:e};exports.default=t,exports.tiles=e;
|
|
3
3
|
//# sourceMappingURL=Tiles.module.scss.cjs.js.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
!function(){"use strict";try{if("undefined"!=typeof document){var e=document.createElement("style");e.appendChild(document.createTextNode('/*!\n * Copyright 2022 OneWelcome B.V.\n *\n * Licensed under the Apache License, Version 2.0 (the "License");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an "AS IS" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */.
|
|
2
|
-
const tiles = "
|
|
1
|
+
!function(){"use strict";try{if("undefined"!=typeof document){var e=document.createElement("style");e.appendChild(document.createTextNode('/*!\n * Copyright 2022 OneWelcome B.V.\n *\n * Licensed under the Apache License, Version 2.0 (the "License");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an "AS IS" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */.Tiles_tiles_EsL6T{display:grid;grid-gap:1rem;grid-template-columns:repeat(1,1fr)}@media screen and (min-width: 30em){.Tiles_tiles_EsL6T{grid-template-columns:repeat(auto-fit,minmax(14.5rem,1fr))}}')),document.head.appendChild(e)}}catch(n){console.error("vite-plugin-css-injected-by-js",n)}}();
|
|
2
|
+
const tiles = "Tiles_tiles_EsL6T";
|
|
3
3
|
const classes = {
|
|
4
4
|
tiles
|
|
5
5
|
};
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
!function(){"use strict";try{if("undefined"!=typeof document){var o=document.createElement("style");o.appendChild(document.createTextNode('.Tooltip_sr-
|
|
2
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t="
|
|
1
|
+
!function(){"use strict";try{if("undefined"!=typeof document){var o=document.createElement("style");o.appendChild(document.createTextNode('.Tooltip_sr-only_EsL6T{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.Tooltip_hidden_EsL6T{display:none}.Tooltip_slide-in_EsL6T{animation:Tooltip_slide-in_EsL6T .5s forwards}@media (prefers-reduced-motion: reduce){.Tooltip_slide-in_EsL6T{animation-duration:.1ms}}.Tooltip_slide-out_EsL6T{animation:Tooltip_slide-out_EsL6T .5s forwards}@media (prefers-reduced-motion: reduce){.Tooltip_slide-out_EsL6T{animation-duration:.1ms}}@keyframes Tooltip_slide-in_EsL6T{0%{transform:translateY(100vh)}to{transform:translateY(0)}}@keyframes Tooltip_slide-out_EsL6T{0%{transform:translateY(0)}to{transform:translateY(100vh)}}/*!\n * Copyright 2022 OneWelcome B.V.\n *\n * Licensed under the Apache License, Version 2.0 (the "License");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an "AS IS" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */.Tooltip_wrapper_EsL6T{display:flex;align-items:center}.Tooltip_tooltip-wrapper_EsL6T .Tooltip_icon_EsL6T{margin-left:.5rem;color:var(--greyed-out);transition-property:all;transition-duration:.2s;transition-timing-function:ease-in-out}@media (prefers-reduced-motion: reduce){.Tooltip_tooltip-wrapper_EsL6T .Tooltip_icon_EsL6T{transition-duration:.1ms}}.Tooltip_tooltip-wrapper_EsL6T .Tooltip_icon_EsL6T:hover{color:var(--default)}.Tooltip_tooltip-wrapper_EsL6T .Tooltip_icon_EsL6T.Tooltip_error_EsL6T{color:var(--error)}.Tooltip_tooltip_EsL6T{position:fixed;font-size:var(--font-size-sub);line-height:1.33;border-radius:.125rem;padding:.75rem;color:var(--light);max-width:20.625rem;opacity:0;transform:scale(0);transform-origin:center center;pointer-events:none;box-shadow:0 .0625rem .3125rem #0105324d;word-break:break-word;z-index:var(--tooltip-index);transition-property:opacity,transform;transition-duration:.2s;transition-timing-function:ease-in-out}@media (prefers-reduced-motion: reduce){.Tooltip_tooltip_EsL6T{transition-duration:.1ms}}.Tooltip_tooltip_EsL6T.Tooltip_black_EsL6T{background-color:var(--tooltip-background-color)}.Tooltip_tooltip_EsL6T.Tooltip_black_EsL6T.Tooltip_top_EsL6T:after{width:0;height:0;border-style:solid;border-width:.25rem;border-color:transparent;border-top-color:var(--tooltip-background-color);position:absolute;left:50%;right:initial;transform:translate(-50%);top:100%;border-bottom-width:0}.Tooltip_tooltip_EsL6T.Tooltip_black_EsL6T.Tooltip_top-start_EsL6T:after{width:0;height:0;border-style:solid;border-width:.25rem;border-color:transparent;border-top-color:var(--tooltip-background-color);position:absolute;right:.75rem;left:initial;top:100%;border-bottom-width:0}.Tooltip_tooltip_EsL6T.Tooltip_black_EsL6T.Tooltip_top-end_EsL6T:after{width:0;height:0;border-style:solid;border-width:.25rem;border-color:transparent;border-top-color:var(--tooltip-background-color);position:absolute;left:1rem;right:initial;top:100%;border-bottom-width:0}.Tooltip_tooltip_EsL6T.Tooltip_black_EsL6T.Tooltip_bottom_EsL6T:after{width:0;height:0;border-style:solid;border-width:.25rem;border-color:transparent;border-bottom-color:var(--tooltip-background-color);position:absolute;left:50%;right:initial;transform:translate(-50%);bottom:100%;border-top-width:0}.Tooltip_tooltip_EsL6T.Tooltip_black_EsL6T.Tooltip_bottom-start_EsL6T:after{width:0;height:0;border-style:solid;border-width:.25rem;border-color:transparent;border-bottom-color:var(--tooltip-background-color);position:absolute;right:.75rem;left:initial;bottom:100%;border-top-width:0}.Tooltip_tooltip_EsL6T.Tooltip_black_EsL6T.Tooltip_bottom-end_EsL6T:after{width:0;height:0;border-style:solid;border-width:.25rem;border-color:transparent;border-bottom-color:var(--tooltip-background-color);position:absolute;left:1rem;right:initial;bottom:100%;border-top-width:0}.Tooltip_tooltip_EsL6T.Tooltip_black_EsL6T.Tooltip_left_EsL6T:after{width:0;height:0;border-style:solid;border-width:.25rem;border-color:transparent;border-left-color:var(--tooltip-background-color);position:absolute;top:50%;bottom:initial;transform:translateY(-50%);left:100%;border-right-width:0}.Tooltip_tooltip_EsL6T.Tooltip_black_EsL6T.Tooltip_left-start_EsL6T:after{width:0;height:0;border-style:solid;border-width:.25rem;border-color:transparent;border-left-color:var(--tooltip-background-color);position:absolute;bottom:.9375rem;top:initial;left:100%;border-right-width:0}.Tooltip_tooltip_EsL6T.Tooltip_black_EsL6T.Tooltip_left-end_EsL6T:after{width:0;height:0;border-style:solid;border-width:.25rem;border-color:transparent;border-left-color:var(--tooltip-background-color);position:absolute;top:.875rem;bottom:initial;left:100%;border-right-width:0}.Tooltip_tooltip_EsL6T.Tooltip_black_EsL6T.Tooltip_right_EsL6T:after{width:0;height:0;border-style:solid;border-width:.25rem;border-color:transparent;border-right-color:var(--tooltip-background-color);position:absolute;top:50%;bottom:initial;transform:translateY(-50%);right:100%;border-left-width:0}.Tooltip_tooltip_EsL6T.Tooltip_black_EsL6T.Tooltip_right-start_EsL6T:after{width:0;height:0;border-style:solid;border-width:.25rem;border-color:transparent;border-right-color:var(--tooltip-background-color);position:absolute;bottom:.9375rem;top:initial;right:100%;border-left-width:0}.Tooltip_tooltip_EsL6T.Tooltip_black_EsL6T.Tooltip_right-end_EsL6T:after{width:0;height:0;border-style:solid;border-width:.25rem;border-color:transparent;border-right-color:var(--tooltip-background-color);position:absolute;top:.875rem;bottom:initial;right:100%;border-left-width:0}.Tooltip_tooltip_EsL6T.Tooltip_blue_EsL6T{background-color:var(--color-blue-grey500)}.Tooltip_tooltip_EsL6T.Tooltip_blue_EsL6T.Tooltip_top_EsL6T:after{width:0;height:0;border-style:solid;border-width:.25rem;border-color:transparent;border-top-color:var(--color-blue-grey500);position:absolute;left:50%;right:initial;transform:translate(-50%);top:100%;border-bottom-width:0}.Tooltip_tooltip_EsL6T.Tooltip_blue_EsL6T.Tooltip_top-start_EsL6T:after{width:0;height:0;border-style:solid;border-width:.25rem;border-color:transparent;border-top-color:var(--color-blue-grey500);position:absolute;right:.75rem;left:initial;top:100%;border-bottom-width:0}.Tooltip_tooltip_EsL6T.Tooltip_blue_EsL6T.Tooltip_top-end_EsL6T:after{width:0;height:0;border-style:solid;border-width:.25rem;border-color:transparent;border-top-color:var(--color-blue-grey500);position:absolute;left:1rem;right:initial;top:100%;border-bottom-width:0}.Tooltip_tooltip_EsL6T.Tooltip_blue_EsL6T.Tooltip_bottom_EsL6T:after{width:0;height:0;border-style:solid;border-width:.25rem;border-color:transparent;border-bottom-color:var(--color-blue-grey500);position:absolute;left:50%;right:initial;transform:translate(-50%);bottom:100%;border-top-width:0}.Tooltip_tooltip_EsL6T.Tooltip_blue_EsL6T.Tooltip_bottom-start_EsL6T:after{width:0;height:0;border-style:solid;border-width:.25rem;border-color:transparent;border-bottom-color:var(--color-blue-grey500);position:absolute;right:.75rem;left:initial;bottom:100%;border-top-width:0}.Tooltip_tooltip_EsL6T.Tooltip_blue_EsL6T.Tooltip_bottom-end_EsL6T:after{width:0;height:0;border-style:solid;border-width:.25rem;border-color:transparent;border-bottom-color:var(--color-blue-grey500);position:absolute;left:1rem;right:initial;bottom:100%;border-top-width:0}.Tooltip_tooltip_EsL6T.Tooltip_blue_EsL6T.Tooltip_left_EsL6T:after{width:0;height:0;border-style:solid;border-width:.25rem;border-color:transparent;border-left-color:var(--color-blue-grey500);position:absolute;top:50%;bottom:initial;transform:translateY(-50%);left:100%;border-right-width:0}.Tooltip_tooltip_EsL6T.Tooltip_blue_EsL6T.Tooltip_left-start_EsL6T:after{width:0;height:0;border-style:solid;border-width:.25rem;border-color:transparent;border-left-color:var(--color-blue-grey500);position:absolute;bottom:.9375rem;top:initial;left:100%;border-right-width:0}.Tooltip_tooltip_EsL6T.Tooltip_blue_EsL6T.Tooltip_left-end_EsL6T:after{width:0;height:0;border-style:solid;border-width:.25rem;border-color:transparent;border-left-color:var(--color-blue-grey500);position:absolute;top:.875rem;bottom:initial;left:100%;border-right-width:0}.Tooltip_tooltip_EsL6T.Tooltip_blue_EsL6T.Tooltip_right_EsL6T:after{width:0;height:0;border-style:solid;border-width:.25rem;border-color:transparent;border-right-color:var(--color-blue-grey500);position:absolute;top:50%;bottom:initial;transform:translateY(-50%);right:100%;border-left-width:0}.Tooltip_tooltip_EsL6T.Tooltip_blue_EsL6T.Tooltip_right-start_EsL6T:after{width:0;height:0;border-style:solid;border-width:.25rem;border-color:transparent;border-right-color:var(--color-blue-grey500);position:absolute;bottom:.9375rem;top:initial;right:100%;border-left-width:0}.Tooltip_tooltip_EsL6T.Tooltip_blue_EsL6T.Tooltip_right-end_EsL6T:after{width:0;height:0;border-style:solid;border-width:.25rem;border-color:transparent;border-right-color:var(--color-blue-grey500);position:absolute;top:.875rem;bottom:initial;right:100%;border-left-width:0}.Tooltip_tooltip_EsL6T:after{content:""}.Tooltip_tooltip_EsL6T.Tooltip_visible_EsL6T{opacity:1;transform:scale(1)}.Tooltip_label_EsL6T:focus-visible{outline:.0313rem dashed var(--color-primary)}.Tooltip_tooltip-title_EsL6T{font-weight:500;font-size:var(--font-size-form-label);line-height:1.43;display:block;margin-bottom:.25rem}')),document.head.appendChild(o)}}catch(t){console.error("vite-plugin-css-injected-by-js",t)}}();
|
|
2
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t="Tooltip_hidden_EsL6T",o="Tooltip_wrapper_EsL6T",l="Tooltip_icon_EsL6T",e="Tooltip_error_EsL6T",p="Tooltip_tooltip_EsL6T",i="Tooltip_black_EsL6T",s="Tooltip_top_EsL6T",r="Tooltip_bottom_EsL6T",_="Tooltip_left_EsL6T",T="Tooltip_right_EsL6T",E="Tooltip_blue_EsL6T",L="Tooltip_visible_EsL6T",a="Tooltip_label_EsL6T",d={"sr-only":"Tooltip_sr-only_EsL6T",hidden:t,"slide-in":"Tooltip_slide-in_EsL6T","slide-out":"Tooltip_slide-out_EsL6T",wrapper:o,"tooltip-wrapper":"Tooltip_tooltip-wrapper_EsL6T",icon:l,error:e,tooltip:p,black:i,top:s,"top-start":"Tooltip_top-start_EsL6T","top-end":"Tooltip_top-end_EsL6T",bottom:r,"bottom-start":"Tooltip_bottom-start_EsL6T","bottom-end":"Tooltip_bottom-end_EsL6T",left:_,"left-start":"Tooltip_left-start_EsL6T","left-end":"Tooltip_left-end_EsL6T",right:T,"right-start":"Tooltip_right-start_EsL6T","right-end":"Tooltip_right-end_EsL6T",blue:E,visible:L,label:a,"tooltip-title":"Tooltip_tooltip-title_EsL6T"};exports.black=i,exports.blue=E,exports.bottom=r,exports.default=d,exports.error=e,exports.hidden=t,exports.icon=l,exports.label=a,exports.left=_,exports.right=T,exports.tooltip=p,exports.top=s,exports.visible=L,exports.wrapper=o;
|
|
3
3
|
//# sourceMappingURL=Tooltip.module.scss.cjs.js.map
|
|
@@ -1,44 +1,44 @@
|
|
|
1
|
-
!function(){"use strict";try{if("undefined"!=typeof document){var o=document.createElement("style");o.appendChild(document.createTextNode('.Tooltip_sr-
|
|
2
|
-
const hidden = "
|
|
3
|
-
const wrapper = "
|
|
4
|
-
const icon = "
|
|
5
|
-
const error = "
|
|
6
|
-
const tooltip = "
|
|
7
|
-
const black = "
|
|
8
|
-
const top = "
|
|
9
|
-
const bottom = "
|
|
10
|
-
const left = "
|
|
11
|
-
const right = "
|
|
12
|
-
const blue = "
|
|
13
|
-
const visible = "
|
|
14
|
-
const label = "
|
|
1
|
+
!function(){"use strict";try{if("undefined"!=typeof document){var o=document.createElement("style");o.appendChild(document.createTextNode('.Tooltip_sr-only_EsL6T{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.Tooltip_hidden_EsL6T{display:none}.Tooltip_slide-in_EsL6T{animation:Tooltip_slide-in_EsL6T .5s forwards}@media (prefers-reduced-motion: reduce){.Tooltip_slide-in_EsL6T{animation-duration:.1ms}}.Tooltip_slide-out_EsL6T{animation:Tooltip_slide-out_EsL6T .5s forwards}@media (prefers-reduced-motion: reduce){.Tooltip_slide-out_EsL6T{animation-duration:.1ms}}@keyframes Tooltip_slide-in_EsL6T{0%{transform:translateY(100vh)}to{transform:translateY(0)}}@keyframes Tooltip_slide-out_EsL6T{0%{transform:translateY(0)}to{transform:translateY(100vh)}}/*!\n * Copyright 2022 OneWelcome B.V.\n *\n * Licensed under the Apache License, Version 2.0 (the "License");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an "AS IS" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */.Tooltip_wrapper_EsL6T{display:flex;align-items:center}.Tooltip_tooltip-wrapper_EsL6T .Tooltip_icon_EsL6T{margin-left:.5rem;color:var(--greyed-out);transition-property:all;transition-duration:.2s;transition-timing-function:ease-in-out}@media (prefers-reduced-motion: reduce){.Tooltip_tooltip-wrapper_EsL6T .Tooltip_icon_EsL6T{transition-duration:.1ms}}.Tooltip_tooltip-wrapper_EsL6T .Tooltip_icon_EsL6T:hover{color:var(--default)}.Tooltip_tooltip-wrapper_EsL6T .Tooltip_icon_EsL6T.Tooltip_error_EsL6T{color:var(--error)}.Tooltip_tooltip_EsL6T{position:fixed;font-size:var(--font-size-sub);line-height:1.33;border-radius:.125rem;padding:.75rem;color:var(--light);max-width:20.625rem;opacity:0;transform:scale(0);transform-origin:center center;pointer-events:none;box-shadow:0 .0625rem .3125rem #0105324d;word-break:break-word;z-index:var(--tooltip-index);transition-property:opacity,transform;transition-duration:.2s;transition-timing-function:ease-in-out}@media (prefers-reduced-motion: reduce){.Tooltip_tooltip_EsL6T{transition-duration:.1ms}}.Tooltip_tooltip_EsL6T.Tooltip_black_EsL6T{background-color:var(--tooltip-background-color)}.Tooltip_tooltip_EsL6T.Tooltip_black_EsL6T.Tooltip_top_EsL6T:after{width:0;height:0;border-style:solid;border-width:.25rem;border-color:transparent;border-top-color:var(--tooltip-background-color);position:absolute;left:50%;right:initial;transform:translate(-50%);top:100%;border-bottom-width:0}.Tooltip_tooltip_EsL6T.Tooltip_black_EsL6T.Tooltip_top-start_EsL6T:after{width:0;height:0;border-style:solid;border-width:.25rem;border-color:transparent;border-top-color:var(--tooltip-background-color);position:absolute;right:.75rem;left:initial;top:100%;border-bottom-width:0}.Tooltip_tooltip_EsL6T.Tooltip_black_EsL6T.Tooltip_top-end_EsL6T:after{width:0;height:0;border-style:solid;border-width:.25rem;border-color:transparent;border-top-color:var(--tooltip-background-color);position:absolute;left:1rem;right:initial;top:100%;border-bottom-width:0}.Tooltip_tooltip_EsL6T.Tooltip_black_EsL6T.Tooltip_bottom_EsL6T:after{width:0;height:0;border-style:solid;border-width:.25rem;border-color:transparent;border-bottom-color:var(--tooltip-background-color);position:absolute;left:50%;right:initial;transform:translate(-50%);bottom:100%;border-top-width:0}.Tooltip_tooltip_EsL6T.Tooltip_black_EsL6T.Tooltip_bottom-start_EsL6T:after{width:0;height:0;border-style:solid;border-width:.25rem;border-color:transparent;border-bottom-color:var(--tooltip-background-color);position:absolute;right:.75rem;left:initial;bottom:100%;border-top-width:0}.Tooltip_tooltip_EsL6T.Tooltip_black_EsL6T.Tooltip_bottom-end_EsL6T:after{width:0;height:0;border-style:solid;border-width:.25rem;border-color:transparent;border-bottom-color:var(--tooltip-background-color);position:absolute;left:1rem;right:initial;bottom:100%;border-top-width:0}.Tooltip_tooltip_EsL6T.Tooltip_black_EsL6T.Tooltip_left_EsL6T:after{width:0;height:0;border-style:solid;border-width:.25rem;border-color:transparent;border-left-color:var(--tooltip-background-color);position:absolute;top:50%;bottom:initial;transform:translateY(-50%);left:100%;border-right-width:0}.Tooltip_tooltip_EsL6T.Tooltip_black_EsL6T.Tooltip_left-start_EsL6T:after{width:0;height:0;border-style:solid;border-width:.25rem;border-color:transparent;border-left-color:var(--tooltip-background-color);position:absolute;bottom:.9375rem;top:initial;left:100%;border-right-width:0}.Tooltip_tooltip_EsL6T.Tooltip_black_EsL6T.Tooltip_left-end_EsL6T:after{width:0;height:0;border-style:solid;border-width:.25rem;border-color:transparent;border-left-color:var(--tooltip-background-color);position:absolute;top:.875rem;bottom:initial;left:100%;border-right-width:0}.Tooltip_tooltip_EsL6T.Tooltip_black_EsL6T.Tooltip_right_EsL6T:after{width:0;height:0;border-style:solid;border-width:.25rem;border-color:transparent;border-right-color:var(--tooltip-background-color);position:absolute;top:50%;bottom:initial;transform:translateY(-50%);right:100%;border-left-width:0}.Tooltip_tooltip_EsL6T.Tooltip_black_EsL6T.Tooltip_right-start_EsL6T:after{width:0;height:0;border-style:solid;border-width:.25rem;border-color:transparent;border-right-color:var(--tooltip-background-color);position:absolute;bottom:.9375rem;top:initial;right:100%;border-left-width:0}.Tooltip_tooltip_EsL6T.Tooltip_black_EsL6T.Tooltip_right-end_EsL6T:after{width:0;height:0;border-style:solid;border-width:.25rem;border-color:transparent;border-right-color:var(--tooltip-background-color);position:absolute;top:.875rem;bottom:initial;right:100%;border-left-width:0}.Tooltip_tooltip_EsL6T.Tooltip_blue_EsL6T{background-color:var(--color-blue-grey500)}.Tooltip_tooltip_EsL6T.Tooltip_blue_EsL6T.Tooltip_top_EsL6T:after{width:0;height:0;border-style:solid;border-width:.25rem;border-color:transparent;border-top-color:var(--color-blue-grey500);position:absolute;left:50%;right:initial;transform:translate(-50%);top:100%;border-bottom-width:0}.Tooltip_tooltip_EsL6T.Tooltip_blue_EsL6T.Tooltip_top-start_EsL6T:after{width:0;height:0;border-style:solid;border-width:.25rem;border-color:transparent;border-top-color:var(--color-blue-grey500);position:absolute;right:.75rem;left:initial;top:100%;border-bottom-width:0}.Tooltip_tooltip_EsL6T.Tooltip_blue_EsL6T.Tooltip_top-end_EsL6T:after{width:0;height:0;border-style:solid;border-width:.25rem;border-color:transparent;border-top-color:var(--color-blue-grey500);position:absolute;left:1rem;right:initial;top:100%;border-bottom-width:0}.Tooltip_tooltip_EsL6T.Tooltip_blue_EsL6T.Tooltip_bottom_EsL6T:after{width:0;height:0;border-style:solid;border-width:.25rem;border-color:transparent;border-bottom-color:var(--color-blue-grey500);position:absolute;left:50%;right:initial;transform:translate(-50%);bottom:100%;border-top-width:0}.Tooltip_tooltip_EsL6T.Tooltip_blue_EsL6T.Tooltip_bottom-start_EsL6T:after{width:0;height:0;border-style:solid;border-width:.25rem;border-color:transparent;border-bottom-color:var(--color-blue-grey500);position:absolute;right:.75rem;left:initial;bottom:100%;border-top-width:0}.Tooltip_tooltip_EsL6T.Tooltip_blue_EsL6T.Tooltip_bottom-end_EsL6T:after{width:0;height:0;border-style:solid;border-width:.25rem;border-color:transparent;border-bottom-color:var(--color-blue-grey500);position:absolute;left:1rem;right:initial;bottom:100%;border-top-width:0}.Tooltip_tooltip_EsL6T.Tooltip_blue_EsL6T.Tooltip_left_EsL6T:after{width:0;height:0;border-style:solid;border-width:.25rem;border-color:transparent;border-left-color:var(--color-blue-grey500);position:absolute;top:50%;bottom:initial;transform:translateY(-50%);left:100%;border-right-width:0}.Tooltip_tooltip_EsL6T.Tooltip_blue_EsL6T.Tooltip_left-start_EsL6T:after{width:0;height:0;border-style:solid;border-width:.25rem;border-color:transparent;border-left-color:var(--color-blue-grey500);position:absolute;bottom:.9375rem;top:initial;left:100%;border-right-width:0}.Tooltip_tooltip_EsL6T.Tooltip_blue_EsL6T.Tooltip_left-end_EsL6T:after{width:0;height:0;border-style:solid;border-width:.25rem;border-color:transparent;border-left-color:var(--color-blue-grey500);position:absolute;top:.875rem;bottom:initial;left:100%;border-right-width:0}.Tooltip_tooltip_EsL6T.Tooltip_blue_EsL6T.Tooltip_right_EsL6T:after{width:0;height:0;border-style:solid;border-width:.25rem;border-color:transparent;border-right-color:var(--color-blue-grey500);position:absolute;top:50%;bottom:initial;transform:translateY(-50%);right:100%;border-left-width:0}.Tooltip_tooltip_EsL6T.Tooltip_blue_EsL6T.Tooltip_right-start_EsL6T:after{width:0;height:0;border-style:solid;border-width:.25rem;border-color:transparent;border-right-color:var(--color-blue-grey500);position:absolute;bottom:.9375rem;top:initial;right:100%;border-left-width:0}.Tooltip_tooltip_EsL6T.Tooltip_blue_EsL6T.Tooltip_right-end_EsL6T:after{width:0;height:0;border-style:solid;border-width:.25rem;border-color:transparent;border-right-color:var(--color-blue-grey500);position:absolute;top:.875rem;bottom:initial;right:100%;border-left-width:0}.Tooltip_tooltip_EsL6T:after{content:""}.Tooltip_tooltip_EsL6T.Tooltip_visible_EsL6T{opacity:1;transform:scale(1)}.Tooltip_label_EsL6T:focus-visible{outline:.0313rem dashed var(--color-primary)}.Tooltip_tooltip-title_EsL6T{font-weight:500;font-size:var(--font-size-form-label);line-height:1.43;display:block;margin-bottom:.25rem}')),document.head.appendChild(o)}}catch(t){console.error("vite-plugin-css-injected-by-js",t)}}();
|
|
2
|
+
const hidden = "Tooltip_hidden_EsL6T";
|
|
3
|
+
const wrapper = "Tooltip_wrapper_EsL6T";
|
|
4
|
+
const icon = "Tooltip_icon_EsL6T";
|
|
5
|
+
const error = "Tooltip_error_EsL6T";
|
|
6
|
+
const tooltip = "Tooltip_tooltip_EsL6T";
|
|
7
|
+
const black = "Tooltip_black_EsL6T";
|
|
8
|
+
const top = "Tooltip_top_EsL6T";
|
|
9
|
+
const bottom = "Tooltip_bottom_EsL6T";
|
|
10
|
+
const left = "Tooltip_left_EsL6T";
|
|
11
|
+
const right = "Tooltip_right_EsL6T";
|
|
12
|
+
const blue = "Tooltip_blue_EsL6T";
|
|
13
|
+
const visible = "Tooltip_visible_EsL6T";
|
|
14
|
+
const label = "Tooltip_label_EsL6T";
|
|
15
15
|
const classes = {
|
|
16
|
-
"sr-only": "Tooltip_sr-
|
|
16
|
+
"sr-only": "Tooltip_sr-only_EsL6T",
|
|
17
17
|
hidden,
|
|
18
|
-
"slide-in": "Tooltip_slide-
|
|
19
|
-
"slide-out": "Tooltip_slide-
|
|
18
|
+
"slide-in": "Tooltip_slide-in_EsL6T",
|
|
19
|
+
"slide-out": "Tooltip_slide-out_EsL6T",
|
|
20
20
|
wrapper,
|
|
21
|
-
"tooltip-wrapper": "Tooltip_tooltip-
|
|
21
|
+
"tooltip-wrapper": "Tooltip_tooltip-wrapper_EsL6T",
|
|
22
22
|
icon,
|
|
23
23
|
error,
|
|
24
24
|
tooltip,
|
|
25
25
|
black,
|
|
26
26
|
top,
|
|
27
|
-
"top-start": "Tooltip_top-
|
|
28
|
-
"top-end": "Tooltip_top-
|
|
27
|
+
"top-start": "Tooltip_top-start_EsL6T",
|
|
28
|
+
"top-end": "Tooltip_top-end_EsL6T",
|
|
29
29
|
bottom,
|
|
30
|
-
"bottom-start": "Tooltip_bottom-
|
|
31
|
-
"bottom-end": "Tooltip_bottom-
|
|
30
|
+
"bottom-start": "Tooltip_bottom-start_EsL6T",
|
|
31
|
+
"bottom-end": "Tooltip_bottom-end_EsL6T",
|
|
32
32
|
left,
|
|
33
|
-
"left-start": "Tooltip_left-
|
|
34
|
-
"left-end": "Tooltip_left-
|
|
33
|
+
"left-start": "Tooltip_left-start_EsL6T",
|
|
34
|
+
"left-end": "Tooltip_left-end_EsL6T",
|
|
35
35
|
right,
|
|
36
|
-
"right-start": "Tooltip_right-
|
|
37
|
-
"right-end": "Tooltip_right-
|
|
36
|
+
"right-start": "Tooltip_right-start_EsL6T",
|
|
37
|
+
"right-end": "Tooltip_right-end_EsL6T",
|
|
38
38
|
blue,
|
|
39
39
|
visible,
|
|
40
40
|
label,
|
|
41
|
-
"tooltip-title": "Tooltip_tooltip-
|
|
41
|
+
"tooltip-title": "Tooltip_tooltip-title_EsL6T"
|
|
42
42
|
};
|
|
43
43
|
export {
|
|
44
44
|
black,
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
!function(){"use strict";try{if("undefined"!=typeof document){var t=document.createElement("style");t.appendChild(document.createTextNode('.Typography_sr-
|
|
2
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const y="
|
|
1
|
+
!function(){"use strict";try{if("undefined"!=typeof document){var t=document.createElement("style");t.appendChild(document.createTextNode('.Typography_sr-only_EsL6T{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.Typography_hidden_EsL6T{display:none}.Typography_slide-in_EsL6T{animation:Typography_slide-in_EsL6T .5s forwards}@media (prefers-reduced-motion: reduce){.Typography_slide-in_EsL6T{animation-duration:.1ms}}.Typography_slide-out_EsL6T{animation:Typography_slide-out_EsL6T .5s forwards}@media (prefers-reduced-motion: reduce){.Typography_slide-out_EsL6T{animation-duration:.1ms}}@keyframes Typography_slide-in_EsL6T{0%{transform:translateY(100vh)}to{transform:translateY(0)}}@keyframes Typography_slide-out_EsL6T{0%{transform:translateY(0)}to{transform:translateY(100vh)}}/*!\n * Copyright 2022 OneWelcome B.V.\n *\n * Licensed under the Apache License, Version 2.0 (the "License");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an "AS IS" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */.Typography_typography_style_h1_EsL6T{font-family:var(--font-family);font-size:var(--font-size-h1);font-style:normal;font-variant:normal;line-height:1.2;font-weight:700;text-transform:none;letter-spacing:0;color:var(--font-color-h1);margin:0 0 calc(1 * var(--font-size)) 0}.Typography_typography_style_h2_EsL6T{font-family:var(--font-family);font-size:var(--font-size-h2);font-style:normal;font-variant:normal;line-height:1.42857;font-weight:700;text-transform:none;letter-spacing:0;color:var(--font-color-h2);margin:0 0 calc(1 * var(--font-size)) 0}.Typography_typography_style_h3_EsL6T{font-family:var(--font-family);font-size:var(--font-size-h3);font-style:normal;font-variant:normal;line-height:1.16666;font-weight:500;text-transform:none;letter-spacing:0;color:var(--font-color-h3);margin:0 0 calc(1 * var(--font-size)) 0}.Typography_typography_style_h4_EsL6T{font-family:var(--font-family);font-size:var(--font-size-h4);font-style:normal;font-variant:normal;line-height:1.2;font-weight:500;text-transform:none;letter-spacing:0;color:var(--font-color-h4);margin:0 0 calc(1 * var(--font-size)) 0}.Typography_typography_style_body_EsL6T{font-family:var(--font-family);font-size:var(--font-size);font-style:normal;font-variant:normal;line-height:var(--default-line-height);font-weight:400;text-transform:none;letter-spacing:0;color:var(--font-color-body);margin:0 0 calc(1 * var(--font-size)) 0}.Typography_typography_style_body-bold_EsL6T{font-family:var(--font-family);font-size:var(--font-size);font-style:normal;font-variant:normal;line-height:var(--default-line-height);font-weight:700;text-transform:none;letter-spacing:0;color:var(--font-color-body);margin:0 0 calc(1 * var(--font-size)) 0}.Typography_typography_style_sub-text_EsL6T{font-family:var(--font-family);font-size:var(--font-size-sub);font-style:normal;font-variant:normal;line-height:var(--font-size);font-weight:400;text-transform:none;letter-spacing:0;color:var(--font-color-h4);margin:0 0 calc(1 * var(--font-size)) 0}.Typography_typography_style_code_EsL6T{font-family:var(--font-family-code);font-size:var(--font-size-code);font-style:normal;font-variant:normal;line-height:1.5;font-weight:400;text-transform:none;letter-spacing:0;color:var(--font-color-code);margin:0 0 calc(1 * var(--font-size)) 0}')),document.head.appendChild(t)}}catch(n){console.error("vite-plugin-css-injected-by-js",n)}}();
|
|
2
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const y="Typography_hidden_EsL6T",p="Typography_typography_style_h1_EsL6T",_="Typography_typography_style_h2_EsL6T",t="Typography_typography_style_h3_EsL6T",o="Typography_typography_style_h4_EsL6T",s="Typography_typography_style_body_EsL6T",e="Typography_typography_style_code_EsL6T",h={"sr-only":"Typography_sr-only_EsL6T",hidden:y,"slide-in":"Typography_slide-in_EsL6T","slide-out":"Typography_slide-out_EsL6T",typography_style_h1:p,typography_style_h2:_,typography_style_h3:t,typography_style_h4:o,typography_style_body:s,"typography_style_body-bold":"Typography_typography_style_body-bold_EsL6T","typography_style_sub-text":"Typography_typography_style_sub-text_EsL6T",typography_style_code:e};exports.default=h,exports.hidden=y,exports.typography_style_body=s,exports.typography_style_code=e,exports.typography_style_h1=p,exports.typography_style_h2=_,exports.typography_style_h3=t,exports.typography_style_h4=o;
|
|
3
3
|
//# sourceMappingURL=Typography.module.scss.cjs.js.map
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
!function(){"use strict";try{if("undefined"!=typeof document){var t=document.createElement("style");t.appendChild(document.createTextNode('.Typography_sr-
|
|
2
|
-
const hidden = "
|
|
3
|
-
const typography_style_h1 = "
|
|
4
|
-
const typography_style_h2 = "
|
|
5
|
-
const typography_style_h3 = "
|
|
6
|
-
const typography_style_h4 = "
|
|
7
|
-
const typography_style_body = "
|
|
8
|
-
const typography_style_code = "
|
|
1
|
+
!function(){"use strict";try{if("undefined"!=typeof document){var t=document.createElement("style");t.appendChild(document.createTextNode('.Typography_sr-only_EsL6T{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.Typography_hidden_EsL6T{display:none}.Typography_slide-in_EsL6T{animation:Typography_slide-in_EsL6T .5s forwards}@media (prefers-reduced-motion: reduce){.Typography_slide-in_EsL6T{animation-duration:.1ms}}.Typography_slide-out_EsL6T{animation:Typography_slide-out_EsL6T .5s forwards}@media (prefers-reduced-motion: reduce){.Typography_slide-out_EsL6T{animation-duration:.1ms}}@keyframes Typography_slide-in_EsL6T{0%{transform:translateY(100vh)}to{transform:translateY(0)}}@keyframes Typography_slide-out_EsL6T{0%{transform:translateY(0)}to{transform:translateY(100vh)}}/*!\n * Copyright 2022 OneWelcome B.V.\n *\n * Licensed under the Apache License, Version 2.0 (the "License");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an "AS IS" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */.Typography_typography_style_h1_EsL6T{font-family:var(--font-family);font-size:var(--font-size-h1);font-style:normal;font-variant:normal;line-height:1.2;font-weight:700;text-transform:none;letter-spacing:0;color:var(--font-color-h1);margin:0 0 calc(1 * var(--font-size)) 0}.Typography_typography_style_h2_EsL6T{font-family:var(--font-family);font-size:var(--font-size-h2);font-style:normal;font-variant:normal;line-height:1.42857;font-weight:700;text-transform:none;letter-spacing:0;color:var(--font-color-h2);margin:0 0 calc(1 * var(--font-size)) 0}.Typography_typography_style_h3_EsL6T{font-family:var(--font-family);font-size:var(--font-size-h3);font-style:normal;font-variant:normal;line-height:1.16666;font-weight:500;text-transform:none;letter-spacing:0;color:var(--font-color-h3);margin:0 0 calc(1 * var(--font-size)) 0}.Typography_typography_style_h4_EsL6T{font-family:var(--font-family);font-size:var(--font-size-h4);font-style:normal;font-variant:normal;line-height:1.2;font-weight:500;text-transform:none;letter-spacing:0;color:var(--font-color-h4);margin:0 0 calc(1 * var(--font-size)) 0}.Typography_typography_style_body_EsL6T{font-family:var(--font-family);font-size:var(--font-size);font-style:normal;font-variant:normal;line-height:var(--default-line-height);font-weight:400;text-transform:none;letter-spacing:0;color:var(--font-color-body);margin:0 0 calc(1 * var(--font-size)) 0}.Typography_typography_style_body-bold_EsL6T{font-family:var(--font-family);font-size:var(--font-size);font-style:normal;font-variant:normal;line-height:var(--default-line-height);font-weight:700;text-transform:none;letter-spacing:0;color:var(--font-color-body);margin:0 0 calc(1 * var(--font-size)) 0}.Typography_typography_style_sub-text_EsL6T{font-family:var(--font-family);font-size:var(--font-size-sub);font-style:normal;font-variant:normal;line-height:var(--font-size);font-weight:400;text-transform:none;letter-spacing:0;color:var(--font-color-h4);margin:0 0 calc(1 * var(--font-size)) 0}.Typography_typography_style_code_EsL6T{font-family:var(--font-family-code);font-size:var(--font-size-code);font-style:normal;font-variant:normal;line-height:1.5;font-weight:400;text-transform:none;letter-spacing:0;color:var(--font-color-code);margin:0 0 calc(1 * var(--font-size)) 0}')),document.head.appendChild(t)}}catch(n){console.error("vite-plugin-css-injected-by-js",n)}}();
|
|
2
|
+
const hidden = "Typography_hidden_EsL6T";
|
|
3
|
+
const typography_style_h1 = "Typography_typography_style_h1_EsL6T";
|
|
4
|
+
const typography_style_h2 = "Typography_typography_style_h2_EsL6T";
|
|
5
|
+
const typography_style_h3 = "Typography_typography_style_h3_EsL6T";
|
|
6
|
+
const typography_style_h4 = "Typography_typography_style_h4_EsL6T";
|
|
7
|
+
const typography_style_body = "Typography_typography_style_body_EsL6T";
|
|
8
|
+
const typography_style_code = "Typography_typography_style_code_EsL6T";
|
|
9
9
|
const classes = {
|
|
10
|
-
"sr-only": "Typography_sr-
|
|
10
|
+
"sr-only": "Typography_sr-only_EsL6T",
|
|
11
11
|
hidden,
|
|
12
|
-
"slide-in": "Typography_slide-
|
|
13
|
-
"slide-out": "Typography_slide-
|
|
12
|
+
"slide-in": "Typography_slide-in_EsL6T",
|
|
13
|
+
"slide-out": "Typography_slide-out_EsL6T",
|
|
14
14
|
typography_style_h1,
|
|
15
15
|
typography_style_h2,
|
|
16
16
|
typography_style_h3,
|
|
17
17
|
typography_style_h4,
|
|
18
18
|
typography_style_body,
|
|
19
|
-
"typography_style_body-bold": "Typography_typography_style_body-
|
|
20
|
-
"typography_style_sub-text": "Typography_typography_style_sub-
|
|
19
|
+
"typography_style_body-bold": "Typography_typography_style_body-bold_EsL6T",
|
|
20
|
+
"typography_style_sub-text": "Typography_typography_style_sub-text_EsL6T",
|
|
21
21
|
typography_style_code
|
|
22
22
|
};
|
|
23
23
|
export {
|