@paperless/core 0.1.0-alpha.16 → 0.1.0-alpha.161
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/CHANGELOG.md +1479 -0
- package/README.md +1 -1
- package/dist/assets/i18n/page-size-select.i18n.en.json +4 -0
- package/dist/assets/i18n/page-size-select.i18n.nl.json +4 -0
- package/dist/assets/i18n/table-footer.i18n.en.json +3 -0
- package/dist/assets/i18n/table-footer.i18n.nl.json +3 -0
- package/dist/assets/i18n/table-header.i18n.en.json +6 -0
- package/dist/assets/i18n/table-header.i18n.nl.json +6 -0
- package/dist/assets/icons/camera.svg +10 -0
- package/dist/assets/icons/checklist.svg +17 -0
- package/dist/assets/icons/folder.svg +19 -0
- package/dist/assets/icons/integration.svg +17 -0
- package/dist/assets/icons/menu.svg +25 -0
- package/dist/assets/icons/more.svg +18 -0
- package/dist/assets/icons/signout.svg +23 -0
- package/dist/assets/icons/switch.svg +20 -0
- package/dist/assets/icons/task.svg +17 -0
- package/dist/assets/icons/template.svg +17 -0
- package/dist/assets/illustrations/e-mail.svg +1 -0
- package/dist/build/index.esm.js +1 -0
- package/dist/build/p-04b7fb67.entry.js +1 -0
- package/dist/build/p-08ff155d.entry.js +1 -0
- package/dist/build/p-09ea2a1a.js +1 -0
- package/dist/build/p-0ca1b35a.entry.js +1 -0
- package/dist/build/p-0cf8e23a.entry.js +1 -0
- package/dist/build/p-11275959.entry.js +1 -0
- package/dist/build/p-13b56212.entry.js +1 -0
- package/dist/build/p-197c58f1.entry.js +1 -0
- package/dist/build/p-1d160328.entry.js +1 -0
- package/dist/build/p-2323b234.entry.js +1 -0
- package/dist/build/p-3ef5e549.js +1 -0
- package/dist/build/p-4f7152f2.entry.js +1 -0
- package/dist/build/p-5d768271.entry.js +1 -0
- package/dist/build/p-5f233f4b.entry.js +1 -0
- package/dist/build/p-66b0c60c.entry.js +1 -0
- package/dist/build/p-677d0647.entry.js +1 -0
- package/dist/build/p-6c60fd3d.js +1 -0
- package/dist/build/p-721d414a.entry.js +1 -0
- package/dist/build/p-759b427a.entry.js +1 -0
- package/dist/build/p-7febed77.entry.js +1 -0
- package/dist/build/p-83b95dd4.entry.js +1 -0
- package/dist/build/p-8a6728d5.js +1 -0
- package/dist/build/{p-8501ba07.entry.js → p-954e3737.entry.js} +1 -1
- package/dist/build/p-a7086ffa.js +1 -0
- package/dist/build/p-a81035d0.js +2 -0
- package/dist/build/p-b12f4b10.entry.js +1 -0
- package/dist/build/p-b2596561.entry.js +1 -0
- package/dist/build/p-b2edfc61.entry.js +1 -0
- package/dist/build/p-b74773de.entry.js +1 -0
- package/dist/build/p-cfe0f01b.entry.js +1 -0
- package/dist/build/p-d2c6ba5f.entry.js +1 -0
- package/dist/build/p-df66367d.entry.js +1 -0
- package/dist/build/p-e2407e98.entry.js +1 -0
- package/dist/build/p-e633010e.entry.js +1 -0
- package/dist/build/p-ed08c398.entry.js +1 -0
- package/dist/build/p-f8fa3f28.entry.js +1 -0
- package/dist/build/p-f9d3bcb7.entry.js +1 -0
- package/dist/build/p-fc299f0f.entry.js +1 -0
- package/dist/build/paperless.css +315 -20
- package/dist/build/paperless.esm.js +1 -1
- package/dist/cjs/child-of-e472f812.js +9 -0
- package/dist/cjs/constants-a4459ec9.js +7 -0
- package/dist/cjs/{index-a46a39a5.js → index-16bca782.js} +190 -5
- package/dist/cjs/index.cjs.js +12 -0
- package/dist/cjs/loader.cjs.js +3 -3
- package/dist/cjs/localization-9c989018.js +60 -0
- package/dist/cjs/object-get-by-path-6dc21ed5.js +12 -0
- package/dist/cjs/p-accordion.cjs.entry.js +42 -0
- package/dist/cjs/p-avatar-group.cjs.entry.js +19 -0
- package/dist/cjs/p-avatar.cjs.entry.js +19 -5
- package/dist/cjs/p-button_3.cjs.entry.js +337 -65
- package/dist/cjs/p-card-body.cjs.entry.js +23 -0
- package/dist/cjs/p-card-container.cjs.entry.js +27 -0
- package/dist/cjs/p-card-header.cjs.entry.js +24 -0
- package/dist/cjs/p-content-slider.cjs.entry.js +221 -0
- package/dist/cjs/p-counter.cjs.entry.js +11 -3
- package/dist/cjs/p-divider.cjs.entry.js +6 -3
- package/dist/cjs/p-dropdown-menu-item_4.cjs.entry.js +268 -0
- package/dist/cjs/p-dropdown_2.cjs.entry.js +163 -0
- package/dist/cjs/p-helper_5.cjs.entry.js +138 -0
- package/dist/cjs/p-illustration.cjs.entry.js +5 -2
- package/dist/cjs/p-info-panel.cjs.entry.js +2 -2
- package/dist/cjs/p-layout.cjs.entry.js +23 -0
- package/dist/cjs/p-modal-backdrop_5.cjs.entry.js +101 -0
- package/dist/cjs/p-modal.cjs.entry.js +48 -0
- package/dist/cjs/p-navbar.cjs.entry.js +34 -0
- package/dist/cjs/p-navigation-item.cjs.entry.js +23 -0
- package/dist/cjs/p-profile.cjs.entry.js +49 -0
- package/dist/cjs/p-slider-indicator.cjs.entry.js +23 -0
- package/dist/cjs/p-status.cjs.entry.js +49 -0
- package/dist/cjs/p-stepper-item_2.cjs.entry.js +56 -0
- package/dist/cjs/p-stepper.cjs.entry.js +71 -0
- package/dist/cjs/p-tab-group.cjs.entry.js +19 -0
- package/dist/cjs/p-tab-item.cjs.entry.js +23 -0
- package/dist/cjs/p-table-body.cjs.entry.js +19 -0
- package/dist/cjs/p-table-container_4.cjs.entry.js +1075 -0
- package/dist/cjs/p-table-definition.cjs.entry.js +36 -0
- package/dist/cjs/p-table.cjs.entry.js +422 -0
- package/dist/cjs/p-tooltip.cjs.entry.js +35 -1807
- package/dist/cjs/paperless.cjs.js +3 -3
- package/dist/cjs/popper-e0c4ed4c.js +1790 -0
- package/dist/collection/assets/icons/camera.svg +10 -0
- package/dist/collection/assets/icons/checklist.svg +17 -0
- package/dist/collection/assets/icons/folder.svg +19 -0
- package/dist/collection/assets/icons/integration.svg +17 -0
- package/dist/collection/assets/icons/menu.svg +25 -0
- package/dist/collection/assets/icons/more.svg +18 -0
- package/dist/collection/assets/icons/signout.svg +23 -0
- package/dist/collection/assets/icons/switch.svg +20 -0
- package/dist/collection/assets/icons/task.svg +17 -0
- package/dist/collection/assets/icons/template.svg +17 -0
- package/dist/collection/assets/illustrations/e-mail.svg +1 -0
- package/dist/collection/collection-manifest.json +40 -2
- package/dist/collection/components/atoms/avatar/avatar.component.css +13 -20
- package/dist/collection/components/atoms/avatar/avatar.component.js +21 -7
- package/dist/collection/components/atoms/avatar-group/avatar-group.component.css +18 -0
- package/dist/collection/components/atoms/avatar-group/avatar-group.component.js +36 -0
- package/dist/collection/components/atoms/button/button.component.css +60 -23
- package/dist/collection/components/atoms/button/button.component.js +133 -11
- package/dist/collection/components/atoms/card-body/card-body.component.css +9 -0
- package/dist/collection/components/atoms/card-body/card-body.component.js +40 -0
- package/dist/collection/components/atoms/card-container/card-container.component.css +17 -0
- package/dist/collection/components/atoms/card-container/card-container.component.js +63 -0
- package/dist/collection/components/atoms/card-header/card-header.component.css +17 -0
- package/dist/collection/components/atoms/card-header/card-header.component.js +61 -0
- package/dist/collection/components/atoms/counter/counter.component.css +26 -1
- package/dist/collection/components/atoms/counter/counter.component.js +50 -2
- package/dist/collection/components/atoms/divider/divider.component.css +9 -2
- package/dist/collection/components/atoms/divider/divider.component.js +8 -2
- package/dist/collection/components/atoms/dropdown-menu-container/dropdown-menu-container.component.css +6 -0
- package/dist/collection/components/atoms/dropdown-menu-container/dropdown-menu-container.component.js +14 -0
- package/dist/collection/components/atoms/dropdown-menu-item/dropdown-menu-item.component.css +13 -0
- package/dist/collection/components/atoms/dropdown-menu-item/dropdown-menu-item.component.js +64 -0
- package/dist/collection/components/atoms/helper/helper.component.css +1 -1
- package/dist/collection/components/atoms/helper/helper.component.js +33 -2
- package/dist/collection/components/atoms/icon/icon.component.css +1 -0
- package/dist/collection/components/atoms/icon/icon.component.js +62 -13
- package/dist/collection/components/atoms/illustration/illustration.component.js +1 -1
- package/dist/collection/components/atoms/info-panel/info-panel.component.css +1 -1
- package/dist/collection/components/atoms/layout/layout.component.css +73 -0
- package/dist/collection/components/atoms/layout/layout.component.js +47 -0
- package/dist/collection/components/atoms/loader/loader.component.css +30 -9
- package/dist/collection/components/atoms/loader/loader.component.js +9 -5
- package/dist/collection/components/atoms/modal-backdrop/modal-backdrop.component.css +7 -0
- package/dist/collection/components/atoms/modal-backdrop/modal-backdrop.component.js +15 -0
- package/dist/collection/components/atoms/modal-body/modal-body.component.css +7 -0
- package/dist/collection/components/atoms/modal-body/modal-body.component.js +41 -0
- package/dist/collection/components/atoms/modal-container/modal-container.component.css +6 -0
- package/dist/collection/components/atoms/modal-container/modal-container.component.js +53 -0
- package/dist/collection/components/atoms/modal-footer/modal-footer.component.css +8 -0
- package/dist/collection/components/atoms/modal-footer/modal-footer.component.js +42 -0
- package/dist/collection/components/atoms/modal-header/modal-header.component.css +16 -0
- package/dist/collection/components/atoms/modal-header/modal-header.component.js +64 -0
- package/dist/collection/components/atoms/pagination-item/pagination-item.component.css +1 -1
- package/dist/collection/components/atoms/segment-container/segment-container.component.css +5 -0
- package/dist/collection/components/atoms/segment-container/segment-container.component.js +14 -0
- package/dist/collection/components/atoms/segment-item/segment-item.component.css +21 -0
- package/dist/collection/components/atoms/segment-item/segment-item.component.js +112 -0
- package/dist/collection/components/atoms/slider-indicator/slider-indicator.component.css +7 -0
- package/dist/collection/components/atoms/slider-indicator/slider-indicator.component.js +40 -0
- package/dist/collection/components/atoms/status/status.component.css +16 -0
- package/dist/collection/components/atoms/status/status.component.js +133 -0
- package/dist/collection/components/atoms/stepper-item/stepper-item.component.css +59 -0
- package/dist/collection/components/atoms/stepper-item/stepper-item.component.js +109 -0
- package/dist/collection/components/atoms/stepper-line/stepper-line.component.css +18 -0
- package/dist/collection/components/atoms/stepper-line/stepper-line.component.js +62 -0
- package/dist/collection/components/atoms/tab-group/tab-group.component.css +9 -0
- package/dist/collection/components/atoms/tab-group/tab-group.component.js +17 -0
- package/dist/collection/components/atoms/tab-item/tab-item.component.css +10 -0
- package/dist/collection/components/atoms/tab-item/tab-item.component.js +41 -0
- package/dist/collection/components/atoms/table-body/table-body.component.css +3 -0
- package/dist/collection/components/atoms/table-body/table-body.component.js +15 -0
- package/dist/collection/components/atoms/table-container/table-container.component.css +5 -0
- package/dist/collection/components/atoms/table-container/table-container.component.js +15 -0
- package/dist/collection/components/atoms/tag/tag.component.css +51 -0
- package/dist/collection/components/atoms/tag/tag.component.js +64 -0
- package/dist/collection/components/atoms/tooltip/tooltip.component.css +19 -13
- package/dist/collection/components/atoms/tooltip/tooltip.component.js +77 -24
- package/dist/collection/components/helpers/table-definition/table-definition.component.js +161 -0
- package/dist/collection/components/molecules/accordion/accordion.component.css +3 -0
- package/dist/collection/components/molecules/accordion/accordion.component.js +133 -0
- package/dist/collection/components/molecules/content-slider/content-slider.component.css +44 -0
- package/dist/collection/components/molecules/content-slider/content-slider.component.js +322 -0
- package/dist/collection/components/molecules/dropdown/dropdown.component.css +12 -0
- package/dist/collection/components/molecules/dropdown/dropdown.component.js +310 -0
- package/dist/collection/components/molecules/input-group/input-group.component.css +306 -0
- package/dist/collection/components/molecules/input-group/input-group.component.js +295 -0
- package/dist/collection/components/molecules/navigation-item/navigation-item.component.css +22 -0
- package/dist/collection/components/molecules/navigation-item/navigation-item.component.js +118 -0
- package/dist/collection/components/molecules/page-size-select/constants.js +2 -0
- package/dist/collection/components/molecules/page-size-select/page-size-select.component.js +217 -0
- package/dist/collection/components/molecules/pagination/pagination.component.css +1 -1
- package/dist/collection/components/molecules/pagination/pagination.component.js +29 -3
- package/dist/collection/components/molecules/profile/profile.component.css +60 -0
- package/dist/collection/components/molecules/profile/profile.component.js +95 -0
- package/dist/collection/components/molecules/stepper/stepper.component.css +12 -0
- package/dist/collection/components/molecules/stepper/stepper.component.js +106 -0
- package/dist/collection/components/molecules/table-footer/table-footer.component.css +30 -0
- package/dist/collection/components/molecules/table-footer/table-footer.component.js +268 -0
- package/dist/collection/components/molecules/table-header/table-header.component.css +16 -0
- package/dist/collection/components/molecules/table-header/table-header.component.js +370 -0
- package/dist/collection/components/molecules/table-row/table-row.component.css +21 -0
- package/dist/collection/components/molecules/table-row/table-row.component.js +67 -0
- package/dist/collection/components/organisms/modal/modal.component.js +175 -0
- package/dist/collection/components/organisms/navbar/navbar.component.css +59 -0
- package/dist/collection/components/organisms/navbar/navbar.component.js +99 -0
- package/dist/collection/components/organisms/table/table.component.css +3 -0
- package/dist/collection/components/organisms/table/table.component.js +1070 -0
- package/dist/collection/index.js +2 -1
- package/dist/collection/tailwind/animation.js +17 -0
- package/dist/collection/tailwind/backdrop-blur.js +3 -0
- package/dist/collection/tailwind/border-radius.js +8 -7
- package/dist/collection/tailwind/height.js +3 -0
- package/dist/collection/tailwind/screens.js +8 -0
- package/dist/collection/tailwind/shadows.js +9 -5
- package/dist/collection/tailwind/spacing.js +10 -0
- package/dist/collection/tailwind/typography.js +21 -0
- package/dist/collection/tailwind/width.js +18 -0
- package/dist/collection/tailwind/z-index.js +3 -0
- package/dist/collection/tailwind.config.js +28 -14
- package/dist/collection/types/index.js +2 -0
- package/dist/collection/types/table.js +1 -0
- package/dist/collection/types/tailwind.js +1 -0
- package/dist/collection/utils/child-of.js +5 -0
- package/dist/collection/utils/icons.js +20 -0
- package/dist/collection/utils/illustrations.js +2 -0
- package/dist/collection/utils/index.js +5 -0
- package/dist/collection/utils/localization.js +55 -0
- package/dist/collection/utils/object-get-by-path.js +8 -0
- package/dist/components/button.component.js +125 -0
- package/dist/components/counter.component.js +41 -0
- package/dist/components/divider.component.js +33 -0
- package/dist/components/dropdown-menu-container.component.js +29 -0
- package/dist/components/dropdown-menu-item.component.js +43 -0
- package/dist/components/dropdown.component.js +180 -0
- package/dist/components/helper.component.js +42 -0
- package/dist/components/icon.component.js +248 -5
- package/dist/components/index.d.ts +50 -12
- package/dist/components/index.js +40 -0
- package/dist/components/input-group.component.js +107 -0
- package/dist/components/loader.component.js +8 -4
- package/dist/components/localization.js +57 -0
- package/dist/components/modal-backdrop.component.js +30 -0
- package/dist/components/modal-body.component.js +36 -0
- package/dist/components/modal-container.component.js +48 -0
- package/dist/components/modal-footer.component.js +42 -0
- package/dist/components/modal-header.component.js +43 -0
- package/dist/components/p-accordion.d.ts +11 -0
- package/dist/components/p-accordion.js +73 -0
- package/dist/components/p-avatar-group.d.ts +11 -0
- package/dist/components/p-avatar-group.js +34 -0
- package/dist/components/p-avatar.js +21 -8
- package/dist/components/p-button.js +1 -93
- package/dist/components/p-card-body.d.ts +11 -0
- package/dist/components/p-card-body.js +38 -0
- package/dist/components/p-card-container.d.ts +11 -0
- package/dist/components/p-card-container.js +44 -0
- package/dist/components/p-card-header.d.ts +11 -0
- package/dist/components/p-card-header.js +46 -0
- package/dist/components/p-content-slider.d.ts +11 -0
- package/dist/components/p-content-slider.js +250 -0
- package/dist/components/p-counter.js +1 -28
- package/dist/components/p-divider.js +1 -28
- package/dist/components/p-dropdown-menu-container.d.ts +11 -0
- package/dist/components/p-dropdown-menu-container.js +6 -0
- package/dist/components/p-dropdown-menu-item.d.ts +11 -0
- package/dist/components/p-dropdown-menu-item.js +6 -0
- package/dist/components/p-dropdown.d.ts +11 -0
- package/dist/components/p-dropdown.js +6 -0
- package/dist/components/p-helper.js +1 -34
- package/dist/components/p-illustration.js +3 -0
- package/dist/components/p-info-panel.js +1 -1
- package/dist/components/p-input-group.d.ts +11 -0
- package/dist/components/p-input-group.js +6 -0
- package/dist/components/p-layout.d.ts +11 -0
- package/dist/components/p-layout.js +39 -0
- package/dist/components/p-modal-backdrop.d.ts +11 -0
- package/dist/components/p-modal-backdrop.js +6 -0
- package/dist/components/p-modal-body.d.ts +11 -0
- package/dist/components/p-modal-body.js +6 -0
- package/dist/components/p-modal-container.d.ts +11 -0
- package/dist/components/p-modal-container.js +6 -0
- package/dist/components/p-modal-footer.d.ts +11 -0
- package/dist/components/p-modal-footer.js +6 -0
- package/dist/components/p-modal-header.d.ts +11 -0
- package/dist/components/p-modal-header.js +6 -0
- package/dist/components/p-modal.d.ts +11 -0
- package/dist/components/p-modal.js +111 -0
- package/dist/components/p-navbar.d.ts +11 -0
- package/dist/components/p-navbar.js +70 -0
- package/dist/components/p-navigation-item.d.ts +11 -0
- package/dist/components/p-navigation-item.js +55 -0
- package/dist/components/p-page-size-select.d.ts +11 -0
- package/dist/components/p-page-size-select.js +6 -0
- package/dist/components/p-pagination.js +1 -191
- package/dist/components/p-profile.d.ts +11 -0
- package/dist/components/p-profile.js +85 -0
- package/dist/components/p-segment-container.d.ts +11 -0
- package/dist/components/p-segment-container.js +6 -0
- package/dist/components/p-segment-item.d.ts +11 -0
- package/dist/components/p-segment-item.js +6 -0
- package/dist/components/p-slider-indicator.d.ts +11 -0
- package/dist/components/p-slider-indicator.js +6 -0
- package/dist/components/p-status.d.ts +11 -0
- package/dist/components/p-status.js +73 -0
- package/dist/components/p-stepper-item.d.ts +11 -0
- package/dist/components/p-stepper-item.js +6 -0
- package/dist/components/p-stepper-line.d.ts +11 -0
- package/dist/components/p-stepper-line.js +6 -0
- package/dist/components/p-stepper.d.ts +11 -0
- package/dist/components/p-stepper.js +106 -0
- package/dist/components/p-tab-group.d.ts +11 -0
- package/dist/components/p-tab-group.js +39 -0
- package/dist/components/p-tab-item.d.ts +11 -0
- package/dist/components/p-tab-item.js +39 -0
- package/dist/components/p-table-body.d.ts +11 -0
- package/dist/components/p-table-body.js +33 -0
- package/dist/components/p-table-container.d.ts +11 -0
- package/dist/components/p-table-container.js +6 -0
- package/dist/components/p-table-definition.d.ts +11 -0
- package/dist/components/p-table-definition.js +57 -0
- package/dist/components/p-table-footer.d.ts +11 -0
- package/dist/components/p-table-footer.js +6 -0
- package/dist/components/p-table-header.d.ts +11 -0
- package/dist/components/p-table-header.js +6 -0
- package/dist/components/p-table-row.d.ts +11 -0
- package/dist/components/p-table-row.js +6 -0
- package/dist/components/p-table.d.ts +11 -0
- package/dist/components/p-table.js +590 -0
- package/dist/components/p-tag.d.ts +11 -0
- package/dist/components/p-tag.js +6 -0
- package/dist/components/page-size-select.component.js +123 -0
- package/dist/components/pagination-item.component.js +1 -1
- package/dist/components/pagination.component.js +202 -0
- package/dist/components/popper.js +1788 -0
- package/dist/components/segment-container.component.js +29 -0
- package/dist/components/segment-item.component.js +51 -0
- package/dist/components/slider-indicator.component.js +36 -0
- package/dist/components/stepper-item.component.js +57 -0
- package/dist/components/stepper-line.component.js +41 -0
- package/dist/components/table-container.component.js +30 -0
- package/dist/components/table-footer.component.js +146 -0
- package/dist/components/table-header.component.js +1052 -0
- package/dist/components/table-row.component.js +49 -0
- package/dist/components/tag.component.js +41 -0
- package/dist/components/tooltip.component.js +37 -1808
- package/dist/esm/child-of-90a8c4b5.js +7 -0
- package/dist/esm/constants-826f9460.js +4 -0
- package/dist/esm/{index-a68e547b.js → index-1ac329a8.js} +190 -5
- package/dist/esm/index.js +3 -1
- package/dist/esm/loader.js +3 -3
- package/dist/esm/localization-abb97f67.js +57 -0
- package/dist/esm/object-get-by-path-d6427a61.js +10 -0
- package/dist/esm/p-accordion.entry.js +38 -0
- package/dist/esm/p-avatar-group.entry.js +15 -0
- package/dist/esm/p-avatar.entry.js +19 -5
- package/dist/esm/p-button_3.entry.js +337 -65
- package/dist/esm/p-card-body.entry.js +19 -0
- package/dist/esm/p-card-container.entry.js +23 -0
- package/dist/esm/p-card-header.entry.js +20 -0
- package/dist/esm/p-content-slider.entry.js +217 -0
- package/dist/esm/p-counter.entry.js +11 -3
- package/dist/esm/p-divider.entry.js +6 -3
- package/dist/esm/p-dropdown-menu-item_4.entry.js +261 -0
- package/dist/esm/p-dropdown_2.entry.js +158 -0
- package/dist/esm/p-helper_5.entry.js +130 -0
- package/dist/esm/p-illustration.entry.js +5 -2
- package/dist/esm/p-info-panel.entry.js +2 -2
- package/dist/esm/p-layout.entry.js +19 -0
- package/dist/esm/p-modal-backdrop_5.entry.js +93 -0
- package/dist/esm/p-modal.entry.js +44 -0
- package/dist/esm/p-navbar.entry.js +30 -0
- package/dist/esm/p-navigation-item.entry.js +19 -0
- package/dist/esm/p-profile.entry.js +45 -0
- package/dist/esm/p-slider-indicator.entry.js +19 -0
- package/dist/esm/p-status.entry.js +45 -0
- package/dist/esm/p-stepper-item_2.entry.js +51 -0
- package/dist/esm/p-stepper.entry.js +67 -0
- package/dist/esm/p-tab-group.entry.js +15 -0
- package/dist/esm/p-tab-item.entry.js +19 -0
- package/dist/esm/p-table-body.entry.js +15 -0
- package/dist/esm/p-table-container_4.entry.js +1068 -0
- package/dist/esm/p-table-definition.entry.js +32 -0
- package/dist/esm/p-table.entry.js +418 -0
- package/dist/esm/p-tooltip.entry.js +35 -1807
- package/dist/esm/paperless.js +3 -3
- package/dist/esm/polyfills/core-js.js +0 -0
- package/dist/esm/polyfills/dom.js +0 -0
- package/dist/esm/polyfills/es5-html-element.js +0 -0
- package/dist/esm/polyfills/index.js +0 -0
- package/dist/esm/polyfills/system.js +0 -0
- package/dist/esm/popper-41c6f9cd.js +1788 -0
- package/dist/index.html +1 -1
- package/dist/paperless/index.esm.js +1 -0
- package/dist/paperless/p-04b7fb67.entry.js +1 -0
- package/dist/paperless/p-08ff155d.entry.js +1 -0
- package/dist/paperless/p-09ea2a1a.js +1 -0
- package/dist/paperless/p-0ca1b35a.entry.js +1 -0
- package/dist/paperless/p-0cf8e23a.entry.js +1 -0
- package/dist/paperless/p-11275959.entry.js +1 -0
- package/dist/paperless/p-13b56212.entry.js +1 -0
- package/dist/paperless/p-197c58f1.entry.js +1 -0
- package/dist/paperless/p-1d160328.entry.js +1 -0
- package/dist/paperless/p-2323b234.entry.js +1 -0
- package/dist/paperless/p-3ef5e549.js +1 -0
- package/dist/paperless/p-4f7152f2.entry.js +1 -0
- package/dist/paperless/p-5d768271.entry.js +1 -0
- package/dist/paperless/p-5f233f4b.entry.js +1 -0
- package/dist/paperless/p-66b0c60c.entry.js +1 -0
- package/dist/paperless/p-677d0647.entry.js +1 -0
- package/dist/paperless/p-6c60fd3d.js +1 -0
- package/dist/paperless/p-721d414a.entry.js +1 -0
- package/dist/paperless/p-759b427a.entry.js +1 -0
- package/dist/paperless/p-7febed77.entry.js +1 -0
- package/dist/paperless/p-83b95dd4.entry.js +1 -0
- package/dist/paperless/p-8a6728d5.js +1 -0
- package/dist/paperless/{p-8501ba07.entry.js → p-954e3737.entry.js} +1 -1
- package/dist/paperless/p-a7086ffa.js +1 -0
- package/dist/paperless/p-a81035d0.js +2 -0
- package/dist/paperless/p-b12f4b10.entry.js +1 -0
- package/dist/paperless/p-b2596561.entry.js +1 -0
- package/dist/paperless/p-b2edfc61.entry.js +1 -0
- package/dist/paperless/p-b74773de.entry.js +1 -0
- package/dist/paperless/p-cfe0f01b.entry.js +1 -0
- package/dist/paperless/p-d2c6ba5f.entry.js +1 -0
- package/dist/paperless/p-df66367d.entry.js +1 -0
- package/dist/paperless/p-e2407e98.entry.js +1 -0
- package/dist/paperless/p-e633010e.entry.js +1 -0
- package/dist/paperless/p-ed08c398.entry.js +1 -0
- package/dist/paperless/p-f8fa3f28.entry.js +1 -0
- package/dist/paperless/p-f9d3bcb7.entry.js +1 -0
- package/dist/paperless/p-fc299f0f.entry.js +1 -0
- package/dist/paperless/paperless.css +459 -26403
- package/dist/paperless/paperless.esm.js +1 -1
- package/dist/sw.js +2 -444
- package/dist/sw.js.map +1 -0
- package/dist/tailwind/animation.js +17 -0
- package/dist/tailwind/backdrop-blur.js +3 -0
- package/dist/tailwind/border-radius.js +10 -0
- package/dist/tailwind/colors.js +52 -0
- package/dist/tailwind/height.js +3 -0
- package/dist/tailwind/rotate.js +8 -0
- package/dist/tailwind/scale.js +3 -0
- package/dist/tailwind/screens.js +8 -0
- package/dist/tailwind/shadows.js +11 -0
- package/dist/tailwind/spacing.js +10 -0
- package/dist/tailwind/typography.js +21 -0
- package/dist/tailwind/width.js +18 -0
- package/dist/tailwind/z-index.js +3 -0
- package/dist/tailwind.config.js +28 -14
- package/dist/types/components/atoms/avatar/avatar.component.d.ts +2 -0
- package/dist/types/components/atoms/avatar-group/avatar-group.component.d.ts +7 -0
- package/dist/types/components/atoms/button/button.component.d.ts +26 -1
- package/dist/types/components/atoms/card-body/card-body.component.d.ts +7 -0
- package/dist/types/components/atoms/card-container/card-container.component.d.ts +11 -0
- package/dist/types/components/atoms/card-header/card-header.component.d.ts +11 -0
- package/dist/types/components/atoms/counter/counter.component.d.ts +8 -0
- package/dist/types/components/atoms/divider/divider.component.d.ts +4 -0
- package/dist/types/components/atoms/dropdown-menu-container/dropdown-menu-container.component.d.ts +3 -0
- package/dist/types/components/atoms/dropdown-menu-item/dropdown-menu-item.component.d.ts +12 -0
- package/dist/types/components/atoms/helper/helper.component.d.ts +5 -0
- package/dist/types/components/atoms/icon/icon.component.d.ts +3 -3
- package/dist/types/components/atoms/layout/layout.component.d.ts +7 -0
- package/dist/types/components/atoms/loader/loader.component.d.ts +1 -1
- package/dist/types/components/atoms/modal-backdrop/modal-backdrop.component.d.ts +3 -0
- package/dist/types/components/atoms/modal-body/modal-body.component.d.ts +7 -0
- package/dist/types/components/atoms/modal-container/modal-container.component.d.ts +7 -0
- package/dist/types/components/atoms/modal-footer/modal-footer.component.d.ts +7 -0
- package/dist/types/components/atoms/modal-header/modal-header.component.d.ts +12 -0
- package/dist/types/components/atoms/segment-container/segment-container.component.d.ts +3 -0
- package/dist/types/components/atoms/segment-item/segment-item.component.d.ts +22 -0
- package/dist/types/components/atoms/slider-indicator/slider-indicator.component.d.ts +7 -0
- package/dist/types/components/atoms/status/status.component.d.ts +23 -0
- package/dist/types/components/atoms/stepper-item/stepper-item.component.d.ts +19 -0
- package/dist/types/components/atoms/stepper-line/stepper-line.component.d.ts +11 -0
- package/dist/types/components/atoms/tab-group/tab-group.component.d.ts +3 -0
- package/dist/types/components/atoms/tab-item/tab-item.component.d.ts +7 -0
- package/dist/types/components/atoms/table-body/table-body.component.d.ts +3 -0
- package/dist/types/components/atoms/table-container/table-container.component.d.ts +3 -0
- package/dist/types/components/atoms/tag/tag.component.d.ts +11 -0
- package/dist/types/components/atoms/tooltip/tooltip.component.d.ts +12 -3
- package/dist/types/components/helpers/table-definition/table-definition.component.d.ts +34 -0
- package/dist/types/components/molecules/accordion/accordion.component.d.ts +25 -0
- package/dist/types/components/molecules/content-slider/content-slider.component.d.ts +53 -0
- package/dist/types/components/molecules/dropdown/dropdown.component.d.ts +55 -0
- package/dist/types/components/molecules/input-group/input-group.component.d.ts +59 -0
- package/dist/types/components/molecules/navigation-item/navigation-item.component.d.ts +24 -0
- package/dist/types/components/molecules/page-size-select/constants.d.ts +2 -0
- package/dist/types/components/molecules/page-size-select/page-size-select.component.d.ts +48 -0
- package/dist/types/components/molecules/pagination/pagination.component.d.ts +7 -0
- package/dist/types/components/molecules/profile/profile.component.d.ts +20 -0
- package/dist/types/components/molecules/stepper/stepper.component.d.ts +18 -0
- package/dist/types/components/molecules/table-footer/table-footer.component.d.ts +59 -0
- package/dist/types/components/molecules/table-header/table-header.component.d.ts +80 -0
- package/dist/types/components/molecules/table-row/table-row.component.d.ts +11 -0
- package/dist/types/components/organisms/modal/modal.component.d.ts +38 -0
- package/dist/types/components/organisms/navbar/navbar.component.d.ts +14 -0
- package/dist/types/components/organisms/table/table.component.d.ts +187 -0
- package/dist/types/components.d.ts +1920 -120
- package/dist/types/index.d.ts +2 -0
- package/dist/types/types/index.d.ts +2 -0
- package/dist/types/types/table.d.ts +25 -0
- package/dist/types/types/tailwind.d.ts +2 -0
- package/dist/types/utils/child-of.d.ts +1 -0
- package/dist/types/utils/icons.d.ts +10 -0
- package/dist/types/utils/illustrations.d.ts +1 -0
- package/dist/types/utils/index.d.ts +5 -0
- package/dist/types/utils/localization.d.ts +2 -0
- package/dist/types/utils/object-get-by-path.d.ts +1 -0
- package/dist/workbox-5fe694da.js +2 -0
- package/dist/workbox-5fe694da.js.map +1 -0
- package/package.json +61 -61
- package/dist/build/p-17c11169.entry.js +0 -1
- package/dist/build/p-42dab9d4.entry.js +0 -1
- package/dist/build/p-47b52f92.entry.js +0 -1
- package/dist/build/p-554b5a22.entry.js +0 -1
- package/dist/build/p-76464e0b.js +0 -2
- package/dist/build/p-aae3d4f0.entry.js +0 -1
- package/dist/build/p-adcb0b93.entry.js +0 -1
- package/dist/build/p-bbec0e86.entry.js +0 -1
- package/dist/build/p-d23e4d57.entry.js +0 -1
- package/dist/build/p-f65d7bbf.entry.js +0 -1
- package/dist/cjs/p-helper.cjs.entry.js +0 -19
- package/dist/cjs/p-pagination-item.cjs.entry.js +0 -23
- package/dist/cjs/p-pagination.cjs.entry.js +0 -167
- package/dist/collection/tailwind/grid.js +0 -26
- package/dist/collection/utils/utils.js +0 -3
- package/dist/esm/p-helper.entry.js +0 -15
- package/dist/esm/p-pagination-item.entry.js +0 -19
- package/dist/esm/p-pagination.entry.js +0 -163
- package/dist/paperless/p-17c11169.entry.js +0 -1
- package/dist/paperless/p-42dab9d4.entry.js +0 -1
- package/dist/paperless/p-47b52f92.entry.js +0 -1
- package/dist/paperless/p-554b5a22.entry.js +0 -1
- package/dist/paperless/p-76464e0b.js +0 -2
- package/dist/paperless/p-aae3d4f0.entry.js +0 -1
- package/dist/paperless/p-adcb0b93.entry.js +0 -1
- package/dist/paperless/p-bbec0e86.entry.js +0 -1
- package/dist/paperless/p-d23e4d57.entry.js +0 -1
- package/dist/paperless/p-f65d7bbf.entry.js +0 -1
- package/dist/types/utils/utils.d.ts +0 -1
package/dist/sw.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sw.js","sources":["../../../../../../../tmp/3b0ae6f37e3297c6946b910ff9b8d169/sw.js"],"sourcesContent":["import {precacheAndRoute as workbox_precaching_precacheAndRoute} from '/home/runner/work/Paperless/Paperless/node_modules/workbox-precaching/precacheAndRoute.mjs';/**\n * Welcome to your Workbox-powered service worker!\n *\n * You'll need to register this file in your web app.\n * See https://goo.gl/nhQhGp\n *\n * The rest of the code is auto-generated. Please don't update this file\n * directly; instead, make changes to your Workbox build configuration\n * and re-run your build process.\n * See https://goo.gl/2aRDsh\n */\n\n\n\n\n\n\n\n\nself.addEventListener('message', (event) => {\n if (event.data && event.data.type === 'SKIP_WAITING') {\n self.skipWaiting();\n }\n});\n\n\n\n\n/**\n * The precacheAndRoute() method efficiently caches and responds to\n * requests for URLs in the manifest.\n * See https://goo.gl/S9QRab\n */\nworkbox_precaching_precacheAndRoute([\n {\n \"url\": \"index.html\",\n \"revision\": \"0580b6859f6ee9e0dedb8daada319a48\"\n },\n {\n \"url\": \"assets/i18n/page-size-select.i18n.en.json\",\n \"revision\": \"f2a03dbd61499f3adb670704aa32ada5\"\n },\n {\n \"url\": \"assets/i18n/page-size-select.i18n.nl.json\",\n \"revision\": \"a2b04a61e92cb77539ad60e4e02f3d0e\"\n },\n {\n \"url\": \"assets/i18n/table-footer.i18n.en.json\",\n \"revision\": \"0dd2365c910c88788c604305ab77fa80\"\n },\n {\n \"url\": \"assets/i18n/table-footer.i18n.nl.json\",\n \"revision\": \"ca79f87a8addca7f3fea0bd5380f7e0d\"\n },\n {\n \"url\": \"assets/i18n/table-header.i18n.en.json\",\n \"revision\": \"4d1124595f74bbbfe8feb5ca7ad7d910\"\n },\n {\n \"url\": \"assets/i18n/table-header.i18n.nl.json\",\n \"revision\": \"4534127e7de48727421739efb9ffe2cb\"\n },\n {\n \"url\": \"build/index.esm.js\",\n \"revision\": \"06e52a6ad68c1631de21092c8c0eb40d\"\n },\n {\n \"url\": \"build/p-04b7fb67.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-08ff155d.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-09ea2a1a.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-0ca1b35a.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-0cf8e23a.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-11275959.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-13b56212.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-197c58f1.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-1d160328.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-2323b234.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-3ef5e549.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-4f7152f2.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-5d768271.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-5f233f4b.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-66b0c60c.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-677d0647.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-6c60fd3d.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-721d414a.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-759b427a.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-7febed77.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-83b95dd4.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-8a6728d5.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-954e3737.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-a7086ffa.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-a81035d0.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-b12f4b10.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-b2596561.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-b2edfc61.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-b74773de.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-cfe0f01b.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-d2c6ba5f.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-df66367d.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-e2407e98.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-e633010e.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-ed08c398.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-f8fa3f28.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-f9d3bcb7.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-fc299f0f.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"cjs/child-of-e472f812.js\",\n \"revision\": \"1bc2d2058a781b0a2e282aa3b8fc7370\"\n },\n {\n \"url\": \"cjs/constants-a4459ec9.js\",\n \"revision\": \"a3788becf59bd39909fd054888a88c49\"\n },\n {\n \"url\": \"cjs/index-16bca782.js\",\n \"revision\": \"992ee27c64b91cbb0efcbccbb37f8662\"\n },\n {\n \"url\": \"cjs/index.cjs.js\",\n \"revision\": \"7426b4eade1aa84d17c44d150e0f6a56\"\n },\n {\n \"url\": \"cjs/loader.cjs.js\",\n \"revision\": \"ff4964ddcd7f6ad9a24e832829dcc47a\"\n },\n {\n \"url\": \"cjs/localization-9c989018.js\",\n \"revision\": \"58b3cbd95d5392b7891b530b993c1323\"\n },\n {\n \"url\": \"cjs/object-get-by-path-6dc21ed5.js\",\n \"revision\": \"6beb206e0bc94eaf46ea1524ade8ab9f\"\n },\n {\n \"url\": \"cjs/p-accordion.cjs.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"cjs/p-avatar-group.cjs.entry.js\",\n \"revision\": \"ebb10b4177b066abca573c54f4bfcd88\"\n },\n {\n \"url\": \"cjs/p-avatar.cjs.entry.js\",\n \"revision\": \"79a54019347b831187f1e958b21a05d0\"\n },\n {\n \"url\": \"cjs/p-button_3.cjs.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"cjs/p-card-body.cjs.entry.js\",\n \"revision\": \"f07971c8f69b4807c77cade32f0c2ffe\"\n },\n {\n \"url\": \"cjs/p-card-container.cjs.entry.js\",\n \"revision\": \"6b5fb317be04acd94cfe493ad4bee017\"\n },\n {\n \"url\": \"cjs/p-card-header.cjs.entry.js\",\n \"revision\": \"ebbcd8535daff3cad3de7491541fde40\"\n },\n {\n \"url\": \"cjs/p-content-slider.cjs.entry.js\",\n \"revision\": \"0e44cebc0e84170f745aaf7772aa96a3\"\n },\n {\n \"url\": \"cjs/p-counter.cjs.entry.js\",\n \"revision\": \"a21e774e4cc19c7c5b48e8798d1086b0\"\n },\n {\n \"url\": \"cjs/p-divider.cjs.entry.js\",\n \"revision\": \"dafe867ab6e7e83803b7a99d11b028cd\"\n },\n {\n \"url\": \"cjs/p-dropdown_2.cjs.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"cjs/p-dropdown-menu-item_4.cjs.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"cjs/p-helper_5.cjs.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"cjs/p-illustration.cjs.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"cjs/p-info-panel.cjs.entry.js\",\n \"revision\": \"7d66dc4e2e679b33321e8cd6b8435af0\"\n },\n {\n \"url\": \"cjs/p-layout.cjs.entry.js\",\n \"revision\": \"dc412ec4551960984a3d3b33b0cf93a2\"\n },\n {\n \"url\": \"cjs/p-modal-backdrop_5.cjs.entry.js\",\n \"revision\": \"b4cb818da790a75ae40c30c2f64cf3d1\"\n },\n {\n \"url\": \"cjs/p-modal.cjs.entry.js\",\n \"revision\": \"a3f8c5818cc4de3fae4a4615ad8b6fff\"\n },\n {\n \"url\": \"cjs/p-navbar.cjs.entry.js\",\n \"revision\": \"240dec93a2821fbff2799ce3cd5a9337\"\n },\n {\n \"url\": \"cjs/p-navigation-item.cjs.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"cjs/p-profile.cjs.entry.js\",\n \"revision\": \"524e574fc8b9912b61d0bb4df3f6fc63\"\n },\n {\n \"url\": \"cjs/p-slider-indicator.cjs.entry.js\",\n \"revision\": \"4fa246e93176f9fe96e55915d4b7b1a4\"\n },\n {\n \"url\": \"cjs/p-status.cjs.entry.js\",\n \"revision\": \"917979773e68daa3e49ae452035e9406\"\n },\n {\n \"url\": \"cjs/p-stepper-item_2.cjs.entry.js\",\n \"revision\": \"13ad3dbe72cc6e5115ad9d41bf382a80\"\n },\n {\n \"url\": \"cjs/p-stepper.cjs.entry.js\",\n \"revision\": \"e1934be8686409c3f2dab3c512f6463a\"\n },\n {\n \"url\": \"cjs/p-tab-group.cjs.entry.js\",\n \"revision\": \"65c96ed6e6f15673c884b94319b76020\"\n },\n {\n \"url\": \"cjs/p-tab-item.cjs.entry.js\",\n \"revision\": \"f60702201714e1b561f5983a4218a9f9\"\n },\n {\n \"url\": \"cjs/p-table-body.cjs.entry.js\",\n \"revision\": \"ab69b96ed2f3671a08bed3e2ec40b166\"\n },\n {\n \"url\": \"cjs/p-table-container_4.cjs.entry.js\",\n \"revision\": \"ed0b8d3db56fcc61c25626bd17b146f0\"\n },\n {\n \"url\": \"cjs/p-table-definition.cjs.entry.js\",\n \"revision\": \"90e0266db4ed58b47bea8f5a80ab02ee\"\n },\n {\n \"url\": \"cjs/p-table.cjs.entry.js\",\n \"revision\": \"f0011427c0e760fb2a31383e95049925\"\n },\n {\n \"url\": \"cjs/p-tooltip.cjs.entry.js\",\n \"revision\": \"b19836e1b4bfd191c30a33951ab22fd3\"\n },\n {\n \"url\": \"cjs/paperless.cjs.js\",\n \"revision\": \"cfddc1cdcb2f3095a2190ac334681e5b\"\n },\n {\n \"url\": \"cjs/popper-e0c4ed4c.js\",\n \"revision\": \"486ead87dcd025f29b1c268de734debb\"\n },\n {\n \"url\": \"collection/collection-manifest.json\",\n \"revision\": \"745e03a68b1b8cb2fe3ab391eff6dad4\"\n },\n {\n \"url\": \"collection/components/atoms/avatar-group/avatar-group.component.css\",\n \"revision\": \"8ccf4a9755a062b256a4bf38648b01be\"\n },\n {\n \"url\": \"collection/components/atoms/avatar-group/avatar-group.component.js\",\n \"revision\": \"22b347be288700481c6b339f18c28d98\"\n },\n {\n \"url\": \"collection/components/atoms/avatar/avatar.component.css\",\n \"revision\": \"ee5e882ba79b072e5a7ec8058833fa44\"\n },\n {\n \"url\": \"collection/components/atoms/avatar/avatar.component.js\",\n \"revision\": \"57d7b5648c22f58e857c87b46239b72a\"\n },\n {\n \"url\": \"collection/components/atoms/button/button.component.css\",\n \"revision\": \"3ed46d879e48b54e5646cbc4b142a1d5\"\n },\n {\n \"url\": \"collection/components/atoms/button/button.component.js\",\n \"revision\": \"3e96b0712af8a886668ae4765eaa9396\"\n },\n {\n \"url\": \"collection/components/atoms/card-body/card-body.component.css\",\n \"revision\": \"9ede84a3768328e1dcbc9cf31d6f2f04\"\n },\n {\n \"url\": \"collection/components/atoms/card-body/card-body.component.js\",\n \"revision\": \"f534cdfaee690321c4da79f59c697f5b\"\n },\n {\n \"url\": \"collection/components/atoms/card-container/card-container.component.css\",\n \"revision\": \"8a5101867ddaf032c5e72de1a5947ff4\"\n },\n {\n \"url\": \"collection/components/atoms/card-container/card-container.component.js\",\n \"revision\": \"744978ae76d90ab5b9706a2d495ab701\"\n },\n {\n \"url\": \"collection/components/atoms/card-header/card-header.component.css\",\n \"revision\": \"c9d18aaa1773c28e10fc7f2fe44eeb80\"\n },\n {\n \"url\": \"collection/components/atoms/card-header/card-header.component.js\",\n \"revision\": \"f5e9c17bcaf428b678707d92965f6184\"\n },\n {\n \"url\": \"collection/components/atoms/counter/counter.component.css\",\n \"revision\": \"c4ecaa22a08342602e11a64b3149a194\"\n },\n {\n \"url\": \"collection/components/atoms/counter/counter.component.js\",\n \"revision\": \"ac3ea4c7e9f62945dbbfd8d5eaf888d2\"\n },\n {\n \"url\": \"collection/components/atoms/divider/divider.component.css\",\n \"revision\": \"2387199bd4c4f81c003cc834b363079d\"\n },\n {\n \"url\": \"collection/components/atoms/divider/divider.component.js\",\n \"revision\": \"c1c3d75dd7c6ec4850255437ea759481\"\n },\n {\n \"url\": \"collection/components/atoms/dropdown-menu-container/dropdown-menu-container.component.css\",\n \"revision\": \"91487f132d970c96f71ca00e40723cb4\"\n },\n {\n \"url\": \"collection/components/atoms/dropdown-menu-container/dropdown-menu-container.component.js\",\n \"revision\": \"90fc54ed817087efa2fdbc14adc33504\"\n },\n {\n \"url\": \"collection/components/atoms/dropdown-menu-item/dropdown-menu-item.component.css\",\n \"revision\": \"734bf8cb8caf71e3232edde360409f71\"\n },\n {\n \"url\": \"collection/components/atoms/dropdown-menu-item/dropdown-menu-item.component.js\",\n \"revision\": \"c87149ba0e839900d134acb51b854de8\"\n },\n {\n \"url\": \"collection/components/atoms/helper/helper.component.css\",\n \"revision\": \"4013b02ff343e5d36dcd921f9dfb8d6c\"\n },\n {\n \"url\": \"collection/components/atoms/helper/helper.component.js\",\n \"revision\": \"5bc1b3ce4062bf31a39b9f8b72ec9c21\"\n },\n {\n \"url\": \"collection/components/atoms/icon/icon.component.css\",\n \"revision\": \"4c380e474bcb8910ab95ee4b034ad27e\"\n },\n {\n \"url\": \"collection/components/atoms/icon/icon.component.js\",\n \"revision\": \"99d2fb99284c2b66bbafce304e727403\"\n },\n {\n \"url\": \"collection/components/atoms/illustration/illustration.component.js\",\n \"revision\": \"df8b21ac4245a5cca2dc419031536a93\"\n },\n {\n \"url\": \"collection/components/atoms/info-panel/info-panel.component.css\",\n \"revision\": \"db6c0569251bd156a3eea915adbbeb9a\"\n },\n {\n \"url\": \"collection/components/atoms/info-panel/info-panel.component.js\",\n \"revision\": \"93c1e96ee080a2978c92d6451d743475\"\n },\n {\n \"url\": \"collection/components/atoms/layout/layout.component.css\",\n \"revision\": \"2f8f9a2dcfe4abf0757ae2e17487bb9d\"\n },\n {\n \"url\": \"collection/components/atoms/layout/layout.component.js\",\n \"revision\": \"cc5e5d485163f4a491cb82051a910ed8\"\n },\n {\n \"url\": \"collection/components/atoms/loader/loader.component.css\",\n \"revision\": \"5dd6d5d84431a2b8b7d863dc2819dee1\"\n },\n {\n \"url\": \"collection/components/atoms/loader/loader.component.js\",\n \"revision\": \"e7838ff0c8b16f92d7b307ada9a58d7c\"\n },\n {\n \"url\": \"collection/components/atoms/modal-backdrop/modal-backdrop.component.css\",\n \"revision\": \"28a613486e64d479565cb6029f714ea6\"\n },\n {\n \"url\": \"collection/components/atoms/modal-backdrop/modal-backdrop.component.js\",\n \"revision\": \"b147f496bc7bfb57e16973bd36492c6e\"\n },\n {\n \"url\": \"collection/components/atoms/modal-body/modal-body.component.css\",\n \"revision\": \"d644d6b019913ee94fc33d5b76708b20\"\n },\n {\n \"url\": \"collection/components/atoms/modal-body/modal-body.component.js\",\n \"revision\": \"cf4bf60d570a434a99bbd6637d5cf1c2\"\n },\n {\n \"url\": \"collection/components/atoms/modal-container/modal-container.component.css\",\n \"revision\": \"c95df9a501293a58b6b042143922be47\"\n },\n {\n \"url\": \"collection/components/atoms/modal-container/modal-container.component.js\",\n \"revision\": \"d89bef723229710a6573c80291b2915b\"\n },\n {\n \"url\": \"collection/components/atoms/modal-footer/modal-footer.component.css\",\n \"revision\": \"32d393c88b7a6ea439ea9e7dafea72ea\"\n },\n {\n \"url\": \"collection/components/atoms/modal-footer/modal-footer.component.js\",\n \"revision\": \"bd1c505810e1a1e3e1f0d02d2deb0902\"\n },\n {\n \"url\": \"collection/components/atoms/modal-header/modal-header.component.css\",\n \"revision\": \"d0bebe4ce3d9ad12e442b9788d1cd10d\"\n },\n {\n \"url\": \"collection/components/atoms/modal-header/modal-header.component.js\",\n \"revision\": \"ab7aef2d638d8401a9c5213cd6fb32a4\"\n },\n {\n \"url\": \"collection/components/atoms/pagination-item/pagination-item.component.css\",\n \"revision\": \"b8e7f9cb923cfec5f803223795079a8b\"\n },\n {\n \"url\": \"collection/components/atoms/pagination-item/pagination-item.component.js\",\n \"revision\": \"98aed8c7967a53019965da0cc5706fa6\"\n },\n {\n \"url\": \"collection/components/atoms/segment-container/segment-container.component.css\",\n \"revision\": \"f680173368d1a37c4deab298de00d3f2\"\n },\n {\n \"url\": \"collection/components/atoms/segment-container/segment-container.component.js\",\n \"revision\": \"9db64a2befd0005d17c82a2062ce280e\"\n },\n {\n \"url\": \"collection/components/atoms/segment-item/segment-item.component.css\",\n \"revision\": \"0cfaa25fd7a689c722fae1c37dab67d3\"\n },\n {\n \"url\": \"collection/components/atoms/segment-item/segment-item.component.js\",\n \"revision\": \"265020d8ba2dea11b2e6ae7ee53fee4b\"\n },\n {\n \"url\": \"collection/components/atoms/slider-indicator/slider-indicator.component.css\",\n \"revision\": \"9a9a143cba83746724af09619e14b9ba\"\n },\n {\n \"url\": \"collection/components/atoms/slider-indicator/slider-indicator.component.js\",\n \"revision\": \"fde33859dd7eabb434c8525c0ca47a86\"\n },\n {\n \"url\": \"collection/components/atoms/status/status.component.css\",\n \"revision\": \"9f399756d4947650ceb08361a8102779\"\n },\n {\n \"url\": \"collection/components/atoms/status/status.component.js\",\n \"revision\": \"fc97a68638a900e4cb6ba758a8568516\"\n },\n {\n \"url\": \"collection/components/atoms/stepper-item/stepper-item.component.css\",\n \"revision\": \"60888bbfd43fb67c2bf5b5ca4bc65bc7\"\n },\n {\n \"url\": \"collection/components/atoms/stepper-item/stepper-item.component.js\",\n \"revision\": \"b0fd35e022b17f0f9b8a1b77e0828da8\"\n },\n {\n \"url\": \"collection/components/atoms/stepper-line/stepper-line.component.css\",\n \"revision\": \"4e24a853e659e3ed43505bb5a896b54f\"\n },\n {\n \"url\": \"collection/components/atoms/stepper-line/stepper-line.component.js\",\n \"revision\": \"bbb0fc3684db7d53d98f1cecd702cd4a\"\n },\n {\n \"url\": \"collection/components/atoms/tab-group/tab-group.component.css\",\n \"revision\": \"db91d55d9341f6e99a4351003b879f58\"\n },\n {\n \"url\": \"collection/components/atoms/tab-group/tab-group.component.js\",\n \"revision\": \"8f9c5d2917281f8287ea956e0d09de9a\"\n },\n {\n \"url\": \"collection/components/atoms/tab-item/tab-item.component.css\",\n \"revision\": \"da18b39f33af56abfeaeb29de8428e95\"\n },\n {\n \"url\": \"collection/components/atoms/tab-item/tab-item.component.js\",\n \"revision\": \"23b2a4e81e7f0d057c1fd86ed01efc46\"\n },\n {\n \"url\": \"collection/components/atoms/table-body/table-body.component.css\",\n \"revision\": \"5d0b07527ae6689698c754cc848e7a93\"\n },\n {\n \"url\": \"collection/components/atoms/table-body/table-body.component.js\",\n \"revision\": \"ffeed60e0d3d2e621e0f11912daabf6b\"\n },\n {\n \"url\": \"collection/components/atoms/table-container/table-container.component.css\",\n \"revision\": \"33435ab57f5adb5a7eb0f51a71a14218\"\n },\n {\n \"url\": \"collection/components/atoms/table-container/table-container.component.js\",\n \"revision\": \"0097f56afcaca4669b5cad5b9806fae7\"\n },\n {\n \"url\": \"collection/components/atoms/tag/tag.component.css\",\n \"revision\": \"77388394f3fc13caac2eaea2b8b6cfdc\"\n },\n {\n \"url\": \"collection/components/atoms/tag/tag.component.js\",\n \"revision\": \"675c33ffd120609cbcc78ff24c67ac7a\"\n },\n {\n \"url\": \"collection/components/atoms/tooltip/tooltip.component.css\",\n \"revision\": \"2b8d7f5e50eba6d331791c8f4bd30850\"\n },\n {\n \"url\": \"collection/components/atoms/tooltip/tooltip.component.js\",\n \"revision\": \"67cd11749ef4197cced4d10933d93679\"\n },\n {\n \"url\": \"collection/components/helpers/table-definition/table-definition.component.js\",\n \"revision\": \"b0a97e78ab0740a0694d0018e342f469\"\n },\n {\n \"url\": \"collection/components/molecules/accordion/accordion.component.css\",\n \"revision\": \"1ba3471dae9ed921351451fd7f1ebfa1\"\n },\n {\n \"url\": \"collection/components/molecules/accordion/accordion.component.js\",\n \"revision\": \"0296ad3480f0e3db9644529da0e4147d\"\n },\n {\n \"url\": \"collection/components/molecules/content-slider/content-slider.component.css\",\n \"revision\": \"436a0ed090753520472c14437f2e1239\"\n },\n {\n \"url\": \"collection/components/molecules/content-slider/content-slider.component.js\",\n \"revision\": \"3ea1a518d0e66f14095741649d130c58\"\n },\n {\n \"url\": \"collection/components/molecules/dropdown/dropdown.component.css\",\n \"revision\": \"ed2b1316b2ce43762763cc203e4132f5\"\n },\n {\n \"url\": \"collection/components/molecules/dropdown/dropdown.component.js\",\n \"revision\": \"0663dda472d386dc15982c441b244b4b\"\n },\n {\n \"url\": \"collection/components/molecules/input-group/input-group.component.css\",\n \"revision\": \"fcd0ef1193c0db56982f2372ce8a03df\"\n },\n {\n \"url\": \"collection/components/molecules/input-group/input-group.component.js\",\n \"revision\": \"31b1100b155eedfd8f8c7d73669c0975\"\n },\n {\n \"url\": \"collection/components/molecules/navigation-item/navigation-item.component.css\",\n \"revision\": \"0ba4bd2271aecccc21eb0d70ddc47b83\"\n },\n {\n \"url\": \"collection/components/molecules/navigation-item/navigation-item.component.js\",\n \"revision\": \"40df5a2a37a5365b0232e1bd296e73e3\"\n },\n {\n \"url\": \"collection/components/molecules/page-size-select/constants.js\",\n \"revision\": \"4c1ab2488ef1c924e50b55778cedec5b\"\n },\n {\n \"url\": \"collection/components/molecules/page-size-select/page-size-select.component.js\",\n \"revision\": \"dcee0ecb7abcba216ef0d12c50ac0322\"\n },\n {\n \"url\": \"collection/components/molecules/pagination/pagination.component.css\",\n \"revision\": \"81a4f739d8f2f8adb9588490884f2174\"\n },\n {\n \"url\": \"collection/components/molecules/pagination/pagination.component.js\",\n \"revision\": \"2e0ef01ab62ff591f1d01dc9a24d0dc1\"\n },\n {\n \"url\": \"collection/components/molecules/profile/profile.component.css\",\n \"revision\": \"8d3d583521fd4d75e77b8482ed33cb0f\"\n },\n {\n \"url\": \"collection/components/molecules/profile/profile.component.js\",\n \"revision\": \"06cd2dbb0c530fb12a07de22fba4184b\"\n },\n {\n \"url\": \"collection/components/molecules/stepper/stepper.component.css\",\n \"revision\": \"36b62fad96fee99ee4ff671c510aa7a1\"\n },\n {\n \"url\": \"collection/components/molecules/stepper/stepper.component.js\",\n \"revision\": \"7eaeeab121a806668e0b6cb175421bb2\"\n },\n {\n \"url\": \"collection/components/molecules/table-footer/table-footer.component.css\",\n \"revision\": \"f89179d3b9d037baeba22ca1412dafbc\"\n },\n {\n \"url\": \"collection/components/molecules/table-footer/table-footer.component.js\",\n \"revision\": \"136327f69f0d3f291a8ee4772abe8a8b\"\n },\n {\n \"url\": \"collection/components/molecules/table-header/table-header.component.css\",\n \"revision\": \"d1af41fc592f2f430aa95533d24eebb7\"\n },\n {\n \"url\": \"collection/components/molecules/table-header/table-header.component.js\",\n \"revision\": \"078d257567c6ddcf24838d5d78701ad3\"\n },\n {\n \"url\": \"collection/components/molecules/table-row/table-row.component.css\",\n \"revision\": \"9bb955c32fd694c9e8bed42c5a66c771\"\n },\n {\n \"url\": \"collection/components/molecules/table-row/table-row.component.js\",\n \"revision\": \"a067d9baf1d71590c364d3cb3b9444e3\"\n },\n {\n \"url\": \"collection/components/organisms/modal/modal.component.js\",\n \"revision\": \"bc3539c540b157f075a2fca13a597c3b\"\n },\n {\n \"url\": \"collection/components/organisms/navbar/navbar.component.css\",\n \"revision\": \"6aa7033996a57cded6b6eac50a36595e\"\n },\n {\n \"url\": \"collection/components/organisms/navbar/navbar.component.js\",\n \"revision\": \"c02be7fa80a8fb4cbfdcdd6040506a31\"\n },\n {\n \"url\": \"collection/components/organisms/table/table.component.css\",\n \"revision\": \"2976232d5e904a9bbaf794f4938a4a9e\"\n },\n {\n \"url\": \"collection/components/organisms/table/table.component.js\",\n \"revision\": \"80d5b3270ff2d601b4dd4b6479527973\"\n },\n {\n \"url\": \"collection/index.js\",\n \"revision\": \"403d767ca0f1b12ba6f80d41868ff32b\"\n },\n {\n \"url\": \"collection/tailwind.config.js\",\n \"revision\": \"cd7bd7332049042bc201d0327caf4108\"\n },\n {\n \"url\": \"collection/tailwind/animation.js\",\n \"revision\": \"a3127019b37690ea725414dcdeb96661\"\n },\n {\n \"url\": \"collection/tailwind/backdrop-blur.js\",\n \"revision\": \"006247f96d8b05436254636f54f9980f\"\n },\n {\n \"url\": \"collection/tailwind/border-radius.js\",\n \"revision\": \"dd0f825fa408d2ba0176fd53862063d4\"\n },\n {\n \"url\": \"collection/tailwind/colors.js\",\n \"revision\": \"6a39b234fcf655ec34be7e367b0b3128\"\n },\n {\n \"url\": \"collection/tailwind/height.js\",\n \"revision\": \"a85ec9bb6367718080a5bae707eaf948\"\n },\n {\n \"url\": \"collection/tailwind/rotate.js\",\n \"revision\": \"6e10d60cb01221e64cf027d729886b6d\"\n },\n {\n \"url\": \"collection/tailwind/scale.js\",\n \"revision\": \"a839cb541613e836dc315f26e3e9a396\"\n },\n {\n \"url\": \"collection/tailwind/screens.js\",\n \"revision\": \"990933c732e9f51548f57facf11791a8\"\n },\n {\n \"url\": \"collection/tailwind/shadows.js\",\n \"revision\": \"2fe7d9f75053ea2d83e4bacaa824257c\"\n },\n {\n \"url\": \"collection/tailwind/spacing.js\",\n \"revision\": \"7b52564d96308b681fb16542ae0e1c31\"\n },\n {\n \"url\": \"collection/tailwind/typography.js\",\n \"revision\": \"63fc1dacace043e348a3fcf95c582fef\"\n },\n {\n \"url\": \"collection/tailwind/width.js\",\n \"revision\": \"f289ec3b95e14f375547ac0aa9d7a217\"\n },\n {\n \"url\": \"collection/tailwind/z-index.js\",\n \"revision\": \"ae5146fb67672e3ea2ea72f167d2c597\"\n },\n {\n \"url\": \"collection/types/index.js\",\n \"revision\": \"e84c83fe925ecc006090fbd971da8bcd\"\n },\n {\n \"url\": \"collection/types/table.js\",\n \"revision\": \"e2ebd7ddedcadeeadbf819c35985c768\"\n },\n {\n \"url\": \"collection/types/tailwind.js\",\n \"revision\": \"e2ebd7ddedcadeeadbf819c35985c768\"\n },\n {\n \"url\": \"collection/utils/child-of.js\",\n \"revision\": \"203ec62b662bb9bc96f309e4cebcbbcf\"\n },\n {\n \"url\": \"collection/utils/icons.js\",\n \"revision\": \"fcad04109060bf6eb97e64d15402db72\"\n },\n {\n \"url\": \"collection/utils/illustrations.js\",\n \"revision\": \"fe40defd55bfb7ea2ee3a06ab2835fcb\"\n },\n {\n \"url\": \"collection/utils/index.js\",\n \"revision\": \"a26775c5e00f5d1f6d95bb88fa98cbb5\"\n },\n {\n \"url\": \"collection/utils/localization.js\",\n \"revision\": \"d99aa692a404d73ab5b3807979b1289f\"\n },\n {\n \"url\": \"collection/utils/object-get-by-path.js\",\n \"revision\": \"05a57cbf5e678071d2ee0ef561301e8d\"\n },\n {\n \"url\": \"components/button.component.js\",\n \"revision\": \"d0c6efdc41e9516834a889e68754dfdc\"\n },\n {\n \"url\": \"components/counter.component.js\",\n \"revision\": \"006a69435057f1441005f1e6c18e9ced\"\n },\n {\n \"url\": \"components/divider.component.js\",\n \"revision\": \"44b00e8dbe052756166dc9202c3b678f\"\n },\n {\n \"url\": \"components/dropdown-menu-container.component.js\",\n \"revision\": \"a703185c521e7581bee2c6af74f63597\"\n },\n {\n \"url\": \"components/dropdown-menu-item.component.js\",\n \"revision\": \"c2b847a9e4a651f57ec5d3eb93ef1db0\"\n },\n {\n \"url\": \"components/dropdown.component.js\",\n \"revision\": \"2a36bbd80d8ec357ce69871b87b78d43\"\n },\n {\n \"url\": \"components/helper.component.js\",\n \"revision\": \"b60d14eef9e31c4a3641e5535982cb0f\"\n },\n {\n \"url\": \"components/icon.component.js\",\n \"revision\": \"419d0c911473873d10434c0460e215d8\"\n },\n {\n \"url\": \"components/index.js\",\n \"revision\": \"5bc595a10a5f5be13d7d59cc6908a890\"\n },\n {\n \"url\": \"components/input-group.component.js\",\n \"revision\": \"61742886ee4c0f4623e0a96b6d4f09c1\"\n },\n {\n \"url\": \"components/loader.component.js\",\n \"revision\": \"efbb5a1c0b10422a1a0bbeeaf4002982\"\n },\n {\n \"url\": \"components/localization.js\",\n \"revision\": \"a845aa4a8f8319736c7b183e934d3ac4\"\n },\n {\n \"url\": \"components/modal-backdrop.component.js\",\n \"revision\": \"7f8365835607af65f0f1994da6270364\"\n },\n {\n \"url\": \"components/modal-body.component.js\",\n \"revision\": \"3c2bd221425770900e475d119591c1db\"\n },\n {\n \"url\": \"components/modal-container.component.js\",\n \"revision\": \"e2ed15db0652a2ac59f9193c615ca1a0\"\n },\n {\n \"url\": \"components/modal-footer.component.js\",\n \"revision\": \"877b161549ea71b49320a3fa8817c39a\"\n },\n {\n \"url\": \"components/modal-header.component.js\",\n \"revision\": \"78cc2d80ed16e386ba9311e66515996d\"\n },\n {\n \"url\": \"components/p-accordion.js\",\n \"revision\": null\n },\n {\n \"url\": \"components/p-avatar-group.js\",\n \"revision\": \"41cf6906804d03cc073b4c80f682a6b0\"\n },\n {\n \"url\": \"components/p-avatar.js\",\n \"revision\": \"256110266f1c2e0041763fbeebfa3b1f\"\n },\n {\n \"url\": \"components/p-button.js\",\n \"revision\": \"21fe45d557e17f0342577217383da9e5\"\n },\n {\n \"url\": \"components/p-card-body.js\",\n \"revision\": \"2e945f62e85af518d28d9b08472844ba\"\n },\n {\n \"url\": \"components/p-card-container.js\",\n \"revision\": \"1b1ad323829dbbb2a12fdb5a5df27c5e\"\n },\n {\n \"url\": \"components/p-card-header.js\",\n \"revision\": \"e42a44cb570566028430d4f9996fea56\"\n },\n {\n \"url\": \"components/p-content-slider.js\",\n \"revision\": \"c79d47b7e83a41a982a52ce81ba47744\"\n },\n {\n \"url\": \"components/p-counter.js\",\n \"revision\": \"f8970c28058f570a9d70ea483c91484f\"\n },\n {\n \"url\": \"components/p-divider.js\",\n \"revision\": \"5263d04558d1d14d3216cfbc846effda\"\n },\n {\n \"url\": \"components/p-dropdown-menu-container.js\",\n \"revision\": null\n },\n {\n \"url\": \"components/p-dropdown-menu-item.js\",\n \"revision\": null\n },\n {\n \"url\": \"components/p-dropdown.js\",\n \"revision\": null\n },\n {\n \"url\": \"components/p-helper.js\",\n \"revision\": \"5560e1a931595ddaaa4f20fce4c02557\"\n },\n {\n \"url\": \"components/p-icon.js\",\n \"revision\": \"89ede38633ef7c3b9ed45a67a2ffe2c8\"\n },\n {\n \"url\": \"components/p-illustration.js\",\n \"revision\": null\n },\n {\n \"url\": \"components/p-info-panel.js\",\n \"revision\": \"45ff643a64bbc850c5b1141862a493be\"\n },\n {\n \"url\": \"components/p-input-group.js\",\n \"revision\": \"f93122a92f936ca14607f8888ae607c8\"\n },\n {\n \"url\": \"components/p-layout.js\",\n \"revision\": \"6acc1ecdf143ea121c4521cfc1a42b36\"\n },\n {\n \"url\": \"components/p-loader.js\",\n \"revision\": \"850d0015b16c8a34f62568d99ccdd388\"\n },\n {\n \"url\": \"components/p-modal-backdrop.js\",\n \"revision\": \"015bc9ab0c57d97ae8831147e57c675c\"\n },\n {\n \"url\": \"components/p-modal-body.js\",\n \"revision\": \"5f9b8542aa0099c8badc01e137c1ddcd\"\n },\n {\n \"url\": \"components/p-modal-container.js\",\n \"revision\": \"00f5b34f22c2612fd438aea5b5416e5d\"\n },\n {\n \"url\": \"components/p-modal-footer.js\",\n \"revision\": \"ce5ceb7d9c28180af9e2fa4cf4555ae8\"\n },\n {\n \"url\": \"components/p-modal-header.js\",\n \"revision\": \"9499e4fb0a206ffc4ffbb4d212eb4c46\"\n },\n {\n \"url\": \"components/p-modal.js\",\n \"revision\": \"6a0550fd18ab31bbe706f706edc8f417\"\n },\n {\n \"url\": \"components/p-navbar.js\",\n \"revision\": \"94a2e24d75352d2936548ad353cb393b\"\n },\n {\n \"url\": \"components/p-navigation-item.js\",\n \"revision\": null\n },\n {\n \"url\": \"components/p-page-size-select.js\",\n \"revision\": \"57762038af2a6eae05b17a9936bf5c41\"\n },\n {\n \"url\": \"components/p-pagination-item.js\",\n \"revision\": null\n },\n {\n \"url\": \"components/p-pagination.js\",\n \"revision\": null\n },\n {\n \"url\": \"components/p-profile.js\",\n \"revision\": \"0424c6f4d41d8575c2e714eb687e05f8\"\n },\n {\n \"url\": \"components/p-segment-container.js\",\n \"revision\": \"83791fe15b0ac1edfbd70140838d0c18\"\n },\n {\n \"url\": \"components/p-segment-item.js\",\n \"revision\": \"4df65f1938079b01cbd9fb4b7db7172d\"\n },\n {\n \"url\": \"components/p-slider-indicator.js\",\n \"revision\": \"86ec90674a31f4dc7f7e575a1c3866d4\"\n },\n {\n \"url\": \"components/p-status.js\",\n \"revision\": \"33b904db26bc5052a723d92537393f65\"\n },\n {\n \"url\": \"components/p-stepper-item.js\",\n \"revision\": \"057a27dbba9fcb619b6f470c8ef0412c\"\n },\n {\n \"url\": \"components/p-stepper-line.js\",\n \"revision\": \"ad79fabce981e21380b9d5fd82cef225\"\n },\n {\n \"url\": \"components/p-stepper.js\",\n \"revision\": \"baf694446c213c79583ab24f562cd34f\"\n },\n {\n \"url\": \"components/p-tab-group.js\",\n \"revision\": \"587ac0bd0b8b4edfea2b767cbe858d5c\"\n },\n {\n \"url\": \"components/p-tab-item.js\",\n \"revision\": \"da93fce450aeccc1cf30b3a7b5a2457c\"\n },\n {\n \"url\": \"components/p-table-body.js\",\n \"revision\": \"8afa4b886b41a99c3d76fae02b237c47\"\n },\n {\n \"url\": \"components/p-table-container.js\",\n \"revision\": \"514d9a516f0c9ace2ffde354de2dde05\"\n },\n {\n \"url\": \"components/p-table-definition.js\",\n \"revision\": \"38c3bf78b45f63d4a87a1037aa7f0624\"\n },\n {\n \"url\": \"components/p-table-footer.js\",\n \"revision\": \"5a465c7252d6d4fb2ad128c0305d050b\"\n },\n {\n \"url\": \"components/p-table-header.js\",\n \"revision\": \"63f83d160c2e7a5632989c559d8a3484\"\n },\n {\n \"url\": \"components/p-table-row.js\",\n \"revision\": \"b7f3db3b6b9c983dbf7bf871a3b348c6\"\n },\n {\n \"url\": \"components/p-table.js\",\n \"revision\": \"907833c196a0754966180dcc07ac3c35\"\n },\n {\n \"url\": \"components/p-tag.js\",\n \"revision\": \"a301a087bb5023239d463f2e41516b32\"\n },\n {\n \"url\": \"components/p-tooltip.js\",\n \"revision\": \"7648cc97b4186f3174a1230ee12c97ea\"\n },\n {\n \"url\": \"components/page-size-select.component.js\",\n \"revision\": \"81f5e0002a19a3de9ddce85e516d426d\"\n },\n {\n \"url\": \"components/pagination-item.component.js\",\n \"revision\": \"486ab88b598c0e8abb2c3ed456e71f96\"\n },\n {\n \"url\": \"components/pagination.component.js\",\n \"revision\": \"cc81e95bd5f3ac3830367d179bc865bd\"\n },\n {\n \"url\": \"components/popper.js\",\n \"revision\": \"ede59bec41fd2b049f32af4682e1ebba\"\n },\n {\n \"url\": \"components/segment-container.component.js\",\n \"revision\": \"5cdeb109d1a4c5d94bc1a110d4b201bd\"\n },\n {\n \"url\": \"components/segment-item.component.js\",\n \"revision\": \"28014258574f5b43a0fa7936154ad3ef\"\n },\n {\n \"url\": \"components/slider-indicator.component.js\",\n \"revision\": \"4c9202cc5bbf227d72f871e16ed87b2e\"\n },\n {\n \"url\": \"components/stepper-item.component.js\",\n \"revision\": \"494d1b87996fdee9b4833c8d7b6a4aea\"\n },\n {\n \"url\": \"components/stepper-line.component.js\",\n \"revision\": \"d07d8178492f8014353afd100f385ca3\"\n },\n {\n \"url\": \"components/table-container.component.js\",\n \"revision\": \"e6db86679ff5ccd0868204ff2a6976ff\"\n },\n {\n \"url\": \"components/table-footer.component.js\",\n \"revision\": \"6d1f0d493709ffa1d088f4a54b835004\"\n },\n {\n \"url\": \"components/table-header.component.js\",\n \"revision\": \"a9f2fbb1a1dc29733b241fec15665afa\"\n },\n {\n \"url\": \"components/table-row.component.js\",\n \"revision\": \"7c9e54aad6866c0ff80c7f34559465e7\"\n },\n {\n \"url\": \"components/tag.component.js\",\n \"revision\": \"519acfaf8c260e3b9680f94e7eea3f4f\"\n },\n {\n \"url\": \"components/tooltip.component.js\",\n \"revision\": \"3ce19b37b03bd97080ed0d0bb59ff94f\"\n },\n {\n \"url\": \"esm/child-of-90a8c4b5.js\",\n \"revision\": \"3ade58a4e846574695a9b0be776972c9\"\n },\n {\n \"url\": \"esm/constants-826f9460.js\",\n \"revision\": \"bfd8815143610d69702179889478ba89\"\n },\n {\n \"url\": \"esm/index-1ac329a8.js\",\n \"revision\": \"dd4f0730f60ed92617ed28497ebc74bb\"\n },\n {\n \"url\": \"esm/index.js\",\n \"revision\": \"76dac54e7f58faba664e73e3c95808f4\"\n },\n {\n \"url\": \"esm/loader.js\",\n \"revision\": \"83cfb74f85d0eac73ada685b0c229b39\"\n },\n {\n \"url\": \"esm/localization-abb97f67.js\",\n \"revision\": \"a845aa4a8f8319736c7b183e934d3ac4\"\n },\n {\n \"url\": \"esm/object-get-by-path-d6427a61.js\",\n \"revision\": \"9f2dc93079d3a7a4942889bce1110c86\"\n },\n {\n \"url\": \"esm/p-accordion.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"esm/p-avatar-group.entry.js\",\n \"revision\": \"219d49bbe6f2b7c7934b89a7b9f71bed\"\n },\n {\n \"url\": \"esm/p-avatar.entry.js\",\n \"revision\": \"d8fe5311f00cd7347833e3d7fc9e6e55\"\n },\n {\n \"url\": \"esm/p-button_3.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"esm/p-card-body.entry.js\",\n \"revision\": \"6295829ba930228a105b4385e81c0ab1\"\n },\n {\n \"url\": \"esm/p-card-container.entry.js\",\n \"revision\": \"265a6578157c152d1cb7a1e26defc292\"\n },\n {\n \"url\": \"esm/p-card-header.entry.js\",\n \"revision\": \"69ae20433ff56fb9002190c5b48a8fe0\"\n },\n {\n \"url\": \"esm/p-content-slider.entry.js\",\n \"revision\": \"62df6f836a8122429c6ac526e32aaeab\"\n },\n {\n \"url\": \"esm/p-counter.entry.js\",\n \"revision\": \"952735c170bbb5cc49f0fb8c1e0f747a\"\n },\n {\n \"url\": \"esm/p-divider.entry.js\",\n \"revision\": \"ca597c94e01dd1ade6b1bc7bd5b5b81a\"\n },\n {\n \"url\": \"esm/p-dropdown_2.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"esm/p-dropdown-menu-item_4.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"esm/p-helper_5.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"esm/p-illustration.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"esm/p-info-panel.entry.js\",\n \"revision\": \"dabce0c3d0b08134753d04165e71770a\"\n },\n {\n \"url\": \"esm/p-layout.entry.js\",\n \"revision\": \"ab80eb4047f61f95b12037c2995dde48\"\n },\n {\n \"url\": \"esm/p-modal-backdrop_5.entry.js\",\n \"revision\": \"f3609d60e5f9c476f9ffe91d3f1a87ac\"\n },\n {\n \"url\": \"esm/p-modal.entry.js\",\n \"revision\": \"c17a2f751887986dd96090a1f853e193\"\n },\n {\n \"url\": \"esm/p-navbar.entry.js\",\n \"revision\": \"d4628a4aa957b4d3e808d98e230a698f\"\n },\n {\n \"url\": \"esm/p-navigation-item.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"esm/p-profile.entry.js\",\n \"revision\": \"bc1da11f31505531e61631dab1d874a6\"\n },\n {\n \"url\": \"esm/p-slider-indicator.entry.js\",\n \"revision\": \"0b6a604bbc03cd59eb988c54290363d7\"\n },\n {\n \"url\": \"esm/p-status.entry.js\",\n \"revision\": \"159dd9d244866ad3d3b74f82101e0e75\"\n },\n {\n \"url\": \"esm/p-stepper-item_2.entry.js\",\n \"revision\": \"53422c9d161d3857039afa6983d3cf8a\"\n },\n {\n \"url\": \"esm/p-stepper.entry.js\",\n \"revision\": \"576372298da3fd6d33de52177213f770\"\n },\n {\n \"url\": \"esm/p-tab-group.entry.js\",\n \"revision\": \"b5da8be6c2485d6e2e5178eead42076d\"\n },\n {\n \"url\": \"esm/p-tab-item.entry.js\",\n \"revision\": \"ea8c6e8b3d4599c5770526917bde99e4\"\n },\n {\n \"url\": \"esm/p-table-body.entry.js\",\n \"revision\": \"525cb2945913db25aa3555911c67cb08\"\n },\n {\n \"url\": \"esm/p-table-container_4.entry.js\",\n \"revision\": \"1fe62d57ee7b46ac3127f006f59f3495\"\n },\n {\n \"url\": \"esm/p-table-definition.entry.js\",\n \"revision\": \"9c43e83d0a753bcc35a08a0a65406c0f\"\n },\n {\n \"url\": \"esm/p-table.entry.js\",\n \"revision\": \"11b0b439803a84365fa4837bbef8d12a\"\n },\n {\n \"url\": \"esm/p-tooltip.entry.js\",\n \"revision\": \"5803cdc56f5a65c478458eac3e0cde27\"\n },\n {\n \"url\": \"esm/polyfills/core-js.js\",\n \"revision\": \"dc27e0f38ebdd9196d36d393a6c60f4a\"\n },\n {\n \"url\": \"esm/polyfills/css-shim.js\",\n \"revision\": \"36323d0bd6801af0b90cc36af0a0ee8d\"\n },\n {\n \"url\": \"esm/polyfills/dom.js\",\n \"revision\": \"c59c209ccd8f829bb4bc0aaa99055edb\"\n },\n {\n \"url\": \"esm/polyfills/es5-html-element.js\",\n \"revision\": \"9cb6d45f69c87c978029d1aa0a05ac92\"\n },\n {\n \"url\": \"esm/polyfills/index.js\",\n \"revision\": \"d584dac684dbfccbd3271d63a2c59ed1\"\n },\n {\n \"url\": \"esm/polyfills/system.js\",\n \"revision\": \"e44813fe9fa71bac4abfeb30b88b457d\"\n },\n {\n \"url\": \"esm/popper-41c6f9cd.js\",\n \"revision\": \"ede59bec41fd2b049f32af4682e1ebba\"\n },\n {\n \"url\": \"index.cjs.js\",\n \"revision\": \"66e04f2fb404ebfb2502d6647369ec3b\"\n },\n {\n \"url\": \"index.js\",\n \"revision\": \"6e3fc07b3d20cdc681502bff787b2041\"\n },\n {\n \"url\": \"paperless/index.esm.js\",\n \"revision\": \"06e52a6ad68c1631de21092c8c0eb40d\"\n },\n {\n \"url\": \"paperless/p-04b7fb67.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-08ff155d.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-09ea2a1a.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-0ca1b35a.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-0cf8e23a.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-11275959.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-13b56212.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-197c58f1.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-1d160328.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-2323b234.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-3ef5e549.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-4f7152f2.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-5d768271.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-5f233f4b.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-66b0c60c.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-677d0647.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-6c60fd3d.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-721d414a.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-759b427a.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-7febed77.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-83b95dd4.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-8a6728d5.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-954e3737.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-a7086ffa.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-a81035d0.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-b12f4b10.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-b2596561.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-b2edfc61.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-b74773de.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-cfe0f01b.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-d2c6ba5f.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-df66367d.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-e2407e98.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-e633010e.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-ed08c398.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-f8fa3f28.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-f9d3bcb7.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-fc299f0f.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"tailwind.config.js\",\n \"revision\": \"cd7bd7332049042bc201d0327caf4108\"\n },\n {\n \"url\": \"tailwind/animation.js\",\n \"revision\": \"a3127019b37690ea725414dcdeb96661\"\n },\n {\n \"url\": \"tailwind/backdrop-blur.js\",\n \"revision\": \"006247f96d8b05436254636f54f9980f\"\n },\n {\n \"url\": \"tailwind/border-radius.js\",\n \"revision\": \"dd0f825fa408d2ba0176fd53862063d4\"\n },\n {\n \"url\": \"tailwind/colors.js\",\n \"revision\": \"6a39b234fcf655ec34be7e367b0b3128\"\n },\n {\n \"url\": \"tailwind/height.js\",\n \"revision\": \"a85ec9bb6367718080a5bae707eaf948\"\n },\n {\n \"url\": \"tailwind/rotate.js\",\n \"revision\": \"6e10d60cb01221e64cf027d729886b6d\"\n },\n {\n \"url\": \"tailwind/scale.js\",\n \"revision\": \"a839cb541613e836dc315f26e3e9a396\"\n },\n {\n \"url\": \"tailwind/screens.js\",\n \"revision\": \"990933c732e9f51548f57facf11791a8\"\n },\n {\n \"url\": \"tailwind/shadows.js\",\n \"revision\": \"2fe7d9f75053ea2d83e4bacaa824257c\"\n },\n {\n \"url\": \"tailwind/spacing.js\",\n \"revision\": \"7b52564d96308b681fb16542ae0e1c31\"\n },\n {\n \"url\": \"tailwind/typography.js\",\n \"revision\": \"63fc1dacace043e348a3fcf95c582fef\"\n },\n {\n \"url\": \"tailwind/width.js\",\n \"revision\": \"f289ec3b95e14f375547ac0aa9d7a217\"\n },\n {\n \"url\": \"tailwind/z-index.js\",\n \"revision\": \"ae5146fb67672e3ea2ea72f167d2c597\"\n }\n], {});\n\n\n\n\n\n\n\n\n"],"names":["self","addEventListener","event","data","type","skipWaiting","workbox_precaching_precacheAndRoute","url","revision"],"mappings":"0nBAmBAA,KAAKC,iBAAiB,WAAYC,IAC5BA,EAAMC,MAA4B,iBAApBD,EAAMC,KAAKC,MAC3BJ,KAAKK,aACN,IAWHC,EAAAA,iBAAoC,CAClC,CACEC,IAAO,aACPC,SAAY,oCAEd,CACED,IAAO,4CACPC,SAAY,oCAEd,CACED,IAAO,4CACPC,SAAY,oCAEd,CACED,IAAO,wCACPC,SAAY,oCAEd,CACED,IAAO,wCACPC,SAAY,oCAEd,CACED,IAAO,wCACPC,SAAY,oCAEd,CACED,IAAO,wCACPC,SAAY,oCAEd,CACED,IAAO,qBACPC,SAAY,oCAEd,CACED,IAAO,4BACPC,SAAY,MAEd,CACED,IAAO,4BACPC,SAAY,MAEd,CACED,IAAO,sBACPC,SAAY,MAEd,CACED,IAAO,4BACPC,SAAY,MAEd,CACED,IAAO,4BACPC,SAAY,MAEd,CACED,IAAO,4BACPC,SAAY,MAEd,CACED,IAAO,4BACPC,SAAY,MAEd,CACED,IAAO,4BACPC,SAAY,MAEd,CACED,IAAO,4BACPC,SAAY,MAEd,CACED,IAAO,4BACPC,SAAY,MAEd,CACED,IAAO,sBACPC,SAAY,MAEd,CACED,IAAO,4BACPC,SAAY,MAEd,CACED,IAAO,4BACPC,SAAY,MAEd,CACED,IAAO,4BACPC,SAAY,MAEd,CACED,IAAO,4BACPC,SAAY,MAEd,CACED,IAAO,4BACPC,SAAY,MAEd,CACED,IAAO,sBACPC,SAAY,MAEd,CACED,IAAO,4BACPC,SAAY,MAEd,CACED,IAAO,4BACPC,SAAY,MAEd,CACED,IAAO,4BACPC,SAAY,MAEd,CACED,IAAO,4BACPC,SAAY,MAEd,CACED,IAAO,sBACPC,SAAY,MAEd,CACED,IAAO,4BACPC,SAAY,MAEd,CACED,IAAO,sBACPC,SAAY,MAEd,CACED,IAAO,sBACPC,SAAY,MAEd,CACED,IAAO,4BACPC,SAAY,MAEd,CACED,IAAO,4BACPC,SAAY,MAEd,CACED,IAAO,4BACPC,SAAY,MAEd,CACED,IAAO,4BACPC,SAAY,MAEd,CACED,IAAO,4BACPC,SAAY,MAEd,CACED,IAAO,4BACPC,SAAY,MAEd,CACED,IAAO,4BACPC,SAAY,MAEd,CACED,IAAO,4BACPC,SAAY,MAEd,CACED,IAAO,4BACPC,SAAY,MAEd,CACED,IAAO,4BACPC,SAAY,MAEd,CACED,IAAO,4BACPC,SAAY,MAEd,CACED,IAAO,4BACPC,SAAY,MAEd,CACED,IAAO,4BACPC,SAAY,MAEd,CACED,IAAO,2BACPC,SAAY,oCAEd,CACED,IAAO,4BACPC,SAAY,oCAEd,CACED,IAAO,wBACPC,SAAY,oCAEd,CACED,IAAO,mBACPC,SAAY,oCAEd,CACED,IAAO,oBACPC,SAAY,oCAEd,CACED,IAAO,+BACPC,SAAY,oCAEd,CACED,IAAO,qCACPC,SAAY,oCAEd,CACED,IAAO,+BACPC,SAAY,MAEd,CACED,IAAO,kCACPC,SAAY,oCAEd,CACED,IAAO,4BACPC,SAAY,oCAEd,CACED,IAAO,8BACPC,SAAY,MAEd,CACED,IAAO,+BACPC,SAAY,oCAEd,CACED,IAAO,oCACPC,SAAY,oCAEd,CACED,IAAO,iCACPC,SAAY,oCAEd,CACED,IAAO,oCACPC,SAAY,oCAEd,CACED,IAAO,6BACPC,SAAY,oCAEd,CACED,IAAO,6BACPC,SAAY,oCAEd,CACED,IAAO,gCACPC,SAAY,MAEd,CACED,IAAO,0CACPC,SAAY,MAEd,CACED,IAAO,8BACPC,SAAY,MAEd,CACED,IAAO,kCACPC,SAAY,MAEd,CACED,IAAO,gCACPC,SAAY,oCAEd,CACED,IAAO,4BACPC,SAAY,oCAEd,CACED,IAAO,sCACPC,SAAY,oCAEd,CACED,IAAO,2BACPC,SAAY,oCAEd,CACED,IAAO,4BACPC,SAAY,oCAEd,CACED,IAAO,qCACPC,SAAY,MAEd,CACED,IAAO,6BACPC,SAAY,oCAEd,CACED,IAAO,sCACPC,SAAY,oCAEd,CACED,IAAO,4BACPC,SAAY,oCAEd,CACED,IAAO,oCACPC,SAAY,oCAEd,CACED,IAAO,6BACPC,SAAY,oCAEd,CACED,IAAO,+BACPC,SAAY,oCAEd,CACED,IAAO,8BACPC,SAAY,oCAEd,CACED,IAAO,gCACPC,SAAY,oCAEd,CACED,IAAO,uCACPC,SAAY,oCAEd,CACED,IAAO,sCACPC,SAAY,oCAEd,CACED,IAAO,2BACPC,SAAY,oCAEd,CACED,IAAO,6BACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,yBACPC,SAAY,oCAEd,CACED,IAAO,sCACPC,SAAY,oCAEd,CACED,IAAO,sEACPC,SAAY,oCAEd,CACED,IAAO,qEACPC,SAAY,oCAEd,CACED,IAAO,0DACPC,SAAY,oCAEd,CACED,IAAO,yDACPC,SAAY,oCAEd,CACED,IAAO,0DACPC,SAAY,oCAEd,CACED,IAAO,yDACPC,SAAY,oCAEd,CACED,IAAO,gEACPC,SAAY,oCAEd,CACED,IAAO,+DACPC,SAAY,oCAEd,CACED,IAAO,0EACPC,SAAY,oCAEd,CACED,IAAO,yEACPC,SAAY,oCAEd,CACED,IAAO,oEACPC,SAAY,oCAEd,CACED,IAAO,mEACPC,SAAY,oCAEd,CACED,IAAO,4DACPC,SAAY,oCAEd,CACED,IAAO,2DACPC,SAAY,oCAEd,CACED,IAAO,4DACPC,SAAY,oCAEd,CACED,IAAO,2DACPC,SAAY,oCAEd,CACED,IAAO,4FACPC,SAAY,oCAEd,CACED,IAAO,2FACPC,SAAY,oCAEd,CACED,IAAO,kFACPC,SAAY,oCAEd,CACED,IAAO,iFACPC,SAAY,oCAEd,CACED,IAAO,0DACPC,SAAY,oCAEd,CACED,IAAO,yDACPC,SAAY,oCAEd,CACED,IAAO,sDACPC,SAAY,oCAEd,CACED,IAAO,qDACPC,SAAY,oCAEd,CACED,IAAO,qEACPC,SAAY,oCAEd,CACED,IAAO,kEACPC,SAAY,oCAEd,CACED,IAAO,iEACPC,SAAY,oCAEd,CACED,IAAO,0DACPC,SAAY,oCAEd,CACED,IAAO,yDACPC,SAAY,oCAEd,CACED,IAAO,0DACPC,SAAY,oCAEd,CACED,IAAO,yDACPC,SAAY,oCAEd,CACED,IAAO,0EACPC,SAAY,oCAEd,CACED,IAAO,yEACPC,SAAY,oCAEd,CACED,IAAO,kEACPC,SAAY,oCAEd,CACED,IAAO,iEACPC,SAAY,oCAEd,CACED,IAAO,4EACPC,SAAY,oCAEd,CACED,IAAO,2EACPC,SAAY,oCAEd,CACED,IAAO,sEACPC,SAAY,oCAEd,CACED,IAAO,qEACPC,SAAY,oCAEd,CACED,IAAO,sEACPC,SAAY,oCAEd,CACED,IAAO,qEACPC,SAAY,oCAEd,CACED,IAAO,4EACPC,SAAY,oCAEd,CACED,IAAO,2EACPC,SAAY,oCAEd,CACED,IAAO,gFACPC,SAAY,oCAEd,CACED,IAAO,+EACPC,SAAY,oCAEd,CACED,IAAO,sEACPC,SAAY,oCAEd,CACED,IAAO,qEACPC,SAAY,oCAEd,CACED,IAAO,8EACPC,SAAY,oCAEd,CACED,IAAO,6EACPC,SAAY,oCAEd,CACED,IAAO,0DACPC,SAAY,oCAEd,CACED,IAAO,yDACPC,SAAY,oCAEd,CACED,IAAO,sEACPC,SAAY,oCAEd,CACED,IAAO,qEACPC,SAAY,oCAEd,CACED,IAAO,sEACPC,SAAY,oCAEd,CACED,IAAO,qEACPC,SAAY,oCAEd,CACED,IAAO,gEACPC,SAAY,oCAEd,CACED,IAAO,+DACPC,SAAY,oCAEd,CACED,IAAO,8DACPC,SAAY,oCAEd,CACED,IAAO,6DACPC,SAAY,oCAEd,CACED,IAAO,kEACPC,SAAY,oCAEd,CACED,IAAO,iEACPC,SAAY,oCAEd,CACED,IAAO,4EACPC,SAAY,oCAEd,CACED,IAAO,2EACPC,SAAY,oCAEd,CACED,IAAO,oDACPC,SAAY,oCAEd,CACED,IAAO,mDACPC,SAAY,oCAEd,CACED,IAAO,4DACPC,SAAY,oCAEd,CACED,IAAO,2DACPC,SAAY,oCAEd,CACED,IAAO,+EACPC,SAAY,oCAEd,CACED,IAAO,oEACPC,SAAY,oCAEd,CACED,IAAO,mEACPC,SAAY,oCAEd,CACED,IAAO,8EACPC,SAAY,oCAEd,CACED,IAAO,6EACPC,SAAY,oCAEd,CACED,IAAO,kEACPC,SAAY,oCAEd,CACED,IAAO,iEACPC,SAAY,oCAEd,CACED,IAAO,wEACPC,SAAY,oCAEd,CACED,IAAO,uEACPC,SAAY,oCAEd,CACED,IAAO,gFACPC,SAAY,oCAEd,CACED,IAAO,+EACPC,SAAY,oCAEd,CACED,IAAO,gEACPC,SAAY,oCAEd,CACED,IAAO,iFACPC,SAAY,oCAEd,CACED,IAAO,sEACPC,SAAY,oCAEd,CACED,IAAO,qEACPC,SAAY,oCAEd,CACED,IAAO,gEACPC,SAAY,oCAEd,CACED,IAAO,+DACPC,SAAY,oCAEd,CACED,IAAO,gEACPC,SAAY,oCAEd,CACED,IAAO,+DACPC,SAAY,oCAEd,CACED,IAAO,0EACPC,SAAY,oCAEd,CACED,IAAO,yEACPC,SAAY,oCAEd,CACED,IAAO,0EACPC,SAAY,oCAEd,CACED,IAAO,yEACPC,SAAY,oCAEd,CACED,IAAO,oEACPC,SAAY,oCAEd,CACED,IAAO,mEACPC,SAAY,oCAEd,CACED,IAAO,2DACPC,SAAY,oCAEd,CACED,IAAO,8DACPC,SAAY,oCAEd,CACED,IAAO,6DACPC,SAAY,oCAEd,CACED,IAAO,4DACPC,SAAY,oCAEd,CACED,IAAO,2DACPC,SAAY,oCAEd,CACED,IAAO,sBACPC,SAAY,oCAEd,CACED,IAAO,gCACPC,SAAY,oCAEd,CACED,IAAO,mCACPC,SAAY,oCAEd,CACED,IAAO,uCACPC,SAAY,oCAEd,CACED,IAAO,uCACPC,SAAY,oCAEd,CACED,IAAO,gCACPC,SAAY,oCAEd,CACED,IAAO,gCACPC,SAAY,oCAEd,CACED,IAAO,gCACPC,SAAY,oCAEd,CACED,IAAO,+BACPC,SAAY,oCAEd,CACED,IAAO,iCACPC,SAAY,oCAEd,CACED,IAAO,iCACPC,SAAY,oCAEd,CACED,IAAO,iCACPC,SAAY,oCAEd,CACED,IAAO,oCACPC,SAAY,oCAEd,CACED,IAAO,+BACPC,SAAY,oCAEd,CACED,IAAO,iCACPC,SAAY,oCAEd,CACED,IAAO,4BACPC,SAAY,oCAEd,CACED,IAAO,4BACPC,SAAY,oCAEd,CACED,IAAO,+BACPC,SAAY,oCAEd,CACED,IAAO,+BACPC,SAAY,oCAEd,CACED,IAAO,4BACPC,SAAY,oCAEd,CACED,IAAO,oCACPC,SAAY,oCAEd,CACED,IAAO,4BACPC,SAAY,oCAEd,CACED,IAAO,mCACPC,SAAY,oCAEd,CACED,IAAO,yCACPC,SAAY,oCAEd,CACED,IAAO,iCACPC,SAAY,oCAEd,CACED,IAAO,kCACPC,SAAY,oCAEd,CACED,IAAO,kCACPC,SAAY,oCAEd,CACED,IAAO,kDACPC,SAAY,oCAEd,CACED,IAAO,6CACPC,SAAY,oCAEd,CACED,IAAO,mCACPC,SAAY,oCAEd,CACED,IAAO,iCACPC,SAAY,oCAEd,CACED,IAAO,+BACPC,SAAY,oCAEd,CACED,IAAO,sBACPC,SAAY,oCAEd,CACED,IAAO,sCACPC,SAAY,oCAEd,CACED,IAAO,iCACPC,SAAY,oCAEd,CACED,IAAO,6BACPC,SAAY,oCAEd,CACED,IAAO,yCACPC,SAAY,oCAEd,CACED,IAAO,qCACPC,SAAY,oCAEd,CACED,IAAO,0CACPC,SAAY,oCAEd,CACED,IAAO,uCACPC,SAAY,oCAEd,CACED,IAAO,uCACPC,SAAY,oCAEd,CACED,IAAO,4BACPC,SAAY,MAEd,CACED,IAAO,+BACPC,SAAY,oCAEd,CACED,IAAO,yBACPC,SAAY,oCAEd,CACED,IAAO,yBACPC,SAAY,oCAEd,CACED,IAAO,4BACPC,SAAY,oCAEd,CACED,IAAO,iCACPC,SAAY,oCAEd,CACED,IAAO,8BACPC,SAAY,oCAEd,CACED,IAAO,iCACPC,SAAY,oCAEd,CACED,IAAO,0BACPC,SAAY,oCAEd,CACED,IAAO,0BACPC,SAAY,oCAEd,CACED,IAAO,0CACPC,SAAY,MAEd,CACED,IAAO,qCACPC,SAAY,MAEd,CACED,IAAO,2BACPC,SAAY,MAEd,CACED,IAAO,yBACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,+BACPC,SAAY,MAEd,CACED,IAAO,6BACPC,SAAY,oCAEd,CACED,IAAO,8BACPC,SAAY,oCAEd,CACED,IAAO,yBACPC,SAAY,oCAEd,CACED,IAAO,yBACPC,SAAY,oCAEd,CACED,IAAO,iCACPC,SAAY,oCAEd,CACED,IAAO,6BACPC,SAAY,oCAEd,CACED,IAAO,kCACPC,SAAY,oCAEd,CACED,IAAO,+BACPC,SAAY,oCAEd,CACED,IAAO,+BACPC,SAAY,oCAEd,CACED,IAAO,wBACPC,SAAY,oCAEd,CACED,IAAO,yBACPC,SAAY,oCAEd,CACED,IAAO,kCACPC,SAAY,MAEd,CACED,IAAO,mCACPC,SAAY,oCAEd,CACED,IAAO,kCACPC,SAAY,MAEd,CACED,IAAO,6BACPC,SAAY,MAEd,CACED,IAAO,0BACPC,SAAY,oCAEd,CACED,IAAO,oCACPC,SAAY,oCAEd,CACED,IAAO,+BACPC,SAAY,oCAEd,CACED,IAAO,mCACPC,SAAY,oCAEd,CACED,IAAO,yBACPC,SAAY,oCAEd,CACED,IAAO,+BACPC,SAAY,oCAEd,CACED,IAAO,+BACPC,SAAY,oCAEd,CACED,IAAO,0BACPC,SAAY,oCAEd,CACED,IAAO,4BACPC,SAAY,oCAEd,CACED,IAAO,2BACPC,SAAY,oCAEd,CACED,IAAO,6BACPC,SAAY,oCAEd,CACED,IAAO,kCACPC,SAAY,oCAEd,CACED,IAAO,mCACPC,SAAY,oCAEd,CACED,IAAO,+BACPC,SAAY,oCAEd,CACED,IAAO,+BACPC,SAAY,oCAEd,CACED,IAAO,4BACPC,SAAY,oCAEd,CACED,IAAO,wBACPC,SAAY,oCAEd,CACED,IAAO,sBACPC,SAAY,oCAEd,CACED,IAAO,0BACPC,SAAY,oCAEd,CACED,IAAO,2CACPC,SAAY,oCAEd,CACED,IAAO,0CACPC,SAAY,oCAEd,CACED,IAAO,qCACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,4CACPC,SAAY,oCAEd,CACED,IAAO,uCACPC,SAAY,oCAEd,CACED,IAAO,2CACPC,SAAY,oCAEd,CACED,IAAO,uCACPC,SAAY,oCAEd,CACED,IAAO,uCACPC,SAAY,oCAEd,CACED,IAAO,0CACPC,SAAY,oCAEd,CACED,IAAO,uCACPC,SAAY,oCAEd,CACED,IAAO,uCACPC,SAAY,oCAEd,CACED,IAAO,oCACPC,SAAY,oCAEd,CACED,IAAO,8BACPC,SAAY,oCAEd,CACED,IAAO,kCACPC,SAAY,oCAEd,CACED,IAAO,2BACPC,SAAY,oCAEd,CACED,IAAO,4BACPC,SAAY,oCAEd,CACED,IAAO,wBACPC,SAAY,oCAEd,CACED,IAAO,eACPC,SAAY,oCAEd,CACED,IAAO,gBACPC,SAAY,oCAEd,CACED,IAAO,+BACPC,SAAY,oCAEd,CACED,IAAO,qCACPC,SAAY,oCAEd,CACED,IAAO,2BACPC,SAAY,MAEd,CACED,IAAO,8BACPC,SAAY,oCAEd,CACED,IAAO,wBACPC,SAAY,oCAEd,CACED,IAAO,0BACPC,SAAY,MAEd,CACED,IAAO,2BACPC,SAAY,oCAEd,CACED,IAAO,gCACPC,SAAY,oCAEd,CACED,IAAO,6BACPC,SAAY,oCAEd,CACED,IAAO,gCACPC,SAAY,oCAEd,CACED,IAAO,yBACPC,SAAY,oCAEd,CACED,IAAO,yBACPC,SAAY,oCAEd,CACED,IAAO,4BACPC,SAAY,MAEd,CACED,IAAO,sCACPC,SAAY,MAEd,CACED,IAAO,0BACPC,SAAY,MAEd,CACED,IAAO,8BACPC,SAAY,MAEd,CACED,IAAO,4BACPC,SAAY,oCAEd,CACED,IAAO,wBACPC,SAAY,oCAEd,CACED,IAAO,kCACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,wBACPC,SAAY,oCAEd,CACED,IAAO,iCACPC,SAAY,MAEd,CACED,IAAO,yBACPC,SAAY,oCAEd,CACED,IAAO,kCACPC,SAAY,oCAEd,CACED,IAAO,wBACPC,SAAY,oCAEd,CACED,IAAO,gCACPC,SAAY,oCAEd,CACED,IAAO,yBACPC,SAAY,oCAEd,CACED,IAAO,2BACPC,SAAY,oCAEd,CACED,IAAO,0BACPC,SAAY,oCAEd,CACED,IAAO,4BACPC,SAAY,oCAEd,CACED,IAAO,mCACPC,SAAY,oCAEd,CACED,IAAO,kCACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,yBACPC,SAAY,oCAEd,CACED,IAAO,2BACPC,SAAY,oCAEd,CACED,IAAO,4BACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,oCACPC,SAAY,oCAEd,CACED,IAAO,yBACPC,SAAY,oCAEd,CACED,IAAO,0BACPC,SAAY,oCAEd,CACED,IAAO,yBACPC,SAAY,oCAEd,CACED,IAAO,eACPC,SAAY,oCAEd,CACED,IAAO,WACPC,SAAY,oCAEd,CACED,IAAO,yBACPC,SAAY,oCAEd,CACED,IAAO,gCACPC,SAAY,MAEd,CACED,IAAO,gCACPC,SAAY,MAEd,CACED,IAAO,0BACPC,SAAY,MAEd,CACED,IAAO,gCACPC,SAAY,MAEd,CACED,IAAO,gCACPC,SAAY,MAEd,CACED,IAAO,gCACPC,SAAY,MAEd,CACED,IAAO,gCACPC,SAAY,MAEd,CACED,IAAO,gCACPC,SAAY,MAEd,CACED,IAAO,gCACPC,SAAY,MAEd,CACED,IAAO,gCACPC,SAAY,MAEd,CACED,IAAO,0BACPC,SAAY,MAEd,CACED,IAAO,gCACPC,SAAY,MAEd,CACED,IAAO,gCACPC,SAAY,MAEd,CACED,IAAO,gCACPC,SAAY,MAEd,CACED,IAAO,gCACPC,SAAY,MAEd,CACED,IAAO,gCACPC,SAAY,MAEd,CACED,IAAO,0BACPC,SAAY,MAEd,CACED,IAAO,gCACPC,SAAY,MAEd,CACED,IAAO,gCACPC,SAAY,MAEd,CACED,IAAO,gCACPC,SAAY,MAEd,CACED,IAAO,gCACPC,SAAY,MAEd,CACED,IAAO,0BACPC,SAAY,MAEd,CACED,IAAO,gCACPC,SAAY,MAEd,CACED,IAAO,0BACPC,SAAY,MAEd,CACED,IAAO,0BACPC,SAAY,MAEd,CACED,IAAO,gCACPC,SAAY,MAEd,CACED,IAAO,gCACPC,SAAY,MAEd,CACED,IAAO,gCACPC,SAAY,MAEd,CACED,IAAO,gCACPC,SAAY,MAEd,CACED,IAAO,gCACPC,SAAY,MAEd,CACED,IAAO,gCACPC,SAAY,MAEd,CACED,IAAO,gCACPC,SAAY,MAEd,CACED,IAAO,gCACPC,SAAY,MAEd,CACED,IAAO,gCACPC,SAAY,MAEd,CACED,IAAO,gCACPC,SAAY,MAEd,CACED,IAAO,gCACPC,SAAY,MAEd,CACED,IAAO,gCACPC,SAAY,MAEd,CACED,IAAO,gCACPC,SAAY,MAEd,CACED,IAAO,qBACPC,SAAY,oCAEd,CACED,IAAO,wBACPC,SAAY,oCAEd,CACED,IAAO,4BACPC,SAAY,oCAEd,CACED,IAAO,4BACPC,SAAY,oCAEd,CACED,IAAO,qBACPC,SAAY,oCAEd,CACED,IAAO,qBACPC,SAAY,oCAEd,CACED,IAAO,qBACPC,SAAY,oCAEd,CACED,IAAO,oBACPC,SAAY,oCAEd,CACED,IAAO,sBACPC,SAAY,oCAEd,CACED,IAAO,sBACPC,SAAY,oCAEd,CACED,IAAO,sBACPC,SAAY,oCAEd,CACED,IAAO,yBACPC,SAAY,oCAEd,CACED,IAAO,oBACPC,SAAY,oCAEd,CACED,IAAO,sBACPC,SAAY,qCAEb,CAAA"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
module.exports = {
|
|
2
|
+
animation: {
|
|
3
|
+
'fade-in': 'fadeIn .2s ease-in-out',
|
|
4
|
+
'fade-out': 'fadeOut .2s ease-in-out',
|
|
5
|
+
},
|
|
6
|
+
|
|
7
|
+
keyframes: {
|
|
8
|
+
fadeIn: {
|
|
9
|
+
'0%': { opacity: 0 },
|
|
10
|
+
'100%': { opacity: 100 },
|
|
11
|
+
},
|
|
12
|
+
fadeOut: {
|
|
13
|
+
'0%': { opacity: 100 },
|
|
14
|
+
'100%': { opacity: 0 },
|
|
15
|
+
},
|
|
16
|
+
},
|
|
17
|
+
};
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
module.exports = {
|
|
2
|
+
transparent: 'transparent',
|
|
3
|
+
current: 'currentColor',
|
|
4
|
+
indigo: {
|
|
5
|
+
dark: '#2C4BA9',
|
|
6
|
+
DEFAULT: '#528AFA',
|
|
7
|
+
light: '#F1F6FF',
|
|
8
|
+
},
|
|
9
|
+
sky: {
|
|
10
|
+
dark: '#30C2C9',
|
|
11
|
+
DEFAULT: '#1EDAE3',
|
|
12
|
+
light: '#F5FEFF',
|
|
13
|
+
vague: '#BBF4F6',
|
|
14
|
+
},
|
|
15
|
+
mystic: {
|
|
16
|
+
blank: '#FFF',
|
|
17
|
+
dark: '#DAE6F0',
|
|
18
|
+
DEFAULT: '#F7FAFC',
|
|
19
|
+
light: '#FCFDFE',
|
|
20
|
+
medium: '#E3ECF3',
|
|
21
|
+
},
|
|
22
|
+
redberry: {
|
|
23
|
+
dark: '#BD0F1E',
|
|
24
|
+
DEFAULT: '#E63241',
|
|
25
|
+
light: '#FFE8EA',
|
|
26
|
+
medium: '#FF7D88',
|
|
27
|
+
},
|
|
28
|
+
storm: {
|
|
29
|
+
dark: '#272838',
|
|
30
|
+
DEFAULT: '#51536B',
|
|
31
|
+
light: '#B0B2CB',
|
|
32
|
+
medium: '#80829E',
|
|
33
|
+
vague: '#989AB7',
|
|
34
|
+
},
|
|
35
|
+
negative: {
|
|
36
|
+
dark: '#8A0F1D',
|
|
37
|
+
DEFAULT: '#B91E28',
|
|
38
|
+
light: '#FFCCD3',
|
|
39
|
+
},
|
|
40
|
+
positive: {
|
|
41
|
+
dark: '#1DA360',
|
|
42
|
+
DEFAULT: '#28D17C',
|
|
43
|
+
light: '#E5FFF2',
|
|
44
|
+
},
|
|
45
|
+
unbiased: {
|
|
46
|
+
dark: '#FFA231',
|
|
47
|
+
DEFAULT: '#FFC72D',
|
|
48
|
+
light: '#FFF6DC',
|
|
49
|
+
},
|
|
50
|
+
white: '#FFF',
|
|
51
|
+
black: '#000',
|
|
52
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
module.exports = {
|
|
2
|
+
1: '0px 0.0625rem 0.05rem rgba(0,0,0, 0.5)',
|
|
3
|
+
2: '0px 0.0625rem 0.1125rem rgba(0,0,0, 0.65)',
|
|
4
|
+
3: '0px 0.0625rem 0.125rem rgba(0,0,0, 0.65)',
|
|
5
|
+
4: [
|
|
6
|
+
'0px 0.3125rem 1rem rgba(0,24,98, 0.08)',
|
|
7
|
+
'0px 0.0625rem 0.1875rem rgba(0,24,98, 0.13)',
|
|
8
|
+
],
|
|
9
|
+
5: '0px 0.1875rem 1rem rgba(0,24,98, 0.3)',
|
|
10
|
+
transparent: 'transparent',
|
|
11
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
module.exports = {
|
|
2
|
+
fontSize: {
|
|
3
|
+
'h1': '2.5rem',
|
|
4
|
+
'h2': '2rem',
|
|
5
|
+
'h3': '1.5rem',
|
|
6
|
+
'h4': '1.25rem',
|
|
7
|
+
'h5': '1.125rem',
|
|
8
|
+
'body': '1rem',
|
|
9
|
+
'body-2': '1.125rem',
|
|
10
|
+
'xxs': '0.6875rem'
|
|
11
|
+
},
|
|
12
|
+
lineHeight: {
|
|
13
|
+
'h1': '3rem',
|
|
14
|
+
'h2': '2.5rem',
|
|
15
|
+
'h3': '1.875rem',
|
|
16
|
+
'h4': '1.625rem',
|
|
17
|
+
'h5': '1.375rem',
|
|
18
|
+
'body': '1.75rem',
|
|
19
|
+
'body-2': '1.875rem',
|
|
20
|
+
}
|
|
21
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
module.exports = {
|
|
2
|
+
unset: 'unset',
|
|
3
|
+
|
|
4
|
+
// default variant
|
|
5
|
+
'sidebar-mobile': '100%',
|
|
6
|
+
'sidebar-desktop': '15rem',
|
|
7
|
+
|
|
8
|
+
'content-mobile': '100%',
|
|
9
|
+
'content-desktop-xs': '100%',
|
|
10
|
+
'content-desktop-sm': '100%',
|
|
11
|
+
'content-desktop': '69rem',
|
|
12
|
+
'content-desktop-lg': '69rem',
|
|
13
|
+
'content-desktop-xl': '69rem',
|
|
14
|
+
|
|
15
|
+
// login variant
|
|
16
|
+
'sidebar-desktop-login': '100%',
|
|
17
|
+
'content-desktop-login': '30rem',
|
|
18
|
+
};
|
package/dist/tailwind.config.js
CHANGED
|
@@ -1,23 +1,37 @@
|
|
|
1
1
|
const colors = require('./tailwind/colors');
|
|
2
2
|
const shadows = require('./tailwind/shadows');
|
|
3
3
|
const borderRadius = require('./tailwind/border-radius');
|
|
4
|
-
const grid = require('./tailwind/grid');
|
|
5
4
|
const scale = require('./tailwind/scale');
|
|
6
5
|
const rotate = require('./tailwind/rotate');
|
|
6
|
+
const typeograhpy = require('./tailwind/typography');
|
|
7
|
+
const backdropBlur = require('./tailwind/backdrop-blur');
|
|
8
|
+
const zIndex = require('./tailwind/z-index');
|
|
9
|
+
const animation = require('./tailwind/animation');
|
|
10
|
+
const screens = require('./tailwind/screens');
|
|
11
|
+
const width = require('./tailwind/width');
|
|
12
|
+
const height = require('./tailwind/height');
|
|
13
|
+
const spacing = require('./tailwind/spacing');
|
|
7
14
|
|
|
8
15
|
module.exports = {
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
16
|
+
important: true,
|
|
17
|
+
theme: {
|
|
18
|
+
colors,
|
|
19
|
+
boxShadow: shadows,
|
|
20
|
+
dropShadow: shadows,
|
|
21
|
+
borderRadius,
|
|
22
|
+
extend: {
|
|
23
|
+
...animation,
|
|
24
|
+
scale,
|
|
25
|
+
rotate,
|
|
26
|
+
fontSize: typeograhpy.fontSize,
|
|
27
|
+
lineHeight: typeograhpy.lineHeight,
|
|
28
|
+
backdropBlur,
|
|
29
|
+
zIndex,
|
|
30
|
+
screens,
|
|
31
|
+
width,
|
|
32
|
+
height,
|
|
33
|
+
spacing,
|
|
34
|
+
},
|
|
19
35
|
},
|
|
20
|
-
|
|
21
|
-
variants: {},
|
|
22
|
-
plugins: [require('@tailwindcss/aspect-ratio')],
|
|
36
|
+
plugins: [require('@tailwindcss/aspect-ratio')],
|
|
23
37
|
};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { EventEmitter } from '../../../stencil-public-runtime';
|
|
2
|
+
import { RotateOptions } from '../../../types/tailwind';
|
|
2
3
|
import { IconFlipOptions, IconVariant } from '../icon/icon.component';
|
|
3
4
|
export declare class Button {
|
|
4
5
|
/**
|
|
@@ -17,10 +18,22 @@ export declare class Button {
|
|
|
17
18
|
* The size of the button
|
|
18
19
|
*/
|
|
19
20
|
size: 'small' | 'medium';
|
|
21
|
+
/**
|
|
22
|
+
* The width of the button
|
|
23
|
+
*/
|
|
24
|
+
width: 'auto' | 'full';
|
|
20
25
|
/**
|
|
21
26
|
* Wether to show a loader or not
|
|
22
27
|
*/
|
|
23
28
|
loading: boolean;
|
|
29
|
+
/**
|
|
30
|
+
* Wether to show a chevron or not
|
|
31
|
+
*/
|
|
32
|
+
chevron: boolean | 'up' | 'down';
|
|
33
|
+
/**
|
|
34
|
+
* Chevron position
|
|
35
|
+
*/
|
|
36
|
+
chevronPosition: 'start' | 'end';
|
|
24
37
|
/**
|
|
25
38
|
* Wether the button is disabled
|
|
26
39
|
*/
|
|
@@ -29,6 +42,10 @@ export declare class Button {
|
|
|
29
42
|
* Icon to show on the button
|
|
30
43
|
*/
|
|
31
44
|
icon: IconVariant;
|
|
45
|
+
/**
|
|
46
|
+
* Wether the button is icon only
|
|
47
|
+
*/
|
|
48
|
+
iconOnly: boolean;
|
|
32
49
|
/**
|
|
33
50
|
* Icon position
|
|
34
51
|
*/
|
|
@@ -40,11 +57,19 @@ export declare class Button {
|
|
|
40
57
|
/**
|
|
41
58
|
* Icon rotate
|
|
42
59
|
*/
|
|
43
|
-
iconRotate:
|
|
60
|
+
iconRotate: RotateOptions;
|
|
61
|
+
/**
|
|
62
|
+
* Wether the button should inherit text styles
|
|
63
|
+
*/
|
|
64
|
+
inheritText: boolean;
|
|
44
65
|
/**
|
|
45
66
|
* Button click event
|
|
46
67
|
*/
|
|
47
68
|
onClick: EventEmitter<MouseEvent>;
|
|
69
|
+
/**
|
|
70
|
+
* The host element
|
|
71
|
+
*/
|
|
72
|
+
private _el;
|
|
48
73
|
render(): any;
|
|
49
74
|
handleClick(ev: MouseEvent): void;
|
|
50
75
|
private _getIcon;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { IconVariant } from '../icon/icon.component';
|
|
2
|
+
export declare class DropdownMenuItem {
|
|
3
|
+
/**
|
|
4
|
+
* Wether the dropdown menu item is active
|
|
5
|
+
*/
|
|
6
|
+
active: boolean;
|
|
7
|
+
/**
|
|
8
|
+
* Icon of the navigation item
|
|
9
|
+
*/
|
|
10
|
+
icon: IconVariant;
|
|
11
|
+
render(): any;
|
|
12
|
+
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { RotateOptions, TextSizeOptions } from '../../../types/tailwind';
|
|
1
2
|
import icons from '../../../utils/icons';
|
|
2
3
|
export declare type IconVariant = keyof typeof icons;
|
|
3
4
|
export declare type IconFlipOptions = 'horizontal' | 'vertical';
|
|
@@ -9,15 +10,14 @@ export declare class Icon {
|
|
|
9
10
|
/**
|
|
10
11
|
* The size of the icon, using tailwind sizes
|
|
11
12
|
*/
|
|
12
|
-
size:
|
|
13
|
+
size: TextSizeOptions;
|
|
13
14
|
/**
|
|
14
15
|
* Wether to rotate the icon x degrees
|
|
15
16
|
*/
|
|
16
|
-
rotate:
|
|
17
|
+
rotate: RotateOptions;
|
|
17
18
|
/**
|
|
18
19
|
* Wether to flip the icon horizontally or vertically
|
|
19
20
|
*/
|
|
20
21
|
flip: IconFlipOptions;
|
|
21
22
|
render(): any;
|
|
22
|
-
private _getClass;
|
|
23
23
|
}
|