@mmb-digital/design-system-web 0.1.10 → 0.1.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/assets/index.cjs-47681559.css +653 -0
- package/dist/assets/index.esm-47681559.css +653 -0
- package/dist/components/accordion/accordion/accordion.d.ts +4 -0
- package/dist/components/accordion/accordion/accordion.styles.d.ts +2 -0
- package/dist/components/accordion/accordion/accordion.types.d.ts +4 -0
- package/dist/components/accordion/accordion/index.d.ts +3 -0
- package/dist/components/accordion/accordion/storiesData.d.ts +2 -0
- package/dist/components/accordion/accordionItem/accordionItem.d.ts +4 -0
- package/dist/components/accordion/accordionItem/accordionItem.styles.d.ts +9 -0
- package/dist/components/accordion/accordionItem/accordionItem.types.d.ts +12 -0
- package/dist/components/accordion/accordionItem/index.d.ts +3 -0
- package/dist/components/accordion/index.d.ts +2 -0
- package/dist/components/button/button.d.ts +2 -2
- package/dist/components/button/button.styles.d.ts +3 -3
- package/dist/components/button/button.types.d.ts +2 -1
- package/dist/components/button/index.d.ts +1 -1
- package/dist/components/calculator/calculatorResult/calculatorResult/calculatorResult.d.ts +7 -0
- package/dist/components/calculator/calculatorResult/calculatorResult/calculatorResult.style.d.ts +45 -0
- package/dist/components/calculator/calculatorResult/calculatorResult/calculatorResult.types.d.ts +3 -0
- package/dist/components/calculator/calculatorResult/calculatorResult/index.d.ts +3 -0
- package/dist/components/calculator/calculatorResult/calculatorResult.types.d.ts +26 -0
- package/dist/components/calculator/calculatorResult/calculatorResultBox/calculatorResultBox.d.ts +7 -0
- package/dist/components/calculator/calculatorResult/calculatorResultBox/calculatorResultBox.style.d.ts +14 -0
- package/dist/components/calculator/calculatorResult/calculatorResultBox/calculatorResultBox.types.d.ts +12 -0
- package/dist/components/calculator/calculatorResult/calculatorResultBox/index.d.ts +3 -0
- package/dist/components/calculator/calculatorResult/index.d.ts +2 -0
- package/dist/components/datepicker/datePicker.d.ts +5 -0
- package/dist/components/datepicker/datePicker.types.d.ts +10 -0
- package/dist/components/datepicker/index.d.ts +3 -0
- package/dist/components/formElement/checkbox/checkbox/checkbox.d.ts +4 -0
- package/dist/components/formElement/checkbox/checkbox/checkbox.style.d.ts +10 -0
- package/dist/components/formElement/checkbox/checkbox/checkbox.types.d.ts +16 -0
- package/dist/components/formElement/checkbox/checkbox/index.d.ts +3 -0
- package/dist/components/formElement/checkbox/checkboxBase/checkboxBase.d.ts +4 -0
- package/dist/components/formElement/checkbox/checkboxBase/checkboxBase.style.d.ts +12 -0
- package/dist/components/formElement/checkbox/checkboxBase/checkboxBase.types.d.ts +9 -0
- package/dist/components/formElement/checkbox/checkboxBase/checkboxBaseSvgHandler.d.ts +2 -0
- package/dist/components/formElement/checkbox/checkboxBase/index.d.ts +3 -0
- package/dist/components/formElement/checkbox/index.d.ts +1 -0
- package/dist/components/formElement/radio/index.d.ts +5 -0
- package/dist/components/formElement/radio/radio/radio.d.ts +4 -0
- package/dist/components/formElement/radio/radio/radio.style.d.ts +11 -0
- package/dist/components/formElement/radio/radio/radio.types.d.ts +16 -0
- package/dist/components/formElement/radio/radio.types.d.ts +10 -0
- package/dist/components/formElement/radio/radioBase/index.d.ts +3 -0
- package/dist/components/formElement/radio/radioBase/radioBase.d.ts +4 -0
- package/dist/components/formElement/radio/radioBase/radioBase.style.d.ts +13 -0
- package/dist/components/formElement/radio/radioBase/radioBase.types.d.ts +3 -0
- package/dist/components/formElement/radio/radioBase/radioBaseSvgHandler.d.ts +2 -0
- package/dist/components/formElement/radio/radioButton/radioButton/index.d.ts +3 -0
- package/dist/components/formElement/radio/radioButton/radioButton/radioButton.d.ts +4 -0
- package/dist/components/formElement/radio/radioButton/radioButton/radioButton.style.d.ts +12 -0
- package/dist/components/formElement/radio/radioButton/radioButton/radioButton.types.d.ts +10 -0
- package/dist/components/formElement/radio/radioButton/radioButtonsHorizontal/index.d.ts +3 -0
- package/dist/components/formElement/radio/radioButton/radioButtonsHorizontal/radioButtonsHorizontal.d.ts +7 -0
- package/dist/components/formElement/radio/radioButton/radioButtonsHorizontal/radioButtonsHorizontal.style.d.ts +8 -0
- package/dist/components/formElement/radio/radioButton/radioButtonsHorizontal/radioButtonsHorizontal.types.d.ts +22 -0
- package/dist/components/formElement/textfieldInput/index.d.ts +7 -0
- package/dist/components/formElement/textfieldInput/inputBase/index.d.ts +3 -0
- package/dist/components/formElement/textfieldInput/inputBase/inputBase.d.ts +4 -0
- package/dist/components/formElement/textfieldInput/inputBase/inputBase.styles.d.ts +8 -0
- package/dist/components/formElement/textfieldInput/inputBase/inputBase.types.d.ts +27 -0
- package/dist/components/formElement/textfieldInput/inputLabel/index.d.ts +3 -0
- package/dist/components/formElement/textfieldInput/inputLabel/inputLabel.d.ts +4 -0
- package/dist/components/formElement/textfieldInput/inputLabel/inputLabel.styles.d.ts +2 -0
- package/dist/components/formElement/textfieldInput/inputLabel/inputLabel.types.d.ts +8 -0
- package/dist/components/formElement/textfieldInput/textfieldInput/emailInput/emailInput.d.ts +4 -0
- package/dist/components/formElement/textfieldInput/textfieldInput/emailInput/emailInput.styles.d.ts +3 -0
- package/dist/components/formElement/textfieldInput/textfieldInput/emailInput/emailInput.types.d.ts +4 -0
- package/dist/components/formElement/textfieldInput/textfieldInput/emailInput/index.d.ts +3 -0
- package/dist/components/formElement/textfieldInput/textfieldInput/phoneInput/index.d.ts +3 -0
- package/dist/components/formElement/textfieldInput/textfieldInput/phoneInput/phoneInput.d.ts +4 -0
- package/dist/components/formElement/textfieldInput/textfieldInput/phoneInput/phoneInput.styles.d.ts +3 -0
- package/dist/components/formElement/textfieldInput/textfieldInput/phoneInput/phoneInput.types.d.ts +5 -0
- package/dist/components/formElement/textfieldInput/textfieldInput/searchInput/index.d.ts +3 -0
- package/dist/components/formElement/textfieldInput/textfieldInput/searchInput/searchInput.d.ts +4 -0
- package/dist/components/formElement/textfieldInput/textfieldInput/searchInput/searchInput.styles.d.ts +3 -0
- package/dist/components/formElement/textfieldInput/textfieldInput/searchInput/searchInput.types.d.ts +7 -0
- package/dist/components/formElement/textfieldInput/textfieldInput/sliderInput/index.d.ts +3 -0
- package/dist/components/formElement/textfieldInput/textfieldInput/sliderInput/sliderInput.d.ts +4 -0
- package/dist/components/formElement/textfieldInput/textfieldInput/sliderInput/sliderInput.style.d.ts +14 -0
- package/dist/components/formElement/textfieldInput/textfieldInput/sliderInput/sliderInput.types.d.ts +29 -0
- package/dist/components/formElement/textfieldInput/textfieldInput/sliderInput/sliderInputHelper.d.ts +2 -0
- package/dist/components/formElement/textfieldInput/textfieldInput/textInput/index.d.ts +3 -0
- package/dist/components/formElement/textfieldInput/textfieldInput/textInput/textInput.d.ts +4 -0
- package/dist/components/formElement/textfieldInput/textfieldInput/textInput/textInput.styles.d.ts +3 -0
- package/dist/components/formElement/textfieldInput/textfieldInput/textInput/textInput.types.d.ts +4 -0
- package/dist/components/formElement/textfieldInput/textfieldInput/trailingTextInput/index.d.ts +3 -0
- package/dist/components/formElement/textfieldInput/textfieldInput/trailingTextInput/trailingTextInput.d.ts +4 -0
- package/dist/components/formElement/textfieldInput/textfieldInput/trailingTextInput/trailingTextInput.styles.d.ts +3 -0
- package/dist/components/formElement/textfieldInput/textfieldInput/trailingTextInput/trailingTextInput.types.d.ts +6 -0
- package/dist/components/formElement/textfieldInput/textfieldInput.types.d.ts +25 -0
- package/dist/components/formElement/toggle/index.d.ts +3 -0
- package/dist/components/formElement/toggle/toggle.d.ts +7 -0
- package/dist/components/formElement/toggle/toggle.styles.d.ts +8 -0
- package/dist/components/formElement/toggle/toggle.types.d.ts +9 -0
- package/dist/components/formatted/amount/formattedAmount.d.ts +4 -0
- package/dist/components/formatted/amount/formattedAmount.test.d.ts +1 -0
- package/dist/components/formatted/amount/formattedAmount.types.d.ts +6 -0
- package/dist/components/formatted/amount/index.d.ts +3 -0
- package/dist/components/formatted/amount/useFormatAmount.d.ts +9 -0
- package/dist/components/formatted/amount/useFormatAmount.test.d.ts +1 -0
- package/dist/components/formatted/message/formattedHtmlMessage/formattedHtmlMessage.d.ts +4 -0
- package/dist/components/formatted/message/formattedHtmlMessage/formattedHtmlMessage.test.d.ts +1 -0
- package/dist/components/formatted/message/formattedHtmlMessage/formattedHtmlMessage.types.d.ts +2 -0
- package/dist/components/formatted/message/formattedHtmlMessage/index.d.ts +3 -0
- package/dist/components/formatted/message/formattedMessage/formattedMessage.d.ts +4 -0
- package/dist/components/formatted/message/formattedMessage/formattedMessage.test.d.ts +1 -0
- package/dist/components/formatted/message/formattedMessage/formattedMessage.types.d.ts +2 -0
- package/dist/components/formatted/message/formattedMessage/index.d.ts +3 -0
- package/dist/components/formatted/message/index.d.ts +3 -0
- package/dist/components/formatted/message/isMessageDisplayable/index.d.ts +1 -0
- package/dist/components/formatted/message/isMessageDisplayable/isMessageDisplayable.d.ts +2 -0
- package/dist/components/formatted/message/isMessageDisplayable/isMessageDisplayable.test.d.ts +1 -0
- package/dist/components/formatted/message/isMessageDisplayable/isMessageDisplayable.types.d.ts +5 -0
- package/dist/components/formatted/message/isMessageDisplayable/isMessageDisplayableConfig.d.ts +1 -0
- package/dist/components/formatted/message/isMessageDisplayable/useIsMessageDisplayable.d.ts +2 -0
- package/dist/components/formatted/message/isMessageDisplayable/useIsMessageDisplayable.test.d.ts +1 -0
- package/dist/components/formatted/message/message.types.d.ts +5 -0
- package/dist/components/formatted/percentage/formattedPercentage.d.ts +4 -0
- package/dist/components/formatted/percentage/formattedPercentage.test.d.ts +1 -0
- package/dist/components/formatted/percentage/formattedPercentage.types.d.ts +5 -0
- package/dist/components/formatted/percentage/index.d.ts +3 -0
- package/dist/components/formatted/percentage/useFormattedPercentage.d.ts +8 -0
- package/dist/components/formatted/percentage/useFormattedPercentage.test.d.ts +1 -0
- package/dist/components/hook/id/getUniqueId.d.ts +1 -0
- package/dist/components/hook/id/getUniqueIdIfIsUndefined.d.ts +1 -0
- package/dist/components/hook/id/useUniqueIdIfIsUndefined.d.ts +1 -0
- package/dist/components/icon/flag/iconFlag.d.ts +4 -0
- package/dist/components/icon/flag/iconFlag.style.d.ts +2 -0
- package/dist/components/icon/flag/iconFlag.types.d.ts +9 -0
- package/dist/components/icon/flag/index.d.ts +3 -0
- package/dist/components/icon/flag/svg/iconFlagCz.d.ts +3 -0
- package/dist/components/icon/flag/svg/iconFlagEu.d.ts +3 -0
- package/dist/components/icon/flag/svg/iconFlagHr.d.ts +3 -0
- package/dist/components/icon/flag/svg/iconFlagUsa.d.ts +3 -0
- package/dist/components/icon/product/iconProduct.d.ts +4 -0
- package/dist/components/icon/product/iconProduct.style.d.ts +7 -0
- package/dist/components/icon/product/iconProduct.types.d.ts +19 -0
- package/dist/components/icon/product/index.d.ts +3 -0
- package/dist/components/icon/product/svg/iconProductSvg.types.d.ts +4 -0
- package/dist/components/icon/product/svg/information/big/iconProductInformationBig.d.ts +4 -0
- package/dist/components/icon/product/svg/information/small/iconProductInformationSmall.d.ts +4 -0
- package/dist/components/icon/product/svg/warningTriangle/big/iconProductWarningTriangleBig.d.ts +4 -0
- package/dist/components/icon/product/svg/warningTriangle/small/iconProductWarningTriangleSmall.d.ts +4 -0
- package/dist/components/icon/system/iconSystem.d.ts +4 -0
- package/dist/components/icon/system/iconSystem.style.d.ts +7 -0
- package/dist/components/icon/system/iconSystem.types.d.ts +28 -0
- package/dist/components/icon/system/index.d.ts +3 -0
- package/dist/components/icon/system/svg/arrowDown/big/iconSystemArrowDownBig.d.ts +4 -0
- package/dist/components/icon/system/svg/arrowDown/small/iconSystemArrowDownSmall.d.ts +4 -0
- package/dist/components/icon/system/svg/arrowLeft/big/iconSystemArrowLeftBig.d.ts +4 -0
- package/dist/components/icon/system/svg/arrowLeft/small/iconSystemArrowLeftSmall.d.ts +4 -0
- package/dist/components/icon/system/svg/arrowRight/big/iconSystemArrowRightBig.d.ts +4 -0
- package/dist/components/icon/system/svg/arrowRight/small/iconSystemArrowRightSmall.d.ts +4 -0
- package/dist/components/icon/system/svg/arrowUp/big/iconSystemArrowUpBig.d.ts +4 -0
- package/dist/components/icon/system/svg/arrowUp/small/iconSystemArrowUpSmall.d.ts +4 -0
- package/dist/components/icon/system/svg/arrowUpRight/big/iconSystemArrowUpRightBig.d.ts +4 -0
- package/dist/components/icon/system/svg/arrowUpRight/small/iconSystemArrowUpRightSmall.d.ts +4 -0
- package/dist/components/icon/system/svg/checkmark/big/iconSystemCheckmarkBig.d.ts +4 -0
- package/dist/components/icon/system/svg/checkmark/small/iconSystemCheckmarkSmall.d.ts +4 -0
- package/dist/components/icon/system/svg/chevronDown/big/iconSystemChevronDownBig.d.ts +4 -0
- package/dist/components/icon/system/svg/chevronDown/small/iconSystemChevronDownSmall.d.ts +4 -0
- package/dist/components/icon/system/svg/chevronLeft/big/iconSystemChevronLeftBig.d.ts +4 -0
- package/dist/components/icon/system/svg/chevronLeft/small/iconSystemChevronLeftSmall.d.ts +4 -0
- package/dist/components/icon/system/svg/chevronRight/big/iconSystemChevronRightBig.d.ts +4 -0
- package/dist/components/icon/system/svg/chevronRight/small/iconSystemChevronRightSmall.d.ts +4 -0
- package/dist/components/icon/system/svg/chevronUp/big/iconSystemChevronUpBig.d.ts +4 -0
- package/dist/components/icon/system/svg/chevronUp/small/iconSystemChevronUpSmall.d.ts +4 -0
- package/dist/components/icon/system/svg/close/big/iconSystemCloseBig.d.ts +4 -0
- package/dist/components/icon/system/svg/close/small/iconSystemCloseSmall.d.ts +4 -0
- package/dist/components/icon/system/svg/iconSystemSvg.types.d.ts +4 -0
- package/dist/components/icon/system/svg/minus/big/iconSystemMinusBig.d.ts +4 -0
- package/dist/components/icon/system/svg/minus/small/iconSystemMinusSmall.d.ts +4 -0
- package/dist/components/icon/system/svg/plus/big/iconSystemPlusBig.d.ts +4 -0
- package/dist/components/icon/system/svg/plus/small/iconSystemPlusSmall.d.ts +4 -0
- package/dist/components/icon/system/svg/search/big/iconSystemSearchBig.d.ts +4 -0
- package/dist/components/icon/system/svg/search/small/iconSystemSearchSmall.d.ts +4 -0
- package/dist/components/infobox/index.d.ts +3 -0
- package/dist/components/infobox/infobox.d.ts +4 -0
- package/dist/components/infobox/infobox.styles.d.ts +3 -0
- package/dist/components/infobox/infobox.types.d.ts +17 -0
- package/dist/components/loader/index.d.ts +2 -0
- package/dist/components/loader/loader/index.d.ts +3 -0
- package/dist/components/loader/loader/loader.d.ts +4 -0
- package/dist/components/loader/loader/loader.types.d.ts +12 -0
- package/dist/components/loader/loader/loaderSvg.d.ts +4 -0
- package/dist/components/loader/loaderOverlayBox/index.d.ts +3 -0
- package/dist/components/loader/loaderOverlayBox/loaderOverlayBox.d.ts +4 -0
- package/dist/components/loader/loaderOverlayBox/loaderOverlayBox.style.d.ts +7 -0
- package/dist/components/loader/loaderOverlayBox/loaderOverlayBox.types.d.ts +6 -0
- package/dist/components/modal/index.d.ts +1 -0
- package/dist/components/modal/modal/index.d.ts +3 -0
- package/dist/components/modal/modal/modal.d.ts +4 -0
- package/dist/components/modal/modal/modal.domFunctions.d.ts +1 -0
- package/dist/components/modal/modal/modal.style.d.ts +3 -0
- package/dist/components/modal/modal/modal.types.d.ts +15 -0
- package/dist/components/modal/modal/useModal.d.ts +6 -0
- package/dist/components/modal/modalCloseButton/index.d.ts +3 -0
- package/dist/components/modal/modalCloseButton/modalCloseButton.d.ts +4 -0
- package/dist/components/modal/modalCloseButton/modalCloseButton.style.d.ts +1 -0
- package/dist/components/modal/modalCloseButton/modalCloseButton.types.d.ts +3 -0
- package/dist/components/modal/modalOverlay/index.d.ts +3 -0
- package/dist/components/modal/modalOverlay/modalOverlay.d.ts +4 -0
- package/dist/components/modal/modalOverlay/modalOverlay.style.d.ts +1 -0
- package/dist/components/modal/modalOverlay/modalOverlay.types.d.ts +4 -0
- package/dist/components/slider/slider/index.d.ts +1 -1
- package/dist/components/slider/slider/slider.d.ts +2 -3
- package/dist/components/slider/slider/slider.style.d.ts +5 -3
- package/dist/components/slider/slider/slider.types.d.ts +8 -7
- package/dist/components/slider/slider/sliderFunction/visuallyLinearByValue/sliderFunctionVisuallyLinearByValue.d.ts +2 -0
- package/dist/components/slider/slider/sliderFunction/visuallyLinearByValue/sliderStep.d.ts +7 -0
- package/dist/components/slider/slider/sliderFunction/visuallySameStepSize/sliderFunctionVisuallySameStepSize.d.ts +2 -0
- package/dist/components/slider/slider/sliderFunction/visuallySameStepSize/sliderMax.d.ts +8 -0
- package/dist/components/slider/slider/sliderFunction/visuallySameStepSize/sliderValueByValue.d.ts +9 -0
- package/dist/components/slider/slider/sliderFunction/visuallySameStepSize/valueBySliderValue.d.ts +2 -0
- package/dist/components/slider/slider/sliderHandleSvgHandler.d.ts +3 -2
- package/dist/components/stepper/index.d.ts +3 -0
- package/dist/components/stepper/stepper/index.d.ts +2 -0
- package/dist/components/stepper/stepper/stepper.d.ts +4 -0
- package/dist/components/stepper/stepper/stepper.styles.d.ts +4 -0
- package/dist/components/stepper/stepper/storiesData.d.ts +3 -0
- package/dist/components/stepper/stepper.types.d.ts +19 -0
- package/dist/components/stepper/stepperItem/index.d.ts +2 -0
- package/dist/components/stepper/stepperItem/stepperItem.d.ts +4 -0
- package/dist/components/stepper/stepperItem/stepperItem.styles.d.ts +6 -0
- package/dist/components/storeButton/index.d.ts +3 -0
- package/dist/components/storeButton/storeButton.d.ts +2 -2
- package/dist/components/storeButton/storeButton.styles.d.ts +2 -2
- package/dist/components/storeButton/storeButton.types.d.ts +1 -1
- package/dist/components/table/index.d.ts +8 -0
- package/dist/components/table/table/table.d.ts +4 -0
- package/dist/components/table/table/table.styles.d.ts +3 -0
- package/dist/components/table/tableBody/tableBody.d.ts +4 -0
- package/dist/components/table/tableBody/tableBody.styles.d.ts +3 -0
- package/dist/components/table/tableData/tableData.d.ts +4 -0
- package/dist/components/table/tableData/tableData.styles.d.ts +3 -0
- package/dist/components/table/tableHead/tableHead.d.ts +4 -0
- package/dist/components/table/tableHead/tableHead.styles.d.ts +3 -0
- package/dist/components/table/tableHeadData/tableHeadData.d.ts +4 -0
- package/dist/components/table/tableHeadData/tableHeadData.styles.d.ts +3 -0
- package/dist/components/table/tableRow/tableRow.d.ts +4 -0
- package/dist/components/table/tableRow/tableRow.styles.d.ts +3 -0
- package/dist/components/table/types.d.ts +9 -0
- package/dist/components/tag/index.d.ts +3 -0
- package/dist/components/tag/tag.d.ts +4 -0
- package/dist/components/tag/tag.styles.d.ts +4 -0
- package/dist/components/tag/tag.types.d.ts +37 -0
- package/dist/components/tooltip/floatingElement/tooltipFloatingElement.d.ts +4 -0
- package/dist/components/tooltip/floatingElement/tooltipFloatingElement.style.d.ts +10 -0
- package/dist/components/tooltip/floatingElement/tooltipFloatingElement.types.d.ts +9 -0
- package/dist/components/tooltip/general/index.d.ts +4 -0
- package/dist/components/tooltip/general/tooltipGeneral.d.ts +4 -0
- package/dist/components/tooltip/general/tooltipGeneral.style.d.ts +7 -0
- package/dist/components/tooltip/general/tooltipGeneral.types.d.ts +10 -0
- package/dist/components/tooltip/index.d.ts +7 -0
- package/dist/components/tooltip/info/index.d.ts +3 -0
- package/dist/components/tooltip/info/tooltipInfo.d.ts +4 -0
- package/dist/components/tooltip/info/tooltipInfo.style.d.ts +7 -0
- package/dist/components/tooltip/info/tooltipInfo.types.d.ts +6 -0
- package/dist/components/tooltip/tooltip.types.d.ts +15 -0
- package/dist/components/typography/index.d.ts +3 -0
- package/dist/components/typography/typography.d.ts +4 -0
- package/dist/components/typography/typography.styles.d.ts +3 -0
- package/dist/components/typography/typography.types.d.ts +38 -0
- package/dist/index.cjs.js +1247 -23
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +20 -0
- package/dist/index.esm.js +1256 -32
- package/dist/index.esm.js.map +1 -1
- package/dist/jest.config.d.ts +7 -0
- package/dist/media/index.d.ts +1 -0
- package/dist/media/media.types.d.ts +4 -0
- package/dist/style/styledComponents/theme.d.ts +90 -3
- package/dist/util/colorScheme/colorScheme.types.d.ts +10 -0
- package/dist/util/colorScheme/getColor.d.ts +2 -0
- package/dist/util/colorScheme/index.d.ts +3 -0
- package/dist/util/colorScheme/useColorScheme.d.ts +2 -0
- package/package.json +21 -7
- package/readme.md +10 -0
|
@@ -0,0 +1,653 @@
|
|
|
1
|
+
.react-datepicker-wrapper {
|
|
2
|
+
display: inline-block;
|
|
3
|
+
padding: 0;
|
|
4
|
+
border: 0;
|
|
5
|
+
width: 266px;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
.react-datepicker {
|
|
9
|
+
background-color: #fff;
|
|
10
|
+
color: #01194c;
|
|
11
|
+
border: 1px solid #ddd;
|
|
12
|
+
border-radius: 9px;
|
|
13
|
+
display: inline-block;
|
|
14
|
+
position: relative;
|
|
15
|
+
line-height: initial;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
/*
|
|
19
|
+
.react-datepicker--time-only {
|
|
20
|
+
.react-datepicker__time-container {
|
|
21
|
+
border-left: 0;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.react-datepicker__time,
|
|
25
|
+
.react-datepicker__time-box {
|
|
26
|
+
border-bottom-left-radius: 0.3rem;
|
|
27
|
+
border-bottom-right-radius: 0.3rem;
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.react-datepicker-popper {
|
|
32
|
+
z-index: 1;
|
|
33
|
+
line-height: 0;
|
|
34
|
+
}
|
|
35
|
+
*/
|
|
36
|
+
|
|
37
|
+
.react-datepicker__triangle {
|
|
38
|
+
display: none;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
.react-datepicker__header {
|
|
42
|
+
text-align: center;
|
|
43
|
+
border-bottom: 1px solid #eee;
|
|
44
|
+
border-top-left-radius: 6px;
|
|
45
|
+
padding: 8px 0;
|
|
46
|
+
position: relative;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
.react-datepicker__header--time {
|
|
50
|
+
padding-bottom: 8px;
|
|
51
|
+
padding-left: 5px;
|
|
52
|
+
padding-right: 5px;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
.react-datepicker__header:not(&--only) {
|
|
56
|
+
border-top-left-radius: 0;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
.react-datepicker__header:not(&--has-time-select) {
|
|
60
|
+
border-top-right-radius: 99px;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
.react-datepicker__year-dropdown-container--select,
|
|
65
|
+
.react-datepicker__month-dropdown-container--select,
|
|
66
|
+
.react-datepicker__month-year-dropdown-container--select,
|
|
67
|
+
.react-datepicker__year-dropdown-container--scroll,
|
|
68
|
+
.react-datepicker__month-dropdown-container--scroll,
|
|
69
|
+
.react-datepicker__month-year-dropdown-container--scroll {
|
|
70
|
+
display: inline-block;
|
|
71
|
+
margin: 0 15px;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
.react-datepicker__current-month,
|
|
75
|
+
.react-datepicker-time__header,
|
|
76
|
+
.react-datepicker-year-header {
|
|
77
|
+
margin-top: 0;
|
|
78
|
+
color: #000;
|
|
79
|
+
font-weight: bold;
|
|
80
|
+
font-size: 18px;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
.react-datepicker-time__header {
|
|
84
|
+
text-overflow: ellipsis;
|
|
85
|
+
white-space: nowrap;
|
|
86
|
+
overflow: hidden;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
.react-datepicker__navigation {
|
|
90
|
+
align-items: center;
|
|
91
|
+
background: none;
|
|
92
|
+
display: flex;
|
|
93
|
+
justify-content: center;
|
|
94
|
+
text-align: center;
|
|
95
|
+
cursor: pointer;
|
|
96
|
+
position: absolute;
|
|
97
|
+
top: 2px;
|
|
98
|
+
padding: 0;
|
|
99
|
+
border: none;
|
|
100
|
+
z-index: 1;
|
|
101
|
+
height: 20px;
|
|
102
|
+
width: 20px;
|
|
103
|
+
text-indent: -999em;
|
|
104
|
+
overflow: hidden;
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
.react-datepicker__navigation--previous {
|
|
108
|
+
left: 2px;
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
.react-datepicker__navigation--next {
|
|
112
|
+
right: 2px;
|
|
113
|
+
}
|
|
114
|
+
.react-datepicker__navigation--next--with-time:not(&--with-today-button) {
|
|
115
|
+
right: 85px;
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
.react-datepicker__navigation--years {
|
|
119
|
+
position: relative;
|
|
120
|
+
top: 0;
|
|
121
|
+
display: block;
|
|
122
|
+
margin-left: auto;
|
|
123
|
+
margin-right: auto;
|
|
124
|
+
|
|
125
|
+
&-previous {
|
|
126
|
+
top: 4px;
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
&-upcoming {
|
|
130
|
+
top: -4px;
|
|
131
|
+
}
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
.react-datepicker__navigation:hover {
|
|
135
|
+
*::before {
|
|
136
|
+
border-color: darken($datepicker__muted-color, 15%);
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
/*
|
|
141
|
+
.react-datepicker__navigation-icon {
|
|
142
|
+
position: relative;
|
|
143
|
+
top: -1px;
|
|
144
|
+
font-size: 20px;
|
|
145
|
+
width: 0;
|
|
146
|
+
|
|
147
|
+
&::before {
|
|
148
|
+
@extend %navigation-chevron;
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
&--next {
|
|
152
|
+
left: -2px;
|
|
153
|
+
|
|
154
|
+
&::before {
|
|
155
|
+
transform: rotate(45deg);
|
|
156
|
+
left: -7px;
|
|
157
|
+
}
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
&--previous {
|
|
161
|
+
right: -2px;
|
|
162
|
+
|
|
163
|
+
&::before {
|
|
164
|
+
transform: rotate(225deg);
|
|
165
|
+
right: -7px;
|
|
166
|
+
}
|
|
167
|
+
}
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
.react-datepicker__month-container {
|
|
171
|
+
float: left;
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
.react-datepicker__year {
|
|
175
|
+
margin: $datepicker__margin;
|
|
176
|
+
text-align: center;
|
|
177
|
+
|
|
178
|
+
&-wrapper {
|
|
179
|
+
display: flex;
|
|
180
|
+
flex-wrap: wrap;
|
|
181
|
+
max-width: 180px;
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
.react-datepicker__year-text {
|
|
185
|
+
display: inline-block;
|
|
186
|
+
width: 4rem;
|
|
187
|
+
margin: 2px;
|
|
188
|
+
}
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
.react-datepicker__month {
|
|
192
|
+
margin: $datepicker__margin;
|
|
193
|
+
text-align: center;
|
|
194
|
+
|
|
195
|
+
.react-datepicker__month-text,
|
|
196
|
+
.react-datepicker__quarter-text {
|
|
197
|
+
display: inline-block;
|
|
198
|
+
width: 4rem;
|
|
199
|
+
margin: 2px;
|
|
200
|
+
}
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
.react-datepicker__input-time-container {
|
|
204
|
+
clear: both;
|
|
205
|
+
width: 100%;
|
|
206
|
+
float: left;
|
|
207
|
+
margin: 5px 0 10px 15px;
|
|
208
|
+
text-align: left;
|
|
209
|
+
|
|
210
|
+
.react-datepicker-time__caption {
|
|
211
|
+
display: inline-block;
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
.react-datepicker-time__input-container {
|
|
215
|
+
display: inline-block;
|
|
216
|
+
|
|
217
|
+
.react-datepicker-time__input {
|
|
218
|
+
display: inline-block;
|
|
219
|
+
margin-left: 10px;
|
|
220
|
+
|
|
221
|
+
input {
|
|
222
|
+
width: auto;
|
|
223
|
+
}
|
|
224
|
+
|
|
225
|
+
input[type="time"]::-webkit-inner-spin-button,
|
|
226
|
+
input[type="time"]::-webkit-outer-spin-button {
|
|
227
|
+
-webkit-appearance: none;
|
|
228
|
+
margin: 0;
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
input[type="time"] {
|
|
232
|
+
-moz-appearance: textfield;
|
|
233
|
+
}
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
.react-datepicker-time__delimiter {
|
|
237
|
+
margin-left: 5px;
|
|
238
|
+
display: inline-block;
|
|
239
|
+
}
|
|
240
|
+
}
|
|
241
|
+
}
|
|
242
|
+
|
|
243
|
+
.react-datepicker__time-container {
|
|
244
|
+
float: right;
|
|
245
|
+
border-left: 1px solid $datepicker__border-color;
|
|
246
|
+
width: 85px;
|
|
247
|
+
|
|
248
|
+
&--with-today-button {
|
|
249
|
+
display: inline;
|
|
250
|
+
border: 1px solid #aeaeae;
|
|
251
|
+
border-radius: 0.3rem;
|
|
252
|
+
position: absolute;
|
|
253
|
+
right: -87px;
|
|
254
|
+
top: 0;
|
|
255
|
+
}
|
|
256
|
+
|
|
257
|
+
.react-datepicker__time {
|
|
258
|
+
position: relative;
|
|
259
|
+
background: white;
|
|
260
|
+
border-bottom-right-radius: 0.3rem;
|
|
261
|
+
|
|
262
|
+
.react-datepicker__time-box {
|
|
263
|
+
width: 85px;
|
|
264
|
+
overflow-x: hidden;
|
|
265
|
+
margin: 0 auto;
|
|
266
|
+
text-align: center;
|
|
267
|
+
border-bottom-right-radius: 0.3rem;
|
|
268
|
+
|
|
269
|
+
ul.react-datepicker__time-list {
|
|
270
|
+
list-style: none;
|
|
271
|
+
margin: 0;
|
|
272
|
+
height: calc(195px + (32px / 2));
|
|
273
|
+
overflow-y: scroll;
|
|
274
|
+
padding-right: 0;
|
|
275
|
+
padding-left: 0;
|
|
276
|
+
width: 100%;
|
|
277
|
+
box-sizing: content-box;
|
|
278
|
+
|
|
279
|
+
li.react-datepicker__time-list-item {
|
|
280
|
+
height: 30px;
|
|
281
|
+
padding: 5px 10px;
|
|
282
|
+
white-space: nowrap;
|
|
283
|
+
|
|
284
|
+
&:hover {
|
|
285
|
+
cursor: pointer;
|
|
286
|
+
background-color: $datepicker__background-color;
|
|
287
|
+
}
|
|
288
|
+
|
|
289
|
+
&--selected {
|
|
290
|
+
background-color: $datepicker__selected-color;
|
|
291
|
+
color: white;
|
|
292
|
+
font-weight: bold;
|
|
293
|
+
|
|
294
|
+
&:hover {
|
|
295
|
+
background-color: $datepicker__selected-color;
|
|
296
|
+
}
|
|
297
|
+
}
|
|
298
|
+
|
|
299
|
+
&--disabled {
|
|
300
|
+
color: $datepicker__muted-color;
|
|
301
|
+
|
|
302
|
+
&:hover {
|
|
303
|
+
cursor: default;
|
|
304
|
+
background-color: transparent;
|
|
305
|
+
}
|
|
306
|
+
}
|
|
307
|
+
}
|
|
308
|
+
}
|
|
309
|
+
}
|
|
310
|
+
}
|
|
311
|
+
}
|
|
312
|
+
*/
|
|
313
|
+
|
|
314
|
+
.react-datepicker__week-number {
|
|
315
|
+
color: #56647B;
|
|
316
|
+
display: inline-block;
|
|
317
|
+
width: 24px;
|
|
318
|
+
line-height: 28px;
|
|
319
|
+
text-align: center;
|
|
320
|
+
margin: 0;
|
|
321
|
+
}
|
|
322
|
+
|
|
323
|
+
.react-datepicker__week-number.react-datepicker__week-number--clickable {
|
|
324
|
+
cursor: pointer;
|
|
325
|
+
}
|
|
326
|
+
|
|
327
|
+
.react-datepicker__week-number--selected {
|
|
328
|
+
border-radius: 99px;
|
|
329
|
+
background-color: #1C65FD;
|
|
330
|
+
color: #fff;
|
|
331
|
+
}
|
|
332
|
+
|
|
333
|
+
.react-datepicker__week-number--selected:hover {
|
|
334
|
+
background-color: #C6CCD7;
|
|
335
|
+
}
|
|
336
|
+
|
|
337
|
+
.react-datepicker__week-number--keyboard-selected {
|
|
338
|
+
border-radius: 99px;
|
|
339
|
+
background-color: #C6CCD7;
|
|
340
|
+
color: #fff;
|
|
341
|
+
}
|
|
342
|
+
|
|
343
|
+
.react-datepicker__week-number--keyboard-selected:hover {
|
|
344
|
+
background-color: #C6CCD7;
|
|
345
|
+
}
|
|
346
|
+
|
|
347
|
+
.react-datepicker__day-names {
|
|
348
|
+
white-space: nowrap;
|
|
349
|
+
margin-bottom: -8px;
|
|
350
|
+
}
|
|
351
|
+
|
|
352
|
+
.react-datepicker__week {
|
|
353
|
+
white-space: nowrap;
|
|
354
|
+
}
|
|
355
|
+
|
|
356
|
+
.react-datepicker__day-name,
|
|
357
|
+
.react-datepicker__day,
|
|
358
|
+
.react-datepicker__time-name {
|
|
359
|
+
color: #56647B;
|
|
360
|
+
display: inline-block;
|
|
361
|
+
width: 32px;
|
|
362
|
+
line-height: 32px;
|
|
363
|
+
text-align: center;
|
|
364
|
+
margin: 3px;
|
|
365
|
+
}
|
|
366
|
+
|
|
367
|
+
.react-datepicker__day {
|
|
368
|
+
cursor: pointer;
|
|
369
|
+
border-radius: 99px;
|
|
370
|
+
|
|
371
|
+
}
|
|
372
|
+
|
|
373
|
+
.react-datepicker__day:hover {
|
|
374
|
+
color: #1C65FD;
|
|
375
|
+
background-color: #C6CCD7;
|
|
376
|
+
}
|
|
377
|
+
|
|
378
|
+
.react-datepicker__day--today {
|
|
379
|
+
background-color: #E4E7EC;
|
|
380
|
+
font-weight: bold;
|
|
381
|
+
}
|
|
382
|
+
/*
|
|
383
|
+
&--highlighted {
|
|
384
|
+
border-radius: $datepicker__border-radius;
|
|
385
|
+
background-color: $datepicker__highlighted-color;
|
|
386
|
+
color: #fff;
|
|
387
|
+
|
|
388
|
+
&:hover {
|
|
389
|
+
background-color: darken($datepicker__highlighted-color, 5%);
|
|
390
|
+
}
|
|
391
|
+
|
|
392
|
+
&-custom-1 {
|
|
393
|
+
color: magenta;
|
|
394
|
+
}
|
|
395
|
+
|
|
396
|
+
&-custom-2 {
|
|
397
|
+
color: green;
|
|
398
|
+
}
|
|
399
|
+
}
|
|
400
|
+
|
|
401
|
+
&--selected,
|
|
402
|
+
&--in-selecting-range,
|
|
403
|
+
&--in-range {
|
|
404
|
+
border-radius: $datepicker__border-radius;
|
|
405
|
+
background-color: $datepicker__selected-color;
|
|
406
|
+
color: #fff;
|
|
407
|
+
|
|
408
|
+
&:hover {
|
|
409
|
+
background-color: darken($datepicker__selected-color, 5%);
|
|
410
|
+
}
|
|
411
|
+
}
|
|
412
|
+
|
|
413
|
+
&--keyboard-selected {
|
|
414
|
+
border-radius: $datepicker__border-radius;
|
|
415
|
+
background-color: lighten($datepicker__selected-color, 45%);
|
|
416
|
+
color: rgb(0, 0, 0);
|
|
417
|
+
|
|
418
|
+
&:hover {
|
|
419
|
+
background-color: darken($datepicker__selected-color, 5%);
|
|
420
|
+
}
|
|
421
|
+
}
|
|
422
|
+
|
|
423
|
+
&--in-selecting-range:not(&--in-range) {
|
|
424
|
+
background-color: rgba($datepicker__selected-color, 0.5);
|
|
425
|
+
}
|
|
426
|
+
|
|
427
|
+
&--in-range:not(&--in-selecting-range) {
|
|
428
|
+
.react-datepicker__month--selecting-range &,
|
|
429
|
+
.react-datepicker__year--selecting-range & {
|
|
430
|
+
background-color: $datepicker__background-color;
|
|
431
|
+
color: $datepicker__text-color;
|
|
432
|
+
}
|
|
433
|
+
}
|
|
434
|
+
|
|
435
|
+
&--disabled {
|
|
436
|
+
cursor: default;
|
|
437
|
+
color: $datepicker__muted-color;
|
|
438
|
+
|
|
439
|
+
&:hover {
|
|
440
|
+
background-color: transparent;
|
|
441
|
+
}
|
|
442
|
+
|
|
443
|
+
.overlay {
|
|
444
|
+
position: absolute;
|
|
445
|
+
bottom: 70%;
|
|
446
|
+
left: 50%;
|
|
447
|
+
transform: translateX(-50%);
|
|
448
|
+
background-color: #333;
|
|
449
|
+
color: #fff;
|
|
450
|
+
padding: 4px;
|
|
451
|
+
border-radius: 4px;
|
|
452
|
+
white-space: nowrap;
|
|
453
|
+
visibility: hidden;
|
|
454
|
+
opacity: 0;
|
|
455
|
+
transition:
|
|
456
|
+
visibility 0s,
|
|
457
|
+
opacity 0.3s ease-in-out;
|
|
458
|
+
}
|
|
459
|
+
}
|
|
460
|
+
}
|
|
461
|
+
*/
|
|
462
|
+
.react-datepicker__input-container {
|
|
463
|
+
position: relative;
|
|
464
|
+
display: inline-block;
|
|
465
|
+
width: 100%;
|
|
466
|
+
|
|
467
|
+
.react-datepicker__calendar-icon {
|
|
468
|
+
position: absolute;
|
|
469
|
+
padding: 0.5rem;
|
|
470
|
+
box-sizing: content-box;
|
|
471
|
+
}
|
|
472
|
+
}
|
|
473
|
+
|
|
474
|
+
/*
|
|
475
|
+
.react-datepicker__view-calendar-icon {
|
|
476
|
+
input {
|
|
477
|
+
padding: 6px 10px 5px 25px;
|
|
478
|
+
}
|
|
479
|
+
}
|
|
480
|
+
|
|
481
|
+
.react-datepicker__year-read-view,
|
|
482
|
+
.react-datepicker__month-read-view,
|
|
483
|
+
.react-datepicker__month-year-read-view {
|
|
484
|
+
border: 1px solid transparent;
|
|
485
|
+
border-radius: $datepicker__border-radius;
|
|
486
|
+
position: relative;
|
|
487
|
+
|
|
488
|
+
&:hover {
|
|
489
|
+
cursor: pointer;
|
|
490
|
+
|
|
491
|
+
.react-datepicker__year-read-view--down-arrow,
|
|
492
|
+
.react-datepicker__month-read-view--down-arrow {
|
|
493
|
+
border-top-color: darken($datepicker__muted-color, 10%);
|
|
494
|
+
}
|
|
495
|
+
}
|
|
496
|
+
|
|
497
|
+
&--down-arrow {
|
|
498
|
+
@extend %navigation-chevron;
|
|
499
|
+
|
|
500
|
+
transform: rotate(135deg);
|
|
501
|
+
right: -16px;
|
|
502
|
+
top: 0;
|
|
503
|
+
}
|
|
504
|
+
}
|
|
505
|
+
|
|
506
|
+
.react-datepicker__year-dropdown,
|
|
507
|
+
.react-datepicker__month-dropdown,
|
|
508
|
+
.react-datepicker__month-year-dropdown {
|
|
509
|
+
background-color: $datepicker__background-color;
|
|
510
|
+
position: absolute;
|
|
511
|
+
width: 50%;
|
|
512
|
+
left: 25%;
|
|
513
|
+
top: 30px;
|
|
514
|
+
z-index: 1;
|
|
515
|
+
text-align: center;
|
|
516
|
+
border-radius: $datepicker__border-radius;
|
|
517
|
+
border: 1px solid $datepicker__border-color;
|
|
518
|
+
|
|
519
|
+
&:hover {
|
|
520
|
+
cursor: pointer;
|
|
521
|
+
}
|
|
522
|
+
|
|
523
|
+
&--scrollable {
|
|
524
|
+
height: 150px;
|
|
525
|
+
overflow-y: scroll;
|
|
526
|
+
}
|
|
527
|
+
}
|
|
528
|
+
*/
|
|
529
|
+
.react-datepicker__year-option,
|
|
530
|
+
.react-datepicker__month-option,
|
|
531
|
+
.react-datepicker__month-year-option {
|
|
532
|
+
line-height: 20px;
|
|
533
|
+
width: 100%;
|
|
534
|
+
display: block;
|
|
535
|
+
margin-left: auto;
|
|
536
|
+
margin-right: auto;
|
|
537
|
+
|
|
538
|
+
&:first-of-type {
|
|
539
|
+
border-top-left-radius: $datepicker__border-radius;
|
|
540
|
+
border-top-right-radius: $datepicker__border-radius;
|
|
541
|
+
}
|
|
542
|
+
|
|
543
|
+
&:last-of-type {
|
|
544
|
+
-webkit-user-select: none;
|
|
545
|
+
-moz-user-select: none;
|
|
546
|
+
-ms-user-select: none;
|
|
547
|
+
user-select: none;
|
|
548
|
+
border-bottom-left-radius: $datepicker__border-radius;
|
|
549
|
+
border-bottom-right-radius: $datepicker__border-radius;
|
|
550
|
+
}
|
|
551
|
+
|
|
552
|
+
&:hover {
|
|
553
|
+
background-color: $datepicker__muted-color;
|
|
554
|
+
|
|
555
|
+
.react-datepicker__navigation--years-upcoming {
|
|
556
|
+
border-bottom-color: darken($datepicker__muted-color, 10%);
|
|
557
|
+
}
|
|
558
|
+
|
|
559
|
+
.react-datepicker__navigation--years-previous {
|
|
560
|
+
border-top-color: darken($datepicker__muted-color, 10%);
|
|
561
|
+
}
|
|
562
|
+
}
|
|
563
|
+
|
|
564
|
+
&--selected {
|
|
565
|
+
position: absolute;
|
|
566
|
+
left: 15px;
|
|
567
|
+
}
|
|
568
|
+
}
|
|
569
|
+
|
|
570
|
+
.react-datepicker__close-icon {
|
|
571
|
+
cursor: pointer;
|
|
572
|
+
background-color: transparent;
|
|
573
|
+
border: 0;
|
|
574
|
+
outline: 0;
|
|
575
|
+
padding: 0 6px 0 0;
|
|
576
|
+
position: absolute;
|
|
577
|
+
top: 0;
|
|
578
|
+
right: 0;
|
|
579
|
+
height: 100%;
|
|
580
|
+
display: table-cell;
|
|
581
|
+
vertical-align: middle;
|
|
582
|
+
|
|
583
|
+
&::after {
|
|
584
|
+
cursor: pointer;
|
|
585
|
+
background-color: $datepicker__selected-color;
|
|
586
|
+
color: #fff;
|
|
587
|
+
border-radius: 50%;
|
|
588
|
+
height: 16px;
|
|
589
|
+
width: 16px;
|
|
590
|
+
padding: 2px;
|
|
591
|
+
font-size: 12px;
|
|
592
|
+
line-height: 1;
|
|
593
|
+
text-align: center;
|
|
594
|
+
display: table-cell;
|
|
595
|
+
vertical-align: middle;
|
|
596
|
+
content: "\00d7";
|
|
597
|
+
}
|
|
598
|
+
|
|
599
|
+
&--disabled {
|
|
600
|
+
cursor: default;
|
|
601
|
+
|
|
602
|
+
&::after {
|
|
603
|
+
cursor: default;
|
|
604
|
+
background-color: $datepicker__muted-color;
|
|
605
|
+
}
|
|
606
|
+
}
|
|
607
|
+
}
|
|
608
|
+
|
|
609
|
+
.react-datepicker__today-button {
|
|
610
|
+
background: $datepicker__background-color;
|
|
611
|
+
border-top: 1px solid $datepicker__border-color;
|
|
612
|
+
cursor: pointer;
|
|
613
|
+
text-align: center;
|
|
614
|
+
font-weight: bold;
|
|
615
|
+
padding: 5px 0;
|
|
616
|
+
clear: left;
|
|
617
|
+
}
|
|
618
|
+
|
|
619
|
+
.react-datepicker__children-container {
|
|
620
|
+
width: 13.8rem;
|
|
621
|
+
margin: 0.4rem;
|
|
622
|
+
padding-right: 0.2rem;
|
|
623
|
+
padding-left: 0.2rem;
|
|
624
|
+
height: auto;
|
|
625
|
+
}
|
|
626
|
+
|
|
627
|
+
.react-datepicker__aria-live {
|
|
628
|
+
position: absolute;
|
|
629
|
+
clip-path: circle(0);
|
|
630
|
+
border: 0;
|
|
631
|
+
height: 1px;
|
|
632
|
+
margin: -1px;
|
|
633
|
+
overflow: hidden;
|
|
634
|
+
padding: 0;
|
|
635
|
+
width: 1px;
|
|
636
|
+
white-space: nowrap;
|
|
637
|
+
}
|
|
638
|
+
|
|
639
|
+
.react-datepicker__calendar-icon {
|
|
640
|
+
width: 1em;
|
|
641
|
+
height: 1em;
|
|
642
|
+
vertical-align: -0.125em;
|
|
643
|
+
}
|
|
644
|
+
|
|
645
|
+
.react-datepicker__day--selected,
|
|
646
|
+
.react-datepicker__day--selected:hover{
|
|
647
|
+
color: #fff;
|
|
648
|
+
background: #1C65FD;
|
|
649
|
+
}
|
|
650
|
+
|
|
651
|
+
.react-datepicker__day--weekend {
|
|
652
|
+
color: #8A97AD;
|
|
653
|
+
}
|