@fremtind/jokul 0.14.0 → 0.15.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/build-stats.html +1 -1
- package/build/cjs/components/accordion/documentation/Example.js +2 -0
- package/build/cjs/components/accordion/documentation/Example.js.map +1 -0
- package/build/cjs/components/accordion/documentation/main.js +2 -0
- package/build/cjs/components/accordion/documentation/main.js.map +1 -0
- package/build/cjs/components/accordion/documentation/vite.dev.config.js +2 -0
- package/build/cjs/components/accordion/documentation/vite.dev.config.js.map +1 -0
- package/build/cjs/components/button/Button.js +1 -1
- package/build/cjs/components/button/Button.js.map +1 -1
- package/build/cjs/components/button/types.js.map +1 -1
- package/build/cjs/components/link/documentation/Example.js +2 -0
- package/build/cjs/components/link/documentation/Example.js.map +1 -0
- package/build/cjs/components/link/documentation/main.js +2 -0
- package/build/cjs/components/link/documentation/main.js.map +1 -0
- package/build/cjs/components/link/documentation/vite.dev.config.js +2 -0
- package/build/cjs/components/link/documentation/vite.dev.config.js.map +1 -0
- package/build/cjs/components/loader/documentation/Example.js +2 -0
- package/build/cjs/components/loader/documentation/Example.js.map +1 -0
- package/build/cjs/components/loader/documentation/main.js +2 -0
- package/build/cjs/components/loader/documentation/main.js.map +1 -0
- package/build/cjs/components/loader/documentation/vite.dev.config.js +2 -0
- package/build/cjs/components/loader/documentation/vite.dev.config.js.map +1 -0
- package/build/copy-jkl-fonts-BEH11kbT.cjs +2 -0
- package/build/copy-jkl-fonts-BEH11kbT.cjs.map +1 -0
- package/build/copy-jkl-fonts-Yd-mZnP9.js +2 -0
- package/build/copy-jkl-fonts-Yd-mZnP9.js.map +1 -0
- package/build/es/components/accordion/documentation/Example.js +2 -0
- package/build/es/components/accordion/documentation/Example.js.map +1 -0
- package/build/es/components/accordion/documentation/main.js +2 -0
- package/build/es/components/accordion/documentation/main.js.map +1 -0
- package/build/es/components/accordion/documentation/vite.dev.config.js +2 -0
- package/build/es/components/accordion/documentation/vite.dev.config.js.map +1 -0
- package/build/es/components/button/Button.js +1 -1
- package/build/es/components/button/Button.js.map +1 -1
- package/build/es/components/button/types.js.map +1 -1
- package/build/es/components/link/documentation/Example.js +2 -0
- package/build/es/components/link/documentation/Example.js.map +1 -0
- package/build/es/components/link/documentation/main.js +2 -0
- package/build/es/components/link/documentation/main.js.map +1 -0
- package/build/es/components/link/documentation/vite.dev.config.js +2 -0
- package/build/es/components/link/documentation/vite.dev.config.js.map +1 -0
- package/build/es/components/loader/documentation/Example.js +2 -0
- package/build/es/components/loader/documentation/Example.js.map +1 -0
- package/build/es/components/loader/documentation/main.js +2 -0
- package/build/es/components/loader/documentation/main.js.map +1 -0
- package/build/es/components/loader/documentation/vite.dev.config.js +2 -0
- package/build/es/components/loader/documentation/vite.dev.config.js.map +1 -0
- package/build/formatCode-BE8lQWf_.js +2 -0
- package/build/formatCode-BE8lQWf_.js.map +1 -0
- package/build/formatCode-C0vvPbYm.cjs +2 -0
- package/build/formatCode-C0vvPbYm.cjs.map +1 -0
- package/build/index-BeDzjUCb.cjs +2 -0
- package/build/index-BeDzjUCb.cjs.map +1 -0
- package/build/index-CWVFjuWM.js +2 -0
- package/build/index-CWVFjuWM.js.map +1 -0
- package/build/packages/jokul/src/components/accordion/documentation/Example.d.ts +2 -0
- package/build/packages/jokul/src/components/accordion/documentation/main.d.ts +1 -0
- package/build/packages/jokul/src/components/accordion/documentation/vite.dev.config.d.ts +2 -0
- package/build/{components → packages/jokul/src/components}/button/types.d.ts +26 -2
- package/build/packages/jokul/src/components/link/documentation/Example.d.ts +2 -0
- package/build/packages/jokul/src/components/link/documentation/main.d.ts +1 -0
- package/build/packages/jokul/src/components/link/documentation/vite.dev.config.d.ts +2 -0
- package/build/packages/jokul/src/components/loader/documentation/Example.d.ts +2 -0
- package/build/packages/jokul/src/components/loader/documentation/main.d.ts +1 -0
- package/build/packages/jokul/src/components/loader/documentation/vite.dev.config.d.ts +2 -0
- package/build/style.css +1 -0
- package/package.json +12 -2
- package/src/components/button/styles/button.css +126 -193
- package/src/components/button/styles/button.min.css +1 -1
- package/src/components/button/styles/button.scss +129 -220
- package/src/components/checkbox/styles/checkbox.css +4 -4
- package/src/components/checkbox/styles/checkbox.min.css +1 -1
- package/src/components/feedback/styles/feedback.css +2 -2
- package/src/components/feedback/styles/feedback.min.css +1 -1
- package/src/components/input-group/styles/input-group.css +2 -2
- package/src/components/input-group/styles/input-group.min.css +1 -1
- package/src/components/loader/styles/loader.css +6 -6
- package/src/components/loader/styles/loader.min.css +1 -1
- package/src/components/loader/styles/skeleton-loader.css +5 -5
- package/src/components/loader/styles/skeleton-loader.min.css +1 -1
- package/src/components/message/styles/message.css +2 -2
- package/src/components/message/styles/message.min.css +1 -1
- package/src/components/progress-bar/styles/progress-bar.css +2 -2
- package/src/components/progress-bar/styles/progress-bar.min.css +1 -1
- package/src/components/radio-button/styles/radio-button.css +2 -2
- package/src/components/radio-button/styles/radio-button.min.css +1 -1
- package/src/components/system-message/styles/system-message.css +2 -2
- package/src/components/system-message/styles/system-message.min.css +1 -1
- package/src/components/toast/styles/toast.css +4 -4
- package/src/components/toast/styles/toast.min.css +1 -1
- package/src/core/jkl/_theme.scss +32 -13
- /package/build/{components → packages/jokul/src/components}/ScreenReaderOnly.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/accordion/Accordion.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/accordion/AccordionItem.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/accordion/index.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/breadcrumb/Breadcrumb.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/breadcrumb/BreadcrumbItem.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/breadcrumb/index.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/button/Button.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/button/index.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/card/Card.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/card/CardImage.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/card/InfoCard.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/card/NavCard.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/card/TaskCard.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/card/index.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/card/types.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/card/utils.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/checkbox/Checkbox.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/checkbox/index.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/combobox/Combobox.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/combobox/index.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/cookie-consent/CookieConsent.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/cookie-consent/CookieConsentContext.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/cookie-consent/CookieConsentModal.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/cookie-consent/consents/CustomConsents.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/cookie-consent/consents/DefaultConsents.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/cookie-consent/consents/RequirementCheckbox.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/cookie-consent/cookieConsentUtils.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/cookie-consent/index.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/cookie-consent/types.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/datepicker/DatePicker.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/datepicker/index.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/datepicker/internal/Calendar.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/datepicker/internal/calendarReducer.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/datepicker/internal/useCalendar.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/datepicker/internal/utils.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/datepicker/types.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/datepicker/utils.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/datepicker/validation.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/description-list/DescriptionList.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/description-list/index.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/expander/ExpandSection.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/expander/Expander.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/expander/index.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/feedback/Feedback.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/feedback/FeedbackSuccess.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/feedback/FeedbackValues.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/feedback/feedbackContext.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/feedback/followup/Followup.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/feedback/followup/followupContext.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/feedback/followup/useFollowup.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/feedback/index.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/feedback/main-question/MainQuestion.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/feedback/main-question/mainQuestionContext.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/feedback/main-question/useMainQuestion.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/feedback/presets.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/feedback/questions/AddonQuestion.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/feedback/questions/CheckboxQuestion.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/feedback/questions/ContactQuestion.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/feedback/questions/RadioQuestion.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/feedback/questions/SmileyQuestion.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/feedback/questions/TextQuestion.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/feedback/questions/index.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/feedback/questions/smileyUtils.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/feedback/types.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/feedback/utils.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/icon/Icon.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/icon/icons/ArrowDownIcon.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/icon/icons/ArrowLeftIcon.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/icon/icons/ArrowNorthEastIcon.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/icon/icons/ArrowRightIcon.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/icon/icons/ArrowUpIcon.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/icon/icons/CalendarIcon.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/icon/icons/CheckIcon.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/icon/icons/ChevronDownIcon.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/icon/icons/ChevronLeftIcon.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/icon/icons/ChevronRightIcon.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/icon/icons/ChevronUpIcon.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/icon/icons/CloseIcon.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/icon/icons/CopyIcon.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/icon/icons/DotsIcon.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/icon/icons/DragIcon.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/icon/icons/ErrorIcon.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/icon/icons/GreenCheckIcon.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/icon/icons/HamburgerIcon.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/icon/icons/InfoIcon.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/icon/icons/LinkIcon.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/icon/icons/MinusIcon.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/icon/icons/PenIcon.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/icon/icons/PlusIcon.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/icon/icons/QuestionIcon.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/icon/icons/RedCrossIcon.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/icon/icons/SearchIcon.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/icon/icons/SuccessIcon.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/icon/icons/ThumbDownIcon.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/icon/icons/ThumbUpIcon.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/icon/icons/TrashCanIcon.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/icon/icons/WarningIcon.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/icon/icons/animated/ArrowHorizontalAnimated.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/icon/icons/animated/ArrowVerticalAnimated.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/icon/icons/animated/PlusRemoveAnimated.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/icon/index.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/icon/types.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/icon-button/IconButton.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/icon-button/index.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/image/Image.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/image/index.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/image/useImageLoadingStatus.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/index.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/input-group/FieldGroup.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/input-group/InputGroup.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/input-group/Label.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/input-group/SupportLabel.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/input-group/index.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/link/Link.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/link/NavLink.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/link/index.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/link-list/LinkList.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/link-list/index.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/list/List.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/list/ListItem.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/list/index.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/loader/Loader.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/loader/index.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/loader/skeletons/SkeletonAnimation.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/loader/skeletons/SkeletonButton.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/loader/skeletons/SkeletonCheckboxGroup.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/loader/skeletons/SkeletonElement.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/loader/skeletons/SkeletonInput.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/loader/skeletons/SkeletonLabel.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/loader/skeletons/SkeletonRadioButtonGroup.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/loader/skeletons/SkeletonTable.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/loader/skeletons/SkeletonTextArea.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/loader/useDelayedRender.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/logo/Logo.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/logo/LogoStamp.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/logo/index.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/logo/text-paths/ForsikringLevertAvFremtind.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/logo/text-paths/FraSB1ogDNB.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/logo/text-paths/InnovasjonFraFremtind.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/logo/text-paths/TeknologiFraFremtind.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/logo/text-paths/VartEgetForsikringsselskap.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/logo/text-paths/VartForsikringsselskap.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/logo/text-paths/index.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/logo/useTextSpinner.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/message/DismissButton.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/message/FormErrorMessage.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/message/Message.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/message/index.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/modal/Modal.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/modal/index.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/modal/useModal.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/popover/Popover.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/popover/index.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/popover/utils.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/progress-bar/Countdown.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/progress-bar/ProgressBar.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/progress-bar/index.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/radio-button/BaseRadioButton.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/radio-button/RadioButton.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/radio-button/RadioButtonGroup.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/radio-button/index.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/radio-button/radioGroupContext.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/select/NativeSelect.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/select/Select.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/select/index.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/select/select-utils.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/summary-table/SummaryTable.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/summary-table/SummaryTableRow.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/summary-table/index.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/summary-table/mocks/index.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/system-message/SystemMessage.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/system-message/common/DismissButton.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/system-message/common/MessageIcon.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/system-message/index.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/table/DataTable.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/table/ExpandableTableRow.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/table/ExpandableTableRowController.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/table/Table.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/table/TableBody.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/table/TableCaption.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/table/TableCell.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/table/TableColumn.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/table/TableColumnGroup.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/table/TableFooter.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/table/TableHead.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/table/TableHeader.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/table/TablePagination.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/table/TableRow.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/table/index.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/table/tableContext.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/table/tableSectionContext.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/table/utils.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/tabs/NavTab.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/tabs/NavTabs.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/tabs/Tab.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/tabs/TabList.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/tabs/TabPanel.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/tabs/Tabs.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/tabs/index.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/tabs/tabsContext.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/tag/Tag.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/tag/index.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/text-input/BaseTextArea.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/text-input/BaseTextInput.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/text-input/TextArea.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/text-input/TextInput.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/text-input/index.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/toast/Toast.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/toast/ToastRegion.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/toast/index.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/toast/toastContext.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/toast/types.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/toggle-switch/ToggleSlider.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/toggle-switch/ToggleSwitch.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/toggle-switch/index.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/toggle-switch/usePillStyles.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/tooltip/PopupTip.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/tooltip/TooltipContent.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/tooltip/TooltipTrigger.d.ts +0 -0
- /package/build/{components → packages/jokul/src/components}/tooltip/index.d.ts +0 -0
- /package/build/{core → packages/jokul/src/core}/index.d.ts +0 -0
- /package/build/{core → packages/jokul/src/core}/tokens.d.ts +0 -0
- /package/build/{core → packages/jokul/src/core}/types.d.ts +0 -0
- /package/build/{hooks → packages/jokul/src/hooks}/index.d.ts +0 -0
- /package/build/{hooks → packages/jokul/src/hooks}/mediaQueryUtils.d.ts +0 -0
- /package/build/{hooks → packages/jokul/src/hooks}/useAnimatedDetails/index.d.ts +0 -0
- /package/build/{hooks → packages/jokul/src/hooks}/useAnimatedDetails/useAnimatedDetails.d.ts +0 -0
- /package/build/{hooks → packages/jokul/src/hooks}/useAnimatedHeight/index.d.ts +0 -0
- /package/build/{hooks → packages/jokul/src/hooks}/useAnimatedHeight/types.d.ts +0 -0
- /package/build/{hooks → packages/jokul/src/hooks}/useAnimatedHeight/useAnimatedHeight.d.ts +0 -0
- /package/build/{hooks → packages/jokul/src/hooks}/useAnimatedHeight/useAnimatedHeightBetween.d.ts +0 -0
- /package/build/{hooks → packages/jokul/src/hooks}/useAnimatedHeight/useAutoAnimateHeight.d.ts +0 -0
- /package/build/{hooks → packages/jokul/src/hooks}/useAriaLiveRegion/index.d.ts +0 -0
- /package/build/{hooks → packages/jokul/src/hooks}/useAriaLiveRegion/useAriaLiveRegion.d.ts +0 -0
- /package/build/{hooks → packages/jokul/src/hooks}/useBrowserPreferences/index.d.ts +0 -0
- /package/build/{hooks → packages/jokul/src/hooks}/useBrowserPreferences/useBrowserPreferences.d.ts +0 -0
- /package/build/{hooks → packages/jokul/src/hooks}/useClickOutside/index.d.ts +0 -0
- /package/build/{hooks → packages/jokul/src/hooks}/useClickOutside/useClickOutside.d.ts +0 -0
- /package/build/{hooks → packages/jokul/src/hooks}/useElementDimensions/index.d.ts +0 -0
- /package/build/{hooks → packages/jokul/src/hooks}/useElementDimensions/useElementDimensions.d.ts +0 -0
- /package/build/{hooks → packages/jokul/src/hooks}/useFocusOutside/index.d.ts +0 -0
- /package/build/{hooks → packages/jokul/src/hooks}/useFocusOutside/useFocusOutside.d.ts +0 -0
- /package/build/{hooks → packages/jokul/src/hooks}/useId/index.d.ts +0 -0
- /package/build/{hooks → packages/jokul/src/hooks}/useId/useId.d.ts +0 -0
- /package/build/{hooks → packages/jokul/src/hooks}/useIntersectionObserver/index.d.ts +0 -0
- /package/build/{hooks → packages/jokul/src/hooks}/useIntersectionObserver/useIntersectionObserver.d.ts +0 -0
- /package/build/{hooks → packages/jokul/src/hooks}/useKeyListener/index.d.ts +0 -0
- /package/build/{hooks → packages/jokul/src/hooks}/useKeyListener/useKeyListener.d.ts +0 -0
- /package/build/{hooks → packages/jokul/src/hooks}/useListNavigation/index.d.ts +0 -0
- /package/build/{hooks → packages/jokul/src/hooks}/useListNavigation/useListNavigation.d.ts +0 -0
- /package/build/{hooks → packages/jokul/src/hooks}/useLocalStorage/index.d.ts +0 -0
- /package/build/{hooks → packages/jokul/src/hooks}/useLocalStorage/useLocalStorage.d.ts +0 -0
- /package/build/{hooks → packages/jokul/src/hooks}/useMutationObserver/index.d.ts +0 -0
- /package/build/{hooks → packages/jokul/src/hooks}/useMutationObserver/useMutationObserver.d.ts +0 -0
- /package/build/{hooks → packages/jokul/src/hooks}/usePreviousValue/index.d.ts +0 -0
- /package/build/{hooks → packages/jokul/src/hooks}/usePreviousValue/usePreviousValue.d.ts +0 -0
- /package/build/{hooks → packages/jokul/src/hooks}/useProgressiveImg/index.d.ts +0 -0
- /package/build/{hooks → packages/jokul/src/hooks}/useProgressiveImg/useProgressiveImg.d.ts +0 -0
- /package/build/{hooks → packages/jokul/src/hooks}/useScreen/index.d.ts +0 -0
- /package/build/{hooks → packages/jokul/src/hooks}/useScreen/state.d.ts +0 -0
- /package/build/{hooks → packages/jokul/src/hooks}/useScreen/useScreen.d.ts +0 -0
- /package/build/{hooks → packages/jokul/src/hooks}/useScrollIntoView/index.d.ts +0 -0
- /package/build/{hooks → packages/jokul/src/hooks}/useScrollIntoView/useScrollIntoView.d.ts +0 -0
- /package/build/{hooks → packages/jokul/src/hooks}/useSwipeGesture/index.d.ts +0 -0
- /package/build/{hooks → packages/jokul/src/hooks}/useSwipeGesture/useSwipeGesture.d.ts +0 -0
- /package/build/{index.d.ts → packages/jokul/src/index.d.ts} +0 -0
- /package/build/{utilities → packages/jokul/src/utilities}/constants/index.d.ts +0 -0
- /package/build/{utilities → packages/jokul/src/utilities}/constants/unicode.d.ts +0 -0
- /package/build/{utilities → packages/jokul/src/utilities}/formatters/avstand/formatAvstand.d.ts +0 -0
- /package/build/{utilities → packages/jokul/src/utilities}/formatters/bytes/formatBytes.d.ts +0 -0
- /package/build/{utilities → packages/jokul/src/utilities}/formatters/date/formatDate.d.ts +0 -0
- /package/build/{utilities → packages/jokul/src/utilities}/formatters/fodselsnummer/formatFodselsnummer.d.ts +0 -0
- /package/build/{utilities → packages/jokul/src/utilities}/formatters/index.d.ts +0 -0
- /package/build/{utilities → packages/jokul/src/utilities}/formatters/kontonummer/formatKontonummer.d.ts +0 -0
- /package/build/{utilities → packages/jokul/src/utilities}/formatters/kortnummer/formatKortnummer.d.ts +0 -0
- /package/build/{utilities → packages/jokul/src/utilities}/formatters/organisasjonsnummer/formatOrganisasjonsnummer.d.ts +0 -0
- /package/build/{utilities → packages/jokul/src/utilities}/formatters/telefonnummer/formatTelefonnummer.d.ts +0 -0
- /package/build/{utilities → packages/jokul/src/utilities}/formatters/util/formatNumber.d.ts +0 -0
- /package/build/{utilities → packages/jokul/src/utilities}/formatters/util/parseNumber.d.ts +0 -0
- /package/build/{utilities → packages/jokul/src/utilities}/formatters/util/registerWithMask.d.ts +0 -0
- /package/build/{utilities → packages/jokul/src/utilities}/formatters/valuta/formatValuta.d.ts +0 -0
- /package/build/{utilities → packages/jokul/src/utilities}/index.d.ts +0 -0
- /package/build/{utilities → packages/jokul/src/utilities}/polymorphism/SlotComponent.d.ts +0 -0
- /package/build/{utilities → packages/jokul/src/utilities}/polymorphism/as-child.d.ts +0 -0
- /package/build/{utilities → packages/jokul/src/utilities}/polymorphism/index.d.ts +0 -0
- /package/build/{utilities → packages/jokul/src/utilities}/polymorphism/mergeProps.d.ts +0 -0
- /package/build/{utilities → packages/jokul/src/utilities}/polymorphism/mergeRefs.d.ts +0 -0
- /package/build/{utilities → packages/jokul/src/utilities}/polymorphism/polymorphism.d.ts +0 -0
- /package/build/{utilities → packages/jokul/src/utilities}/tabListener.d.ts +0 -0
- /package/build/{utilities → packages/jokul/src/utilities}/validators/hasMinimumWords/hasMinimumWords.d.ts +0 -0
- /package/build/{utilities → packages/jokul/src/utilities}/validators/hasNoIllegalCharacters/hasNoIllegalCharacters.d.ts +0 -0
- /package/build/{utilities → packages/jokul/src/utilities}/validators/index.d.ts +0 -0
- /package/build/{utilities → packages/jokul/src/utilities}/validators/isExactLength/isExactLength.d.ts +0 -0
- /package/build/{utilities → packages/jokul/src/utilities}/validators/isInteger/isInteger.d.ts +0 -0
- /package/build/{utilities → packages/jokul/src/utilities}/validators/isValidChassisnummer/isValidChassisnummer.d.ts +0 -0
- /package/build/{utilities → packages/jokul/src/utilities}/validators/isValidDogId/isValidDogId.d.ts +0 -0
- /package/build/{utilities → packages/jokul/src/utilities}/validators/isValidEpost/isValidEpost.d.ts +0 -0
- /package/build/{utilities → packages/jokul/src/utilities}/validators/isValidFodselsnummer/isValidFodselsnummer.d.ts +0 -0
- /package/build/{utilities → packages/jokul/src/utilities}/validators/isValidKortnummer/isValidKortnummer.d.ts +0 -0
- /package/build/{utilities → packages/jokul/src/utilities}/validators/isValidName/isValidName.d.ts +0 -0
- /package/build/{utilities → packages/jokul/src/utilities}/validators/isValidOrganisasjonsnummer/isValidOrganisasjonsnummer.d.ts +0 -0
- /package/build/{utilities → packages/jokul/src/utilities}/validators/isValidRegistreringsnummer/isValidRegistreringsnummer.d.ts +0 -0
- /package/build/{utilities → packages/jokul/src/utilities}/validators/isValidTelefonnummer/isValidTelefonnummer.d.ts +0 -0
- /package/build/{utilities → packages/jokul/src/utilities}/valuePair.d.ts +0 -0
|
@@ -2,156 +2,144 @@
|
|
|
2
2
|
@use "sass:string";
|
|
3
3
|
@use "../../../core/jkl";
|
|
4
4
|
|
|
5
|
-
$
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
@include jkl.comfortable-density-variables {
|
|
15
|
-
--jkl-button-font-size: var(--jkl-body-font-size);
|
|
16
|
-
--jkl-button-line-height: #{jkl.rem(48px)};
|
|
17
|
-
--jkl-button-font-weight: #{jkl.$typography-weight-bold};
|
|
18
|
-
--jkl-button-min-width: #{jkl.rem(104px)};
|
|
19
|
-
--jkl-button-padding: 0 #{jkl.$spacing-24};
|
|
20
|
-
--jkl-button-tertiary-padding: 0 #{jkl.$spacing-2};
|
|
21
|
-
--jkl-button-children-padding-with-icon: #{jkl.$spacing-2};
|
|
22
|
-
--jkl-button-tertiary-padding-with-icon: 0;
|
|
23
|
-
--jkl-button-focus-ring-placement: -#{($_button-border-width + $_focus-ring-distance)};
|
|
24
|
-
|
|
25
|
-
@include jkl.small-device {
|
|
26
|
-
--jkl-button-line-height: #{jkl.rem(44px)};
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
@include jkl.compact-density-variables {
|
|
31
|
-
--jkl-button-font-size: var(--jkl-small-font-size);
|
|
32
|
-
--jkl-button-line-height: #{jkl.rem(32px)};
|
|
33
|
-
--jkl-button-font-weight: #{jkl.$typography-weight-bold};
|
|
34
|
-
--jkl-button-min-width: #{jkl.rem(76px)};
|
|
35
|
-
--jkl-button-padding: 0 #{jkl.$spacing-12};
|
|
36
|
-
--jkl-button-tertiary-padding: 0 #{jkl.$spacing-2};
|
|
37
|
-
--jkl-button-children-padding-with-icon: #{jkl.$spacing-2};
|
|
38
|
-
--jkl-button-tertiary-padding-with-icon: #{jkl.$spacing-2};
|
|
39
|
-
--jkl-button-focus-ring-placement: -#{($_button-border-width + calc($_focus-ring-distance / 2))};
|
|
5
|
+
$_flash-animation-name: jkl-tertiary-flash-#{string.unique-id()};
|
|
6
|
+
|
|
7
|
+
@include jkl.comfortable-density(".jkl-button") {
|
|
8
|
+
--padding-block: #{jkl.$spacing-8};
|
|
9
|
+
--padding-text: #{jkl.$spacing-24};
|
|
10
|
+
--padding-icon: #{jkl.$spacing-16};
|
|
11
|
+
--padding-icon-button: #{jkl.$spacing-8};
|
|
12
|
+
--padding-tertiary-inline: #{jkl.$spacing-4};
|
|
13
|
+
--padding-ghost-inline: #{jkl.$spacing-8};
|
|
40
14
|
}
|
|
41
15
|
|
|
42
|
-
|
|
43
|
-
|
|
16
|
+
@include jkl.compact-density(".jkl-button") {
|
|
17
|
+
--padding-block: #{jkl.$spacing-4};
|
|
18
|
+
--padding-text: #{jkl.$spacing-12};
|
|
19
|
+
--padding-icon: #{jkl.$spacing-8};
|
|
20
|
+
--padding-icon-button: #{jkl.$spacing-4};
|
|
21
|
+
--padding-tertiary-inline: #{jkl.$spacing-2};
|
|
22
|
+
--padding-ghost-inline: #{jkl.$spacing-4};
|
|
44
23
|
}
|
|
45
24
|
|
|
46
25
|
.jkl-button {
|
|
47
|
-
--
|
|
48
|
-
--text-color: var(--jkl-color-background-action);
|
|
49
|
-
--focus-color: var(--jkl-color-background-action);
|
|
26
|
+
--text-color: var(--jkl-color-text-default);
|
|
50
27
|
--background-color: transparent;
|
|
28
|
+
--border-radius: 0;
|
|
29
|
+
--border-width: #{jkl.rem(1px)}; // For secondary og tertiary button
|
|
51
30
|
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
31
|
+
// button and link resets
|
|
32
|
+
cursor: pointer;
|
|
33
|
+
user-select: none;
|
|
56
34
|
background-color: var(--background-color);
|
|
57
35
|
color: var(--text-color);
|
|
36
|
+
border: unset;
|
|
37
|
+
text-decoration: none;
|
|
38
|
+
-webkit-tap-highlight-color: transparent;
|
|
58
39
|
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
min-width: var(--jkl-button-min-width);
|
|
63
|
-
cursor: pointer;
|
|
64
|
-
user-select: none;
|
|
65
|
-
overflow: visible;
|
|
40
|
+
border-radius: var(--border-radius);
|
|
41
|
+
padding-inline: var(--padding-text);
|
|
42
|
+
padding-block: var(--padding-block);
|
|
66
43
|
position: relative;
|
|
44
|
+
overflow: hidden;
|
|
45
|
+
max-width: 100%;
|
|
67
46
|
|
|
68
|
-
@include jkl.motion;
|
|
69
|
-
transform-origin: 50% 90%;
|
|
70
|
-
transition-property: transform, background-color;
|
|
71
|
-
|
|
72
|
-
@include jkl.reset-outline;
|
|
47
|
+
@include jkl.motion("standard", "productive", scale);
|
|
73
48
|
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
49
|
+
@include jkl.text-style("body") {
|
|
50
|
+
--jkl-icon-weight: #{jkl.$icon-weight-bold};
|
|
51
|
+
font-weight: jkl.$typography-weight-bold;
|
|
77
52
|
}
|
|
78
53
|
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
&:active {
|
|
82
|
-
transform: scale(1);
|
|
54
|
+
&:has(.jkl-icon:first-child) {
|
|
55
|
+
padding-inline-start: var(--padding-icon);
|
|
83
56
|
}
|
|
84
57
|
|
|
85
|
-
&:
|
|
86
|
-
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
html[data-touchnavigation] &--pressed {
|
|
90
|
-
transform: scale(0.95);
|
|
91
|
-
-webkit-tap-highlight-color: rgb(0 0 0 / 0%);
|
|
58
|
+
&:has(.jkl-icon:last-child) {
|
|
59
|
+
padding-inline-end: var(--padding-icon);
|
|
92
60
|
}
|
|
93
61
|
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
overflow: hidden;
|
|
62
|
+
&:has(.jkl-icon:first-child):has(.jkl-icon:last-child) {
|
|
63
|
+
padding-inline: var(--padding-icon-button);
|
|
97
64
|
}
|
|
98
65
|
|
|
99
|
-
&
|
|
100
|
-
@include jkl.motion;
|
|
101
|
-
transition-property: transform;
|
|
66
|
+
&__label {
|
|
67
|
+
@include jkl.motion("standard", "expressive", translate);
|
|
102
68
|
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
69
|
+
display: flex;
|
|
70
|
+
flex-direction: row;
|
|
71
|
+
align-items: center;
|
|
72
|
+
gap: jkl.$spacing-2;
|
|
73
|
+
pointer-events: none;
|
|
106
74
|
}
|
|
107
75
|
|
|
108
76
|
&__loader {
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
77
|
+
@include jkl.motion("standard", "expressive", opacity, translate);
|
|
78
|
+
|
|
79
|
+
position: absolute;
|
|
80
|
+
top: 50%;
|
|
81
|
+
left: 50%;
|
|
82
|
+
translate: -50% 350%;
|
|
83
|
+
opacity: 0;
|
|
84
|
+
pointer-events: none;
|
|
114
85
|
}
|
|
115
86
|
|
|
116
|
-
|
|
87
|
+
&__text {
|
|
88
|
+
// Håndter tekster som er lenger enn knappen
|
|
89
|
+
// Knappen vokser til teksten, men kan f.eks. begrenses
|
|
90
|
+
// av sidebredde på mobil
|
|
91
|
+
max-width: 100%;
|
|
92
|
+
overflow: hidden;
|
|
93
|
+
white-space: nowrap;
|
|
94
|
+
text-overflow: ellipsis;
|
|
95
|
+
}
|
|
117
96
|
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
border: solid $_button-border-width var(--border-color);
|
|
122
|
-
border-radius: 999px;
|
|
123
|
-
padding: var(--jkl-button-padding);
|
|
97
|
+
&[data-loading="true"] &__label {
|
|
98
|
+
translate: 0 -120%;
|
|
99
|
+
}
|
|
124
100
|
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
inset: 0;
|
|
130
|
-
}
|
|
101
|
+
&[data-loading="true"] &__loader {
|
|
102
|
+
translate: -50% -50%;
|
|
103
|
+
opacity: 1;
|
|
104
|
+
}
|
|
131
105
|
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
}
|
|
106
|
+
&:focus-visible {
|
|
107
|
+
@include jkl.focus-outline;
|
|
135
108
|
}
|
|
136
109
|
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
110
|
+
// Dette er elementet som viser touch-animasjon
|
|
111
|
+
&::before {
|
|
112
|
+
content: "";
|
|
113
|
+
pointer-events: none;
|
|
114
|
+
display: block;
|
|
115
|
+
position: absolute;
|
|
116
|
+
left: var(--jkl-touch-xcoord, 50%);
|
|
117
|
+
top: var(--jkl-touch-ycoord, 50%);
|
|
118
|
+
translate: -100%, -100%;
|
|
119
|
+
transform-origin: center;
|
|
120
|
+
border-radius: 9999px;
|
|
121
|
+
background-color: var(--text-color);
|
|
122
|
+
opacity: 0;
|
|
123
|
+
width: jkl.rem(16px);
|
|
124
|
+
height: jkl.rem(16px);
|
|
125
|
+
}
|
|
141
126
|
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
transform: scale(1);
|
|
146
|
-
}
|
|
127
|
+
html[data-touchnavigation] &.jkl-button--pressed::before {
|
|
128
|
+
animation: jkl.easing("focus") jkl.timing("expressive") $_flash-animation-name;
|
|
129
|
+
}
|
|
147
130
|
|
|
148
|
-
|
|
149
|
-
|
|
131
|
+
&--primary,
|
|
132
|
+
&--secondary,
|
|
133
|
+
&--tertiary {
|
|
134
|
+
:not([data-touchnavigation]) &:hover {
|
|
135
|
+
scale: 1.05;
|
|
136
|
+
transform-origin: center;
|
|
150
137
|
}
|
|
138
|
+
}
|
|
151
139
|
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
140
|
+
&--primary,
|
|
141
|
+
&--secondary {
|
|
142
|
+
--border-radius: 999px;
|
|
155
143
|
}
|
|
156
144
|
|
|
157
145
|
&--primary {
|
|
@@ -160,135 +148,56 @@ a.jkl-button {
|
|
|
160
148
|
}
|
|
161
149
|
|
|
162
150
|
&--secondary {
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
&:hover,
|
|
166
|
-
&:focus-visible,
|
|
167
|
-
html[data-touchnavigation] &.jkl-button--pressed {
|
|
168
|
-
box-shadow: inset 0 0 0 1px var(--border-color), inset 0 0 0 1px var(--border-color);
|
|
169
|
-
}
|
|
170
|
-
}
|
|
171
|
-
|
|
172
|
-
&--tertiary {
|
|
173
|
-
border-bottom: solid $_button-border-width var(--border-color);
|
|
174
|
-
border-top: solid $_button-border-width transparent;
|
|
175
|
-
padding: var(--jkl-button-tertiary-padding);
|
|
176
|
-
transition: transform $_animation-timing, border $_animation-timing;
|
|
177
|
-
min-width: unset;
|
|
178
|
-
|
|
179
|
-
// Base for touch-effekt
|
|
180
|
-
&::before {
|
|
151
|
+
&::after {
|
|
181
152
|
content: "";
|
|
182
|
-
pointer-events: none;
|
|
183
|
-
display: block;
|
|
184
153
|
position: absolute;
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
border-radius: 100%;
|
|
189
|
-
width: jkl.rem(16px);
|
|
190
|
-
height: jkl.rem(16px);
|
|
191
|
-
background-color: transparent;
|
|
192
|
-
}
|
|
193
|
-
|
|
194
|
-
html[data-touchnavigation] &.jkl-button--pressed::before {
|
|
195
|
-
animation: jkl.easing("easeInBounceOut") jkl.timing("lazy") $_tertiary-flash-animation-name;
|
|
196
|
-
}
|
|
197
|
-
|
|
198
|
-
&:focus-visible {
|
|
199
|
-
border: none;
|
|
200
|
-
|
|
201
|
-
@include jkl.forced-colors-mode {
|
|
202
|
-
border: revert;
|
|
203
|
-
}
|
|
204
|
-
}
|
|
205
|
-
|
|
206
|
-
&:hover,
|
|
207
|
-
&:focus-visible,
|
|
208
|
-
html[data-touchnavigation] &.jkl-button--pressed {
|
|
209
|
-
border-bottom-color: var(--focus-color);
|
|
210
|
-
border-bottom-width: $_focus-ring-width;
|
|
211
|
-
color: var(--focus-color);
|
|
212
|
-
}
|
|
213
|
-
}
|
|
214
|
-
|
|
215
|
-
&--icon-left,
|
|
216
|
-
&--icon-right {
|
|
217
|
-
.jkl-button__icon {
|
|
218
|
-
display: inline-block;
|
|
219
|
-
vertical-align: sub;
|
|
220
|
-
}
|
|
221
|
-
}
|
|
222
|
-
|
|
223
|
-
&--icon-left {
|
|
224
|
-
padding-left: jkl.$spacing-8;
|
|
225
|
-
|
|
226
|
-
.jkl-button__children {
|
|
227
|
-
padding-left: var(--jkl-button-children-padding-with-icon);
|
|
228
|
-
}
|
|
229
|
-
|
|
230
|
-
&.jkl-button--tertiary {
|
|
231
|
-
padding-left: var(--jkl-button-tertiary-padding-with-icon);
|
|
154
|
+
inset: 0;
|
|
155
|
+
border-radius: var(--border-radius);
|
|
156
|
+
border: var(--border-width) solid var(--text-color);
|
|
232
157
|
}
|
|
233
158
|
}
|
|
234
159
|
|
|
235
|
-
&--
|
|
236
|
-
|
|
160
|
+
&--tertiary,
|
|
161
|
+
&--tertiary:has(.jkl-icon:first-child),
|
|
162
|
+
&--tertiary:has(.jkl-icon:last-child) {
|
|
163
|
+
padding-inline: var(--padding-tertiary-inline);
|
|
237
164
|
|
|
238
|
-
|
|
239
|
-
|
|
165
|
+
&::after {
|
|
166
|
+
content: "";
|
|
167
|
+
position: absolute;
|
|
168
|
+
inset: 0;
|
|
169
|
+
border-radius: var(--border-radius);
|
|
170
|
+
border-bottom: var(--border-width) solid var(--text-color);
|
|
240
171
|
}
|
|
241
172
|
|
|
242
|
-
|
|
243
|
-
|
|
173
|
+
&:hover,
|
|
174
|
+
&:focus-visible {
|
|
175
|
+
--border-width: #{jkl.rem(2px)};
|
|
244
176
|
}
|
|
245
177
|
}
|
|
246
178
|
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
&.jkl-button--primary:focus:not(a),
|
|
253
|
-
&.jkl-button--secondary:focus:not(a) {
|
|
254
|
-
border-color: ButtonText;
|
|
255
|
-
}
|
|
179
|
+
&--ghost,
|
|
180
|
+
&--ghost:has(.jkl-icon:first-child),
|
|
181
|
+
&--ghost:has(.jkl-icon:last-child) {
|
|
182
|
+
padding-inline: var(--padding-ghost-inline);
|
|
183
|
+
border-radius: jkl.rem(4px);
|
|
256
184
|
|
|
257
|
-
|
|
258
|
-
background-color: ButtonText;
|
|
259
|
-
}
|
|
185
|
+
@include jkl.motion("standard", "productive", background-color);
|
|
260
186
|
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
border-top-style: none;
|
|
264
|
-
border-right-style: none;
|
|
265
|
-
border-left-style: none;
|
|
187
|
+
&:hover {
|
|
188
|
+
--background-color: var(--jkl-color-background-interactive-hover);
|
|
266
189
|
}
|
|
267
190
|
}
|
|
268
191
|
}
|
|
269
192
|
|
|
270
193
|
@keyframes #{$_flash-animation-name} {
|
|
271
194
|
0% {
|
|
272
|
-
box-shadow: 0 0 0 0 var(--focus-color);
|
|
273
|
-
opacity: 0.5;
|
|
274
|
-
}
|
|
275
|
-
|
|
276
|
-
100% {
|
|
277
|
-
box-shadow: 0 0 0 #{jkl.rem(16px)} var(--focus-color);
|
|
278
|
-
opacity: 0;
|
|
279
|
-
}
|
|
280
|
-
}
|
|
281
|
-
|
|
282
|
-
@keyframes #{$_tertiary-flash-animation-name} {
|
|
283
|
-
0% {
|
|
284
|
-
box-shadow: 0 0 0 0 var(--focus-color);
|
|
285
|
-
background-color: var(--focus-color);
|
|
286
195
|
opacity: 0.5;
|
|
196
|
+
scale: 1;
|
|
287
197
|
}
|
|
288
198
|
|
|
289
199
|
100% {
|
|
290
|
-
box-shadow: 0 0 0 #{jkl.rem(40px)} var(--focus-color);
|
|
291
|
-
background-color: var(--focus-color);
|
|
292
200
|
opacity: 0;
|
|
201
|
+
scale: 8;
|
|
293
202
|
}
|
|
294
203
|
}
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
--jkl-checkbox-line-height: 1.5rem;
|
|
33
33
|
}
|
|
34
34
|
|
|
35
|
-
@keyframes jkl-checkbox-checked-
|
|
35
|
+
@keyframes jkl-checkbox-checked-udjanbl {
|
|
36
36
|
0% {
|
|
37
37
|
width: 0;
|
|
38
38
|
height: 0;
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
height: 58%;
|
|
47
47
|
}
|
|
48
48
|
}
|
|
49
|
-
@keyframes jkl-checkbox-indeterminate-
|
|
49
|
+
@keyframes jkl-checkbox-indeterminate-udjancj {
|
|
50
50
|
0% {
|
|
51
51
|
width: 0;
|
|
52
52
|
}
|
|
@@ -74,11 +74,11 @@
|
|
|
74
74
|
top: -6px;
|
|
75
75
|
}
|
|
76
76
|
.jkl-checkbox__input:checked + .jkl-checkbox__label .jkl-checkbox__check-mark::after {
|
|
77
|
-
animation: jkl-checkbox-checked-
|
|
77
|
+
animation: jkl-checkbox-checked-udjanbl 150ms ease-in-out forwards;
|
|
78
78
|
opacity: 1;
|
|
79
79
|
}
|
|
80
80
|
.jkl-checkbox__input:indeterminate:not(:checked) + .jkl-checkbox__label .jkl-checkbox__indeterminate-mark::after {
|
|
81
|
-
animation: jkl-checkbox-indeterminate-
|
|
81
|
+
animation: jkl-checkbox-indeterminate-udjancj 150ms ease-in-out forwards;
|
|
82
82
|
opacity: 1;
|
|
83
83
|
}
|
|
84
84
|
.jkl-checkbox__input:focus-visible + .jkl-checkbox__label {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
:root,[data-density=comfortable],[data-layout-density=comfortable]{--jkl-checkbox-font-size:var(--jkl-body-font-size);--jkl-checkbox-line-height:var(--jkl-body-line-height);--jkl-checkbox-font-weight:var(--jkl-body-font-weight);--jkl-checkbox-height:3rem;--jkl-checkbox-box-size:1.5rem;--jkl-checkbox-line-height:2rem}@media (width >= 0) and (max-width:679px){:root,[data-density=comfortable],[data-layout-density=comfortable]{--jkl-checkbox-height:2.5rem;--jkl-checkbox-box-size:1.5rem;--jkl-checkbox-line-height:1.75rem}}[data-density=compact],[data-layout-density=compact]{--jkl-checkbox-font-size:var(--jkl-small-font-size);--jkl-checkbox-line-height:var(--jkl-small-line-height);--jkl-checkbox-font-weight:var(--jkl-small-font-weight);--jkl-checkbox-height:1.75rem;--jkl-checkbox-box-size:1.125rem;--jkl-checkbox-line-height:1.5rem}@keyframes jkl-checkbox-checked-
|
|
1
|
+
:root,[data-density=comfortable],[data-layout-density=comfortable]{--jkl-checkbox-font-size:var(--jkl-body-font-size);--jkl-checkbox-line-height:var(--jkl-body-line-height);--jkl-checkbox-font-weight:var(--jkl-body-font-weight);--jkl-checkbox-height:3rem;--jkl-checkbox-box-size:1.5rem;--jkl-checkbox-line-height:2rem}@media (width >= 0) and (max-width:679px){:root,[data-density=comfortable],[data-layout-density=comfortable]{--jkl-checkbox-height:2.5rem;--jkl-checkbox-box-size:1.5rem;--jkl-checkbox-line-height:1.75rem}}[data-density=compact],[data-layout-density=compact]{--jkl-checkbox-font-size:var(--jkl-small-font-size);--jkl-checkbox-line-height:var(--jkl-small-line-height);--jkl-checkbox-font-weight:var(--jkl-small-font-weight);--jkl-checkbox-height:1.75rem;--jkl-checkbox-box-size:1.125rem;--jkl-checkbox-line-height:1.5rem}@keyframes jkl-checkbox-checked-udjanbl{0%{height:0;width:0}40%{height:0;width:18%}to{height:58%;width:18%}}@keyframes jkl-checkbox-indeterminate-udjancj{0%{width:0}to{width:66%}}.jkl-checkbox{--box-color:var(--jkl-color-border-action);--check-color:var(--jkl-color-border-action);--text-color:var(--jkl-color-text-default);--background-color:#0000;color:var(--text-color);display:flex;flex-wrap:wrap;font-size:var(--jkl-checkbox-font-size);font-weight:var(--jkl-checkbox-font-weight);line-height:var(--jkl-checkbox-line-height);min-height:var(--jkl-checkbox-height);position:relative}.jkl-checkbox__input{opacity:0;position:absolute;top:-6px}.jkl-checkbox__input:checked+.jkl-checkbox__label .jkl-checkbox__check-mark:after{animation:jkl-checkbox-checked-udjanbl .15s ease-in-out forwards;opacity:1}.jkl-checkbox__input:indeterminate:not(:checked)+.jkl-checkbox__label .jkl-checkbox__indeterminate-mark:after{animation:jkl-checkbox-indeterminate-udjancj .15s ease-in-out forwards;opacity:1}.jkl-checkbox__input:focus-visible+.jkl-checkbox__label{color:var(--jkl-checkbox-focus-color)}.jkl-checkbox__input:focus-visible+.jkl-checkbox__label>.jkl-checkbox__mark{--background-color:var(--jkl-color-background-input-focus);outline:2px solid var(--jkl-color-border-action);outline-offset:2px}.jkl-checkbox__input:disabled+.jkl-checkbox__label{color:var(--jkl-checkbox-disabled-color)}.jkl-checkbox__label{cursor:pointer;display:flex;flex-shrink:0;max-width:100%;min-width:0}.jkl-checkbox__label:active .jkl-checkbox__mark,.jkl-checkbox__label:hover .jkl-checkbox__mark{outline:1px solid var(--box-color)}.jkl-checkbox__label:active{--background-color:var(--jkl-color-background-input-focus)}.jkl-checkbox__text{margin:calc((var(--jkl-checkbox-height) - var(--jkl-checkbox-line-height))*.5) 0;transition-duration:.15s;transition-property:color;transition-timing-function:ease;translate:0 .0625rem}.jkl-checkbox__mark{align-self:flex-start;background-color:var(--background-color);border:1px solid;border-color:var(--box-color);border-radius:0;box-sizing:border-box;flex-shrink:0;height:var(--jkl-checkbox-box-size);margin-block:calc((var(--jkl-checkbox-height) - var(--jkl-checkbox-box-size))*.5);margin-inline-end:var(--jkl-spacing-8);outline:none;position:relative;transition-duration:.15s;transition-property:background-color;transition-timing-function:ease;width:var(--jkl-checkbox-box-size)}@media screen and (forced-colors:active){.jkl-checkbox__mark{border:1px solid ButtonText;outline:revert}}.jkl-checkbox__check-mark:after{border-bottom:.125rem solid var(--check-color);border-left-width:.125rem;border-left:0 solid var(--check-color);border-right:.125rem solid var(--check-color);border-top-width:.125rem;border-top:0 solid var(--check-color);bottom:42%;content:"";display:block;height:58%;left:18%;opacity:0;position:absolute;transform:rotate(45deg);transform-origin:bottom left;transition-duration:.15s;transition-property:opacity,border-color;transition-timing-function:ease;width:18%}@media screen and (forced-colors:active){.jkl-checkbox__check-mark:after{border-color:ButtonText}}.jkl-checkbox__indeterminate-mark:after{--width:66%;--thickness:0.125rem;border-bottom:solid var(--thickness) var(--check-color);bottom:calc(50% - var(--thickness)/2);content:"";display:block;left:calc((100% - var(--width))/2);opacity:0;position:absolute;transition-duration:.15s;transition-property:opacity,border-color;transition-timing-function:ease;width:var(--width)}@media screen and (forced-colors:active){.jkl-checkbox__indeterminate-mark:after{border-color:ButtonText}}.jkl-checkbox--inline{display:inline-flex}.jkl-checkbox--inline:not(:last-of-type){margin-right:1.5rem}.jkl-checkbox--error{--background-color:var(--jkl-color-background-alert-error);--check-color:var(--jkl-color-text-on-alert)}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Do not edit directly
|
|
3
3
|
* Generated on Mon, 23 Sep 2024 08:51:40 GMT
|
|
4
4
|
*/
|
|
5
|
-
@keyframes jkl-show-
|
|
5
|
+
@keyframes jkl-show-ufz4iwj {
|
|
6
6
|
from {
|
|
7
7
|
transform: translate3d(0, 0.5rem, 0);
|
|
8
8
|
opacity: 0;
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
}
|
|
38
38
|
}
|
|
39
39
|
.jkl-feedback__fade-in {
|
|
40
|
-
animation: jkl-show-
|
|
40
|
+
animation: jkl-show-ufz4iwj 0.25s ease-out;
|
|
41
41
|
}
|
|
42
42
|
|
|
43
43
|
.jkl-feedback-smileys {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@keyframes jkl-show-
|
|
1
|
+
@keyframes jkl-show-ufz4iwj{0%{opacity:0;transform:translate3d(0,.5rem,0)}}.jkl-feedback{max-width:34.375rem}.jkl-feedback__submit-wrapper{transition-duration:.25s;transition-property:height;transition-timing-function:ease;width:100%}.jkl-feedback__submit-wrapper--hidden{display:none}.jkl-feedback__step-counter{color:var(--jkl-color-text-subdued);font-size:1.125rem;font-weight:400;line-height:1.75rem;margin-bottom:1rem;--jkl-icon-weight:300}@media (min-width:680px){.jkl-feedback__step-counter{font-size:1.25rem;font-weight:400;line-height:2rem;--jkl-icon-weight:300}}.jkl-feedback__fade-in{animation:jkl-show-ufz4iwj .25s ease-out}.jkl-feedback-smileys{display:flex;flex-wrap:nowrap;gap:.75rem;justify-content:space-between;margin-top:.5rem;max-width:22.5rem;width:100%}.jkl-feedback-smiley-option{color:var(--jkl-color-text-subdued);cursor:pointer;display:inline-block;height:2.5rem;position:relative;transform:translateZ(0);transition-duration:.15s;transition-property:transform,color;transition-timing-function:ease;width:2.5rem}@media screen and (forced-colors:active){.jkl-feedback-smiley-option,.jkl-feedback-smiley-option path,.jkl-feedback-smiley-option svg{stroke:ButtonFace;fill:ButtonText}}.jkl-feedback-smiley-option:after,.jkl-feedback-smiley-option:before{border-radius:50%;content:"";opacity:0;position:absolute;transition-duration:.15s;transition-property:opacity;transition-timing-function:ease}.jkl-feedback-smiley-option:after{box-shadow:0 0 0 .125rem currentColor;inset:-.125rem -.125rem -.125rem -.125rem}.jkl-feedback-smiley-option:before{box-shadow:0 .125rem 1.875rem #0000001a;inset:0}.jkl-feedback-smiley-option:hover{color:var(--jkl-color-text-default)}input:checked+.jkl-feedback-smiley-option{color:var(--jkl-color-text-default);transform:translate3d(0,-20%,0)}html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus+.jkl-feedback-smiley-option:after,input:checked+.jkl-feedback-smiley-option:before{opacity:1}
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
--color: var(--jkl-color-text-default);
|
|
79
79
|
}
|
|
80
80
|
.jkl-form-support-label--error .jkl-form-support-label__icon, .jkl-form-support-label--warning .jkl-form-support-label__icon, .jkl-form-support-label--success .jkl-form-support-label__icon {
|
|
81
|
-
animation: 400ms cubic-bezier(0, 0, 0.3, 1) 250ms jkl-support-icon-entrance-
|
|
81
|
+
animation: 400ms cubic-bezier(0, 0, 0.3, 1) 250ms jkl-support-icon-entrance-uayk1ab forwards;
|
|
82
82
|
}
|
|
83
83
|
.jkl-form-support-label--sr-only {
|
|
84
84
|
border: 0 !important;
|
|
@@ -153,7 +153,7 @@
|
|
|
153
153
|
white-space: nowrap !important; /* 3 */
|
|
154
154
|
}
|
|
155
155
|
|
|
156
|
-
@keyframes jkl-support-icon-entrance-
|
|
156
|
+
@keyframes jkl-support-icon-entrance-uayk1ab {
|
|
157
157
|
0% {
|
|
158
158
|
margin-right: 0;
|
|
159
159
|
opacity: 0;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.jkl-field-group{border-style:none}.jkl-field-group,.jkl-field-group:active,.jkl-field-group:focus,.jkl-field-group:hover{outline:0;outline-style:none}@media screen and (forced-colors:active){.jkl-field-group{border-style:revert}.jkl-field-group,.jkl-field-group:active,.jkl-field-group:focus,.jkl-field-group:hover{outline:revert;outline-style:revert}}.jkl-dormant-form-support-label{display:none;opacity:0;pointer-events:none}:root,[data-density=comfortable],[data-layout-density=comfortable]{--jkl-form-support-label-font-size:var(--jkl-small-font-size);--jkl-form-support-label-line-height:var(--jkl-small-line-height);--jkl-form-support-label-font-weight:var(--jkl-small-font-weight);--jkl-form-support-label-margin:0.5rem 0 0;--jkl-form-support-label-icon-size:1.25rem;--jkl-form-support-label-icon-margin:0 -1.25rem -0.375rem 0}[data-density=compact],[data-layout-density=compact]{--jkl-form-support-label-icon-size:1.375rem;--jkl-form-support-label-icon-margin:0 -1.375rem -0.3125rem 0}.jkl-form-support-label{--color:var(--jkl-color-text-subdued);color:var(--color);display:flex;font-size:var(--jkl-form-support-label-font-size);font-weight:var(--jkl-form-support-label-font-weight);line-height:var(--jkl-form-support-label-line-height);margin:var(--jkl-form-support-label-margin);transition-delay:.15s;transition-duration:.4s;transition-property:color;transition-timing-function:ease}.jkl-form-support-label__icon,.jkl-form-support-label__icon.jkl-icon{height:var(--jkl-form-support-label-icon-size);margin:var(--jkl-form-support-label-icon-margin);opacity:0}@media screen and (forced-colors:active){.jkl-form-support-label__icon,.jkl-form-support-label__icon path,.jkl-form-support-label__icon svg,.jkl-form-support-label__icon.jkl-icon,.jkl-form-support-label__icon.jkl-icon path,.jkl-form-support-label__icon.jkl-icon svg{stroke:CanvasText;fill:Canvas}}.jkl-form-support-label--error,.jkl-form-support-label--success,.jkl-form-support-label--warning{--color:var(--jkl-color-text-default)}.jkl-form-support-label--error .jkl-form-support-label__icon,.jkl-form-support-label--success .jkl-form-support-label__icon,.jkl-form-support-label--warning .jkl-form-support-label__icon{animation:jkl-support-icon-entrance-
|
|
1
|
+
.jkl-field-group{border-style:none}.jkl-field-group,.jkl-field-group:active,.jkl-field-group:focus,.jkl-field-group:hover{outline:0;outline-style:none}@media screen and (forced-colors:active){.jkl-field-group{border-style:revert}.jkl-field-group,.jkl-field-group:active,.jkl-field-group:focus,.jkl-field-group:hover{outline:revert;outline-style:revert}}.jkl-dormant-form-support-label{display:none;opacity:0;pointer-events:none}:root,[data-density=comfortable],[data-layout-density=comfortable]{--jkl-form-support-label-font-size:var(--jkl-small-font-size);--jkl-form-support-label-line-height:var(--jkl-small-line-height);--jkl-form-support-label-font-weight:var(--jkl-small-font-weight);--jkl-form-support-label-margin:0.5rem 0 0;--jkl-form-support-label-icon-size:1.25rem;--jkl-form-support-label-icon-margin:0 -1.25rem -0.375rem 0}[data-density=compact],[data-layout-density=compact]{--jkl-form-support-label-icon-size:1.375rem;--jkl-form-support-label-icon-margin:0 -1.375rem -0.3125rem 0}.jkl-form-support-label{--color:var(--jkl-color-text-subdued);color:var(--color);display:flex;font-size:var(--jkl-form-support-label-font-size);font-weight:var(--jkl-form-support-label-font-weight);line-height:var(--jkl-form-support-label-line-height);margin:var(--jkl-form-support-label-margin);transition-delay:.15s;transition-duration:.4s;transition-property:color;transition-timing-function:ease}.jkl-form-support-label__icon,.jkl-form-support-label__icon.jkl-icon{height:var(--jkl-form-support-label-icon-size);margin:var(--jkl-form-support-label-icon-margin);opacity:0}@media screen and (forced-colors:active){.jkl-form-support-label__icon,.jkl-form-support-label__icon path,.jkl-form-support-label__icon svg,.jkl-form-support-label__icon.jkl-icon,.jkl-form-support-label__icon.jkl-icon path,.jkl-form-support-label__icon.jkl-icon svg{stroke:CanvasText;fill:Canvas}}.jkl-form-support-label--error,.jkl-form-support-label--success,.jkl-form-support-label--warning{--color:var(--jkl-color-text-default)}.jkl-form-support-label--error .jkl-form-support-label__icon,.jkl-form-support-label--success .jkl-form-support-label__icon,.jkl-form-support-label--warning .jkl-form-support-label__icon{animation:jkl-support-icon-entrance-uayk1ab .4s cubic-bezier(0,0,.3,1) .25s forwards}.jkl-form-support-label--sr-only{border:0!important;clip:rect(1px,1px,1px,1px)!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}:root,[data-density=comfortable],[data-layout-density=comfortable]{--jkl-label-small-margin:0 0 0.25rem 0;--jkl-label-medium-margin:0 0 0.5rem 0;--jkl-label-large-margin:0 0 1rem -0.0625rem;--jkl-label-small-font-size:var(--jkl-small-font-size);--jkl-label-small-line-height:var(--jkl-small-line-height);--jkl-label-small-font-weight:var(--jkl-small-font-weight);--jkl-label-medium-font-size:var(--jkl-body-font-size);--jkl-label-medium-line-height:var(--jkl-body-line-height);--jkl-label-medium-font-weight:var(--jkl-body-font-weight);--jkl-label-large-font-size:var(--jkl-heading-2-font-size);--jkl-label-large-line-height:var(--jkl-heading-2-line-height);--jkl-label-large-font-weight:var(--jkl-heading-2-font-weight)}[data-density=compact],[data-layout-density=compact]{--jkl-label-small-margin:0 0 0.25rem 0;--jkl-label-medium-margin:0 0 0.5rem 0;--jkl-label-large-margin:0 0 0.75rem -0.0625rem}.jkl-label{color:var(--jkl-color-text-default);display:block;margin-left:0}.jkl-label--small{font-size:var(--jkl-label-small-font-size);font-weight:var(--jkl-label-small-font-weight);line-height:var(--jkl-label-small-line-height);margin:var(--jkl-label-small-margin)}.jkl-label--medium{font-size:var(--jkl-label-medium-font-size);font-weight:var(--jkl-label-medium-font-weight);line-height:var(--jkl-label-medium-line-height);margin:var(--jkl-label-medium-margin)}.jkl-label--large{font-size:var(--jkl-label-large-font-size);font-weight:var(--jkl-label-large-font-weight);line-height:var(--jkl-label-large-line-height);margin:var(--jkl-label-large-margin)}.jkl-label--sr-only{border:0!important;clip:rect(1px,1px,1px,1px)!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}@keyframes jkl-support-icon-entrance-uayk1ab{0%{margin-right:0;opacity:0;transform:scale(1)}30%{margin-right:.5rem}50%{opacity:1}70%{transform:scale(1.1)}85%{transform:scale(.9)}to{margin-right:.5rem;opacity:1;transform:scale(1)}}@media screen and (forced-colors:active){.jkl-text-input-action-button,.jkl-text-input-action-button path,.jkl-text-input-action-button svg{stroke:ButtonText;fill:ButtonFace}}
|
|
@@ -17,15 +17,15 @@
|
|
|
17
17
|
animation: 2500ms linear infinite;
|
|
18
18
|
}
|
|
19
19
|
.jkl-loader__dot--left {
|
|
20
|
-
animation-name: jkl-loader-left-spin-
|
|
20
|
+
animation-name: jkl-loader-left-spin-ugmauot;
|
|
21
21
|
margin-right: 1.71em;
|
|
22
22
|
}
|
|
23
23
|
.jkl-loader__dot--middle {
|
|
24
|
-
animation-name: jkl-loader-middle-spin-
|
|
24
|
+
animation-name: jkl-loader-middle-spin-ugmaupd;
|
|
25
25
|
margin-right: 1.9em;
|
|
26
26
|
}
|
|
27
27
|
.jkl-loader__dot--right {
|
|
28
|
-
animation-name: jkl-loader-right-spin-
|
|
28
|
+
animation-name: jkl-loader-right-spin-ugmauqa;
|
|
29
29
|
}
|
|
30
30
|
@media screen and (forced-colors: active) {
|
|
31
31
|
.jkl-loader__dot {
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
margin-right: 0.3em;
|
|
54
54
|
}
|
|
55
55
|
|
|
56
|
-
@keyframes jkl-loader-left-spin-
|
|
56
|
+
@keyframes jkl-loader-left-spin-ugmauot {
|
|
57
57
|
0% {
|
|
58
58
|
transform: rotate(0) scale(0);
|
|
59
59
|
}
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
transform: rotate(180deg) scale(0);
|
|
68
68
|
}
|
|
69
69
|
}
|
|
70
|
-
@keyframes jkl-loader-middle-spin-
|
|
70
|
+
@keyframes jkl-loader-middle-spin-ugmaupd {
|
|
71
71
|
0% {
|
|
72
72
|
transform: rotate(20deg) scale(0);
|
|
73
73
|
}
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
transform: rotate(200deg) scale(0);
|
|
85
85
|
}
|
|
86
86
|
}
|
|
87
|
-
@keyframes jkl-loader-right-spin-
|
|
87
|
+
@keyframes jkl-loader-right-spin-ugmauqa {
|
|
88
88
|
0% {
|
|
89
89
|
transform: rotate(40deg) scale(0);
|
|
90
90
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.jkl-loader{display:flex}.jkl-loader--inline{display:inline-flex}.jkl-loader__dot{animation:2.5s linear infinite;background-color:currentColor;display:block;height:.9em;transform-origin:center;width:.9em}.jkl-loader__dot--left{animation-name:jkl-loader-left-spin-
|
|
1
|
+
.jkl-loader{display:flex}.jkl-loader--inline{display:inline-flex}.jkl-loader__dot{animation:2.5s linear infinite;background-color:currentColor;display:block;height:.9em;transform-origin:center;width:.9em}.jkl-loader__dot--left{animation-name:jkl-loader-left-spin-ugmauot;margin-right:1.71em}.jkl-loader__dot--middle{animation-name:jkl-loader-middle-spin-ugmaupd;margin-right:1.9em}.jkl-loader__dot--right{animation-name:jkl-loader-right-spin-ugmauqa}@media screen and (forced-colors:active){.jkl-loader__dot{background-color:CanvasText}}.jkl-button .jkl-loader>.jkl-loader__dot,.jkl-loader--medium>.jkl-loader__dot{height:.35em;width:.35em}.jkl-button .jkl-loader>.jkl-loader__dot--left,.jkl-loader--medium>.jkl-loader__dot--left{margin-right:.585em}.jkl-button .jkl-loader>.jkl-loader__dot--middle,.jkl-loader--medium>.jkl-loader__dot--middle{margin-right:.65em}.jkl-loader--small>.jkl-loader__dot{height:.25em;width:.25em}.jkl-loader--small>.jkl-loader__dot--left{margin-right:.27em}.jkl-loader--small>.jkl-loader__dot--middle{margin-right:.3em}@keyframes jkl-loader-left-spin-ugmauot{0%{transform:rotate(0) scale(0)}30%{transform:rotate(90deg) scale(1)}70%{transform:rotate(180deg) scale(0)}to{transform:rotate(180deg) scale(0)}}@keyframes jkl-loader-middle-spin-ugmaupd{0%{transform:rotate(20deg) scale(0)}10%{transform:rotate(20deg) scale(0)}40%{transform:rotate(110deg) scale(1.4)}85%{transform:rotate(200deg) scale(0)}to{transform:rotate(200deg) scale(0)}}@keyframes jkl-loader-right-spin-ugmauqa{0%{transform:rotate(40deg) scale(0)}20%{transform:rotate(40deg) scale(0)}50%{transform:rotate(130deg) scale(1)}to{transform:rotate(220deg) scale(0)}}
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
bottom: 0;
|
|
37
37
|
width: 12.5rem;
|
|
38
38
|
background: linear-gradient(89.17deg, rgba(249, 249, 249, 0) 0.8%, var(--jkl-skeleton-sweeper-color) 50.09%, rgba(249, 249, 249, 0) 96.31%);
|
|
39
|
-
animation: var(--jkl-skeleton-sweep-duration) ease infinite jkl-sweep-
|
|
39
|
+
animation: var(--jkl-skeleton-sweep-duration) ease infinite jkl-sweep-ukv0ato;
|
|
40
40
|
}
|
|
41
41
|
@media (width >= 0) and (max-width: 679px) {
|
|
42
42
|
.jkl-skeleton-animation {
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
@media screen and (forced-colors: active) {
|
|
68
68
|
.jkl-skeleton-element {
|
|
69
69
|
border: 1px solid CanvasText;
|
|
70
|
-
animation: 2s ease infinite jkl-blink-
|
|
70
|
+
animation: 2s ease infinite jkl-blink-ukv0au4;
|
|
71
71
|
}
|
|
72
72
|
}
|
|
73
73
|
|
|
@@ -123,11 +123,11 @@
|
|
|
123
123
|
}
|
|
124
124
|
@media screen and (forced-colors: active) {
|
|
125
125
|
.jkl-skeleton-table {
|
|
126
|
-
animation: 2s ease-in-out infinite jkl-blink-
|
|
126
|
+
animation: 2s ease-in-out infinite jkl-blink-ukv0au4;
|
|
127
127
|
}
|
|
128
128
|
}
|
|
129
129
|
|
|
130
|
-
@keyframes jkl-sweep-
|
|
130
|
+
@keyframes jkl-sweep-ukv0ato {
|
|
131
131
|
0% {
|
|
132
132
|
transform: translateX(calc(0vw - 200px));
|
|
133
133
|
}
|
|
@@ -135,7 +135,7 @@
|
|
|
135
135
|
transform: translateX(calc(100vw + 400px));
|
|
136
136
|
}
|
|
137
137
|
}
|
|
138
|
-
@keyframes jkl-blink-
|
|
138
|
+
@keyframes jkl-blink-ukv0au4 {
|
|
139
139
|
0% {
|
|
140
140
|
opacity: 1;
|
|
141
141
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@media screen and (prefers-color-scheme:light){:root{--jkl-skeleton-element-color:#e0dbd4;--jkl-skeleton-sweeper-color:#f9f9f9}}[data-theme=light]{--jkl-skeleton-element-color:#e0dbd4;--jkl-skeleton-sweeper-color:#f9f9f9}@media screen and (prefers-color-scheme:dark){:root{--jkl-skeleton-element-color:#636060;--jkl-skeleton-sweeper-color:#1b1917}}[data-theme=dark]{--jkl-skeleton-element-color:#636060;--jkl-skeleton-sweeper-color:#1b1917}.jkl-skeleton-animation{--jkl-skeleton-sweep-duration:3s;overflow:hidden;position:relative}.jkl-skeleton-animation:after{animation:var(--jkl-skeleton-sweep-duration) ease infinite jkl-sweep-
|
|
1
|
+
@media screen and (prefers-color-scheme:light){:root{--jkl-skeleton-element-color:#e0dbd4;--jkl-skeleton-sweeper-color:#f9f9f9}}[data-theme=light]{--jkl-skeleton-element-color:#e0dbd4;--jkl-skeleton-sweeper-color:#f9f9f9}@media screen and (prefers-color-scheme:dark){:root{--jkl-skeleton-element-color:#636060;--jkl-skeleton-sweeper-color:#1b1917}}[data-theme=dark]{--jkl-skeleton-element-color:#636060;--jkl-skeleton-sweeper-color:#1b1917}.jkl-skeleton-animation{--jkl-skeleton-sweep-duration:3s;overflow:hidden;position:relative}.jkl-skeleton-animation:after{animation:var(--jkl-skeleton-sweep-duration) ease infinite jkl-sweep-ukv0ato;background:linear-gradient(89.17deg,#f9f9f900 .8%,var(--jkl-skeleton-sweeper-color) 50.09%,#f9f9f900 96.31%);bottom:0;content:" ";position:absolute;top:0;width:12.5rem}@media (width >= 0) and (max-width:679px){.jkl-skeleton-animation{width:9.375rem}}@media screen and (prefers-reduced-motion:reduce){.jkl-skeleton-animation:after{background:none}}@media screen and (forced-colors:active){.jkl-skeleton-animation:after{animation:none}}.jkl-skeleton-animation--compact:after{width:9.375rem}.jkl-skeleton-element{background-color:var(--jkl-skeleton-element-color);border-radius:.125rem}.jkl-skeleton-element--circle{border-radius:50%}@media screen and (forced-colors:active){.jkl-skeleton-element{animation:jkl-blink-ukv0au4 2s ease infinite;border:1px solid CanvasText}}.jkl-skeleton-input{display:flex;flex-direction:column;gap:.75rem}.jkl-skeleton-input__checkbox{display:flex;flex-direction:row;flex-wrap:nowrap;gap:.5rem}@media (width >= 0) and (max-width:679px){.jkl-skeleton-input{gap:.5rem}}.jkl-skeleton-input--compact:after{gap:.5rem}.jkl-skeleton-table{display:flex;flex-direction:column}.jkl-skeleton-table__header,.jkl-skeleton-table__row{border-bottom:1px solid var(--jkl-skeleton-element-color);display:flex;flex-direction:row;justify-content:space-between}.jkl-skeleton-table__header{padding:.75rem .5rem}.jkl-skeleton-table__row{padding:1rem .5rem}@media (width >= 0) and (max-width:679px){.jkl-skeleton-table__header{padding:.5rem .25rem}.jkl-skeleton-table__row{padding:.75rem .25rem}}.jkl-skeleton-table--compact::after__header{padding:.5rem .25rem}.jkl-skeleton-table--compact::after__row{padding:.75rem .25rem}@media screen and (forced-colors:active){.jkl-skeleton-table{animation:jkl-blink-ukv0au4 2s ease-in-out infinite}}@keyframes jkl-sweep-ukv0ato{0%{transform:translateX(-200px)}80%,to{transform:translateX(calc(100vw + 400px))}}@keyframes jkl-blink-ukv0au4{0%{opacity:1}40%,50%{opacity:.3}70%,to{opacity:1}}
|