@bynder/compact-view 5.2.0 → 5.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/AccessToken.js +5 -0
- package/AccessToken2.js +176 -0
- package/AccessToken3.js +4 -0
- package/ActiveFilter.js +6 -6
- package/ActiveFilters.js +24 -25
- package/AddMedia.js +21 -22
- package/AdditionalInfo.js +18 -0
- package/Advanced.js +3 -4
- package/App.js +68 -61
- package/Arrow.js +14 -0
- package/AssetCard.js +68 -57
- package/AssetCardMetaproperties.js +14 -14
- package/AssetFilter.js +36 -36
- package/AssetFilterContext.js +3 -4
- package/AssetItem.js +14 -14
- package/AssetList.js +46 -46
- package/AssetTypeItem.js +13 -13
- package/AssetsView.js +0 -1
- package/Autocomplete_new.js +70 -82
- package/Axios2.js +136 -0
- package/AxiosError.js +54 -0
- package/AxiosHeaders.js +181 -0
- package/AxiosURLSearchParams.js +33 -0
- package/Badge.js +44 -0
- package/Baloon.js +42 -0
- package/BaseStyles.js +10 -0
- package/Blob.js +4 -0
- package/Box.js +22 -0
- package/Button.js +39 -0
- package/Button.styles.js +40 -0
- package/ButtonAction.js +3 -4
- package/ButtonLegacy.js +48 -0
- package/ButtonLegacy.styles.js +28 -0
- package/CancelToken.js +77 -0
- package/CanceledError.js +11 -0
- package/Card.js +84 -0
- package/CardSkeleton.js +15 -15
- package/Checkbox.js +85 -0
- package/Checkbox.styles.js +2 -3
- package/Checkmark.js +7 -0
- package/Chip.js +70 -41
- package/Chip2.js +42 -0
- package/CollectionCard.js +9 -9
- package/CollectionItem.js +15 -15
- package/CollectionList.js +2 -3
- package/CollectionView.js +2 -3
- package/CollectionsView.js +6 -7
- package/ColorHexInput.js +31 -0
- package/ColorPicker.js +66 -0
- package/ColorPickerSolid.js +20 -0
- package/ColorPickerWithOpacity.js +37 -0
- package/Combobox.js +61 -0
- package/ConcealedAction.js +16 -0
- package/ConfigContext.js +0 -1
- package/ConnectButton.js +1 -2
- package/Container.js +14 -14
- package/Container2.js +31 -0
- package/Content.js +16 -0
- package/ContextAction.js +26 -18
- package/ContextActionButton.js +29 -0
- package/ControlGroup.js +32 -0
- package/DOMFunctions.js +27 -0
- package/Dat.js +62 -51
- package/DatDropdownItem.js +20 -20
- package/DesignSystemContext.js +4 -5
- package/DesignSystemProvider.js +29 -0
- package/DirectionSelect.js +16 -16
- package/Divider.js +21 -0
- package/DocumentIcon.js +0 -1
- package/DomainInput.js +15 -15
- package/DragRange.js +25 -0
- package/DragSelect.js +68 -63
- package/Dropdown.js +12 -12
- package/Dropdown2.js +169 -0
- package/DropdownContent.js +54 -39
- package/DropdownListItem.js +3 -4
- package/Enum.js +12 -0
- package/ErrorIcon.js +0 -1
- package/ErrorMessage.js +20 -20
- package/FieldSelect.js +4 -5
- package/FilePlaceholder.js +19 -0
- package/FileSelector.js +126 -141
- package/Flex.js +21 -0
- package/FontPicker.js +104 -0
- package/Footer.js +16 -0
- package/Form.js +23 -0
- package/FormData.js +4 -0
- package/Frame.js +64 -0
- package/Group.js +17 -0
- package/Group2.js +26 -0
- package/Header.js +0 -1
- package/Header2.js +43 -0
- package/Header22.js +15 -0
- package/HelperText.js +26 -0
- package/HorizontalScroll.js +4 -5
- package/HttpHandler.js +74 -0
- package/HttpResponse.js +85 -0
- package/HttpStatusCode.js +71 -0
- package/IconPlaceholder.js +18 -0
- package/Image.js +19 -0
- package/Images.js +30 -0
- package/Indicator.js +74 -0
- package/InfiniteScroll.js +8 -9
- package/InlineBanner.js +51 -0
- package/Input.js +109 -0
- package/Input.styles.js +71 -0
- package/InputContainer.js +9 -0
- package/InputField.js +74 -0
- package/InputRow.js +18 -0
- package/Inspector.js +34 -0
- package/InteractiveIcon.js +28 -0
- package/InterceptorManager.js +58 -0
- package/Item.js +107 -0
- package/Item2.js +14 -0
- package/Item4.js +190 -0
- package/Label.js +33 -0
- package/LeftArrow.js +3 -4
- package/List.js +25 -0
- package/ListItem.js +11 -0
- package/ListItem2.js +58 -0
- package/ListItem4.js +37 -0
- package/LoginComponent.js +0 -1
- package/LoginContext.js +0 -1
- package/MetapropertyFilterContent.js +2 -3
- package/MetapropertyOption.js +2 -4
- package/Middleware.js +49 -0
- package/Middleware2.js +49 -0
- package/Modal.js +2 -3
- package/Modal2.js +31 -0
- package/ModalBase.js +117 -0
- package/ModalBase.styles.js +75 -0
- package/ModalConfirmation.js +8 -0
- package/NoResults.js +16 -16
- package/OffsetContext.js +9 -0
- package/Oops.js +1 -2
- package/OpacityInput.js +17 -0
- package/Option_new.js +19 -19
- package/Overlay.js +35 -0
- package/Parser.js +131 -0
- package/Prefixer.js +187 -0
- package/Radio.js +78 -0
- package/RadioGroup.js +25 -0
- package/RangeInput.js +41 -0
- package/RefreshingSpinner.js +3 -4
- package/ReportModal.js +16 -15
- package/RequestHandler.js +119 -0
- package/RightArrow.js +4 -5
- package/RootElementContext.js +0 -1
- package/Row.js +16 -0
- package/SearchInput.js +27 -23
- package/SearchInput2.js +46 -0
- package/SectionTitle.js +17 -0
- package/Select.js +49 -0
- package/SelectButtonText.js +16 -0
- package/SelectedItemContainer.js +11 -11
- package/SelectedItems.js +2 -3
- package/SelectionContext.js +0 -1
- package/SelectionFooter.js +8 -8
- package/Serializer.js +27 -0
- package/ShadowRoot.js +0 -1
- package/ShadowRootInternal.js +17 -18
- package/Shield.js +0 -1
- package/Sidebar.js +17 -0
- package/Skeleton.js +6 -7
- package/Slider.constants.js +6 -0
- package/Slider.js +128 -0
- package/SmartFilterContent.js +2 -3
- package/SmartFilterSelect_new.js +2 -3
- package/Smartfilters_new.js +86 -77
- package/Spinner.js +2 -3
- package/Spinner2.js +15 -0
- package/StatefulAssetList.js +15 -16
- package/Stats.js +16 -0
- package/StatsItem.js +23 -0
- package/Status.js +32 -0
- package/StoreInitializer.js +29 -0
- package/Styles.css.js +0 -1
- package/Switch.js +82 -0
- package/SwitchNLS.js +26 -24
- package/Tabs2.js +10 -0
- package/TagItem.js +8 -9
- package/Tags.js +9 -10
- package/Text2.js +11 -0
- package/Text22.js +18 -0
- package/Text4.js +18 -0
- package/Textarea.js +92 -0
- package/Theming.js +4 -5
- package/Thumb.js +28 -0
- package/Thumbnail.js +91 -0
- package/Tokenizer.js +147 -0
- package/Toolbar.js +13 -13
- package/Tooltip.js +2 -3
- package/Tooltip2.js +111 -0
- package/TruncatedText.js +34 -0
- package/URLSearchParams.js +5 -0
- package/Utility.js +56 -0
- package/ViewSwitch.js +8 -8
- package/_check_private_redeclaration.js +7 -0
- package/_class_apply_descriptor_get.js +6 -0
- package/_class_apply_descriptor_set.js +11 -0
- package/_class_extract_field_descriptor.js +7 -0
- package/_class_private_field_get.js +9 -0
- package/_class_private_field_init.js +7 -0
- package/_class_private_field_set.js +9 -0
- package/_commonjsHelpers.js +6 -0
- package/adapters.js +53 -0
- package/api/types/getFilters_new.d.ts +8 -0
- package/api.js +25 -0
- package/api2.js +40 -0
- package/api3.js +406 -0
- package/applyScopeDataToEvent.js +83 -0
- package/applyScopeDataToEvent2.js +55 -0
- package/asset.type.js +9 -10
- package/asyncDebounce.js +0 -1
- package/auth.js +0 -1
- package/autocomplete.js +2 -3
- package/axios.js +46 -0
- package/base.js +57 -0
- package/base64Converter.js +0 -1
- package/baseclient.js +498 -0
- package/bind.js +8 -0
- package/browser.js +44 -0
- package/buildFullPath.js +9 -0
- package/buildURL.js +23 -0
- package/bundle.esm.js +81 -0
- package/calculateContainerMaxHeight.js +12 -0
- package/calculateNodeHeight.js +35 -0
- package/carrier.js +13 -0
- package/chain.js +8 -0
- package/checkGlobals.js +13 -0
- package/checks.js +178 -0
- package/chunk-6HYIRFX2.js +1 -0
- package/chunk.js +0 -1
- package/class.js +0 -1
- package/cleanUrl.js +11 -0
- package/client.js +76 -0
- package/clientreport.js +15 -0
- package/clsx.js +17 -0
- package/colorTransforms.js +12 -0
- package/combineFilters.js +0 -1
- package/combineMetaproperties.js +1 -2
- package/combineURLs.js +6 -0
- package/composeSignals.js +30 -0
- package/constants.js +2 -13
- package/constants2.js +82 -0
- package/constants3.js +14 -0
- package/constants4.js +8 -0
- package/constants5.js +4 -0
- package/constants6.js +4 -0
- package/context.js +12 -0
- package/context10.js +12 -0
- package/context2.js +9 -0
- package/context3.js +12 -0
- package/context6.js +5 -0
- package/cookieStore.js +116 -0
- package/cookies.js +32 -0
- package/core.js +42 -0
- package/createSelectors.js +0 -1
- package/crypto.js +0 -1
- package/currentScopes.js +9 -0
- package/data.js +4 -0
- package/de_DE.json.js +18 -0
- package/debug-build.js +4 -0
- package/debug-build2.js +4 -0
- package/debug-build3.js +4 -0
- package/debug-build4.js +4 -0
- package/debug-build5.js +4 -0
- package/debug-build6.js +4 -0
- package/decorators.js +37 -0
- package/defaultScopes.js +12 -0
- package/devUtils.js +20 -0
- package/dispatchRequest.js +31 -0
- package/doc.js +26 -0
- package/domHelpers.js +15 -0
- package/dsn.js +54 -0
- package/dynamicSamplingContext.js +34 -0
- package/dynamicSamplingContext2.js +34 -0
- package/emotion-unitless.esm.js +52 -0
- package/en_US.json.js +23 -0
- package/englishText-12403056.js +6 -0
- package/env.js +6 -0
- package/envelope.js +113 -0
- package/envelope2.js +23 -0
- package/envelope3.js +24 -0
- package/error.js +9 -0
- package/errors.js +33 -0
- package/errors2.js +55 -0
- package/es_ES.json.js +18 -0
- package/es_MX.json.js +18 -0
- package/eventProcessors.js +27 -0
- package/eventProcessors2.js +23 -0
- package/eventbuilder.js +128 -0
- package/exports.js +11 -0
- package/exports2.js +16 -0
- package/exports3.js +8 -0
- package/fetch.js +44 -0
- package/fetch2.js +141 -0
- package/filter/filters/smartfilters/Metaproperties/Autocomplete_new.d.ts +1 -1
- package/filter/filters/smartfilters/Metaproperties/Option_new.d.ts +3 -3
- package/filterAssets.js +1 -2
- package/fixFontSpaceInUrl.js +8 -0
- package/focusWithoutScrolling.js +45 -0
- package/forceHiddenStyles.js +19 -0
- package/formDataToJSON.js +31 -0
- package/fr_FR.json.js +18 -0
- package/getAbsoluteUrl.js +13 -0
- package/getAsset.js +1 -2
- package/getAssetCounts.js +1 -2
- package/getAssets.js +2 -3
- package/getCallFrame.js +12 -0
- package/getCollections.js +1 -2
- package/getFilterOptions.js +1 -2
- package/getFilters.js +1 -2
- package/getFilters_new.js +1 -2
- package/getLimitedUseThumbnails.js +0 -1
- package/getRequestCookies.js +40 -0
- package/getRootSpan.js +6 -0
- package/getRootSpan2.js +6 -0
- package/getSimilarityAssets.js +1 -2
- package/getSizingData.js +45 -0
- package/getStatusCodeColor.js +6 -0
- package/getThumbPosition.js +6 -0
- package/getTimestamp.js +7 -0
- package/getUseLayerOptions.js +49 -0
- package/handlers.js +92 -7
- package/handlers2.js +6 -0
- package/helpers.js +3 -5
- package/helpers2.js +6 -0
- package/hexFromPercentage.js +7 -0
- package/http.js +17 -0
- package/hub.js +446 -0
- package/hub2.js +442 -0
- package/immer.js +472 -0
- package/import.js +7 -0
- package/index-esm.js +10781 -0
- package/index-esm2.js +138 -0
- package/index-esm3.js +131 -0
- package/index.browser.js +11 -0
- package/index.js +0 -1
- package/index.module.js +57 -0
- package/index.module2.js +72 -0
- package/index.module3.js +57 -0
- package/index10.js +20 -0
- package/index102.js +273 -0
- package/index11.js +18 -0
- package/index112.js +29 -0
- package/index12.js +38 -0
- package/index13.js +2432 -0
- package/index14.js +558 -0
- package/index15.js +58 -0
- package/index16.js +4 -0
- package/index17.js +89 -0
- package/index18.js +9 -0
- package/index19.js +62 -0
- package/index2.js +0 -1
- package/index20.js +15 -0
- package/index21.js +11 -0
- package/index22.js +42 -0
- package/index23.js +9 -0
- package/index24.js +10 -0
- package/index25.js +7 -0
- package/index26.js +12 -0
- package/index27.js +11 -0
- package/index28.js +639 -0
- package/index29.js +76 -0
- package/index3.js +5 -54
- package/index30.js +7 -0
- package/index31.js +22 -0
- package/index32.js +2 -0
- package/index33.js +7 -0
- package/index34.js +20 -0
- package/index35.js +8 -0
- package/index36.js +4 -0
- package/index37.js +13 -0
- package/index38.js +13 -0
- package/index39.js +15 -0
- package/index4.js +1684 -18
- package/index40.js +13 -0
- package/index41.js +21 -0
- package/index42.js +66 -0
- package/index43.js +8 -0
- package/index44.js +57 -0
- package/index45.js +69 -0
- package/index46.js +33 -0
- package/index47.js +13 -0
- package/index48.js +123 -0
- package/index49.js +88 -0
- package/index5.js +27 -0
- package/index50.js +10 -0
- package/index51.js +13 -0
- package/index52.js +16 -0
- package/index53.js +16 -0
- package/index54.js +9 -0
- package/index55.js +9 -0
- package/index56.js +17 -0
- package/index57.js +31 -0
- package/index58.js +18 -0
- package/index6.js +315 -0
- package/index7.js +4 -0
- package/index72.js +228 -0
- package/index8.js +5051 -0
- package/index82.js +8 -0
- package/index9.js +55 -0
- package/index92.js +12 -0
- package/integration.js +38 -0
- package/is.js +77 -0
- package/is2.js +14 -0
- package/is3.js +14 -0
- package/isAbsoluteURL.js +6 -0
- package/isAbsoluteUrl2.js +6 -0
- package/isAxiosError.js +7 -0
- package/isCancel.js +6 -0
- package/isIterable.js +6 -0
- package/isStringEqual.js +6 -0
- package/isURLSameOrigin.js +8 -0
- package/isValidHexValue.js +6 -0
- package/isVirtualEvent.js +11 -0
- package/iso.js +38 -0
- package/it_IT.json.js +18 -0
- package/itemContext.js +5 -0
- package/ja_JP.json.js +18 -0
- package/ko_KR.json.js +18 -0
- package/localStorageHelper.js +32 -0
- package/localStorageHelper2.js +4 -0
- package/localization.js +46 -0
- package/logger.js +0 -1
- package/logger2.js +56 -0
- package/logger3.js +56 -0
- package/logger4.js +56 -0
- package/loginwindow.js +0 -1
- package/makeHexWithOpacity.js +12 -0
- package/makeInternalTokens.js +22 -0
- package/matchRequestUrl.js +23 -0
- package/memo.js +25 -0
- package/merge.js +13 -0
- package/mergeConfig.js +70 -0
- package/mergeProps.js +22 -0
- package/mergeRefs.js +9 -0
- package/middleware.js +177 -0
- package/middleware2.js +177 -0
- package/misc.js +58 -0
- package/misc2.js +28 -0
- package/misc3.js +24 -0
- package/nl_NL.json.js +18 -0
- package/normalize.js +97 -0
- package/normalizePath.js +11 -0
- package/normalizeResponse.js +1 -2
- package/normalizeRows.js +10 -0
- package/notify.js +52 -0
- package/null.js +4 -0
- package/oauth2.js +0 -1
- package/object.js +110 -0
- package/object2.js +39 -0
- package/object3.js +17 -0
- package/opacityPercentageFromHex.js +9 -0
- package/openLink.js +27 -0
- package/package.json +1 -1
- package/packageVersion.js +4 -0
- package/parse.js +9 -0
- package/parse2.js +44 -0
- package/parseHeaders.js +30 -0
- package/parseProtocol.js +7 -0
- package/pl_PL.json.js +18 -0
- package/platform.js +42 -0
- package/prepareEvent.js +141 -0
- package/prepareEvent2.js +5 -0
- package/prepareEvent3.js +5 -0
- package/progressEventReducer.js +35 -0
- package/promisebuffer.js +44 -0
- package/propagationContext.js +11 -0
- package/pt_BR.json.js +18 -0
- package/ratelimit.js +37 -0
- package/react.js +19 -0
- package/react2.js +19 -0
- package/regexes.js +51 -0
- package/registries.js +41 -0
- package/resolveConfig.js +33 -0
- package/result.type.js +0 -1
- package/ru_RU.json.js +18 -0
- package/runAfterTransition.js +35 -0
- package/schemas.js +368 -0
- package/schemas2.js +691 -0
- package/scope.js +412 -0
- package/scope2.js +407 -0
- package/scope3.js +348 -0
- package/sdk-DhxX43BH.js +4813 -0
- package/sdkMetadata.js +15 -0
- package/serializeRequest.js +12 -0
- package/serializeResponse.js +14 -0
- package/session.js +57 -0
- package/session2.js +57 -0
- package/session3.js +16 -0
- package/settle.js +14 -0
- package/shadowdom.js +13 -0
- package/shadowdom2.js +13 -0
- package/spanOnScope.js +12 -0
- package/spanUtils.js +31 -0
- package/spanUtils2.js +31 -0
- package/speedometer.js +19 -0
- package/spread.js +8 -0
- package/stack-parsers.js +48 -0
- package/stackStrategy.js +98 -0
- package/stacktrace.js +49 -0
- package/state.js +106 -0
- package/store/StoreInitializer.d.ts +8 -0
- package/store/useDatStore.d.ts +11 -8
- package/string.js +6 -0
- package/styled-components.browser.esm.js +530 -0
- package/styles.js +55 -0
- package/styles2.js +17 -0
- package/supports.js +6 -0
- package/syncpromise.js +121 -0
- package/syncpromise2.js +109 -0
- package/text.js +0 -1
- package/textSelection.js +33 -0
- package/textStyles.js +20 -0
- package/theme.js +238 -0
- package/themeContainers.js +20 -0
- package/themes3.js +26 -0
- package/throttle.js +15 -0
- package/time.js +24 -0
- package/time2.js +24 -0
- package/time3.js +24 -0
- package/toFormData.js +85 -0
- package/toPublicUrl.js +9 -0
- package/toURLEncodedForm.js +13 -0
- package/token.js +236 -0
- package/tokenExpirationHelper.js +48 -0
- package/tokenExpirationHelper2.js +4 -0
- package/tokensAndThemes.js +92 -0
- package/tr_TR.json.js +18 -0
- package/trackStream.js +63 -0
- package/transformData.js +13 -0
- package/transitional.js +8 -0
- package/trimMetapropertyValue.js +1 -2
- package/tslib.es6.js +18 -0
- package/typeof.js +11 -0
- package/url.js +0 -1
- package/urlHelper.js +15 -0
- package/urlHelper2.js +4 -0
- package/useAccountDomain.js +0 -1
- package/useAuthInformation.js +0 -1
- package/useAutoHeight.js +25 -0
- package/useClickOutside.js +0 -1
- package/useDatStore.js +31 -28
- package/useDimensions.js +0 -1
- package/useEffectEvent.js +18 -0
- package/useFocus.js +30 -0
- package/useFocusRing.js +34 -0
- package/useFocusVisible.js +92 -0
- package/useFocusWithin.js +57 -0
- package/useFonts.js +118 -0
- package/useGlobalListeners.js +34 -0
- package/useGroupContext.js +10 -0
- package/useHover.js +79 -0
- package/useId.js +8 -0
- package/useId2.js +17 -0
- package/useKeyDown.js +14 -0
- package/useLayoutEffect.js +6 -0
- package/useOrderingStore.js +6 -7
- package/usePress.js +359 -0
- package/useRouterStore.js +6 -7
- package/useScrollHighlightedIntoView.js +24 -0
- package/useSearchStore.js +5 -6
- package/useSimilaritySearchStore.js +6 -7
- package/useSyncRef.js +12 -0
- package/useTranslate.js +13 -0
- package/useZIndex.js +9 -0
- package/userfeedback.js +28 -0
- package/util.js +265 -0
- package/utils/fixFontSpaceInUrl.d.ts +1 -0
- package/utils.js +26 -45
- package/utils2.js +43 -46
- package/utils3.js +50 -0
- package/utils4.js +12 -0
- package/utils5.js +71 -0
- package/utils6.js +222 -0
- package/utils7.js +9 -0
- package/utils8.js +70 -0
- package/validator.js +54 -0
- package/vanilla.js +14 -0
- package/vanilla2.js +14 -0
- package/version.js +4 -0
- package/version2.js +4 -0
- package/version3.js +4 -0
- package/versionContext.js +9 -0
- package/versions.js +8 -0
- package/views/asset/asset-card/AssetCard.d.ts +4 -2
- package/views/asset/asset-card/ContextAction.d.ts +3 -1
- package/worldwide.js +19 -0
- package/worldwide2.js +15 -0
- package/worldwide3.js +10 -0
- package/xhr.js +71 -0
- package/zh_CN.json.js +18 -0
- package/zh_TW.json.js +18 -0
- package/ActiveFilter.js.map +0 -1
- package/ActiveFilters.js.map +0 -1
- package/AddMedia.js.map +0 -1
- package/Advanced.js.map +0 -1
- package/App.js.map +0 -1
- package/AssetCard.js.map +0 -1
- package/AssetCardMetaproperties.js.map +0 -1
- package/AssetFilter.js.map +0 -1
- package/AssetFilterContext.js.map +0 -1
- package/AssetItem.js.map +0 -1
- package/AssetList.js.map +0 -1
- package/AssetTypeItem.js.map +0 -1
- package/AssetsView.js.map +0 -1
- package/Autocomplete_new.js.map +0 -1
- package/ButtonAction.js.map +0 -1
- package/CardSkeleton.js.map +0 -1
- package/Checkbox.styles.js.map +0 -1
- package/Chip.js.map +0 -1
- package/CollectionCard.js.map +0 -1
- package/CollectionItem.js.map +0 -1
- package/CollectionList.js.map +0 -1
- package/CollectionView.js.map +0 -1
- package/CollectionsView.js.map +0 -1
- package/ConfigContext.js.map +0 -1
- package/ConnectButton.js.map +0 -1
- package/Container.js.map +0 -1
- package/ContextAction.js.map +0 -1
- package/Dat.js.map +0 -1
- package/DatDropdownItem.js.map +0 -1
- package/DesignSystemContext.js.map +0 -1
- package/DirectionSelect.js.map +0 -1
- package/DocumentIcon.js.map +0 -1
- package/DomainInput.js.map +0 -1
- package/DragSelect.js.map +0 -1
- package/Dropdown.js.map +0 -1
- package/DropdownContent.js.map +0 -1
- package/DropdownListItem.js.map +0 -1
- package/ErrorIcon.js.map +0 -1
- package/ErrorMessage.js.map +0 -1
- package/FieldSelect.js.map +0 -1
- package/FileSelector.js.map +0 -1
- package/Header.js.map +0 -1
- package/HorizontalScroll.js.map +0 -1
- package/InfiniteScroll.js.map +0 -1
- package/LeftArrow.js.map +0 -1
- package/LoginComponent.js.map +0 -1
- package/LoginContext.js.map +0 -1
- package/MetapropertyFilterContent.js.map +0 -1
- package/MetapropertyOption.js.map +0 -1
- package/Modal.js.map +0 -1
- package/NoResults.js.map +0 -1
- package/Oops.js.map +0 -1
- package/Option_new.js.map +0 -1
- package/RefreshingSpinner.js.map +0 -1
- package/ReportModal.js.map +0 -1
- package/RightArrow.js.map +0 -1
- package/RootElementContext.js.map +0 -1
- package/SearchInput.js.map +0 -1
- package/SelectedItemContainer.js.map +0 -1
- package/SelectedItems.js.map +0 -1
- package/SelectionContext.js.map +0 -1
- package/SelectionFooter.js.map +0 -1
- package/ShadowRoot.js.map +0 -1
- package/ShadowRootInternal.js.map +0 -1
- package/Shield.js.map +0 -1
- package/Skeleton.js.map +0 -1
- package/SmartFilterContent.js.map +0 -1
- package/SmartFilterSelect_new.js.map +0 -1
- package/Smartfilters_new.js.map +0 -1
- package/Spinner.js.map +0 -1
- package/StatefulAssetList.js.map +0 -1
- package/Styles.css.js.map +0 -1
- package/SwitchNLS.js.map +0 -1
- package/TagItem.js.map +0 -1
- package/Tags.js.map +0 -1
- package/Theming.js.map +0 -1
- package/Toolbar.js.map +0 -1
- package/Tooltip.js.map +0 -1
- package/ViewSwitch.js.map +0 -1
- package/asset.type.js.map +0 -1
- package/asyncDebounce.js.map +0 -1
- package/auth.js.map +0 -1
- package/autocomplete.js.map +0 -1
- package/base64Converter.js.map +0 -1
- package/chunk.js.map +0 -1
- package/class.js.map +0 -1
- package/combineFilters.js.map +0 -1
- package/combineMetaproperties.js.map +0 -1
- package/constants.js.map +0 -1
- package/createSelectors.js.map +0 -1
- package/crypto.js.map +0 -1
- package/filterAssets.js.map +0 -1
- package/getAsset.js.map +0 -1
- package/getAssetCounts.js.map +0 -1
- package/getAssets.js.map +0 -1
- package/getCollections.js.map +0 -1
- package/getFilterOptions.js.map +0 -1
- package/getFilters.js.map +0 -1
- package/getFilters_new.js.map +0 -1
- package/getLimitedUseThumbnails.js.map +0 -1
- package/getSimilarityAssets.js.map +0 -1
- package/handlers.js.map +0 -1
- package/helpers.js.map +0 -1
- package/index.js.map +0 -1
- package/index2.js.map +0 -1
- package/index3.js.map +0 -1
- package/index4.js.map +0 -1
- package/logger.js.map +0 -1
- package/loginwindow.js.map +0 -1
- package/normalizeResponse.js.map +0 -1
- package/oauth2.js.map +0 -1
- package/result.type.js.map +0 -1
- package/router/RouterContext.d.ts +0 -19
- package/text.js.map +0 -1
- package/trimMetapropertyValue.js.map +0 -1
- package/url.js.map +0 -1
- package/useAccountDomain.js.map +0 -1
- package/useAuthInformation.js.map +0 -1
- package/useClickOutside.js.map +0 -1
- package/useDatStore.js.map +0 -1
- package/useDimensions.js.map +0 -1
- package/useOrderingStore.js.map +0 -1
- package/useRouterStore.js.map +0 -1
- package/useSearchStore.js.map +0 -1
- package/useSimilaritySearchStore.js.map +0 -1
- package/utils.js.map +0 -1
- package/utils2.js.map +0 -1
package/toFormData.js
ADDED
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
import t from "./utils6.js";
|
|
2
|
+
import E from "./AxiosError.js";
|
|
3
|
+
function B(i) {
|
|
4
|
+
return t.isPlainObject(i) || t.isArray(i);
|
|
5
|
+
}
|
|
6
|
+
function h(i) {
|
|
7
|
+
return t.endsWith(i, "[]") ? i.slice(0, -2) : i;
|
|
8
|
+
}
|
|
9
|
+
function O(i, e, s) {
|
|
10
|
+
return i ? i.concat(e).map(function(o, d) {
|
|
11
|
+
return o = h(o), !s && d ? "[" + o + "]" : o;
|
|
12
|
+
}).join(s ? "." : "") : e;
|
|
13
|
+
}
|
|
14
|
+
function T(i) {
|
|
15
|
+
return t.isArray(i) && !i.some(B);
|
|
16
|
+
}
|
|
17
|
+
const S = t.toFlatObject(t, {}, null, function(e) {
|
|
18
|
+
return /^is[A-Z]/.test(e);
|
|
19
|
+
});
|
|
20
|
+
function W(i, e, s) {
|
|
21
|
+
if (!t.isObject(i))
|
|
22
|
+
throw new TypeError("target must be an object");
|
|
23
|
+
e = e || new FormData(), s = t.toFlatObject(s, {
|
|
24
|
+
metaTokens: !0,
|
|
25
|
+
dots: !1,
|
|
26
|
+
indexes: !1
|
|
27
|
+
}, !1, function(n, u) {
|
|
28
|
+
return !t.isUndefined(u[n]);
|
|
29
|
+
});
|
|
30
|
+
const p = s.metaTokens, o = s.visitor || j, d = s.dots, m = s.indexes, w = (s.Blob || typeof Blob < "u" && Blob) && t.isSpecCompliantForm(e);
|
|
31
|
+
if (!t.isFunction(o))
|
|
32
|
+
throw new TypeError("visitor must be a function");
|
|
33
|
+
function l(r) {
|
|
34
|
+
if (r === null) return "";
|
|
35
|
+
if (t.isDate(r))
|
|
36
|
+
return r.toISOString();
|
|
37
|
+
if (t.isBoolean(r))
|
|
38
|
+
return r.toString();
|
|
39
|
+
if (!w && t.isBlob(r))
|
|
40
|
+
throw new E("Blob is not supported. Use a Buffer instead.");
|
|
41
|
+
return t.isArrayBuffer(r) || t.isTypedArray(r) ? w && typeof Blob == "function" ? new Blob([r]) : Buffer.from(r) : r;
|
|
42
|
+
}
|
|
43
|
+
function j(r, n, u) {
|
|
44
|
+
let f = r;
|
|
45
|
+
if (r && !u && typeof r == "object") {
|
|
46
|
+
if (t.endsWith(n, "{}"))
|
|
47
|
+
n = p ? n : n.slice(0, -2), r = JSON.stringify(r);
|
|
48
|
+
else if (t.isArray(r) && T(r) || (t.isFileList(r) || t.endsWith(n, "[]")) && (f = t.toArray(r)))
|
|
49
|
+
return n = h(n), f.forEach(function(b, x) {
|
|
50
|
+
!(t.isUndefined(b) || b === null) && e.append(
|
|
51
|
+
// eslint-disable-next-line no-nested-ternary
|
|
52
|
+
m === !0 ? O([n], x, d) : m === null ? n : n + "[]",
|
|
53
|
+
l(b)
|
|
54
|
+
);
|
|
55
|
+
}), !1;
|
|
56
|
+
}
|
|
57
|
+
return B(r) ? !0 : (e.append(O(u, n, d), l(r)), !1);
|
|
58
|
+
}
|
|
59
|
+
const a = [], F = Object.assign(S, {
|
|
60
|
+
defaultVisitor: j,
|
|
61
|
+
convertValue: l,
|
|
62
|
+
isVisitable: B
|
|
63
|
+
});
|
|
64
|
+
function A(r, n) {
|
|
65
|
+
if (!t.isUndefined(r)) {
|
|
66
|
+
if (a.indexOf(r) !== -1)
|
|
67
|
+
throw Error("Circular reference detected in " + n.join("."));
|
|
68
|
+
a.push(r), t.forEach(r, function(f, c) {
|
|
69
|
+
(!(t.isUndefined(f) || f === null) && o.call(
|
|
70
|
+
e,
|
|
71
|
+
f,
|
|
72
|
+
t.isString(c) ? c.trim() : c,
|
|
73
|
+
n,
|
|
74
|
+
F
|
|
75
|
+
)) === !0 && A(f, n ? n.concat(c) : [c]);
|
|
76
|
+
}), a.pop();
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
if (!t.isObject(i))
|
|
80
|
+
throw new TypeError("data must be an object");
|
|
81
|
+
return A(i), e;
|
|
82
|
+
}
|
|
83
|
+
export {
|
|
84
|
+
W as default
|
|
85
|
+
};
|
package/toPublicUrl.js
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import e from "./utils6.js";
|
|
2
|
+
import n from "./toFormData.js";
|
|
3
|
+
import r from "./index18.js";
|
|
4
|
+
function c(o, i) {
|
|
5
|
+
return n(o, new r.classes.URLSearchParams(), Object.assign({
|
|
6
|
+
visitor: function(t, s, f, a) {
|
|
7
|
+
return r.isNode && e.isBuffer(t) ? (this.append(s, t.toString("base64")), !1) : a.defaultVisitor.apply(this, arguments);
|
|
8
|
+
}
|
|
9
|
+
}, i));
|
|
10
|
+
}
|
|
11
|
+
export {
|
|
12
|
+
c as default
|
|
13
|
+
};
|
package/token.js
ADDED
|
@@ -0,0 +1,236 @@
|
|
|
1
|
+
import { packageVersion as r } from "./packageVersion.js";
|
|
2
|
+
const n = r.replace(/\./g, "-");
|
|
3
|
+
function e(a) {
|
|
4
|
+
return `var(--${a}-${n})`;
|
|
5
|
+
}
|
|
6
|
+
const l = {
|
|
7
|
+
white: e("white"),
|
|
8
|
+
"white-rgb": e("white-rgb"),
|
|
9
|
+
// Grays
|
|
10
|
+
gray1000: e("gray1000"),
|
|
11
|
+
"gray1000-rgb": e("gray1000-rgb"),
|
|
12
|
+
gray900: e("gray900"),
|
|
13
|
+
gray800: e("gray800"),
|
|
14
|
+
gray700: e("gray700"),
|
|
15
|
+
gray600: e("gray600"),
|
|
16
|
+
gray500: e("gray500"),
|
|
17
|
+
gray400: e("gray400"),
|
|
18
|
+
gray300: e("gray300"),
|
|
19
|
+
gray200: e("gray200"),
|
|
20
|
+
gray100: e("gray100"),
|
|
21
|
+
gray75: e("gray75"),
|
|
22
|
+
gray50: e("gray50"),
|
|
23
|
+
gray25: e("gray25"),
|
|
24
|
+
gray10: e("gray10"),
|
|
25
|
+
// System colors
|
|
26
|
+
blue1000: e("blue1000"),
|
|
27
|
+
blue900: e("blue900"),
|
|
28
|
+
blue800: e("blue800"),
|
|
29
|
+
blue700: e("blue700"),
|
|
30
|
+
blue600: e("blue600"),
|
|
31
|
+
blue500: e("blue500"),
|
|
32
|
+
"blue500-rgb": e("blue500-rgb"),
|
|
33
|
+
blue500a10: e("blue500a10"),
|
|
34
|
+
blue400: e("blue400"),
|
|
35
|
+
blue300: e("blue300"),
|
|
36
|
+
blue200: e("blue200"),
|
|
37
|
+
blue100: e("blue100"),
|
|
38
|
+
blue75: e("blue75"),
|
|
39
|
+
blue50: e("blue50"),
|
|
40
|
+
blue25: e("blue25"),
|
|
41
|
+
red1000: e("red1000"),
|
|
42
|
+
red900: e("red900"),
|
|
43
|
+
red800: e("red800"),
|
|
44
|
+
red700: e("red700"),
|
|
45
|
+
red600: e("red600"),
|
|
46
|
+
red500: e("red500"),
|
|
47
|
+
"red500-rgb": e("red500-rgb"),
|
|
48
|
+
red500a50: e("red500a50"),
|
|
49
|
+
red500a10: e("red500a10"),
|
|
50
|
+
red400: e("red400"),
|
|
51
|
+
red300: e("red300"),
|
|
52
|
+
red200: e("red200"),
|
|
53
|
+
red100: e("red100"),
|
|
54
|
+
red75: e("red75"),
|
|
55
|
+
red50: e("red50"),
|
|
56
|
+
red25: e("red25"),
|
|
57
|
+
yellow700: e("yellow700"),
|
|
58
|
+
yellow600: e("yellow600"),
|
|
59
|
+
yellow500: e("yellow500"),
|
|
60
|
+
"yellow500-rgb": e("yellow500-rgb"),
|
|
61
|
+
yellow500a10: e("yellow500a10"),
|
|
62
|
+
orange1000: e("orange1000"),
|
|
63
|
+
orange900: e("orange900"),
|
|
64
|
+
orange800: e("orange800"),
|
|
65
|
+
orange700: e("orange700"),
|
|
66
|
+
orange600: e("orange600"),
|
|
67
|
+
orange500: e("orange500"),
|
|
68
|
+
orange400: e("orange400"),
|
|
69
|
+
orange300: e("orange300"),
|
|
70
|
+
orange200: e("orange200"),
|
|
71
|
+
orange100: e("orange100"),
|
|
72
|
+
green1000: e("green1000"),
|
|
73
|
+
green900: e("green900"),
|
|
74
|
+
green800: e("green800"),
|
|
75
|
+
green700: e("green700"),
|
|
76
|
+
green600: e("green600"),
|
|
77
|
+
green500: e("green500"),
|
|
78
|
+
green400: e("green400"),
|
|
79
|
+
green300: e("green300"),
|
|
80
|
+
green200: e("green200"),
|
|
81
|
+
green100: e("green100"),
|
|
82
|
+
green75: e("green75"),
|
|
83
|
+
green50: e("green50"),
|
|
84
|
+
green25: e("green25"),
|
|
85
|
+
purple1000: e("purple1000"),
|
|
86
|
+
purple900: e("purple900"),
|
|
87
|
+
purple800: e("purple800"),
|
|
88
|
+
purple700: e("purple700"),
|
|
89
|
+
purple600: e("purple600"),
|
|
90
|
+
purple500: e("purple500"),
|
|
91
|
+
purple400: e("purple400"),
|
|
92
|
+
purple300: e("purple300"),
|
|
93
|
+
purple200: e("purple200"),
|
|
94
|
+
purple100: e("purple100"),
|
|
95
|
+
purple75: e("purple75"),
|
|
96
|
+
purple50: e("purple50"),
|
|
97
|
+
purple25: e("purple25"),
|
|
98
|
+
magenta1000: e("magenta1000"),
|
|
99
|
+
magenta900: e("magenta900"),
|
|
100
|
+
magenta800: e("magenta800"),
|
|
101
|
+
magenta700: e("magenta700"),
|
|
102
|
+
magenta600: e("magenta600"),
|
|
103
|
+
magenta500: e("magenta500"),
|
|
104
|
+
magenta400: e("magenta400"),
|
|
105
|
+
magenta300: e("magenta300"),
|
|
106
|
+
magenta200: e("magenta200"),
|
|
107
|
+
magenta100: e("magenta100"),
|
|
108
|
+
magenta75: e("magenta75"),
|
|
109
|
+
magenta50: e("magenta50"),
|
|
110
|
+
magenta25: e("magenta25"),
|
|
111
|
+
teal1000: e("teal1000"),
|
|
112
|
+
teal900: e("teal900"),
|
|
113
|
+
teal800: e("teal800"),
|
|
114
|
+
teal700: e("teal700"),
|
|
115
|
+
teal600: e("teal600"),
|
|
116
|
+
teal500: e("teal500"),
|
|
117
|
+
"teal500-rgb": e("teal500-rgb"),
|
|
118
|
+
teal500a10: e("teal500a10"),
|
|
119
|
+
teal400: e("teal400"),
|
|
120
|
+
teal300: e("teal300"),
|
|
121
|
+
teal200: e("teal200"),
|
|
122
|
+
teal100: e("teal100"),
|
|
123
|
+
teal75: e("teal75"),
|
|
124
|
+
teal50: e("teal50"),
|
|
125
|
+
teal25: e("teal25"),
|
|
126
|
+
// Brand colors
|
|
127
|
+
brandPrimary700: e("brandPrimary700"),
|
|
128
|
+
brandPrimary600: e("brandPrimary600"),
|
|
129
|
+
brandPrimary500: e("brandPrimary500"),
|
|
130
|
+
"brandPrimary500-rgb": e("brandPrimary500-rgb"),
|
|
131
|
+
brandPrimary300: e("brandPrimary300"),
|
|
132
|
+
brandPrimary100: e("brandPrimary100"),
|
|
133
|
+
// Spacing
|
|
134
|
+
/** 2px */
|
|
135
|
+
spacing1: e("spacing1"),
|
|
136
|
+
/** 4px */
|
|
137
|
+
spacing2: e("spacing2"),
|
|
138
|
+
/** 8px */
|
|
139
|
+
spacing3: e("spacing3"),
|
|
140
|
+
/** 12px */
|
|
141
|
+
spacing4: e("spacing4"),
|
|
142
|
+
/** 16px */
|
|
143
|
+
spacing5: e("spacing5"),
|
|
144
|
+
/** 24px */
|
|
145
|
+
spacing6: e("spacing6"),
|
|
146
|
+
/** 32px */
|
|
147
|
+
spacing7: e("spacing7"),
|
|
148
|
+
/** 40px */
|
|
149
|
+
spacing8: e("spacing8"),
|
|
150
|
+
/** 48px */
|
|
151
|
+
spacing9: e("spacing9"),
|
|
152
|
+
// Layout
|
|
153
|
+
/** 16px */
|
|
154
|
+
layoutSpacing1: e("layoutSpacing1"),
|
|
155
|
+
/** 24px */
|
|
156
|
+
layoutSpacing2: e("layoutSpacing2"),
|
|
157
|
+
/** 32px */
|
|
158
|
+
layoutSpacing3: e("layoutSpacing3"),
|
|
159
|
+
/** 48px */
|
|
160
|
+
layoutSpacing4: e("layoutSpacing4"),
|
|
161
|
+
/** 64px */
|
|
162
|
+
layoutSpacing5: e("layoutSpacing5"),
|
|
163
|
+
/** 96px */
|
|
164
|
+
layoutSpacing6: e("layoutSpacing6"),
|
|
165
|
+
/** 160px */
|
|
166
|
+
layoutSpacing7: e("layoutSpacing7"),
|
|
167
|
+
// Border radius
|
|
168
|
+
/** 2px */
|
|
169
|
+
radiusSmall: e("radiusSmall"),
|
|
170
|
+
/** 5px */
|
|
171
|
+
radiusMedium: e("radiusMedium"),
|
|
172
|
+
/** 8px */
|
|
173
|
+
radiusLarge: e("radiusLarge"),
|
|
174
|
+
/** 50% */
|
|
175
|
+
radiusCircle: e("radiusCircle"),
|
|
176
|
+
/** 9999px */
|
|
177
|
+
radiusPill: e("radiusPill"),
|
|
178
|
+
/** Same as radiusMedium: 5px */
|
|
179
|
+
radiusBase: e("radiusBase"),
|
|
180
|
+
/** Same as radiusBase: 5px */
|
|
181
|
+
brandRadiusBase: e("brandRadiusBase"),
|
|
182
|
+
// Fonts
|
|
183
|
+
fontStackBase: e("fontStackBase"),
|
|
184
|
+
brandFontStackBase: e("brandFontStackBase"),
|
|
185
|
+
fontSize25: e("fontSize25"),
|
|
186
|
+
fontSize50: e("fontSize50"),
|
|
187
|
+
fontSize75: e("fontSize75"),
|
|
188
|
+
fontSize100: e("fontSize100"),
|
|
189
|
+
fontSize200: e("fontSize200"),
|
|
190
|
+
fontSize300: e("fontSize300"),
|
|
191
|
+
fontSize400: e("fontSize400"),
|
|
192
|
+
fontSize500: e("fontSize500"),
|
|
193
|
+
fontSize600: e("fontSize600"),
|
|
194
|
+
fontSize700: e("fontSize700"),
|
|
195
|
+
fontSize800: e("fontSize800"),
|
|
196
|
+
fontSize900: e("fontSize900"),
|
|
197
|
+
fontSize1000: e("fontSize1000"),
|
|
198
|
+
fontSizeBase: e("fontSizeBase"),
|
|
199
|
+
lineHeightBase: e("lineHeightBase"),
|
|
200
|
+
lineHeightHeading: e("lineHeightHeading"),
|
|
201
|
+
lineHeightText: e("lineHeightText"),
|
|
202
|
+
gray900a: e("gray900a"),
|
|
203
|
+
gray800a: e("gray800a"),
|
|
204
|
+
gray700a: e("gray700a"),
|
|
205
|
+
gray600a: e("gray600a"),
|
|
206
|
+
gray500a: e("gray500a"),
|
|
207
|
+
gray400a: e("gray400a"),
|
|
208
|
+
gray300a: e("gray300a"),
|
|
209
|
+
gray200a: e("gray200a"),
|
|
210
|
+
gray100a: e("gray100a"),
|
|
211
|
+
gray75a: e("gray75a"),
|
|
212
|
+
gray50a: e("gray50a"),
|
|
213
|
+
gray25a: e("gray25a"),
|
|
214
|
+
// Aliases
|
|
215
|
+
colorText: e("colorText"),
|
|
216
|
+
colorTextMuted: e("colorTextMuted"),
|
|
217
|
+
colorTextDisabled: e("colorTextDisabled"),
|
|
218
|
+
// Focus rings
|
|
219
|
+
focusRingWidth: e("focusRingWidth"),
|
|
220
|
+
focusRingColorPrimary: e("focusRingColorPrimary"),
|
|
221
|
+
focusRingColorSecondary: e("focusRingColorSecondary"),
|
|
222
|
+
// Shadows
|
|
223
|
+
colorShadow: e("colorShadow"),
|
|
224
|
+
elevationStatic: e("elevationStatic"),
|
|
225
|
+
elevation1: e("elevation1"),
|
|
226
|
+
elevation2: e("elevation2"),
|
|
227
|
+
elevation4: e("elevation4"),
|
|
228
|
+
elevation8: e("elevation8"),
|
|
229
|
+
elevation12: e("elevation12"),
|
|
230
|
+
elevation16: e("elevation16"),
|
|
231
|
+
elevation24: e("elevation24")
|
|
232
|
+
};
|
|
233
|
+
export {
|
|
234
|
+
l as token,
|
|
235
|
+
n as versionSuffix
|
|
236
|
+
};
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { __exports as i } from "./tokenExpirationHelper2.js";
|
|
2
|
+
import { __require as E } from "./index15.js";
|
|
3
|
+
import { __require as x } from "./constants4.js";
|
|
4
|
+
import { __require as b } from "./localStorageHelper.js";
|
|
5
|
+
var u;
|
|
6
|
+
function T() {
|
|
7
|
+
if (u) return i;
|
|
8
|
+
u = 1;
|
|
9
|
+
var c = i && i.__createBinding || (Object.create ? (function(e, r, t, n) {
|
|
10
|
+
n === void 0 && (n = t);
|
|
11
|
+
var a = Object.getOwnPropertyDescriptor(r, t);
|
|
12
|
+
(!a || ("get" in a ? !r.__esModule : a.writable || a.configurable)) && (a = { enumerable: !0, get: function() {
|
|
13
|
+
return r[t];
|
|
14
|
+
} }), Object.defineProperty(e, n, a);
|
|
15
|
+
}) : (function(e, r, t, n) {
|
|
16
|
+
n === void 0 && (n = t), e[n] = r[t];
|
|
17
|
+
})), s = i && i.__setModuleDefault || (Object.create ? (function(e, r) {
|
|
18
|
+
Object.defineProperty(e, "default", { enumerable: !0, value: r });
|
|
19
|
+
}) : function(e, r) {
|
|
20
|
+
e.default = r;
|
|
21
|
+
}), _ = i && i.__importStar || function(e) {
|
|
22
|
+
if (e && e.__esModule) return e;
|
|
23
|
+
var r = {};
|
|
24
|
+
if (e != null) for (var t in e) t !== "default" && Object.prototype.hasOwnProperty.call(e, t) && c(r, e, t);
|
|
25
|
+
return s(r, e), r;
|
|
26
|
+
};
|
|
27
|
+
Object.defineProperty(i, "__esModule", { value: !0 }), i.invalidateAccessToken = o, i.setExpiryTimeout = d, i.isExpired = v;
|
|
28
|
+
var f = E(), l = x(), p = _(b());
|
|
29
|
+
function o() {
|
|
30
|
+
p.removeAccessToken();
|
|
31
|
+
}
|
|
32
|
+
function d(e) {
|
|
33
|
+
var r = e.expiryTimestamp * 1e3;
|
|
34
|
+
setTimeout(o, r);
|
|
35
|
+
}
|
|
36
|
+
function v(e) {
|
|
37
|
+
try {
|
|
38
|
+
var r = (0, f.jwtDecode)(e.jwt), t = (r.exp || 0) * 1e3;
|
|
39
|
+
return t - l.MS_REFRESH_TOKEN_BEFORE_EXPIRY < Date.now();
|
|
40
|
+
} catch {
|
|
41
|
+
return !0;
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
return i;
|
|
45
|
+
}
|
|
46
|
+
export {
|
|
47
|
+
T as __require
|
|
48
|
+
};
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
import { token as r } from "./token.js";
|
|
2
|
+
import { makeInternalTokens as a } from "./makeInternalTokens.js";
|
|
3
|
+
const n = {
|
|
4
|
+
primaryBorderHover: r.brandPrimary600,
|
|
5
|
+
primaryBorderActive: r.brandPrimary700,
|
|
6
|
+
primaryBorderFocus: r.brandPrimary500,
|
|
7
|
+
primaryBorderDisabled: "transparent",
|
|
8
|
+
primaryColor: r.white,
|
|
9
|
+
primaryColorHover: r.white,
|
|
10
|
+
primaryColorActive: r.white,
|
|
11
|
+
primaryColorFocus: r.white,
|
|
12
|
+
primaryFill: r.brandPrimary500,
|
|
13
|
+
primaryFillHover: r.brandPrimary600,
|
|
14
|
+
primaryFillActive: r.brandPrimary700,
|
|
15
|
+
primaryFillFocus: r.brandPrimary500,
|
|
16
|
+
secondaryColor: r.gray800,
|
|
17
|
+
secondaryColorDisabled: r.gray400,
|
|
18
|
+
cleanBorderActive: "transparent",
|
|
19
|
+
cleanFill: "transparent",
|
|
20
|
+
cleanFillHover: r.gray25a,
|
|
21
|
+
cleanFillActive: r.gray50a,
|
|
22
|
+
cleanFillDisabled: "transparent",
|
|
23
|
+
dangerBorderHover: r.red600,
|
|
24
|
+
dangerBorderActive: r.red700,
|
|
25
|
+
dangerBorderFocus: r.red500,
|
|
26
|
+
dangerBorderDisabled: "transparent",
|
|
27
|
+
dangerColor: r.white,
|
|
28
|
+
dangerFill: r.red500,
|
|
29
|
+
dangerFillHover: r.red600,
|
|
30
|
+
dangerFillActive: r.red700,
|
|
31
|
+
dangerFillFocus: r.red500,
|
|
32
|
+
dangerFillDisabled: r.red500a50
|
|
33
|
+
}, {
|
|
34
|
+
internalTokens: t,
|
|
35
|
+
declareTokens: d
|
|
36
|
+
} = a({
|
|
37
|
+
lightTheme: {
|
|
38
|
+
"button-primary-fill-disabled": r.brandPrimary300,
|
|
39
|
+
"button-primary-color-disabled": r.white,
|
|
40
|
+
"button-primary-focus-ring": `0 0 0 3px rgb(${r["brandPrimary500-rgb"]} / 30%)`,
|
|
41
|
+
"button-secondary-fill": r.gray25,
|
|
42
|
+
"button-secondary-border": r.gray100,
|
|
43
|
+
"button-secondary-fill-hover": r.gray50,
|
|
44
|
+
"button-secondary-border-hover": r.gray200,
|
|
45
|
+
"button-secondary-shadow-hover": r.elevation1,
|
|
46
|
+
"button-secondary-fill-active": r.gray75,
|
|
47
|
+
"button-secondary-border-active": r.gray300,
|
|
48
|
+
"button-secondary-fill-focus": r.gray25,
|
|
49
|
+
"button-secondary-border-focus": r.gray300,
|
|
50
|
+
"button-secondary-fill-disabled": r.gray25,
|
|
51
|
+
"button-secondary-border-disabled": r.gray50,
|
|
52
|
+
"button-secondary-focus-ring": `0 0 0 3px ${r.gray50}`,
|
|
53
|
+
"button-clean-color": r.gray600,
|
|
54
|
+
"button-clean-color-hover": r.gray900,
|
|
55
|
+
"button-clean-color-active": r.gray900,
|
|
56
|
+
"button-clean-color-focus": r.gray900,
|
|
57
|
+
"button-clean-border-focus": r.gray200,
|
|
58
|
+
"button-clean-color-disabled": r.gray300,
|
|
59
|
+
"button-clean-focus-ring": `0 0 0 3px ${r.gray50}`,
|
|
60
|
+
"button-danger-focus-ring": `0 0 0 3px rgb(${r["red500-rgb"]} / 30%)`
|
|
61
|
+
},
|
|
62
|
+
darkTheme: {
|
|
63
|
+
"button-primary-fill-disabled": `rgb(${r["brandPrimary500-rgb"]} / 50%)`,
|
|
64
|
+
"button-primary-color-disabled": r.gray500a,
|
|
65
|
+
"button-primary-focus-ring": `0 0 0 1px ${r.gray10}, 0 0 0 3px ${r.brandPrimary500}`,
|
|
66
|
+
"button-secondary-fill": r.gray25a,
|
|
67
|
+
"button-secondary-border": r.gray100a,
|
|
68
|
+
"button-secondary-fill-hover": r.gray50a,
|
|
69
|
+
"button-secondary-border-hover": r.gray200a,
|
|
70
|
+
"button-secondary-shadow-hover": "none",
|
|
71
|
+
"button-secondary-fill-active": r.gray25a,
|
|
72
|
+
"button-secondary-border-active": r.gray100a,
|
|
73
|
+
"button-secondary-fill-focus": r.gray25a,
|
|
74
|
+
"button-secondary-border-focus": r.gray200a,
|
|
75
|
+
"button-secondary-fill-disabled": r.gray25a,
|
|
76
|
+
"button-secondary-border-disabled": r.gray50a,
|
|
77
|
+
"button-secondary-focus-ring": `0 0 0 1px ${r.gray10}, 0 0 0 3px ${r.gray200a}`,
|
|
78
|
+
"button-clean-color": r.gray600a,
|
|
79
|
+
"button-clean-color-hover": r.gray1000,
|
|
80
|
+
"button-clean-color-active": r.gray1000,
|
|
81
|
+
"button-clean-color-focus": r.gray1000,
|
|
82
|
+
"button-clean-color-disabled": r.gray400a,
|
|
83
|
+
"button-clean-border-focus": "transparent",
|
|
84
|
+
"button-clean-focus-ring": `0 0 0 1px ${r.gray10}, 0 0 0 3px ${r.gray200a}`,
|
|
85
|
+
"button-danger-focus-ring": `0 0 0 1px ${r.gray10}, 0 0 0 3px ${r.red500}`
|
|
86
|
+
}
|
|
87
|
+
});
|
|
88
|
+
export {
|
|
89
|
+
n as componentTokens,
|
|
90
|
+
d as declareTokens,
|
|
91
|
+
t as internalTokens
|
|
92
|
+
};
|
package/tr_TR.json.js
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
const e = {
|
|
2
|
+
"colorpicker.opacity-input": "Opaklık",
|
|
3
|
+
"datepicker.clear-date": "Tarihi sil",
|
|
4
|
+
"datepicker.next-month": "Gelecek ay",
|
|
5
|
+
"datepicker.open-calendar": "Takvimi aç",
|
|
6
|
+
"datepicker.previous-month": "Geçtiğimiz ay",
|
|
7
|
+
"input.clear": "Girişi temizle",
|
|
8
|
+
"input.hide-password": "Şifreyi gizle",
|
|
9
|
+
"input.show-password": "Şifreyi göster",
|
|
10
|
+
"modal.close": "Kapat",
|
|
11
|
+
"multiselectchips.add-value": "‘{value}’ ekleyin",
|
|
12
|
+
"multiselectchips.remove-all": "Tümünü kaldır",
|
|
13
|
+
"pagination.next-page": "Sonraki sayfa",
|
|
14
|
+
"pagination.previous-page": "Önceki sayfa"
|
|
15
|
+
};
|
|
16
|
+
export {
|
|
17
|
+
e as default
|
|
18
|
+
};
|
package/trackStream.js
ADDED
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
const f = function* (e, t) {
|
|
2
|
+
let n = e.byteLength;
|
|
3
|
+
if (n < t) {
|
|
4
|
+
yield e;
|
|
5
|
+
return;
|
|
6
|
+
}
|
|
7
|
+
let a = 0, r;
|
|
8
|
+
for (; a < n; )
|
|
9
|
+
r = a + t, yield e.slice(a, r), a = r;
|
|
10
|
+
}, w = async function* (e, t) {
|
|
11
|
+
for await (const n of b(e))
|
|
12
|
+
yield* f(n, t);
|
|
13
|
+
}, b = async function* (e) {
|
|
14
|
+
if (e[Symbol.asyncIterator]) {
|
|
15
|
+
yield* e;
|
|
16
|
+
return;
|
|
17
|
+
}
|
|
18
|
+
const t = e.getReader();
|
|
19
|
+
try {
|
|
20
|
+
for (; ; ) {
|
|
21
|
+
const { done: n, value: a } = await t.read();
|
|
22
|
+
if (n)
|
|
23
|
+
break;
|
|
24
|
+
yield a;
|
|
25
|
+
}
|
|
26
|
+
} finally {
|
|
27
|
+
await t.cancel();
|
|
28
|
+
}
|
|
29
|
+
}, h = (e, t, n, a) => {
|
|
30
|
+
const r = w(e, t);
|
|
31
|
+
let d = 0, o, c = (l) => {
|
|
32
|
+
o || (o = !0, a && a(l));
|
|
33
|
+
};
|
|
34
|
+
return new ReadableStream({
|
|
35
|
+
async pull(l) {
|
|
36
|
+
try {
|
|
37
|
+
const { done: i, value: y } = await r.next();
|
|
38
|
+
if (i) {
|
|
39
|
+
c(), l.close();
|
|
40
|
+
return;
|
|
41
|
+
}
|
|
42
|
+
let s = y.byteLength;
|
|
43
|
+
if (n) {
|
|
44
|
+
let u = d += s;
|
|
45
|
+
n(u);
|
|
46
|
+
}
|
|
47
|
+
l.enqueue(new Uint8Array(y));
|
|
48
|
+
} catch (i) {
|
|
49
|
+
throw c(i), i;
|
|
50
|
+
}
|
|
51
|
+
},
|
|
52
|
+
cancel(l) {
|
|
53
|
+
return c(l), r.return();
|
|
54
|
+
}
|
|
55
|
+
}, {
|
|
56
|
+
highWaterMark: 2
|
|
57
|
+
});
|
|
58
|
+
};
|
|
59
|
+
export {
|
|
60
|
+
w as readBytes,
|
|
61
|
+
f as streamChunk,
|
|
62
|
+
h as trackStream
|
|
63
|
+
};
|
package/transformData.js
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import i from "./utils6.js";
|
|
2
|
+
import m from "./index17.js";
|
|
3
|
+
import s from "./AxiosHeaders.js";
|
|
4
|
+
function h(f, t) {
|
|
5
|
+
const o = this || m, r = t || o, n = s.from(r.headers);
|
|
6
|
+
let a = r.data;
|
|
7
|
+
return i.forEach(f, function(e) {
|
|
8
|
+
a = e.call(o, a, n.normalize(), t ? t.status : void 0);
|
|
9
|
+
}), n.normalize(), a;
|
|
10
|
+
}
|
|
11
|
+
export {
|
|
12
|
+
h as default
|
|
13
|
+
};
|
package/transitional.js
ADDED
package/trimMetapropertyValue.js
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { MAX_METAPROPERTY_LENGTH as r } from "./
|
|
1
|
+
import { MAX_METAPROPERTY_LENGTH as r } from "./constants3.js";
|
|
2
2
|
const e = (t) => t.length <= 100 ? t : t.slice(0, r) + "...";
|
|
3
3
|
export {
|
|
4
4
|
e as trimMetapropertyValue
|
|
5
5
|
};
|
|
6
|
-
//# sourceMappingURL=trimMetapropertyValue.js.map
|
package/tslib.es6.js
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
var o = function() {
|
|
2
|
+
return o = Object.assign || function(n) {
|
|
3
|
+
for (var t, r = 1, s = arguments.length; r < s; r++) {
|
|
4
|
+
t = arguments[r];
|
|
5
|
+
for (var e in t) Object.prototype.hasOwnProperty.call(t, e) && (n[e] = t[e]);
|
|
6
|
+
}
|
|
7
|
+
return n;
|
|
8
|
+
}, o.apply(this, arguments);
|
|
9
|
+
};
|
|
10
|
+
function p(a, n, t) {
|
|
11
|
+
if (t || arguments.length === 2) for (var r = 0, s = n.length, e; r < s; r++)
|
|
12
|
+
(e || !(r in n)) && (e || (e = Array.prototype.slice.call(n, 0, r)), e[r] = n[r]);
|
|
13
|
+
return a.concat(e || Array.prototype.slice.call(n));
|
|
14
|
+
}
|
|
15
|
+
export {
|
|
16
|
+
o as __assign,
|
|
17
|
+
p as __spreadArray
|
|
18
|
+
};
|
package/typeof.js
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
function o(e) {
|
|
2
|
+
"@babel/helpers - typeof";
|
|
3
|
+
return o = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(t) {
|
|
4
|
+
return typeof t;
|
|
5
|
+
} : function(t) {
|
|
6
|
+
return t && typeof Symbol == "function" && t.constructor === Symbol && t !== Symbol.prototype ? "symbol" : typeof t;
|
|
7
|
+
}, o(e);
|
|
8
|
+
}
|
|
9
|
+
export {
|
|
10
|
+
o as default
|
|
11
|
+
};
|
package/url.js
CHANGED
package/urlHelper.js
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { __exports as r } from "./urlHelper2.js";
|
|
2
|
+
import { __require as _ } from "./constants4.js";
|
|
3
|
+
var t;
|
|
4
|
+
function s() {
|
|
5
|
+
if (t) return r;
|
|
6
|
+
t = 1, Object.defineProperty(r, "__esModule", { value: !0 }), r.getIdpAccessToken = u;
|
|
7
|
+
var n = _();
|
|
8
|
+
function u(e) {
|
|
9
|
+
return e && e?.length > 0 ? "".concat(e.replace(/\/$/, "")).concat(n.IDP_ACCESS_TOKEN_ENDPOINT) : n.IDP_ACCESS_TOKEN_ENDPOINT;
|
|
10
|
+
}
|
|
11
|
+
return r;
|
|
12
|
+
}
|
|
13
|
+
export {
|
|
14
|
+
s as __require
|
|
15
|
+
};
|
package/urlHelper2.js
ADDED
package/useAccountDomain.js
CHANGED
package/useAuthInformation.js
CHANGED