@aws-amplify/ui-react 2.18.3 → 2.20.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/dist/esm/components/Authenticator/SetupTOTP/SetupTOTP.js +1 -1
- package/dist/esm/components/Authenticator/SignUp/SignUp.js +1 -1
- package/dist/esm/components/Authenticator/shared/FormField.js +1 -1
- package/dist/esm/components/Authenticator/shared/ValidationErrors.js +1 -1
- package/dist/esm/components/Geo/LocationSearch/index.js +1 -1
- package/dist/esm/components/Geo/MapView/index.js +1 -1
- package/dist/esm/components/ThemeProvider/index.js +1 -1
- package/dist/esm/hooks/actions/shared/useTypeCastFields.js +1 -1
- package/dist/esm/hooks/useBreakpointValue.js +1 -1
- package/dist/esm/hooks/useTheme.js +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/node_modules/tslib/tslib.es6.js +0 -14
- package/dist/esm/primitives/Collection/Collection.js +1 -1
- package/dist/esm/primitives/Field/FieldClearButton.js +1 -1
- package/dist/esm/primitives/Loader/Loader.js +1 -1
- package/dist/esm/primitives/Pagination/Pagination.js +1 -1
- package/dist/esm/primitives/Pagination/PaginationItem.js +1 -1
- package/dist/esm/primitives/Pagination/usePaginationItems.js +1 -1
- package/dist/esm/primitives/PasswordField/PasswordField.js +1 -1
- package/dist/esm/primitives/PasswordField/ShowPasswordButton.js +1 -1
- package/dist/esm/primitives/PhoneNumberField/PhoneNumberField.js +1 -1
- package/dist/esm/primitives/SearchField/SearchField.js +1 -1
- package/dist/esm/primitives/SearchField/SearchFieldButton.js +1 -1
- package/dist/esm/primitives/SliderField/SliderField.js +1 -1
- package/dist/esm/primitives/StepperField/StepperField.js +1 -1
- package/dist/esm/primitives/index.js +1 -1
- package/dist/esm/primitives/shared/constants.js +1 -1
- package/dist/esm/primitives/shared/responsive/utils.js +1 -1
- package/dist/esm/primitives/shared/styleUtils.js +1 -1
- package/dist/esm/primitives/shared/utils.js +1 -1
- package/dist/esm/primitives/types/theme.js +1 -0
- package/dist/esm/primitives-catalog.js +30 -0
- package/dist/index.js +1 -1
- package/dist/internal.js +1 -1
- package/dist/primitives.json +30 -0
- package/dist/styles.css +383 -1214
- package/dist/types/components/Authenticator/Authenticator.d.ts +3 -0
- package/dist/types/components/Authenticator/ConfirmSignIn/ConfirmSignIn.d.ts +0 -1
- package/dist/types/components/Authenticator/ConfirmSignUp/ConfirmSignUp.d.ts +0 -1
- package/dist/types/components/Authenticator/FederatedSignIn/FederatedSignIn.d.ts +0 -1
- package/dist/types/components/Authenticator/FederatedSignIn/FederatedSignInButtons/FederatedSignInButton.d.ts +0 -1
- package/dist/types/components/Authenticator/ForceNewPassword/ForceNewPassword.d.ts +0 -1
- package/dist/types/components/Authenticator/ResetPassword/ConfirmResetPassword.d.ts +0 -1
- package/dist/types/components/Authenticator/ResetPassword/ResetPassword.d.ts +0 -1
- package/dist/types/components/Authenticator/RouteContainer/RouteContainer.d.ts +0 -1
- package/dist/types/components/Authenticator/Router/Router.d.ts +0 -1
- package/dist/types/components/Authenticator/SetupTOTP/SetupTOTP.d.ts +0 -1
- package/dist/types/components/Authenticator/SignIn/SignIn.d.ts +0 -1
- package/dist/types/components/Authenticator/SignUp/SignUp.d.ts +0 -1
- package/dist/types/components/Authenticator/VerifyUser/ConfirmVerifyUser.d.ts +0 -1
- package/dist/types/components/Authenticator/VerifyUser/VerifyUser.d.ts +0 -1
- package/dist/types/components/Authenticator/hooks/useAuthenticator/index.d.ts +3 -0
- package/dist/types/components/Authenticator/hooks/useCustomComponents/defaultComponents.d.ts +0 -1
- package/dist/types/components/Authenticator/shared/ConfirmSignInFooter.d.ts +0 -1
- package/dist/types/components/Authenticator/shared/ConfirmationCodeInput.d.ts +0 -1
- package/dist/types/components/Authenticator/shared/FormField.d.ts +0 -1
- package/dist/types/components/Authenticator/shared/FormFields.d.ts +0 -1
- package/dist/types/components/Authenticator/shared/RemoteErrorMessage.d.ts +0 -1
- package/dist/types/components/Authenticator/shared/SignInSignUpTabs.d.ts +0 -1
- package/dist/types/components/Authenticator/shared/TwoButtonSubmitFooter.d.ts +0 -1
- package/dist/types/components/Authenticator/shared/ValidationErrors.d.ts +2 -2
- package/dist/types/components/Authenticator/withAuthenticator.d.ts +3 -1
- package/dist/types/components/Geo/LocationSearch/index.d.ts +4 -173
- package/dist/types/components/Geo/MapView/index.d.ts +8 -2
- package/dist/types/components/ThemeProvider/index.d.ts +3 -0
- package/dist/types/hooks/actions/useDataStoreCreateAction.d.ts +1 -1
- package/dist/types/hooks/actions/useDataStoreDeleteAction.d.ts +1 -1
- package/dist/types/hooks/actions/useDataStoreUpdateAction.d.ts +1 -1
- package/dist/types/hooks/actions/useNavigateAction.d.ts +1 -1
- package/dist/types/hooks/useBreakpointValue.d.ts +4 -1
- package/dist/types/hooks/useControllable.d.ts +2 -1
- package/dist/types/hooks/useStorageURL.d.ts +1 -4
- package/dist/types/hooks/useTheme.d.ts +5 -2
- package/dist/types/primitives/Alert/Alert.d.ts +4 -1
- package/dist/types/primitives/Badge/Badge.d.ts +4 -1
- package/dist/types/primitives/Button/Button.d.ts +4 -1
- package/dist/types/primitives/ButtonGroup/ButtonGroup.d.ts +4 -1
- package/dist/types/primitives/Card/Card.d.ts +4 -1
- package/dist/types/primitives/Checkbox/Checkbox.d.ts +1 -1
- package/dist/types/primitives/CheckboxField/CheckboxField.d.ts +4 -1
- package/dist/types/primitives/Collection/Collection.d.ts +4 -2
- package/dist/types/primitives/Divider/Divider.d.ts +4 -1
- package/dist/types/primitives/Expander/Expander.d.ts +4 -1
- package/dist/types/primitives/Expander/ExpanderItem.d.ts +1 -1
- package/dist/types/primitives/Field/FieldClearButton.d.ts +1 -1
- package/dist/types/primitives/FieldGroup/FieldGroup.d.ts +1 -1
- package/dist/types/primitives/FieldGroupIcon/FieldGroupIcon.d.ts +1 -1
- package/dist/types/primitives/FieldGroupIcon/FieldGroupIconButton.d.ts +1 -1
- package/dist/types/primitives/Flex/Flex.d.ts +4 -1
- package/dist/types/primitives/Grid/Grid.d.ts +4 -1
- package/dist/types/primitives/Heading/Heading.d.ts +4 -1
- package/dist/types/primitives/Icon/Icon.d.ts +4 -1
- package/dist/types/primitives/Icon/icons/Icon360.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/Icon3dRotation.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/Icon4k.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/Icon5g.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/Icon6FtApart.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconAcUnit.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconAccessAlarm.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconAccessAlarms.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconAccessTime.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconAccessibility.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconAccessibilityNew.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconAccessible.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconAccessibleForward.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconAccountBalance.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconAccountBalanceWallet.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconAccountBox.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconAccountCircle.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconAccountTree.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconAdUnits.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconAdb.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconAdd.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconAddAPhoto.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconAddAlarm.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconAddAlert.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconAddBox.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconAddBusiness.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconAddCircle.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconAddCircleOutline.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconAddComment.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconAddIcCall.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconAddLocation.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconAddLocationAlt.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconAddPhotoAlternate.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconAddRoad.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconAddShoppingCart.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconAddTask.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconAddToHomeScreen.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconAddToPhotos.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconAddToQueue.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconAddchart.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconAdjust.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconAdminPanelSettings.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconAgriculture.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconAirlineSeatFlat.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconAirlineSeatFlatAngled.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconAirlineSeatIndividualSuite.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconAirlineSeatLegroomExtra.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconAirlineSeatLegroomNormal.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconAirlineSeatLegroomReduced.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconAirlineSeatReclineExtra.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconAirlineSeatReclineNormal.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconAirplanemodeActive.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconAirplanemodeInactive.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconAirplay.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconAirportShuttle.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconAlarm.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconAlarmAdd.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconAlarmOff.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconAlarmOn.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconAlbum.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconAllInbox.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconAllInclusive.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconAllOut.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconAltRoute.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconAlternateEmail.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconAmpStories.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconAnalytics.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconAnchor.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconAndroid.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconAnnouncement.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconApartment.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconApi.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconAppBlocking.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconAppSettingsAlt.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconApps.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconArchitecture.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconArchive.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconArrowBack.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconArrowBackIos.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconArrowCircleDown.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconArrowCircleUp.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconArrowDownward.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconArrowDropDown.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconArrowDropDownCircle.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconArrowDropUp.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconArrowForward.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconArrowForwardIos.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconArrowLeft.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconArrowRight.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconArrowRightAlt.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconArrowUpward.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconArtTrack.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconArticle.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconAspectRatio.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconAssessment.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconAssignment.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconAssignmentInd.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconAssignmentLate.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconAssignmentReturn.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconAssignmentReturned.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconAssignmentTurnedIn.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconAssistant.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconAssistantPhoto.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconAtm.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconAttachEmail.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconAttachFile.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconAttachMoney.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconAttachment.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconAttribution.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconAudiotrack.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconAutoDelete.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconAutorenew.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconAvTimer.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconBabyChangingStation.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconBackpack.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconBackspace.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconBackup.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconBackupTable.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconBallot.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconBarChart.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconBatchPrediction.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconBathtub.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconBatteryAlert.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconBatteryChargingFull.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconBatteryFull.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconBatteryStd.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconBatteryUnknown.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconBeachAccess.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconBedtime.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconBeenhere.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconBento.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconBikeScooter.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconBiotech.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconBlock.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconBluetooth.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconBluetoothAudio.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconBluetoothConnected.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconBluetoothDisabled.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconBluetoothSearching.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconBlurCircular.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconBlurLinear.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconBlurOff.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconBlurOn.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconBook.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconBookOnline.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconBookmark.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconBookmarkBorder.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconBookmarks.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconBorderAll.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconBorderBottom.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconBorderClear.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconBorderHorizontal.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconBorderInner.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconBorderLeft.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconBorderOuter.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconBorderRight.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconBorderStyle.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconBorderTop.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconBorderVertical.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconBrandingWatermark.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconBrightnessAuto.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconBrightnessHigh.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconBrightnessLow.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconBrightnessMedium.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconBrightness_1.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconBrightness_2.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconBrightness_3.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconBrightness_4.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconBrightness_5.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconBrightness_6.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconBrightness_7.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconBrokenImage.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconBrowserNotSupported.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconBrush.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconBubbleChart.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconBugReport.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconBuild.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconBuildCircle.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconBurstMode.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconBusiness.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconBusinessCenter.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconCached.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconCake.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconCalculate.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconCalendarToday.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconCalendarViewDay.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconCall.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconCallEnd.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconCallMade.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconCallMerge.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconCallMissed.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconCallMissedOutgoing.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconCallReceived.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconCallSplit.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconCallToAction.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconCamera.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconCameraAlt.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconCameraEnhance.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconCameraFront.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconCameraRear.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconCameraRoll.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconCampaign.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconCancel.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconCancelPresentation.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconCancelScheduleSend.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconCardGiftcard.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconCardMembership.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconCardTravel.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconCarpenter.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconCasino.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconCast.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconCastConnected.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconCastForEducation.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconCategory.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconCenterFocusStrong.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconCenterFocusWeak.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconChangeHistory.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconChargingStation.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconChat.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconChatBubble.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconChatBubbleOutline.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconCheck.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconCheckBox.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconCheckBoxOutlineBlank.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconCheckCircle.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconCheckCircleOutline.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconCheckroom.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconChevronLeft.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconChevronRight.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconChildCare.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconChildFriendly.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconChromeReaderMode.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconClass.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconCleanHands.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconCleaningServices.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconClear.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconClearAll.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconClose.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconCloseFullscreen.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconClosedCaption.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconClosedCaptionDisabled.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconCloud.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconCloudCircle.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconCloudDone.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconCloudDownload.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconCloudOff.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconCloudQueue.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconCloudUpload.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconCode.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconCollections.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconCollectionsBookmark.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconColorLens.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconColorize.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconComment.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconCommentBank.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconCommute.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconCompare.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconCompareArrows.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconCompassCalibration.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconComputer.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconConfirmationNumber.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconConnectWithoutContact.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconConstruction.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconContactMail.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconContactPage.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconContactPhone.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconContactSupport.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconContactless.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconContacts.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconContentCopy.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconContentCut.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconContentPaste.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconControlCamera.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconControlPoint.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconControlPointDuplicate.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconCopyright.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconCoronavirus.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconCorporateFare.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconCountertops.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconCreate.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconCreateNewFolder.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconCreditCard.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconCrop.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconCropDin.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconCropFree.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconCropLandscape.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconCropOriginal.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconCropPortrait.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconCropRotate.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconCropSquare.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconCrop_16_9.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconCrop_3_2.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconCrop_5_4.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconCrop_7_5.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconDashboard.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconDataUsage.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconDateRange.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconDeck.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconDehaze.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconDelete.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconDeleteForever.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconDeleteOutline.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconDeleteSweep.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconDepartureBoard.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconDescription.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconDesignServices.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconDesktopAccessDisabled.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconDesktopMac.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconDesktopWindows.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconDetails.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconDeveloperBoard.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconDeveloperMode.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconDeviceHub.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconDeviceUnknown.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconDevices.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconDevicesOther.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconDialerSip.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconDialpad.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconDirections.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconDirectionsBike.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconDirectionsBoat.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconDirectionsBus.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconDirectionsCar.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconDirectionsOff.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconDirectionsRailway.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconDirectionsRun.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconDirectionsSubway.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconDirectionsTransit.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconDirectionsWalk.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconDisabledByDefault.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconDiscFull.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconDns.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconDoDisturb.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconDoDisturbAlt.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconDoDisturbOff.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconDoDisturbOn.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconDoNotStep.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconDoNotTouch.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconDock.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconDomain.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconDomainDisabled.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconDomainVerification.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconDone.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconDoneAll.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconDoneOutline.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconDonutLarge.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconDonutSmall.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconDoubleArrow.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconDownload.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconDownloadDone.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconDrafts.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconDragHandle.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconDragIndicator.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconDriveEta.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconDry.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconDuo.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconDvr.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconDynamicFeed.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconDynamicForm.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconEast.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconEco.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconEdit.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconEditAttributes.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconEditLocation.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconEditRoad.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconEject.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconElderly.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconElectricBike.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconElectricCar.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconElectricMoped.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconElectricScooter.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconElectricalServices.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconElevator.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconEmail.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconEmojiEmotions.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconEmojiEvents.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconEmojiFlags.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconEmojiFoodBeverage.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconEmojiNature.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconEmojiObjects.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconEmojiPeople.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconEmojiSymbols.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconEmojiTransportation.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconEngineering.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconEnhancedEncryption.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconEqualizer.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconError.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconErrorOutline.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconEscalator.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconEscalatorWarning.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconEuro.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconEuroSymbol.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconEvStation.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconEvent.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconEventAvailable.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconEventBusy.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconEventNote.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconEventSeat.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconExitToApp.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconExpandLess.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconExpandMore.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconExplicit.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconExplore.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconExploreOff.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconExposure.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconExposureNeg_1.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconExposureNeg_2.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconExposurePlus_1.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconExposurePlus_2.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconExposureZero.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconExtension.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconFace.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconFaceUnlock.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconFacebook.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconFactCheck.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconFamilyRestroom.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconFastForward.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconFastRewind.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconFastfood.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconFavorite.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconFavoriteBorder.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconFeaturedPlayList.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconFeaturedVideo.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconFeedback.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconFence.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconFiberDvr.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconFiberManualRecord.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconFiberNew.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconFiberPin.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconFiberSmartRecord.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconFileCopy.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconFilter.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconFilterAlt.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconFilterBAndW.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconFilterCenterFocus.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconFilterDrama.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconFilterFrames.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconFilterHdr.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconFilterList.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconFilterNone.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconFilterTiltShift.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconFilterVintage.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconFilter_1.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconFilter_2.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconFilter_3.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconFilter_4.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconFilter_5.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconFilter_6.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconFilter_7.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconFilter_8.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconFilter_9.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconFilter_9Plus.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconFindInPage.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconFindReplace.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconFingerprint.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconFireExtinguisher.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconFireplace.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconFirstPage.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconFitnessCenter.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconFlag.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconFlaky.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconFlare.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconFlashAuto.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconFlashOff.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconFlashOn.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconFlight.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconFlightLand.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconFlightTakeoff.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconFlip.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconFlipCameraAndroid.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconFlipCameraIos.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconFlipToBack.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconFlipToFront.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconFolder.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconFolderOpen.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconFolderShared.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconFolderSpecial.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconFollowTheSigns.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconFontDownload.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconFoodBank.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconFormatAlignCenter.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconFormatAlignJustify.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconFormatAlignLeft.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconFormatAlignRight.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconFormatBold.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconFormatClear.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconFormatColorReset.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconFormatIndentDecrease.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconFormatIndentIncrease.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconFormatItalic.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconFormatLineSpacing.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconFormatListBulleted.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconFormatListNumbered.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconFormatListNumberedRtl.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconFormatPaint.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconFormatQuote.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconFormatShapes.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconFormatSize.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconFormatStrikethrough.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconFormatTextdirectionLToR.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconFormatTextdirectionRToL.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconFormatUnderlined.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconForum.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconForward.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconForwardToInbox.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconForward_10.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconForward_30.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconForward_5.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconFoundation.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconFreeBreakfast.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconFullscreen.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconFullscreenExit.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconFunctions.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconGTranslate.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconGamepad.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconGames.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconGavel.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconGesture.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconGetApp.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconGif.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconGolfCourse.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconGpsFixed.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconGpsNotFixed.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconGpsOff.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconGrade.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconGradient.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconGrading.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconGrain.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconGraphicEq.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconGrass.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconGridOff.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconGridOn.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconGroup.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconGroupAdd.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconGroupWork.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconGroups.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconHandyman.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconHd.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconHdrOff.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconHdrOn.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconHdrStrong.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconHdrWeak.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconHeadset.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconHeadsetMic.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconHealing.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconHearing.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconHearingDisabled.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconHeight.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconHelp.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconHelpCenter.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconHelpOutline.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconHighQuality.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconHighlight.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconHighlightAlt.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconHighlightOff.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconHistory.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconHistoryEdu.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconHistoryToggleOff.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconHome.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconHomeRepairService.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconHomeWork.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconHorizontalRule.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconHorizontalSplit.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconHotTub.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconHotel.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconHourglassBottom.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconHourglassDisabled.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconHourglassEmpty.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconHourglassFull.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconHourglassTop.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconHouse.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconHouseSiding.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconHowToReg.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconHowToVote.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconHttp.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconHttps.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconHvac.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconImage.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconImageAspectRatio.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconImageNotSupported.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconImageSearch.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconImportContacts.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconImportExport.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconImportantDevices.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconInbox.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconIndeterminateCheckBox.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconInfo.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconInput.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconInsertChart.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconInsertChartOutlined.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconInsertComment.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconInsertDriveFile.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconInsertEmoticon.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconInsertInvitation.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconInsertLink.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconInsertPhoto.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconInsights.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconIntegrationInstructions.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconInvertColors.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconInvertColorsOff.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconIso.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconKeyboard.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconKeyboardArrowDown.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconKeyboardArrowLeft.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconKeyboardArrowRight.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconKeyboardArrowUp.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconKeyboardBackspace.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconKeyboardCapslock.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconKeyboardHide.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconKeyboardReturn.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconKeyboardTab.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconKeyboardVoice.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconKingBed.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconKitchen.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconLabel.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconLabelImportant.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconLabelOff.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconLandscape.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconLanguage.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconLaptop.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconLaptopChromebook.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconLaptopMac.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconLaptopWindows.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconLastPage.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconLaunch.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconLayers.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconLayersClear.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconLeaderboard.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconLeakAdd.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconLeakRemove.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconLegendToggle.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconLens.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconLibraryAdd.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconLibraryAddCheck.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconLibraryBooks.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconLibraryMusic.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconLightbulb.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconLineStyle.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconLineWeight.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconLinearScale.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconLink.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconLinkOff.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconLinkedCamera.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconList.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconListAlt.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconLiveHelp.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconLiveTv.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconLocalActivity.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconLocalAirport.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconLocalAtm.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconLocalBar.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconLocalCafe.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconLocalCarWash.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconLocalConvenienceStore.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconLocalDining.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconLocalDrink.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconLocalFireDepartment.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconLocalFlorist.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconLocalGasStation.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconLocalGroceryStore.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconLocalHospital.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconLocalHotel.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconLocalLaundryService.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconLocalLibrary.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconLocalMall.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconLocalMovies.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconLocalOffer.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconLocalParking.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconLocalPharmacy.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconLocalPhone.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconLocalPizza.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconLocalPlay.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconLocalPolice.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconLocalPostOffice.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconLocalPrintshop.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconLocalSee.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconLocalShipping.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconLocalTaxi.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconLocationCity.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconLocationDisabled.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconLocationOff.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconLocationOn.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconLocationSearching.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconLock.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconLockOpen.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconLogin.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconLooks.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconLooksOne.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconLooksTwo.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconLooks_3.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconLooks_4.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconLooks_5.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconLooks_6.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconLoop.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconLoupe.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconLowPriority.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconLoyalty.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconLuggage.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconMail.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconMailOutline.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconMap.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconMapsUgc.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconMarkChatRead.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconMarkChatUnread.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconMarkEmailRead.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconMarkEmailUnread.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconMarkunread.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconMarkunreadMailbox.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconMasks.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconMaximize.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconMediation.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconMedicalServices.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconMeetingRoom.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconMemory.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconMenu.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconMenuBook.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconMenuOpen.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconMergeType.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconMessage.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconMic.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconMicNone.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconMicOff.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconMicrowave.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconMilitaryTech.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconMinimize.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconMiscellaneousServices.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconMissedVideoCall.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconMms.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconMobileFriendly.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconMobileOff.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconMobileScreenShare.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconMode.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconModeComment.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconModelTraining.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconMonetizationOn.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconMoney.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconMoneyOff.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconMoneyOffCsred.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconMonochromePhotos.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconMood.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconMoodBad.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconMoped.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconMore.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconMoreHoriz.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconMoreTime.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconMoreVert.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconMotionPhotosOn.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconMotionPhotosPause.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconMotionPhotosPaused.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconMouse.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconMoveToInbox.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconMovie.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconMovieCreation.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconMovieFilter.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconMultilineChart.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconMultipleStop.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconMuseum.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconMusicNote.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconMusicOff.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconMusicVideo.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconMyLocation.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconNat.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconNature.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconNaturePeople.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconNavigateBefore.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconNavigateNext.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconNavigation.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconNearMe.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconNearMeDisabled.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconNetworkCheck.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconNetworkLocked.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconNewReleases.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconNextPlan.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconNextWeek.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconNfc.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconNightShelter.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconNightsStay.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconNoBackpack.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconNoCell.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconNoDrinks.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconNoEncryption.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconNoEncryptionGmailerrorred.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconNoFlash.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconNoFood.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconNoLuggage.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconNoMeals.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconNoMeetingRoom.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconNoPhotography.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconNoSim.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconNoStroller.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconNoTransfer.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconNorth.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconNorthEast.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconNorthWest.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconNotAccessible.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconNotInterested.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconNotListedLocation.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconNotStarted.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconNote.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconNoteAdd.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconNotes.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconNotificationImportant.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconNotifications.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconNotificationsActive.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconNotificationsNone.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconNotificationsOff.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconNotificationsPaused.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconOfflineBolt.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconOfflinePin.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconOndemandVideo.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconOnlinePrediction.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconOpacity.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconOpenInBrowser.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconOpenInFull.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconOpenInNew.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconOpenWith.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconOutbond.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconOutdoorGrill.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconOutlet.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconOutlinedFlag.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPages.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPageview.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPalette.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPanTool.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPanorama.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPanoramaFishEye.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPanoramaHorizontal.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPanoramaVertical.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPanoramaWideAngle.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPartyMode.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPause.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPauseCircleFilled.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPauseCircleOutline.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPausePresentation.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPayment.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPayments.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPedalBike.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPending.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPendingActions.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPeople.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPeopleAlt.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPeopleOutline.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPermCameraMic.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPermContactCalendar.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPermDataSetting.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPermDeviceInformation.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPermIdentity.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPermMedia.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPermPhoneMsg.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPermScanWifi.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPerson.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPersonAdd.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPersonAddAlt_1.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPersonAddDisabled.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPersonOutline.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPersonPin.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPersonPinCircle.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPersonRemove.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPersonRemoveAlt_1.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPersonSearch.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPersonalVideo.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPestControl.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPestControlRodent.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPets.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPhone.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPhoneAndroid.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPhoneBluetoothSpeaker.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPhoneCallback.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPhoneDisabled.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPhoneEnabled.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPhoneForwarded.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPhoneInTalk.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPhoneIphone.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPhoneLocked.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPhoneMissed.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPhonePaused.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPhonelink.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPhonelinkErase.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPhonelinkLock.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPhonelinkOff.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPhonelinkRing.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPhonelinkSetup.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPhoto.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPhotoAlbum.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPhotoCamera.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPhotoFilter.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPhotoLibrary.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPhotoSizeSelectActual.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPhotoSizeSelectLarge.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPhotoSizeSelectSmall.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPictureAsPdf.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPictureInPicture.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPictureInPictureAlt.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPieChart.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPieChartOutline.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPinDrop.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPlace.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPlagiarism.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPlayArrow.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPlayCircleFilled.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPlayCircleOutline.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPlayForWork.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPlaylistAdd.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPlaylistAddCheck.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPlaylistPlay.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPlumbing.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPlusOne.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPointOfSale.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPolicy.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPoll.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPolymer.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPool.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPortableWifiOff.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPortrait.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPostAdd.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPower.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPowerInput.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPowerOff.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPowerSettingsNew.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPrecisionManufacturing.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPregnantWoman.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPresentToAll.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPreview.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPrint.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPrintDisabled.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPriorityHigh.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPrivacyTip.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPsychology.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPublic.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPublicOff.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPublish.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPublishedWithChanges.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconPushPin.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconQrCode.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconQrCodeScanner.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconQueryBuilder.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconQuestionAnswer.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconQueue.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconQueueMusic.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconQueuePlayNext.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconQuickreply.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconRadio.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconRadioButtonChecked.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconRadioButtonUnchecked.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconRateReview.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconReadMore.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconReceipt.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconReceiptLong.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconRecentActors.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconRecordVoiceOver.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconRedeem.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconRedo.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconReduceCapacity.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconRefresh.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconRemove.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconRemoveCircle.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconRemoveCircleOutline.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconRemoveFromQueue.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconRemoveRedEye.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconRemoveShoppingCart.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconReorder.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconRepeat.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconRepeatOne.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconReplay.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconReplay_10.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconReplay_30.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconReplay_5.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconReply.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconReplyAll.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconReport.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconReportGmailerrorred.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconReportOff.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconReportProblem.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconRequestPage.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconRequestQuote.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconRestaurant.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconRestaurantMenu.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconRestore.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconRestoreFromTrash.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconRestorePage.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconRingVolume.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconRoofing.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconRoom.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconRoomPreferences.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconRoomService.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconRotateLeft.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconRotateRight.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconRotate_90DegreesCcw.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconRoundedCorner.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconRouter.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconRowing.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconRssFeed.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconRule.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconRuleFolder.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconRunCircle.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconRvHookup.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSanitizer.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSatellite.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSave.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSaveAlt.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconScanner.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconScatterPlot.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSchedule.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSchool.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconScience.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconScore.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconScreenLockLandscape.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconScreenLockPortrait.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconScreenLockRotation.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconScreenRotation.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconScreenShare.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSdCard.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSdCardAlert.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSdStorage.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSearch.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSearchOff.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSecurity.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSelectAll.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSelfImprovement.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSend.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSensorDoor.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSensorWindow.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSentimentDissatisfied.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSentimentNeutral.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSentimentSatisfied.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSentimentSatisfiedAlt.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSentimentVeryDissatisfied.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSentimentVerySatisfied.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSetMeal.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSettings.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSettingsApplications.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSettingsBackupRestore.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSettingsBluetooth.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSettingsBrightness.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSettingsCell.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSettingsEthernet.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSettingsInputAntenna.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSettingsInputComponent.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSettingsInputComposite.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSettingsInputHdmi.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSettingsInputSvideo.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSettingsOverscan.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSettingsPhone.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSettingsPower.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSettingsRemote.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSettingsSystemDaydream.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSettingsVoice.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconShare.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconShop.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconShopTwo.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconShoppingBag.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconShoppingBasket.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconShoppingCart.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconShortText.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconShowChart.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconShuffle.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconShutterSpeed.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSick.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSignalCellularAlt.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSignalCellularConnectedNoInternet_4Bar.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSignalCellularNoSim.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSignalCellularNull.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSignalCellularOff.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSignalCellular_4Bar.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSignalWifiOff.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSignalWifi_4Bar.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSignalWifi_4BarLock.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSimCard.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSingleBed.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSkipNext.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSkipPrevious.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSlideshow.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSlowMotionVideo.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSmartButton.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSmartphone.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSmokeFree.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSmokingRooms.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSms.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSmsFailed.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSnippetFolder.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSnooze.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSoap.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSort.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSortByAlpha.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSource.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSouth.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSouthEast.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSouthWest.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSpa.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSpaceBar.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSpeaker.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSpeakerGroup.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSpeakerNotes.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSpeakerNotesOff.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSpeakerPhone.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSpeed.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSpellcheck.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSports.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSportsBar.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSportsBaseball.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSportsBasketball.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSportsCricket.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSportsEsports.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSportsFootball.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSportsGolf.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSportsHandball.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSportsHockey.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSportsKabaddi.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSportsMma.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSportsMotorsports.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSportsRugby.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSportsSoccer.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSportsTennis.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSportsVolleyball.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSquareFoot.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconStackedLineChart.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconStairs.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconStar.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconStarBorder.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconStarBorderPurple500.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconStarHalf.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconStarOutline.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconStarPurple500.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconStarRate.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconStars.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconStayCurrentLandscape.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconStayCurrentPortrait.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconStayPrimaryLandscape.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconStayPrimaryPortrait.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconStickyNote_2.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconStop.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconStopCircle.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconStopScreenShare.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconStorage.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconStore.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconStoreMallDirectory.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconStorefront.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconStraighten.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconStreetview.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconStrikethroughS.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconStroller.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconStyle.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSubdirectoryArrowLeft.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSubdirectoryArrowRight.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSubject.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSubscript.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSubscriptions.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSubtitles.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSubtitlesOff.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSubway.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSuperscript.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSupervisedUserCircle.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSupervisorAccount.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSupport.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSupportAgent.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSurroundSound.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSwapCalls.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSwapHoriz.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSwapHorizontalCircle.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSwapVert.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSwapVerticalCircle.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSwitchCamera.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSwitchLeft.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSwitchRight.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSwitchVideo.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSync.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSyncAlt.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSyncDisabled.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSyncProblem.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSystemUpdate.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconSystemUpdateAlt.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconTab.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconTabUnselected.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconTableChart.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconTableRows.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconTableView.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconTablet.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconTabletAndroid.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconTabletMac.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconTagFaces.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconTapAndPlay.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconTapas.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconTerrain.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconTextFields.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconTextFormat.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconTextRotateUp.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconTextRotateVertical.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconTextRotationAngledown.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconTextRotationAngleup.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconTextRotationDown.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconTextRotationNone.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconTextSnippet.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconTextsms.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconTexture.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconTheaters.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconThermostat.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconThumbDown.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconThumbDownAlt.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconThumbUp.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconThumbUpAlt.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconThumbsUpDown.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconTimeToLeave.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconTimelapse.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconTimeline.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconTimer.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconTimerOff.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconTimer_10.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconTimer_3.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconTitle.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconToc.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconToday.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconToggleOff.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconToggleOn.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconToll.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconTonality.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconTopic.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconTouchApp.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconTour.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconToys.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconTrackChanges.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconTraffic.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconTrain.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconTram.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconTransferWithinAStation.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconTransform.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconTransitEnterexit.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconTranslate.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconTrendingDown.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconTrendingFlat.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconTrendingUp.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconTripOrigin.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconTty.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconTune.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconTurnedIn.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconTurnedInNot.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconTv.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconTvOff.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconTwoWheeler.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconUmbrella.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconUnarchive.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconUndo.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconUnfoldLess.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconUnfoldMore.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconUnpublished.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconUnsubscribe.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconUpdate.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconUpgrade.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconUpload.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconUsb.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconVerified.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconVerifiedUser.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconVerticalAlignBottom.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconVerticalAlignCenter.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconVerticalAlignTop.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconVerticalSplit.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconVibration.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconVideoCall.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconVideoLabel.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconVideoLibrary.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconVideoSettings.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconVideocam.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconVideocamOff.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconVideogameAsset.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconViewAgenda.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconViewArray.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconViewCarousel.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconViewColumn.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconViewComfy.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconViewCompact.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconViewDay.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconViewHeadline.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconViewList.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconViewModule.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconViewQuilt.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconViewSidebar.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconViewStream.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconViewWeek.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconVignette.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconVisibility.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconVisibilityOff.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconVoiceChat.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconVoiceOverOff.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconVoicemail.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconVolumeDown.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconVolumeMute.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconVolumeOff.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconVolumeUp.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconVpnKey.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconVpnLock.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconWallpaper.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconWarning.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconWarningAmber.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconWash.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconWatch.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconWatchLater.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconWaterDamage.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconWaves.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconWbAuto.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconWbCloudy.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconWbIncandescent.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconWbIridescent.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconWbSunny.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconWc.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconWeb.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconWebAsset.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconWeekend.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconWest.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconWhatshot.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconWheelchairPickup.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconWhereToVote.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconWidgets.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconWifi.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconWifiCalling.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconWifiLock.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconWifiOff.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconWifiProtectedSetup.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconWifiTethering.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconWineBar.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconWork.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconWorkOff.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconWorkOutline.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconWrapText.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconWrongLocation.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconWysiwyg.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconYoutubeSearchedFor.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconZoomIn.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconZoomOut.d.ts +0 -1
- package/dist/types/primitives/Icon/icons/IconZoomOutMap.d.ts +0 -1
- package/dist/types/primitives/Image/Image.d.ts +4 -1
- package/dist/types/primitives/Input/Input.d.ts +1 -1
- package/dist/types/primitives/Label/Label.d.ts +1 -1
- package/dist/types/primitives/Link/Link.d.ts +4 -1
- package/dist/types/primitives/Loader/Loader.d.ts +4 -1
- package/dist/types/primitives/Menu/Menu.d.ts +4 -1
- package/dist/types/primitives/Menu/MenuButton.d.ts +3 -0
- package/dist/types/primitives/Menu/MenuItem.d.ts +3 -0
- package/dist/types/primitives/Pagination/Pagination.d.ts +4 -1
- package/dist/types/primitives/Pagination/usePaginationItems.d.ts +1 -2
- package/dist/types/primitives/PasswordField/PasswordField.d.ts +4 -1
- package/dist/types/primitives/PasswordField/ShowPasswordButton.d.ts +1 -1
- package/dist/types/primitives/PhoneNumberField/CountryCodeSelect.d.ts +1 -1
- package/dist/types/primitives/PhoneNumberField/PhoneNumberField.d.ts +4 -1
- package/dist/types/primitives/Placeholder/Placeholder.d.ts +4 -1
- package/dist/types/primitives/Radio/Radio.d.ts +1 -1
- package/dist/types/primitives/RadioGroupField/RadioGroupField.d.ts +4 -1
- package/dist/types/primitives/Rating/Rating.d.ts +4 -1
- package/dist/types/primitives/Rating/RatingIcon.d.ts +2 -1
- package/dist/types/primitives/Rating/RatingMixedIcon.d.ts +3 -2
- package/dist/types/primitives/ScrollView/ScrollView.d.ts +4 -1
- package/dist/types/primitives/SearchField/SearchField.d.ts +4 -1
- package/dist/types/primitives/SearchField/SearchFieldButton.d.ts +1 -1
- package/dist/types/primitives/Select/Select.d.ts +1 -1
- package/dist/types/primitives/SelectField/SelectField.d.ts +4 -1
- package/dist/types/primitives/SliderField/SliderField.d.ts +4 -1
- package/dist/types/primitives/StepperField/StepperField.d.ts +4 -1
- package/dist/types/primitives/SwitchField/SwitchField.d.ts +4 -1
- package/dist/types/primitives/Table/Table.d.ts +4 -1
- package/dist/types/primitives/Table/TableBody.d.ts +1 -1
- package/dist/types/primitives/Table/TableCell.d.ts +1 -1
- package/dist/types/primitives/Table/TableFoot.d.ts +1 -1
- package/dist/types/primitives/Table/TableHead.d.ts +1 -1
- package/dist/types/primitives/Table/TableRow.d.ts +1 -1
- package/dist/types/primitives/Tabs/Tabs.d.ts +5 -2
- package/dist/types/primitives/Text/Text.d.ts +4 -1
- package/dist/types/primitives/TextArea/TextArea.d.ts +1 -1
- package/dist/types/primitives/TextAreaField/TextAreaField.d.ts +4 -1
- package/dist/types/primitives/TextField/TextField.d.ts +3 -0
- package/dist/types/primitives/ToggleButton/ToggleButton.d.ts +4 -1
- package/dist/types/primitives/ToggleButtonGroup/ToggleButtonGroup.d.ts +4 -1
- package/dist/types/primitives/View/View.d.ts +5 -2
- package/dist/types/primitives/VisuallyHidden/VisuallyHidden.d.ts +4 -1
- package/dist/types/primitives/shared/constants.d.ts +62 -0
- package/dist/types/primitives/shared/index.d.ts +1 -2
- package/dist/types/primitives/shared/responsive/utils.d.ts +1 -1
- package/dist/types/primitives/shared/utils.d.ts +1 -0
- package/dist/types/primitives/types/collection.d.ts +5 -1
- package/dist/types/primitives/types/loader.d.ts +3 -2
- package/dist/types/primitives/types/pagination.d.ts +29 -2
- package/dist/types/primitives/types/passwordField.d.ts +20 -0
- package/dist/types/primitives/types/rating.d.ts +3 -3
- package/dist/types/primitives/types/searchField.d.ts +5 -0
- package/dist/types/primitives/types/sliderField.d.ts +4 -3
- package/dist/types/primitives/types/stepperField.d.ts +12 -0
- package/dist/types/primitives/types/style.d.ts +42 -42
- package/dist/types/primitives/types/switchField.d.ts +5 -5
- package/dist/types/primitives/types/theme.d.ts +78 -0
- package/dist/utils-beb5a80b.js +1 -0
- package/package.json +6 -2
- package/dist/esm/primitives/Pagination/i18n.js +0 -1
- package/dist/esm/primitives/shared/i18n.js +0 -1
- package/dist/types/primitives/Pagination/i18n.d.ts +0 -10
- package/dist/types/primitives/shared/i18n.d.ts +0 -30
- package/dist/utils-97fdf48f.js +0 -16
package/dist/styles.css
CHANGED
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Amplify UI Basic Theme
|
|
3
3
|
*/
|
|
4
|
-
|
|
5
4
|
/**
|
|
6
5
|
* Do not edit directly
|
|
7
|
-
* Generated on
|
|
6
|
+
* Generated on Tue, 14 Jun 2022 23:36:33 GMT
|
|
8
7
|
*/
|
|
9
|
-
|
|
10
8
|
:root, [data-amplify-theme] {
|
|
11
9
|
--amplify-transforms-slide-x-large: translateX(2em);
|
|
12
10
|
--amplify-transforms-slide-x-medium: translateX(1em);
|
|
@@ -364,6 +362,7 @@
|
|
|
364
362
|
--amplify-colors-font-warning: var(--amplify-colors-orange-90);
|
|
365
363
|
--amplify-colors-font-info: var(--amplify-colors-blue-90);
|
|
366
364
|
--amplify-colors-font-inverse: var(--amplify-colors-white);
|
|
365
|
+
--amplify-colors-font-disabled: var(--amplify-colors-neutral-60);
|
|
367
366
|
--amplify-colors-font-tertiary: var(--amplify-colors-neutral-80);
|
|
368
367
|
--amplify-colors-font-secondary: var(--amplify-colors-neutral-90);
|
|
369
368
|
--amplify-colors-font-primary: var(--amplify-colors-neutral-100);
|
|
@@ -394,9 +393,6 @@
|
|
|
394
393
|
--amplify-components-togglebutton-link-hover-background-color: var(--amplify-colors-transparent);
|
|
395
394
|
--amplify-components-togglebutton-link-color: var(--amplify-colors-overlay-50);
|
|
396
395
|
--amplify-components-togglebutton-link-background-color: var(--amplify-colors-transparent);
|
|
397
|
-
--amplify-components-togglebutton-primary-pressed-hover-color: var(--amplify-colors-white);
|
|
398
|
-
--amplify-components-togglebutton-primary-pressed-focus-color: var(--amplify-colors-white);
|
|
399
|
-
--amplify-components-togglebutton-primary-pressed-color: var(--amplify-colors-white);
|
|
400
396
|
--amplify-components-togglebutton-primary-hover-background-color: var(--amplify-colors-overlay-10);
|
|
401
397
|
--amplify-components-togglebutton-primary-focus-background-color: var(--amplify-colors-transparent);
|
|
402
398
|
--amplify-components-togglebutton-primary-border-width: var(--amplify-border-widths-small);
|
|
@@ -449,6 +445,7 @@
|
|
|
449
445
|
--amplify-components-sliderfield-padding-block: var(--amplify-space-xs);
|
|
450
446
|
--amplify-components-select-icon-wrapper-right: var(--amplify-space-medium);
|
|
451
447
|
--amplify-components-select-padding-inline-end: var(--amplify-space-xxl);
|
|
448
|
+
--amplify-components-searchfield-button-disabled-background-color: var(--amplify-components-button-disabled-background-color);
|
|
452
449
|
--amplify-components-rating-small-size: var(--amplify-font-sizes-small);
|
|
453
450
|
--amplify-components-rating-default-size: var(--amplify-font-sizes-xl);
|
|
454
451
|
--amplify-components-rating-large-size: var(--amplify-font-sizes-xxxl);
|
|
@@ -461,8 +458,6 @@
|
|
|
461
458
|
--amplify-components-radio-button-outline-width: var(--amplify-outline-widths-medium);
|
|
462
459
|
--amplify-components-radio-button-outline-color: var(--amplify-colors-transparent);
|
|
463
460
|
--amplify-components-radio-button-transition-duration: var(--amplify-time-medium);
|
|
464
|
-
--amplify-components-radio-button-background-color: var(--amplify-colors-white);
|
|
465
|
-
--amplify-components-radio-button-color: var(--amplify-colors-white);
|
|
466
461
|
--amplify-components-radio-button-border-width: var(--amplify-border-widths-medium);
|
|
467
462
|
--amplify-components-radio-button-height: var(--amplify-font-sizes-medium);
|
|
468
463
|
--amplify-components-radio-button-width: var(--amplify-font-sizes-medium);
|
|
@@ -484,7 +479,6 @@
|
|
|
484
479
|
--amplify-components-pagination-button-padding-inline-start: var(--amplify-space-xxs);
|
|
485
480
|
--amplify-components-pagination-current-background-color: var(--amplify-colors-overlay-40);
|
|
486
481
|
--amplify-components-pagination-current-font-size: var(--amplify-font-sizes-small);
|
|
487
|
-
--amplify-components-pagination-current-color: var(--amplify-colors-white);
|
|
488
482
|
--amplify-components-menu-item-padding-inline-end: var(--amplify-space-medium);
|
|
489
483
|
--amplify-components-menu-item-padding-inline-start: var(--amplify-space-medium);
|
|
490
484
|
--amplify-components-menu-large-height: var(--amplify-font-sizes-xxxl);
|
|
@@ -494,7 +488,6 @@
|
|
|
494
488
|
--amplify-components-menu-gap: var(--amplify-space-zero);
|
|
495
489
|
--amplify-components-menu-border-width: var(--amplify-border-widths-small);
|
|
496
490
|
--amplify-components-menu-border-radius: var(--amplify-radii-medium);
|
|
497
|
-
--amplify-components-menu-background-color: var(--amplify-colors-white);
|
|
498
491
|
--amplify-components-loader-linear-large-font-size: var(--amplify-font-sizes-large);
|
|
499
492
|
--amplify-components-loader-linear-large-stroke-width: var(--amplify-font-sizes-large);
|
|
500
493
|
--amplify-components-loader-linear-small-font-size: var(--amplify-font-sizes-small);
|
|
@@ -576,7 +569,6 @@
|
|
|
576
569
|
--amplify-components-expander-item-border-bottom-right-radius: var(--amplify-radii-medium);
|
|
577
570
|
--amplify-components-expander-item-border-bottom-left-radius: var(--amplify-radii-medium);
|
|
578
571
|
--amplify-components-expander-border-radius: var(--amplify-radii-medium);
|
|
579
|
-
--amplify-components-expander-background-color: var(--amplify-colors-white);
|
|
580
572
|
--amplify-components-divider-opacity: var(--amplify-opacities-60);
|
|
581
573
|
--amplify-components-divider-large-border-width: var(--amplify-border-widths-large);
|
|
582
574
|
--amplify-components-divider-small-border-width: var(--amplify-border-widths-small);
|
|
@@ -598,7 +590,6 @@
|
|
|
598
590
|
--amplify-components-checkbox-button-focus-outline-width: var(--amplify-outline-widths-medium);
|
|
599
591
|
--amplify-components-checkbox-button-focus-outline-color: var(--amplify-colors-transparent);
|
|
600
592
|
--amplify-components-checkbox-button-before-border-width: var(--amplify-border-widths-medium);
|
|
601
|
-
--amplify-components-checkbox-button-color: var(--amplify-colors-white);
|
|
602
593
|
--amplify-components-card-elevated-border-radius: var(--amplify-radii-xs);
|
|
603
594
|
--amplify-components-card-outlined-box-shadow: var(--amplify-components-card-box-shadow);
|
|
604
595
|
--amplify-components-card-outlined-border-width: var(--amplify-border-widths-small);
|
|
@@ -644,15 +635,20 @@
|
|
|
644
635
|
--amplify-colors-font-focus: var(--amplify-colors-brand-primary-100);
|
|
645
636
|
--amplify-colors-font-hover: var(--amplify-colors-brand-primary-90);
|
|
646
637
|
--amplify-colors-font-interactive: var(--amplify-colors-brand-primary-80);
|
|
647
|
-
--amplify-
|
|
638
|
+
--amplify-components-togglebutton-link-disabled-color: var(--amplify-colors-font-disabled);
|
|
639
|
+
--amplify-components-togglebutton-primary-pressed-hover-color: var(--amplify-colors-background-primary);
|
|
648
640
|
--amplify-components-togglebutton-primary-pressed-hover-box-shadow: var(--amplify-colors-brand-primary-60);
|
|
649
641
|
--amplify-components-togglebutton-primary-pressed-hover-background-color: var(--amplify-colors-brand-primary-60);
|
|
650
642
|
--amplify-components-togglebutton-primary-pressed-hover-border-color: var(--amplify-colors-brand-primary-60);
|
|
643
|
+
--amplify-components-togglebutton-primary-pressed-focus-color: var(--amplify-colors-background-primary);
|
|
644
|
+
--amplify-components-togglebutton-primary-pressed-color: var(--amplify-colors-background-primary);
|
|
651
645
|
--amplify-components-togglebutton-primary-pressed-border-color: var(--amplify-colors-brand-primary-80);
|
|
652
646
|
--amplify-components-togglebutton-primary-pressed-background-color: var(--amplify-colors-brand-primary-80);
|
|
647
|
+
--amplify-components-togglebutton-primary-disabled-color: var(--amplify-colors-font-disabled);
|
|
653
648
|
--amplify-components-togglebutton-primary-hover-color: var(--amplify-colors-font-primary);
|
|
654
649
|
--amplify-components-togglebutton-primary-focus-color: var(--amplify-colors-font-primary);
|
|
655
650
|
--amplify-components-togglebutton-pressed-color: var(--amplify-colors-font-primary);
|
|
651
|
+
--amplify-components-togglebutton-disabled-color: var(--amplify-colors-font-disabled);
|
|
656
652
|
--amplify-components-togglebutton-focus-color: var(--amplify-colors-font-primary);
|
|
657
653
|
--amplify-components-togglebutton-color: var(--amplify-colors-font-primary);
|
|
658
654
|
--amplify-components-togglebutton-border-color: var(--amplify-colors-border-primary);
|
|
@@ -665,6 +661,7 @@
|
|
|
665
661
|
--amplify-components-text-primary-color: var(--amplify-colors-font-primary);
|
|
666
662
|
--amplify-components-text-color: var(--amplify-colors-font-primary);
|
|
667
663
|
--amplify-components-tabs-item-disabled-border-color: var(--amplify-colors-border-tertiary);
|
|
664
|
+
--amplify-components-tabs-item-disabled-color: var(--amplify-colors-font-disabled);
|
|
668
665
|
--amplify-components-tabs-item-color: var(--amplify-colors-font-secondary);
|
|
669
666
|
--amplify-components-tabs-item-border-color: var(--amplify-colors-border-secondary);
|
|
670
667
|
--amplify-components-tabs-border-color: var(--amplify-colors-border-secondary);
|
|
@@ -688,16 +685,22 @@
|
|
|
688
685
|
--amplify-components-select-option-background-color: var(--amplify-colors-background-primary);
|
|
689
686
|
--amplify-components-rating-empty-color: var(--amplify-colors-background-tertiary);
|
|
690
687
|
--amplify-components-rating-filled-color: var(--amplify-colors-brand-secondary-80);
|
|
688
|
+
--amplify-components-radio-label-disabled-color: var(--amplify-colors-font-disabled);
|
|
691
689
|
--amplify-components-radio-button-disabled-background-color: var(--amplify-colors-background-primary);
|
|
692
690
|
--amplify-components-radio-button-error-border-color: var(--amplify-colors-border-error);
|
|
693
691
|
--amplify-components-radio-button-checked-color: var(--amplify-colors-brand-primary-80);
|
|
692
|
+
--amplify-components-radio-button-background-color: var(--amplify-colors-background-primary);
|
|
693
|
+
--amplify-components-radio-button-color: var(--amplify-colors-background-primary);
|
|
694
694
|
--amplify-components-radio-button-border-color: var(--amplify-colors-border-primary);
|
|
695
695
|
--amplify-components-placeholder-end-color: var(--amplify-colors-background-tertiary);
|
|
696
696
|
--amplify-components-placeholder-start-color: var(--amplify-colors-background-secondary);
|
|
697
|
+
--amplify-components-pagination-button-disabled-color: var(--amplify-colors-font-disabled);
|
|
697
698
|
--amplify-components-pagination-button-hover-color: var(--amplify-colors-font-primary);
|
|
698
699
|
--amplify-components-pagination-button-color: var(--amplify-colors-font-primary);
|
|
700
|
+
--amplify-components-pagination-current-color: var(--amplify-colors-font-inverse);
|
|
699
701
|
--amplify-components-menu-box-shadow: var(--amplify-shadows-large);
|
|
700
702
|
--amplify-components-menu-border-color: var(--amplify-colors-border-primary);
|
|
703
|
+
--amplify-components-menu-background-color: var(--amplify-colors-background-primary);
|
|
701
704
|
--amplify-components-loader-text-fill: var(--amplify-colors-font-primary);
|
|
702
705
|
--amplify-components-loader-linear-stroke-filled: var(--amplify-colors-brand-primary-80);
|
|
703
706
|
--amplify-components-loader-stroke-filled: var(--amplify-colors-brand-primary-80);
|
|
@@ -706,6 +709,7 @@
|
|
|
706
709
|
--amplify-components-fieldmessages-error-color: var(--amplify-colors-font-error);
|
|
707
710
|
--amplify-components-fieldcontrol-error-focus-box-shadow: 0px 0px 0px 1px var(--amplify-colors-border-error);
|
|
708
711
|
--amplify-components-fieldcontrol-error-border-color: var(--amplify-colors-border-error);
|
|
712
|
+
--amplify-components-fieldcontrol-disabled-color: var(--amplify-colors-font-disabled);
|
|
709
713
|
--amplify-components-fieldcontrol-quiet-error-focus-box-shadow: 0px 1px 0px var(--amplify-colors-border-error);
|
|
710
714
|
--amplify-components-fieldcontrol-quiet-error-border-block-end-color: var(--amplify-colors-border-error);
|
|
711
715
|
--amplify-components-fieldcontrol-large-font-size: var(--amplify-components-field-large-font-size);
|
|
@@ -717,14 +721,20 @@
|
|
|
717
721
|
--amplify-components-expander-content-text-color: var(--amplify-colors-font-secondary);
|
|
718
722
|
--amplify-components-expander-item-box-shadow: var(--amplify-shadows-small);
|
|
719
723
|
--amplify-components-expander-box-shadow: var(--amplify-shadows-large);
|
|
724
|
+
--amplify-components-expander-background-color: var(--amplify-colors-background-primary);
|
|
720
725
|
--amplify-components-divider-label-background-color: var(--amplify-colors-background-primary);
|
|
721
726
|
--amplify-components-divider-label-color: var(--amplify-colors-font-tertiary);
|
|
722
727
|
--amplify-components-divider-border-color: var(--amplify-colors-border-primary);
|
|
723
728
|
--amplify-components-copy-svg-path-fill: var(--amplify-colors-font-primary);
|
|
729
|
+
--amplify-components-collection-search-button-disabled-background-color: var(--amplify-components-searchfield-button-disabled-background-color);
|
|
730
|
+
--amplify-components-collection-pagination-button-hover-background-color: var(--amplify-components-pagination-button-hover-background-color);
|
|
731
|
+
--amplify-components-collection-pagination-current-background-color: var(--amplify-components-pagination-current-background-color);
|
|
732
|
+
--amplify-components-checkbox-label-disabled-color: var(--amplify-colors-font-disabled);
|
|
724
733
|
--amplify-components-checkbox-icon-background-color: var(--amplify-colors-brand-primary-80);
|
|
725
734
|
--amplify-components-checkbox-button-error-focus-box-shadow: 0px 0px 0px 2px var(--amplify-colors-border-error);
|
|
726
735
|
--amplify-components-checkbox-button-error-border-color: var(--amplify-colors-border-error);
|
|
727
736
|
--amplify-components-checkbox-button-before-border-color: var(--amplify-colors-border-primary);
|
|
737
|
+
--amplify-components-checkbox-button-color: var(--amplify-colors-font-inverse);
|
|
728
738
|
--amplify-components-card-elevated-box-shadow: var(--amplify-shadows-medium);
|
|
729
739
|
--amplify-components-card-outlined-border-color: var(--amplify-colors-border-primary);
|
|
730
740
|
--amplify-components-card-background-color: var(--amplify-colors-background-primary);
|
|
@@ -736,9 +746,12 @@
|
|
|
736
746
|
--amplify-components-button-small-padding-inline-start: var(--amplify-components-fieldcontrol-small-padding-inline-start);
|
|
737
747
|
--amplify-components-button-small-padding-block-end: var(--amplify-components-fieldcontrol-small-padding-block-end);
|
|
738
748
|
--amplify-components-button-small-padding-block-start: var(--amplify-components-fieldcontrol-small-padding-block-start);
|
|
749
|
+
--amplify-components-button-link-loading-color: var(--amplify-colors-font-disabled);
|
|
750
|
+
--amplify-components-button-link-disabled-color: var(--amplify-colors-font-disabled);
|
|
739
751
|
--amplify-components-button-link-active-background-color: var(--amplify-colors-brand-primary-20);
|
|
740
752
|
--amplify-components-button-link-focus-background-color: var(--amplify-colors-brand-primary-10);
|
|
741
753
|
--amplify-components-button-link-hover-background-color: var(--amplify-colors-brand-primary-10);
|
|
754
|
+
--amplify-components-button-menu-disabled-color: var(--amplify-colors-font-disabled);
|
|
742
755
|
--amplify-components-button-menu-active-background-color: var(--amplify-colors-brand-primary-90);
|
|
743
756
|
--amplify-components-button-menu-active-color: var(--amplify-colors-font-inverse);
|
|
744
757
|
--amplify-components-button-menu-focus-background-color: var(--amplify-colors-brand-primary-80);
|
|
@@ -751,10 +764,14 @@
|
|
|
751
764
|
--amplify-components-button-primary-focus-background-color: var(--amplify-colors-brand-primary-90);
|
|
752
765
|
--amplify-components-button-primary-hover-color: var(--amplify-colors-font-inverse);
|
|
753
766
|
--amplify-components-button-primary-hover-background-color: var(--amplify-colors-brand-primary-90);
|
|
767
|
+
--amplify-components-button-primary-loading-color: var(--amplify-colors-font-disabled);
|
|
768
|
+
--amplify-components-button-primary-disabled-color: var(--amplify-colors-font-disabled);
|
|
754
769
|
--amplify-components-button-primary-color: var(--amplify-colors-font-inverse);
|
|
755
770
|
--amplify-components-button-primary-background-color: var(--amplify-colors-brand-primary-80);
|
|
756
771
|
--amplify-components-button-disabled-border-color: var(--amplify-colors-border-tertiary);
|
|
772
|
+
--amplify-components-button-disabled-color: var(--amplify-colors-font-disabled);
|
|
757
773
|
--amplify-components-button-loading-border-color: var(--amplify-colors-border-tertiary);
|
|
774
|
+
--amplify-components-button-loading-color: var(--amplify-colors-font-disabled);
|
|
758
775
|
--amplify-components-button-active-border-color: var(--amplify-colors-brand-primary-100);
|
|
759
776
|
--amplify-components-button-active-background-color: var(--amplify-colors-brand-primary-20);
|
|
760
777
|
--amplify-components-button-focus-background-color: var(--amplify-colors-brand-primary-10);
|
|
@@ -794,18 +811,14 @@
|
|
|
794
811
|
--amplify-components-alert-info-color: var(--amplify-colors-font-info);
|
|
795
812
|
--amplify-components-alert-background-color: var(--amplify-colors-background-tertiary);
|
|
796
813
|
--amplify-components-alert-color: var(--amplify-colors-font-primary);
|
|
797
|
-
--amplify-components-togglebutton-link-disabled-color: var(--amplify-colors-font-disabled);
|
|
798
814
|
--amplify-components-togglebutton-primary-pressed-focus-border-color: var(--amplify-colors-border-focus);
|
|
799
815
|
--amplify-components-togglebutton-primary-pressed-focus-background-color: var(--amplify-colors-border-focus);
|
|
800
|
-
--amplify-components-togglebutton-primary-disabled-color: var(--amplify-colors-font-disabled);
|
|
801
816
|
--amplify-components-togglebutton-primary-disabled-background-color: var(--amplify-colors-background-disabled);
|
|
802
817
|
--amplify-components-togglebutton-primary-disabled-border-color: var(--amplify-colors-border-disabled);
|
|
803
818
|
--amplify-components-togglebutton-primary-focus-border-color: var(--amplify-colors-border-focus);
|
|
804
819
|
--amplify-components-togglebutton-pressed-border-color: var(--amplify-colors-border-pressed);
|
|
805
|
-
--amplify-components-togglebutton-disabled-color: var(--amplify-colors-font-disabled);
|
|
806
820
|
--amplify-components-togglebutton-disabled-border-color: var(--amplify-colors-border-disabled);
|
|
807
821
|
--amplify-components-togglebutton-focus-border-color: var(--amplify-colors-border-focus);
|
|
808
|
-
--amplify-components-tabs-item-disabled-color: var(--amplify-colors-font-disabled);
|
|
809
822
|
--amplify-components-tabs-item-active-border-color: var(--amplify-colors-font-interactive);
|
|
810
823
|
--amplify-components-tabs-item-active-color: var(--amplify-colors-font-interactive);
|
|
811
824
|
--amplify-components-tabs-item-focus-color: var(--amplify-colors-font-focus);
|
|
@@ -816,25 +829,34 @@
|
|
|
816
829
|
--amplify-components-sliderfield-thumb-hover-border-color: var(--amplify-colors-border-focus);
|
|
817
830
|
--amplify-components-sliderfield-thumb-disabled-background-color: var(--amplify-colors-background-disabled);
|
|
818
831
|
--amplify-components-sliderfield-range-disabled-background-color: var(--amplify-colors-background-disabled);
|
|
819
|
-
--amplify-components-
|
|
832
|
+
--amplify-components-searchfield-button-hover-border-color: var(--amplify-components-button-hover-border-color);
|
|
833
|
+
--amplify-components-searchfield-button-hover-background-color: var(--amplify-components-button-hover-background-color);
|
|
834
|
+
--amplify-components-searchfield-button-focus-background-color: var(--amplify-components-button-focus-background-color);
|
|
835
|
+
--amplify-components-searchfield-button-disabled-color: var(--amplify-components-button-disabled-color);
|
|
836
|
+
--amplify-components-searchfield-button-disabled-border-color: var(--amplify-components-button-disabled-border-color);
|
|
837
|
+
--amplify-components-searchfield-button-active-border-color: var(--amplify-components-button-active-border-color);
|
|
838
|
+
--amplify-components-searchfield-button-active-background-color: var(--amplify-components-button-active-background-color);
|
|
839
|
+
--amplify-components-searchfield-button-color: var(--amplify-components-button-color);
|
|
840
|
+
--amplify-components-searchfield-color: var(--amplify-components-fieldcontrol-color);
|
|
820
841
|
--amplify-components-radio-button-disabled-border-color: var(--amplify-colors-border-disabled);
|
|
821
842
|
--amplify-components-radio-button-error-focus-box-shadow: var(--amplify-components-fieldcontrol-error-focus-box-shadow);
|
|
822
843
|
--amplify-components-radio-button-focus-border-color: var(--amplify-colors-border-focus);
|
|
823
844
|
--amplify-components-radio-button-checked-disabled-color: var(--amplify-colors-background-disabled);
|
|
824
|
-
--amplify-components-pagination-button-disabled-color: var(--amplify-colors-font-disabled);
|
|
825
845
|
--amplify-components-link-visited-color: var(--amplify-colors-font-interactive);
|
|
826
846
|
--amplify-components-link-hover-color: var(--amplify-colors-font-hover);
|
|
827
847
|
--amplify-components-link-focus-color: var(--amplify-colors-font-focus);
|
|
828
848
|
--amplify-components-link-color: var(--amplify-colors-font-interactive);
|
|
829
849
|
--amplify-components-link-active-color: var(--amplify-colors-font-active);
|
|
830
850
|
--amplify-components-fieldcontrol-disabled-background-color: var(--amplify-colors-background-disabled);
|
|
831
|
-
--amplify-components-fieldcontrol-disabled-color: var(--amplify-colors-font-disabled);
|
|
832
851
|
--amplify-components-fieldcontrol-focus-box-shadow: 0px 0px 0px 1px var(--amplify-colors-border-focus);
|
|
833
852
|
--amplify-components-fieldcontrol-focus-border-color: var(--amplify-colors-border-focus);
|
|
834
853
|
--amplify-components-fieldcontrol-quiet-focus-box-shadow: 0px 1px 0px var(--amplify-colors-border-focus);
|
|
835
854
|
--amplify-components-fieldcontrol-quiet-focus-border-block-end-color: var(--amplify-colors-border-focus);
|
|
836
855
|
--amplify-components-expander-item-focus-box-shadow: 0 0 0 2px var(--amplify-colors-border-focus);
|
|
837
|
-
--amplify-components-
|
|
856
|
+
--amplify-components-collection-pagination-button-disabled-color: var(--amplify-components-pagination-button-disabled-color);
|
|
857
|
+
--amplify-components-collection-pagination-button-hover-color: var(--amplify-components-pagination-button-hover-color);
|
|
858
|
+
--amplify-components-collection-pagination-button-color: var(--amplify-components-pagination-button-color);
|
|
859
|
+
--amplify-components-collection-pagination-current-color: var(--amplify-components-pagination-current-color);
|
|
838
860
|
--amplify-components-checkbox-icon-checked-disabled-background-color: var(--amplify-colors-background-disabled);
|
|
839
861
|
--amplify-components-checkbox-button-disabled-border-color: var(--amplify-colors-border-disabled);
|
|
840
862
|
--amplify-components-checkbox-button-focus-box-shadow: 0px 0px 0px 2px var(--amplify-colors-border-focus);
|
|
@@ -842,19 +864,12 @@
|
|
|
842
864
|
--amplify-components-card-outlined-background-color: var(--amplify-components-card-background-color);
|
|
843
865
|
--amplify-components-button-large-font-size: var(--amplify-components-fieldcontrol-large-font-size);
|
|
844
866
|
--amplify-components-button-small-font-size: var(--amplify-components-fieldcontrol-small-font-size);
|
|
845
|
-
--amplify-components-button-link-loading-color: var(--amplify-colors-font-disabled);
|
|
846
|
-
--amplify-components-button-link-disabled-color: var(--amplify-colors-font-disabled);
|
|
847
867
|
--amplify-components-button-link-active-color: var(--amplify-colors-font-active);
|
|
848
868
|
--amplify-components-button-link-focus-color: var(--amplify-colors-font-focus);
|
|
849
869
|
--amplify-components-button-link-hover-color: var(--amplify-colors-font-hover);
|
|
850
870
|
--amplify-components-button-link-color: var(--amplify-colors-font-interactive);
|
|
851
|
-
--amplify-components-button-menu-disabled-color: var(--amplify-colors-font-disabled);
|
|
852
|
-
--amplify-components-button-primary-loading-color: var(--amplify-colors-font-disabled);
|
|
853
871
|
--amplify-components-button-primary-loading-background-color: var(--amplify-colors-background-disabled);
|
|
854
|
-
--amplify-components-button-primary-disabled-color: var(--amplify-colors-font-disabled);
|
|
855
872
|
--amplify-components-button-primary-disabled-background-color: var(--amplify-colors-background-disabled);
|
|
856
|
-
--amplify-components-button-disabled-color: var(--amplify-colors-font-disabled);
|
|
857
|
-
--amplify-components-button-loading-color: var(--amplify-colors-font-disabled);
|
|
858
873
|
--amplify-components-button-active-color: var(--amplify-colors-font-active);
|
|
859
874
|
--amplify-components-button-focus-border-color: var(--amplify-colors-border-focus);
|
|
860
875
|
--amplify-components-button-focus-color: var(--amplify-colors-font-focus);
|
|
@@ -862,10 +877,27 @@
|
|
|
862
877
|
--amplify-components-button-border-color: var(--amplify-components-fieldcontrol-border-color);
|
|
863
878
|
--amplify-components-button-font-size: var(--amplify-components-fieldcontrol-font-size);
|
|
864
879
|
--amplify-components-togglebutton-primary-focus-box-shadow: var(--amplify-components-fieldcontrol-focus-box-shadow);
|
|
880
|
+
--amplify-components-searchfield-button-hover-color: var(--amplify-components-button-hover-color);
|
|
881
|
+
--amplify-components-searchfield-button-focus-color: var(--amplify-components-button-focus-color);
|
|
882
|
+
--amplify-components-searchfield-button-focus-border-color: var(--amplify-components-button-focus-border-color);
|
|
883
|
+
--amplify-components-searchfield-button-active-color: var(--amplify-components-button-active-color);
|
|
865
884
|
--amplify-components-radio-button-focus-box-shadow: var(--amplify-components-fieldcontrol-focus-box-shadow);
|
|
885
|
+
--amplify-components-collection-search-button-hover-border-color: var(--amplify-components-searchfield-button-hover-border-color);
|
|
886
|
+
--amplify-components-collection-search-button-hover-background-color: var(--amplify-components-searchfield-button-hover-background-color);
|
|
887
|
+
--amplify-components-collection-search-button-focus-background-color: var(--amplify-components-searchfield-button-focus-background-color);
|
|
888
|
+
--amplify-components-collection-search-button-disabled-color: var(--amplify-components-searchfield-button-disabled-color);
|
|
889
|
+
--amplify-components-collection-search-button-disabled-border-color: var(--amplify-components-searchfield-button-disabled-border-color);
|
|
890
|
+
--amplify-components-collection-search-button-active-border-color: var(--amplify-components-searchfield-button-active-border-color);
|
|
891
|
+
--amplify-components-collection-search-button-active-background-color: var(--amplify-components-searchfield-button-active-background-color);
|
|
892
|
+
--amplify-components-collection-search-button-color: var(--amplify-components-searchfield-button-color);
|
|
893
|
+
--amplify-components-collection-search-input-color: var(--amplify-components-searchfield-color);
|
|
866
894
|
--amplify-components-button-link-focus-box-shadow: var(--amplify-components-fieldcontrol-focus-box-shadow);
|
|
867
895
|
--amplify-components-button-primary-focus-box-shadow: var(--amplify-components-fieldcontrol-focus-box-shadow);
|
|
868
896
|
--amplify-components-button-focus-box-shadow: var(--amplify-components-fieldcontrol-focus-box-shadow);
|
|
897
|
+
--amplify-components-collection-search-button-hover-color: var(--amplify-components-searchfield-button-hover-color);
|
|
898
|
+
--amplify-components-collection-search-button-focus-color: var(--amplify-components-searchfield-button-focus-color);
|
|
899
|
+
--amplify-components-collection-search-button-focus-border-color: var(--amplify-components-searchfield-button-focus-border-color);
|
|
900
|
+
--amplify-components-collection-search-button-active-color: var(--amplify-components-searchfield-button-active-color);
|
|
869
901
|
}
|
|
870
902
|
|
|
871
903
|
html {
|
|
@@ -877,7 +909,6 @@ html {
|
|
|
877
909
|
font-family: var(--amplify-fonts-default-variable);
|
|
878
910
|
}
|
|
879
911
|
}
|
|
880
|
-
|
|
881
912
|
html:focus-within {
|
|
882
913
|
scroll-behavior: smooth;
|
|
883
914
|
}
|
|
@@ -904,7 +935,6 @@ select {
|
|
|
904
935
|
scroll-behavior: auto;
|
|
905
936
|
}
|
|
906
937
|
}
|
|
907
|
-
|
|
908
938
|
[class*=amplify] {
|
|
909
939
|
all: unset;
|
|
910
940
|
/* protect against external styles */
|
|
@@ -929,12 +959,10 @@ select {
|
|
|
929
959
|
display: block;
|
|
930
960
|
overflow: auto;
|
|
931
961
|
}
|
|
932
|
-
|
|
933
962
|
.amplify-scrollview--horizontal {
|
|
934
963
|
overflow-x: scroll;
|
|
935
964
|
overflow-y: initial;
|
|
936
965
|
}
|
|
937
|
-
|
|
938
966
|
.amplify-scrollview--vertical {
|
|
939
967
|
overflow-x: initial;
|
|
940
968
|
overflow-y: scroll;
|
|
@@ -944,7 +972,6 @@ select {
|
|
|
944
972
|
display: block;
|
|
945
973
|
color: var(--amplify-components-text-color);
|
|
946
974
|
}
|
|
947
|
-
|
|
948
975
|
b.amplify-text,
|
|
949
976
|
em.amplify-text,
|
|
950
977
|
i.amplify-text,
|
|
@@ -960,31 +987,24 @@ strong.amplify-text {
|
|
|
960
987
|
text-overflow: ellipsis;
|
|
961
988
|
white-space: nowrap;
|
|
962
989
|
}
|
|
963
|
-
|
|
964
990
|
.amplify-text--primary {
|
|
965
991
|
color: var(--amplify-components-text-primary-color);
|
|
966
992
|
}
|
|
967
|
-
|
|
968
993
|
.amplify-text--secondary {
|
|
969
994
|
color: var(--amplify-components-text-secondary-color);
|
|
970
995
|
}
|
|
971
|
-
|
|
972
996
|
.amplify-text--tertiary {
|
|
973
997
|
color: var(--amplify-components-text-tertiary-color);
|
|
974
998
|
}
|
|
975
|
-
|
|
976
999
|
.amplify-text--error {
|
|
977
1000
|
color: var(--amplify-components-text-error-color);
|
|
978
1001
|
}
|
|
979
|
-
|
|
980
1002
|
.amplify-text--info {
|
|
981
1003
|
color: var(--amplify-components-text-info-color);
|
|
982
1004
|
}
|
|
983
|
-
|
|
984
1005
|
.amplify-text--success {
|
|
985
1006
|
color: var(--amplify-components-text-success-color);
|
|
986
1007
|
}
|
|
987
|
-
|
|
988
1008
|
.amplify-text--warning {
|
|
989
1009
|
color: var(--amplify-components-text-warning-color);
|
|
990
1010
|
}
|
|
@@ -1000,32 +1020,26 @@ strong.amplify-text {
|
|
|
1000
1020
|
padding: var(--amplify-components-badge-padding-vertical) var(--amplify-components-badge-padding-horizontal);
|
|
1001
1021
|
text-align: var(--amplify-components-badge-text-align);
|
|
1002
1022
|
}
|
|
1003
|
-
|
|
1004
1023
|
.amplify-badge--info {
|
|
1005
1024
|
color: var(--amplify-components-badge-info-color);
|
|
1006
1025
|
background-color: var(--amplify-components-badge-info-background-color);
|
|
1007
1026
|
}
|
|
1008
|
-
|
|
1009
1027
|
.amplify-badge--error {
|
|
1010
1028
|
color: var(--amplify-components-badge-error-color);
|
|
1011
1029
|
background-color: var(--amplify-components-badge-error-background-color);
|
|
1012
1030
|
}
|
|
1013
|
-
|
|
1014
1031
|
.amplify-badge--warning {
|
|
1015
1032
|
color: var(--amplify-components-badge-warning-color);
|
|
1016
1033
|
background-color: var(--amplify-components-badge-warning-background-color);
|
|
1017
1034
|
}
|
|
1018
|
-
|
|
1019
1035
|
.amplify-badge--success {
|
|
1020
1036
|
color: var(--amplify-components-badge-success-color);
|
|
1021
1037
|
background-color: var(--amplify-components-badge-success-background-color);
|
|
1022
1038
|
}
|
|
1023
|
-
|
|
1024
1039
|
.amplify-badge--small {
|
|
1025
1040
|
font-size: var(--amplify-components-badge-small-font-size);
|
|
1026
1041
|
padding: var(--amplify-components-badge-small-padding-vertical) var(--amplify-components-badge-small-padding-horizontal);
|
|
1027
1042
|
}
|
|
1028
|
-
|
|
1029
1043
|
.amplify-badge--large {
|
|
1030
1044
|
font-size: var(--amplify-components-badge-large-font-size);
|
|
1031
1045
|
padding: var(--amplify-components-badge-large-padding-vertical) var(--amplify-components-badge-large-padding-horizontal);
|
|
@@ -1034,7 +1048,6 @@ strong.amplify-text {
|
|
|
1034
1048
|
/*
|
|
1035
1049
|
* Button base styles
|
|
1036
1050
|
*/
|
|
1037
|
-
|
|
1038
1051
|
.amplify-button {
|
|
1039
1052
|
align-items: center;
|
|
1040
1053
|
border-color: var(--amplify-components-button-border-color);
|
|
@@ -1050,18 +1063,18 @@ strong.amplify-text {
|
|
|
1050
1063
|
justify-content: center;
|
|
1051
1064
|
line-height: var(--amplify-components-button-line-height);
|
|
1052
1065
|
-webkit-padding-before: var(--amplify-components-button-padding-block-start);
|
|
1053
|
-
|
|
1066
|
+
padding-block-start: var(--amplify-components-button-padding-block-start);
|
|
1054
1067
|
-webkit-padding-after: var(--amplify-components-button-padding-block-end);
|
|
1055
|
-
|
|
1068
|
+
padding-block-end: var(--amplify-components-button-padding-block-end);
|
|
1056
1069
|
-webkit-padding-start: var(--amplify-components-button-padding-inline-start);
|
|
1057
|
-
|
|
1070
|
+
padding-inline-start: var(--amplify-components-button-padding-inline-start);
|
|
1058
1071
|
-webkit-padding-end: var(--amplify-components-button-padding-inline-end);
|
|
1059
|
-
|
|
1072
|
+
padding-inline-end: var(--amplify-components-button-padding-inline-end);
|
|
1060
1073
|
transition: all var(--amplify-components-button-transition-duration);
|
|
1061
1074
|
-webkit-user-select: none;
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1075
|
+
-moz-user-select: none;
|
|
1076
|
+
-ms-user-select: none;
|
|
1077
|
+
user-select: none;
|
|
1065
1078
|
--amplify-internal-button-disabled-color: var(
|
|
1066
1079
|
--amplify-components-button-disabled-color
|
|
1067
1080
|
);
|
|
@@ -1083,30 +1096,25 @@ strong.amplify-text {
|
|
|
1083
1096
|
);
|
|
1084
1097
|
--amplify-internal-button-loading-text-decoration: initial;
|
|
1085
1098
|
}
|
|
1086
|
-
|
|
1087
1099
|
.amplify-button:hover {
|
|
1088
1100
|
background-color: var(--amplify-components-button-hover-background-color);
|
|
1089
1101
|
border-color: var(--amplify-components-button-hover-border-color);
|
|
1090
1102
|
color: var(--amplify-components-button-hover-color);
|
|
1091
1103
|
}
|
|
1092
|
-
|
|
1093
1104
|
.amplify-button:focus {
|
|
1094
1105
|
background-color: var(--amplify-components-button-hover-background-color);
|
|
1095
1106
|
border-color: var(--amplify-components-button-focus-border-color);
|
|
1096
1107
|
color: var(--amplify-components-button-focus-color);
|
|
1097
1108
|
box-shadow: var(--amplify-components-button-focus-box-shadow);
|
|
1098
1109
|
}
|
|
1099
|
-
|
|
1100
1110
|
.amplify-button:active {
|
|
1101
1111
|
background-color: var(--amplify-components-button-active-background-color);
|
|
1102
1112
|
border-color: var(--amplify-components-button-active-border-color);
|
|
1103
1113
|
color: var(--amplify-components-button-active-color);
|
|
1104
1114
|
}
|
|
1105
|
-
|
|
1106
1115
|
.amplify-button--fullwidth {
|
|
1107
1116
|
width: 100%;
|
|
1108
1117
|
}
|
|
1109
|
-
|
|
1110
1118
|
.amplify-button--menu {
|
|
1111
1119
|
border-width: var(--amplify-components-button-menu-border-width);
|
|
1112
1120
|
background-color: var(--amplify-components-button-menu-background-color);
|
|
@@ -1115,23 +1123,19 @@ strong.amplify-text {
|
|
|
1115
1123
|
--amplify-components-button-menu-disabled-color
|
|
1116
1124
|
);
|
|
1117
1125
|
}
|
|
1118
|
-
|
|
1119
1126
|
.amplify-button--menu:hover {
|
|
1120
1127
|
color: var(--amplify-components-button-menu-hover-color);
|
|
1121
1128
|
background-color: var(--amplify-components-button-menu-hover-background-color);
|
|
1122
1129
|
}
|
|
1123
|
-
|
|
1124
1130
|
.amplify-button--menu:focus {
|
|
1125
1131
|
box-shadow: none;
|
|
1126
1132
|
color: var(--amplify-components-button-menu-focus-color);
|
|
1127
1133
|
background-color: var(--amplify-components-button-menu-focus-background-color);
|
|
1128
1134
|
}
|
|
1129
|
-
|
|
1130
1135
|
.amplify-button--menu:active {
|
|
1131
1136
|
color: var(--amplify-components-button-menu-active-color);
|
|
1132
1137
|
background-color: var(--amplify-components-button-menu-active-background-color);
|
|
1133
1138
|
}
|
|
1134
|
-
|
|
1135
1139
|
.amplify-button--primary {
|
|
1136
1140
|
border-width: var(--amplify-components-button-primary-border-width);
|
|
1137
1141
|
background-color: var(--amplify-components-button-primary-background-color);
|
|
@@ -1156,26 +1160,22 @@ strong.amplify-text {
|
|
|
1156
1160
|
--amplify-components-button-primary-loading-color
|
|
1157
1161
|
);
|
|
1158
1162
|
}
|
|
1159
|
-
|
|
1160
1163
|
.amplify-button--primary:hover {
|
|
1161
1164
|
background-color: var(--amplify-components-button-primary-hover-background-color);
|
|
1162
1165
|
border-color: var(--amplify-components-button-primary-hover-border-color);
|
|
1163
1166
|
color: var(--amplify-components-button-primary-hover-color);
|
|
1164
1167
|
}
|
|
1165
|
-
|
|
1166
1168
|
.amplify-button--primary:focus {
|
|
1167
1169
|
background-color: var(--amplify-components-button-primary-focus-background-color);
|
|
1168
1170
|
border-color: var(--amplify-components-button-primary-focus-border-color);
|
|
1169
1171
|
color: var(--amplify-components-button-primary-focus-color);
|
|
1170
1172
|
box-shadow: var(--amplify-components-button-primary-focus-box-shadow);
|
|
1171
1173
|
}
|
|
1172
|
-
|
|
1173
1174
|
.amplify-button--primary:active {
|
|
1174
1175
|
background-color: var(--amplify-components-button-primary-active-background-color);
|
|
1175
1176
|
border-color: var(--amplify-components-button-primary-active-border-color);
|
|
1176
1177
|
color: var(--amplify-components-button-primary-active-color);
|
|
1177
1178
|
}
|
|
1178
|
-
|
|
1179
1179
|
.amplify-button--link {
|
|
1180
1180
|
border-width: var(--amplify-components-button-link-border-width);
|
|
1181
1181
|
background-color: var(--amplify-components-button-link-background-color);
|
|
@@ -1201,115 +1201,101 @@ strong.amplify-text {
|
|
|
1201
1201
|
);
|
|
1202
1202
|
--amplify-internal-button-loading-text-decoration: none;
|
|
1203
1203
|
}
|
|
1204
|
-
|
|
1205
1204
|
.amplify-button--link:hover {
|
|
1206
1205
|
background-color: var(--amplify-components-button-link-hover-background-color);
|
|
1207
1206
|
border-color: var(--amplify-components-button-link-hover-border-color);
|
|
1208
1207
|
color: var(--amplify-components-button-link-hover-color);
|
|
1209
1208
|
}
|
|
1210
|
-
|
|
1211
1209
|
.amplify-button--link:focus {
|
|
1212
1210
|
background-color: var(--amplify-components-button-link-focus-background-color);
|
|
1213
1211
|
border-color: var(--amplify-components-button-link-focus-border-color);
|
|
1214
1212
|
color: var(--amplify-components-button-link-focus-color);
|
|
1215
1213
|
box-shadow: var(--amplify-components-button-link-focus-box-shadow);
|
|
1216
1214
|
}
|
|
1217
|
-
|
|
1218
1215
|
.amplify-button--link:active {
|
|
1219
1216
|
background-color: var(--amplify-components-button-link-active-background-color);
|
|
1220
1217
|
border-color: var(--amplify-components-button-link-active-border-color);
|
|
1221
1218
|
color: var(--amplify-components-button-link-active-color);
|
|
1222
1219
|
}
|
|
1223
|
-
|
|
1224
1220
|
.amplify-button--small {
|
|
1225
1221
|
font-size: var(--amplify-components-button-small-font-size);
|
|
1226
1222
|
-webkit-padding-before: var(--amplify-components-button-small-padding-block-start);
|
|
1227
|
-
|
|
1223
|
+
padding-block-start: var(--amplify-components-button-small-padding-block-start);
|
|
1228
1224
|
-webkit-padding-after: var(--amplify-components-button-small-padding-block-end);
|
|
1229
|
-
|
|
1225
|
+
padding-block-end: var(--amplify-components-button-small-padding-block-end);
|
|
1230
1226
|
-webkit-padding-start: var(--amplify-components-button-small-padding-inline-start);
|
|
1231
|
-
|
|
1227
|
+
padding-inline-start: var(--amplify-components-button-small-padding-inline-start);
|
|
1232
1228
|
-webkit-padding-end: var(--amplify-components-button-small-padding-inline-end);
|
|
1233
|
-
|
|
1229
|
+
padding-inline-end: var(--amplify-components-button-small-padding-inline-end);
|
|
1234
1230
|
}
|
|
1235
|
-
|
|
1236
1231
|
.amplify-button--large {
|
|
1237
1232
|
font-size: var(--amplify-components-button-large-font-size);
|
|
1238
1233
|
-webkit-padding-before: var(--amplify-components-button-large-padding-block-start);
|
|
1239
|
-
|
|
1234
|
+
padding-block-start: var(--amplify-components-button-large-padding-block-start);
|
|
1240
1235
|
-webkit-padding-after: var(--amplify-components-button-large-padding-block-end);
|
|
1241
|
-
|
|
1236
|
+
padding-block-end: var(--amplify-components-button-large-padding-block-end);
|
|
1242
1237
|
-webkit-padding-start: var(--amplify-components-button-large-padding-inline-start);
|
|
1243
|
-
|
|
1238
|
+
padding-inline-start: var(--amplify-components-button-large-padding-inline-start);
|
|
1244
1239
|
-webkit-padding-end: var(--amplify-components-button-large-padding-inline-end);
|
|
1245
|
-
|
|
1240
|
+
padding-inline-end: var(--amplify-components-button-large-padding-inline-end);
|
|
1246
1241
|
}
|
|
1247
|
-
|
|
1248
1242
|
.amplify-button--disabled {
|
|
1249
1243
|
background-color: var(--amplify-internal-button-disabled-background-color);
|
|
1250
1244
|
border-color: var(--amplify-internal-button-disabled-border-color);
|
|
1251
1245
|
color: var(--amplify-internal-button-disabled-color);
|
|
1252
1246
|
-webkit-text-decoration: var(--amplify-internal-button-disabled-text-decoration);
|
|
1253
|
-
|
|
1247
|
+
text-decoration: var(--amplify-internal-button-disabled-text-decoration);
|
|
1254
1248
|
cursor: not-allowed;
|
|
1255
1249
|
}
|
|
1256
|
-
|
|
1257
1250
|
.amplify-button--disabled:hover {
|
|
1258
1251
|
background-color: var(--amplify-internal-button-disabled-background-color);
|
|
1259
1252
|
border-color: var(--amplify-internal-button-disabled-border-color);
|
|
1260
1253
|
color: var(--amplify-internal-button-disabled-color);
|
|
1261
1254
|
-webkit-text-decoration: var(--amplify-internal-button-disabled-text-decoration);
|
|
1262
|
-
|
|
1255
|
+
text-decoration: var(--amplify-internal-button-disabled-text-decoration);
|
|
1263
1256
|
}
|
|
1264
|
-
|
|
1265
1257
|
.amplify-button--disabled :focus {
|
|
1266
1258
|
background-color: var(--amplify-internal-button-disabled-background-color);
|
|
1267
1259
|
border-color: var(--amplify-internal-button-disabled-border-color);
|
|
1268
1260
|
color: var(--amplify-internal-button-disabled-color);
|
|
1269
1261
|
-webkit-text-decoration: var(--amplify-internal-button-disabled-text-decoration);
|
|
1270
|
-
|
|
1262
|
+
text-decoration: var(--amplify-internal-button-disabled-text-decoration);
|
|
1271
1263
|
}
|
|
1272
|
-
|
|
1273
1264
|
.amplify-button--disabled:active {
|
|
1274
1265
|
background-color: var(--amplify-internal-button-disabled-background-color);
|
|
1275
1266
|
border-color: var(--amplify-internal-button-disabled-border-color);
|
|
1276
1267
|
color: var(--amplify-internal-button-disabled-color);
|
|
1277
1268
|
-webkit-text-decoration: var(--amplify-internal-button-disabled-text-decoration);
|
|
1278
|
-
|
|
1269
|
+
text-decoration: var(--amplify-internal-button-disabled-text-decoration);
|
|
1279
1270
|
}
|
|
1280
|
-
|
|
1281
1271
|
.amplify-button--loading {
|
|
1282
1272
|
background-color: var(--amplify-internal-button-loading-background-color);
|
|
1283
1273
|
border-color: var(--amplify-internal-button-loading-border-color);
|
|
1284
1274
|
color: var(--amplify-components-button-loading-color);
|
|
1285
1275
|
-webkit-text-decoration: var(--amplify-internal-button-loading-text-decoration);
|
|
1286
|
-
|
|
1276
|
+
text-decoration: var(--amplify-internal-button-loading-text-decoration);
|
|
1287
1277
|
}
|
|
1288
|
-
|
|
1289
1278
|
.amplify-button--loading:hover {
|
|
1290
1279
|
background-color: var(--amplify-internal-button-loading-background-color);
|
|
1291
1280
|
border-color: var(--amplify-internal-button-loading-border-color);
|
|
1292
1281
|
color: var(--amplify-components-button-loading-color);
|
|
1293
1282
|
-webkit-text-decoration: var(--amplify-internal-button-loading-text-decoration);
|
|
1294
|
-
|
|
1283
|
+
text-decoration: var(--amplify-internal-button-loading-text-decoration);
|
|
1295
1284
|
}
|
|
1296
|
-
|
|
1297
1285
|
.amplify-button--loading:focus {
|
|
1298
1286
|
background-color: var(--amplify-internal-button-loading-background-color);
|
|
1299
1287
|
border-color: var(--amplify-internal-button-loading-border-color);
|
|
1300
1288
|
color: var(--amplify-components-button-loading-color);
|
|
1301
1289
|
-webkit-text-decoration: var(--amplify-internal-button-loading-text-decoration);
|
|
1302
|
-
|
|
1290
|
+
text-decoration: var(--amplify-internal-button-loading-text-decoration);
|
|
1303
1291
|
}
|
|
1304
|
-
|
|
1305
1292
|
.amplify-button--loading:active {
|
|
1306
1293
|
background-color: var(--amplify-internal-button-loading-background-color);
|
|
1307
1294
|
border-color: var(--amplify-internal-button-loading-border-color);
|
|
1308
1295
|
color: var(--amplify-components-button-loading-color);
|
|
1309
1296
|
-webkit-text-decoration: var(--amplify-internal-button-loading-text-decoration);
|
|
1310
|
-
|
|
1297
|
+
text-decoration: var(--amplify-internal-button-loading-text-decoration);
|
|
1311
1298
|
}
|
|
1312
|
-
|
|
1313
1299
|
.amplify-button__loader-wrapper {
|
|
1314
1300
|
align-items: var(--amplify-components-button-loader-wrapper-align-items);
|
|
1315
1301
|
gap: var(--amplify-components-button-loader-wrapper-gap);
|
|
@@ -1320,7 +1306,6 @@ strong.amplify-text {
|
|
|
1320
1306
|
transition: none;
|
|
1321
1307
|
}
|
|
1322
1308
|
}
|
|
1323
|
-
|
|
1324
1309
|
.amplify-field__description {
|
|
1325
1310
|
color: var(--amplify-components-fieldmessages-description-color);
|
|
1326
1311
|
font-style: var(--amplify-components-fieldmessages-description-font-style);
|
|
@@ -1371,7 +1356,6 @@ strong.amplify-text {
|
|
|
1371
1356
|
/*
|
|
1372
1357
|
* Icon base styles
|
|
1373
1358
|
*/
|
|
1374
|
-
|
|
1375
1359
|
.amplify-icon {
|
|
1376
1360
|
display: inline-block;
|
|
1377
1361
|
vertical-align: middle;
|
|
@@ -1379,7 +1363,6 @@ strong.amplify-text {
|
|
|
1379
1363
|
height: var(--amplify-components-icon-height);
|
|
1380
1364
|
line-height: var(--amplify-components-icon-line-height);
|
|
1381
1365
|
}
|
|
1382
|
-
|
|
1383
1366
|
.amplify-icon > svg {
|
|
1384
1367
|
height: var(--amplify-components-icon-height);
|
|
1385
1368
|
width: var(--amplify-components-icon-height);
|
|
@@ -1391,13 +1374,13 @@ strong.amplify-text {
|
|
|
1391
1374
|
font-size: var(--amplify-components-fieldcontrol-font-size);
|
|
1392
1375
|
line-height: var(--amplify-components-fieldcontrol-line-height);
|
|
1393
1376
|
-webkit-padding-before: var(--amplify-components-fieldcontrol-padding-block-start);
|
|
1394
|
-
|
|
1377
|
+
padding-block-start: var(--amplify-components-fieldcontrol-padding-block-start);
|
|
1395
1378
|
-webkit-padding-after: var(--amplify-components-fieldcontrol-padding-block-end);
|
|
1396
|
-
|
|
1379
|
+
padding-block-end: var(--amplify-components-fieldcontrol-padding-block-end);
|
|
1397
1380
|
-webkit-padding-start: var(--amplify-components-fieldcontrol-padding-inline-start);
|
|
1398
|
-
|
|
1381
|
+
padding-inline-start: var(--amplify-components-fieldcontrol-padding-inline-start);
|
|
1399
1382
|
-webkit-padding-end: var(--amplify-components-fieldcontrol-padding-inline-end);
|
|
1400
|
-
|
|
1383
|
+
padding-inline-end: var(--amplify-components-fieldcontrol-padding-inline-end);
|
|
1401
1384
|
transition: all var(--amplify-components-fieldcontrol-transition-duration);
|
|
1402
1385
|
width: 100%;
|
|
1403
1386
|
border-color: var(--amplify-components-fieldcontrol-border-color);
|
|
@@ -1409,71 +1392,61 @@ strong.amplify-text {
|
|
|
1409
1392
|
outline-width: var(--amplify-components-fieldcontrol-outline-width);
|
|
1410
1393
|
outline-offset: var(--amplify-components-fieldcontrol-outline-offset);
|
|
1411
1394
|
}
|
|
1412
|
-
|
|
1413
1395
|
.amplify-input:focus {
|
|
1414
1396
|
border-color: var(--amplify-components-fieldcontrol-focus-border-color);
|
|
1415
1397
|
box-shadow: var(--amplify-components-fieldcontrol-focus-box-shadow);
|
|
1416
1398
|
}
|
|
1417
|
-
|
|
1418
1399
|
.amplify-input--small {
|
|
1419
1400
|
font-size: var(--amplify-components-fieldcontrol-small-font-size);
|
|
1420
1401
|
-webkit-padding-before: var(--amplify-components-fieldcontrol-small-padding-block-start);
|
|
1421
|
-
|
|
1402
|
+
padding-block-start: var(--amplify-components-fieldcontrol-small-padding-block-start);
|
|
1422
1403
|
-webkit-padding-after: var(--amplify-components-fieldcontrol-small-padding-block-end);
|
|
1423
|
-
|
|
1404
|
+
padding-block-end: var(--amplify-components-fieldcontrol-small-padding-block-end);
|
|
1424
1405
|
-webkit-padding-start: var(--amplify-components-fieldcontrol-small-padding-inline-start);
|
|
1425
|
-
|
|
1406
|
+
padding-inline-start: var(--amplify-components-fieldcontrol-small-padding-inline-start);
|
|
1426
1407
|
-webkit-padding-end: var(--amplify-components-fieldcontrol-small-padding-inline-end);
|
|
1427
|
-
|
|
1408
|
+
padding-inline-end: var(--amplify-components-fieldcontrol-small-padding-inline-end);
|
|
1428
1409
|
}
|
|
1429
|
-
|
|
1430
1410
|
.amplify-input--large {
|
|
1431
1411
|
font-size: var(--amplify-components-fieldcontrol-large-font-size);
|
|
1432
1412
|
-webkit-padding-before: var(--amplify-components-fieldcontrol-large-padding-block-start);
|
|
1433
|
-
|
|
1413
|
+
padding-block-start: var(--amplify-components-fieldcontrol-large-padding-block-start);
|
|
1434
1414
|
-webkit-padding-after: var(--amplify-components-fieldcontrol-large-padding-block-end);
|
|
1435
|
-
|
|
1415
|
+
padding-block-end: var(--amplify-components-fieldcontrol-large-padding-block-end);
|
|
1436
1416
|
-webkit-padding-start: var(--amplify-components-fieldcontrol-large-padding-inline-start);
|
|
1437
|
-
|
|
1417
|
+
padding-inline-start: var(--amplify-components-fieldcontrol-large-padding-inline-start);
|
|
1438
1418
|
-webkit-padding-end: var(--amplify-components-fieldcontrol-large-padding-inline-end);
|
|
1439
|
-
|
|
1419
|
+
padding-inline-end: var(--amplify-components-fieldcontrol-large-padding-inline-end);
|
|
1440
1420
|
}
|
|
1441
|
-
|
|
1442
1421
|
.amplify-input--error {
|
|
1443
1422
|
border-color: var(--amplify-components-fieldcontrol-error-border-color);
|
|
1444
1423
|
}
|
|
1445
|
-
|
|
1446
1424
|
.amplify-input--error:focus {
|
|
1447
1425
|
border-color: var(--amplify-components-fieldcontrol-error-border-color);
|
|
1448
1426
|
box-shadow: var(--amplify-components-fieldcontrol-error-focus-box-shadow);
|
|
1449
1427
|
}
|
|
1450
|
-
|
|
1451
1428
|
.amplify-input[disabled] {
|
|
1452
1429
|
color: var(--amplify-components-fieldcontrol-disabled-color);
|
|
1453
1430
|
cursor: var(--amplify-components-fieldcontrol-disabled-cursor);
|
|
1454
1431
|
border-color: var(--amplify-components-fieldcontrol-disabled-border-color);
|
|
1455
1432
|
background-color: var(--amplify-components-fieldcontrol-disabled-background-color);
|
|
1456
1433
|
}
|
|
1457
|
-
|
|
1458
1434
|
.amplify-input--quiet {
|
|
1459
1435
|
-webkit-border-before: var(--amplify-components-fieldcontrol-quiet-border-block-start);
|
|
1460
|
-
|
|
1436
|
+
border-block-start: var(--amplify-components-fieldcontrol-quiet-border-block-start);
|
|
1461
1437
|
-webkit-border-start: var(--amplify-components-fieldcontrol-quiet-border-inline-start);
|
|
1462
|
-
|
|
1438
|
+
border-inline-start: var(--amplify-components-fieldcontrol-quiet-border-inline-start);
|
|
1463
1439
|
-webkit-border-end: var(--amplify-components-fieldcontrol-quiet-border-inline-end);
|
|
1464
|
-
|
|
1440
|
+
border-inline-end: var(--amplify-components-fieldcontrol-quiet-border-inline-end);
|
|
1465
1441
|
border-radius: var(--amplify-components-fieldcontrol-quiet-border-radius);
|
|
1466
1442
|
}
|
|
1467
|
-
|
|
1468
1443
|
.amplify-input--quiet:focus {
|
|
1469
1444
|
border-block-end-color: var(--amplify-components-fieldcontrol-quiet-focus-border-block-end-color);
|
|
1470
1445
|
box-shadow: var(--amplify-components-fieldcontrol-quiet-focus-box-shadow);
|
|
1471
1446
|
}
|
|
1472
|
-
|
|
1473
1447
|
.amplify-input--quiet[aria-invalid=true] {
|
|
1474
1448
|
border-block-end-color: var(--amplify-components-fieldcontrol-quiet-error-border-block-end-color);
|
|
1475
1449
|
}
|
|
1476
|
-
|
|
1477
1450
|
.amplify-input--quiet[aria-invalid=true]:focus {
|
|
1478
1451
|
box-shadow: var(--amplify-components-fieldcontrol-quiet-error-focus-box-shadow);
|
|
1479
1452
|
}
|
|
@@ -1484,13 +1457,13 @@ strong.amplify-text {
|
|
|
1484
1457
|
font-size: var(--amplify-components-fieldcontrol-font-size);
|
|
1485
1458
|
line-height: var(--amplify-components-fieldcontrol-line-height);
|
|
1486
1459
|
-webkit-padding-before: var(--amplify-components-fieldcontrol-padding-block-start);
|
|
1487
|
-
|
|
1460
|
+
padding-block-start: var(--amplify-components-fieldcontrol-padding-block-start);
|
|
1488
1461
|
-webkit-padding-after: var(--amplify-components-fieldcontrol-padding-block-end);
|
|
1489
|
-
|
|
1462
|
+
padding-block-end: var(--amplify-components-fieldcontrol-padding-block-end);
|
|
1490
1463
|
-webkit-padding-start: var(--amplify-components-fieldcontrol-padding-inline-start);
|
|
1491
|
-
|
|
1464
|
+
padding-inline-start: var(--amplify-components-fieldcontrol-padding-inline-start);
|
|
1492
1465
|
-webkit-padding-end: var(--amplify-components-fieldcontrol-padding-inline-end);
|
|
1493
|
-
|
|
1466
|
+
padding-inline-end: var(--amplify-components-fieldcontrol-padding-inline-end);
|
|
1494
1467
|
transition: all var(--amplify-components-fieldcontrol-transition-duration);
|
|
1495
1468
|
width: 100%;
|
|
1496
1469
|
border-color: var(--amplify-components-fieldcontrol-border-color);
|
|
@@ -1502,71 +1475,61 @@ strong.amplify-text {
|
|
|
1502
1475
|
outline-width: var(--amplify-components-fieldcontrol-outline-width);
|
|
1503
1476
|
outline-offset: var(--amplify-components-fieldcontrol-outline-offset);
|
|
1504
1477
|
}
|
|
1505
|
-
|
|
1506
1478
|
.amplify-textarea:focus {
|
|
1507
1479
|
border-color: var(--amplify-components-fieldcontrol-focus-border-color);
|
|
1508
1480
|
box-shadow: var(--amplify-components-fieldcontrol-focus-box-shadow);
|
|
1509
1481
|
}
|
|
1510
|
-
|
|
1511
1482
|
.amplify-textarea--small {
|
|
1512
1483
|
font-size: var(--amplify-components-fieldcontrol-small-font-size);
|
|
1513
1484
|
-webkit-padding-before: var(--amplify-components-fieldcontrol-small-padding-block-start);
|
|
1514
|
-
|
|
1485
|
+
padding-block-start: var(--amplify-components-fieldcontrol-small-padding-block-start);
|
|
1515
1486
|
-webkit-padding-after: var(--amplify-components-fieldcontrol-small-padding-block-end);
|
|
1516
|
-
|
|
1487
|
+
padding-block-end: var(--amplify-components-fieldcontrol-small-padding-block-end);
|
|
1517
1488
|
-webkit-padding-start: var(--amplify-components-fieldcontrol-small-padding-inline-start);
|
|
1518
|
-
|
|
1489
|
+
padding-inline-start: var(--amplify-components-fieldcontrol-small-padding-inline-start);
|
|
1519
1490
|
-webkit-padding-end: var(--amplify-components-fieldcontrol-small-padding-inline-end);
|
|
1520
|
-
|
|
1491
|
+
padding-inline-end: var(--amplify-components-fieldcontrol-small-padding-inline-end);
|
|
1521
1492
|
}
|
|
1522
|
-
|
|
1523
1493
|
.amplify-textarea--large {
|
|
1524
1494
|
font-size: var(--amplify-components-fieldcontrol-large-font-size);
|
|
1525
1495
|
-webkit-padding-before: var(--amplify-components-fieldcontrol-large-padding-block-start);
|
|
1526
|
-
|
|
1496
|
+
padding-block-start: var(--amplify-components-fieldcontrol-large-padding-block-start);
|
|
1527
1497
|
-webkit-padding-after: var(--amplify-components-fieldcontrol-large-padding-block-end);
|
|
1528
|
-
|
|
1498
|
+
padding-block-end: var(--amplify-components-fieldcontrol-large-padding-block-end);
|
|
1529
1499
|
-webkit-padding-start: var(--amplify-components-fieldcontrol-large-padding-inline-start);
|
|
1530
|
-
|
|
1500
|
+
padding-inline-start: var(--amplify-components-fieldcontrol-large-padding-inline-start);
|
|
1531
1501
|
-webkit-padding-end: var(--amplify-components-fieldcontrol-large-padding-inline-end);
|
|
1532
|
-
|
|
1502
|
+
padding-inline-end: var(--amplify-components-fieldcontrol-large-padding-inline-end);
|
|
1533
1503
|
}
|
|
1534
|
-
|
|
1535
1504
|
.amplify-textarea--error {
|
|
1536
1505
|
border-color: var(--amplify-components-fieldcontrol-error-border-color);
|
|
1537
1506
|
}
|
|
1538
|
-
|
|
1539
1507
|
.amplify-textarea--error:focus {
|
|
1540
1508
|
border-color: var(--amplify-components-fieldcontrol-error-border-color);
|
|
1541
1509
|
box-shadow: var(--amplify-components-fieldcontrol-error-focus-box-shadow);
|
|
1542
1510
|
}
|
|
1543
|
-
|
|
1544
1511
|
.amplify-textarea[disabled] {
|
|
1545
1512
|
color: var(--amplify-components-fieldcontrol-disabled-color);
|
|
1546
1513
|
cursor: var(--amplify-components-fieldcontrol-disabled-cursor);
|
|
1547
1514
|
border-color: var(--amplify-components-fieldcontrol-disabled-border-color);
|
|
1548
1515
|
background-color: var(--amplify-components-fieldcontrol-disabled-background-color);
|
|
1549
1516
|
}
|
|
1550
|
-
|
|
1551
1517
|
.amplify-textarea--quiet {
|
|
1552
1518
|
-webkit-border-before: var(--amplify-components-fieldcontrol-quiet-border-block-start);
|
|
1553
|
-
|
|
1519
|
+
border-block-start: var(--amplify-components-fieldcontrol-quiet-border-block-start);
|
|
1554
1520
|
-webkit-border-start: var(--amplify-components-fieldcontrol-quiet-border-inline-start);
|
|
1555
|
-
|
|
1521
|
+
border-inline-start: var(--amplify-components-fieldcontrol-quiet-border-inline-start);
|
|
1556
1522
|
-webkit-border-end: var(--amplify-components-fieldcontrol-quiet-border-inline-end);
|
|
1557
|
-
|
|
1523
|
+
border-inline-end: var(--amplify-components-fieldcontrol-quiet-border-inline-end);
|
|
1558
1524
|
border-radius: var(--amplify-components-fieldcontrol-quiet-border-radius);
|
|
1559
1525
|
}
|
|
1560
|
-
|
|
1561
1526
|
.amplify-textarea--quiet:focus {
|
|
1562
1527
|
border-block-end-color: var(--amplify-components-fieldcontrol-quiet-focus-border-block-end-color);
|
|
1563
1528
|
box-shadow: var(--amplify-components-fieldcontrol-quiet-focus-box-shadow);
|
|
1564
1529
|
}
|
|
1565
|
-
|
|
1566
1530
|
.amplify-textarea--quiet[aria-invalid=true] {
|
|
1567
1531
|
border-block-end-color: var(--amplify-components-fieldcontrol-quiet-error-border-block-end-color);
|
|
1568
1532
|
}
|
|
1569
|
-
|
|
1570
1533
|
.amplify-textarea--quiet[aria-invalid=true]:focus {
|
|
1571
1534
|
box-shadow: var(--amplify-components-fieldcontrol-quiet-error-focus-box-shadow);
|
|
1572
1535
|
}
|
|
@@ -1575,40 +1538,36 @@ strong.amplify-text {
|
|
|
1575
1538
|
height: var(--amplify-components-image-height);
|
|
1576
1539
|
max-width: var(--amplify-components-image-max-width);
|
|
1577
1540
|
-o-object-fit: var(--amplify-components-image-object-fit);
|
|
1578
|
-
|
|
1541
|
+
object-fit: var(--amplify-components-image-object-fit);
|
|
1579
1542
|
-o-object-position: var(--amplify-components-image-object-position);
|
|
1580
|
-
|
|
1543
|
+
object-position: var(--amplify-components-image-object-position);
|
|
1581
1544
|
}
|
|
1582
1545
|
|
|
1583
1546
|
.amplify-link {
|
|
1584
1547
|
color: var(--amplify-components-link-color);
|
|
1585
1548
|
-webkit-text-decoration: var(--amplify-components-link-text-decoration);
|
|
1586
|
-
|
|
1549
|
+
text-decoration: var(--amplify-components-link-text-decoration);
|
|
1587
1550
|
cursor: pointer;
|
|
1588
1551
|
}
|
|
1589
|
-
|
|
1590
1552
|
.amplify-link:visited {
|
|
1591
1553
|
color: var(--amplify-components-link-visited-color);
|
|
1592
1554
|
-webkit-text-decoration: var(--amplify-components-link-visited-text-decoration);
|
|
1593
|
-
|
|
1555
|
+
text-decoration: var(--amplify-components-link-visited-text-decoration);
|
|
1594
1556
|
}
|
|
1595
|
-
|
|
1596
1557
|
.amplify-link:active {
|
|
1597
1558
|
color: var(--amplify-components-link-active-color);
|
|
1598
1559
|
-webkit-text-decoration: var(--amplify-components-link-active-text-decoration);
|
|
1599
|
-
|
|
1560
|
+
text-decoration: var(--amplify-components-link-active-text-decoration);
|
|
1600
1561
|
}
|
|
1601
|
-
|
|
1602
1562
|
.amplify-link:focus {
|
|
1603
1563
|
color: var(--amplify-components-link-focus-color);
|
|
1604
1564
|
-webkit-text-decoration: var(--amplify-components-link-focus-text-decoration);
|
|
1605
|
-
|
|
1565
|
+
text-decoration: var(--amplify-components-link-focus-text-decoration);
|
|
1606
1566
|
}
|
|
1607
|
-
|
|
1608
1567
|
.amplify-link:hover {
|
|
1609
1568
|
color: var(--amplify-components-link-hover-color);
|
|
1610
1569
|
-webkit-text-decoration: var(--amplify-components-link-hover-text-decoration);
|
|
1611
|
-
|
|
1570
|
+
text-decoration: var(--amplify-components-link-hover-text-decoration);
|
|
1612
1571
|
}
|
|
1613
1572
|
|
|
1614
1573
|
.amplify-loader {
|
|
@@ -1624,51 +1583,46 @@ strong.amplify-text {
|
|
|
1624
1583
|
--amplify-components-loader-linear-stroke-width
|
|
1625
1584
|
);
|
|
1626
1585
|
}
|
|
1627
|
-
|
|
1628
1586
|
.amplify-loader circle:last-of-type {
|
|
1629
1587
|
transform-origin: center center;
|
|
1630
1588
|
-webkit-animation-name: amplify-loader-circular;
|
|
1631
|
-
|
|
1589
|
+
animation-name: amplify-loader-circular;
|
|
1632
1590
|
-webkit-animation-timing-function: linear;
|
|
1633
|
-
|
|
1591
|
+
animation-timing-function: linear;
|
|
1634
1592
|
-webkit-animation-iteration-count: infinite;
|
|
1635
|
-
|
|
1593
|
+
animation-iteration-count: infinite;
|
|
1636
1594
|
-webkit-animation-duration: var(--amplify-components-loader-animation-duration);
|
|
1637
|
-
|
|
1595
|
+
animation-duration: var(--amplify-components-loader-animation-duration);
|
|
1638
1596
|
stroke: var(--amplify-components-loader-stroke-filled);
|
|
1639
1597
|
stroke-linecap: var(--amplify-components-loader-stroke-linecap);
|
|
1640
1598
|
}
|
|
1641
|
-
|
|
1642
1599
|
@media (prefers-reduced-motion) {
|
|
1643
1600
|
.amplify-loader circle:last-of-type {
|
|
1644
1601
|
-webkit-animation: none;
|
|
1645
|
-
|
|
1602
|
+
animation: none;
|
|
1646
1603
|
stroke-dasharray: 100% 200%;
|
|
1647
1604
|
stroke-dashoffset: 50%;
|
|
1648
1605
|
}
|
|
1649
1606
|
}
|
|
1650
|
-
|
|
1651
1607
|
.amplify-loader line:last-of-type {
|
|
1652
1608
|
stroke: var(--amplify-components-loader-linear-stroke-filled);
|
|
1653
1609
|
stroke-dasharray: 50% 200%;
|
|
1654
1610
|
-webkit-animation-name: amplify-loader-linear;
|
|
1655
|
-
|
|
1611
|
+
animation-name: amplify-loader-linear;
|
|
1656
1612
|
-webkit-animation-duration: var(--amplify-components-loader-linear-animation-duration);
|
|
1657
|
-
|
|
1613
|
+
animation-duration: var(--amplify-components-loader-linear-animation-duration);
|
|
1658
1614
|
-webkit-animation-timing-function: linear;
|
|
1659
|
-
|
|
1615
|
+
animation-timing-function: linear;
|
|
1660
1616
|
-webkit-animation-iteration-count: infinite;
|
|
1661
|
-
|
|
1617
|
+
animation-iteration-count: infinite;
|
|
1662
1618
|
}
|
|
1663
|
-
|
|
1664
1619
|
@media (prefers-reduced-motion) {
|
|
1665
1620
|
.amplify-loader line:last-of-type {
|
|
1666
1621
|
-webkit-animation: none;
|
|
1667
|
-
|
|
1622
|
+
animation: none;
|
|
1668
1623
|
stroke-dashoffset: -50%;
|
|
1669
1624
|
}
|
|
1670
1625
|
}
|
|
1671
|
-
|
|
1672
1626
|
.amplify-loader--small {
|
|
1673
1627
|
width: var(--amplify-components-loader-small-width);
|
|
1674
1628
|
height: var(--amplify-components-loader-small-height);
|
|
@@ -1680,7 +1634,6 @@ strong.amplify-text {
|
|
|
1680
1634
|
--amplify-components-loader-linear-small-font-size
|
|
1681
1635
|
);
|
|
1682
1636
|
}
|
|
1683
|
-
|
|
1684
1637
|
.amplify-loader--large {
|
|
1685
1638
|
width: var(--amplify-components-loader-large-width);
|
|
1686
1639
|
height: var(--amplify-components-loader-large-height);
|
|
@@ -1692,7 +1645,6 @@ strong.amplify-text {
|
|
|
1692
1645
|
--amplify-components-loader-linear-large-font-size
|
|
1693
1646
|
);
|
|
1694
1647
|
}
|
|
1695
|
-
|
|
1696
1648
|
.amplify-loader--linear {
|
|
1697
1649
|
width: var(--amplify-components-loader-linear-width);
|
|
1698
1650
|
min-width: var(--amplify-components-loader-linear-min-width);
|
|
@@ -1701,20 +1653,17 @@ strong.amplify-text {
|
|
|
1701
1653
|
stroke-width: var(--amplify-internal-loader-linear-stroke-width);
|
|
1702
1654
|
font-size: var(--amplify-internal-loader-linear-font-size);
|
|
1703
1655
|
}
|
|
1704
|
-
|
|
1705
1656
|
.amplify-loader--determinate circle:last-of-type {
|
|
1706
1657
|
-webkit-animation: none;
|
|
1707
|
-
|
|
1658
|
+
animation: none;
|
|
1708
1659
|
transform: rotate(-90deg);
|
|
1709
1660
|
}
|
|
1710
|
-
|
|
1711
1661
|
.amplify-loader--determinate line:last-of-type {
|
|
1712
1662
|
-webkit-animation: none;
|
|
1713
|
-
|
|
1663
|
+
animation: none;
|
|
1714
1664
|
stroke-dashoffset: 0%;
|
|
1715
1665
|
stroke-dasharray: none;
|
|
1716
1666
|
}
|
|
1717
|
-
|
|
1718
1667
|
.amplify-loader__percentage-text {
|
|
1719
1668
|
fill: var(--amplify-components-loader-text-fill);
|
|
1720
1669
|
stroke: none;
|
|
@@ -1725,11 +1674,9 @@ strong.amplify-text {
|
|
|
1725
1674
|
stroke-dasharray: 100% 200%;
|
|
1726
1675
|
transform: rotate(120deg);
|
|
1727
1676
|
}
|
|
1728
|
-
|
|
1729
1677
|
50% {
|
|
1730
1678
|
stroke-dasharray: 20% 400%;
|
|
1731
1679
|
}
|
|
1732
|
-
|
|
1733
1680
|
100% {
|
|
1734
1681
|
stroke-dasharray: 100% 200%;
|
|
1735
1682
|
transform: rotate(480deg);
|
|
@@ -1741,56 +1688,47 @@ strong.amplify-text {
|
|
|
1741
1688
|
stroke-dasharray: 100% 200%;
|
|
1742
1689
|
transform: rotate(120deg);
|
|
1743
1690
|
}
|
|
1744
|
-
|
|
1745
1691
|
50% {
|
|
1746
1692
|
stroke-dasharray: 20% 400%;
|
|
1747
1693
|
}
|
|
1748
|
-
|
|
1749
1694
|
100% {
|
|
1750
1695
|
stroke-dasharray: 100% 200%;
|
|
1751
1696
|
transform: rotate(480deg);
|
|
1752
1697
|
}
|
|
1753
1698
|
}
|
|
1754
|
-
|
|
1755
1699
|
@-webkit-keyframes amplify-loader-linear {
|
|
1756
1700
|
0% {
|
|
1757
1701
|
stroke-dashoffset: 200%;
|
|
1758
1702
|
}
|
|
1759
|
-
|
|
1760
1703
|
100% {
|
|
1761
1704
|
stroke-dashoffset: -50%;
|
|
1762
1705
|
}
|
|
1763
1706
|
}
|
|
1764
|
-
|
|
1765
1707
|
@keyframes amplify-loader-linear {
|
|
1766
1708
|
0% {
|
|
1767
1709
|
stroke-dashoffset: 200%;
|
|
1768
1710
|
}
|
|
1769
|
-
|
|
1770
1711
|
100% {
|
|
1771
1712
|
stroke-dashoffset: -50%;
|
|
1772
1713
|
}
|
|
1773
1714
|
}
|
|
1774
|
-
|
|
1775
1715
|
.amplify-placeholder {
|
|
1776
1716
|
-webkit-animation-direction: alternate;
|
|
1777
|
-
|
|
1717
|
+
animation-direction: alternate;
|
|
1778
1718
|
-webkit-animation-duration: var(--amplify-components-placeholder-transition-duration);
|
|
1779
|
-
|
|
1719
|
+
animation-duration: var(--amplify-components-placeholder-transition-duration);
|
|
1780
1720
|
-webkit-animation-iteration-count: infinite;
|
|
1781
|
-
|
|
1721
|
+
animation-iteration-count: infinite;
|
|
1782
1722
|
-webkit-animation-name: amplify-placeholder-loading;
|
|
1783
|
-
|
|
1723
|
+
animation-name: amplify-placeholder-loading;
|
|
1784
1724
|
border-radius: var(--amplify-components-placeholder-border-radius);
|
|
1785
1725
|
height: var(--amplify-components-placeholder-default-height);
|
|
1786
1726
|
width: 100%;
|
|
1787
1727
|
display: block;
|
|
1788
1728
|
}
|
|
1789
|
-
|
|
1790
1729
|
.amplify-placeholder--small {
|
|
1791
1730
|
height: var(--amplify-components-placeholder-small-height);
|
|
1792
1731
|
}
|
|
1793
|
-
|
|
1794
1732
|
.amplify-placeholder--large {
|
|
1795
1733
|
height: var(--amplify-components-placeholder-large-height);
|
|
1796
1734
|
}
|
|
@@ -1799,7 +1737,6 @@ strong.amplify-text {
|
|
|
1799
1737
|
0% {
|
|
1800
1738
|
background-color: var(--amplify-components-placeholder-start-color);
|
|
1801
1739
|
}
|
|
1802
|
-
|
|
1803
1740
|
100% {
|
|
1804
1741
|
background-color: var(--amplify-components-placeholder-end-color);
|
|
1805
1742
|
}
|
|
@@ -1809,20 +1746,17 @@ strong.amplify-text {
|
|
|
1809
1746
|
0% {
|
|
1810
1747
|
background-color: var(--amplify-components-placeholder-start-color);
|
|
1811
1748
|
}
|
|
1812
|
-
|
|
1813
1749
|
100% {
|
|
1814
1750
|
background-color: var(--amplify-components-placeholder-end-color);
|
|
1815
1751
|
}
|
|
1816
1752
|
}
|
|
1817
|
-
|
|
1818
1753
|
@media (prefers-reduced-motion: reduce) {
|
|
1819
1754
|
.amplify-placeholder {
|
|
1820
1755
|
-webkit-animation: none;
|
|
1821
|
-
|
|
1756
|
+
animation: none;
|
|
1822
1757
|
background-color: var(--amplify-components-placeholder-end-color);
|
|
1823
1758
|
}
|
|
1824
1759
|
}
|
|
1825
|
-
|
|
1826
1760
|
[data-amplify-copy] {
|
|
1827
1761
|
display: flex;
|
|
1828
1762
|
font-size: var(--amplify-components-copy-font-size);
|
|
@@ -1836,11 +1770,9 @@ strong.amplify-text {
|
|
|
1836
1770
|
cursor: pointer;
|
|
1837
1771
|
position: relative;
|
|
1838
1772
|
}
|
|
1839
|
-
|
|
1840
1773
|
[data-amplify-copy-svg] path {
|
|
1841
1774
|
fill: var(--amplify-components-copy-svg-path-fill);
|
|
1842
1775
|
}
|
|
1843
|
-
|
|
1844
1776
|
[data-amplify-copy-svg]:hover [data-amplify-copy-tooltip] {
|
|
1845
1777
|
visibility: visible;
|
|
1846
1778
|
font-size: var(--amplify-components-copy-tool-tip-font-size);
|
|
@@ -1860,22 +1792,18 @@ strong.amplify-text {
|
|
|
1860
1792
|
padding-block: var(--amplify-components-alert-padding-block);
|
|
1861
1793
|
padding-inline: var(--amplify-components-alert-padding-inline);
|
|
1862
1794
|
}
|
|
1863
|
-
|
|
1864
1795
|
.amplify-alert--info {
|
|
1865
1796
|
color: var(--amplify-components-alert-info-color);
|
|
1866
1797
|
background-color: var(--amplify-components-alert-info-background-color);
|
|
1867
1798
|
}
|
|
1868
|
-
|
|
1869
1799
|
.amplify-alert--error {
|
|
1870
1800
|
color: var(--amplify-components-alert-error-color);
|
|
1871
1801
|
background-color: var(--amplify-components-alert-error-background-color);
|
|
1872
1802
|
}
|
|
1873
|
-
|
|
1874
1803
|
.amplify-alert--warning {
|
|
1875
1804
|
color: var(--amplify-components-alert-warning-color);
|
|
1876
1805
|
background-color: var(--amplify-components-alert-warning-background-color);
|
|
1877
1806
|
}
|
|
1878
|
-
|
|
1879
1807
|
.amplify-alert--success {
|
|
1880
1808
|
color: var(--amplify-components-alert-success-color);
|
|
1881
1809
|
background-color: var(--amplify-components-alert-success-background-color);
|
|
@@ -1901,11 +1829,9 @@ strong.amplify-text {
|
|
|
1901
1829
|
}
|
|
1902
1830
|
|
|
1903
1831
|
/* Center by default */
|
|
1904
|
-
|
|
1905
1832
|
[data-amplify-authenticator] {
|
|
1906
1833
|
display: grid;
|
|
1907
1834
|
}
|
|
1908
|
-
|
|
1909
1835
|
[data-amplify-authenticator][data-variation=modal] {
|
|
1910
1836
|
overflow-y: auto;
|
|
1911
1837
|
width: var(--amplify-components-authenticator-modal-width);
|
|
@@ -1917,17 +1843,14 @@ strong.amplify-text {
|
|
|
1917
1843
|
/* Having a z-index at least "wins" by default */
|
|
1918
1844
|
z-index: 1;
|
|
1919
1845
|
}
|
|
1920
|
-
|
|
1921
1846
|
[data-amplify-authenticator] [data-amplify-container] {
|
|
1922
1847
|
place-self: center;
|
|
1923
1848
|
}
|
|
1924
|
-
|
|
1925
1849
|
@media (min-width: 30rem) {
|
|
1926
1850
|
[data-amplify-authenticator] [data-amplify-container] {
|
|
1927
1851
|
width: var(--amplify-components-authenticator-container-width-max);
|
|
1928
1852
|
}
|
|
1929
1853
|
}
|
|
1930
|
-
|
|
1931
1854
|
[data-amplify-authenticator] [data-amplify-router] {
|
|
1932
1855
|
background-color: var(--amplify-components-authenticator-router-background-color);
|
|
1933
1856
|
box-shadow: var(--amplify-components-authenticator-router-box-shadow);
|
|
@@ -1935,20 +1858,16 @@ strong.amplify-text {
|
|
|
1935
1858
|
border-width: var(--amplify-components-authenticator-router-border-width);
|
|
1936
1859
|
border-style: var(--amplify-components-authenticator-router-border-style);
|
|
1937
1860
|
}
|
|
1938
|
-
|
|
1939
1861
|
[data-amplify-authenticator] [data-amplify-footer] {
|
|
1940
1862
|
padding-bottom: var(--amplify-components-authenticator-footer-padding-bottom);
|
|
1941
1863
|
text-align: center;
|
|
1942
1864
|
}
|
|
1943
|
-
|
|
1944
1865
|
[data-amplify-authenticator] [data-amplify-form] {
|
|
1945
1866
|
padding: var(--amplify-components-authenticator-form-padding);
|
|
1946
1867
|
}
|
|
1947
|
-
|
|
1948
1868
|
[data-amplify-authenticator] [data-state=inactive] {
|
|
1949
1869
|
background-color: var(--amplify-components-authenticator-state-inactive-background-color);
|
|
1950
1870
|
}
|
|
1951
|
-
|
|
1952
1871
|
@media (max-width: 26rem) {
|
|
1953
1872
|
[data-amplify-authenticator] [data-amplify-sign-up-errors] {
|
|
1954
1873
|
font-size: 0.688rem;
|
|
@@ -1982,7 +1901,6 @@ strong.amplify-text {
|
|
|
1982
1901
|
display: block;
|
|
1983
1902
|
padding: var(--amplify-components-card-padding);
|
|
1984
1903
|
}
|
|
1985
|
-
|
|
1986
1904
|
.amplify-card--outlined {
|
|
1987
1905
|
background-color: var(--amplify-components-card-outlined-background-color);
|
|
1988
1906
|
border-radius: var(--amplify-components-card-outlined-border-radius);
|
|
@@ -1991,7 +1909,6 @@ strong.amplify-text {
|
|
|
1991
1909
|
border-color: var(--amplify-components-card-outlined-border-color);
|
|
1992
1910
|
box-shadow: var(--amplify-components-card-outlined-box-shadow);
|
|
1993
1911
|
}
|
|
1994
|
-
|
|
1995
1912
|
.amplify-card--elevated {
|
|
1996
1913
|
background-color: var(--amplify-components-card-elevated-background-color);
|
|
1997
1914
|
border-radius: var(--amplify-components-card-elevated-border-radius);
|
|
@@ -2004,14 +1921,72 @@ strong.amplify-text {
|
|
|
2004
1921
|
.amplify-collection {
|
|
2005
1922
|
flex-direction: column;
|
|
2006
1923
|
}
|
|
2007
|
-
|
|
2008
|
-
.amplify-collection-search {
|
|
2009
|
-
flex-direction: row;
|
|
1924
|
+
.amplify-collection-pagination {
|
|
2010
1925
|
justify-content: center;
|
|
1926
|
+
--amplify-components-pagination-current-color: var(
|
|
1927
|
+
--amplify-components-collection-pagination-current-color
|
|
1928
|
+
);
|
|
1929
|
+
--amplify-components-pagination-current-background-color: var(
|
|
1930
|
+
--amplify-components-collection-pagination-current-background-color
|
|
1931
|
+
);
|
|
1932
|
+
--amplify-components-pagination-button-color: var(
|
|
1933
|
+
--amplify-components-collection-pagination-button-color
|
|
1934
|
+
);
|
|
1935
|
+
--amplify-components-pagination-button-hover-color: var(
|
|
1936
|
+
--amplify-components-collection-pagination-button-hover-color
|
|
1937
|
+
);
|
|
1938
|
+
--amplify-components-pagination-button-hover-background-color: var(
|
|
1939
|
+
--amplify-components-collection-pagination-button-hover-background-color
|
|
1940
|
+
);
|
|
1941
|
+
--amplify-components-pagination-button-disabled-color: var(
|
|
1942
|
+
--amplify-components-collection-pagination-button-disabled-color
|
|
1943
|
+
);
|
|
2011
1944
|
}
|
|
2012
|
-
|
|
2013
|
-
|
|
1945
|
+
.amplify-collection-search {
|
|
1946
|
+
flex-direction: row;
|
|
2014
1947
|
justify-content: center;
|
|
1948
|
+
--amplify-components-searchfield-input-color: var(
|
|
1949
|
+
--amplify-components-collection-search-input-color
|
|
1950
|
+
);
|
|
1951
|
+
--amplify-components-searchfield-button-color: var(
|
|
1952
|
+
--amplify-components-collection-search-button-color
|
|
1953
|
+
);
|
|
1954
|
+
--amplify-components-searchfield-button-active-background-color: var(
|
|
1955
|
+
--amplify-components-collection-search-button-active-background-color
|
|
1956
|
+
);
|
|
1957
|
+
--amplify-components-searchfield-button-active-border-color: var(
|
|
1958
|
+
--amplify-components-collection-search-button-active-border-color
|
|
1959
|
+
);
|
|
1960
|
+
--amplify-components-searchfield-button-active-color: var(
|
|
1961
|
+
--amplify-components-collection-search-button-active-color
|
|
1962
|
+
);
|
|
1963
|
+
--amplify-components-searchfield-button-disabled-background-color: var(
|
|
1964
|
+
--amplify-components-collection-search-button-disabled-background-color
|
|
1965
|
+
);
|
|
1966
|
+
--amplify-components-searchfield-button-disabled-border-color: var(
|
|
1967
|
+
--amplify-components-collection-search-button-disabled-border-color
|
|
1968
|
+
);
|
|
1969
|
+
--amplify-components-searchfield-button-disabled-color: var(
|
|
1970
|
+
--amplify-components-collection-search-button-disabled-color
|
|
1971
|
+
);
|
|
1972
|
+
--amplify-components-searchfield-button-focus-background-color: var(
|
|
1973
|
+
--amplify-components-collection-search-button-focus-background-color
|
|
1974
|
+
);
|
|
1975
|
+
--amplify-components-searchfield-button-focus-border-color: var(
|
|
1976
|
+
--amplify-components-collection-search-button-focus-border-color
|
|
1977
|
+
);
|
|
1978
|
+
--amplify-components-searchfield-button-focus-color: var(
|
|
1979
|
+
--amplify-components-collection-search-button-focus-color
|
|
1980
|
+
);
|
|
1981
|
+
--amplify-components-searchfield-button-hover-background-color: var(
|
|
1982
|
+
--amplify-components-collection-search-button-hover-background-color
|
|
1983
|
+
);
|
|
1984
|
+
--amplify-components-searchfield-button-hover-border-color: var(
|
|
1985
|
+
--amplify-components-collection-search-button-hover-border-color
|
|
1986
|
+
);
|
|
1987
|
+
--amplify-components-searchfield-button-hover-color: var(
|
|
1988
|
+
--amplify-components-collection-search-button-hover-color
|
|
1989
|
+
);
|
|
2015
1990
|
}
|
|
2016
1991
|
|
|
2017
1992
|
.amplify-checkbox {
|
|
@@ -2020,7 +1995,6 @@ strong.amplify-text {
|
|
|
2020
1995
|
flex-direction: row-reverse;
|
|
2021
1996
|
gap: inherit;
|
|
2022
1997
|
}
|
|
2023
|
-
|
|
2024
1998
|
.amplify-checkbox--disabled {
|
|
2025
1999
|
cursor: var(--amplify-components-checkbox-disabled-cursor);
|
|
2026
2000
|
}
|
|
@@ -2037,7 +2011,6 @@ strong.amplify-text {
|
|
|
2037
2011
|
--amplify-components-checkbox-button-focus-box-shadow
|
|
2038
2012
|
);
|
|
2039
2013
|
}
|
|
2040
|
-
|
|
2041
2014
|
.amplify-checkbox__button::before {
|
|
2042
2015
|
content: "";
|
|
2043
2016
|
display: inline-block;
|
|
@@ -2050,7 +2023,6 @@ strong.amplify-text {
|
|
|
2050
2023
|
border-style: var(--amplify-components-checkbox-button-before-border-style);
|
|
2051
2024
|
border-color: var(--amplify-components-checkbox-button-before-border-color);
|
|
2052
2025
|
}
|
|
2053
|
-
|
|
2054
2026
|
.amplify-checkbox__button--focused::before {
|
|
2055
2027
|
outline-color: var(--amplify-components-checkbox-button-focus-outline-color);
|
|
2056
2028
|
outline-style: var(--amplify-components-checkbox-button-focus-outline-style);
|
|
@@ -2059,7 +2031,6 @@ strong.amplify-text {
|
|
|
2059
2031
|
border-color: var(--amplify-internal-checkbox_button-focused-before-border-color);
|
|
2060
2032
|
box-shadow: var(--amplify-internal-checkbox_button-focused-before-box-shadow);
|
|
2061
2033
|
}
|
|
2062
|
-
|
|
2063
2034
|
.amplify-checkbox__button--error {
|
|
2064
2035
|
--amplify-internal-checkbox_button-focused-before-border-color: var(
|
|
2065
2036
|
--amplify-components-checkbox-button-error-focus-border-color
|
|
@@ -2068,11 +2039,9 @@ strong.amplify-text {
|
|
|
2068
2039
|
--amplify-components-checkbox-button-error-focus-box-shadow
|
|
2069
2040
|
);
|
|
2070
2041
|
}
|
|
2071
|
-
|
|
2072
2042
|
.amplify-checkbox__button--error::before {
|
|
2073
2043
|
border-color: var(--amplify-components-checkbox-button-error-border-color);
|
|
2074
2044
|
}
|
|
2075
|
-
|
|
2076
2045
|
.amplify-checkbox__button--disabled::before {
|
|
2077
2046
|
border-color: var(--amplify-components-checkbox-button-disabled-border-color);
|
|
2078
2047
|
}
|
|
@@ -2089,7 +2058,6 @@ strong.amplify-text {
|
|
|
2089
2058
|
--amplify-components-checkbox-icon-background-color
|
|
2090
2059
|
);
|
|
2091
2060
|
}
|
|
2092
|
-
|
|
2093
2061
|
.amplify-checkbox__icon--checked {
|
|
2094
2062
|
opacity: var(--amplify-components-checkbox-icon-checked-opacity);
|
|
2095
2063
|
transform: var(--amplify-components-checkbox-icon-checked-transform);
|
|
@@ -2097,7 +2065,6 @@ strong.amplify-text {
|
|
|
2097
2065
|
--amplify-components-checkbox-icon-checked-disabled-background-color
|
|
2098
2066
|
);
|
|
2099
2067
|
}
|
|
2100
|
-
|
|
2101
2068
|
.amplify-checkbox__icon--disabled {
|
|
2102
2069
|
background-color: var(--amplify-internal-checkbox-icon-disabled-background-color);
|
|
2103
2070
|
}
|
|
@@ -2130,33 +2097,27 @@ strong.amplify-text {
|
|
|
2130
2097
|
position: relative;
|
|
2131
2098
|
text-align: center;
|
|
2132
2099
|
}
|
|
2133
|
-
|
|
2134
2100
|
.amplify-divider--small {
|
|
2135
2101
|
--amplify-internal-divider-size: var(
|
|
2136
2102
|
--amplify-components-divider-small-border-width
|
|
2137
2103
|
);
|
|
2138
2104
|
}
|
|
2139
|
-
|
|
2140
2105
|
.amplify-divider--large {
|
|
2141
2106
|
--amplify-internal-divider-size: var(
|
|
2142
2107
|
--amplify-components-divider-large-border-width
|
|
2143
2108
|
);
|
|
2144
2109
|
}
|
|
2145
|
-
|
|
2146
2110
|
.amplify-divider--horizontal {
|
|
2147
2111
|
width: 100%;
|
|
2148
2112
|
border-bottom-width: var(--amplify-internal-divider-size);
|
|
2149
2113
|
}
|
|
2150
|
-
|
|
2151
2114
|
.amplify-divider--vertical {
|
|
2152
2115
|
border-left-width: var(--amplify-internal-divider-size);
|
|
2153
2116
|
}
|
|
2154
|
-
|
|
2155
2117
|
.amplify-divider--label {
|
|
2156
2118
|
display: flex;
|
|
2157
2119
|
justify-content: center;
|
|
2158
2120
|
}
|
|
2159
|
-
|
|
2160
2121
|
.amplify-divider--label::after {
|
|
2161
2122
|
content: attr(data-label);
|
|
2162
2123
|
position: absolute;
|
|
@@ -2166,11 +2127,9 @@ strong.amplify-text {
|
|
|
2166
2127
|
background-color: var(--amplify-components-divider-label-background-color);
|
|
2167
2128
|
color: var(--amplify-components-divider-label-color);
|
|
2168
2129
|
}
|
|
2169
|
-
|
|
2170
2130
|
.amplify-divider--label[aria-orientation=vertical] {
|
|
2171
2131
|
flex-direction: column;
|
|
2172
2132
|
}
|
|
2173
|
-
|
|
2174
2133
|
.amplify-divider--label[aria-orientation=vertical]::after {
|
|
2175
2134
|
top: auto;
|
|
2176
2135
|
transform: translateX(-50%);
|
|
@@ -2191,32 +2150,27 @@ strong.amplify-text {
|
|
|
2191
2150
|
overflow: hidden;
|
|
2192
2151
|
box-shadow: var(--amplify-components-expander-item-box-shadow);
|
|
2193
2152
|
}
|
|
2194
|
-
|
|
2195
2153
|
.amplify-expander__item:first-of-type {
|
|
2196
2154
|
border-start-start-radius: var(--amplify-components-expander-item-border-start-start-radius);
|
|
2197
2155
|
border-start-end-radius: var(--amplify-components-expander-item-border-start-end-radius);
|
|
2198
2156
|
}
|
|
2199
|
-
|
|
2200
2157
|
@supports not (border-start-start-radius: var(--amplify-components-expander-item-border-start-start-radius)) {
|
|
2201
2158
|
.amplify-expander__item:first-of-type {
|
|
2202
2159
|
border-top-left-radius: var(--amplify-components-expander-item-border-top-left-radius);
|
|
2203
2160
|
border-top-right-radius: var(--amplify-components-expander-item-border-top-right-radius);
|
|
2204
2161
|
}
|
|
2205
2162
|
}
|
|
2206
|
-
|
|
2207
2163
|
.amplify-expander__item:last-of-type {
|
|
2208
2164
|
box-shadow: none;
|
|
2209
2165
|
border-end-start-radius: var(--amplify-components-expander-item-border-end-start-radius);
|
|
2210
2166
|
border-end-end-radius: var(--amplify-components-expander-item-border-end-end-radius);
|
|
2211
2167
|
}
|
|
2212
|
-
|
|
2213
2168
|
@supports not (border-end-start-radius: var(--amplify-components-expander-item-border-end-start-radius)) {
|
|
2214
2169
|
.amplify-expander__item:last-of-type {
|
|
2215
2170
|
border-bottom-left-radius: var(--amplify-components-expander-item-border-bottom-left-radius);
|
|
2216
2171
|
border-bottom-right-radius: var(--amplify-components-expander-item-border-bottom-right-radius);
|
|
2217
2172
|
}
|
|
2218
2173
|
}
|
|
2219
|
-
|
|
2220
2174
|
.amplify-expander__item:focus-within {
|
|
2221
2175
|
box-shadow: var(--amplify-components-expander-item-focus-box-shadow);
|
|
2222
2176
|
}
|
|
@@ -2231,13 +2185,12 @@ strong.amplify-text {
|
|
|
2231
2185
|
display: flex;
|
|
2232
2186
|
min-height: var(--amplify-components-expander-trigger-min-height);
|
|
2233
2187
|
-webkit-padding-start: var(--amplify-components-expander-trigger-padding-inline-start);
|
|
2234
|
-
|
|
2188
|
+
padding-inline-start: var(--amplify-components-expander-trigger-padding-inline-start);
|
|
2235
2189
|
-webkit-padding-end: var(--amplify-components-expander-trigger-padding-inline-end);
|
|
2236
|
-
|
|
2190
|
+
padding-inline-end: var(--amplify-components-expander-trigger-padding-inline-end);
|
|
2237
2191
|
align-items: var(--amplify-components-expander-trigger-align-items);
|
|
2238
2192
|
justify-content: var(--amplify-components-expander-trigger-justify-content);
|
|
2239
2193
|
}
|
|
2240
|
-
|
|
2241
2194
|
.amplify-expander__trigger:hover {
|
|
2242
2195
|
background-color: var(--amplify-components-expander-trigger-hover-background-color);
|
|
2243
2196
|
}
|
|
@@ -2245,36 +2198,34 @@ strong.amplify-text {
|
|
|
2245
2198
|
.amplify-expander__content {
|
|
2246
2199
|
display: block;
|
|
2247
2200
|
-webkit-padding-start: var(--amplify-components-expander-content-padding-inline-start);
|
|
2248
|
-
|
|
2201
|
+
padding-inline-start: var(--amplify-components-expander-content-padding-inline-start);
|
|
2249
2202
|
-webkit-padding-end: var(--amplify-components-expander-content-padding-inline-end);
|
|
2250
|
-
|
|
2203
|
+
padding-inline-end: var(--amplify-components-expander-content-padding-inline-end);
|
|
2251
2204
|
}
|
|
2252
|
-
|
|
2253
2205
|
.amplify-expander__content[data-state=open] {
|
|
2254
2206
|
-webkit-animation-name: amplify-expander-slide-down;
|
|
2255
|
-
|
|
2207
|
+
animation-name: amplify-expander-slide-down;
|
|
2256
2208
|
-webkit-animation-duration: var(--amplify-components-expander-content-open-animation-duration);
|
|
2257
|
-
|
|
2209
|
+
animation-duration: var(--amplify-components-expander-content-open-animation-duration);
|
|
2258
2210
|
-webkit-animation-timing-function: var(--amplify-components-expander-content-open-animation-timing-function);
|
|
2259
|
-
|
|
2211
|
+
animation-timing-function: var(--amplify-components-expander-content-open-animation-timing-function);
|
|
2260
2212
|
}
|
|
2261
|
-
|
|
2262
2213
|
.amplify-expander__content[data-state=closed] {
|
|
2263
2214
|
-webkit-animation-name: amplify-expander-slide-up;
|
|
2264
|
-
|
|
2215
|
+
animation-name: amplify-expander-slide-up;
|
|
2265
2216
|
-webkit-animation-duration: var(--amplify-components-expander-content-closed-animation-duration);
|
|
2266
|
-
|
|
2217
|
+
animation-duration: var(--amplify-components-expander-content-closed-animation-duration);
|
|
2267
2218
|
-webkit-animation-timing-function: var(--amplify-components-expander-content-closed-animation-timing-function);
|
|
2268
|
-
|
|
2219
|
+
animation-timing-function: var(--amplify-components-expander-content-closed-animation-timing-function);
|
|
2269
2220
|
}
|
|
2270
2221
|
|
|
2271
2222
|
.amplify-expander__content__text {
|
|
2272
2223
|
display: block;
|
|
2273
2224
|
color: var(--amplify-components-expander-content-text-color);
|
|
2274
2225
|
-webkit-padding-before: var(--amplify-components-expander-content-text-padding-block-start);
|
|
2275
|
-
|
|
2226
|
+
padding-block-start: var(--amplify-components-expander-content-text-padding-block-start);
|
|
2276
2227
|
-webkit-padding-after: var(--amplify-components-expander-content-text-padding-block-end);
|
|
2277
|
-
|
|
2228
|
+
padding-block-end: var(--amplify-components-expander-content-text-padding-block-end);
|
|
2278
2229
|
}
|
|
2279
2230
|
|
|
2280
2231
|
.amplify-expander__icon {
|
|
@@ -2282,7 +2233,6 @@ strong.amplify-text {
|
|
|
2282
2233
|
transition-duration: var(--amplify-components-expander-icon-transition-duration);
|
|
2283
2234
|
transition-timing-function: var(--amplify-components-expander-icon-transition-timing-function);
|
|
2284
2235
|
}
|
|
2285
|
-
|
|
2286
2236
|
[data-state=open] .amplify-expander__icon {
|
|
2287
2237
|
transform: rotate(180deg);
|
|
2288
2238
|
}
|
|
@@ -2291,7 +2241,6 @@ strong.amplify-text {
|
|
|
2291
2241
|
from {
|
|
2292
2242
|
height: 0;
|
|
2293
2243
|
}
|
|
2294
|
-
|
|
2295
2244
|
to {
|
|
2296
2245
|
height: auto;
|
|
2297
2246
|
}
|
|
@@ -2301,42 +2250,34 @@ strong.amplify-text {
|
|
|
2301
2250
|
from {
|
|
2302
2251
|
height: 0;
|
|
2303
2252
|
}
|
|
2304
|
-
|
|
2305
2253
|
to {
|
|
2306
2254
|
height: auto;
|
|
2307
2255
|
}
|
|
2308
2256
|
}
|
|
2309
|
-
|
|
2310
2257
|
@-webkit-keyframes amplify-expander-slide-up {
|
|
2311
2258
|
from {
|
|
2312
2259
|
height: auto;
|
|
2313
2260
|
}
|
|
2314
|
-
|
|
2315
2261
|
to {
|
|
2316
2262
|
height: 0;
|
|
2317
2263
|
}
|
|
2318
2264
|
}
|
|
2319
|
-
|
|
2320
2265
|
@keyframes amplify-expander-slide-up {
|
|
2321
2266
|
from {
|
|
2322
2267
|
height: auto;
|
|
2323
2268
|
}
|
|
2324
|
-
|
|
2325
2269
|
to {
|
|
2326
2270
|
height: 0;
|
|
2327
2271
|
}
|
|
2328
2272
|
}
|
|
2329
|
-
|
|
2330
2273
|
.amplify-field {
|
|
2331
2274
|
font-size: var(--amplify-components-field-font-size);
|
|
2332
2275
|
gap: var(--amplify-components-field-gap);
|
|
2333
2276
|
}
|
|
2334
|
-
|
|
2335
2277
|
.amplify-field--small {
|
|
2336
2278
|
font-size: var(--amplify-components-field-small-font-size);
|
|
2337
2279
|
gap: var(--amplify-components-field-small-gap);
|
|
2338
2280
|
}
|
|
2339
|
-
|
|
2340
2281
|
.amplify-field--large {
|
|
2341
2282
|
font-size: var(--amplify-components-field-large-font-size);
|
|
2342
2283
|
gap: var(--amplify-components-field-large-gap);
|
|
@@ -2350,7 +2291,6 @@ strong.amplify-text {
|
|
|
2350
2291
|
border-start-start-radius: 0;
|
|
2351
2292
|
border-end-start-radius: 0;
|
|
2352
2293
|
}
|
|
2353
|
-
|
|
2354
2294
|
@supports not (border-start-start-radius: 0) {
|
|
2355
2295
|
.amplify-field-group__outer-end .amplify-select__wrapper .amplify-select, .amplify-field-group__outer-end .amplify-field-group__control, .amplify-field-group__outer-start .amplify-select__wrapper:not(:first-child) .amplify-select:not(:first-child), .amplify-field-group__outer-start--quiet .amplify-field-group__control, .amplify-field-group__outer-start .amplify-field-group__control:not(:first-child), .amplify-field-group :not(:first-child) .amplify-input {
|
|
2356
2296
|
border-top-left-radius: 0;
|
|
@@ -2362,7 +2302,6 @@ strong.amplify-text {
|
|
|
2362
2302
|
border-end-end-radius: 0;
|
|
2363
2303
|
border-start-end-radius: 0;
|
|
2364
2304
|
}
|
|
2365
|
-
|
|
2366
2305
|
@supports not (border-end-end-radius: 0) {
|
|
2367
2306
|
.amplify-field-group__outer-end .amplify-select__wrapper:not(:last-child) .amplify-select, .amplify-field-group__outer-end--quiet .amplify-field-group__control, .amplify-field-group__outer-end .amplify-field-group__control:not(:last-child), .amplify-field-group__outer-start .amplify-select__wrapper .amplify-select, .amplify-field-group__outer-start .amplify-field-group__control, .amplify-field-group :not(:last-child) .amplify-input {
|
|
2368
2307
|
border-bottom-right-radius: 0;
|
|
@@ -2373,22 +2312,18 @@ strong.amplify-text {
|
|
|
2373
2312
|
.amplify-field-group {
|
|
2374
2313
|
gap: var(--amplify-components-fieldgroup-gap);
|
|
2375
2314
|
}
|
|
2376
|
-
|
|
2377
2315
|
.amplify-field-group--horizontal {
|
|
2378
2316
|
flex-direction: row;
|
|
2379
2317
|
}
|
|
2380
|
-
|
|
2381
2318
|
.amplify-field-group--vertical {
|
|
2382
2319
|
flex-direction: column;
|
|
2383
2320
|
align-items: var(--amplify-components-fieldgroup-vertical-align-items);
|
|
2384
2321
|
}
|
|
2385
|
-
|
|
2386
2322
|
.amplify-field-group__outer-start,
|
|
2387
2323
|
.amplify-field-group__outer-end {
|
|
2388
2324
|
display: flex;
|
|
2389
2325
|
align-items: var(--amplify-components-fieldgroup-outer-align-items);
|
|
2390
2326
|
}
|
|
2391
|
-
|
|
2392
2327
|
.amplify-field-group__outer-start .amplify-field-group__control,
|
|
2393
2328
|
.amplify-field-group__outer-end .amplify-field-group__control {
|
|
2394
2329
|
height: 100%;
|
|
@@ -2397,42 +2332,33 @@ strong.amplify-text {
|
|
|
2397
2332
|
/**
|
|
2398
2333
|
* Outer field group components
|
|
2399
2334
|
*/
|
|
2400
|
-
|
|
2401
2335
|
.amplify-field-group__outer-start .amplify-field-group__control:not(:focus) {
|
|
2402
2336
|
border-inline-end-color: transparent;
|
|
2403
2337
|
}
|
|
2404
|
-
|
|
2405
2338
|
.amplify-field-group__outer-start .amplify-field-group__control:focus {
|
|
2406
2339
|
z-index: 1;
|
|
2407
2340
|
}
|
|
2408
|
-
|
|
2409
2341
|
.amplify-field-group__outer-start--quiet .amplify-field-group__control:not(:focus) {
|
|
2410
2342
|
border-block-start-color: transparent;
|
|
2411
2343
|
border-inline-start-color: transparent;
|
|
2412
2344
|
}
|
|
2413
|
-
|
|
2414
2345
|
.amplify-field-group__outer-end .amplify-field-group__control:not(:focus) {
|
|
2415
2346
|
border-inline-start-color: transparent;
|
|
2416
2347
|
}
|
|
2417
|
-
|
|
2418
2348
|
.amplify-field-group__outer-end .amplify-field-group__control:focus {
|
|
2419
2349
|
z-index: 1;
|
|
2420
2350
|
}
|
|
2421
|
-
|
|
2422
2351
|
.amplify-field-group__outer-end--quiet .amplify-field-group__control:not(:focus) {
|
|
2423
2352
|
border-block-start-color: transparent;
|
|
2424
2353
|
border-inline-end-color: transparent;
|
|
2425
2354
|
}
|
|
2426
|
-
|
|
2427
2355
|
/**
|
|
2428
2356
|
* Inner field group components
|
|
2429
2357
|
*/
|
|
2430
|
-
|
|
2431
2358
|
.amplify-field-group__field-wrapper {
|
|
2432
2359
|
position: relative;
|
|
2433
2360
|
width: 100%;
|
|
2434
2361
|
}
|
|
2435
|
-
|
|
2436
2362
|
.amplify-field-group__field-wrapper--vertical {
|
|
2437
2363
|
width: -webkit-fit-content;
|
|
2438
2364
|
width: -moz-fit-content;
|
|
@@ -2446,7 +2372,6 @@ strong.amplify-text {
|
|
|
2446
2372
|
height: 100%;
|
|
2447
2373
|
pointer-events: none;
|
|
2448
2374
|
}
|
|
2449
|
-
|
|
2450
2375
|
.amplify-field-group__inner-end .amplify-button,
|
|
2451
2376
|
.amplify-field-group__inner-start .amplify-button {
|
|
2452
2377
|
pointer-events: all;
|
|
@@ -2467,7 +2392,6 @@ html[dir=rtl] .amplify-field-group__inner-end {
|
|
|
2467
2392
|
right: auto;
|
|
2468
2393
|
left: 0;
|
|
2469
2394
|
}
|
|
2470
|
-
|
|
2471
2395
|
html[dir=rtl] .amplify-field-group__inner-start {
|
|
2472
2396
|
left: auto;
|
|
2473
2397
|
right: 0;
|
|
@@ -2475,24 +2399,23 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
2475
2399
|
|
|
2476
2400
|
.amplify-field-group--has-inner-end .amplify-input {
|
|
2477
2401
|
-webkit-padding-end: calc(var(--amplify-components-fieldcontrol-padding-inline-end) * 3);
|
|
2478
|
-
|
|
2402
|
+
padding-inline-end: calc(var(--amplify-components-fieldcontrol-padding-inline-end) * 3);
|
|
2479
2403
|
}
|
|
2480
2404
|
|
|
2481
2405
|
.amplify-field-group--has-inner-start .amplify-input {
|
|
2482
2406
|
-webkit-padding-start: calc(var(--amplify-components-fieldcontrol-padding-inline-start) * 3);
|
|
2483
|
-
|
|
2407
|
+
padding-inline-start: calc(var(--amplify-components-fieldcontrol-padding-inline-start) * 3);
|
|
2484
2408
|
}
|
|
2485
2409
|
|
|
2486
2410
|
/**
|
|
2487
2411
|
* Inner icon (non-button) component styling requires additional styling
|
|
2488
2412
|
*/
|
|
2489
|
-
|
|
2490
2413
|
.amplify-field-group__icon:not(.amplify-field-group__icon-button) {
|
|
2491
2414
|
display: flex;
|
|
2492
2415
|
-webkit-padding-start: var(--amplify-components-fieldcontrol-padding-inline-start);
|
|
2493
|
-
|
|
2416
|
+
padding-inline-start: var(--amplify-components-fieldcontrol-padding-inline-start);
|
|
2494
2417
|
-webkit-padding-end: var(--amplify-components-fieldcontrol-padding-inline-start);
|
|
2495
|
-
|
|
2418
|
+
padding-inline-end: var(--amplify-components-fieldcontrol-padding-inline-start);
|
|
2496
2419
|
flex-direction: column;
|
|
2497
2420
|
justify-content: center;
|
|
2498
2421
|
height: 100%;
|
|
@@ -2520,9 +2443,9 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
2520
2443
|
.amplify-menu-content__item {
|
|
2521
2444
|
min-height: var(--amplify-components-menu-item-min-height);
|
|
2522
2445
|
-webkit-padding-start: var(--amplify-components-menu-item-padding-inline-start);
|
|
2523
|
-
|
|
2446
|
+
padding-inline-start: var(--amplify-components-menu-item-padding-inline-start);
|
|
2524
2447
|
-webkit-padding-end: var(--amplify-components-menu-item-padding-inline-end);
|
|
2525
|
-
|
|
2448
|
+
padding-inline-end: var(--amplify-components-menu-item-padding-inline-end);
|
|
2526
2449
|
}
|
|
2527
2450
|
|
|
2528
2451
|
.amplify-menu-content__item:not(:first-child):not(:last-child) {
|
|
@@ -2533,7 +2456,6 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
2533
2456
|
border-end-end-radius: 0;
|
|
2534
2457
|
border-end-start-radius: 0;
|
|
2535
2458
|
}
|
|
2536
|
-
|
|
2537
2459
|
@supports not (border-end-end-radius: 0) {
|
|
2538
2460
|
.amplify-menu-content__item:first-child {
|
|
2539
2461
|
border-bottom-right-radius: 0;
|
|
@@ -2545,7 +2467,6 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
2545
2467
|
border-start-end-radius: 0;
|
|
2546
2468
|
border-start-start-radius: 0;
|
|
2547
2469
|
}
|
|
2548
|
-
|
|
2549
2470
|
@supports not (border-end-end-radius: 0) {
|
|
2550
2471
|
.amplify-menu-content__item:last-child {
|
|
2551
2472
|
border-top-right-radius: 0;
|
|
@@ -2562,12 +2483,10 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
2562
2483
|
.amplify-pagination {
|
|
2563
2484
|
list-style-type: none;
|
|
2564
2485
|
}
|
|
2565
|
-
|
|
2566
2486
|
.amplify-pagination li {
|
|
2567
2487
|
margin-left: var(--amplify-components-pagination-item-container-margin-left);
|
|
2568
2488
|
margin-right: var(--amplify-components-pagination-item-container-margin-right);
|
|
2569
2489
|
}
|
|
2570
|
-
|
|
2571
2490
|
.amplify-pagination__item-button {
|
|
2572
2491
|
display: flex;
|
|
2573
2492
|
align-items: center;
|
|
@@ -2575,24 +2494,21 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
2575
2494
|
font-weight: initial;
|
|
2576
2495
|
color: var(--amplify-components-pagination-button-color);
|
|
2577
2496
|
-webkit-padding-start: var(--amplify-components-pagination-button-padding-inline-start);
|
|
2578
|
-
|
|
2497
|
+
padding-inline-start: var(--amplify-components-pagination-button-padding-inline-start);
|
|
2579
2498
|
-webkit-padding-end: var(--amplify-components-pagination-button-padding-inline-end);
|
|
2580
|
-
|
|
2499
|
+
padding-inline-end: var(--amplify-components-pagination-button-padding-inline-end);
|
|
2581
2500
|
transition-property: var(--amplify-components-pagination-button-transition-property);
|
|
2582
2501
|
transition-duration: var(--amplify-components-pagination-button-transition-duration);
|
|
2583
2502
|
}
|
|
2584
|
-
|
|
2585
2503
|
.amplify-pagination__item-button:hover {
|
|
2586
2504
|
text-decoration: none;
|
|
2587
2505
|
color: var(--amplify-components-pagination-button-hover-color);
|
|
2588
2506
|
background-color: var(--amplify-components-pagination-button-hover-background-color);
|
|
2589
2507
|
}
|
|
2590
|
-
|
|
2591
2508
|
.amplify-pagination__item-button--disabled {
|
|
2592
2509
|
color: var(--amplify-components-pagination-button-disabled-color);
|
|
2593
2510
|
pointer-events: none;
|
|
2594
2511
|
}
|
|
2595
|
-
|
|
2596
2512
|
.amplify-pagination__item-current {
|
|
2597
2513
|
align-items: var(--amplify-components-pagination-current-align-items);
|
|
2598
2514
|
justify-content: var(--amplify-components-pagination-current-justify-content);
|
|
@@ -2600,14 +2516,13 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
2600
2516
|
font-size: var(--amplify-components-pagination-current-font-size);
|
|
2601
2517
|
background-color: var(--amplify-components-pagination-current-background-color);
|
|
2602
2518
|
}
|
|
2603
|
-
|
|
2604
2519
|
.amplify-pagination__item-ellipsis {
|
|
2605
2520
|
align-items: var(--amplify-components-pagination-ellipsis-align-items);
|
|
2606
2521
|
justify-content: var(--amplify-components-pagination-ellipsis-justify-content);
|
|
2607
2522
|
-webkit-padding-start: var(--amplify-components-pagination-ellipsis-padding-inline-start);
|
|
2608
|
-
|
|
2523
|
+
padding-inline-start: var(--amplify-components-pagination-ellipsis-padding-inline-start);
|
|
2609
2524
|
-webkit-padding-end: var(--amplify-components-pagination-ellipsis-padding-inline-end);
|
|
2610
|
-
|
|
2525
|
+
padding-inline-end: var(--amplify-components-pagination-ellipsis-padding-inline-end);
|
|
2611
2526
|
}
|
|
2612
2527
|
|
|
2613
2528
|
.amplify-phonenumberfield select:not(:focus) {
|
|
@@ -2621,18 +2536,15 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
2621
2536
|
font-size: var(--amplify-components-rating-default-size);
|
|
2622
2537
|
line-height: var(--amplify-components-rating-default-size);
|
|
2623
2538
|
}
|
|
2624
|
-
|
|
2625
2539
|
.amplify-rating .amplify-icon {
|
|
2626
2540
|
font-size: unset;
|
|
2627
2541
|
line-height: unset;
|
|
2628
2542
|
height: 1em;
|
|
2629
2543
|
}
|
|
2630
|
-
|
|
2631
2544
|
.amplify-rating--small {
|
|
2632
2545
|
font-size: var(--amplify-components-rating-small-size);
|
|
2633
2546
|
line-height: var(--amplify-components-rating-small-size);
|
|
2634
2547
|
}
|
|
2635
|
-
|
|
2636
2548
|
.amplify-rating--large {
|
|
2637
2549
|
font-size: var(--amplify-components-rating-large-size);
|
|
2638
2550
|
line-height: var(--amplify-components-rating-large-size);
|
|
@@ -2678,7 +2590,6 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
2678
2590
|
gap: inherit;
|
|
2679
2591
|
flex-direction: row-reverse;
|
|
2680
2592
|
}
|
|
2681
|
-
|
|
2682
2593
|
.amplify-radio--disabled {
|
|
2683
2594
|
cursor: var(--amplify-components-radio-disabled-cursor);
|
|
2684
2595
|
}
|
|
@@ -2703,7 +2614,6 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
2703
2614
|
outline-width: var(--amplify-components-radio-button-outline-width);
|
|
2704
2615
|
outline-offset: var(--amplify-components-radio-button-outline-offset);
|
|
2705
2616
|
}
|
|
2706
|
-
|
|
2707
2617
|
.amplify-radio__button::before {
|
|
2708
2618
|
content: "";
|
|
2709
2619
|
display: inline-block;
|
|
@@ -2713,12 +2623,10 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
2713
2623
|
background-color: currentColor;
|
|
2714
2624
|
border-radius: 50%;
|
|
2715
2625
|
}
|
|
2716
|
-
|
|
2717
2626
|
.amplify-radio__button--small {
|
|
2718
2627
|
width: var(--amplify-components-radio-button-small-width);
|
|
2719
2628
|
height: var(--amplify-components-radio-button-small-height);
|
|
2720
2629
|
}
|
|
2721
|
-
|
|
2722
2630
|
.amplify-radio__button--large {
|
|
2723
2631
|
width: var(--amplify-components-radio-button-large-width);
|
|
2724
2632
|
height: var(--amplify-components-radio-button-large-height);
|
|
@@ -2765,6 +2673,35 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
2765
2673
|
align-items: flex-start;
|
|
2766
2674
|
}
|
|
2767
2675
|
|
|
2676
|
+
.amplify-searchfield {
|
|
2677
|
+
--amplify-components-fieldcontrol-color: var(
|
|
2678
|
+
--amplify-components-searchfield-input-color
|
|
2679
|
+
);
|
|
2680
|
+
}
|
|
2681
|
+
.amplify-searchfield__search {
|
|
2682
|
+
color: var(--amplify-components-searchfield-button-color);
|
|
2683
|
+
}
|
|
2684
|
+
.amplify-searchfield__search:active {
|
|
2685
|
+
background-color: var(--amplify-components-button-active-background-color);
|
|
2686
|
+
border-color: var(--amplify-components-button-active-border-color);
|
|
2687
|
+
color: var(--amplify-components-button-active-color);
|
|
2688
|
+
}
|
|
2689
|
+
.amplify-searchfield__search:disabled {
|
|
2690
|
+
background-color: var(--amplify-components-searchfield-button-disabled-background-color);
|
|
2691
|
+
border-color: var(--amplify-components-searchfield-button-disabled-border-color);
|
|
2692
|
+
color: var(--amplify-components-searchfield-button-disabled-color);
|
|
2693
|
+
}
|
|
2694
|
+
.amplify-searchfield__search:focus {
|
|
2695
|
+
background-color: var(--amplify-components-searchfield-button-focus-background-color);
|
|
2696
|
+
border-color: var(--amplify-components-searchfield-button-focus-border-color);
|
|
2697
|
+
color: var(--amplify-components-searchfield-button-focus-color);
|
|
2698
|
+
}
|
|
2699
|
+
.amplify-searchfield__search:hover {
|
|
2700
|
+
background-color: var(--amplify-components-searchfield-button-hover-background-color);
|
|
2701
|
+
border-color: var(--amplify-components-searchfield-button-hover-border-color);
|
|
2702
|
+
color: var(--amplify-components-searchfield-button-hover-color);
|
|
2703
|
+
}
|
|
2704
|
+
|
|
2768
2705
|
.amplify-select__wrapper {
|
|
2769
2706
|
flex: var(--amplify-components-select-wrapper-flex);
|
|
2770
2707
|
display: var(--amplify-components-select-wrapper-display);
|
|
@@ -2787,13 +2724,13 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
2787
2724
|
font-size: var(--amplify-components-fieldcontrol-font-size);
|
|
2788
2725
|
line-height: var(--amplify-components-fieldcontrol-line-height);
|
|
2789
2726
|
-webkit-padding-before: var(--amplify-components-fieldcontrol-padding-block-start);
|
|
2790
|
-
|
|
2727
|
+
padding-block-start: var(--amplify-components-fieldcontrol-padding-block-start);
|
|
2791
2728
|
-webkit-padding-after: var(--amplify-components-fieldcontrol-padding-block-end);
|
|
2792
|
-
|
|
2729
|
+
padding-block-end: var(--amplify-components-fieldcontrol-padding-block-end);
|
|
2793
2730
|
-webkit-padding-start: var(--amplify-components-fieldcontrol-padding-inline-start);
|
|
2794
|
-
|
|
2731
|
+
padding-inline-start: var(--amplify-components-fieldcontrol-padding-inline-start);
|
|
2795
2732
|
-webkit-padding-end: var(--amplify-components-fieldcontrol-padding-inline-end);
|
|
2796
|
-
|
|
2733
|
+
padding-inline-end: var(--amplify-components-fieldcontrol-padding-inline-end);
|
|
2797
2734
|
transition: all var(--amplify-components-fieldcontrol-transition-duration);
|
|
2798
2735
|
width: 100%;
|
|
2799
2736
|
border-color: var(--amplify-components-fieldcontrol-border-color);
|
|
@@ -2806,92 +2743,78 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
2806
2743
|
outline-offset: var(--amplify-components-fieldcontrol-outline-offset);
|
|
2807
2744
|
min-width: var(--amplify-components-select-min-width);
|
|
2808
2745
|
-webkit-padding-end: var(--amplify-components-select-padding-inline-end);
|
|
2809
|
-
|
|
2746
|
+
padding-inline-end: var(--amplify-components-select-padding-inline-end);
|
|
2810
2747
|
white-space: var(--amplify-components-select-white-space);
|
|
2811
2748
|
}
|
|
2812
|
-
|
|
2813
2749
|
.amplify-select:focus {
|
|
2814
2750
|
border-color: var(--amplify-components-fieldcontrol-focus-border-color);
|
|
2815
2751
|
box-shadow: var(--amplify-components-fieldcontrol-focus-box-shadow);
|
|
2816
2752
|
}
|
|
2817
|
-
|
|
2818
2753
|
.amplify-select--small {
|
|
2819
2754
|
font-size: var(--amplify-components-fieldcontrol-small-font-size);
|
|
2820
2755
|
-webkit-padding-before: var(--amplify-components-fieldcontrol-small-padding-block-start);
|
|
2821
|
-
|
|
2756
|
+
padding-block-start: var(--amplify-components-fieldcontrol-small-padding-block-start);
|
|
2822
2757
|
-webkit-padding-after: var(--amplify-components-fieldcontrol-small-padding-block-end);
|
|
2823
|
-
|
|
2758
|
+
padding-block-end: var(--amplify-components-fieldcontrol-small-padding-block-end);
|
|
2824
2759
|
-webkit-padding-start: var(--amplify-components-fieldcontrol-small-padding-inline-start);
|
|
2825
|
-
|
|
2760
|
+
padding-inline-start: var(--amplify-components-fieldcontrol-small-padding-inline-start);
|
|
2826
2761
|
-webkit-padding-end: var(--amplify-components-fieldcontrol-small-padding-inline-end);
|
|
2827
|
-
|
|
2762
|
+
padding-inline-end: var(--amplify-components-fieldcontrol-small-padding-inline-end);
|
|
2828
2763
|
}
|
|
2829
|
-
|
|
2830
2764
|
.amplify-select--large {
|
|
2831
2765
|
font-size: var(--amplify-components-fieldcontrol-large-font-size);
|
|
2832
2766
|
-webkit-padding-before: var(--amplify-components-fieldcontrol-large-padding-block-start);
|
|
2833
|
-
|
|
2767
|
+
padding-block-start: var(--amplify-components-fieldcontrol-large-padding-block-start);
|
|
2834
2768
|
-webkit-padding-after: var(--amplify-components-fieldcontrol-large-padding-block-end);
|
|
2835
|
-
|
|
2769
|
+
padding-block-end: var(--amplify-components-fieldcontrol-large-padding-block-end);
|
|
2836
2770
|
-webkit-padding-start: var(--amplify-components-fieldcontrol-large-padding-inline-start);
|
|
2837
|
-
|
|
2771
|
+
padding-inline-start: var(--amplify-components-fieldcontrol-large-padding-inline-start);
|
|
2838
2772
|
-webkit-padding-end: var(--amplify-components-fieldcontrol-large-padding-inline-end);
|
|
2839
|
-
|
|
2773
|
+
padding-inline-end: var(--amplify-components-fieldcontrol-large-padding-inline-end);
|
|
2840
2774
|
}
|
|
2841
|
-
|
|
2842
2775
|
.amplify-select--error {
|
|
2843
2776
|
border-color: var(--amplify-components-fieldcontrol-error-border-color);
|
|
2844
2777
|
}
|
|
2845
|
-
|
|
2846
2778
|
.amplify-select--error:focus {
|
|
2847
2779
|
border-color: var(--amplify-components-fieldcontrol-error-border-color);
|
|
2848
2780
|
box-shadow: var(--amplify-components-fieldcontrol-error-focus-box-shadow);
|
|
2849
2781
|
}
|
|
2850
|
-
|
|
2851
2782
|
.amplify-select[disabled] {
|
|
2852
2783
|
color: var(--amplify-components-fieldcontrol-disabled-color);
|
|
2853
2784
|
cursor: var(--amplify-components-fieldcontrol-disabled-cursor);
|
|
2854
2785
|
border-color: var(--amplify-components-fieldcontrol-disabled-border-color);
|
|
2855
2786
|
background-color: var(--amplify-components-fieldcontrol-disabled-background-color);
|
|
2856
2787
|
}
|
|
2857
|
-
|
|
2858
2788
|
.amplify-select--quiet {
|
|
2859
2789
|
-webkit-border-before: var(--amplify-components-fieldcontrol-quiet-border-block-start);
|
|
2860
|
-
|
|
2790
|
+
border-block-start: var(--amplify-components-fieldcontrol-quiet-border-block-start);
|
|
2861
2791
|
-webkit-border-start: var(--amplify-components-fieldcontrol-quiet-border-inline-start);
|
|
2862
|
-
|
|
2792
|
+
border-inline-start: var(--amplify-components-fieldcontrol-quiet-border-inline-start);
|
|
2863
2793
|
-webkit-border-end: var(--amplify-components-fieldcontrol-quiet-border-inline-end);
|
|
2864
|
-
|
|
2794
|
+
border-inline-end: var(--amplify-components-fieldcontrol-quiet-border-inline-end);
|
|
2865
2795
|
border-radius: var(--amplify-components-fieldcontrol-quiet-border-radius);
|
|
2866
2796
|
}
|
|
2867
|
-
|
|
2868
2797
|
.amplify-select--quiet:focus {
|
|
2869
2798
|
border-block-end-color: var(--amplify-components-fieldcontrol-quiet-focus-border-block-end-color);
|
|
2870
2799
|
box-shadow: var(--amplify-components-fieldcontrol-quiet-focus-box-shadow);
|
|
2871
2800
|
}
|
|
2872
|
-
|
|
2873
2801
|
.amplify-select--quiet[aria-invalid=true] {
|
|
2874
2802
|
border-block-end-color: var(--amplify-components-fieldcontrol-quiet-error-border-block-end-color);
|
|
2875
2803
|
}
|
|
2876
|
-
|
|
2877
2804
|
.amplify-select--quiet[aria-invalid=true]:focus {
|
|
2878
2805
|
box-shadow: var(--amplify-components-fieldcontrol-quiet-error-focus-box-shadow);
|
|
2879
2806
|
}
|
|
2880
|
-
|
|
2881
2807
|
@-moz-document url-prefix() {
|
|
2882
2808
|
.amplify-select option {
|
|
2883
2809
|
background-color: var(--amplify-components-select-option-background-color);
|
|
2884
2810
|
}
|
|
2885
2811
|
}
|
|
2886
|
-
|
|
2887
2812
|
.amplify-select option {
|
|
2888
2813
|
color: initial;
|
|
2889
2814
|
}
|
|
2890
|
-
|
|
2891
2815
|
.amplify-select--small {
|
|
2892
2816
|
min-width: var(--amplify-components-select-small-min-width);
|
|
2893
2817
|
}
|
|
2894
|
-
|
|
2895
2818
|
.amplify-select--large {
|
|
2896
2819
|
min-width: var(--amplify-components-select-large-min-width);
|
|
2897
2820
|
}
|
|
@@ -2917,9 +2840,9 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
2917
2840
|
position: relative;
|
|
2918
2841
|
touch-action: none;
|
|
2919
2842
|
-webkit-user-select: none;
|
|
2920
|
-
|
|
2921
|
-
|
|
2922
|
-
|
|
2843
|
+
-moz-user-select: none;
|
|
2844
|
+
-ms-user-select: none;
|
|
2845
|
+
user-select: none;
|
|
2923
2846
|
--amplify-internal-sliderfield-root-height: var(
|
|
2924
2847
|
--amplify-components-sliderfield-thumb-height
|
|
2925
2848
|
);
|
|
@@ -2927,20 +2850,16 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
2927
2850
|
--amplify-components-sliderfield-thumb-height
|
|
2928
2851
|
);
|
|
2929
2852
|
}
|
|
2930
|
-
|
|
2931
2853
|
.amplify-sliderfield__root[data-disabled] {
|
|
2932
2854
|
cursor: not-allowed;
|
|
2933
2855
|
}
|
|
2934
|
-
|
|
2935
2856
|
.amplify-sliderfield__root--horizontal {
|
|
2936
2857
|
height: var(--amplify-internal-sliderfield-root-height);
|
|
2937
2858
|
}
|
|
2938
|
-
|
|
2939
2859
|
.amplify-sliderfield__root--vertical {
|
|
2940
2860
|
flex-direction: column;
|
|
2941
2861
|
width: var(--amplify-internal-sliderfield-root-width);
|
|
2942
2862
|
}
|
|
2943
|
-
|
|
2944
2863
|
.amplify-sliderfield__root--large {
|
|
2945
2864
|
--amplify-internal-sliderfield-root-height: var(
|
|
2946
2865
|
--amplify-components-sliderfield-large-thumb-height
|
|
@@ -2949,7 +2868,6 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
2949
2868
|
--amplify-components-sliderfield-large-thumb-height
|
|
2950
2869
|
);
|
|
2951
2870
|
}
|
|
2952
|
-
|
|
2953
2871
|
.amplify-sliderfield__root--small {
|
|
2954
2872
|
--amplify-internal-sliderfield-root-height: var(
|
|
2955
2873
|
--amplify-components-sliderfield-small-thumb-height
|
|
@@ -2977,17 +2895,14 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
2977
2895
|
--amplify-components-sliderfield-track-min-width
|
|
2978
2896
|
);
|
|
2979
2897
|
}
|
|
2980
|
-
|
|
2981
2898
|
.amplify-sliderfield__track--horizontal {
|
|
2982
2899
|
height: var(--amplify-internal-sliderfield-track-height);
|
|
2983
2900
|
min-width: var(--amplify-internal-sliderfield-track-min-width);
|
|
2984
2901
|
}
|
|
2985
|
-
|
|
2986
2902
|
.amplify-sliderfield__track--vertical {
|
|
2987
2903
|
width: var(--amplify-internal-sliderfield-track-width);
|
|
2988
2904
|
min-height: var(--amplify-internal-sliderfield-track-min-height);
|
|
2989
2905
|
}
|
|
2990
|
-
|
|
2991
2906
|
.amplify-sliderfield__track--large {
|
|
2992
2907
|
--amplify-internal-sliderfield-track-height: var(
|
|
2993
2908
|
--amplify-components-sliderfield-large-track-height
|
|
@@ -2996,7 +2911,6 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
2996
2911
|
--amplify-components-sliderfield-large-track-height
|
|
2997
2912
|
);
|
|
2998
2913
|
}
|
|
2999
|
-
|
|
3000
2914
|
.amplify-sliderfield__track--small {
|
|
3001
2915
|
--amplify-internal-sliderfield-track-height: var(
|
|
3002
2916
|
--amplify-components-sliderfield-small-track-height
|
|
@@ -3011,15 +2925,12 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
3011
2925
|
border-radius: var(--amplify-components-sliderfield-range-border-radius);
|
|
3012
2926
|
background-color: var(--amplify-components-sliderfield-range-background-color);
|
|
3013
2927
|
}
|
|
3014
|
-
|
|
3015
2928
|
.amplify-sliderfield__range[data-disabled] {
|
|
3016
2929
|
background-color: var(--amplify-components-sliderfield-range-disabled-background-color);
|
|
3017
2930
|
}
|
|
3018
|
-
|
|
3019
2931
|
.amplify-sliderfield__range--horizontal {
|
|
3020
2932
|
height: 100%;
|
|
3021
2933
|
}
|
|
3022
|
-
|
|
3023
2934
|
.amplify-sliderfield__range--vertical {
|
|
3024
2935
|
width: 100%;
|
|
3025
2936
|
}
|
|
@@ -3035,28 +2946,23 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
3035
2946
|
border-color: var(--amplify-components-sliderfield-thumb-border-color);
|
|
3036
2947
|
border-style: var(--amplify-components-sliderfield-thumb-border-style);
|
|
3037
2948
|
}
|
|
3038
|
-
|
|
3039
2949
|
.amplify-sliderfield__thumb:hover {
|
|
3040
2950
|
background-color: var(--amplify-components-sliderfield-thumb-hover-background-color);
|
|
3041
2951
|
border-color: var(--amplify-components-sliderfield-thumb-hover-border-color);
|
|
3042
2952
|
}
|
|
3043
|
-
|
|
3044
2953
|
.amplify-sliderfield__thumb:focus {
|
|
3045
2954
|
border-color: var(--amplify-components-sliderfield-thumb-focus-border-color);
|
|
3046
2955
|
box-shadow: var(--amplify-components-sliderfield-thumb-focus-box-shadow);
|
|
3047
2956
|
}
|
|
3048
|
-
|
|
3049
2957
|
.amplify-sliderfield__thumb[data-disabled] {
|
|
3050
2958
|
background-color: var(--amplify-components-sliderfield-thumb-disabled-background-color);
|
|
3051
2959
|
border-color: var(--amplify-components-sliderfield-thumb-disabled-border-color);
|
|
3052
2960
|
box-shadow: var(--amplify-components-sliderfield-thumb-disabled-box-shadow);
|
|
3053
2961
|
}
|
|
3054
|
-
|
|
3055
2962
|
.amplify-sliderfield__thumb--large {
|
|
3056
2963
|
width: var(--amplify-components-sliderfield-large-thumb-width);
|
|
3057
2964
|
height: var(--amplify-components-sliderfield-large-thumb-height);
|
|
3058
2965
|
}
|
|
3059
|
-
|
|
3060
2966
|
.amplify-sliderfield__thumb--small {
|
|
3061
2967
|
width: var(--amplify-components-sliderfield-small-thumb-width);
|
|
3062
2968
|
height: var(--amplify-components-sliderfield-small-thumb-height);
|
|
@@ -3068,9 +2974,8 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
3068
2974
|
|
|
3069
2975
|
.amplify-stepperfield__button--decrease[data-invalid=true] {
|
|
3070
2976
|
-webkit-border-end: none;
|
|
3071
|
-
|
|
2977
|
+
border-inline-end: none;
|
|
3072
2978
|
}
|
|
3073
|
-
|
|
3074
2979
|
.amplify-stepperfield__button--decrease--quiet {
|
|
3075
2980
|
border-width: 0 0 var(--amplify-components-button-border-width) 0;
|
|
3076
2981
|
border-radius: 0;
|
|
@@ -3078,9 +2983,8 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
3078
2983
|
|
|
3079
2984
|
.amplify-stepperfield__button--increase[data-invalid=true] {
|
|
3080
2985
|
-webkit-border-start: none;
|
|
3081
|
-
|
|
2986
|
+
border-inline-start: none;
|
|
3082
2987
|
}
|
|
3083
|
-
|
|
3084
2988
|
.amplify-stepperfield__button--increase--quiet {
|
|
3085
2989
|
border-width: 0 0 var(--amplify-components-button-border-width) 0;
|
|
3086
2990
|
border-radius: 0;
|
|
@@ -3090,27 +2994,23 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
3090
2994
|
-moz-appearance: textfield;
|
|
3091
2995
|
text-align: var(--amplify-components-stepperfield-input-text-align);
|
|
3092
2996
|
}
|
|
3093
|
-
|
|
3094
2997
|
.amplify-stepperfield__input::-webkit-outer-spin-button, .amplify-stepperfield__input::-webkit-inner-spin-button {
|
|
3095
2998
|
-webkit-appearance: none;
|
|
3096
2999
|
margin: 0;
|
|
3097
3000
|
}
|
|
3098
|
-
|
|
3099
3001
|
.amplify-stepperfield__input:not(:focus, [aria-invalid=true]) {
|
|
3100
3002
|
-webkit-border-start: none;
|
|
3101
|
-
|
|
3003
|
+
border-inline-start: none;
|
|
3102
3004
|
-webkit-border-end: none;
|
|
3103
|
-
|
|
3005
|
+
border-inline-end: none;
|
|
3104
3006
|
}
|
|
3105
3007
|
|
|
3106
3008
|
.amplify-switchfield {
|
|
3107
3009
|
display: inline-block;
|
|
3108
3010
|
}
|
|
3109
|
-
|
|
3110
3011
|
.amplify-switchfield--small {
|
|
3111
3012
|
font-size: var(--amplify-components-switchfield-small-font-size);
|
|
3112
3013
|
}
|
|
3113
|
-
|
|
3114
3014
|
.amplify-switchfield--large {
|
|
3115
3015
|
font-size: var(--amplify-components-switchfield-large-font-size);
|
|
3116
3016
|
}
|
|
@@ -3119,19 +3019,15 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
3119
3019
|
display: inline-flex;
|
|
3120
3020
|
align-items: center;
|
|
3121
3021
|
}
|
|
3122
|
-
|
|
3123
3022
|
.amplify-switch__wrapper--start {
|
|
3124
3023
|
flex-direction: row;
|
|
3125
3024
|
}
|
|
3126
|
-
|
|
3127
3025
|
.amplify-switch__wrapper--end {
|
|
3128
3026
|
flex-direction: row-reverse;
|
|
3129
3027
|
}
|
|
3130
|
-
|
|
3131
3028
|
.amplify-switch__wrapper--top {
|
|
3132
3029
|
flex-direction: column;
|
|
3133
3030
|
}
|
|
3134
|
-
|
|
3135
3031
|
.amplify-switch__wrapper--bottom {
|
|
3136
3032
|
flex-direction: column-reverse;
|
|
3137
3033
|
}
|
|
@@ -3147,16 +3043,13 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
3147
3043
|
transition-duration: var(--amplify-components-switchfield-track-transition-duration);
|
|
3148
3044
|
background-color: var(--amplify-components-switchfield-track-background-color);
|
|
3149
3045
|
}
|
|
3150
|
-
|
|
3151
3046
|
.amplify-switch-track--checked {
|
|
3152
3047
|
background-color: var(--amplify-components-switchfield-track-checked-background-color);
|
|
3153
3048
|
}
|
|
3154
|
-
|
|
3155
3049
|
.amplify-switch-track--disabled {
|
|
3156
3050
|
opacity: var(--amplify-components-switchfield-disabled-opacity);
|
|
3157
3051
|
cursor: not-allowed;
|
|
3158
3052
|
}
|
|
3159
|
-
|
|
3160
3053
|
.amplify-switch-track--focused {
|
|
3161
3054
|
box-shadow: var(--amplify-components-switchfield-focused-shadow);
|
|
3162
3055
|
}
|
|
@@ -3170,11 +3063,9 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
3170
3063
|
border-color: var(--amplify-components-switchfield-thumb-border-color);
|
|
3171
3064
|
overflow-wrap: break-word;
|
|
3172
3065
|
}
|
|
3173
|
-
|
|
3174
3066
|
.amplify-switch-thumb--checked {
|
|
3175
3067
|
transform: var(--amplify-components-switchfield-thumb-checked-transform);
|
|
3176
3068
|
}
|
|
3177
|
-
|
|
3178
3069
|
.amplify-switch-thumb--disabled {
|
|
3179
3070
|
cursor: not-allowed;
|
|
3180
3071
|
}
|
|
@@ -3218,7 +3109,6 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
3218
3109
|
* Data attribute stylings
|
|
3219
3110
|
*/
|
|
3220
3111
|
}
|
|
3221
|
-
|
|
3222
3112
|
.amplify-table--small {
|
|
3223
3113
|
--amplify-internal-table-caption-font-size: var(
|
|
3224
3114
|
--amplify-components-table-caption-small-font-size
|
|
@@ -3236,7 +3126,6 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
3236
3126
|
--amplify-components-table-data-small-padding
|
|
3237
3127
|
);
|
|
3238
3128
|
}
|
|
3239
|
-
|
|
3240
3129
|
.amplify-table--large {
|
|
3241
3130
|
--amplify-internal-table-caption-font-size: var(
|
|
3242
3131
|
--amplify-components-table-caption-large-font-size
|
|
@@ -3254,7 +3143,6 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
3254
3143
|
--amplify-components-table-data-large-padding
|
|
3255
3144
|
);
|
|
3256
3145
|
}
|
|
3257
|
-
|
|
3258
3146
|
.amplify-table--bordered {
|
|
3259
3147
|
--amplify-internal-table-td-border-width: var(
|
|
3260
3148
|
--amplify-components-table-data-border-width
|
|
@@ -3269,7 +3157,6 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
3269
3157
|
var(--amplify-components-table-header-border-width)
|
|
3270
3158
|
var(--amplify-components-table-header-border-width);
|
|
3271
3159
|
}
|
|
3272
|
-
|
|
3273
3160
|
.amplify-table__caption {
|
|
3274
3161
|
caption-side: var(--amplify-components-table-caption-caption-side);
|
|
3275
3162
|
color: var(--amplify-components-table-caption-color);
|
|
@@ -3278,27 +3165,22 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
3278
3165
|
text-align: var(--amplify-components-table-caption-text-align);
|
|
3279
3166
|
word-break: var(--amplify-components-table-caption-word-break);
|
|
3280
3167
|
}
|
|
3281
|
-
|
|
3282
3168
|
.amplify-table__head {
|
|
3283
3169
|
display: var(--amplify-components-table-head-display);
|
|
3284
3170
|
vertical-align: var(--amplify-components-table-head-vertical-align);
|
|
3285
3171
|
}
|
|
3286
|
-
|
|
3287
3172
|
.amplify-table__body {
|
|
3288
3173
|
display: var(--amplify-components-table-body-display);
|
|
3289
3174
|
vertical-align: var(--amplify-components-table-body-vertical-align);
|
|
3290
3175
|
}
|
|
3291
|
-
|
|
3292
3176
|
.amplify-table__foot {
|
|
3293
3177
|
display: var(--amplify-components-table-foot-display);
|
|
3294
3178
|
vertical-align: var(--amplify-components-table-foot-vertical-align);
|
|
3295
3179
|
}
|
|
3296
|
-
|
|
3297
3180
|
.amplify-table__row {
|
|
3298
3181
|
display: var(--amplify-components-table-row-display);
|
|
3299
3182
|
vertical-align: var(--amplify-components-table-row-vertical-align);
|
|
3300
3183
|
}
|
|
3301
|
-
|
|
3302
3184
|
.amplify-table__th {
|
|
3303
3185
|
border-color: var(--amplify-components-table-header-border-color);
|
|
3304
3186
|
border-style: var(--amplify-components-table-header-border-style);
|
|
@@ -3310,15 +3192,12 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
3310
3192
|
padding: var(--amplify-internal-table-th-padding);
|
|
3311
3193
|
vertical-align: var(--amplify-components-table-header-vertical-align);
|
|
3312
3194
|
}
|
|
3313
|
-
|
|
3314
3195
|
.amplify-table__th:first-child {
|
|
3315
3196
|
border-left-width: var(--amplify-components-table-header-border-width);
|
|
3316
3197
|
}
|
|
3317
|
-
|
|
3318
3198
|
.amplify-table__th:last-child {
|
|
3319
3199
|
border-right-width: var(--amplify-components-table-header-border-width);
|
|
3320
3200
|
}
|
|
3321
|
-
|
|
3322
3201
|
.amplify-table__td {
|
|
3323
3202
|
border-color: var(--amplify-components-table-data-border-color);
|
|
3324
3203
|
border-style: var(--amplify-components-table-data-border-style);
|
|
@@ -3330,19 +3209,15 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
3330
3209
|
padding: var(--amplify-internal-table-td-padding);
|
|
3331
3210
|
vertical-align: var(--amplify-components-table-data-vertical-align);
|
|
3332
3211
|
}
|
|
3333
|
-
|
|
3334
3212
|
.amplify-table__td:first-child {
|
|
3335
3213
|
border-left-width: var(--amplify-components-table-data-border-width);
|
|
3336
3214
|
}
|
|
3337
|
-
|
|
3338
3215
|
.amplify-table__td:last-child {
|
|
3339
3216
|
border-right-width: var(--amplify-components-table-data-border-width);
|
|
3340
3217
|
}
|
|
3341
|
-
|
|
3342
3218
|
.amplify-table[data-variation=striped] .amplify-table__row:not(.amplify-table__head *):nth-child(odd) {
|
|
3343
3219
|
background-color: var(--amplify-components-table-row-striped-background-color);
|
|
3344
3220
|
}
|
|
3345
|
-
|
|
3346
3221
|
.amplify-table[data-highlightonhover=true] .amplify-table__row:not(.amplify-table__head *):hover {
|
|
3347
3222
|
background-color: var(--amplify-components-table-row-hover-background-color);
|
|
3348
3223
|
}
|
|
@@ -3355,7 +3230,6 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
3355
3230
|
border-color: var(--amplify-components-tabs-border-color);
|
|
3356
3231
|
gap: var(--amplify-components-tabs-gap);
|
|
3357
3232
|
}
|
|
3358
|
-
|
|
3359
3233
|
.amplify-tabs[data-indicator-position=top] {
|
|
3360
3234
|
border-width: var(--amplify-components-tabs-border-width) 0 0 0;
|
|
3361
3235
|
}
|
|
@@ -3374,47 +3248,38 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
3374
3248
|
border-color: var(--amplify-components-tabs-item-border-color);
|
|
3375
3249
|
margin-bottom: calc(-1 * var(--amplify-components-tabs-item-border-width));
|
|
3376
3250
|
}
|
|
3377
|
-
|
|
3378
3251
|
[data-indicator-position=top] > .amplify-tabs-item {
|
|
3379
3252
|
border-width: var(--amplify-components-tabs-border-width) 0 0 0;
|
|
3380
3253
|
margin-top: calc(-1 * var(--amplify-components-tabs-item-border-width));
|
|
3381
3254
|
margin-bottom: 0;
|
|
3382
3255
|
}
|
|
3383
|
-
|
|
3384
3256
|
.amplify-tabs-item[data-state=active] {
|
|
3385
3257
|
color: var(--amplify-components-tabs-item-active-color);
|
|
3386
3258
|
border-color: var(--amplify-components-tabs-item-active-border-color);
|
|
3387
3259
|
background-color: var(--amplify-components-tabs-item-active-background-color);
|
|
3388
3260
|
transition-property: none;
|
|
3389
3261
|
}
|
|
3390
|
-
|
|
3391
3262
|
.amplify-tabs-item:hover {
|
|
3392
3263
|
color: var(--amplify-components-tabs-item-hover-color);
|
|
3393
3264
|
cursor: pointer;
|
|
3394
3265
|
}
|
|
3395
|
-
|
|
3396
3266
|
.amplify-tabs-item:focus {
|
|
3397
3267
|
color: var(--amplify-components-tabs-item-focus-color);
|
|
3398
3268
|
}
|
|
3399
|
-
|
|
3400
3269
|
.amplify-tabs-item:focus-visible {
|
|
3401
3270
|
outline: var(--amplify-components-tabs-item-border-width) var(--amplify-components-tabs-item-border-style) var(--amplify-components-tabs-item-border-color);
|
|
3402
3271
|
}
|
|
3403
|
-
|
|
3404
3272
|
.amplify-tabs-item:active {
|
|
3405
3273
|
color: var(--amplify-components-tabs-item-active-color);
|
|
3406
3274
|
}
|
|
3407
|
-
|
|
3408
3275
|
.amplify-tabs-item[data-disabled] {
|
|
3409
3276
|
background-color: var(--amplify-components-tabs-item-disabled-background-color);
|
|
3410
3277
|
color: var(--amplify-components-tabs-item-disabled-color);
|
|
3411
3278
|
cursor: not-allowed;
|
|
3412
3279
|
}
|
|
3413
|
-
|
|
3414
3280
|
.amplify-tabs-item[data-spacing=equal] {
|
|
3415
3281
|
flex: 1 1 0;
|
|
3416
3282
|
}
|
|
3417
|
-
|
|
3418
3283
|
.amplify-tabs-item[data-spacing=relative] {
|
|
3419
3284
|
flex-grow: 1;
|
|
3420
3285
|
}
|
|
@@ -3469,29 +3334,24 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
3469
3334
|
--amplify-components-togglebutton-disabled-color
|
|
3470
3335
|
);
|
|
3471
3336
|
}
|
|
3472
|
-
|
|
3473
3337
|
.amplify-togglebutton:focus {
|
|
3474
3338
|
background-color: var(--amplify-internal-togglebutton-focus-background-color);
|
|
3475
3339
|
border-color: var(--amplify-internal-togglebutton-focus-border-color);
|
|
3476
3340
|
color: var(--amplify-internal-togglebutton-focus-color);
|
|
3477
3341
|
}
|
|
3478
|
-
|
|
3479
3342
|
.amplify-togglebutton:hover {
|
|
3480
3343
|
background-color: var(--amplify-internal-togglebutton-hover-background-color);
|
|
3481
3344
|
border-color: var(--amplify-internal-togglebutton-hover-border-color);
|
|
3482
3345
|
color: var(--amplify-internal-togglebutton-hover-color);
|
|
3483
3346
|
}
|
|
3484
|
-
|
|
3485
3347
|
.amplify-togglebutton:active {
|
|
3486
3348
|
background-color: var(--amplify-internal-togglebutton-active-background-color);
|
|
3487
3349
|
}
|
|
3488
|
-
|
|
3489
3350
|
.amplify-togglebutton:disabled {
|
|
3490
3351
|
background-color: var(--amplify-internal-togglebutton-disabled-background-color);
|
|
3491
3352
|
border-color: var(--amplify-internal-togglebutton-disabled-border-color);
|
|
3492
3353
|
color: var(--amplify-internal-togglebutton-disabled-color);
|
|
3493
3354
|
}
|
|
3494
|
-
|
|
3495
3355
|
.amplify-togglebutton--pressed {
|
|
3496
3356
|
--amplify-internal-togglebutton-border-color: var(
|
|
3497
3357
|
--amplify-components-togglebutton-pressed-border-color
|
|
@@ -3515,7 +3375,6 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
3515
3375
|
--amplify-components-togglebutton-pressed-color
|
|
3516
3376
|
);
|
|
3517
3377
|
}
|
|
3518
|
-
|
|
3519
3378
|
.amplify-togglebutton--primary {
|
|
3520
3379
|
--amplify-internal-togglebutton-primary-background-color: var(
|
|
3521
3380
|
--amplify-components-togglebutton-primary-background-color
|
|
@@ -3594,11 +3453,9 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
3594
3453
|
--amplify-internal-togglebutton-primary-disabled-color
|
|
3595
3454
|
);
|
|
3596
3455
|
}
|
|
3597
|
-
|
|
3598
3456
|
.amplify-togglebutton--primary:focus {
|
|
3599
3457
|
box-shadow: var(--amplify-internal-togglebutton-primary-focus-box-shadow);
|
|
3600
3458
|
}
|
|
3601
|
-
|
|
3602
3459
|
.amplify-togglebutton--pressed {
|
|
3603
3460
|
--amplify-internal-togglebutton-primary-background-color: var(
|
|
3604
3461
|
--amplify-components-togglebutton-primary-pressed-background-color
|
|
@@ -3637,13 +3494,11 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
3637
3494
|
--amplify-components-togglebutton-primary-pressed-color
|
|
3638
3495
|
);
|
|
3639
3496
|
}
|
|
3640
|
-
|
|
3641
3497
|
.amplify-togglebutton--pressed:hover {
|
|
3642
3498
|
--amplify-internal-togglebutton-primary-focus-box-shadow: var(
|
|
3643
3499
|
--amplify-components-togglebutton-primary-pressed-hover-box-shadow
|
|
3644
3500
|
);
|
|
3645
3501
|
}
|
|
3646
|
-
|
|
3647
3502
|
.amplify-togglebutton--link {
|
|
3648
3503
|
--amplify-internal-togglebutton-link-background-color: var(
|
|
3649
3504
|
--amplify-components-togglebutton-link-background-color
|
|
@@ -3694,7 +3549,6 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
3694
3549
|
--amplify-internal-togglebutton-link-disabled-background-color
|
|
3695
3550
|
);
|
|
3696
3551
|
}
|
|
3697
|
-
|
|
3698
3552
|
.amplify-togglebutton--pressed {
|
|
3699
3553
|
--amplify-internal-togglebutton-link-color: var(
|
|
3700
3554
|
--amplify-components-togglebutton-link-pressed-color
|
|
@@ -3730,24 +3584,20 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
3730
3584
|
border-start-start-radius: 0;
|
|
3731
3585
|
border-end-start-radius: 0;
|
|
3732
3586
|
}
|
|
3733
|
-
|
|
3734
3587
|
@supports not (border-start-start-radius: 0) {
|
|
3735
3588
|
.amplify-togglebuttongroup .amplify-togglebutton:not(:first-of-type) {
|
|
3736
3589
|
border-top-left-radius: 0;
|
|
3737
3590
|
border-bottom-left-radius: 0;
|
|
3738
3591
|
}
|
|
3739
3592
|
}
|
|
3740
|
-
|
|
3741
3593
|
.amplify-togglebuttongroup .amplify-togglebutton:not(:first-of-type):not(:focus) {
|
|
3742
3594
|
-webkit-border-start: 1px solid transparent;
|
|
3743
|
-
|
|
3595
|
+
border-inline-start: 1px solid transparent;
|
|
3744
3596
|
}
|
|
3745
|
-
|
|
3746
3597
|
.amplify-togglebuttongroup .amplify-togglebutton:not(:last-of-type) {
|
|
3747
3598
|
border-start-end-radius: 0;
|
|
3748
3599
|
border-end-end-radius: 0;
|
|
3749
3600
|
}
|
|
3750
|
-
|
|
3751
3601
|
@supports not (border-end-end-radius: 0) {
|
|
3752
3602
|
.amplify-togglebuttongroup .amplify-togglebutton:not(:last-of-type) {
|
|
3753
3603
|
border-bottom-right-radius: 0;
|
|
@@ -3783,16 +3633,13 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
3783
3633
|
white-space: nowrap;
|
|
3784
3634
|
border-width: 0;
|
|
3785
3635
|
}
|
|
3786
|
-
|
|
3787
3636
|
/* Basics */
|
|
3788
|
-
|
|
3789
3637
|
.maplibregl-ctrl-geocoder,
|
|
3790
3638
|
.maplibregl-ctrl-geocoder *,
|
|
3791
3639
|
.maplibregl-ctrl-geocoder *:after,
|
|
3792
3640
|
.maplibregl-ctrl-geocoder *:before {
|
|
3793
3641
|
box-sizing: border-box;
|
|
3794
3642
|
}
|
|
3795
|
-
|
|
3796
3643
|
.maplibregl-ctrl-geocoder {
|
|
3797
3644
|
font-size: 18px;
|
|
3798
3645
|
line-height: 24px;
|
|
@@ -3805,7 +3652,6 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
3805
3652
|
border-radius: 4px;
|
|
3806
3653
|
transition: width 0.25s, min-width 0.25s;
|
|
3807
3654
|
}
|
|
3808
|
-
|
|
3809
3655
|
.maplibregl-ctrl-geocoder--input {
|
|
3810
3656
|
font: inherit;
|
|
3811
3657
|
width: 100%;
|
|
@@ -3820,11 +3666,9 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
3820
3666
|
white-space: nowrap;
|
|
3821
3667
|
overflow: hidden;
|
|
3822
3668
|
}
|
|
3823
|
-
|
|
3824
3669
|
.maplibregl-ctrl-geocoder--input::-ms-clear {
|
|
3825
3670
|
display: none; /* hide input clear button in IE */
|
|
3826
3671
|
}
|
|
3827
|
-
|
|
3828
3672
|
.maplibregl-ctrl-geocoder--input:focus {
|
|
3829
3673
|
color: #404040; /* fallback */
|
|
3830
3674
|
color: rgba(0, 0, 0, 0.75);
|
|
@@ -3832,7 +3676,6 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
3832
3676
|
box-shadow: none;
|
|
3833
3677
|
outline: thin dotted;
|
|
3834
3678
|
}
|
|
3835
|
-
|
|
3836
3679
|
.maplibregl-ctrl-geocoder .maplibregl-ctrl-geocoder--pin-right > * {
|
|
3837
3680
|
z-index: 2;
|
|
3838
3681
|
position: absolute;
|
|
@@ -3840,22 +3683,17 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
3840
3683
|
top: 7px;
|
|
3841
3684
|
display: none;
|
|
3842
3685
|
}
|
|
3843
|
-
|
|
3844
3686
|
.maplibregl-ctrl-geocoder,
|
|
3845
3687
|
.maplibregl-ctrl-geocoder .suggestions {
|
|
3846
3688
|
box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
|
|
3847
3689
|
}
|
|
3848
|
-
|
|
3849
3690
|
/* Collapsed */
|
|
3850
|
-
|
|
3851
3691
|
.maplibregl-ctrl-geocoder.maplibregl-ctrl-geocoder--collapsed {
|
|
3852
3692
|
width: 50px;
|
|
3853
3693
|
min-width: 50px;
|
|
3854
3694
|
transition: width 0.25s, min-width 0.25s;
|
|
3855
3695
|
}
|
|
3856
|
-
|
|
3857
3696
|
/* Suggestions */
|
|
3858
|
-
|
|
3859
3697
|
.maplibregl-ctrl-geocoder .suggestions {
|
|
3860
3698
|
background-color: #fff;
|
|
3861
3699
|
border-radius: 4px;
|
|
@@ -3871,20 +3709,17 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
3871
3709
|
overflow: hidden;
|
|
3872
3710
|
font-size: 15px;
|
|
3873
3711
|
}
|
|
3874
|
-
|
|
3875
3712
|
.maplibregl-ctrl-bottom-left .suggestions,
|
|
3876
3713
|
.maplibregl-ctrl-bottom-right .suggestions {
|
|
3877
3714
|
top: auto;
|
|
3878
3715
|
bottom: 100%;
|
|
3879
3716
|
}
|
|
3880
|
-
|
|
3881
3717
|
.maplibregl-ctrl-geocoder .suggestions > li > a {
|
|
3882
3718
|
cursor: default;
|
|
3883
3719
|
display: block;
|
|
3884
3720
|
padding: 6px 12px;
|
|
3885
3721
|
color: #404040;
|
|
3886
3722
|
}
|
|
3887
|
-
|
|
3888
3723
|
.maplibregl-ctrl-geocoder .suggestions > .active > a,
|
|
3889
3724
|
.maplibregl-ctrl-geocoder .suggestions > li > a:hover {
|
|
3890
3725
|
color: #404040;
|
|
@@ -3892,13 +3727,11 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
3892
3727
|
text-decoration: none;
|
|
3893
3728
|
cursor: pointer;
|
|
3894
3729
|
}
|
|
3895
|
-
|
|
3896
3730
|
.maplibregl-ctrl-geocoder--suggestion {
|
|
3897
3731
|
display: flex;
|
|
3898
3732
|
flex-direction: row;
|
|
3899
3733
|
align-items: center;
|
|
3900
3734
|
}
|
|
3901
|
-
|
|
3902
3735
|
.maplibre-ctrl-geocoder--suggestion-icon {
|
|
3903
3736
|
min-width: 30px;
|
|
3904
3737
|
min-height: 24px;
|
|
@@ -3906,29 +3739,24 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
3906
3739
|
max-height: 24px;
|
|
3907
3740
|
padding-right: 12px;
|
|
3908
3741
|
}
|
|
3909
|
-
|
|
3910
3742
|
.maplibregl-ctrl-geocoder--suggestion-info {
|
|
3911
3743
|
display: flex;
|
|
3912
3744
|
flex-direction: column;
|
|
3913
3745
|
}
|
|
3914
|
-
|
|
3915
3746
|
.maplibregl-ctrl-geocoder--suggestion-match {
|
|
3916
3747
|
font-weight: bold;
|
|
3917
3748
|
}
|
|
3918
|
-
|
|
3919
3749
|
.maplibregl-ctrl-geocoder--suggestion-title,
|
|
3920
3750
|
.maplibregl-ctrl-geocoder--suggestion-address {
|
|
3921
3751
|
text-overflow: ellipsis;
|
|
3922
3752
|
overflow: hidden;
|
|
3923
3753
|
white-space: nowrap;
|
|
3924
3754
|
}
|
|
3925
|
-
|
|
3926
3755
|
.maplibregl-ctrl-geocoder--result {
|
|
3927
3756
|
display: flex;
|
|
3928
3757
|
flex-direction: row;
|
|
3929
3758
|
align-items: center;
|
|
3930
3759
|
}
|
|
3931
|
-
|
|
3932
3760
|
.maplibre-ctrl-geocoder--result-icon {
|
|
3933
3761
|
min-width: 30px;
|
|
3934
3762
|
min-height: 24px;
|
|
@@ -3936,20 +3764,16 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
3936
3764
|
max-height: 24px;
|
|
3937
3765
|
padding-right: 12px;
|
|
3938
3766
|
}
|
|
3939
|
-
|
|
3940
3767
|
.maplibregl-ctrl-geocoder--result-title {
|
|
3941
3768
|
font-weight: bold;
|
|
3942
3769
|
}
|
|
3943
|
-
|
|
3944
3770
|
.maplibregl-ctrl-geocoder--result-title,
|
|
3945
3771
|
.maplibregl-ctrl-geocoder--result-address {
|
|
3946
3772
|
text-overflow: ellipsis;
|
|
3947
3773
|
overflow: hidden;
|
|
3948
3774
|
white-space: nowrap;
|
|
3949
3775
|
}
|
|
3950
|
-
|
|
3951
3776
|
/* Icons */
|
|
3952
|
-
|
|
3953
3777
|
.maplibregl-ctrl-geocoder--icon {
|
|
3954
3778
|
display: inline-block;
|
|
3955
3779
|
vertical-align: middle;
|
|
@@ -3957,7 +3781,6 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
3957
3781
|
fill: #757575;
|
|
3958
3782
|
top: 15px;
|
|
3959
3783
|
}
|
|
3960
|
-
|
|
3961
3784
|
.maplibregl-ctrl-geocoder--icon-search {
|
|
3962
3785
|
position: absolute;
|
|
3963
3786
|
top: 13px;
|
|
@@ -3965,7 +3788,6 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
3965
3788
|
width: 23px;
|
|
3966
3789
|
height: 23px;
|
|
3967
3790
|
}
|
|
3968
|
-
|
|
3969
3791
|
.maplibregl-ctrl-geocoder--button {
|
|
3970
3792
|
padding: 0;
|
|
3971
3793
|
margin: 0;
|
|
@@ -3974,18 +3796,15 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
3974
3796
|
background: #fff;
|
|
3975
3797
|
line-height: 1;
|
|
3976
3798
|
}
|
|
3977
|
-
|
|
3978
3799
|
.maplibregl-ctrl-geocoder--icon-close {
|
|
3979
3800
|
width: 20px;
|
|
3980
3801
|
height: 20px;
|
|
3981
3802
|
margin-top: 8px;
|
|
3982
3803
|
margin-right: 3px;
|
|
3983
3804
|
}
|
|
3984
|
-
|
|
3985
3805
|
.maplibregl-ctrl-geocoder--button:hover .maplibregl-ctrl-geocoder--icon-close {
|
|
3986
3806
|
fill: #909090;
|
|
3987
3807
|
}
|
|
3988
|
-
|
|
3989
3808
|
.maplibregl-ctrl-geocoder--icon-loading {
|
|
3990
3809
|
width: 26px;
|
|
3991
3810
|
height: 26px;
|
|
@@ -3994,31 +3813,24 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
3994
3813
|
-webkit-animation: rotate 0.8s infinite cubic-bezier(0.45, 0.05, 0.55, 0.95);
|
|
3995
3814
|
animation: rotate 0.8s infinite cubic-bezier(0.45, 0.05, 0.55, 0.95);
|
|
3996
3815
|
}
|
|
3997
|
-
|
|
3998
3816
|
/* Animation */
|
|
3999
|
-
|
|
4000
3817
|
@-webkit-keyframes rotate {
|
|
4001
3818
|
from {
|
|
4002
3819
|
transform: rotate(0);
|
|
4003
3820
|
}
|
|
4004
|
-
|
|
4005
3821
|
to {
|
|
4006
3822
|
transform: rotate(360deg);
|
|
4007
3823
|
}
|
|
4008
3824
|
}
|
|
4009
|
-
|
|
4010
3825
|
@keyframes rotate {
|
|
4011
3826
|
from {
|
|
4012
3827
|
transform: rotate(0);
|
|
4013
3828
|
}
|
|
4014
|
-
|
|
4015
3829
|
to {
|
|
4016
3830
|
transform: rotate(360deg);
|
|
4017
3831
|
}
|
|
4018
3832
|
}
|
|
4019
|
-
|
|
4020
3833
|
/* Media queries*/
|
|
4021
|
-
|
|
4022
3834
|
@media screen and (min-width: 640px) {
|
|
4023
3835
|
.maplibregl-ctrl-geocoder.maplibregl-ctrl-geocoder--collapsed {
|
|
4024
3836
|
width: 36px;
|
|
@@ -4031,7 +3843,6 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
4031
3843
|
line-height: 20px;
|
|
4032
3844
|
max-width: 360px;
|
|
4033
3845
|
}
|
|
4034
|
-
|
|
4035
3846
|
.maplibregl-ctrl-geocoder .suggestions {
|
|
4036
3847
|
font-size: 13px;
|
|
4037
3848
|
}
|
|
@@ -4072,15 +3883,12 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
4072
3883
|
text-align: center;
|
|
4073
3884
|
}
|
|
4074
3885
|
}
|
|
4075
|
-
|
|
4076
3886
|
.maplibregl-ctrl-geocoder {
|
|
4077
3887
|
text-align: initial;
|
|
4078
3888
|
}
|
|
4079
|
-
|
|
4080
3889
|
.mapboxgl-popup-tip {
|
|
4081
3890
|
display: none;
|
|
4082
3891
|
}
|
|
4083
|
-
|
|
4084
3892
|
.maplibre-ctrl-geocoder--suggestion {
|
|
4085
3893
|
background: #fff;
|
|
4086
3894
|
border: 2px solid #0000001f;
|
|
@@ -4091,753 +3899,114 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
4091
3899
|
margin: -10px -10px -15px;
|
|
4092
3900
|
text-align: initial;
|
|
4093
3901
|
}
|
|
4094
|
-
|
|
4095
3902
|
.maplibre-ctrl-geocoder--suggestion-title {
|
|
4096
3903
|
font-weight: bold;
|
|
4097
3904
|
}
|
|
4098
|
-
|
|
4099
|
-
.mapboxgl-
|
|
4100
|
-
|
|
4101
|
-
|
|
4102
|
-
|
|
4103
|
-
|
|
4104
|
-
}
|
|
4105
|
-
|
|
4106
|
-
.mapboxgl-canvas,.maplibregl-canvas{
|
|
4107
|
-
|
|
4108
|
-
|
|
4109
|
-
|
|
4110
|
-
}
|
|
4111
|
-
|
|
4112
|
-
.mapboxgl-
|
|
4113
|
-
|
|
4114
|
-
|
|
4115
|
-
}
|
|
4116
|
-
|
|
4117
|
-
.mapboxgl-
|
|
4118
|
-
|
|
4119
|
-
|
|
4120
|
-
|
|
4121
|
-
|
|
4122
|
-
|
|
4123
|
-
|
|
4124
|
-
}
|
|
4125
|
-
|
|
4126
|
-
.mapboxgl-
|
|
4127
|
-
|
|
4128
|
-
}
|
|
4129
|
-
|
|
4130
|
-
.mapboxgl-
|
|
4131
|
-
|
|
4132
|
-
|
|
4133
|
-
}
|
|
4134
|
-
|
|
4135
|
-
.mapboxgl-
|
|
4136
|
-
|
|
4137
|
-
}
|
|
4138
|
-
|
|
4139
|
-
.mapboxgl-
|
|
4140
|
-
|
|
4141
|
-
}
|
|
4142
|
-
|
|
4143
|
-
|
|
4144
|
-
|
|
4145
|
-
}
|
|
4146
|
-
|
|
4147
|
-
.mapboxgl-ctrl
|
|
4148
|
-
|
|
4149
|
-
|
|
4150
|
-
|
|
4151
|
-
}
|
|
4152
|
-
|
|
4153
|
-
.mapboxgl-ctrl-
|
|
4154
|
-
|
|
4155
|
-
|
|
4156
|
-
}
|
|
4157
|
-
|
|
4158
|
-
.mapboxgl-ctrl-top-right,.maplibregl-ctrl-top-right{
|
|
4159
|
-
top:0;
|
|
4160
|
-
|
|
4161
|
-
}
|
|
4162
|
-
|
|
4163
|
-
.mapboxgl-ctrl-
|
|
4164
|
-
|
|
4165
|
-
|
|
4166
|
-
}
|
|
4167
|
-
|
|
4168
|
-
.mapboxgl-ctrl-
|
|
4169
|
-
|
|
4170
|
-
|
|
4171
|
-
}
|
|
4172
|
-
|
|
4173
|
-
.mapboxgl-
|
|
4174
|
-
|
|
4175
|
-
|
|
4176
|
-
|
|
4177
|
-
}
|
|
4178
|
-
|
|
4179
|
-
.mapboxgl-
|
|
4180
|
-
|
|
4181
|
-
|
|
4182
|
-
}
|
|
4183
|
-
|
|
4184
|
-
.mapboxgl-
|
|
4185
|
-
|
|
4186
|
-
|
|
4187
|
-
}
|
|
4188
|
-
|
|
4189
|
-
.mapboxgl-
|
|
4190
|
-
|
|
4191
|
-
|
|
4192
|
-
}
|
|
4193
|
-
|
|
4194
|
-
.mapboxgl-
|
|
4195
|
-
|
|
4196
|
-
|
|
4197
|
-
}
|
|
4198
|
-
|
|
4199
|
-
|
|
4200
|
-
|
|
4201
|
-
|
|
4202
|
-
}
|
|
4203
|
-
|
|
4204
|
-
.mapboxgl-
|
|
4205
|
-
|
|
4206
|
-
}
|
|
4207
|
-
|
|
4208
|
-
@media (-ms-high-contrast:active){
|
|
4209
|
-
.mapboxgl-ctrl-group:not(:empty),.maplibregl-ctrl-group:not(:empty){
|
|
4210
|
-
box-shadow:0 0 0 2px ButtonText
|
|
4211
|
-
}
|
|
4212
|
-
}
|
|
4213
|
-
|
|
4214
|
-
.mapboxgl-ctrl-group button,.maplibregl-ctrl-group button{
|
|
4215
|
-
width:29px;
|
|
4216
|
-
height:29px;
|
|
4217
|
-
display:block;
|
|
4218
|
-
padding:0;
|
|
4219
|
-
outline:none;
|
|
4220
|
-
border:0;
|
|
4221
|
-
box-sizing:border-box;
|
|
4222
|
-
background-color:transparent;
|
|
4223
|
-
cursor:pointer
|
|
4224
|
-
}
|
|
4225
|
-
|
|
4226
|
-
.mapboxgl-ctrl-group button+button,.maplibregl-ctrl-group button+button{
|
|
4227
|
-
border-top:1px solid #ddd
|
|
4228
|
-
}
|
|
4229
|
-
|
|
4230
|
-
.mapboxgl-ctrl button .mapboxgl-ctrl-icon,.maplibregl-ctrl button .maplibregl-ctrl-icon{
|
|
4231
|
-
display:block;
|
|
4232
|
-
width:100%;
|
|
4233
|
-
height:100%;
|
|
4234
|
-
background-repeat:no-repeat;
|
|
4235
|
-
background-position:50%
|
|
4236
|
-
}
|
|
4237
|
-
|
|
4238
|
-
@media (-ms-high-contrast:active){
|
|
4239
|
-
.mapboxgl-ctrl-icon,.maplibregl-ctrl-icon{
|
|
4240
|
-
background-color:transparent
|
|
4241
|
-
}
|
|
4242
|
-
|
|
4243
|
-
.mapboxgl-ctrl-group button+button,.maplibregl-ctrl-group button+button{
|
|
4244
|
-
border-top:1px solid ButtonText
|
|
4245
|
-
}
|
|
4246
|
-
}
|
|
4247
|
-
|
|
4248
|
-
.mapboxgl-ctrl button::-moz-focus-inner,.maplibregl-ctrl button::-moz-focus-inner{
|
|
4249
|
-
border:0;
|
|
4250
|
-
padding:0
|
|
4251
|
-
}
|
|
4252
|
-
|
|
4253
|
-
.mapboxgl-ctrl-attrib-button:focus,.mapboxgl-ctrl-group button:focus,.maplibregl-ctrl-attrib-button:focus,.maplibregl-ctrl-group button:focus{
|
|
4254
|
-
box-shadow:0 0 2px 2px #0096ff
|
|
4255
|
-
}
|
|
4256
|
-
|
|
4257
|
-
.mapboxgl-ctrl button:disabled,.maplibregl-ctrl button:disabled{
|
|
4258
|
-
cursor:not-allowed
|
|
4259
|
-
}
|
|
4260
|
-
|
|
4261
|
-
.mapboxgl-ctrl button:disabled .mapboxgl-ctrl-icon,.maplibregl-ctrl button:disabled .maplibregl-ctrl-icon{
|
|
4262
|
-
opacity:.25
|
|
4263
|
-
}
|
|
4264
|
-
|
|
4265
|
-
.mapboxgl-ctrl button:not(:disabled):hover,.maplibregl-ctrl button:not(:disabled):hover{
|
|
4266
|
-
background-color:rgba(0,0,0,.05)
|
|
4267
|
-
}
|
|
4268
|
-
|
|
4269
|
-
.mapboxgl-ctrl-group button:focus:focus-visible,.maplibregl-ctrl-group button:focus:focus-visible{
|
|
4270
|
-
box-shadow:0 0 2px 2px #0096ff
|
|
4271
|
-
}
|
|
4272
|
-
|
|
4273
|
-
.mapboxgl-ctrl-group button:focus:not(:focus-visible),.maplibregl-ctrl-group button:focus:not(:focus-visible){
|
|
4274
|
-
box-shadow:none
|
|
4275
|
-
}
|
|
4276
|
-
|
|
4277
|
-
.mapboxgl-ctrl-group button:focus:first-child,.maplibregl-ctrl-group button:focus:first-child{
|
|
4278
|
-
border-radius:4px 4px 0 0
|
|
4279
|
-
}
|
|
4280
|
-
|
|
4281
|
-
.mapboxgl-ctrl-group button:focus:last-child,.maplibregl-ctrl-group button:focus:last-child{
|
|
4282
|
-
border-radius:0 0 4px 4px
|
|
4283
|
-
}
|
|
4284
|
-
|
|
4285
|
-
.mapboxgl-ctrl-group button:focus:only-child,.maplibregl-ctrl-group button:focus:only-child{
|
|
4286
|
-
border-radius:inherit
|
|
4287
|
-
}
|
|
4288
|
-
|
|
4289
|
-
.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{
|
|
4290
|
-
background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E")
|
|
4291
|
-
}
|
|
4292
|
-
|
|
4293
|
-
.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{
|
|
4294
|
-
background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E")
|
|
4295
|
-
}
|
|
4296
|
-
|
|
4297
|
-
@media (-ms-high-contrast:active){
|
|
4298
|
-
.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{
|
|
4299
|
-
background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E")
|
|
4300
|
-
}
|
|
4301
|
-
|
|
4302
|
-
.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{
|
|
4303
|
-
background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E")
|
|
4304
|
-
}
|
|
4305
|
-
}
|
|
4306
|
-
|
|
4307
|
-
@media (-ms-high-contrast:black-on-white){
|
|
4308
|
-
.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{
|
|
4309
|
-
background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E")
|
|
4310
|
-
}
|
|
4311
|
-
|
|
4312
|
-
.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{
|
|
4313
|
-
background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E")
|
|
4314
|
-
}
|
|
4315
|
-
}
|
|
4316
|
-
|
|
4317
|
-
.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{
|
|
4318
|
-
background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E")
|
|
4319
|
-
}
|
|
4320
|
-
|
|
4321
|
-
.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{
|
|
4322
|
-
background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E")
|
|
4323
|
-
}
|
|
4324
|
-
|
|
4325
|
-
@media (-ms-high-contrast:active){
|
|
4326
|
-
.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{
|
|
4327
|
-
background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E")
|
|
4328
|
-
}
|
|
4329
|
-
|
|
4330
|
-
.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{
|
|
4331
|
-
background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E")
|
|
4332
|
-
}
|
|
4333
|
-
}
|
|
4334
|
-
|
|
4335
|
-
@media (-ms-high-contrast:black-on-white){
|
|
4336
|
-
.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{
|
|
4337
|
-
background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E")
|
|
4338
|
-
}
|
|
4339
|
-
|
|
4340
|
-
.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{
|
|
4341
|
-
background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E")
|
|
4342
|
-
}
|
|
4343
|
-
}
|
|
4344
|
-
|
|
4345
|
-
.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{
|
|
4346
|
-
background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath d='M10.5 16l4 8 4-8h-8z' fill='%23ccc'/%3E%3C/svg%3E")
|
|
4347
|
-
}
|
|
4348
|
-
|
|
4349
|
-
@media (-ms-high-contrast:active){
|
|
4350
|
-
.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{
|
|
4351
|
-
background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath d='M10.5 16l4 8 4-8h-8z' fill='%23999'/%3E%3C/svg%3E")
|
|
4352
|
-
}
|
|
4353
|
-
}
|
|
4354
|
-
|
|
4355
|
-
@media (-ms-high-contrast:black-on-white){
|
|
4356
|
-
.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{
|
|
4357
|
-
background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath d='M10.5 16l4 8 4-8h-8z' fill='%23ccc'/%3E%3C/svg%3E")
|
|
4358
|
-
}
|
|
4359
|
-
}
|
|
4360
|
-
|
|
4361
|
-
.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{
|
|
4362
|
-
background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")
|
|
4363
|
-
}
|
|
4364
|
-
|
|
4365
|
-
.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{
|
|
4366
|
-
background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23aaa'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath d='M14 5l1 1-9 9-1-1 9-9z' fill='red'/%3E%3C/svg%3E")
|
|
4367
|
-
}
|
|
4368
|
-
|
|
4369
|
-
.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active .maplibregl-ctrl-icon{
|
|
4370
|
-
background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")
|
|
4371
|
-
}
|
|
4372
|
-
|
|
4373
|
-
.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active-error .maplibregl-ctrl-icon{
|
|
4374
|
-
background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")
|
|
4375
|
-
}
|
|
4376
|
-
|
|
4377
|
-
.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background .maplibregl-ctrl-icon{
|
|
4378
|
-
background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3C/svg%3E")
|
|
4379
|
-
}
|
|
4380
|
-
|
|
4381
|
-
.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background-error .maplibregl-ctrl-icon{
|
|
4382
|
-
background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3C/svg%3E")
|
|
4383
|
-
}
|
|
4384
|
-
|
|
4385
|
-
.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-waiting .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-waiting .maplibregl-ctrl-icon{
|
|
4386
|
-
-webkit-animation:maplibregl-spin 2s linear infinite;
|
|
4387
|
-
animation:maplibregl-spin 2s linear infinite
|
|
4388
|
-
}
|
|
4389
|
-
|
|
4390
|
-
@media (-ms-high-contrast:active){
|
|
4391
|
-
.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{
|
|
4392
|
-
background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")
|
|
4393
|
-
}
|
|
4394
|
-
|
|
4395
|
-
.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{
|
|
4396
|
-
background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23999'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath d='M14 5l1 1-9 9-1-1 9-9z' fill='red'/%3E%3C/svg%3E")
|
|
4397
|
-
}
|
|
4398
|
-
|
|
4399
|
-
.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active .maplibregl-ctrl-icon{
|
|
4400
|
-
background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")
|
|
4401
|
-
}
|
|
4402
|
-
|
|
4403
|
-
.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active-error .maplibregl-ctrl-icon{
|
|
4404
|
-
background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")
|
|
4405
|
-
}
|
|
4406
|
-
|
|
4407
|
-
.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background .maplibregl-ctrl-icon{
|
|
4408
|
-
background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3C/svg%3E")
|
|
4409
|
-
}
|
|
4410
|
-
|
|
4411
|
-
.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background-error .maplibregl-ctrl-icon{
|
|
4412
|
-
background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3C/svg%3E")
|
|
4413
|
-
}
|
|
4414
|
-
}
|
|
4415
|
-
|
|
4416
|
-
@media (-ms-high-contrast:black-on-white){
|
|
4417
|
-
.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{
|
|
4418
|
-
background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")
|
|
4419
|
-
}
|
|
4420
|
-
|
|
4421
|
-
.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{
|
|
4422
|
-
background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23666'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath d='M14 5l1 1-9 9-1-1 9-9z' fill='red'/%3E%3C/svg%3E")
|
|
4423
|
-
}
|
|
4424
|
-
}
|
|
4425
|
-
|
|
4426
|
-
@-webkit-keyframes maplibregl-spin{
|
|
4427
|
-
0%{
|
|
4428
|
-
-webkit-transform:rotate(0deg)
|
|
4429
|
-
}
|
|
4430
|
-
|
|
4431
|
-
to{
|
|
4432
|
-
-webkit-transform:rotate(1turn)
|
|
4433
|
-
}
|
|
4434
|
-
}
|
|
4435
|
-
|
|
4436
|
-
@keyframes maplibregl-spin{
|
|
4437
|
-
0%{
|
|
4438
|
-
transform:rotate(0deg)
|
|
4439
|
-
}
|
|
4440
|
-
|
|
4441
|
-
to{
|
|
4442
|
-
transform:rotate(1turn)
|
|
4443
|
-
}
|
|
4444
|
-
}
|
|
4445
|
-
|
|
4446
|
-
a.mapboxgl-ctrl-logo,a.maplibregl-ctrl-logo{
|
|
4447
|
-
width:88px;
|
|
4448
|
-
height:23px;
|
|
4449
|
-
margin:0 0 -4px -4px;
|
|
4450
|
-
display:block;
|
|
4451
|
-
background-repeat:no-repeat;
|
|
4452
|
-
cursor:pointer;
|
|
4453
|
-
overflow:hidden;
|
|
4454
|
-
background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42l-.726 3.663a1.255 1.255 0 01-1.232 1.011h-1.827a1.255 1.255 0 01-1.229-1.509l2.501-12.095a1.255 1.255 0 011.23-1.001h.197a1.255 1.255 0 011.12.685l3.19 6.273 3.125-6.263a1.255 1.255 0 011.123-.695h.181a1.255 1.255 0 011.227.991l1.443 6.71a5.11 5.11 0 01.314-.787l.009-.016a4.623 4.623 0 011.777-1.887c.782-.46 1.668-.667 2.611-.667a4.548 4.548 0 011.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 011.212.925 1.255 1.255 0 011.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4.314.319.566.676.763 1.064V4.701a1.255 1.255 0 011.255-1.255h1.86A1.255 1.255 0 0154.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.416 2.416 0 01-.682-1.71c0-.665.267-1.253.735-1.7a2.448 2.448 0 011.722-.674 2.43 2.43 0 011.705.675c.211.2.381.43.504.683V4.7a1.255 1.255 0 011.255-1.255h1.744A1.255 1.255 0 0165.812 4.7v3.335a4.76 4.76 0 011.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 011.67 1.743v-.98a1.255 1.255 0 011.256-1.256h1.777c.233 0 .451.064.639.174a3.407 3.407 0 011.567-.372c.346 0 .861.02 1.285.232a1.255 1.255 0 01.689 1.004 4.73 4.73 0 01.853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528 0 .343-.02.694-.056 1.051a1.255 1.255 0 01-.947 1.09l.408.952a1.255 1.255 0 01-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.815 5.815 0 01-.548-2.512c0-.286.017-.567.053-.843a1.255 1.255 0 01-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 01-1.256 1.256h-1.777a1.255 1.255 0 01-1.256-1.256V15.69l-.032.057a4.778 4.778 0 01-1.86 1.833 5.04 5.04 0 01-2.484.634 4.47 4.47 0 01-1.935-.424 1.252 1.252 0 01-.764.258h-1.71a1.255 1.255 0 01-1.256-1.255V7.687a2.402 2.402 0 01-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 01-1.256 1.255h-1.843a1.25 1.25 0 01-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 01-1.256-1.255v-1.251l-.061.117a4.703 4.703 0 01-1.782 1.884 4.767 4.767 0 01-2.485.67 5.6 5.6 0 01-1.485-.188l.009 2.764a1.255 1.255 0 01-1.255 1.259h-1.729a1.255 1.255 0 01-1.255-1.255v-3.537a1.255 1.255 0 01-1.167.793h-1.679a1.25 1.25 0 01-.77-.263 4.47 4.47 0 01-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a4.983 4.983 0 01-1.081-.836 1.255 1.255 0 01-1.254 1.312h-1.81a1.255 1.255 0 01-1.228-.99l-.782-3.625-2.044 3.939a1.255 1.255 0 01-1.115.676h-.098a1.255 1.255 0 01-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15c.329-.237.574-.499.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267c-.088-.22-.264-.438-.526-.658l-.032-.028a3.16 3.16 0 00-.668-.428l-.27-.12a3.293 3.293 0 00-1.235-.23c-.757 0-1.415.163-1.974.493a3.36 3.36 0 00-1.3 1.382c-.297.593-.444 1.284-.444 2.074 0 .8.17 1.503.51 2.107a3.795 3.795 0 001.382 1.381 3.883 3.883 0 001.893.477c.53 0 1.015-.11 1.455-.33zm-2.789-5.38c-.384.45-.575 1.038-.575 1.762 0 .735.186 1.332.559 1.794.384.45.933.675 1.645.675a2.25 2.25 0 00.934-.19 2.17 2.17 0 00.468-.29l.178-.161a2.163 2.163 0 00.397-.561c.163-.333.244-.717.244-1.15v-.115c0-.472-.098-.894-.296-1.267l-.043-.077a2.211 2.211 0 00-.633-.709l-.13-.086-.047-.028a2.099 2.099 0 00-1.073-.285c-.702 0-1.244.231-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.958.958 0 00-.353-.389.851.851 0 00-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.626 2.626 0 00.331.423c.213.22.464.402.755.548l.173.074c.433.17.93.255 1.49.255.68 0 1.295-.165 1.844-.493a3.447 3.447 0 001.316-1.4c.329-.603.493-1.299.493-2.089 0-1.273-.33-2.243-.988-2.913-.658-.68-1.52-1.02-2.584-1.02-.598 0-1.124.115-1.575.347a2.807 2.807 0 00-.415.262l-.199.166a3.35 3.35 0 00-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138c.137.193.297.36.48.5l.155.11.053.034c.34.197.713.297 1.119.297.714 0 1.262-.225 1.645-.675.385-.46.576-1.048.576-1.762 0-.746-.192-1.338-.576-1.777-.372-.45-.92-.675-1.645-.675-.29 0-.569.053-.835.16a2.366 2.366 0 00-.284.136 1.99 1.99 0 00-.363.254 2.237 2.237 0 00-.46.569l-.082.162a2.56 2.56 0 00-.213 1.072v.115c0 .471.098.894.296 1.267l.135.211zm.964-.818a1.11 1.11 0 00.367.385.937.937 0 00.476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a.995.995 0 00-.503.135l-.012.007a.859.859 0 00-.335.343c-.073.133-.132.324-.132.614v.115a1.43 1.43 0 00.14.66zm15.7-6.222c.232-.23.346-.516.346-.856a1.053 1.053 0 00-.345-.79 1.175 1.175 0 00-.84-.329c-.34 0-.625.11-.855.33a1.053 1.053 0 00-.346.79c0 .34.115.625.346.855.23.23.516.346.856.346.34 0 .62-.115.839-.346zm4.337 9.314l.033-1.332c.128.269.324.518.59.747l.098.081a3.727 3.727 0 00.316.224l.223.122a3.21 3.21 0 001.44.322 3.785 3.785 0 001.875-.477 3.52 3.52 0 001.382-1.366c.352-.593.526-1.29.526-2.09 0-.79-.147-1.48-.444-2.073a3.235 3.235 0 00-1.283-1.399c-.549-.34-1.195-.51-1.942-.51a3.476 3.476 0 00-1.527.344l-.086.043-.165.09a3.412 3.412 0 00-.33.214c-.288.21-.507.446-.656.707a1.893 1.893 0 00-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.482 2.482 0 00.566.7c.078.065.159.125.245.18l.144.08a2.105 2.105 0 00.975.232c.713 0 1.262-.225 1.645-.675.384-.46.576-1.053.576-1.778 0-.734-.192-1.327-.576-1.777-.373-.46-.921-.692-1.645-.692a2.18 2.18 0 00-1.015.235c-.147.075-.285.17-.415.282l-.15.142a2.086 2.086 0 00-.42.594c-.149.32-.223.685-.223 1.1v.115c0 .47.097.89.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.868.868 0 00-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.13 1.13 0 00.367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013c.23-.087.472-.134.724-.14l.069-.002c.329 0 .542.033.642.099l.247-1.794c-.13-.066-.37-.099-.717-.099a2.3 2.3 0 00-.545.063 2.086 2.086 0 00-.411.148 2.18 2.18 0 00-.4.249 2.482 2.482 0 00-.485.499 2.659 2.659 0 00-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884c0-.364.053-.678.159-.943a1.49 1.49 0 01.466-.636 2.52 2.52 0 01.399-.253 2.19 2.19 0 01.224-.099zm9.784 2.656l.05-.922c0-1.162-.285-2.062-.856-2.698-.559-.647-1.42-.97-2.584-.97-.746 0-1.415.163-2.007.493a3.462 3.462 0 00-1.4 1.382c-.329.604-.493 1.306-.493 2.106 0 .714.143 1.371.428 1.975.285.593.73 1.07 1.332 1.432.604.351 1.355.526 2.255.526.649 0 1.204-.062 1.668-.185l.044-.012.135-.04c.409-.122.736-.263.984-.421l-.542-1.267c-.2.108-.415.199-.642.274l-.297.087c-.34.088-.773.131-1.3.131-.636 0-1.135-.147-1.497-.444a1.573 1.573 0 01-.192-.193c-.244-.294-.415-.705-.512-1.234l-.004-.021h5.43zm-5.427-1.256l-.003.022h3.752v-.138c-.007-.485-.104-.857-.288-1.118a1.056 1.056 0 00-.156-.176c-.307-.285-.746-.428-1.316-.428-.657 0-1.155.202-1.494.604-.253.3-.417.712-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z' fill='%23000' fill-opacity='.4' fill-rule='evenodd'/%3E%3Cpath d='M19.63 11.151l-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81c-.68 0-1.311-.16-1.893-.478a3.795 3.795 0 01-1.381-1.382c-.34-.604-.51-1.306-.51-2.106 0-.79.147-1.482.444-2.074a3.364 3.364 0 011.3-1.382c.559-.33 1.217-.494 1.974-.494a3.293 3.293 0 011.234.231 3.341 3.341 0 01.97.575c.264.22.44.439.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332c-.186.395-.526.746-1.02 1.053a3.167 3.167 0 01-1.662.444zm.296-1.482c.626 0 1.152-.214 1.58-.642.428-.44.642-1.01.642-1.711v-.115c0-.472-.098-.894-.296-1.267a2.211 2.211 0 00-.807-.872 2.098 2.098 0 00-1.119-.313c-.702 0-1.245.231-1.629.692-.384.45-.575 1.037-.575 1.76 0 .736.186 1.333.559 1.795.384.45.933.675 1.645.675zm6.521-6.237h1.711v1.4c.604-1.065 1.547-1.597 2.83-1.597 1.064 0 1.926.34 2.584 1.02.659.67.988 1.641.988 2.914 0 .79-.164 1.487-.493 2.09a3.456 3.456 0 01-1.316 1.399 3.51 3.51 0 01-1.844.493c-.636 0-1.19-.11-1.662-.329a2.665 2.665 0 01-1.086-.97l.017 5.134h-1.728V9.242zm4.048 6.22c.714 0 1.262-.224 1.645-.674.385-.46.576-1.048.576-1.762 0-.746-.192-1.338-.576-1.777-.372-.45-.92-.675-1.645-.675-.395 0-.768.098-1.12.296-.34.187-.613.46-.822.823-.197.351-.296.763-.296 1.234v.115c0 .472.098.894.296 1.267.209.362.483.647.823.855.34.197.713.297 1.119.297z' fill='%23fff'/%3E%3Cpath d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.159 1.159 0 01-.856-.346 1.165 1.165 0 01-.346-.856 1.053 1.053 0 01.346-.79c.23-.219.516-.329.856-.329.329 0 .609.11.839.33a1.053 1.053 0 01.345.79 1.159 1.159 0 01-.345.855c-.22.23-.5.346-.84.346zm7.875 9.133a3.167 3.167 0 01-1.662-.444c-.482-.307-.817-.658-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283c.186-.438.548-.812 1.086-1.119a3.486 3.486 0 011.778-.477c.746 0 1.393.17 1.942.51a3.235 3.235 0 011.283 1.4c.297.592.444 1.282.444 2.072 0 .8-.175 1.498-.526 2.09a3.52 3.52 0 01-1.382 1.366 3.785 3.785 0 01-1.876.477zm-.296-1.481c.713 0 1.26-.225 1.645-.675.384-.46.577-1.053.577-1.778 0-.734-.193-1.327-.577-1.776-.373-.46-.921-.692-1.645-.692a2.115 2.115 0 00-1.58.659c-.428.428-.642.992-.642 1.694v.115c0 .473.098.895.296 1.267a2.385 2.385 0 00.807.872 2.1 2.1 0 001.119.313zm5.927-6.237h1.777v1.481c.176-.505.46-.91.856-1.217a2.14 2.14 0 011.349-.46c.351 0 .593.032.724.098l-.247 1.794c-.099-.066-.313-.099-.642-.099-.516 0-.988.164-1.416.494-.417.329-.626.855-.626 1.58v3.883h-1.777V9.242zm9.534 7.718c-.9 0-1.651-.175-2.255-.526-.603-.362-1.047-.84-1.332-1.432a4.567 4.567 0 01-.428-1.975c0-.8.164-1.502.493-2.106a3.462 3.462 0 011.4-1.382c.592-.33 1.262-.494 2.007-.494 1.163 0 2.024.324 2.584.97.57.637.856 1.537.856 2.7 0 .296-.017.603-.05.92h-5.43c.12.67.356 1.153.708 1.45.362.296.86.443 1.497.443.526 0 .96-.044 1.3-.131a4.123 4.123 0 00.938-.362l.542 1.267c-.274.175-.647.329-1.119.46-.472.132-1.042.197-1.711.197zm1.596-4.558c.01-.68-.137-1.158-.444-1.432-.307-.285-.746-.428-1.316-.428-1.152 0-1.815.62-1.991 1.86h3.752z' fill='%23e1e3e9'/%3E%3Cg fill-rule='evenodd' stroke-width='1.036'%3E%3Cpath d='M8.166 16.146l-.002.002a1.54 1.54 0 01-2.009 0l-.002-.002-.043-.034-.002-.002-.199-.162H4.377a.657.657 0 00-.659.659v1.84a.657.657 0 00.659.659h5.565a.657.657 0 00.659-.659v-1.84a.657.657 0 00-.659-.659H8.411l-.202.164zm-1.121-.905a.29.29 0 00.113.023.286.286 0 00.189-.07l.077-.063c.634-.508 4.672-3.743 4.672-7.575 0-2.55-2.215-4.625-4.938-4.625S2.221 5.006 2.221 7.556c0 3.225 2.86 6.027 4.144 7.137h.004l.04.038.484.4.077.063a.628.628 0 00.074.047zm-2.52-.548a16.898 16.898 0 01-1.183-1.315C2.187 11.942.967 9.897.967 7.555c0-3.319 2.855-5.88 6.192-5.88 3.338 0 6.193 2.561 6.193 5.881 0 2.34-1.22 4.387-2.376 5.822a16.898 16.898 0 01-1.182 1.315h.15a1.912 1.912 0 011.914 1.914v1.84a1.912 1.912 0 01-1.914 1.914H4.377a1.912 1.912 0 01-1.914-1.914v-1.84a1.912 1.912 0 011.914-1.914zm3.82-6.935c0 .692-.55 1.222-1.187 1.222s-1.185-.529-1.185-1.222.548-1.222 1.185-1.222c.638 0 1.186.529 1.186 1.222zm-1.186 2.477c1.348 0 2.442-1.11 2.442-2.478S8.507 5.28 7.159 5.28 4.72 6.39 4.72 7.758s1.092 2.477 2.44 2.477zm2.048 7.71H5.114v-.838h4.093z' fill='%23000' fill-opacity='.4'/%3E%3Cpath d='M2.222 7.555c0-2.55 2.214-4.625 4.937-4.625 2.723 0 4.938 2.075 4.938 4.625 0 3.832-4.038 7.068-4.672 7.575l-.077.063a.286.286 0 01-.189.07.286.286 0 01-.188-.07l-.077-.063c-.634-.507-4.672-3.743-4.672-7.575zm4.937 2.68c1.348 0 2.442-1.11 2.442-2.478S8.507 5.28 7.159 5.28 4.72 6.39 4.72 7.758s1.092 2.477 2.44 2.477z' fill='%23e1e3e9'/%3E%3Cpath d='M4.377 15.948a.657.657 0 00-.659.659v1.84a.657.657 0 00.659.659h5.565a.657.657 0 00.659-.659v-1.84a.657.657 0 00-.659-.659zm4.83 1.16H5.114v.838h4.093z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E")
|
|
4455
|
-
}
|
|
4456
|
-
|
|
4457
|
-
a.mapboxgl-ctrl-logo.mapboxgl-compact,a.maplibregl-ctrl-logo.maplibregl-compact{
|
|
4458
|
-
width:14px
|
|
4459
|
-
}
|
|
4460
|
-
|
|
4461
|
-
@media (-ms-high-contrast:active){
|
|
4462
|
-
a.mapboxgl-ctrl-logo,a.maplibregl-ctrl-logo{
|
|
4463
|
-
background-color:transparent;
|
|
4464
|
-
background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42l-.726 3.663a1.255 1.255 0 01-1.232 1.011h-1.827a1.255 1.255 0 01-1.229-1.509l2.501-12.095a1.255 1.255 0 011.23-1.001h.197a1.255 1.255 0 011.12.685l3.19 6.273 3.125-6.263a1.255 1.255 0 011.123-.695h.181a1.255 1.255 0 011.227.991l1.443 6.71a5.11 5.11 0 01.314-.787l.009-.016a4.623 4.623 0 011.777-1.887c.782-.46 1.668-.667 2.611-.667a4.548 4.548 0 011.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 011.212.925 1.255 1.255 0 011.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4.314.319.566.676.763 1.064V4.701a1.255 1.255 0 011.255-1.255h1.86A1.255 1.255 0 0154.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.416 2.416 0 01-.682-1.71c0-.665.267-1.253.735-1.7a2.448 2.448 0 011.722-.674 2.43 2.43 0 011.705.675c.211.2.381.43.504.683V4.7a1.255 1.255 0 011.255-1.255h1.744A1.255 1.255 0 0165.812 4.7v3.335a4.76 4.76 0 011.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 011.67 1.743v-.98a1.255 1.255 0 011.256-1.256h1.777c.233 0 .451.064.639.174a3.407 3.407 0 011.567-.372c.346 0 .861.02 1.285.232a1.255 1.255 0 01.689 1.004 4.73 4.73 0 01.853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528 0 .343-.02.694-.056 1.051a1.255 1.255 0 01-.947 1.09l.408.952a1.255 1.255 0 01-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.815 5.815 0 01-.548-2.512c0-.286.017-.567.053-.843a1.255 1.255 0 01-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 01-1.256 1.256h-1.777a1.255 1.255 0 01-1.256-1.256V15.69l-.032.057a4.778 4.778 0 01-1.86 1.833 5.04 5.04 0 01-2.484.634 4.47 4.47 0 01-1.935-.424 1.252 1.252 0 01-.764.258h-1.71a1.255 1.255 0 01-1.256-1.255V7.687a2.402 2.402 0 01-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 01-1.256 1.255h-1.843a1.25 1.25 0 01-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 01-1.256-1.255v-1.251l-.061.117a4.703 4.703 0 01-1.782 1.884 4.767 4.767 0 01-2.485.67 5.6 5.6 0 01-1.485-.188l.009 2.764a1.255 1.255 0 01-1.255 1.259h-1.729a1.255 1.255 0 01-1.255-1.255v-3.537a1.255 1.255 0 01-1.167.793h-1.679a1.25 1.25 0 01-.77-.263 4.47 4.47 0 01-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a4.983 4.983 0 01-1.081-.836 1.255 1.255 0 01-1.254 1.312h-1.81a1.255 1.255 0 01-1.228-.99l-.782-3.625-2.044 3.939a1.255 1.255 0 01-1.115.676h-.098a1.255 1.255 0 01-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15c.329-.237.574-.499.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267c-.088-.22-.264-.438-.526-.658l-.032-.028a3.16 3.16 0 00-.668-.428l-.27-.12a3.293 3.293 0 00-1.235-.23c-.757 0-1.415.163-1.974.493a3.36 3.36 0 00-1.3 1.382c-.297.593-.444 1.284-.444 2.074 0 .8.17 1.503.51 2.107a3.795 3.795 0 001.382 1.381 3.883 3.883 0 001.893.477c.53 0 1.015-.11 1.455-.33zm-2.789-5.38c-.384.45-.575 1.038-.575 1.762 0 .735.186 1.332.559 1.794.384.45.933.675 1.645.675a2.25 2.25 0 00.934-.19 2.17 2.17 0 00.468-.29l.178-.161a2.163 2.163 0 00.397-.561c.163-.333.244-.717.244-1.15v-.115c0-.472-.098-.894-.296-1.267l-.043-.077a2.211 2.211 0 00-.633-.709l-.13-.086-.047-.028a2.099 2.099 0 00-1.073-.285c-.702 0-1.244.231-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.958.958 0 00-.353-.389.851.851 0 00-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.626 2.626 0 00.331.423c.213.22.464.402.755.548l.173.074c.433.17.93.255 1.49.255.68 0 1.295-.165 1.844-.493a3.447 3.447 0 001.316-1.4c.329-.603.493-1.299.493-2.089 0-1.273-.33-2.243-.988-2.913-.658-.68-1.52-1.02-2.584-1.02-.598 0-1.124.115-1.575.347a2.807 2.807 0 00-.415.262l-.199.166a3.35 3.35 0 00-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138c.137.193.297.36.48.5l.155.11.053.034c.34.197.713.297 1.119.297.714 0 1.262-.225 1.645-.675.385-.46.576-1.048.576-1.762 0-.746-.192-1.338-.576-1.777-.372-.45-.92-.675-1.645-.675-.29 0-.569.053-.835.16a2.366 2.366 0 00-.284.136 1.99 1.99 0 00-.363.254 2.237 2.237 0 00-.46.569l-.082.162a2.56 2.56 0 00-.213 1.072v.115c0 .471.098.894.296 1.267l.135.211zm.964-.818a1.11 1.11 0 00.367.385.937.937 0 00.476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a.995.995 0 00-.503.135l-.012.007a.859.859 0 00-.335.343c-.073.133-.132.324-.132.614v.115a1.43 1.43 0 00.14.66zm15.7-6.222c.232-.23.346-.516.346-.856a1.053 1.053 0 00-.345-.79 1.175 1.175 0 00-.84-.329c-.34 0-.625.11-.855.33a1.053 1.053 0 00-.346.79c0 .34.115.625.346.855.23.23.516.346.856.346.34 0 .62-.115.839-.346zm4.337 9.314l.033-1.332c.128.269.324.518.59.747l.098.081a3.727 3.727 0 00.316.224l.223.122a3.21 3.21 0 001.44.322 3.785 3.785 0 001.875-.477 3.52 3.52 0 001.382-1.366c.352-.593.526-1.29.526-2.09 0-.79-.147-1.48-.444-2.073a3.235 3.235 0 00-1.283-1.399c-.549-.34-1.195-.51-1.942-.51a3.476 3.476 0 00-1.527.344l-.086.043-.165.09a3.412 3.412 0 00-.33.214c-.288.21-.507.446-.656.707a1.893 1.893 0 00-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.482 2.482 0 00.566.7c.078.065.159.125.245.18l.144.08a2.105 2.105 0 00.975.232c.713 0 1.262-.225 1.645-.675.384-.46.576-1.053.576-1.778 0-.734-.192-1.327-.576-1.777-.373-.46-.921-.692-1.645-.692a2.18 2.18 0 00-1.015.235c-.147.075-.285.17-.415.282l-.15.142a2.086 2.086 0 00-.42.594c-.149.32-.223.685-.223 1.1v.115c0 .47.097.89.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.868.868 0 00-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.13 1.13 0 00.367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013c.23-.087.472-.134.724-.14l.069-.002c.329 0 .542.033.642.099l.247-1.794c-.13-.066-.37-.099-.717-.099a2.3 2.3 0 00-.545.063 2.086 2.086 0 00-.411.148 2.18 2.18 0 00-.4.249 2.482 2.482 0 00-.485.499 2.659 2.659 0 00-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884c0-.364.053-.678.159-.943a1.49 1.49 0 01.466-.636 2.52 2.52 0 01.399-.253 2.19 2.19 0 01.224-.099zm9.784 2.656l.05-.922c0-1.162-.285-2.062-.856-2.698-.559-.647-1.42-.97-2.584-.97-.746 0-1.415.163-2.007.493a3.462 3.462 0 00-1.4 1.382c-.329.604-.493 1.306-.493 2.106 0 .714.143 1.371.428 1.975.285.593.73 1.07 1.332 1.432.604.351 1.355.526 2.255.526.649 0 1.204-.062 1.668-.185l.044-.012.135-.04c.409-.122.736-.263.984-.421l-.542-1.267c-.2.108-.415.199-.642.274l-.297.087c-.34.088-.773.131-1.3.131-.636 0-1.135-.147-1.497-.444a1.573 1.573 0 01-.192-.193c-.244-.294-.415-.705-.512-1.234l-.004-.021h5.43zm-5.427-1.256l-.003.022h3.752v-.138c-.007-.485-.104-.857-.288-1.118a1.056 1.056 0 00-.156-.176c-.307-.285-.746-.428-1.316-.428-.657 0-1.155.202-1.494.604-.253.3-.417.712-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z' fill='%23000' fill-opacity='.4' fill-rule='evenodd'/%3E%3Cpath d='M19.63 11.151l-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81c-.68 0-1.311-.16-1.893-.478a3.795 3.795 0 01-1.381-1.382c-.34-.604-.51-1.306-.51-2.106 0-.79.147-1.482.444-2.074a3.364 3.364 0 011.3-1.382c.559-.33 1.217-.494 1.974-.494a3.293 3.293 0 011.234.231 3.341 3.341 0 01.97.575c.264.22.44.439.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332c-.186.395-.526.746-1.02 1.053a3.167 3.167 0 01-1.662.444zm.296-1.482c.626 0 1.152-.214 1.58-.642.428-.44.642-1.01.642-1.711v-.115c0-.472-.098-.894-.296-1.267a2.211 2.211 0 00-.807-.872 2.098 2.098 0 00-1.119-.313c-.702 0-1.245.231-1.629.692-.384.45-.575 1.037-.575 1.76 0 .736.186 1.333.559 1.795.384.45.933.675 1.645.675zm6.521-6.237h1.711v1.4c.604-1.065 1.547-1.597 2.83-1.597 1.064 0 1.926.34 2.584 1.02.659.67.988 1.641.988 2.914 0 .79-.164 1.487-.493 2.09a3.456 3.456 0 01-1.316 1.399 3.51 3.51 0 01-1.844.493c-.636 0-1.19-.11-1.662-.329a2.665 2.665 0 01-1.086-.97l.017 5.134h-1.728V9.242zm4.048 6.22c.714 0 1.262-.224 1.645-.674.385-.46.576-1.048.576-1.762 0-.746-.192-1.338-.576-1.777-.372-.45-.92-.675-1.645-.675-.395 0-.768.098-1.12.296-.34.187-.613.46-.822.823-.197.351-.296.763-.296 1.234v.115c0 .472.098.894.296 1.267.209.362.483.647.823.855.34.197.713.297 1.119.297z' fill='%23fff'/%3E%3Cpath d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.159 1.159 0 01-.856-.346 1.165 1.165 0 01-.346-.856 1.053 1.053 0 01.346-.79c.23-.219.516-.329.856-.329.329 0 .609.11.839.33a1.053 1.053 0 01.345.79 1.159 1.159 0 01-.345.855c-.22.23-.5.346-.84.346zm7.875 9.133a3.167 3.167 0 01-1.662-.444c-.482-.307-.817-.658-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283c.186-.438.548-.812 1.086-1.119a3.486 3.486 0 011.778-.477c.746 0 1.393.17 1.942.51a3.235 3.235 0 011.283 1.4c.297.592.444 1.282.444 2.072 0 .8-.175 1.498-.526 2.09a3.52 3.52 0 01-1.382 1.366 3.785 3.785 0 01-1.876.477zm-.296-1.481c.713 0 1.26-.225 1.645-.675.384-.46.577-1.053.577-1.778 0-.734-.193-1.327-.577-1.776-.373-.46-.921-.692-1.645-.692a2.115 2.115 0 00-1.58.659c-.428.428-.642.992-.642 1.694v.115c0 .473.098.895.296 1.267a2.385 2.385 0 00.807.872 2.1 2.1 0 001.119.313zm5.927-6.237h1.777v1.481c.176-.505.46-.91.856-1.217a2.14 2.14 0 011.349-.46c.351 0 .593.032.724.098l-.247 1.794c-.099-.066-.313-.099-.642-.099-.516 0-.988.164-1.416.494-.417.329-.626.855-.626 1.58v3.883h-1.777V9.242zm9.534 7.718c-.9 0-1.651-.175-2.255-.526-.603-.362-1.047-.84-1.332-1.432a4.567 4.567 0 01-.428-1.975c0-.8.164-1.502.493-2.106a3.462 3.462 0 011.4-1.382c.592-.33 1.262-.494 2.007-.494 1.163 0 2.024.324 2.584.97.57.637.856 1.537.856 2.7 0 .296-.017.603-.05.92h-5.43c.12.67.356 1.153.708 1.45.362.296.86.443 1.497.443.526 0 .96-.044 1.3-.131a4.123 4.123 0 00.938-.362l.542 1.267c-.274.175-.647.329-1.119.46-.472.132-1.042.197-1.711.197zm1.596-4.558c.01-.68-.137-1.158-.444-1.432-.307-.285-.746-.428-1.316-.428-1.152 0-1.815.62-1.991 1.86h3.752z' fill='%23e1e3e9'/%3E%3Cg fill-rule='evenodd' stroke-width='1.036'%3E%3Cpath d='M8.166 16.146l-.002.002a1.54 1.54 0 01-2.009 0l-.002-.002-.043-.034-.002-.002-.199-.162H4.377a.657.657 0 00-.659.659v1.84a.657.657 0 00.659.659h5.565a.657.657 0 00.659-.659v-1.84a.657.657 0 00-.659-.659H8.411l-.202.164zm-1.121-.905a.29.29 0 00.113.023.286.286 0 00.189-.07l.077-.063c.634-.508 4.672-3.743 4.672-7.575 0-2.55-2.215-4.625-4.938-4.625S2.221 5.006 2.221 7.556c0 3.225 2.86 6.027 4.144 7.137h.004l.04.038.484.4.077.063a.628.628 0 00.074.047zm-2.52-.548a16.898 16.898 0 01-1.183-1.315C2.187 11.942.967 9.897.967 7.555c0-3.319 2.855-5.88 6.192-5.88 3.338 0 6.193 2.561 6.193 5.881 0 2.34-1.22 4.387-2.376 5.822a16.898 16.898 0 01-1.182 1.315h.15a1.912 1.912 0 011.914 1.914v1.84a1.912 1.912 0 01-1.914 1.914H4.377a1.912 1.912 0 01-1.914-1.914v-1.84a1.912 1.912 0 011.914-1.914zm3.82-6.935c0 .692-.55 1.222-1.187 1.222s-1.185-.529-1.185-1.222.548-1.222 1.185-1.222c.638 0 1.186.529 1.186 1.222zm-1.186 2.477c1.348 0 2.442-1.11 2.442-2.478S8.507 5.28 7.159 5.28 4.72 6.39 4.72 7.758s1.092 2.477 2.44 2.477zm2.048 7.71H5.114v-.838h4.093z' fill='%23000' fill-opacity='.4'/%3E%3Cpath d='M2.222 7.555c0-2.55 2.214-4.625 4.937-4.625 2.723 0 4.938 2.075 4.938 4.625 0 3.832-4.038 7.068-4.672 7.575l-.077.063a.286.286 0 01-.189.07.286.286 0 01-.188-.07l-.077-.063c-.634-.507-4.672-3.743-4.672-7.575zm4.937 2.68c1.348 0 2.442-1.11 2.442-2.478S8.507 5.28 7.159 5.28 4.72 6.39 4.72 7.758s1.092 2.477 2.44 2.477z' fill='%23e1e3e9'/%3E%3Cpath d='M4.377 15.948a.657.657 0 00-.659.659v1.84a.657.657 0 00.659.659h5.565a.657.657 0 00.659-.659v-1.84a.657.657 0 00-.659-.659zm4.83 1.16H5.114v.838h4.093z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E")
|
|
4465
|
-
}
|
|
4466
|
-
}
|
|
4467
|
-
|
|
4468
|
-
@media (-ms-high-contrast:black-on-white){
|
|
4469
|
-
a.mapboxgl-ctrl-logo,a.maplibregl-ctrl-logo{
|
|
4470
|
-
background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42l-.726 3.663a1.255 1.255 0 01-1.232 1.011h-1.827a1.255 1.255 0 01-1.229-1.509l2.501-12.095a1.255 1.255 0 011.23-1.001h.197a1.255 1.255 0 011.12.685l3.19 6.273 3.125-6.263a1.255 1.255 0 011.123-.695h.181a1.255 1.255 0 011.227.991l1.443 6.71a5.11 5.11 0 01.314-.787l.009-.016a4.623 4.623 0 011.777-1.887c.782-.46 1.668-.667 2.611-.667a4.548 4.548 0 011.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 011.212.925 1.255 1.255 0 011.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4.314.319.566.676.763 1.064V4.701a1.255 1.255 0 011.255-1.255h1.86A1.255 1.255 0 0154.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.416 2.416 0 01-.682-1.71c0-.665.267-1.253.735-1.7a2.448 2.448 0 011.722-.674 2.43 2.43 0 011.705.675c.211.2.381.43.504.683V4.7a1.255 1.255 0 011.255-1.255h1.744A1.255 1.255 0 0165.812 4.7v3.335a4.76 4.76 0 011.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 011.67 1.743v-.98a1.255 1.255 0 011.256-1.256h1.777c.233 0 .451.064.639.174a3.407 3.407 0 011.567-.372c.346 0 .861.02 1.285.232a1.255 1.255 0 01.689 1.004 4.73 4.73 0 01.853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528 0 .343-.02.694-.056 1.051a1.255 1.255 0 01-.947 1.09l.408.952a1.255 1.255 0 01-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.815 5.815 0 01-.548-2.512c0-.286.017-.567.053-.843a1.255 1.255 0 01-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 01-1.256 1.256h-1.777a1.255 1.255 0 01-1.256-1.256V15.69l-.032.057a4.778 4.778 0 01-1.86 1.833 5.04 5.04 0 01-2.484.634 4.47 4.47 0 01-1.935-.424 1.252 1.252 0 01-.764.258h-1.71a1.255 1.255 0 01-1.256-1.255V7.687a2.402 2.402 0 01-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 01-1.256 1.255h-1.843a1.25 1.25 0 01-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 01-1.256-1.255v-1.251l-.061.117a4.703 4.703 0 01-1.782 1.884 4.767 4.767 0 01-2.485.67 5.6 5.6 0 01-1.485-.188l.009 2.764a1.255 1.255 0 01-1.255 1.259h-1.729a1.255 1.255 0 01-1.255-1.255v-3.537a1.255 1.255 0 01-1.167.793h-1.679a1.25 1.25 0 01-.77-.263 4.47 4.47 0 01-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a4.983 4.983 0 01-1.081-.836 1.255 1.255 0 01-1.254 1.312h-1.81a1.255 1.255 0 01-1.228-.99l-.782-3.625-2.044 3.939a1.255 1.255 0 01-1.115.676h-.098a1.255 1.255 0 01-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15c.329-.237.574-.499.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267c-.088-.22-.264-.438-.526-.658l-.032-.028a3.16 3.16 0 00-.668-.428l-.27-.12a3.293 3.293 0 00-1.235-.23c-.757 0-1.415.163-1.974.493a3.36 3.36 0 00-1.3 1.382c-.297.593-.444 1.284-.444 2.074 0 .8.17 1.503.51 2.107a3.795 3.795 0 001.382 1.381 3.883 3.883 0 001.893.477c.53 0 1.015-.11 1.455-.33zm-2.789-5.38c-.384.45-.575 1.038-.575 1.762 0 .735.186 1.332.559 1.794.384.45.933.675 1.645.675a2.25 2.25 0 00.934-.19 2.17 2.17 0 00.468-.29l.178-.161a2.163 2.163 0 00.397-.561c.163-.333.244-.717.244-1.15v-.115c0-.472-.098-.894-.296-1.267l-.043-.077a2.211 2.211 0 00-.633-.709l-.13-.086-.047-.028a2.099 2.099 0 00-1.073-.285c-.702 0-1.244.231-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.958.958 0 00-.353-.389.851.851 0 00-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.626 2.626 0 00.331.423c.213.22.464.402.755.548l.173.074c.433.17.93.255 1.49.255.68 0 1.295-.165 1.844-.493a3.447 3.447 0 001.316-1.4c.329-.603.493-1.299.493-2.089 0-1.273-.33-2.243-.988-2.913-.658-.68-1.52-1.02-2.584-1.02-.598 0-1.124.115-1.575.347a2.807 2.807 0 00-.415.262l-.199.166a3.35 3.35 0 00-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138c.137.193.297.36.48.5l.155.11.053.034c.34.197.713.297 1.119.297.714 0 1.262-.225 1.645-.675.385-.46.576-1.048.576-1.762 0-.746-.192-1.338-.576-1.777-.372-.45-.92-.675-1.645-.675-.29 0-.569.053-.835.16a2.366 2.366 0 00-.284.136 1.99 1.99 0 00-.363.254 2.237 2.237 0 00-.46.569l-.082.162a2.56 2.56 0 00-.213 1.072v.115c0 .471.098.894.296 1.267l.135.211zm.964-.818a1.11 1.11 0 00.367.385.937.937 0 00.476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a.995.995 0 00-.503.135l-.012.007a.859.859 0 00-.335.343c-.073.133-.132.324-.132.614v.115a1.43 1.43 0 00.14.66zm15.7-6.222c.232-.23.346-.516.346-.856a1.053 1.053 0 00-.345-.79 1.175 1.175 0 00-.84-.329c-.34 0-.625.11-.855.33a1.053 1.053 0 00-.346.79c0 .34.115.625.346.855.23.23.516.346.856.346.34 0 .62-.115.839-.346zm4.337 9.314l.033-1.332c.128.269.324.518.59.747l.098.081a3.727 3.727 0 00.316.224l.223.122a3.21 3.21 0 001.44.322 3.785 3.785 0 001.875-.477 3.52 3.52 0 001.382-1.366c.352-.593.526-1.29.526-2.09 0-.79-.147-1.48-.444-2.073a3.235 3.235 0 00-1.283-1.399c-.549-.34-1.195-.51-1.942-.51a3.476 3.476 0 00-1.527.344l-.086.043-.165.09a3.412 3.412 0 00-.33.214c-.288.21-.507.446-.656.707a1.893 1.893 0 00-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.482 2.482 0 00.566.7c.078.065.159.125.245.18l.144.08a2.105 2.105 0 00.975.232c.713 0 1.262-.225 1.645-.675.384-.46.576-1.053.576-1.778 0-.734-.192-1.327-.576-1.777-.373-.46-.921-.692-1.645-.692a2.18 2.18 0 00-1.015.235c-.147.075-.285.17-.415.282l-.15.142a2.086 2.086 0 00-.42.594c-.149.32-.223.685-.223 1.1v.115c0 .47.097.89.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.868.868 0 00-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.13 1.13 0 00.367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013c.23-.087.472-.134.724-.14l.069-.002c.329 0 .542.033.642.099l.247-1.794c-.13-.066-.37-.099-.717-.099a2.3 2.3 0 00-.545.063 2.086 2.086 0 00-.411.148 2.18 2.18 0 00-.4.249 2.482 2.482 0 00-.485.499 2.659 2.659 0 00-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884c0-.364.053-.678.159-.943a1.49 1.49 0 01.466-.636 2.52 2.52 0 01.399-.253 2.19 2.19 0 01.224-.099zm9.784 2.656l.05-.922c0-1.162-.285-2.062-.856-2.698-.559-.647-1.42-.97-2.584-.97-.746 0-1.415.163-2.007.493a3.462 3.462 0 00-1.4 1.382c-.329.604-.493 1.306-.493 2.106 0 .714.143 1.371.428 1.975.285.593.73 1.07 1.332 1.432.604.351 1.355.526 2.255.526.649 0 1.204-.062 1.668-.185l.044-.012.135-.04c.409-.122.736-.263.984-.421l-.542-1.267c-.2.108-.415.199-.642.274l-.297.087c-.34.088-.773.131-1.3.131-.636 0-1.135-.147-1.497-.444a1.573 1.573 0 01-.192-.193c-.244-.294-.415-.705-.512-1.234l-.004-.021h5.43zm-5.427-1.256l-.003.022h3.752v-.138c-.007-.485-.104-.857-.288-1.118a1.056 1.056 0 00-.156-.176c-.307-.285-.746-.428-1.316-.428-.657 0-1.155.202-1.494.604-.253.3-.417.712-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z' fill='%23000' fill-opacity='.4' fill-rule='evenodd'/%3E%3Cpath d='M19.63 11.151l-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81c-.68 0-1.311-.16-1.893-.478a3.795 3.795 0 01-1.381-1.382c-.34-.604-.51-1.306-.51-2.106 0-.79.147-1.482.444-2.074a3.364 3.364 0 011.3-1.382c.559-.33 1.217-.494 1.974-.494a3.293 3.293 0 011.234.231 3.341 3.341 0 01.97.575c.264.22.44.439.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332c-.186.395-.526.746-1.02 1.053a3.167 3.167 0 01-1.662.444zm.296-1.482c.626 0 1.152-.214 1.58-.642.428-.44.642-1.01.642-1.711v-.115c0-.472-.098-.894-.296-1.267a2.211 2.211 0 00-.807-.872 2.098 2.098 0 00-1.119-.313c-.702 0-1.245.231-1.629.692-.384.45-.575 1.037-.575 1.76 0 .736.186 1.333.559 1.795.384.45.933.675 1.645.675zm6.521-6.237h1.711v1.4c.604-1.065 1.547-1.597 2.83-1.597 1.064 0 1.926.34 2.584 1.02.659.67.988 1.641.988 2.914 0 .79-.164 1.487-.493 2.09a3.456 3.456 0 01-1.316 1.399 3.51 3.51 0 01-1.844.493c-.636 0-1.19-.11-1.662-.329a2.665 2.665 0 01-1.086-.97l.017 5.134h-1.728V9.242zm4.048 6.22c.714 0 1.262-.224 1.645-.674.385-.46.576-1.048.576-1.762 0-.746-.192-1.338-.576-1.777-.372-.45-.92-.675-1.645-.675-.395 0-.768.098-1.12.296-.34.187-.613.46-.822.823-.197.351-.296.763-.296 1.234v.115c0 .472.098.894.296 1.267.209.362.483.647.823.855.34.197.713.297 1.119.297z' fill='%23fff'/%3E%3Cpath d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.159 1.159 0 01-.856-.346 1.165 1.165 0 01-.346-.856 1.053 1.053 0 01.346-.79c.23-.219.516-.329.856-.329.329 0 .609.11.839.33a1.053 1.053 0 01.345.79 1.159 1.159 0 01-.345.855c-.22.23-.5.346-.84.346zm7.875 9.133a3.167 3.167 0 01-1.662-.444c-.482-.307-.817-.658-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283c.186-.438.548-.812 1.086-1.119a3.486 3.486 0 011.778-.477c.746 0 1.393.17 1.942.51a3.235 3.235 0 011.283 1.4c.297.592.444 1.282.444 2.072 0 .8-.175 1.498-.526 2.09a3.52 3.52 0 01-1.382 1.366 3.785 3.785 0 01-1.876.477zm-.296-1.481c.713 0 1.26-.225 1.645-.675.384-.46.577-1.053.577-1.778 0-.734-.193-1.327-.577-1.776-.373-.46-.921-.692-1.645-.692a2.115 2.115 0 00-1.58.659c-.428.428-.642.992-.642 1.694v.115c0 .473.098.895.296 1.267a2.385 2.385 0 00.807.872 2.1 2.1 0 001.119.313zm5.927-6.237h1.777v1.481c.176-.505.46-.91.856-1.217a2.14 2.14 0 011.349-.46c.351 0 .593.032.724.098l-.247 1.794c-.099-.066-.313-.099-.642-.099-.516 0-.988.164-1.416.494-.417.329-.626.855-.626 1.58v3.883h-1.777V9.242zm9.534 7.718c-.9 0-1.651-.175-2.255-.526-.603-.362-1.047-.84-1.332-1.432a4.567 4.567 0 01-.428-1.975c0-.8.164-1.502.493-2.106a3.462 3.462 0 011.4-1.382c.592-.33 1.262-.494 2.007-.494 1.163 0 2.024.324 2.584.97.57.637.856 1.537.856 2.7 0 .296-.017.603-.05.92h-5.43c.12.67.356 1.153.708 1.45.362.296.86.443 1.497.443.526 0 .96-.044 1.3-.131a4.123 4.123 0 00.938-.362l.542 1.267c-.274.175-.647.329-1.119.46-.472.132-1.042.197-1.711.197zm1.596-4.558c.01-.68-.137-1.158-.444-1.432-.307-.285-.746-.428-1.316-.428-1.152 0-1.815.62-1.991 1.86h3.752z' fill='%23e1e3e9'/%3E%3Cg fill-rule='evenodd' stroke-width='1.036'%3E%3Cpath d='M8.166 16.146l-.002.002a1.54 1.54 0 01-2.009 0l-.002-.002-.043-.034-.002-.002-.199-.162H4.377a.657.657 0 00-.659.659v1.84a.657.657 0 00.659.659h5.565a.657.657 0 00.659-.659v-1.84a.657.657 0 00-.659-.659H8.411l-.202.164zm-1.121-.905a.29.29 0 00.113.023.286.286 0 00.189-.07l.077-.063c.634-.508 4.672-3.743 4.672-7.575 0-2.55-2.215-4.625-4.938-4.625S2.221 5.006 2.221 7.556c0 3.225 2.86 6.027 4.144 7.137h.004l.04.038.484.4.077.063a.628.628 0 00.074.047zm-2.52-.548a16.898 16.898 0 01-1.183-1.315C2.187 11.942.967 9.897.967 7.555c0-3.319 2.855-5.88 6.192-5.88 3.338 0 6.193 2.561 6.193 5.881 0 2.34-1.22 4.387-2.376 5.822a16.898 16.898 0 01-1.182 1.315h.15a1.912 1.912 0 011.914 1.914v1.84a1.912 1.912 0 01-1.914 1.914H4.377a1.912 1.912 0 01-1.914-1.914v-1.84a1.912 1.912 0 011.914-1.914zm3.82-6.935c0 .692-.55 1.222-1.187 1.222s-1.185-.529-1.185-1.222.548-1.222 1.185-1.222c.638 0 1.186.529 1.186 1.222zm-1.186 2.477c1.348 0 2.442-1.11 2.442-2.478S8.507 5.28 7.159 5.28 4.72 6.39 4.72 7.758s1.092 2.477 2.44 2.477zm2.048 7.71H5.114v-.838h4.093z' fill='%23000' fill-opacity='.4'/%3E%3Cpath d='M2.222 7.555c0-2.55 2.214-4.625 4.937-4.625 2.723 0 4.938 2.075 4.938 4.625 0 3.832-4.038 7.068-4.672 7.575l-.077.063a.286.286 0 01-.189.07.286.286 0 01-.188-.07l-.077-.063c-.634-.507-4.672-3.743-4.672-7.575zm4.937 2.68c1.348 0 2.442-1.11 2.442-2.478S8.507 5.28 7.159 5.28 4.72 6.39 4.72 7.758s1.092 2.477 2.44 2.477z' fill='%23e1e3e9'/%3E%3Cpath d='M4.377 15.948a.657.657 0 00-.659.659v1.84a.657.657 0 00.659.659h5.565a.657.657 0 00.659-.659v-1.84a.657.657 0 00-.659-.659zm4.83 1.16H5.114v.838h4.093z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E")
|
|
4471
|
-
}
|
|
4472
|
-
}
|
|
4473
|
-
|
|
4474
|
-
.mapboxgl-ctrl.mapboxgl-ctrl-attrib,.maplibregl-ctrl.maplibregl-ctrl-attrib{
|
|
4475
|
-
padding:0 5px;
|
|
4476
|
-
background-color:hsla(0,0%,100%,.5);
|
|
4477
|
-
margin:0
|
|
4478
|
-
}
|
|
4479
|
-
|
|
4480
|
-
@media screen{
|
|
4481
|
-
.mapboxgl-ctrl-attrib.mapboxgl-compact,.maplibregl-ctrl-attrib.maplibregl-compact{
|
|
4482
|
-
min-height:20px;
|
|
4483
|
-
padding:2px 24px 2px 0;
|
|
4484
|
-
margin:10px;
|
|
4485
|
-
position:relative;
|
|
4486
|
-
background-color:#fff;
|
|
4487
|
-
border-radius:12px
|
|
4488
|
-
}
|
|
4489
|
-
|
|
4490
|
-
.mapboxgl-ctrl-attrib.mapboxgl-compact-show,.maplibregl-ctrl-attrib.maplibregl-compact-show{
|
|
4491
|
-
padding:2px 28px 2px 8px;
|
|
4492
|
-
visibility:visible
|
|
4493
|
-
}
|
|
4494
|
-
|
|
4495
|
-
.mapboxgl-ctrl-bottom-left>.mapboxgl-ctrl-attrib.mapboxgl-compact-show,.mapboxgl-ctrl-top-left>.mapboxgl-ctrl-attrib.mapboxgl-compact-show,.maplibregl-ctrl-bottom-left>.maplibregl-ctrl-attrib.maplibregl-compact-show,.maplibregl-ctrl-top-left>.maplibregl-ctrl-attrib.maplibregl-compact-show{
|
|
4496
|
-
padding:2px 8px 2px 28px;
|
|
4497
|
-
border-radius:12px
|
|
4498
|
-
}
|
|
4499
|
-
|
|
4500
|
-
.mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-inner,.maplibregl-ctrl-attrib.maplibregl-compact .maplibregl-ctrl-attrib-inner{
|
|
4501
|
-
display:none
|
|
4502
|
-
}
|
|
4503
|
-
|
|
4504
|
-
.mapboxgl-ctrl-attrib-button,.maplibregl-ctrl-attrib-button{
|
|
4505
|
-
display:none;
|
|
4506
|
-
cursor:pointer;
|
|
4507
|
-
position:absolute;
|
|
4508
|
-
background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd'%3E%3Cpath d='M4 10a6 6 0 1012 0 6 6 0 10-12 0m5-3a1 1 0 102 0 1 1 0 10-2 0m0 3a1 1 0 112 0v3a1 1 0 11-2 0'/%3E%3C/svg%3E");
|
|
4509
|
-
background-color:hsla(0,0%,100%,.5);
|
|
4510
|
-
width:24px;
|
|
4511
|
-
height:24px;
|
|
4512
|
-
box-sizing:border-box;
|
|
4513
|
-
border-radius:12px;
|
|
4514
|
-
outline:none;
|
|
4515
|
-
top:0;
|
|
4516
|
-
right:0;
|
|
4517
|
-
border:0
|
|
4518
|
-
}
|
|
4519
|
-
|
|
4520
|
-
.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl-attrib-button,.mapboxgl-ctrl-top-left .mapboxgl-ctrl-attrib-button,.maplibregl-ctrl-bottom-left .maplibregl-ctrl-attrib-button,.maplibregl-ctrl-top-left .maplibregl-ctrl-attrib-button{
|
|
4521
|
-
left:0
|
|
4522
|
-
}
|
|
4523
|
-
|
|
4524
|
-
.mapboxgl-ctrl-attrib.mapboxgl-compact-show .mapboxgl-ctrl-attrib-inner,.mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-button,.maplibregl-ctrl-attrib.maplibregl-compact-show .maplibregl-ctrl-attrib-inner,.maplibregl-ctrl-attrib.maplibregl-compact .maplibregl-ctrl-attrib-button{
|
|
4525
|
-
display:block
|
|
4526
|
-
}
|
|
4527
|
-
|
|
4528
|
-
.mapboxgl-ctrl-attrib.mapboxgl-compact-show .mapboxgl-ctrl-attrib-button,.maplibregl-ctrl-attrib.maplibregl-compact-show .maplibregl-ctrl-attrib-button{
|
|
4529
|
-
background-color:rgba(0,0,0,.05)
|
|
4530
|
-
}
|
|
4531
|
-
|
|
4532
|
-
.mapboxgl-ctrl-bottom-right>.mapboxgl-ctrl-attrib.mapboxgl-compact:after,.maplibregl-ctrl-bottom-right>.maplibregl-ctrl-attrib.maplibregl-compact:after{
|
|
4533
|
-
bottom:0;
|
|
4534
|
-
right:0
|
|
4535
|
-
}
|
|
4536
|
-
|
|
4537
|
-
.mapboxgl-ctrl-top-right>.mapboxgl-ctrl-attrib.mapboxgl-compact:after,.maplibregl-ctrl-top-right>.maplibregl-ctrl-attrib.maplibregl-compact:after{
|
|
4538
|
-
top:0;
|
|
4539
|
-
right:0
|
|
4540
|
-
}
|
|
4541
|
-
|
|
4542
|
-
.mapboxgl-ctrl-top-left>.mapboxgl-ctrl-attrib.mapboxgl-compact:after,.maplibregl-ctrl-top-left>.maplibregl-ctrl-attrib.maplibregl-compact:after{
|
|
4543
|
-
top:0;
|
|
4544
|
-
left:0
|
|
4545
|
-
}
|
|
4546
|
-
|
|
4547
|
-
.mapboxgl-ctrl-bottom-left>.mapboxgl-ctrl-attrib.mapboxgl-compact:after,.maplibregl-ctrl-bottom-left>.maplibregl-ctrl-attrib.maplibregl-compact:after{
|
|
4548
|
-
bottom:0;
|
|
4549
|
-
left:0
|
|
4550
|
-
}
|
|
4551
|
-
}
|
|
4552
|
-
|
|
4553
|
-
@media screen and (-ms-high-contrast:active){
|
|
4554
|
-
.mapboxgl-ctrl-attrib.mapboxgl-compact:after,.maplibregl-ctrl-attrib.maplibregl-compact:after{
|
|
4555
|
-
background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' fill='%23fff'%3E%3Cpath d='M4 10a6 6 0 1012 0 6 6 0 10-12 0m5-3a1 1 0 102 0 1 1 0 10-2 0m0 3a1 1 0 112 0v3a1 1 0 11-2 0'/%3E%3C/svg%3E")
|
|
4556
|
-
}
|
|
4557
|
-
}
|
|
4558
|
-
|
|
4559
|
-
@media screen and (-ms-high-contrast:black-on-white){
|
|
4560
|
-
.mapboxgl-ctrl-attrib.mapboxgl-compact:after,.maplibregl-ctrl-attrib.maplibregl-compact:after{
|
|
4561
|
-
background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd'%3E%3Cpath d='M4 10a6 6 0 1012 0 6 6 0 10-12 0m5-3a1 1 0 102 0 1 1 0 10-2 0m0 3a1 1 0 112 0v3a1 1 0 11-2 0'/%3E%3C/svg%3E")
|
|
4562
|
-
}
|
|
4563
|
-
}
|
|
4564
|
-
|
|
4565
|
-
.mapboxgl-ctrl-attrib a,.maplibregl-ctrl-attrib a{
|
|
4566
|
-
color:rgba(0,0,0,.75);
|
|
4567
|
-
text-decoration:none
|
|
4568
|
-
}
|
|
4569
|
-
|
|
4570
|
-
.mapboxgl-ctrl-attrib a:hover,.maplibregl-ctrl-attrib a:hover{
|
|
4571
|
-
color:inherit;
|
|
4572
|
-
text-decoration:underline
|
|
4573
|
-
}
|
|
4574
|
-
|
|
4575
|
-
.mapboxgl-ctrl-attrib .mapbox-improve-map,.maplibregl-ctrl-attrib .mapbox-improve-map{
|
|
4576
|
-
font-weight:700;
|
|
4577
|
-
margin-left:2px
|
|
4578
|
-
}
|
|
4579
|
-
|
|
4580
|
-
.mapboxgl-attrib-empty,.maplibregl-attrib-empty{
|
|
4581
|
-
display:none
|
|
4582
|
-
}
|
|
4583
|
-
|
|
4584
|
-
.mapboxgl-ctrl-scale,.maplibregl-ctrl-scale{
|
|
4585
|
-
background-color:hsla(0,0%,100%,.75);
|
|
4586
|
-
font-size:10px;
|
|
4587
|
-
border:2px solid #333;
|
|
4588
|
-
border-top:#333;
|
|
4589
|
-
padding:0 5px;
|
|
4590
|
-
color:#333;
|
|
4591
|
-
box-sizing:border-box
|
|
4592
|
-
}
|
|
4593
|
-
|
|
4594
|
-
.mapboxgl-popup,.maplibregl-popup{
|
|
4595
|
-
position:absolute;
|
|
4596
|
-
top:0;
|
|
4597
|
-
left:0;
|
|
4598
|
-
display:flex;
|
|
4599
|
-
will-change:transform;
|
|
4600
|
-
pointer-events:none
|
|
4601
|
-
}
|
|
4602
|
-
|
|
4603
|
-
.mapboxgl-popup-anchor-top,.mapboxgl-popup-anchor-top-left,.mapboxgl-popup-anchor-top-right,.maplibregl-popup-anchor-top,.maplibregl-popup-anchor-top-left,.maplibregl-popup-anchor-top-right{
|
|
4604
|
-
flex-direction:column
|
|
4605
|
-
}
|
|
4606
|
-
|
|
4607
|
-
.mapboxgl-popup-anchor-bottom,.mapboxgl-popup-anchor-bottom-left,.mapboxgl-popup-anchor-bottom-right,.maplibregl-popup-anchor-bottom,.maplibregl-popup-anchor-bottom-left,.maplibregl-popup-anchor-bottom-right{
|
|
4608
|
-
flex-direction:column-reverse
|
|
4609
|
-
}
|
|
4610
|
-
|
|
4611
|
-
.mapboxgl-popup-anchor-left,.maplibregl-popup-anchor-left{
|
|
4612
|
-
flex-direction:row
|
|
4613
|
-
}
|
|
4614
|
-
|
|
4615
|
-
.mapboxgl-popup-anchor-right,.maplibregl-popup-anchor-right{
|
|
4616
|
-
flex-direction:row-reverse
|
|
4617
|
-
}
|
|
4618
|
-
|
|
4619
|
-
.mapboxgl-popup-tip,.maplibregl-popup-tip{
|
|
4620
|
-
width:0;
|
|
4621
|
-
height:0;
|
|
4622
|
-
border:10px solid transparent;
|
|
4623
|
-
z-index:1
|
|
4624
|
-
}
|
|
4625
|
-
|
|
4626
|
-
.mapboxgl-popup-anchor-top .mapboxgl-popup-tip,.maplibregl-popup-anchor-top .maplibregl-popup-tip{
|
|
4627
|
-
align-self:center;
|
|
4628
|
-
border-top:none;
|
|
4629
|
-
border-bottom-color:#fff
|
|
4630
|
-
}
|
|
4631
|
-
|
|
4632
|
-
.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip,.maplibregl-popup-anchor-top-left .maplibregl-popup-tip{
|
|
4633
|
-
align-self:flex-start;
|
|
4634
|
-
border-top:none;
|
|
4635
|
-
border-left:none;
|
|
4636
|
-
border-bottom-color:#fff
|
|
4637
|
-
}
|
|
4638
|
-
|
|
4639
|
-
.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip,.maplibregl-popup-anchor-top-right .maplibregl-popup-tip{
|
|
4640
|
-
align-self:flex-end;
|
|
4641
|
-
border-top:none;
|
|
4642
|
-
border-right:none;
|
|
4643
|
-
border-bottom-color:#fff
|
|
4644
|
-
}
|
|
4645
|
-
|
|
4646
|
-
.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip,.maplibregl-popup-anchor-bottom .maplibregl-popup-tip{
|
|
4647
|
-
align-self:center;
|
|
4648
|
-
border-bottom:none;
|
|
4649
|
-
border-top-color:#fff
|
|
4650
|
-
}
|
|
4651
|
-
|
|
4652
|
-
.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip,.maplibregl-popup-anchor-bottom-left .maplibregl-popup-tip{
|
|
4653
|
-
align-self:flex-start;
|
|
4654
|
-
border-bottom:none;
|
|
4655
|
-
border-left:none;
|
|
4656
|
-
border-top-color:#fff
|
|
4657
|
-
}
|
|
4658
|
-
|
|
4659
|
-
.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip,.maplibregl-popup-anchor-bottom-right .maplibregl-popup-tip{
|
|
4660
|
-
align-self:flex-end;
|
|
4661
|
-
border-bottom:none;
|
|
4662
|
-
border-right:none;
|
|
4663
|
-
border-top-color:#fff
|
|
4664
|
-
}
|
|
4665
|
-
|
|
4666
|
-
.mapboxgl-popup-anchor-left .mapboxgl-popup-tip,.maplibregl-popup-anchor-left .maplibregl-popup-tip{
|
|
4667
|
-
align-self:center;
|
|
4668
|
-
border-left:none;
|
|
4669
|
-
border-right-color:#fff
|
|
4670
|
-
}
|
|
4671
|
-
|
|
4672
|
-
.mapboxgl-popup-anchor-right .mapboxgl-popup-tip,.maplibregl-popup-anchor-right .maplibregl-popup-tip{
|
|
4673
|
-
align-self:center;
|
|
4674
|
-
border-right:none;
|
|
4675
|
-
border-left-color:#fff
|
|
4676
|
-
}
|
|
4677
|
-
|
|
4678
|
-
.mapboxgl-popup-close-button,.maplibregl-popup-close-button{
|
|
4679
|
-
position:absolute;
|
|
4680
|
-
right:0;
|
|
4681
|
-
top:0;
|
|
4682
|
-
border:0;
|
|
4683
|
-
border-radius:0 3px 0 0;
|
|
4684
|
-
cursor:pointer;
|
|
4685
|
-
background-color:transparent
|
|
4686
|
-
}
|
|
4687
|
-
|
|
4688
|
-
.mapboxgl-popup-close-button:hover,.maplibregl-popup-close-button:hover{
|
|
4689
|
-
background-color:rgba(0,0,0,.05)
|
|
4690
|
-
}
|
|
4691
|
-
|
|
4692
|
-
.mapboxgl-popup-content,.maplibregl-popup-content{
|
|
4693
|
-
position:relative;
|
|
4694
|
-
background:#fff;
|
|
4695
|
-
border-radius:3px;
|
|
4696
|
-
box-shadow:0 1px 2px rgba(0,0,0,.1);
|
|
4697
|
-
padding:10px 10px 15px;
|
|
4698
|
-
pointer-events:auto
|
|
4699
|
-
}
|
|
4700
|
-
|
|
4701
|
-
.mapboxgl-popup-anchor-top-left .mapboxgl-popup-content,.maplibregl-popup-anchor-top-left .maplibregl-popup-content{
|
|
4702
|
-
border-top-left-radius:0
|
|
4703
|
-
}
|
|
4704
|
-
|
|
4705
|
-
.mapboxgl-popup-anchor-top-right .mapboxgl-popup-content,.maplibregl-popup-anchor-top-right .maplibregl-popup-content{
|
|
4706
|
-
border-top-right-radius:0
|
|
4707
|
-
}
|
|
4708
|
-
|
|
4709
|
-
.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-content,.maplibregl-popup-anchor-bottom-left .maplibregl-popup-content{
|
|
4710
|
-
border-bottom-left-radius:0
|
|
4711
|
-
}
|
|
4712
|
-
|
|
4713
|
-
.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-content,.maplibregl-popup-anchor-bottom-right .maplibregl-popup-content{
|
|
4714
|
-
border-bottom-right-radius:0
|
|
4715
|
-
}
|
|
4716
|
-
|
|
4717
|
-
.mapboxgl-popup-track-pointer,.maplibregl-popup-track-pointer{
|
|
4718
|
-
display:none
|
|
4719
|
-
}
|
|
4720
|
-
|
|
4721
|
-
.mapboxgl-popup-track-pointer *,.maplibregl-popup-track-pointer *{
|
|
4722
|
-
pointer-events:none;
|
|
4723
|
-
-webkit-user-select:none;
|
|
4724
|
-
-moz-user-select:none;
|
|
4725
|
-
-ms-user-select:none;
|
|
4726
|
-
user-select:none
|
|
4727
|
-
}
|
|
4728
|
-
|
|
4729
|
-
.mapboxgl-map:hover .mapboxgl-popup-track-pointer,.maplibregl-map:hover .maplibregl-popup-track-pointer{
|
|
4730
|
-
display:flex
|
|
4731
|
-
}
|
|
4732
|
-
|
|
4733
|
-
.mapboxgl-map:active .mapboxgl-popup-track-pointer,.maplibregl-map:active .maplibregl-popup-track-pointer{
|
|
4734
|
-
display:none
|
|
4735
|
-
}
|
|
4736
|
-
|
|
4737
|
-
.mapboxgl-marker,.maplibregl-marker{
|
|
4738
|
-
position:absolute;
|
|
4739
|
-
top:0;
|
|
4740
|
-
left:0;
|
|
4741
|
-
will-change:transform
|
|
4742
|
-
}
|
|
4743
|
-
|
|
4744
|
-
.mapboxgl-user-location-dot,.maplibregl-user-location-dot{
|
|
4745
|
-
background-color:#1da1f2;
|
|
4746
|
-
width:15px;
|
|
4747
|
-
height:15px;
|
|
4748
|
-
border-radius:50%
|
|
4749
|
-
}
|
|
4750
|
-
|
|
4751
|
-
.mapboxgl-user-location-dot:before,.maplibregl-user-location-dot:before{
|
|
4752
|
-
background-color:#1da1f2;
|
|
4753
|
-
content:"";
|
|
4754
|
-
width:15px;
|
|
4755
|
-
height:15px;
|
|
4756
|
-
border-radius:50%;
|
|
4757
|
-
position:absolute;
|
|
4758
|
-
-webkit-animation:maplibregl-user-location-dot-pulse 2s infinite;
|
|
4759
|
-
animation:maplibregl-user-location-dot-pulse 2s infinite
|
|
4760
|
-
}
|
|
4761
|
-
|
|
4762
|
-
.mapboxgl-user-location-dot:after,.maplibregl-user-location-dot:after{
|
|
4763
|
-
border-radius:50%;
|
|
4764
|
-
border:2px solid #fff;
|
|
4765
|
-
content:"";
|
|
4766
|
-
height:19px;
|
|
4767
|
-
left:-2px;
|
|
4768
|
-
position:absolute;
|
|
4769
|
-
top:-2px;
|
|
4770
|
-
width:19px;
|
|
4771
|
-
box-sizing:border-box;
|
|
4772
|
-
box-shadow:0 0 3px rgba(0,0,0,.35)
|
|
4773
|
-
}
|
|
4774
|
-
|
|
4775
|
-
@-webkit-keyframes maplibregl-user-location-dot-pulse{
|
|
4776
|
-
0%{
|
|
4777
|
-
-webkit-transform:scale(1);
|
|
4778
|
-
opacity:1
|
|
4779
|
-
}
|
|
4780
|
-
|
|
4781
|
-
70%{
|
|
4782
|
-
-webkit-transform:scale(3);
|
|
4783
|
-
opacity:0
|
|
4784
|
-
}
|
|
4785
|
-
|
|
4786
|
-
to{
|
|
4787
|
-
-webkit-transform:scale(1);
|
|
4788
|
-
opacity:0
|
|
4789
|
-
}
|
|
4790
|
-
}
|
|
4791
|
-
|
|
4792
|
-
@keyframes maplibregl-user-location-dot-pulse{
|
|
4793
|
-
0%{
|
|
4794
|
-
transform:scale(1);
|
|
4795
|
-
opacity:1
|
|
4796
|
-
}
|
|
4797
|
-
|
|
4798
|
-
70%{
|
|
4799
|
-
transform:scale(3);
|
|
4800
|
-
opacity:0
|
|
4801
|
-
}
|
|
4802
|
-
|
|
4803
|
-
to{
|
|
4804
|
-
transform:scale(1);
|
|
4805
|
-
opacity:0
|
|
4806
|
-
}
|
|
4807
|
-
}
|
|
4808
|
-
|
|
4809
|
-
.mapboxgl-user-location-dot-stale,.maplibregl-user-location-dot-stale{
|
|
4810
|
-
background-color:#aaa
|
|
4811
|
-
}
|
|
4812
|
-
|
|
4813
|
-
.mapboxgl-user-location-dot-stale:after,.maplibregl-user-location-dot-stale:after{
|
|
4814
|
-
display:none
|
|
4815
|
-
}
|
|
4816
|
-
|
|
4817
|
-
.mapboxgl-user-location-accuracy-circle,.maplibregl-user-location-accuracy-circle{
|
|
4818
|
-
background-color:rgba(29,161,242,.2);
|
|
4819
|
-
width:1px;
|
|
4820
|
-
height:1px;
|
|
4821
|
-
border-radius:100%
|
|
4822
|
-
}
|
|
4823
|
-
|
|
4824
|
-
.mapboxgl-crosshair,.mapboxgl-crosshair .mapboxgl-interactive,.mapboxgl-crosshair .mapboxgl-interactive:active,.maplibregl-crosshair,.maplibregl-crosshair .maplibregl-interactive,.maplibregl-crosshair .maplibregl-interactive:active{
|
|
4825
|
-
cursor:crosshair
|
|
4826
|
-
}
|
|
4827
|
-
|
|
4828
|
-
.mapboxgl-boxzoom,.maplibregl-boxzoom{
|
|
4829
|
-
position:absolute;
|
|
4830
|
-
top:0;
|
|
4831
|
-
left:0;
|
|
4832
|
-
width:0;
|
|
4833
|
-
height:0;
|
|
4834
|
-
background:#fff;
|
|
4835
|
-
border:2px dotted #202020;
|
|
4836
|
-
opacity:.5
|
|
4837
|
-
}
|
|
4838
|
-
|
|
4839
|
-
@media print{
|
|
4840
|
-
.mapbox-improve-map{
|
|
4841
|
-
display:none
|
|
4842
|
-
}
|
|
4843
|
-
}
|
|
3905
|
+
.mapboxgl-map,.maplibregl-map{font:12px/20px Helvetica Neue,Arial,Helvetica,sans-serif;overflow:hidden;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0)}
|
|
3906
|
+
.mapboxgl-canvas,.maplibregl-canvas{position:absolute;left:0;top:0}
|
|
3907
|
+
.mapboxgl-map:-webkit-full-screen,.maplibregl-map:-webkit-full-screen{width:100%;height:100%}
|
|
3908
|
+
.mapboxgl-canvas-container.mapboxgl-interactive,.mapboxgl-ctrl-group button.mapboxgl-ctrl-compass,.maplibregl-canvas-container.maplibregl-interactive,.maplibregl-ctrl-group button.maplibregl-ctrl-compass{cursor:-webkit-grab;cursor:grab;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}
|
|
3909
|
+
.mapboxgl-canvas-container.mapboxgl-interactive.mapboxgl-track-pointer,.maplibregl-canvas-container.maplibregl-interactive.maplibregl-track-pointer{cursor:pointer}
|
|
3910
|
+
.mapboxgl-canvas-container.mapboxgl-interactive:active,.mapboxgl-ctrl-group button.mapboxgl-ctrl-compass:active,.maplibregl-canvas-container.maplibregl-interactive:active,.maplibregl-ctrl-group button.maplibregl-ctrl-compass:active{cursor:-webkit-grabbing;cursor:grabbing}
|
|
3911
|
+
.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate,.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate .mapboxgl-canvas,.maplibregl-canvas-container.maplibregl-touch-zoom-rotate,.maplibregl-canvas-container.maplibregl-touch-zoom-rotate .maplibregl-canvas{touch-action:pan-x pan-y}
|
|
3912
|
+
.mapboxgl-canvas-container.mapboxgl-touch-drag-pan,.mapboxgl-canvas-container.mapboxgl-touch-drag-pan .mapboxgl-canvas,.maplibregl-canvas-container.maplibregl-touch-drag-pan,.maplibregl-canvas-container.maplibregl-touch-drag-pan .maplibregl-canvas{touch-action:pinch-zoom}
|
|
3913
|
+
.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan,.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan .mapboxgl-canvas,.maplibregl-canvas-container.maplibregl-touch-zoom-rotate.maplibregl-touch-drag-pan,.maplibregl-canvas-container.maplibregl-touch-zoom-rotate.maplibregl-touch-drag-pan .maplibregl-canvas{touch-action:none}
|
|
3914
|
+
.mapboxgl-ctrl-bottom-left,.mapboxgl-ctrl-bottom-right,.mapboxgl-ctrl-top-left,.mapboxgl-ctrl-top-right,.maplibregl-ctrl-bottom-left,.maplibregl-ctrl-bottom-right,.maplibregl-ctrl-top-left,.maplibregl-ctrl-top-right{position:absolute;pointer-events:none;z-index:2}
|
|
3915
|
+
.mapboxgl-ctrl-top-left,.maplibregl-ctrl-top-left{top:0;left:0}
|
|
3916
|
+
.mapboxgl-ctrl-top-right,.maplibregl-ctrl-top-right{top:0;right:0}
|
|
3917
|
+
.mapboxgl-ctrl-bottom-left,.maplibregl-ctrl-bottom-left{bottom:0;left:0}
|
|
3918
|
+
.mapboxgl-ctrl-bottom-right,.maplibregl-ctrl-bottom-right{right:0;bottom:0}
|
|
3919
|
+
.mapboxgl-ctrl,.maplibregl-ctrl{clear:both;pointer-events:auto;transform:translate(0)}
|
|
3920
|
+
.mapboxgl-ctrl-top-left .mapboxgl-ctrl,.maplibregl-ctrl-top-left .maplibregl-ctrl{margin:10px 0 0 10px;float:left}
|
|
3921
|
+
.mapboxgl-ctrl-top-right .mapboxgl-ctrl,.maplibregl-ctrl-top-right .maplibregl-ctrl{margin:10px 10px 0 0;float:right}
|
|
3922
|
+
.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl,.maplibregl-ctrl-bottom-left .maplibregl-ctrl{margin:0 0 10px 10px;float:left}
|
|
3923
|
+
.mapboxgl-ctrl-bottom-right .mapboxgl-ctrl,.maplibregl-ctrl-bottom-right .maplibregl-ctrl{margin:0 10px 10px 0;float:right}
|
|
3924
|
+
.mapboxgl-ctrl-group,.maplibregl-ctrl-group{border-radius:4px;background:#fff}
|
|
3925
|
+
.mapboxgl-ctrl-group:not(:empty),.maplibregl-ctrl-group:not(:empty){box-shadow:0 0 0 2px rgba(0,0,0,.1)}
|
|
3926
|
+
@media (-ms-high-contrast:active){.mapboxgl-ctrl-group:not(:empty),.maplibregl-ctrl-group:not(:empty){box-shadow:0 0 0 2px ButtonText}}
|
|
3927
|
+
.mapboxgl-ctrl-group button,.maplibregl-ctrl-group button{width:29px;height:29px;display:block;padding:0;outline:none;border:0;box-sizing:border-box;background-color:transparent;cursor:pointer}
|
|
3928
|
+
.mapboxgl-ctrl-group button+button,.maplibregl-ctrl-group button+button{border-top:1px solid #ddd}
|
|
3929
|
+
.mapboxgl-ctrl button .mapboxgl-ctrl-icon,.maplibregl-ctrl button .maplibregl-ctrl-icon{display:block;width:100%;height:100%;background-repeat:no-repeat;background-position:50%}
|
|
3930
|
+
@media (-ms-high-contrast:active){.mapboxgl-ctrl-icon,.maplibregl-ctrl-icon{background-color:transparent}.mapboxgl-ctrl-group button+button,.maplibregl-ctrl-group button+button{border-top:1px solid ButtonText}}
|
|
3931
|
+
.mapboxgl-ctrl button::-moz-focus-inner,.maplibregl-ctrl button::-moz-focus-inner{border:0;padding:0}
|
|
3932
|
+
.mapboxgl-ctrl-attrib-button:focus,.mapboxgl-ctrl-group button:focus,.maplibregl-ctrl-attrib-button:focus,.maplibregl-ctrl-group button:focus{box-shadow:0 0 2px 2px #0096ff}
|
|
3933
|
+
.mapboxgl-ctrl button:disabled,.maplibregl-ctrl button:disabled{cursor:not-allowed}
|
|
3934
|
+
.mapboxgl-ctrl button:disabled .mapboxgl-ctrl-icon,.maplibregl-ctrl button:disabled .maplibregl-ctrl-icon{opacity:.25}
|
|
3935
|
+
.mapboxgl-ctrl button:not(:disabled):hover,.maplibregl-ctrl button:not(:disabled):hover{background-color:rgba(0,0,0,.05)}
|
|
3936
|
+
.mapboxgl-ctrl-group button:focus:focus-visible,.maplibregl-ctrl-group button:focus:focus-visible{box-shadow:0 0 2px 2px #0096ff}
|
|
3937
|
+
.mapboxgl-ctrl-group button:focus:not(:focus-visible),.maplibregl-ctrl-group button:focus:not(:focus-visible){box-shadow:none}
|
|
3938
|
+
.mapboxgl-ctrl-group button:focus:first-child,.maplibregl-ctrl-group button:focus:first-child{border-radius:4px 4px 0 0}
|
|
3939
|
+
.mapboxgl-ctrl-group button:focus:last-child,.maplibregl-ctrl-group button:focus:last-child{border-radius:0 0 4px 4px}
|
|
3940
|
+
.mapboxgl-ctrl-group button:focus:only-child,.maplibregl-ctrl-group button:focus:only-child{border-radius:inherit}
|
|
3941
|
+
.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E")}
|
|
3942
|
+
.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E")}
|
|
3943
|
+
@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E")}}
|
|
3944
|
+
@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E")}}
|
|
3945
|
+
.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E")}
|
|
3946
|
+
.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E")}
|
|
3947
|
+
@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E")}}
|
|
3948
|
+
@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E")}}
|
|
3949
|
+
.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath d='M10.5 16l4 8 4-8h-8z' fill='%23ccc'/%3E%3C/svg%3E")}
|
|
3950
|
+
@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath d='M10.5 16l4 8 4-8h-8z' fill='%23999'/%3E%3C/svg%3E")}}
|
|
3951
|
+
@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath d='M10.5 16l4 8 4-8h-8z' fill='%23ccc'/%3E%3C/svg%3E")}}
|
|
3952
|
+
.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}
|
|
3953
|
+
.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23aaa'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath d='M14 5l1 1-9 9-1-1 9-9z' fill='red'/%3E%3C/svg%3E")}
|
|
3954
|
+
.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}
|
|
3955
|
+
.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}
|
|
3956
|
+
.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3C/svg%3E")}
|
|
3957
|
+
.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3C/svg%3E")}
|
|
3958
|
+
.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-waiting .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-waiting .maplibregl-ctrl-icon{-webkit-animation:maplibregl-spin 2s linear infinite;animation:maplibregl-spin 2s linear infinite}
|
|
3959
|
+
@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23999'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath d='M14 5l1 1-9 9-1-1 9-9z' fill='red'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3C/svg%3E")}}
|
|
3960
|
+
@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23666'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath d='M14 5l1 1-9 9-1-1 9-9z' fill='red'/%3E%3C/svg%3E")}}
|
|
3961
|
+
@-webkit-keyframes maplibregl-spin{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(1turn)}}
|
|
3962
|
+
@keyframes maplibregl-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
|
|
3963
|
+
a.mapboxgl-ctrl-logo,a.maplibregl-ctrl-logo{width:88px;height:23px;margin:0 0 -4px -4px;display:block;background-repeat:no-repeat;cursor:pointer;overflow:hidden;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42l-.726 3.663a1.255 1.255 0 01-1.232 1.011h-1.827a1.255 1.255 0 01-1.229-1.509l2.501-12.095a1.255 1.255 0 011.23-1.001h.197a1.255 1.255 0 011.12.685l3.19 6.273 3.125-6.263a1.255 1.255 0 011.123-.695h.181a1.255 1.255 0 011.227.991l1.443 6.71a5.11 5.11 0 01.314-.787l.009-.016a4.623 4.623 0 011.777-1.887c.782-.46 1.668-.667 2.611-.667a4.548 4.548 0 011.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 011.212.925 1.255 1.255 0 011.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4.314.319.566.676.763 1.064V4.701a1.255 1.255 0 011.255-1.255h1.86A1.255 1.255 0 0154.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.416 2.416 0 01-.682-1.71c0-.665.267-1.253.735-1.7a2.448 2.448 0 011.722-.674 2.43 2.43 0 011.705.675c.211.2.381.43.504.683V4.7a1.255 1.255 0 011.255-1.255h1.744A1.255 1.255 0 0165.812 4.7v3.335a4.76 4.76 0 011.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 011.67 1.743v-.98a1.255 1.255 0 011.256-1.256h1.777c.233 0 .451.064.639.174a3.407 3.407 0 011.567-.372c.346 0 .861.02 1.285.232a1.255 1.255 0 01.689 1.004 4.73 4.73 0 01.853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528 0 .343-.02.694-.056 1.051a1.255 1.255 0 01-.947 1.09l.408.952a1.255 1.255 0 01-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.815 5.815 0 01-.548-2.512c0-.286.017-.567.053-.843a1.255 1.255 0 01-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 01-1.256 1.256h-1.777a1.255 1.255 0 01-1.256-1.256V15.69l-.032.057a4.778 4.778 0 01-1.86 1.833 5.04 5.04 0 01-2.484.634 4.47 4.47 0 01-1.935-.424 1.252 1.252 0 01-.764.258h-1.71a1.255 1.255 0 01-1.256-1.255V7.687a2.402 2.402 0 01-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 01-1.256 1.255h-1.843a1.25 1.25 0 01-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 01-1.256-1.255v-1.251l-.061.117a4.703 4.703 0 01-1.782 1.884 4.767 4.767 0 01-2.485.67 5.6 5.6 0 01-1.485-.188l.009 2.764a1.255 1.255 0 01-1.255 1.259h-1.729a1.255 1.255 0 01-1.255-1.255v-3.537a1.255 1.255 0 01-1.167.793h-1.679a1.25 1.25 0 01-.77-.263 4.47 4.47 0 01-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a4.983 4.983 0 01-1.081-.836 1.255 1.255 0 01-1.254 1.312h-1.81a1.255 1.255 0 01-1.228-.99l-.782-3.625-2.044 3.939a1.255 1.255 0 01-1.115.676h-.098a1.255 1.255 0 01-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15c.329-.237.574-.499.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267c-.088-.22-.264-.438-.526-.658l-.032-.028a3.16 3.16 0 00-.668-.428l-.27-.12a3.293 3.293 0 00-1.235-.23c-.757 0-1.415.163-1.974.493a3.36 3.36 0 00-1.3 1.382c-.297.593-.444 1.284-.444 2.074 0 .8.17 1.503.51 2.107a3.795 3.795 0 001.382 1.381 3.883 3.883 0 001.893.477c.53 0 1.015-.11 1.455-.33zm-2.789-5.38c-.384.45-.575 1.038-.575 1.762 0 .735.186 1.332.559 1.794.384.45.933.675 1.645.675a2.25 2.25 0 00.934-.19 2.17 2.17 0 00.468-.29l.178-.161a2.163 2.163 0 00.397-.561c.163-.333.244-.717.244-1.15v-.115c0-.472-.098-.894-.296-1.267l-.043-.077a2.211 2.211 0 00-.633-.709l-.13-.086-.047-.028a2.099 2.099 0 00-1.073-.285c-.702 0-1.244.231-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.958.958 0 00-.353-.389.851.851 0 00-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.626 2.626 0 00.331.423c.213.22.464.402.755.548l.173.074c.433.17.93.255 1.49.255.68 0 1.295-.165 1.844-.493a3.447 3.447 0 001.316-1.4c.329-.603.493-1.299.493-2.089 0-1.273-.33-2.243-.988-2.913-.658-.68-1.52-1.02-2.584-1.02-.598 0-1.124.115-1.575.347a2.807 2.807 0 00-.415.262l-.199.166a3.35 3.35 0 00-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138c.137.193.297.36.48.5l.155.11.053.034c.34.197.713.297 1.119.297.714 0 1.262-.225 1.645-.675.385-.46.576-1.048.576-1.762 0-.746-.192-1.338-.576-1.777-.372-.45-.92-.675-1.645-.675-.29 0-.569.053-.835.16a2.366 2.366 0 00-.284.136 1.99 1.99 0 00-.363.254 2.237 2.237 0 00-.46.569l-.082.162a2.56 2.56 0 00-.213 1.072v.115c0 .471.098.894.296 1.267l.135.211zm.964-.818a1.11 1.11 0 00.367.385.937.937 0 00.476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a.995.995 0 00-.503.135l-.012.007a.859.859 0 00-.335.343c-.073.133-.132.324-.132.614v.115a1.43 1.43 0 00.14.66zm15.7-6.222c.232-.23.346-.516.346-.856a1.053 1.053 0 00-.345-.79 1.175 1.175 0 00-.84-.329c-.34 0-.625.11-.855.33a1.053 1.053 0 00-.346.79c0 .34.115.625.346.855.23.23.516.346.856.346.34 0 .62-.115.839-.346zm4.337 9.314l.033-1.332c.128.269.324.518.59.747l.098.081a3.727 3.727 0 00.316.224l.223.122a3.21 3.21 0 001.44.322 3.785 3.785 0 001.875-.477 3.52 3.52 0 001.382-1.366c.352-.593.526-1.29.526-2.09 0-.79-.147-1.48-.444-2.073a3.235 3.235 0 00-1.283-1.399c-.549-.34-1.195-.51-1.942-.51a3.476 3.476 0 00-1.527.344l-.086.043-.165.09a3.412 3.412 0 00-.33.214c-.288.21-.507.446-.656.707a1.893 1.893 0 00-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.482 2.482 0 00.566.7c.078.065.159.125.245.18l.144.08a2.105 2.105 0 00.975.232c.713 0 1.262-.225 1.645-.675.384-.46.576-1.053.576-1.778 0-.734-.192-1.327-.576-1.777-.373-.46-.921-.692-1.645-.692a2.18 2.18 0 00-1.015.235c-.147.075-.285.17-.415.282l-.15.142a2.086 2.086 0 00-.42.594c-.149.32-.223.685-.223 1.1v.115c0 .47.097.89.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.868.868 0 00-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.13 1.13 0 00.367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013c.23-.087.472-.134.724-.14l.069-.002c.329 0 .542.033.642.099l.247-1.794c-.13-.066-.37-.099-.717-.099a2.3 2.3 0 00-.545.063 2.086 2.086 0 00-.411.148 2.18 2.18 0 00-.4.249 2.482 2.482 0 00-.485.499 2.659 2.659 0 00-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884c0-.364.053-.678.159-.943a1.49 1.49 0 01.466-.636 2.52 2.52 0 01.399-.253 2.19 2.19 0 01.224-.099zm9.784 2.656l.05-.922c0-1.162-.285-2.062-.856-2.698-.559-.647-1.42-.97-2.584-.97-.746 0-1.415.163-2.007.493a3.462 3.462 0 00-1.4 1.382c-.329.604-.493 1.306-.493 2.106 0 .714.143 1.371.428 1.975.285.593.73 1.07 1.332 1.432.604.351 1.355.526 2.255.526.649 0 1.204-.062 1.668-.185l.044-.012.135-.04c.409-.122.736-.263.984-.421l-.542-1.267c-.2.108-.415.199-.642.274l-.297.087c-.34.088-.773.131-1.3.131-.636 0-1.135-.147-1.497-.444a1.573 1.573 0 01-.192-.193c-.244-.294-.415-.705-.512-1.234l-.004-.021h5.43zm-5.427-1.256l-.003.022h3.752v-.138c-.007-.485-.104-.857-.288-1.118a1.056 1.056 0 00-.156-.176c-.307-.285-.746-.428-1.316-.428-.657 0-1.155.202-1.494.604-.253.3-.417.712-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z' fill='%23000' fill-opacity='.4' fill-rule='evenodd'/%3E%3Cpath d='M19.63 11.151l-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81c-.68 0-1.311-.16-1.893-.478a3.795 3.795 0 01-1.381-1.382c-.34-.604-.51-1.306-.51-2.106 0-.79.147-1.482.444-2.074a3.364 3.364 0 011.3-1.382c.559-.33 1.217-.494 1.974-.494a3.293 3.293 0 011.234.231 3.341 3.341 0 01.97.575c.264.22.44.439.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332c-.186.395-.526.746-1.02 1.053a3.167 3.167 0 01-1.662.444zm.296-1.482c.626 0 1.152-.214 1.58-.642.428-.44.642-1.01.642-1.711v-.115c0-.472-.098-.894-.296-1.267a2.211 2.211 0 00-.807-.872 2.098 2.098 0 00-1.119-.313c-.702 0-1.245.231-1.629.692-.384.45-.575 1.037-.575 1.76 0 .736.186 1.333.559 1.795.384.45.933.675 1.645.675zm6.521-6.237h1.711v1.4c.604-1.065 1.547-1.597 2.83-1.597 1.064 0 1.926.34 2.584 1.02.659.67.988 1.641.988 2.914 0 .79-.164 1.487-.493 2.09a3.456 3.456 0 01-1.316 1.399 3.51 3.51 0 01-1.844.493c-.636 0-1.19-.11-1.662-.329a2.665 2.665 0 01-1.086-.97l.017 5.134h-1.728V9.242zm4.048 6.22c.714 0 1.262-.224 1.645-.674.385-.46.576-1.048.576-1.762 0-.746-.192-1.338-.576-1.777-.372-.45-.92-.675-1.645-.675-.395 0-.768.098-1.12.296-.34.187-.613.46-.822.823-.197.351-.296.763-.296 1.234v.115c0 .472.098.894.296 1.267.209.362.483.647.823.855.34.197.713.297 1.119.297z' fill='%23fff'/%3E%3Cpath d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.159 1.159 0 01-.856-.346 1.165 1.165 0 01-.346-.856 1.053 1.053 0 01.346-.79c.23-.219.516-.329.856-.329.329 0 .609.11.839.33a1.053 1.053 0 01.345.79 1.159 1.159 0 01-.345.855c-.22.23-.5.346-.84.346zm7.875 9.133a3.167 3.167 0 01-1.662-.444c-.482-.307-.817-.658-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283c.186-.438.548-.812 1.086-1.119a3.486 3.486 0 011.778-.477c.746 0 1.393.17 1.942.51a3.235 3.235 0 011.283 1.4c.297.592.444 1.282.444 2.072 0 .8-.175 1.498-.526 2.09a3.52 3.52 0 01-1.382 1.366 3.785 3.785 0 01-1.876.477zm-.296-1.481c.713 0 1.26-.225 1.645-.675.384-.46.577-1.053.577-1.778 0-.734-.193-1.327-.577-1.776-.373-.46-.921-.692-1.645-.692a2.115 2.115 0 00-1.58.659c-.428.428-.642.992-.642 1.694v.115c0 .473.098.895.296 1.267a2.385 2.385 0 00.807.872 2.1 2.1 0 001.119.313zm5.927-6.237h1.777v1.481c.176-.505.46-.91.856-1.217a2.14 2.14 0 011.349-.46c.351 0 .593.032.724.098l-.247 1.794c-.099-.066-.313-.099-.642-.099-.516 0-.988.164-1.416.494-.417.329-.626.855-.626 1.58v3.883h-1.777V9.242zm9.534 7.718c-.9 0-1.651-.175-2.255-.526-.603-.362-1.047-.84-1.332-1.432a4.567 4.567 0 01-.428-1.975c0-.8.164-1.502.493-2.106a3.462 3.462 0 011.4-1.382c.592-.33 1.262-.494 2.007-.494 1.163 0 2.024.324 2.584.97.57.637.856 1.537.856 2.7 0 .296-.017.603-.05.92h-5.43c.12.67.356 1.153.708 1.45.362.296.86.443 1.497.443.526 0 .96-.044 1.3-.131a4.123 4.123 0 00.938-.362l.542 1.267c-.274.175-.647.329-1.119.46-.472.132-1.042.197-1.711.197zm1.596-4.558c.01-.68-.137-1.158-.444-1.432-.307-.285-.746-.428-1.316-.428-1.152 0-1.815.62-1.991 1.86h3.752z' fill='%23e1e3e9'/%3E%3Cg fill-rule='evenodd' stroke-width='1.036'%3E%3Cpath d='M8.166 16.146l-.002.002a1.54 1.54 0 01-2.009 0l-.002-.002-.043-.034-.002-.002-.199-.162H4.377a.657.657 0 00-.659.659v1.84a.657.657 0 00.659.659h5.565a.657.657 0 00.659-.659v-1.84a.657.657 0 00-.659-.659H8.411l-.202.164zm-1.121-.905a.29.29 0 00.113.023.286.286 0 00.189-.07l.077-.063c.634-.508 4.672-3.743 4.672-7.575 0-2.55-2.215-4.625-4.938-4.625S2.221 5.006 2.221 7.556c0 3.225 2.86 6.027 4.144 7.137h.004l.04.038.484.4.077.063a.628.628 0 00.074.047zm-2.52-.548a16.898 16.898 0 01-1.183-1.315C2.187 11.942.967 9.897.967 7.555c0-3.319 2.855-5.88 6.192-5.88 3.338 0 6.193 2.561 6.193 5.881 0 2.34-1.22 4.387-2.376 5.822a16.898 16.898 0 01-1.182 1.315h.15a1.912 1.912 0 011.914 1.914v1.84a1.912 1.912 0 01-1.914 1.914H4.377a1.912 1.912 0 01-1.914-1.914v-1.84a1.912 1.912 0 011.914-1.914zm3.82-6.935c0 .692-.55 1.222-1.187 1.222s-1.185-.529-1.185-1.222.548-1.222 1.185-1.222c.638 0 1.186.529 1.186 1.222zm-1.186 2.477c1.348 0 2.442-1.11 2.442-2.478S8.507 5.28 7.159 5.28 4.72 6.39 4.72 7.758s1.092 2.477 2.44 2.477zm2.048 7.71H5.114v-.838h4.093z' fill='%23000' fill-opacity='.4'/%3E%3Cpath d='M2.222 7.555c0-2.55 2.214-4.625 4.937-4.625 2.723 0 4.938 2.075 4.938 4.625 0 3.832-4.038 7.068-4.672 7.575l-.077.063a.286.286 0 01-.189.07.286.286 0 01-.188-.07l-.077-.063c-.634-.507-4.672-3.743-4.672-7.575zm4.937 2.68c1.348 0 2.442-1.11 2.442-2.478S8.507 5.28 7.159 5.28 4.72 6.39 4.72 7.758s1.092 2.477 2.44 2.477z' fill='%23e1e3e9'/%3E%3Cpath d='M4.377 15.948a.657.657 0 00-.659.659v1.84a.657.657 0 00.659.659h5.565a.657.657 0 00.659-.659v-1.84a.657.657 0 00-.659-.659zm4.83 1.16H5.114v.838h4.093z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E")}
|
|
3964
|
+
a.mapboxgl-ctrl-logo.mapboxgl-compact,a.maplibregl-ctrl-logo.maplibregl-compact{width:14px}
|
|
3965
|
+
@media (-ms-high-contrast:active){a.mapboxgl-ctrl-logo,a.maplibregl-ctrl-logo{background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42l-.726 3.663a1.255 1.255 0 01-1.232 1.011h-1.827a1.255 1.255 0 01-1.229-1.509l2.501-12.095a1.255 1.255 0 011.23-1.001h.197a1.255 1.255 0 011.12.685l3.19 6.273 3.125-6.263a1.255 1.255 0 011.123-.695h.181a1.255 1.255 0 011.227.991l1.443 6.71a5.11 5.11 0 01.314-.787l.009-.016a4.623 4.623 0 011.777-1.887c.782-.46 1.668-.667 2.611-.667a4.548 4.548 0 011.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 011.212.925 1.255 1.255 0 011.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4.314.319.566.676.763 1.064V4.701a1.255 1.255 0 011.255-1.255h1.86A1.255 1.255 0 0154.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.416 2.416 0 01-.682-1.71c0-.665.267-1.253.735-1.7a2.448 2.448 0 011.722-.674 2.43 2.43 0 011.705.675c.211.2.381.43.504.683V4.7a1.255 1.255 0 011.255-1.255h1.744A1.255 1.255 0 0165.812 4.7v3.335a4.76 4.76 0 011.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 011.67 1.743v-.98a1.255 1.255 0 011.256-1.256h1.777c.233 0 .451.064.639.174a3.407 3.407 0 011.567-.372c.346 0 .861.02 1.285.232a1.255 1.255 0 01.689 1.004 4.73 4.73 0 01.853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528 0 .343-.02.694-.056 1.051a1.255 1.255 0 01-.947 1.09l.408.952a1.255 1.255 0 01-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.815 5.815 0 01-.548-2.512c0-.286.017-.567.053-.843a1.255 1.255 0 01-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 01-1.256 1.256h-1.777a1.255 1.255 0 01-1.256-1.256V15.69l-.032.057a4.778 4.778 0 01-1.86 1.833 5.04 5.04 0 01-2.484.634 4.47 4.47 0 01-1.935-.424 1.252 1.252 0 01-.764.258h-1.71a1.255 1.255 0 01-1.256-1.255V7.687a2.402 2.402 0 01-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 01-1.256 1.255h-1.843a1.25 1.25 0 01-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 01-1.256-1.255v-1.251l-.061.117a4.703 4.703 0 01-1.782 1.884 4.767 4.767 0 01-2.485.67 5.6 5.6 0 01-1.485-.188l.009 2.764a1.255 1.255 0 01-1.255 1.259h-1.729a1.255 1.255 0 01-1.255-1.255v-3.537a1.255 1.255 0 01-1.167.793h-1.679a1.25 1.25 0 01-.77-.263 4.47 4.47 0 01-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a4.983 4.983 0 01-1.081-.836 1.255 1.255 0 01-1.254 1.312h-1.81a1.255 1.255 0 01-1.228-.99l-.782-3.625-2.044 3.939a1.255 1.255 0 01-1.115.676h-.098a1.255 1.255 0 01-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15c.329-.237.574-.499.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267c-.088-.22-.264-.438-.526-.658l-.032-.028a3.16 3.16 0 00-.668-.428l-.27-.12a3.293 3.293 0 00-1.235-.23c-.757 0-1.415.163-1.974.493a3.36 3.36 0 00-1.3 1.382c-.297.593-.444 1.284-.444 2.074 0 .8.17 1.503.51 2.107a3.795 3.795 0 001.382 1.381 3.883 3.883 0 001.893.477c.53 0 1.015-.11 1.455-.33zm-2.789-5.38c-.384.45-.575 1.038-.575 1.762 0 .735.186 1.332.559 1.794.384.45.933.675 1.645.675a2.25 2.25 0 00.934-.19 2.17 2.17 0 00.468-.29l.178-.161a2.163 2.163 0 00.397-.561c.163-.333.244-.717.244-1.15v-.115c0-.472-.098-.894-.296-1.267l-.043-.077a2.211 2.211 0 00-.633-.709l-.13-.086-.047-.028a2.099 2.099 0 00-1.073-.285c-.702 0-1.244.231-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.958.958 0 00-.353-.389.851.851 0 00-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.626 2.626 0 00.331.423c.213.22.464.402.755.548l.173.074c.433.17.93.255 1.49.255.68 0 1.295-.165 1.844-.493a3.447 3.447 0 001.316-1.4c.329-.603.493-1.299.493-2.089 0-1.273-.33-2.243-.988-2.913-.658-.68-1.52-1.02-2.584-1.02-.598 0-1.124.115-1.575.347a2.807 2.807 0 00-.415.262l-.199.166a3.35 3.35 0 00-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138c.137.193.297.36.48.5l.155.11.053.034c.34.197.713.297 1.119.297.714 0 1.262-.225 1.645-.675.385-.46.576-1.048.576-1.762 0-.746-.192-1.338-.576-1.777-.372-.45-.92-.675-1.645-.675-.29 0-.569.053-.835.16a2.366 2.366 0 00-.284.136 1.99 1.99 0 00-.363.254 2.237 2.237 0 00-.46.569l-.082.162a2.56 2.56 0 00-.213 1.072v.115c0 .471.098.894.296 1.267l.135.211zm.964-.818a1.11 1.11 0 00.367.385.937.937 0 00.476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a.995.995 0 00-.503.135l-.012.007a.859.859 0 00-.335.343c-.073.133-.132.324-.132.614v.115a1.43 1.43 0 00.14.66zm15.7-6.222c.232-.23.346-.516.346-.856a1.053 1.053 0 00-.345-.79 1.175 1.175 0 00-.84-.329c-.34 0-.625.11-.855.33a1.053 1.053 0 00-.346.79c0 .34.115.625.346.855.23.23.516.346.856.346.34 0 .62-.115.839-.346zm4.337 9.314l.033-1.332c.128.269.324.518.59.747l.098.081a3.727 3.727 0 00.316.224l.223.122a3.21 3.21 0 001.44.322 3.785 3.785 0 001.875-.477 3.52 3.52 0 001.382-1.366c.352-.593.526-1.29.526-2.09 0-.79-.147-1.48-.444-2.073a3.235 3.235 0 00-1.283-1.399c-.549-.34-1.195-.51-1.942-.51a3.476 3.476 0 00-1.527.344l-.086.043-.165.09a3.412 3.412 0 00-.33.214c-.288.21-.507.446-.656.707a1.893 1.893 0 00-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.482 2.482 0 00.566.7c.078.065.159.125.245.18l.144.08a2.105 2.105 0 00.975.232c.713 0 1.262-.225 1.645-.675.384-.46.576-1.053.576-1.778 0-.734-.192-1.327-.576-1.777-.373-.46-.921-.692-1.645-.692a2.18 2.18 0 00-1.015.235c-.147.075-.285.17-.415.282l-.15.142a2.086 2.086 0 00-.42.594c-.149.32-.223.685-.223 1.1v.115c0 .47.097.89.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.868.868 0 00-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.13 1.13 0 00.367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013c.23-.087.472-.134.724-.14l.069-.002c.329 0 .542.033.642.099l.247-1.794c-.13-.066-.37-.099-.717-.099a2.3 2.3 0 00-.545.063 2.086 2.086 0 00-.411.148 2.18 2.18 0 00-.4.249 2.482 2.482 0 00-.485.499 2.659 2.659 0 00-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884c0-.364.053-.678.159-.943a1.49 1.49 0 01.466-.636 2.52 2.52 0 01.399-.253 2.19 2.19 0 01.224-.099zm9.784 2.656l.05-.922c0-1.162-.285-2.062-.856-2.698-.559-.647-1.42-.97-2.584-.97-.746 0-1.415.163-2.007.493a3.462 3.462 0 00-1.4 1.382c-.329.604-.493 1.306-.493 2.106 0 .714.143 1.371.428 1.975.285.593.73 1.07 1.332 1.432.604.351 1.355.526 2.255.526.649 0 1.204-.062 1.668-.185l.044-.012.135-.04c.409-.122.736-.263.984-.421l-.542-1.267c-.2.108-.415.199-.642.274l-.297.087c-.34.088-.773.131-1.3.131-.636 0-1.135-.147-1.497-.444a1.573 1.573 0 01-.192-.193c-.244-.294-.415-.705-.512-1.234l-.004-.021h5.43zm-5.427-1.256l-.003.022h3.752v-.138c-.007-.485-.104-.857-.288-1.118a1.056 1.056 0 00-.156-.176c-.307-.285-.746-.428-1.316-.428-.657 0-1.155.202-1.494.604-.253.3-.417.712-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z' fill='%23000' fill-opacity='.4' fill-rule='evenodd'/%3E%3Cpath d='M19.63 11.151l-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81c-.68 0-1.311-.16-1.893-.478a3.795 3.795 0 01-1.381-1.382c-.34-.604-.51-1.306-.51-2.106 0-.79.147-1.482.444-2.074a3.364 3.364 0 011.3-1.382c.559-.33 1.217-.494 1.974-.494a3.293 3.293 0 011.234.231 3.341 3.341 0 01.97.575c.264.22.44.439.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332c-.186.395-.526.746-1.02 1.053a3.167 3.167 0 01-1.662.444zm.296-1.482c.626 0 1.152-.214 1.58-.642.428-.44.642-1.01.642-1.711v-.115c0-.472-.098-.894-.296-1.267a2.211 2.211 0 00-.807-.872 2.098 2.098 0 00-1.119-.313c-.702 0-1.245.231-1.629.692-.384.45-.575 1.037-.575 1.76 0 .736.186 1.333.559 1.795.384.45.933.675 1.645.675zm6.521-6.237h1.711v1.4c.604-1.065 1.547-1.597 2.83-1.597 1.064 0 1.926.34 2.584 1.02.659.67.988 1.641.988 2.914 0 .79-.164 1.487-.493 2.09a3.456 3.456 0 01-1.316 1.399 3.51 3.51 0 01-1.844.493c-.636 0-1.19-.11-1.662-.329a2.665 2.665 0 01-1.086-.97l.017 5.134h-1.728V9.242zm4.048 6.22c.714 0 1.262-.224 1.645-.674.385-.46.576-1.048.576-1.762 0-.746-.192-1.338-.576-1.777-.372-.45-.92-.675-1.645-.675-.395 0-.768.098-1.12.296-.34.187-.613.46-.822.823-.197.351-.296.763-.296 1.234v.115c0 .472.098.894.296 1.267.209.362.483.647.823.855.34.197.713.297 1.119.297z' fill='%23fff'/%3E%3Cpath d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.159 1.159 0 01-.856-.346 1.165 1.165 0 01-.346-.856 1.053 1.053 0 01.346-.79c.23-.219.516-.329.856-.329.329 0 .609.11.839.33a1.053 1.053 0 01.345.79 1.159 1.159 0 01-.345.855c-.22.23-.5.346-.84.346zm7.875 9.133a3.167 3.167 0 01-1.662-.444c-.482-.307-.817-.658-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283c.186-.438.548-.812 1.086-1.119a3.486 3.486 0 011.778-.477c.746 0 1.393.17 1.942.51a3.235 3.235 0 011.283 1.4c.297.592.444 1.282.444 2.072 0 .8-.175 1.498-.526 2.09a3.52 3.52 0 01-1.382 1.366 3.785 3.785 0 01-1.876.477zm-.296-1.481c.713 0 1.26-.225 1.645-.675.384-.46.577-1.053.577-1.778 0-.734-.193-1.327-.577-1.776-.373-.46-.921-.692-1.645-.692a2.115 2.115 0 00-1.58.659c-.428.428-.642.992-.642 1.694v.115c0 .473.098.895.296 1.267a2.385 2.385 0 00.807.872 2.1 2.1 0 001.119.313zm5.927-6.237h1.777v1.481c.176-.505.46-.91.856-1.217a2.14 2.14 0 011.349-.46c.351 0 .593.032.724.098l-.247 1.794c-.099-.066-.313-.099-.642-.099-.516 0-.988.164-1.416.494-.417.329-.626.855-.626 1.58v3.883h-1.777V9.242zm9.534 7.718c-.9 0-1.651-.175-2.255-.526-.603-.362-1.047-.84-1.332-1.432a4.567 4.567 0 01-.428-1.975c0-.8.164-1.502.493-2.106a3.462 3.462 0 011.4-1.382c.592-.33 1.262-.494 2.007-.494 1.163 0 2.024.324 2.584.97.57.637.856 1.537.856 2.7 0 .296-.017.603-.05.92h-5.43c.12.67.356 1.153.708 1.45.362.296.86.443 1.497.443.526 0 .96-.044 1.3-.131a4.123 4.123 0 00.938-.362l.542 1.267c-.274.175-.647.329-1.119.46-.472.132-1.042.197-1.711.197zm1.596-4.558c.01-.68-.137-1.158-.444-1.432-.307-.285-.746-.428-1.316-.428-1.152 0-1.815.62-1.991 1.86h3.752z' fill='%23e1e3e9'/%3E%3Cg fill-rule='evenodd' stroke-width='1.036'%3E%3Cpath d='M8.166 16.146l-.002.002a1.54 1.54 0 01-2.009 0l-.002-.002-.043-.034-.002-.002-.199-.162H4.377a.657.657 0 00-.659.659v1.84a.657.657 0 00.659.659h5.565a.657.657 0 00.659-.659v-1.84a.657.657 0 00-.659-.659H8.411l-.202.164zm-1.121-.905a.29.29 0 00.113.023.286.286 0 00.189-.07l.077-.063c.634-.508 4.672-3.743 4.672-7.575 0-2.55-2.215-4.625-4.938-4.625S2.221 5.006 2.221 7.556c0 3.225 2.86 6.027 4.144 7.137h.004l.04.038.484.4.077.063a.628.628 0 00.074.047zm-2.52-.548a16.898 16.898 0 01-1.183-1.315C2.187 11.942.967 9.897.967 7.555c0-3.319 2.855-5.88 6.192-5.88 3.338 0 6.193 2.561 6.193 5.881 0 2.34-1.22 4.387-2.376 5.822a16.898 16.898 0 01-1.182 1.315h.15a1.912 1.912 0 011.914 1.914v1.84a1.912 1.912 0 01-1.914 1.914H4.377a1.912 1.912 0 01-1.914-1.914v-1.84a1.912 1.912 0 011.914-1.914zm3.82-6.935c0 .692-.55 1.222-1.187 1.222s-1.185-.529-1.185-1.222.548-1.222 1.185-1.222c.638 0 1.186.529 1.186 1.222zm-1.186 2.477c1.348 0 2.442-1.11 2.442-2.478S8.507 5.28 7.159 5.28 4.72 6.39 4.72 7.758s1.092 2.477 2.44 2.477zm2.048 7.71H5.114v-.838h4.093z' fill='%23000' fill-opacity='.4'/%3E%3Cpath d='M2.222 7.555c0-2.55 2.214-4.625 4.937-4.625 2.723 0 4.938 2.075 4.938 4.625 0 3.832-4.038 7.068-4.672 7.575l-.077.063a.286.286 0 01-.189.07.286.286 0 01-.188-.07l-.077-.063c-.634-.507-4.672-3.743-4.672-7.575zm4.937 2.68c1.348 0 2.442-1.11 2.442-2.478S8.507 5.28 7.159 5.28 4.72 6.39 4.72 7.758s1.092 2.477 2.44 2.477z' fill='%23e1e3e9'/%3E%3Cpath d='M4.377 15.948a.657.657 0 00-.659.659v1.84a.657.657 0 00.659.659h5.565a.657.657 0 00.659-.659v-1.84a.657.657 0 00-.659-.659zm4.83 1.16H5.114v.838h4.093z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E")}}
|
|
3966
|
+
@media (-ms-high-contrast:black-on-white){a.mapboxgl-ctrl-logo,a.maplibregl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42l-.726 3.663a1.255 1.255 0 01-1.232 1.011h-1.827a1.255 1.255 0 01-1.229-1.509l2.501-12.095a1.255 1.255 0 011.23-1.001h.197a1.255 1.255 0 011.12.685l3.19 6.273 3.125-6.263a1.255 1.255 0 011.123-.695h.181a1.255 1.255 0 011.227.991l1.443 6.71a5.11 5.11 0 01.314-.787l.009-.016a4.623 4.623 0 011.777-1.887c.782-.46 1.668-.667 2.611-.667a4.548 4.548 0 011.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 011.212.925 1.255 1.255 0 011.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4.314.319.566.676.763 1.064V4.701a1.255 1.255 0 011.255-1.255h1.86A1.255 1.255 0 0154.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.416 2.416 0 01-.682-1.71c0-.665.267-1.253.735-1.7a2.448 2.448 0 011.722-.674 2.43 2.43 0 011.705.675c.211.2.381.43.504.683V4.7a1.255 1.255 0 011.255-1.255h1.744A1.255 1.255 0 0165.812 4.7v3.335a4.76 4.76 0 011.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 011.67 1.743v-.98a1.255 1.255 0 011.256-1.256h1.777c.233 0 .451.064.639.174a3.407 3.407 0 011.567-.372c.346 0 .861.02 1.285.232a1.255 1.255 0 01.689 1.004 4.73 4.73 0 01.853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528 0 .343-.02.694-.056 1.051a1.255 1.255 0 01-.947 1.09l.408.952a1.255 1.255 0 01-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.815 5.815 0 01-.548-2.512c0-.286.017-.567.053-.843a1.255 1.255 0 01-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 01-1.256 1.256h-1.777a1.255 1.255 0 01-1.256-1.256V15.69l-.032.057a4.778 4.778 0 01-1.86 1.833 5.04 5.04 0 01-2.484.634 4.47 4.47 0 01-1.935-.424 1.252 1.252 0 01-.764.258h-1.71a1.255 1.255 0 01-1.256-1.255V7.687a2.402 2.402 0 01-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 01-1.256 1.255h-1.843a1.25 1.25 0 01-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 01-1.256-1.255v-1.251l-.061.117a4.703 4.703 0 01-1.782 1.884 4.767 4.767 0 01-2.485.67 5.6 5.6 0 01-1.485-.188l.009 2.764a1.255 1.255 0 01-1.255 1.259h-1.729a1.255 1.255 0 01-1.255-1.255v-3.537a1.255 1.255 0 01-1.167.793h-1.679a1.25 1.25 0 01-.77-.263 4.47 4.47 0 01-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a4.983 4.983 0 01-1.081-.836 1.255 1.255 0 01-1.254 1.312h-1.81a1.255 1.255 0 01-1.228-.99l-.782-3.625-2.044 3.939a1.255 1.255 0 01-1.115.676h-.098a1.255 1.255 0 01-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15c.329-.237.574-.499.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267c-.088-.22-.264-.438-.526-.658l-.032-.028a3.16 3.16 0 00-.668-.428l-.27-.12a3.293 3.293 0 00-1.235-.23c-.757 0-1.415.163-1.974.493a3.36 3.36 0 00-1.3 1.382c-.297.593-.444 1.284-.444 2.074 0 .8.17 1.503.51 2.107a3.795 3.795 0 001.382 1.381 3.883 3.883 0 001.893.477c.53 0 1.015-.11 1.455-.33zm-2.789-5.38c-.384.45-.575 1.038-.575 1.762 0 .735.186 1.332.559 1.794.384.45.933.675 1.645.675a2.25 2.25 0 00.934-.19 2.17 2.17 0 00.468-.29l.178-.161a2.163 2.163 0 00.397-.561c.163-.333.244-.717.244-1.15v-.115c0-.472-.098-.894-.296-1.267l-.043-.077a2.211 2.211 0 00-.633-.709l-.13-.086-.047-.028a2.099 2.099 0 00-1.073-.285c-.702 0-1.244.231-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.958.958 0 00-.353-.389.851.851 0 00-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.626 2.626 0 00.331.423c.213.22.464.402.755.548l.173.074c.433.17.93.255 1.49.255.68 0 1.295-.165 1.844-.493a3.447 3.447 0 001.316-1.4c.329-.603.493-1.299.493-2.089 0-1.273-.33-2.243-.988-2.913-.658-.68-1.52-1.02-2.584-1.02-.598 0-1.124.115-1.575.347a2.807 2.807 0 00-.415.262l-.199.166a3.35 3.35 0 00-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138c.137.193.297.36.48.5l.155.11.053.034c.34.197.713.297 1.119.297.714 0 1.262-.225 1.645-.675.385-.46.576-1.048.576-1.762 0-.746-.192-1.338-.576-1.777-.372-.45-.92-.675-1.645-.675-.29 0-.569.053-.835.16a2.366 2.366 0 00-.284.136 1.99 1.99 0 00-.363.254 2.237 2.237 0 00-.46.569l-.082.162a2.56 2.56 0 00-.213 1.072v.115c0 .471.098.894.296 1.267l.135.211zm.964-.818a1.11 1.11 0 00.367.385.937.937 0 00.476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a.995.995 0 00-.503.135l-.012.007a.859.859 0 00-.335.343c-.073.133-.132.324-.132.614v.115a1.43 1.43 0 00.14.66zm15.7-6.222c.232-.23.346-.516.346-.856a1.053 1.053 0 00-.345-.79 1.175 1.175 0 00-.84-.329c-.34 0-.625.11-.855.33a1.053 1.053 0 00-.346.79c0 .34.115.625.346.855.23.23.516.346.856.346.34 0 .62-.115.839-.346zm4.337 9.314l.033-1.332c.128.269.324.518.59.747l.098.081a3.727 3.727 0 00.316.224l.223.122a3.21 3.21 0 001.44.322 3.785 3.785 0 001.875-.477 3.52 3.52 0 001.382-1.366c.352-.593.526-1.29.526-2.09 0-.79-.147-1.48-.444-2.073a3.235 3.235 0 00-1.283-1.399c-.549-.34-1.195-.51-1.942-.51a3.476 3.476 0 00-1.527.344l-.086.043-.165.09a3.412 3.412 0 00-.33.214c-.288.21-.507.446-.656.707a1.893 1.893 0 00-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.482 2.482 0 00.566.7c.078.065.159.125.245.18l.144.08a2.105 2.105 0 00.975.232c.713 0 1.262-.225 1.645-.675.384-.46.576-1.053.576-1.778 0-.734-.192-1.327-.576-1.777-.373-.46-.921-.692-1.645-.692a2.18 2.18 0 00-1.015.235c-.147.075-.285.17-.415.282l-.15.142a2.086 2.086 0 00-.42.594c-.149.32-.223.685-.223 1.1v.115c0 .47.097.89.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.868.868 0 00-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.13 1.13 0 00.367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013c.23-.087.472-.134.724-.14l.069-.002c.329 0 .542.033.642.099l.247-1.794c-.13-.066-.37-.099-.717-.099a2.3 2.3 0 00-.545.063 2.086 2.086 0 00-.411.148 2.18 2.18 0 00-.4.249 2.482 2.482 0 00-.485.499 2.659 2.659 0 00-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884c0-.364.053-.678.159-.943a1.49 1.49 0 01.466-.636 2.52 2.52 0 01.399-.253 2.19 2.19 0 01.224-.099zm9.784 2.656l.05-.922c0-1.162-.285-2.062-.856-2.698-.559-.647-1.42-.97-2.584-.97-.746 0-1.415.163-2.007.493a3.462 3.462 0 00-1.4 1.382c-.329.604-.493 1.306-.493 2.106 0 .714.143 1.371.428 1.975.285.593.73 1.07 1.332 1.432.604.351 1.355.526 2.255.526.649 0 1.204-.062 1.668-.185l.044-.012.135-.04c.409-.122.736-.263.984-.421l-.542-1.267c-.2.108-.415.199-.642.274l-.297.087c-.34.088-.773.131-1.3.131-.636 0-1.135-.147-1.497-.444a1.573 1.573 0 01-.192-.193c-.244-.294-.415-.705-.512-1.234l-.004-.021h5.43zm-5.427-1.256l-.003.022h3.752v-.138c-.007-.485-.104-.857-.288-1.118a1.056 1.056 0 00-.156-.176c-.307-.285-.746-.428-1.316-.428-.657 0-1.155.202-1.494.604-.253.3-.417.712-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z' fill='%23000' fill-opacity='.4' fill-rule='evenodd'/%3E%3Cpath d='M19.63 11.151l-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81c-.68 0-1.311-.16-1.893-.478a3.795 3.795 0 01-1.381-1.382c-.34-.604-.51-1.306-.51-2.106 0-.79.147-1.482.444-2.074a3.364 3.364 0 011.3-1.382c.559-.33 1.217-.494 1.974-.494a3.293 3.293 0 011.234.231 3.341 3.341 0 01.97.575c.264.22.44.439.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332c-.186.395-.526.746-1.02 1.053a3.167 3.167 0 01-1.662.444zm.296-1.482c.626 0 1.152-.214 1.58-.642.428-.44.642-1.01.642-1.711v-.115c0-.472-.098-.894-.296-1.267a2.211 2.211 0 00-.807-.872 2.098 2.098 0 00-1.119-.313c-.702 0-1.245.231-1.629.692-.384.45-.575 1.037-.575 1.76 0 .736.186 1.333.559 1.795.384.45.933.675 1.645.675zm6.521-6.237h1.711v1.4c.604-1.065 1.547-1.597 2.83-1.597 1.064 0 1.926.34 2.584 1.02.659.67.988 1.641.988 2.914 0 .79-.164 1.487-.493 2.09a3.456 3.456 0 01-1.316 1.399 3.51 3.51 0 01-1.844.493c-.636 0-1.19-.11-1.662-.329a2.665 2.665 0 01-1.086-.97l.017 5.134h-1.728V9.242zm4.048 6.22c.714 0 1.262-.224 1.645-.674.385-.46.576-1.048.576-1.762 0-.746-.192-1.338-.576-1.777-.372-.45-.92-.675-1.645-.675-.395 0-.768.098-1.12.296-.34.187-.613.46-.822.823-.197.351-.296.763-.296 1.234v.115c0 .472.098.894.296 1.267.209.362.483.647.823.855.34.197.713.297 1.119.297z' fill='%23fff'/%3E%3Cpath d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.159 1.159 0 01-.856-.346 1.165 1.165 0 01-.346-.856 1.053 1.053 0 01.346-.79c.23-.219.516-.329.856-.329.329 0 .609.11.839.33a1.053 1.053 0 01.345.79 1.159 1.159 0 01-.345.855c-.22.23-.5.346-.84.346zm7.875 9.133a3.167 3.167 0 01-1.662-.444c-.482-.307-.817-.658-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283c.186-.438.548-.812 1.086-1.119a3.486 3.486 0 011.778-.477c.746 0 1.393.17 1.942.51a3.235 3.235 0 011.283 1.4c.297.592.444 1.282.444 2.072 0 .8-.175 1.498-.526 2.09a3.52 3.52 0 01-1.382 1.366 3.785 3.785 0 01-1.876.477zm-.296-1.481c.713 0 1.26-.225 1.645-.675.384-.46.577-1.053.577-1.778 0-.734-.193-1.327-.577-1.776-.373-.46-.921-.692-1.645-.692a2.115 2.115 0 00-1.58.659c-.428.428-.642.992-.642 1.694v.115c0 .473.098.895.296 1.267a2.385 2.385 0 00.807.872 2.1 2.1 0 001.119.313zm5.927-6.237h1.777v1.481c.176-.505.46-.91.856-1.217a2.14 2.14 0 011.349-.46c.351 0 .593.032.724.098l-.247 1.794c-.099-.066-.313-.099-.642-.099-.516 0-.988.164-1.416.494-.417.329-.626.855-.626 1.58v3.883h-1.777V9.242zm9.534 7.718c-.9 0-1.651-.175-2.255-.526-.603-.362-1.047-.84-1.332-1.432a4.567 4.567 0 01-.428-1.975c0-.8.164-1.502.493-2.106a3.462 3.462 0 011.4-1.382c.592-.33 1.262-.494 2.007-.494 1.163 0 2.024.324 2.584.97.57.637.856 1.537.856 2.7 0 .296-.017.603-.05.92h-5.43c.12.67.356 1.153.708 1.45.362.296.86.443 1.497.443.526 0 .96-.044 1.3-.131a4.123 4.123 0 00.938-.362l.542 1.267c-.274.175-.647.329-1.119.46-.472.132-1.042.197-1.711.197zm1.596-4.558c.01-.68-.137-1.158-.444-1.432-.307-.285-.746-.428-1.316-.428-1.152 0-1.815.62-1.991 1.86h3.752z' fill='%23e1e3e9'/%3E%3Cg fill-rule='evenodd' stroke-width='1.036'%3E%3Cpath d='M8.166 16.146l-.002.002a1.54 1.54 0 01-2.009 0l-.002-.002-.043-.034-.002-.002-.199-.162H4.377a.657.657 0 00-.659.659v1.84a.657.657 0 00.659.659h5.565a.657.657 0 00.659-.659v-1.84a.657.657 0 00-.659-.659H8.411l-.202.164zm-1.121-.905a.29.29 0 00.113.023.286.286 0 00.189-.07l.077-.063c.634-.508 4.672-3.743 4.672-7.575 0-2.55-2.215-4.625-4.938-4.625S2.221 5.006 2.221 7.556c0 3.225 2.86 6.027 4.144 7.137h.004l.04.038.484.4.077.063a.628.628 0 00.074.047zm-2.52-.548a16.898 16.898 0 01-1.183-1.315C2.187 11.942.967 9.897.967 7.555c0-3.319 2.855-5.88 6.192-5.88 3.338 0 6.193 2.561 6.193 5.881 0 2.34-1.22 4.387-2.376 5.822a16.898 16.898 0 01-1.182 1.315h.15a1.912 1.912 0 011.914 1.914v1.84a1.912 1.912 0 01-1.914 1.914H4.377a1.912 1.912 0 01-1.914-1.914v-1.84a1.912 1.912 0 011.914-1.914zm3.82-6.935c0 .692-.55 1.222-1.187 1.222s-1.185-.529-1.185-1.222.548-1.222 1.185-1.222c.638 0 1.186.529 1.186 1.222zm-1.186 2.477c1.348 0 2.442-1.11 2.442-2.478S8.507 5.28 7.159 5.28 4.72 6.39 4.72 7.758s1.092 2.477 2.44 2.477zm2.048 7.71H5.114v-.838h4.093z' fill='%23000' fill-opacity='.4'/%3E%3Cpath d='M2.222 7.555c0-2.55 2.214-4.625 4.937-4.625 2.723 0 4.938 2.075 4.938 4.625 0 3.832-4.038 7.068-4.672 7.575l-.077.063a.286.286 0 01-.189.07.286.286 0 01-.188-.07l-.077-.063c-.634-.507-4.672-3.743-4.672-7.575zm4.937 2.68c1.348 0 2.442-1.11 2.442-2.478S8.507 5.28 7.159 5.28 4.72 6.39 4.72 7.758s1.092 2.477 2.44 2.477z' fill='%23e1e3e9'/%3E%3Cpath d='M4.377 15.948a.657.657 0 00-.659.659v1.84a.657.657 0 00.659.659h5.565a.657.657 0 00.659-.659v-1.84a.657.657 0 00-.659-.659zm4.83 1.16H5.114v.838h4.093z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E")}}
|
|
3967
|
+
.mapboxgl-ctrl.mapboxgl-ctrl-attrib,.maplibregl-ctrl.maplibregl-ctrl-attrib{padding:0 5px;background-color:hsla(0,0%,100%,.5);margin:0}
|
|
3968
|
+
@media screen{.mapboxgl-ctrl-attrib.mapboxgl-compact,.maplibregl-ctrl-attrib.maplibregl-compact{min-height:20px;padding:2px 24px 2px 0;margin:10px;position:relative;background-color:#fff;border-radius:12px}.mapboxgl-ctrl-attrib.mapboxgl-compact-show,.maplibregl-ctrl-attrib.maplibregl-compact-show{padding:2px 28px 2px 8px;visibility:visible}.mapboxgl-ctrl-bottom-left>.mapboxgl-ctrl-attrib.mapboxgl-compact-show,.mapboxgl-ctrl-top-left>.mapboxgl-ctrl-attrib.mapboxgl-compact-show,.maplibregl-ctrl-bottom-left>.maplibregl-ctrl-attrib.maplibregl-compact-show,.maplibregl-ctrl-top-left>.maplibregl-ctrl-attrib.maplibregl-compact-show{padding:2px 8px 2px 28px;border-radius:12px}.mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-inner,.maplibregl-ctrl-attrib.maplibregl-compact .maplibregl-ctrl-attrib-inner{display:none}.mapboxgl-ctrl-attrib-button,.maplibregl-ctrl-attrib-button{display:none;cursor:pointer;position:absolute;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd'%3E%3Cpath d='M4 10a6 6 0 1012 0 6 6 0 10-12 0m5-3a1 1 0 102 0 1 1 0 10-2 0m0 3a1 1 0 112 0v3a1 1 0 11-2 0'/%3E%3C/svg%3E");background-color:hsla(0,0%,100%,.5);width:24px;height:24px;box-sizing:border-box;border-radius:12px;outline:none;top:0;right:0;border:0}.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl-attrib-button,.mapboxgl-ctrl-top-left .mapboxgl-ctrl-attrib-button,.maplibregl-ctrl-bottom-left .maplibregl-ctrl-attrib-button,.maplibregl-ctrl-top-left .maplibregl-ctrl-attrib-button{left:0}.mapboxgl-ctrl-attrib.mapboxgl-compact-show .mapboxgl-ctrl-attrib-inner,.mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-button,.maplibregl-ctrl-attrib.maplibregl-compact-show .maplibregl-ctrl-attrib-inner,.maplibregl-ctrl-attrib.maplibregl-compact .maplibregl-ctrl-attrib-button{display:block}.mapboxgl-ctrl-attrib.mapboxgl-compact-show .mapboxgl-ctrl-attrib-button,.maplibregl-ctrl-attrib.maplibregl-compact-show .maplibregl-ctrl-attrib-button{background-color:rgba(0,0,0,.05)}.mapboxgl-ctrl-bottom-right>.mapboxgl-ctrl-attrib.mapboxgl-compact:after,.maplibregl-ctrl-bottom-right>.maplibregl-ctrl-attrib.maplibregl-compact:after{bottom:0;right:0}.mapboxgl-ctrl-top-right>.mapboxgl-ctrl-attrib.mapboxgl-compact:after,.maplibregl-ctrl-top-right>.maplibregl-ctrl-attrib.maplibregl-compact:after{top:0;right:0}.mapboxgl-ctrl-top-left>.mapboxgl-ctrl-attrib.mapboxgl-compact:after,.maplibregl-ctrl-top-left>.maplibregl-ctrl-attrib.maplibregl-compact:after{top:0;left:0}.mapboxgl-ctrl-bottom-left>.mapboxgl-ctrl-attrib.mapboxgl-compact:after,.maplibregl-ctrl-bottom-left>.maplibregl-ctrl-attrib.maplibregl-compact:after{bottom:0;left:0}}
|
|
3969
|
+
@media screen and (-ms-high-contrast:active){.mapboxgl-ctrl-attrib.mapboxgl-compact:after,.maplibregl-ctrl-attrib.maplibregl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' fill='%23fff'%3E%3Cpath d='M4 10a6 6 0 1012 0 6 6 0 10-12 0m5-3a1 1 0 102 0 1 1 0 10-2 0m0 3a1 1 0 112 0v3a1 1 0 11-2 0'/%3E%3C/svg%3E")}}
|
|
3970
|
+
@media screen and (-ms-high-contrast:black-on-white){.mapboxgl-ctrl-attrib.mapboxgl-compact:after,.maplibregl-ctrl-attrib.maplibregl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd'%3E%3Cpath d='M4 10a6 6 0 1012 0 6 6 0 10-12 0m5-3a1 1 0 102 0 1 1 0 10-2 0m0 3a1 1 0 112 0v3a1 1 0 11-2 0'/%3E%3C/svg%3E")}}
|
|
3971
|
+
.mapboxgl-ctrl-attrib a,.maplibregl-ctrl-attrib a{color:rgba(0,0,0,.75);text-decoration:none}
|
|
3972
|
+
.mapboxgl-ctrl-attrib a:hover,.maplibregl-ctrl-attrib a:hover{color:inherit;text-decoration:underline}
|
|
3973
|
+
.mapboxgl-ctrl-attrib .mapbox-improve-map,.maplibregl-ctrl-attrib .mapbox-improve-map{font-weight:700;margin-left:2px}
|
|
3974
|
+
.mapboxgl-attrib-empty,.maplibregl-attrib-empty{display:none}
|
|
3975
|
+
.mapboxgl-ctrl-scale,.maplibregl-ctrl-scale{background-color:hsla(0,0%,100%,.75);font-size:10px;border:2px solid #333;border-top:#333;padding:0 5px;color:#333;box-sizing:border-box}
|
|
3976
|
+
.mapboxgl-popup,.maplibregl-popup{position:absolute;top:0;left:0;display:flex;will-change:transform;pointer-events:none}
|
|
3977
|
+
.mapboxgl-popup-anchor-top,.mapboxgl-popup-anchor-top-left,.mapboxgl-popup-anchor-top-right,.maplibregl-popup-anchor-top,.maplibregl-popup-anchor-top-left,.maplibregl-popup-anchor-top-right{flex-direction:column}
|
|
3978
|
+
.mapboxgl-popup-anchor-bottom,.mapboxgl-popup-anchor-bottom-left,.mapboxgl-popup-anchor-bottom-right,.maplibregl-popup-anchor-bottom,.maplibregl-popup-anchor-bottom-left,.maplibregl-popup-anchor-bottom-right{flex-direction:column-reverse}
|
|
3979
|
+
.mapboxgl-popup-anchor-left,.maplibregl-popup-anchor-left{flex-direction:row}
|
|
3980
|
+
.mapboxgl-popup-anchor-right,.maplibregl-popup-anchor-right{flex-direction:row-reverse}
|
|
3981
|
+
.mapboxgl-popup-tip,.maplibregl-popup-tip{width:0;height:0;border:10px solid transparent;z-index:1}
|
|
3982
|
+
.mapboxgl-popup-anchor-top .mapboxgl-popup-tip,.maplibregl-popup-anchor-top .maplibregl-popup-tip{align-self:center;border-top:none;border-bottom-color:#fff}
|
|
3983
|
+
.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip,.maplibregl-popup-anchor-top-left .maplibregl-popup-tip{align-self:flex-start;border-top:none;border-left:none;border-bottom-color:#fff}
|
|
3984
|
+
.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip,.maplibregl-popup-anchor-top-right .maplibregl-popup-tip{align-self:flex-end;border-top:none;border-right:none;border-bottom-color:#fff}
|
|
3985
|
+
.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip,.maplibregl-popup-anchor-bottom .maplibregl-popup-tip{align-self:center;border-bottom:none;border-top-color:#fff}
|
|
3986
|
+
.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip,.maplibregl-popup-anchor-bottom-left .maplibregl-popup-tip{align-self:flex-start;border-bottom:none;border-left:none;border-top-color:#fff}
|
|
3987
|
+
.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip,.maplibregl-popup-anchor-bottom-right .maplibregl-popup-tip{align-self:flex-end;border-bottom:none;border-right:none;border-top-color:#fff}
|
|
3988
|
+
.mapboxgl-popup-anchor-left .mapboxgl-popup-tip,.maplibregl-popup-anchor-left .maplibregl-popup-tip{align-self:center;border-left:none;border-right-color:#fff}
|
|
3989
|
+
.mapboxgl-popup-anchor-right .mapboxgl-popup-tip,.maplibregl-popup-anchor-right .maplibregl-popup-tip{align-self:center;border-right:none;border-left-color:#fff}
|
|
3990
|
+
.mapboxgl-popup-close-button,.maplibregl-popup-close-button{position:absolute;right:0;top:0;border:0;border-radius:0 3px 0 0;cursor:pointer;background-color:transparent}
|
|
3991
|
+
.mapboxgl-popup-close-button:hover,.maplibregl-popup-close-button:hover{background-color:rgba(0,0,0,.05)}
|
|
3992
|
+
.mapboxgl-popup-content,.maplibregl-popup-content{position:relative;background:#fff;border-radius:3px;box-shadow:0 1px 2px rgba(0,0,0,.1);padding:10px 10px 15px;pointer-events:auto}
|
|
3993
|
+
.mapboxgl-popup-anchor-top-left .mapboxgl-popup-content,.maplibregl-popup-anchor-top-left .maplibregl-popup-content{border-top-left-radius:0}
|
|
3994
|
+
.mapboxgl-popup-anchor-top-right .mapboxgl-popup-content,.maplibregl-popup-anchor-top-right .maplibregl-popup-content{border-top-right-radius:0}
|
|
3995
|
+
.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-content,.maplibregl-popup-anchor-bottom-left .maplibregl-popup-content{border-bottom-left-radius:0}
|
|
3996
|
+
.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-content,.maplibregl-popup-anchor-bottom-right .maplibregl-popup-content{border-bottom-right-radius:0}
|
|
3997
|
+
.mapboxgl-popup-track-pointer,.maplibregl-popup-track-pointer{display:none}
|
|
3998
|
+
.mapboxgl-popup-track-pointer *,.maplibregl-popup-track-pointer *{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
|
|
3999
|
+
.mapboxgl-map:hover .mapboxgl-popup-track-pointer,.maplibregl-map:hover .maplibregl-popup-track-pointer{display:flex}
|
|
4000
|
+
.mapboxgl-map:active .mapboxgl-popup-track-pointer,.maplibregl-map:active .maplibregl-popup-track-pointer{display:none}
|
|
4001
|
+
.mapboxgl-marker,.maplibregl-marker{position:absolute;top:0;left:0;will-change:transform}
|
|
4002
|
+
.mapboxgl-user-location-dot,.maplibregl-user-location-dot{background-color:#1da1f2;width:15px;height:15px;border-radius:50%}
|
|
4003
|
+
.mapboxgl-user-location-dot:before,.maplibregl-user-location-dot:before{background-color:#1da1f2;content:"";width:15px;height:15px;border-radius:50%;position:absolute;-webkit-animation:maplibregl-user-location-dot-pulse 2s infinite;animation:maplibregl-user-location-dot-pulse 2s infinite}
|
|
4004
|
+
.mapboxgl-user-location-dot:after,.maplibregl-user-location-dot:after{border-radius:50%;border:2px solid #fff;content:"";height:19px;left:-2px;position:absolute;top:-2px;width:19px;box-sizing:border-box;box-shadow:0 0 3px rgba(0,0,0,.35)}
|
|
4005
|
+
@-webkit-keyframes maplibregl-user-location-dot-pulse{0%{-webkit-transform:scale(1);opacity:1}70%{-webkit-transform:scale(3);opacity:0}to{-webkit-transform:scale(1);opacity:0}}
|
|
4006
|
+
@keyframes maplibregl-user-location-dot-pulse{0%{transform:scale(1);opacity:1}70%{transform:scale(3);opacity:0}to{transform:scale(1);opacity:0}}
|
|
4007
|
+
.mapboxgl-user-location-dot-stale,.maplibregl-user-location-dot-stale{background-color:#aaa}
|
|
4008
|
+
.mapboxgl-user-location-dot-stale:after,.maplibregl-user-location-dot-stale:after{display:none}
|
|
4009
|
+
.mapboxgl-user-location-accuracy-circle,.maplibregl-user-location-accuracy-circle{background-color:rgba(29,161,242,.2);width:1px;height:1px;border-radius:100%}
|
|
4010
|
+
.mapboxgl-crosshair,.mapboxgl-crosshair .mapboxgl-interactive,.mapboxgl-crosshair .mapboxgl-interactive:active,.maplibregl-crosshair,.maplibregl-crosshair .maplibregl-interactive,.maplibregl-crosshair .maplibregl-interactive:active{cursor:crosshair}
|
|
4011
|
+
.mapboxgl-boxzoom,.maplibregl-boxzoom{position:absolute;top:0;left:0;width:0;height:0;background:#fff;border:2px dotted #202020;opacity:.5}
|
|
4012
|
+
@media print{.mapbox-improve-map{display:none}}
|