@bynder/compact-view 5.2.1 → 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 -5
- package/ActiveFilters.js +24 -24
- package/AddMedia.js +1 -1
- package/AdditionalInfo.js +18 -0
- package/Advanced.js +3 -3
- package/App.js +46 -43
- package/Arrow.js +14 -0
- package/AssetCard.js +32 -29
- package/AssetCardMetaproperties.js +14 -13
- package/AssetFilter.js +36 -35
- package/AssetFilterContext.js +3 -3
- package/AssetItem.js +14 -13
- package/AssetList.js +7 -7
- package/AssetTypeItem.js +13 -12
- package/Autocomplete_new.js +41 -37
- 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 -3
- 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 -14
- package/Checkbox.js +85 -0
- package/Checkbox.styles.js +2 -2
- package/Checkmark.js +7 -0
- package/Chip.js +70 -40
- package/Chip2.js +42 -0
- package/CollectionCard.js +9 -8
- package/CollectionItem.js +15 -14
- package/CollectionList.js +2 -2
- package/CollectionView.js +2 -2
- package/CollectionsView.js +6 -6
- 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/ConnectButton.js +1 -1
- package/Container.js +14 -13
- package/Container2.js +31 -0
- package/Content.js +16 -0
- package/ContextAction.js +18 -17
- package/ContextActionButton.js +29 -0
- package/ControlGroup.js +32 -0
- package/DOMFunctions.js +27 -0
- package/Dat.js +62 -50
- package/DatDropdownItem.js +20 -19
- package/DesignSystemContext.js +4 -4
- package/DesignSystemProvider.js +29 -0
- package/DirectionSelect.js +16 -15
- package/Divider.js +21 -0
- package/DomainInput.js +15 -14
- package/DragRange.js +25 -0
- package/DragSelect.js +11 -11
- package/Dropdown.js +12 -11
- package/Dropdown2.js +169 -0
- package/DropdownContent.js +2 -2
- package/DropdownListItem.js +3 -3
- package/Enum.js +12 -0
- package/ErrorMessage.js +20 -19
- package/FieldSelect.js +4 -4
- package/FilePlaceholder.js +19 -0
- package/FileSelector.js +11 -10
- 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/Header2.js +43 -0
- package/Header22.js +15 -0
- package/HelperText.js +26 -0
- package/HorizontalScroll.js +4 -4
- 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 -8
- 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 -3
- package/List.js +25 -0
- package/ListItem.js +11 -0
- package/ListItem2.js +58 -0
- package/ListItem4.js +37 -0
- package/MetapropertyFilterContent.js +2 -2
- package/MetapropertyOption.js +2 -3
- package/Middleware.js +49 -0
- package/Middleware2.js +49 -0
- package/Modal.js +2 -2
- 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 -15
- package/OffsetContext.js +9 -0
- package/Oops.js +1 -1
- package/OpacityInput.js +17 -0
- package/Option_new.js +19 -18
- 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 -3
- package/ReportModal.js +16 -14
- package/RequestHandler.js +119 -0
- package/RightArrow.js +4 -4
- package/Row.js +16 -0
- package/SearchInput.js +15 -15
- package/SearchInput2.js +46 -0
- package/SectionTitle.js +17 -0
- package/Select.js +49 -0
- package/SelectButtonText.js +16 -0
- package/SelectedItemContainer.js +11 -10
- package/SelectedItems.js +2 -2
- package/SelectionFooter.js +8 -7
- package/Serializer.js +27 -0
- package/ShadowRootInternal.js +17 -17
- package/Sidebar.js +17 -0
- package/Skeleton.js +6 -6
- package/Slider.constants.js +6 -0
- package/Slider.js +128 -0
- package/SmartFilterContent.js +2 -2
- package/SmartFilterSelect_new.js +2 -2
- package/Smartfilters_new.js +53 -50
- package/Spinner.js +2 -2
- package/Spinner2.js +15 -0
- package/StatefulAssetList.js +15 -15
- package/Stats.js +16 -0
- package/StatsItem.js +23 -0
- package/Status.js +32 -0
- package/Switch.js +82 -0
- package/SwitchNLS.js +26 -23
- package/Tabs2.js +10 -0
- package/TagItem.js +8 -8
- package/Tags.js +9 -9
- package/Text2.js +11 -0
- package/Text22.js +18 -0
- package/Text4.js +18 -0
- package/Textarea.js +92 -0
- package/Theming.js +4 -4
- package/Thumb.js +28 -0
- package/Thumbnail.js +91 -0
- package/Tokenizer.js +147 -0
- package/Toolbar.js +13 -12
- package/Tooltip.js +2 -2
- package/Tooltip2.js +111 -0
- package/TruncatedText.js +34 -0
- package/URLSearchParams.js +5 -0
- package/Utility.js +56 -0
- package/ViewSwitch.js +8 -7
- 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.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 -9
- package/autocomplete.js +2 -2
- package/axios.js +46 -0
- package/base.js +57 -0
- 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/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/combineMetaproperties.js +1 -1
- package/combineURLs.js +6 -0
- package/composeSignals.js +30 -0
- package/constants.js +2 -12
- 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/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/filterAssets.js +1 -1
- 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 -1
- package/getAssetCounts.js +1 -1
- package/getAssets.js +2 -2
- package/getCallFrame.js +12 -0
- package/getCollections.js +1 -1
- package/getFilterOptions.js +1 -1
- package/getFilters.js +1 -1
- package/getFilters_new.js +1 -1
- package/getRequestCookies.js +40 -0
- package/getRootSpan.js +6 -0
- package/getRootSpan2.js +6 -0
- package/getSimilarityAssets.js +1 -1
- 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 -6
- package/handlers2.js +6 -0
- package/helpers.js +3 -4
- 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.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/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 -53
- 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 -17
- 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/logger2.js +56 -0
- package/logger3.js +56 -0
- package/logger4.js +56 -0
- 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 -1
- package/normalizeRows.js +10 -0
- package/notify.js +52 -0
- package/null.js +4 -0
- 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/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/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/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 -1
- package/tslib.es6.js +18 -0
- package/typeof.js +11 -0
- package/urlHelper.js +15 -0
- package/urlHelper2.js +4 -0
- package/useAutoHeight.js +25 -0
- package/useDatStore.js +31 -27
- 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 -6
- package/usePress.js +359 -0
- package/useRouterStore.js +6 -6
- package/useScrollHighlightedIntoView.js +24 -0
- package/useSearchStore.js +5 -5
- package/useSimilaritySearchStore.js +6 -6
- 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 -44
- package/utils2.js +43 -45
- 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/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/SectionTitle.js
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { jsx as e } from "react/jsx-runtime";
|
|
2
|
+
import n from "./styled-components.browser.esm.js";
|
|
3
|
+
import { textStyles as r } from "./textStyles.js";
|
|
4
|
+
import { token as t } from "./token.js";
|
|
5
|
+
function d({
|
|
6
|
+
children: o,
|
|
7
|
+
...i
|
|
8
|
+
}) {
|
|
9
|
+
return /* @__PURE__ */ e(c, { ...i, children: o });
|
|
10
|
+
}
|
|
11
|
+
const c = n.div.withConfig({
|
|
12
|
+
displayName: "SectionTitleStyled",
|
|
13
|
+
componentId: "sc-m0c82i-0"
|
|
14
|
+
})(["", " overflow:hidden;padding:", " ", " ", ";color:", ";text-overflow:ellipsis;white-space:nowrap;"], r.uiTextS, t.spacing4, t.spacing5, t.spacing3, t.colorText);
|
|
15
|
+
export {
|
|
16
|
+
d as SectionTitle
|
|
17
|
+
};
|
package/Select.js
ADDED
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { jsx as t } from "react/jsx-runtime";
|
|
2
|
+
import { useMemo as h, createContext as S, useContext as f } from "react";
|
|
3
|
+
import { Dropdown as e } from "./Dropdown2.js";
|
|
4
|
+
import { Button as C } from "./Button.js";
|
|
5
|
+
const a = S({
|
|
6
|
+
value: "",
|
|
7
|
+
onChange: () => {
|
|
8
|
+
}
|
|
9
|
+
// eslint-disable-line @typescript-eslint/no-empty-function
|
|
10
|
+
});
|
|
11
|
+
function r({
|
|
12
|
+
children: l,
|
|
13
|
+
isDisabled: c,
|
|
14
|
+
onChange: i,
|
|
15
|
+
value: o,
|
|
16
|
+
label: n,
|
|
17
|
+
icon: u,
|
|
18
|
+
"aria-labelledby": s,
|
|
19
|
+
"aria-label": m,
|
|
20
|
+
...p
|
|
21
|
+
}) {
|
|
22
|
+
const x = h(() => ({
|
|
23
|
+
value: o,
|
|
24
|
+
onChange: i
|
|
25
|
+
}), [i, o]);
|
|
26
|
+
return /* @__PURE__ */ t(a.Provider, { value: x, children: /* @__PURE__ */ t(e, { trigger: ({
|
|
27
|
+
isOpen: d,
|
|
28
|
+
...b
|
|
29
|
+
}) => /* @__PURE__ */ t(C, { icon: u, isPressed: d, rightIcon: /* @__PURE__ */ t(e.Arrow, {}), isFullWidth: !0, isDisabled: c, role: "combobox", "aria-label": m, "aria-labelledby": s, ...b, "aria-haspopup": "listbox", children: /* @__PURE__ */ t(e.SelectButtonText, { children: n }) }), position: "bottom", role: "listbox", ...p, children: l }) });
|
|
30
|
+
}
|
|
31
|
+
r.Item = I;
|
|
32
|
+
r.SectionTitle = e.SectionTitle;
|
|
33
|
+
r.Divider = e.Divider;
|
|
34
|
+
r.SearchInput = e.SearchInput;
|
|
35
|
+
r.Text = e.Text;
|
|
36
|
+
function I({
|
|
37
|
+
icon: l,
|
|
38
|
+
children: c,
|
|
39
|
+
isDisabled: i,
|
|
40
|
+
value: o
|
|
41
|
+
}) {
|
|
42
|
+
const n = f(a);
|
|
43
|
+
return /* @__PURE__ */ t(e.Item, { isChecked: o === n.value, role: "option", icon: l, isDisabled: i, onClick: () => {
|
|
44
|
+
n.onChange(o);
|
|
45
|
+
}, children: c });
|
|
46
|
+
}
|
|
47
|
+
export {
|
|
48
|
+
r as Select
|
|
49
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { jsx as t } from "react/jsx-runtime";
|
|
2
|
+
import o from "./styled-components.browser.esm.js";
|
|
3
|
+
import { TruncatedText as i } from "./TruncatedText.js";
|
|
4
|
+
function d({
|
|
5
|
+
children: e,
|
|
6
|
+
...n
|
|
7
|
+
}) {
|
|
8
|
+
return /* @__PURE__ */ t(r, { ...n, children: /* @__PURE__ */ t(i, { children: e }) });
|
|
9
|
+
}
|
|
10
|
+
const r = o.span.withConfig({
|
|
11
|
+
displayName: "Text",
|
|
12
|
+
componentId: "sc-1mvxl6c-0"
|
|
13
|
+
})(["width:100%;min-width:0;text-align:left;"]);
|
|
14
|
+
export {
|
|
15
|
+
d as SelectButtonText
|
|
16
|
+
};
|
package/SelectedItemContainer.js
CHANGED
|
@@ -1,28 +1,29 @@
|
|
|
1
1
|
import { jsx as i, jsxs as s } from "react/jsx-runtime";
|
|
2
|
-
import o from "styled-components";
|
|
3
|
-
import {
|
|
2
|
+
import o from "./styled-components.browser.esm.js";
|
|
3
|
+
import { Checkbox as a } from "./Checkbox.js";
|
|
4
|
+
import { token as e } from "./token.js";
|
|
4
5
|
import { StyledCheckboxWrapper as c } from "./Checkbox.styles.js";
|
|
5
|
-
import { __ as
|
|
6
|
-
function
|
|
6
|
+
import { __ as p } from "./index2.js";
|
|
7
|
+
function b({
|
|
7
8
|
title: t,
|
|
8
9
|
onRemove: r,
|
|
9
10
|
children: n
|
|
10
11
|
}) {
|
|
11
|
-
return /* @__PURE__ */ i(
|
|
12
|
+
return /* @__PURE__ */ i(l, { title: t, children: /* @__PURE__ */ s(c, { $isChecked: !0, $isFlex: !0, children: [
|
|
12
13
|
/* @__PURE__ */ i(
|
|
13
14
|
a,
|
|
14
15
|
{
|
|
15
|
-
"aria-label":
|
|
16
|
+
"aria-label": p("Deselect"),
|
|
16
17
|
id: `deselect-${t}`,
|
|
17
18
|
isChecked: !0,
|
|
18
19
|
onChange: r,
|
|
19
20
|
"data-testid": "metaproperty-option"
|
|
20
21
|
}
|
|
21
22
|
),
|
|
22
|
-
/* @__PURE__ */ i(
|
|
23
|
+
/* @__PURE__ */ i(m, { htmlFor: `deselect-${t}`, children: n })
|
|
23
24
|
] }) });
|
|
24
25
|
}
|
|
25
|
-
const
|
|
26
|
+
const l = o.li`
|
|
26
27
|
display: flex;
|
|
27
28
|
flex: 1 1 0%;
|
|
28
29
|
align-items: center;
|
|
@@ -30,7 +31,7 @@ const p = o.li`
|
|
|
30
31
|
padding: ${e.spacing2} calc(${e.spacing6} - 4px) ${e.spacing2} ${e.spacing4};
|
|
31
32
|
height: 48px;
|
|
32
33
|
border-bottom: 1px solid rgba(0, 34, 51, 0.1);
|
|
33
|
-
`,
|
|
34
|
+
`, m = o.label`
|
|
34
35
|
display: flex;
|
|
35
36
|
align-items: center;
|
|
36
37
|
justify-content: space-between;
|
|
@@ -39,5 +40,5 @@ const p = o.li`
|
|
|
39
40
|
cursor: pointer;
|
|
40
41
|
`;
|
|
41
42
|
export {
|
|
42
|
-
|
|
43
|
+
b as SelectedItemContainer
|
|
43
44
|
};
|
package/SelectedItems.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
3
|
-
import { token as l } from "
|
|
2
|
+
import e from "./styled-components.browser.esm.js";
|
|
3
|
+
import { token as l } from "./token.js";
|
|
4
4
|
import { AssetItem as r } from "./AssetItem.js";
|
|
5
5
|
import { CollectionItem as a } from "./CollectionItem.js";
|
|
6
6
|
function f({ selection: i }) {
|
package/SelectionFooter.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { jsxs as m, jsx as e } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
2
|
+
import p from "./styled-components.browser.esm.js";
|
|
3
|
+
import { Button as r } from "./Button.js";
|
|
4
|
+
import { token as n } from "./token.js";
|
|
5
|
+
import { IconSteps as b } from "./index4.js";
|
|
5
6
|
import { Dropdown as v } from "./Dropdown.js";
|
|
6
7
|
import { __ as o } from "./index2.js";
|
|
7
8
|
import { useSelection as w } from "./SelectionContext.js";
|
|
@@ -13,7 +14,7 @@ import { Tooltip as M } from "./Tooltip.js";
|
|
|
13
14
|
import { useSimilaritySearchStore as _ } from "./useSimilaritySearchStore.js";
|
|
14
15
|
import { useSimilarityAssets as $ } from "./getSimilarityAssets.js";
|
|
15
16
|
function L() {
|
|
16
|
-
const { selection: i, clear: a, selectAll:
|
|
17
|
+
const { selection: i, clear: a, selectAll: d } = w(), { selectionMode: l, selectAllOption: f } = I(), g = k.use.page(), { setIsSelected: S, isEnabled: u } = _(), { search: h, resetData: x } = $(), s = i.length >= 1 ? i.filter(
|
|
17
18
|
(t) => t.type === "asset" && t.value.__typename === "Image"
|
|
18
19
|
).map((t) => t.value.databaseId ? t.value.databaseId : t.value.id) : [], y = () => {
|
|
19
20
|
x(), S(!0), h(s), a();
|
|
@@ -29,7 +30,7 @@ function L() {
|
|
|
29
30
|
children: () => /* @__PURE__ */ e(A, { selection: i })
|
|
30
31
|
}
|
|
31
32
|
),
|
|
32
|
-
l === "MultiSelect" && f && g.page === "assets" && /* @__PURE__ */ e(r, { variant: "secondary", onClick:
|
|
33
|
+
l === "MultiSelect" && f && g.page === "assets" && /* @__PURE__ */ e(r, { variant: "secondary", onClick: d, children: o("Select all") }),
|
|
33
34
|
/* @__PURE__ */ e(r, { variant: "clean", onClick: a, children: o("Clear selection") })
|
|
34
35
|
] }),
|
|
35
36
|
l === "MultiSelect" && u && s.length > 0 && /* @__PURE__ */ e(M, { text: o("Show similar"), margin: "right", marginAmount: "spacing3", children: /* @__PURE__ */ e(
|
|
@@ -44,7 +45,7 @@ function L() {
|
|
|
44
45
|
/* @__PURE__ */ e(C, { selection: i })
|
|
45
46
|
] });
|
|
46
47
|
}
|
|
47
|
-
const j =
|
|
48
|
+
const j = p.div`
|
|
48
49
|
display: flex;
|
|
49
50
|
flex-shrink: 0;
|
|
50
51
|
z-index: 10;
|
|
@@ -53,7 +54,7 @@ const j = d.div`
|
|
|
53
54
|
align-items: center;
|
|
54
55
|
box-shadow: 0 -1px 0 0 rgba(0, 34, 51, 0.1), 0 -1px 6px 0 rgba(0, 34, 51, 0.1);
|
|
55
56
|
animation: var(--fade-in-down);
|
|
56
|
-
`, D =
|
|
57
|
+
`, D = p.span`
|
|
57
58
|
display: flex;
|
|
58
59
|
flex-grow: 1;
|
|
59
60
|
align-items: center;
|
package/Serializer.js
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { RULESET as i, KEYFRAMES as f, COMMENT as n, DECLARATION as p, IMPORT as E, LAYER as v } from "./Enum.js";
|
|
2
|
+
import { strlen as t } from "./Utility.js";
|
|
3
|
+
function a(r, s) {
|
|
4
|
+
for (var o = "", u = 0; u < r.length; u++)
|
|
5
|
+
o += s(r[u], u, r, s) || "";
|
|
6
|
+
return o;
|
|
7
|
+
}
|
|
8
|
+
function A(r, s, o, u) {
|
|
9
|
+
switch (r.type) {
|
|
10
|
+
case v:
|
|
11
|
+
if (r.children.length) break;
|
|
12
|
+
case E:
|
|
13
|
+
case p:
|
|
14
|
+
return r.return = r.return || r.value;
|
|
15
|
+
case n:
|
|
16
|
+
return "";
|
|
17
|
+
case f:
|
|
18
|
+
return r.return = r.value + "{" + a(r.children, u) + "}";
|
|
19
|
+
case i:
|
|
20
|
+
if (!t(r.value = r.props.join(","))) return "";
|
|
21
|
+
}
|
|
22
|
+
return t(o = a(r.children, u)) ? r.return = r.value + "{" + o + "}" : "";
|
|
23
|
+
}
|
|
24
|
+
export {
|
|
25
|
+
a as serialize,
|
|
26
|
+
A as stringify
|
|
27
|
+
};
|
package/ShadowRootInternal.js
CHANGED
|
@@ -1,28 +1,28 @@
|
|
|
1
1
|
import { jsx as r } from "react/jsx-runtime";
|
|
2
2
|
import l, { useState as c, useEffect as d } from "react";
|
|
3
3
|
import { createPortal as u } from "react-dom";
|
|
4
|
-
import i from "styled-components";
|
|
4
|
+
import i from "./styled-components.browser.esm.js";
|
|
5
5
|
import { RootElementProvider as m } from "./RootElementContext.js";
|
|
6
6
|
import p from "./Styles.css.js";
|
|
7
7
|
import { DesignSystemProvider as h } from "./DesignSystemContext.js";
|
|
8
|
-
function S(
|
|
8
|
+
function S(t) {
|
|
9
9
|
try {
|
|
10
|
-
return
|
|
10
|
+
return t.attachShadow({ mode: "open" });
|
|
11
11
|
} catch {
|
|
12
12
|
return null;
|
|
13
13
|
}
|
|
14
14
|
}
|
|
15
|
-
function x({ children:
|
|
16
|
-
const
|
|
15
|
+
function x({ children: t, isContainerMode: e = !1 }) {
|
|
16
|
+
const o = l.useRef(null), [n, a] = c(null);
|
|
17
17
|
return d(() => {
|
|
18
|
-
if (
|
|
18
|
+
if (o.current === null)
|
|
19
19
|
return;
|
|
20
|
-
const
|
|
21
|
-
w(
|
|
20
|
+
const f = S(o.current);
|
|
21
|
+
w(f), f && s(document.head, y), a(f ?? o.current);
|
|
22
22
|
}, []), /* @__PURE__ */ r(
|
|
23
23
|
"div",
|
|
24
24
|
{
|
|
25
|
-
ref:
|
|
25
|
+
ref: o,
|
|
26
26
|
style: {
|
|
27
27
|
display: "flex",
|
|
28
28
|
height: "100%"
|
|
@@ -34,7 +34,7 @@ function x({ children: o, isContainerMode: e = !1 }) {
|
|
|
34
34
|
{
|
|
35
35
|
$isContainerMode: e,
|
|
36
36
|
"data-testid": "ShadowRootInternalContainer",
|
|
37
|
-
children:
|
|
37
|
+
children: t
|
|
38
38
|
}
|
|
39
39
|
),
|
|
40
40
|
n
|
|
@@ -42,13 +42,13 @@ function x({ children: o, isContainerMode: e = !1 }) {
|
|
|
42
42
|
}
|
|
43
43
|
);
|
|
44
44
|
}
|
|
45
|
-
function w(
|
|
46
|
-
const
|
|
47
|
-
|
|
45
|
+
function w(t) {
|
|
46
|
+
const o = "@import url(https://d8ejoa1fys2rk.cloudfront.net/5.0.5/includes/css/vendor/font-awesome.min.css);" + p;
|
|
47
|
+
s(t ?? document.head, o);
|
|
48
48
|
}
|
|
49
|
-
function
|
|
50
|
-
const
|
|
51
|
-
|
|
49
|
+
function s(t, e) {
|
|
50
|
+
const o = document.createElement("style"), n = document.createTextNode(e);
|
|
51
|
+
o.appendChild(n), t.appendChild(o);
|
|
52
52
|
}
|
|
53
53
|
const y = `
|
|
54
54
|
@font-face {
|
|
@@ -69,7 +69,7 @@ const y = `
|
|
|
69
69
|
font-style: normal;
|
|
70
70
|
}
|
|
71
71
|
`, v = i.div`
|
|
72
|
-
width: ${(
|
|
72
|
+
width: ${(t) => t.$isContainerMode ? "100%" : "auto"};
|
|
73
73
|
font-family: 'Source Sans Pro';
|
|
74
74
|
`;
|
|
75
75
|
export {
|
package/Sidebar.js
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { jsx as e } from "react/jsx-runtime";
|
|
2
|
+
import n from "./styled-components.browser.esm.js";
|
|
3
|
+
import { token as r } from "./token.js";
|
|
4
|
+
function m({
|
|
5
|
+
hasNoBorder: o = !1,
|
|
6
|
+
children: i,
|
|
7
|
+
...t
|
|
8
|
+
}) {
|
|
9
|
+
return /* @__PURE__ */ e(d, { $hasBorder: !o, ...t, children: i });
|
|
10
|
+
}
|
|
11
|
+
const d = n.aside.withConfig({
|
|
12
|
+
displayName: "Container",
|
|
13
|
+
componentId: "sc-j4b2sq-0"
|
|
14
|
+
})(["overflow-y:auto;box-sizing:border-box;width:272px;height:100%;padding:", " 0;border-right:", ";"], r.spacing5, (o) => o.$hasBorder ? `1px solid ${r.gray100}` : void 0);
|
|
15
|
+
export {
|
|
16
|
+
m as Sidebar
|
|
17
|
+
};
|
package/Skeleton.js
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { jsx as i } from "react/jsx-runtime";
|
|
2
|
-
import { keyframes as
|
|
3
|
-
import { token as e } from "
|
|
4
|
-
function
|
|
2
|
+
import n, { keyframes as o } from "./styled-components.browser.esm.js";
|
|
3
|
+
import { token as e } from "./token.js";
|
|
4
|
+
function l({ width: t = 100 }) {
|
|
5
5
|
return /* @__PURE__ */ i(a, { width: t, "data-testid": "skeleton", children: "" });
|
|
6
6
|
}
|
|
7
|
-
const r =
|
|
7
|
+
const r = o`
|
|
8
8
|
0% {
|
|
9
9
|
left: -500px;
|
|
10
10
|
}
|
|
11
11
|
100% {
|
|
12
12
|
left: 100%;
|
|
13
13
|
}
|
|
14
|
-
`, a =
|
|
14
|
+
`, a = n.span`
|
|
15
15
|
overflow: hidden;
|
|
16
16
|
display: inline-block;
|
|
17
17
|
position: relative;
|
|
@@ -38,5 +38,5 @@ const r = n`
|
|
|
38
38
|
}
|
|
39
39
|
`;
|
|
40
40
|
export {
|
|
41
|
-
|
|
41
|
+
l as Skeleton
|
|
42
42
|
};
|
package/Slider.js
ADDED
|
@@ -0,0 +1,128 @@
|
|
|
1
|
+
import { jsxs as $, jsx as l } from "react/jsx-runtime";
|
|
2
|
+
import { useState as C, useRef as N } from "react";
|
|
3
|
+
import { Input as T } from "./Input.js";
|
|
4
|
+
import { RangeInput as J } from "./RangeInput.js";
|
|
5
|
+
import { Container as Q, InputContainer as L, IconStyled as W, SliderContainer as Z } from "./styles.js";
|
|
6
|
+
import { DragRange as v } from "./DragRange.js";
|
|
7
|
+
import { ARROW_KEYS as P, DECREMENT_ARROW_KEYS as nn } from "./Slider.constants.js";
|
|
8
|
+
function cn({
|
|
9
|
+
min: a,
|
|
10
|
+
max: o,
|
|
11
|
+
inputPosition: s = "none",
|
|
12
|
+
value: t,
|
|
13
|
+
onChange: f,
|
|
14
|
+
iconLeft: V,
|
|
15
|
+
iconRight: A,
|
|
16
|
+
isFromCenter: X = !1,
|
|
17
|
+
isInactive: _ = !1,
|
|
18
|
+
isTooltipHidden: j = !1,
|
|
19
|
+
isDisabled: d = !1,
|
|
20
|
+
step: c = "1",
|
|
21
|
+
"aria-label": B,
|
|
22
|
+
ariaLabelLeftInput: O,
|
|
23
|
+
ariaLabelRightInput: U,
|
|
24
|
+
...Y
|
|
25
|
+
}) {
|
|
26
|
+
const [g, m] = C(""), [M, p] = C("none"), b = N(0), y = N(null), u = Array.isArray(t), D = u ? t[1] - t[0] : 0, q = c?.includes(".") ? c.split(".")[1].length : 0;
|
|
27
|
+
function R(n) {
|
|
28
|
+
return Number(n.toFixed(q));
|
|
29
|
+
}
|
|
30
|
+
function k(n) {
|
|
31
|
+
return u ? R(Math.max(a, Math.min(o - D, t[0] + n))) : t;
|
|
32
|
+
}
|
|
33
|
+
function z(n) {
|
|
34
|
+
n.preventDefault(), b.current = n.clientX, window.addEventListener("mousemove", F), window.addEventListener("mouseup", I);
|
|
35
|
+
}
|
|
36
|
+
function F(n) {
|
|
37
|
+
if (!u || !y.current)
|
|
38
|
+
return;
|
|
39
|
+
const e = Number(c ?? 1), r = (n.clientX - b.current) / y.current.clientWidth, i = Math.round(r * (o - a) / e) * e, K = k(i), H = R(Math.min(o, K + D));
|
|
40
|
+
f([K, H]);
|
|
41
|
+
}
|
|
42
|
+
function I(n) {
|
|
43
|
+
window.removeEventListener("mousemove", F), window.removeEventListener("mouseup", I), b.current = n.clientX;
|
|
44
|
+
}
|
|
45
|
+
function G(n) {
|
|
46
|
+
if (!u)
|
|
47
|
+
return;
|
|
48
|
+
const e = Number(c ?? 1);
|
|
49
|
+
if (P.includes(n.key)) {
|
|
50
|
+
n.preventDefault();
|
|
51
|
+
const r = k(nn.includes(n.key) ? -e : e), i = R(Math.min(o, r + D));
|
|
52
|
+
return f([r, i]);
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
function h(n, e) {
|
|
56
|
+
return u ? e === "min-input" && n < a ? a : e === "max-input" && n > o ? o : n : n > o ? o : n < a ? a : n;
|
|
57
|
+
}
|
|
58
|
+
function w(n) {
|
|
59
|
+
const e = parseFloat(n.target.value);
|
|
60
|
+
if (u) {
|
|
61
|
+
if (n.target.name === "min-input" && e < t[1]) {
|
|
62
|
+
const r = h(e, "min-input");
|
|
63
|
+
f([r, t[1]]);
|
|
64
|
+
}
|
|
65
|
+
if (n.target.name === "max-input" && t[0] < e) {
|
|
66
|
+
const r = h(e, "max-input");
|
|
67
|
+
f([t[0], r]);
|
|
68
|
+
}
|
|
69
|
+
} else {
|
|
70
|
+
const r = h(e);
|
|
71
|
+
f(r);
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
function x(n, e, r) {
|
|
75
|
+
if (n.key === "Enter" && n.target.blur(), ["ArrowUp", "ArrowDown"].includes(n.key)) {
|
|
76
|
+
n.preventDefault();
|
|
77
|
+
let i = parseFloat(n.currentTarget.value) || Number(e);
|
|
78
|
+
switch (n.key) {
|
|
79
|
+
case "ArrowUp": {
|
|
80
|
+
i = i + Number(c);
|
|
81
|
+
break;
|
|
82
|
+
}
|
|
83
|
+
case "ArrowDown": {
|
|
84
|
+
i = i - Number(c);
|
|
85
|
+
break;
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
i = h(i, r), w({
|
|
89
|
+
target: {
|
|
90
|
+
name: r,
|
|
91
|
+
value: String(i)
|
|
92
|
+
}
|
|
93
|
+
}), m(String(i));
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
const S = String(u ? t[0] : t), E = String(u ? t[1] : t);
|
|
97
|
+
return /* @__PURE__ */ $(Q, { ...Y, children: [
|
|
98
|
+
(s === "left" || s === "both") && /* @__PURE__ */ l(L, { $min: a, $max: o, "data-testid": "ds-slider-input-left", children: /* @__PURE__ */ l(T, { "aria-label": O, onChange: m, value: M === "left" ? g : S, type: "number", onFocus: () => {
|
|
99
|
+
m(S), p("left");
|
|
100
|
+
}, onBlur: () => {
|
|
101
|
+
w({
|
|
102
|
+
target: {
|
|
103
|
+
name: "min-input",
|
|
104
|
+
value: g
|
|
105
|
+
}
|
|
106
|
+
}), p("none");
|
|
107
|
+
}, onKeyDown: (n) => x(n, S, "min-input"), isDisabled: d }) }),
|
|
108
|
+
V && /* @__PURE__ */ l(W, { $isDisabled: d, children: V }),
|
|
109
|
+
/* @__PURE__ */ $(Z, { ref: y, children: [
|
|
110
|
+
u && /* @__PURE__ */ l(v, { max: o, min: a, value: t, onKeyDown: G, onMouseDown: z }),
|
|
111
|
+
/* @__PURE__ */ l(J, { min: a, max: o, value: t, inputPosition: s, onChange: w, isFromCenter: X, isInactive: _, isTooltipHidden: j, isDisabled: d, step: c, "aria-label": B })
|
|
112
|
+
] }),
|
|
113
|
+
A && /* @__PURE__ */ l(W, { $isDisabled: d, children: A }),
|
|
114
|
+
(s === "right" || s === "both") && /* @__PURE__ */ l(L, { $min: a, $max: o, "data-testid": "ds-slider-input-right", children: /* @__PURE__ */ l(T, { "aria-label": U, onChange: m, value: M === "right" ? g : E, type: "number", onFocus: () => {
|
|
115
|
+
m(E), p("right");
|
|
116
|
+
}, onBlur: () => {
|
|
117
|
+
w({
|
|
118
|
+
target: {
|
|
119
|
+
name: "max-input",
|
|
120
|
+
value: g
|
|
121
|
+
}
|
|
122
|
+
}), p("none");
|
|
123
|
+
}, onKeyDown: (n) => x(n, E, "max-input"), isDisabled: d }) })
|
|
124
|
+
] });
|
|
125
|
+
}
|
|
126
|
+
export {
|
|
127
|
+
cn as Slider
|
|
128
|
+
};
|
package/SmartFilterContent.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
|
-
import o from "styled-components";
|
|
3
|
-
import { token as p } from "
|
|
2
|
+
import o from "./styled-components.browser.esm.js";
|
|
3
|
+
import { token as p } from "./token.js";
|
|
4
4
|
import "./MetapropertyFilterContent.js";
|
|
5
5
|
o.div`
|
|
6
6
|
display: flex;
|
package/SmartFilterSelect_new.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as O, jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import { useState as a } from "react";
|
|
3
|
-
import n from "styled-components";
|
|
4
|
-
import { token as i } from "
|
|
3
|
+
import n from "./styled-components.browser.esm.js";
|
|
4
|
+
import { token as i } from "./token.js";
|
|
5
5
|
import { useGetFilterOptions as F } from "./getFilterOptions.js";
|
|
6
6
|
import { InfiniteScroll as S } from "./InfiniteScroll.js";
|
|
7
7
|
import { OptionComponent as v } from "./Option_new.js";
|