hasting-swatchcart-module 0.0.2 → 0.0.3
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/_virtual/_commonjsHelpers.js +6 -0
- package/dist/_virtual/index.js +7 -0
- package/dist/_virtual/index2.js +7 -0
- package/dist/_virtual/index3.js +4 -0
- package/dist/_virtual/use-sync-external-store-with-selector.development.js +4 -0
- package/dist/_virtual/use-sync-external-store-with-selector.production.js +4 -0
- package/dist/_virtual/utilities.js +4 -0
- package/dist/_virtual/with-selector.js +5 -0
- package/dist/_virtual/with-selector2.js +4 -0
- package/dist/assets/src/shared/ui/CustomSidebar/CustomSidebar.module.css +1 -0
- package/dist/assets/src/shared/ui/Markdown/MDWithAccordion.module.css +1 -0
- package/dist/assets/src/shared/ui/PopoverTooltip/PopoverTooltip.module.css +0 -0
- package/dist/components/SwatchesModule.js +22 -38896
- package/dist/node_modules/@floating-ui/core/dist/floating-ui.core.js +527 -0
- package/dist/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +402 -0
- package/dist/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js +208 -0
- package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js +136 -0
- package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.js +130 -0
- package/dist/node_modules/@radix-ui/primitive/dist/index.js +9 -0
- package/dist/node_modules/@radix-ui/react-arrow/dist/index.js +24 -0
- package/dist/node_modules/@radix-ui/react-checkbox/dist/index.js +251 -0
- package/dist/node_modules/@radix-ui/react-compose-refs/dist/index.js +29 -0
- package/dist/node_modules/@radix-ui/react-context/dist/index.js +68 -0
- package/dist/node_modules/@radix-ui/react-dialog/dist/index.js +256 -0
- package/dist/node_modules/@radix-ui/react-dismissable-layer/dist/index.js +127 -0
- package/dist/node_modules/@radix-ui/react-focus-guards/dist/index.js +17 -0
- package/dist/node_modules/@radix-ui/react-focus-scope/dist/index.js +136 -0
- package/dist/node_modules/@radix-ui/react-id/dist/index.js +13 -0
- package/dist/node_modules/@radix-ui/react-popover/dist/index.js +231 -0
- package/dist/node_modules/@radix-ui/react-popper/dist/index.js +219 -0
- package/dist/node_modules/@radix-ui/react-portal/dist/index.js +15 -0
- package/dist/node_modules/@radix-ui/react-presence/dist/index.js +70 -0
- package/dist/node_modules/@radix-ui/react-primitive/dist/index.js +36 -0
- package/dist/node_modules/@radix-ui/react-slot/dist/index.js +49 -0
- package/dist/node_modules/@radix-ui/react-use-callback-ref/dist/index.js +10 -0
- package/dist/node_modules/@radix-ui/react-use-controllable-state/dist/index.js +52 -0
- package/dist/node_modules/@radix-ui/react-use-escape-keydown/dist/index.js +14 -0
- package/dist/node_modules/@radix-ui/react-use-layout-effect/dist/index.js +6 -0
- package/dist/node_modules/@radix-ui/react-use-previous/dist/index.js +8 -0
- package/dist/node_modules/@radix-ui/react-use-size/dist/index.js +27 -0
- package/dist/node_modules/@reduxjs/toolkit/dist/redux-toolkit.modern.js +877 -0
- package/dist/node_modules/@tanstack/react-virtual/dist/esm/index.js +35 -0
- package/dist/node_modules/@tanstack/virtual-core/dist/esm/index.js +497 -0
- package/dist/node_modules/@tanstack/virtual-core/dist/esm/utils.js +52 -0
- package/dist/node_modules/@ungap/structured-clone/esm/deserialize.js +62 -0
- package/dist/node_modules/@ungap/structured-clone/esm/index.js +11 -0
- package/dist/node_modules/@ungap/structured-clone/esm/serialize.js +106 -0
- package/dist/node_modules/@ungap/structured-clone/esm/types.js +13 -0
- package/dist/node_modules/aria-hidden/dist/es2015/index.js +52 -0
- package/dist/node_modules/bail/index.js +7 -0
- package/dist/node_modules/clsx/dist/clsx.js +17 -0
- package/dist/node_modules/comma-separated-tokens/index.js +20 -0
- package/dist/node_modules/decode-named-character-reference/index.dom.js +14 -0
- package/dist/node_modules/devlop/lib/default.js +8 -0
- package/dist/node_modules/estree-util-is-identifier-name/lib/index.js +7 -0
- package/dist/node_modules/extend/index.js +43 -0
- package/dist/node_modules/get-nonce/dist/es2015/index.js +7 -0
- package/dist/node_modules/hast-util-from-parse5/lib/index.js +145 -0
- package/dist/node_modules/hast-util-parse-selector/lib/index.js +20 -0
- package/dist/node_modules/hast-util-raw/lib/index.js +217 -0
- package/dist/node_modules/hast-util-to-jsx-runtime/lib/index.js +302 -0
- package/dist/node_modules/hast-util-to-parse5/lib/index.js +118 -0
- package/dist/node_modules/hast-util-to-parse5/node_modules/property-information/index.js +12 -0
- package/dist/node_modules/hast-util-to-parse5/node_modules/property-information/lib/aria.js +61 -0
- package/dist/node_modules/hast-util-to-parse5/node_modules/property-information/lib/find.js +33 -0
- package/dist/node_modules/hast-util-to-parse5/node_modules/property-information/lib/html.js +368 -0
- package/dist/node_modules/hast-util-to-parse5/node_modules/property-information/lib/normalize.js +6 -0
- package/dist/node_modules/hast-util-to-parse5/node_modules/property-information/lib/svg.js +566 -0
- package/dist/node_modules/hast-util-to-parse5/node_modules/property-information/lib/util/case-insensitive-transform.js +7 -0
- package/dist/node_modules/hast-util-to-parse5/node_modules/property-information/lib/util/case-sensitive-transform.js +6 -0
- package/dist/node_modules/hast-util-to-parse5/node_modules/property-information/lib/util/create.js +22 -0
- package/dist/node_modules/hast-util-to-parse5/node_modules/property-information/lib/util/defined-info.js +27 -0
- package/dist/node_modules/hast-util-to-parse5/node_modules/property-information/lib/util/info.js +23 -0
- package/dist/node_modules/hast-util-to-parse5/node_modules/property-information/lib/util/merge.js +11 -0
- package/dist/node_modules/hast-util-to-parse5/node_modules/property-information/lib/util/schema.js +17 -0
- package/dist/node_modules/hast-util-to-parse5/node_modules/property-information/lib/util/types.js +14 -0
- package/dist/node_modules/hast-util-to-parse5/node_modules/property-information/lib/xlink.js +19 -0
- package/dist/node_modules/hast-util-to-parse5/node_modules/property-information/lib/xml.js +11 -0
- package/dist/node_modules/hast-util-to-parse5/node_modules/property-information/lib/xmlns.js +11 -0
- package/dist/node_modules/hast-util-whitespace/lib/index.js +10 -0
- package/dist/node_modules/hastscript/lib/create-h.js +112 -0
- package/dist/node_modules/hastscript/lib/index.js +8 -0
- package/dist/node_modules/hastscript/lib/svg-case-sensitive-tag-names.js +44 -0
- package/dist/node_modules/html-url-attributes/lib/index.js +26 -0
- package/dist/node_modules/html-void-elements/index.js +25 -0
- package/dist/node_modules/immer/dist/immer.js +467 -0
- package/dist/node_modules/inline-style-parser/index.js +93 -0
- package/dist/node_modules/is-plain-obj/index.js +9 -0
- package/dist/node_modules/lucide-react/dist/esm/Icon.js +40 -0
- package/dist/node_modules/lucide-react/dist/esm/createLucideIcon.js +27 -0
- package/dist/node_modules/lucide-react/dist/esm/defaultAttributes.js +20 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/check.js +12 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/chevron-down.js +12 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/x.js +15 -0
- package/dist/node_modules/lucide-react/dist/esm/shared/src/utils.js +19 -0
- package/dist/node_modules/mdast-util-from-markdown/lib/index.js +581 -0
- package/dist/node_modules/mdast-util-to-hast/lib/footer.js +90 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/blockquote.js +12 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/break.js +8 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/code.js +15 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/delete.js +12 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/emphasis.js +12 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/footnote-reference.js +28 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/heading.js +12 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/html.js +9 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/image-reference.js +14 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/image.js +10 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/index.js +58 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/inline-code.js +14 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/link-reference.js +19 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/link.js +15 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/list-item.js +42 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/list.js +21 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/paragraph.js +12 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/root.js +7 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/strong.js +12 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/table-cell.js +13 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/table-row.js +21 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/table.js +32 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/text.js +8 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/thematic-break.js +12 -0
- package/dist/node_modules/mdast-util-to-hast/lib/index.js +10 -0
- package/dist/node_modules/mdast-util-to-hast/lib/revert.js +13 -0
- package/dist/node_modules/mdast-util-to-hast/lib/state.js +104 -0
- package/dist/node_modules/mdast-util-to-string/lib/index.js +29 -0
- package/dist/node_modules/micromark/lib/constructs.js +85 -0
- package/dist/node_modules/micromark/lib/create-tokenizer.js +223 -0
- package/dist/node_modules/micromark/lib/initialize/content.js +37 -0
- package/dist/node_modules/micromark/lib/initialize/document.js +126 -0
- package/dist/node_modules/micromark/lib/initialize/flow.js +33 -0
- package/dist/node_modules/micromark/lib/initialize/text.js +95 -0
- package/dist/node_modules/micromark/lib/parse.js +32 -0
- package/dist/node_modules/micromark/lib/postprocess.js +9 -0
- package/dist/node_modules/micromark/lib/preprocess.js +39 -0
- package/dist/node_modules/micromark-core-commonmark/lib/attention.js +83 -0
- package/dist/node_modules/micromark-core-commonmark/lib/autolink.js +43 -0
- package/dist/node_modules/micromark-core-commonmark/lib/blank-line.js +18 -0
- package/dist/node_modules/micromark-core-commonmark/lib/block-quote.js +42 -0
- package/dist/node_modules/micromark-core-commonmark/lib/character-escape.js +17 -0
- package/dist/node_modules/micromark-core-commonmark/lib/character-reference.js +30 -0
- package/dist/node_modules/micromark-core-commonmark/lib/code-fenced.js +94 -0
- package/dist/node_modules/micromark-core-commonmark/lib/code-indented.js +43 -0
- package/dist/node_modules/micromark-core-commonmark/lib/code-text.js +45 -0
- package/dist/node_modules/micromark-core-commonmark/lib/content.js +50 -0
- package/dist/node_modules/micromark-core-commonmark/lib/definition.js +80 -0
- package/dist/node_modules/micromark-core-commonmark/lib/hard-break-escape.js +17 -0
- package/dist/node_modules/micromark-core-commonmark/lib/heading-atx.js +46 -0
- package/dist/node_modules/micromark-core-commonmark/lib/html-flow.js +144 -0
- package/dist/node_modules/micromark-core-commonmark/lib/html-text.js +102 -0
- package/dist/node_modules/micromark-core-commonmark/lib/label-end.js +152 -0
- package/dist/node_modules/micromark-core-commonmark/lib/label-start-image.js +22 -0
- package/dist/node_modules/micromark-core-commonmark/lib/label-start-link.js +19 -0
- package/dist/node_modules/micromark-core-commonmark/lib/line-ending.js +14 -0
- package/dist/node_modules/micromark-core-commonmark/lib/list.js +90 -0
- package/dist/node_modules/micromark-core-commonmark/lib/setext-underline.js +57 -0
- package/dist/node_modules/micromark-core-commonmark/lib/thematic-break.js +25 -0
- package/dist/node_modules/micromark-factory-destination/index.js +31 -0
- package/dist/node_modules/micromark-factory-label/index.js +28 -0
- package/dist/node_modules/micromark-factory-space/index.js +15 -0
- package/dist/node_modules/micromark-factory-title/index.js +26 -0
- package/dist/node_modules/micromark-factory-whitespace/index.js +12 -0
- package/dist/node_modules/micromark-util-character/index.js +39 -0
- package/dist/node_modules/micromark-util-chunked/index.js +16 -0
- package/dist/node_modules/micromark-util-classify-character/index.js +10 -0
- package/dist/node_modules/micromark-util-combine-extensions/index.js +36 -0
- package/dist/node_modules/micromark-util-decode-numeric-character-reference/index.js +16 -0
- package/dist/node_modules/micromark-util-decode-string/index.js +18 -0
- package/dist/node_modules/micromark-util-html-tag-name/index.js +68 -0
- package/dist/node_modules/micromark-util-normalize-identifier/index.js +6 -0
- package/dist/node_modules/micromark-util-resolve-all/index.js +12 -0
- package/dist/node_modules/micromark-util-sanitize-uri/index.js +23 -0
- package/dist/node_modules/micromark-util-subtokenize/index.js +55 -0
- package/dist/node_modules/micromark-util-subtokenize/lib/splice-buffer.js +175 -0
- package/dist/node_modules/parse5/dist/common/doctype.js +98 -0
- package/dist/node_modules/parse5/dist/common/error-codes.js +7 -0
- package/dist/node_modules/parse5/dist/common/foreign-content.js +210 -0
- package/dist/node_modules/parse5/dist/common/html.js +250 -0
- package/dist/node_modules/parse5/dist/common/token.js +14 -0
- package/dist/node_modules/parse5/dist/common/unicode.js +73 -0
- package/dist/node_modules/parse5/dist/parser/formatting-element-list.js +84 -0
- package/dist/node_modules/parse5/dist/parser/index.js +2271 -0
- package/dist/node_modules/parse5/dist/parser/open-element-stack.js +240 -0
- package/dist/node_modules/parse5/dist/serializer/index.js +2 -0
- package/dist/node_modules/parse5/dist/tokenizer/index.js +1940 -0
- package/dist/node_modules/parse5/dist/tokenizer/preprocessor.js +88 -0
- package/dist/node_modules/parse5/dist/tree-adapters/default.js +162 -0
- package/dist/node_modules/parse5/node_modules/entities/dist/esm/decode-codepoint.js +38 -0
- package/dist/node_modules/parse5/node_modules/entities/dist/esm/decode.js +245 -0
- package/dist/node_modules/parse5/node_modules/entities/dist/esm/generated/decode-data-html.js +7 -0
- package/dist/node_modules/property-information/index.js +12 -0
- package/dist/node_modules/property-information/lib/aria.js +61 -0
- package/dist/node_modules/property-information/lib/find.js +33 -0
- package/dist/node_modules/property-information/lib/hast-to-react.js +22 -0
- package/dist/node_modules/property-information/lib/html.js +368 -0
- package/dist/node_modules/property-information/lib/normalize.js +6 -0
- package/dist/node_modules/property-information/lib/svg.js +566 -0
- package/dist/node_modules/property-information/lib/util/case-insensitive-transform.js +7 -0
- package/dist/node_modules/property-information/lib/util/case-sensitive-transform.js +6 -0
- package/dist/node_modules/property-information/lib/util/create.js +19 -0
- package/dist/node_modules/property-information/lib/util/defined-info.js +36 -0
- package/dist/node_modules/property-information/lib/util/info.js +28 -0
- package/dist/node_modules/property-information/lib/util/merge.js +10 -0
- package/dist/node_modules/property-information/lib/util/schema.js +21 -0
- package/dist/node_modules/property-information/lib/util/types.js +14 -0
- package/dist/node_modules/property-information/lib/xlink.js +19 -0
- package/dist/node_modules/property-information/lib/xml.js +11 -0
- package/dist/node_modules/property-information/lib/xmlns.js +11 -0
- package/dist/node_modules/react-markdown/lib/index.js +102 -0
- package/dist/node_modules/react-redux/dist/react-redux.js +135 -0
- package/dist/node_modules/react-remove-scroll/dist/es2015/Combination.js +11 -0
- package/dist/node_modules/react-remove-scroll/dist/es2015/SideEffect.js +112 -0
- package/dist/node_modules/react-remove-scroll/dist/es2015/UI.js +31 -0
- package/dist/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js +16 -0
- package/dist/node_modules/react-remove-scroll/dist/es2015/handleScroll.js +68 -0
- package/dist/node_modules/react-remove-scroll/dist/es2015/medium.js +5 -0
- package/dist/node_modules/react-remove-scroll/dist/es2015/sidecar.js +7 -0
- package/dist/node_modules/react-remove-scroll-bar/dist/es2015/component.js +71 -0
- package/dist/node_modules/react-remove-scroll-bar/dist/es2015/constants.js +7 -0
- package/dist/node_modules/react-remove-scroll-bar/dist/es2015/utils.js +25 -0
- package/dist/node_modules/react-style-singleton/dist/es2015/component.js +11 -0
- package/dist/node_modules/react-style-singleton/dist/es2015/hook.js +15 -0
- package/dist/node_modules/react-style-singleton/dist/es2015/singleton.js +30 -0
- package/dist/node_modules/redux/dist/redux.js +258 -0
- package/dist/node_modules/redux-thunk/dist/redux-thunk.js +8 -0
- package/dist/node_modules/rehype-raw/lib/index.js +12 -0
- package/dist/node_modules/remark-parse/lib/index.js +19 -0
- package/dist/node_modules/remark-rehype/lib/index.js +18 -0
- package/dist/node_modules/reselect/dist/reselect.js +244 -0
- package/dist/node_modules/space-separated-tokens/index.js +11 -0
- package/dist/node_modules/style-to-js/cjs/index.js +20 -0
- package/dist/node_modules/style-to-js/cjs/utilities.js +19 -0
- package/dist/node_modules/style-to-object/cjs/index.js +28 -0
- package/dist/node_modules/tailwind-merge/dist/bundle-mjs.js +2731 -0
- package/dist/node_modules/trim-lines/index.js +28 -0
- package/dist/node_modules/trough/lib/index.js +60 -0
- package/dist/node_modules/tslib/tslib.es6.js +27 -0
- package/dist/node_modules/unified/lib/callable-instance.js +25 -0
- package/dist/node_modules/unified/lib/index.js +529 -0
- package/dist/node_modules/unist-util-is/lib/index.js +84 -0
- package/dist/node_modules/unist-util-position/lib/index.js +23 -0
- package/dist/node_modules/unist-util-stringify-position/lib/index.js +15 -0
- package/dist/node_modules/unist-util-visit/lib/index.js +16 -0
- package/dist/node_modules/unist-util-visit-parents/lib/color.js +6 -0
- package/dist/node_modules/unist-util-visit-parents/lib/index.js +56 -0
- package/dist/node_modules/use-callback-ref/dist/es2015/assignRef.js +6 -0
- package/dist/node_modules/use-callback-ref/dist/es2015/useMergeRef.js +26 -0
- package/dist/node_modules/use-callback-ref/dist/es2015/useRef.js +25 -0
- package/dist/node_modules/use-sidecar/dist/es2015/exports.js +18 -0
- package/dist/node_modules/use-sidecar/dist/es2015/medium.js +67 -0
- package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-with-selector.development.js +66 -0
- package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-with-selector.production.js +65 -0
- package/dist/node_modules/use-sync-external-store/with-selector.js +10 -0
- package/dist/node_modules/vfile/lib/index.js +406 -0
- package/dist/node_modules/vfile/lib/minpath.browser.js +112 -0
- package/dist/node_modules/vfile/lib/minproc.browser.js +7 -0
- package/dist/node_modules/vfile/lib/minurl.browser.js +41 -0
- package/dist/node_modules/vfile/lib/minurl.shared.js +7 -0
- package/dist/node_modules/vfile-location/lib/index.js +42 -0
- package/dist/node_modules/vfile-message/lib/index.js +91 -0
- package/dist/node_modules/web-namespaces/index.js +11 -0
- package/dist/node_modules/zwitch/index.js +18 -0
- package/dist/src/app/assets/images/product_thumb.png.js +4 -0
- package/dist/src/app/assets/svg/ArrowIconSVG.js +25 -0
- package/dist/src/app/assets/svg/CheckMarkIconSVG.js +25 -0
- package/dist/src/app/assets/svg/CloseIconSVG.js +25 -0
- package/dist/src/app/assets/svg/MinusIconSVG.js +24 -0
- package/dist/src/app/assets/svg/PlusIconSVG.js +24 -0
- package/dist/src/app/assets/svg/SearchIconSVG.js +37 -0
- package/dist/src/app/assets/svg/TrashIconSVG.js +24 -0
- package/dist/src/app/store/rootReducer.js +12 -0
- package/dist/src/app/store/store.js +14 -0
- package/dist/src/features/Cart/lib/CartCervices.js +8 -0
- package/dist/src/features/Cart/model/cartSlice.js +58 -0
- package/dist/src/features/Cart/model/selectors.js +18 -0
- package/dist/src/features/Cart/ui/CartHeader/CartHeader.js +53 -0
- package/dist/src/features/Cart/ui/CartList/CartList.js +29 -0
- package/dist/src/features/Cart/ui/CartListItem/CartListItem.js +41 -0
- package/dist/src/features/Cart/ui/CartPrice/CartPrice.js +23 -0
- package/dist/src/features/Cart/ui/CartWrapper/CartWrapper.js +38 -0
- package/dist/src/features/Cart/ui/Counter/Counter.js +46 -0
- package/dist/src/features/DataAdapter/lib/DataAdapterServices.js +102 -0
- package/dist/src/features/DataAdapter/utils/types.js +8 -0
- package/dist/src/features/MultiProduct/lib/MultiProductCartServices.js +34 -0
- package/dist/src/features/MultiProduct/model/API/api.js +18 -0
- package/dist/src/features/MultiProduct/model/multiProductCartSlice.js +83 -0
- package/dist/src/features/MultiProduct/model/selectors.js +7 -0
- package/dist/src/features/MultiProduct/ui/CartSelectedProductList/CartSelectedProductList.js +21 -0
- package/dist/src/features/MultiProduct/ui/CustomModal/CustomModal.js +28 -0
- package/dist/src/features/MultiProduct/ui/FiltersSelectedProductItem/FiltersSelectedProductItem.js +27 -0
- package/dist/src/features/MultiProduct/ui/MultiProductCartHeader/MultiProductCartHeader.js +60 -0
- package/dist/src/features/MultiProduct/ui/MultiProductItemCart/MultiProductItemCart.js +71 -0
- package/dist/src/features/MultiProduct/ui/MultiProductWrapper/MultiProductWrapper.js +19 -0
- package/dist/src/features/MultiProduct/ui/ProductList/ProductList.js +138 -0
- package/dist/src/features/MultiProduct/ui/ProductListItem/ProductListItem.js +51 -0
- package/dist/src/features/MultiProduct/ui/SelectedProductItem/SelectedProductItem.js +55 -0
- package/dist/src/features/MultiProduct/ui/SwatchContentContainer/SwatchContentContainer.js +46 -0
- package/dist/src/features/MultiProduct/utils/constants.js +16 -0
- package/dist/src/features/MultiProduct/utils/randomList.js +41 -0
- package/dist/src/features/swatches/lib/AttributeHelper.js +21 -0
- package/dist/src/features/swatches/lib/SwatchesServices.js +54 -0
- package/dist/src/features/swatches/model/selectors.js +12 -0
- package/dist/src/features/swatches/model/swatchesSlice.js +108 -0
- package/dist/src/features/swatches/model/thunks.js +22 -0
- package/dist/src/features/swatches/model/types.js +6 -0
- package/dist/src/features/swatches/ui/Filters/ColorsFilter.js +45 -0
- package/dist/src/features/swatches/ui/Filters/LooksFilter.js +45 -0
- package/dist/src/features/swatches/ui/Filters/MaterialsFilter.js +47 -0
- package/dist/src/features/swatches/ui/Filters/index.js +12 -0
- package/dist/src/features/swatches/ui/HexGridZoom/HexGridZoom.js +50 -0
- package/dist/src/features/swatches/ui/ImageGridZoom/ImageGridZoom.js +45 -0
- package/dist/src/features/swatches/ui/MaterialList/index.js +39 -0
- package/dist/src/features/swatches/ui/MaterialListItem/MaterialListItem.js +51 -0
- package/dist/src/features/swatches/ui/ProductElement/index.js +65 -0
- package/dist/src/features/swatches/ui/SwatchWrapper/SwatchWrapper.js +62 -0
- package/dist/src/features/swatches/ui/Swatches.js +51 -0
- package/dist/src/features/swatches/ui/SwatchesList/SwatchesList.js +67 -0
- package/dist/src/features/swatches/utils/constants.js +8 -0
- package/dist/src/shared/constants/props.js +13337 -0
- package/dist/src/shared/constants/selectedMaterials.js +4 -0
- package/dist/src/shared/types/activeTab.js +7 -0
- package/dist/src/shared/ui/Checkbox/Checkbox.js +31 -0
- package/dist/src/shared/ui/CustomButton/CustomButton.js +16 -0
- package/dist/src/shared/ui/CustomSidebar/CustomSidebar.js +59 -0
- package/dist/src/shared/ui/CustomSidebar/CustomSidebar.module.scss.js +13 -0
- package/dist/src/shared/ui/Dialog/Dialog.js +81 -0
- package/dist/src/shared/ui/Label/Label.js +27 -0
- package/dist/src/shared/ui/Markdown/MDWithAccordion.js +36 -0
- package/dist/src/shared/ui/Markdown/MDWithAccordion.module.scss.js +9 -0
- package/dist/src/shared/ui/MaterialItem/MaterialItem.js +36 -0
- package/dist/src/shared/ui/MultiSelect/MultiSelect.js +150 -0
- package/dist/src/shared/ui/PopoverTooltip/InfoIcon.js +35 -0
- package/dist/src/shared/ui/PopoverTooltip/PopoverTooltip.js +37 -0
- package/dist/src/shared/ui/PopoverTooltip/PopoverTooltip.module.scss.js +4 -0
- package/dist/src/shared/ui/Slider/Slider.js +117 -0
- package/dist/src/shared/utils/cn.js +8 -0
- package/dist/src/shared/utils/uniqueList.js +4 -0
- package/package.json +12 -2
- package/dist/assets/SwatchesModule.css +0 -1
- /package/dist/{lib/components → components}/SwatchesModule.d.ts +0 -0
- /package/dist/{lib/main.d.ts → main.d.ts} +0 -0
|
@@ -0,0 +1,406 @@
|
|
|
1
|
+
import { minpath as n } from "./minpath.browser.js";
|
|
2
|
+
import { minproc as p } from "./minproc.browser.js";
|
|
3
|
+
import { urlToPath as u } from "./minurl.browser.js";
|
|
4
|
+
import { isUrl as f } from "./minurl.shared.js";
|
|
5
|
+
import { VFileMessage as c } from "../../vfile-message/lib/index.js";
|
|
6
|
+
const a = (
|
|
7
|
+
/** @type {const} */
|
|
8
|
+
[
|
|
9
|
+
"history",
|
|
10
|
+
"path",
|
|
11
|
+
"basename",
|
|
12
|
+
"stem",
|
|
13
|
+
"extname",
|
|
14
|
+
"dirname"
|
|
15
|
+
]
|
|
16
|
+
);
|
|
17
|
+
class E {
|
|
18
|
+
/**
|
|
19
|
+
* Create a new virtual file.
|
|
20
|
+
*
|
|
21
|
+
* `options` is treated as:
|
|
22
|
+
*
|
|
23
|
+
* * `string` or `Uint8Array` — `{value: options}`
|
|
24
|
+
* * `URL` — `{path: options}`
|
|
25
|
+
* * `VFile` — shallow copies its data over to the new file
|
|
26
|
+
* * `object` — all fields are shallow copied over to the new file
|
|
27
|
+
*
|
|
28
|
+
* Path related fields are set in the following order (least specific to
|
|
29
|
+
* most specific): `history`, `path`, `basename`, `stem`, `extname`,
|
|
30
|
+
* `dirname`.
|
|
31
|
+
*
|
|
32
|
+
* You cannot set `dirname` or `extname` without setting either `history`,
|
|
33
|
+
* `path`, `basename`, or `stem` too.
|
|
34
|
+
*
|
|
35
|
+
* @param {Compatible | null | undefined} [value]
|
|
36
|
+
* File value.
|
|
37
|
+
* @returns
|
|
38
|
+
* New instance.
|
|
39
|
+
*/
|
|
40
|
+
constructor(t) {
|
|
41
|
+
let e;
|
|
42
|
+
t ? f(t) ? e = { path: t } : typeof t == "string" || l(t) ? e = { value: t } : e = t : e = {}, this.cwd = "cwd" in e ? "" : p.cwd(), this.data = {}, this.history = [], this.messages = [], this.value, this.map, this.result, this.stored;
|
|
43
|
+
let r = -1;
|
|
44
|
+
for (; ++r < a.length; ) {
|
|
45
|
+
const h = a[r];
|
|
46
|
+
h in e && e[h] !== void 0 && e[h] !== null && (this[h] = h === "history" ? [...e[h]] : e[h]);
|
|
47
|
+
}
|
|
48
|
+
let i;
|
|
49
|
+
for (i in e)
|
|
50
|
+
a.includes(i) || (this[i] = e[i]);
|
|
51
|
+
}
|
|
52
|
+
/**
|
|
53
|
+
* Get the basename (including extname) (example: `'index.min.js'`).
|
|
54
|
+
*
|
|
55
|
+
* @returns {string | undefined}
|
|
56
|
+
* Basename.
|
|
57
|
+
*/
|
|
58
|
+
get basename() {
|
|
59
|
+
return typeof this.path == "string" ? n.basename(this.path) : void 0;
|
|
60
|
+
}
|
|
61
|
+
/**
|
|
62
|
+
* Set basename (including extname) (`'index.min.js'`).
|
|
63
|
+
*
|
|
64
|
+
* Cannot contain path separators (`'/'` on unix, macOS, and browsers, `'\'`
|
|
65
|
+
* on windows).
|
|
66
|
+
* Cannot be nullified (use `file.path = file.dirname` instead).
|
|
67
|
+
*
|
|
68
|
+
* @param {string} basename
|
|
69
|
+
* Basename.
|
|
70
|
+
* @returns {undefined}
|
|
71
|
+
* Nothing.
|
|
72
|
+
*/
|
|
73
|
+
set basename(t) {
|
|
74
|
+
m(t, "basename"), o(t, "basename"), this.path = n.join(this.dirname || "", t);
|
|
75
|
+
}
|
|
76
|
+
/**
|
|
77
|
+
* Get the parent path (example: `'~'`).
|
|
78
|
+
*
|
|
79
|
+
* @returns {string | undefined}
|
|
80
|
+
* Dirname.
|
|
81
|
+
*/
|
|
82
|
+
get dirname() {
|
|
83
|
+
return typeof this.path == "string" ? n.dirname(this.path) : void 0;
|
|
84
|
+
}
|
|
85
|
+
/**
|
|
86
|
+
* Set the parent path (example: `'~'`).
|
|
87
|
+
*
|
|
88
|
+
* Cannot be set if there’s no `path` yet.
|
|
89
|
+
*
|
|
90
|
+
* @param {string | undefined} dirname
|
|
91
|
+
* Dirname.
|
|
92
|
+
* @returns {undefined}
|
|
93
|
+
* Nothing.
|
|
94
|
+
*/
|
|
95
|
+
set dirname(t) {
|
|
96
|
+
d(this.basename, "dirname"), this.path = n.join(t || "", this.basename);
|
|
97
|
+
}
|
|
98
|
+
/**
|
|
99
|
+
* Get the extname (including dot) (example: `'.js'`).
|
|
100
|
+
*
|
|
101
|
+
* @returns {string | undefined}
|
|
102
|
+
* Extname.
|
|
103
|
+
*/
|
|
104
|
+
get extname() {
|
|
105
|
+
return typeof this.path == "string" ? n.extname(this.path) : void 0;
|
|
106
|
+
}
|
|
107
|
+
/**
|
|
108
|
+
* Set the extname (including dot) (example: `'.js'`).
|
|
109
|
+
*
|
|
110
|
+
* Cannot contain path separators (`'/'` on unix, macOS, and browsers, `'\'`
|
|
111
|
+
* on windows).
|
|
112
|
+
* Cannot be set if there’s no `path` yet.
|
|
113
|
+
*
|
|
114
|
+
* @param {string | undefined} extname
|
|
115
|
+
* Extname.
|
|
116
|
+
* @returns {undefined}
|
|
117
|
+
* Nothing.
|
|
118
|
+
*/
|
|
119
|
+
set extname(t) {
|
|
120
|
+
if (o(t, "extname"), d(this.dirname, "extname"), t) {
|
|
121
|
+
if (t.codePointAt(0) !== 46)
|
|
122
|
+
throw new Error("`extname` must start with `.`");
|
|
123
|
+
if (t.includes(".", 1))
|
|
124
|
+
throw new Error("`extname` cannot contain multiple dots");
|
|
125
|
+
}
|
|
126
|
+
this.path = n.join(this.dirname, this.stem + (t || ""));
|
|
127
|
+
}
|
|
128
|
+
/**
|
|
129
|
+
* Get the full path (example: `'~/index.min.js'`).
|
|
130
|
+
*
|
|
131
|
+
* @returns {string}
|
|
132
|
+
* Path.
|
|
133
|
+
*/
|
|
134
|
+
get path() {
|
|
135
|
+
return this.history[this.history.length - 1];
|
|
136
|
+
}
|
|
137
|
+
/**
|
|
138
|
+
* Set the full path (example: `'~/index.min.js'`).
|
|
139
|
+
*
|
|
140
|
+
* Cannot be nullified.
|
|
141
|
+
* You can set a file URL (a `URL` object with a `file:` protocol) which will
|
|
142
|
+
* be turned into a path with `url.fileURLToPath`.
|
|
143
|
+
*
|
|
144
|
+
* @param {URL | string} path
|
|
145
|
+
* Path.
|
|
146
|
+
* @returns {undefined}
|
|
147
|
+
* Nothing.
|
|
148
|
+
*/
|
|
149
|
+
set path(t) {
|
|
150
|
+
f(t) && (t = u(t)), m(t, "path"), this.path !== t && this.history.push(t);
|
|
151
|
+
}
|
|
152
|
+
/**
|
|
153
|
+
* Get the stem (basename w/o extname) (example: `'index.min'`).
|
|
154
|
+
*
|
|
155
|
+
* @returns {string | undefined}
|
|
156
|
+
* Stem.
|
|
157
|
+
*/
|
|
158
|
+
get stem() {
|
|
159
|
+
return typeof this.path == "string" ? n.basename(this.path, this.extname) : void 0;
|
|
160
|
+
}
|
|
161
|
+
/**
|
|
162
|
+
* Set the stem (basename w/o extname) (example: `'index.min'`).
|
|
163
|
+
*
|
|
164
|
+
* Cannot contain path separators (`'/'` on unix, macOS, and browsers, `'\'`
|
|
165
|
+
* on windows).
|
|
166
|
+
* Cannot be nullified (use `file.path = file.dirname` instead).
|
|
167
|
+
*
|
|
168
|
+
* @param {string} stem
|
|
169
|
+
* Stem.
|
|
170
|
+
* @returns {undefined}
|
|
171
|
+
* Nothing.
|
|
172
|
+
*/
|
|
173
|
+
set stem(t) {
|
|
174
|
+
m(t, "stem"), o(t, "stem"), this.path = n.join(this.dirname || "", t + (this.extname || ""));
|
|
175
|
+
}
|
|
176
|
+
// Normal prototypal methods.
|
|
177
|
+
/**
|
|
178
|
+
* Create a fatal message for `reason` associated with the file.
|
|
179
|
+
*
|
|
180
|
+
* The `fatal` field of the message is set to `true` (error; file not usable)
|
|
181
|
+
* and the `file` field is set to the current file path.
|
|
182
|
+
* The message is added to the `messages` field on `file`.
|
|
183
|
+
*
|
|
184
|
+
* > 🪦 **Note**: also has obsolete signatures.
|
|
185
|
+
*
|
|
186
|
+
* @overload
|
|
187
|
+
* @param {string} reason
|
|
188
|
+
* @param {MessageOptions | null | undefined} [options]
|
|
189
|
+
* @returns {never}
|
|
190
|
+
*
|
|
191
|
+
* @overload
|
|
192
|
+
* @param {string} reason
|
|
193
|
+
* @param {Node | NodeLike | null | undefined} parent
|
|
194
|
+
* @param {string | null | undefined} [origin]
|
|
195
|
+
* @returns {never}
|
|
196
|
+
*
|
|
197
|
+
* @overload
|
|
198
|
+
* @param {string} reason
|
|
199
|
+
* @param {Point | Position | null | undefined} place
|
|
200
|
+
* @param {string | null | undefined} [origin]
|
|
201
|
+
* @returns {never}
|
|
202
|
+
*
|
|
203
|
+
* @overload
|
|
204
|
+
* @param {string} reason
|
|
205
|
+
* @param {string | null | undefined} [origin]
|
|
206
|
+
* @returns {never}
|
|
207
|
+
*
|
|
208
|
+
* @overload
|
|
209
|
+
* @param {Error | VFileMessage} cause
|
|
210
|
+
* @param {Node | NodeLike | null | undefined} parent
|
|
211
|
+
* @param {string | null | undefined} [origin]
|
|
212
|
+
* @returns {never}
|
|
213
|
+
*
|
|
214
|
+
* @overload
|
|
215
|
+
* @param {Error | VFileMessage} cause
|
|
216
|
+
* @param {Point | Position | null | undefined} place
|
|
217
|
+
* @param {string | null | undefined} [origin]
|
|
218
|
+
* @returns {never}
|
|
219
|
+
*
|
|
220
|
+
* @overload
|
|
221
|
+
* @param {Error | VFileMessage} cause
|
|
222
|
+
* @param {string | null | undefined} [origin]
|
|
223
|
+
* @returns {never}
|
|
224
|
+
*
|
|
225
|
+
* @param {Error | VFileMessage | string} causeOrReason
|
|
226
|
+
* Reason for message, should use markdown.
|
|
227
|
+
* @param {Node | NodeLike | MessageOptions | Point | Position | string | null | undefined} [optionsOrParentOrPlace]
|
|
228
|
+
* Configuration (optional).
|
|
229
|
+
* @param {string | null | undefined} [origin]
|
|
230
|
+
* Place in code where the message originates (example:
|
|
231
|
+
* `'my-package:my-rule'` or `'my-rule'`).
|
|
232
|
+
* @returns {never}
|
|
233
|
+
* Never.
|
|
234
|
+
* @throws {VFileMessage}
|
|
235
|
+
* Message.
|
|
236
|
+
*/
|
|
237
|
+
fail(t, e, r) {
|
|
238
|
+
const i = this.message(t, e, r);
|
|
239
|
+
throw i.fatal = !0, i;
|
|
240
|
+
}
|
|
241
|
+
/**
|
|
242
|
+
* Create an info message for `reason` associated with the file.
|
|
243
|
+
*
|
|
244
|
+
* The `fatal` field of the message is set to `undefined` (info; change
|
|
245
|
+
* likely not needed) and the `file` field is set to the current file path.
|
|
246
|
+
* The message is added to the `messages` field on `file`.
|
|
247
|
+
*
|
|
248
|
+
* > 🪦 **Note**: also has obsolete signatures.
|
|
249
|
+
*
|
|
250
|
+
* @overload
|
|
251
|
+
* @param {string} reason
|
|
252
|
+
* @param {MessageOptions | null | undefined} [options]
|
|
253
|
+
* @returns {VFileMessage}
|
|
254
|
+
*
|
|
255
|
+
* @overload
|
|
256
|
+
* @param {string} reason
|
|
257
|
+
* @param {Node | NodeLike | null | undefined} parent
|
|
258
|
+
* @param {string | null | undefined} [origin]
|
|
259
|
+
* @returns {VFileMessage}
|
|
260
|
+
*
|
|
261
|
+
* @overload
|
|
262
|
+
* @param {string} reason
|
|
263
|
+
* @param {Point | Position | null | undefined} place
|
|
264
|
+
* @param {string | null | undefined} [origin]
|
|
265
|
+
* @returns {VFileMessage}
|
|
266
|
+
*
|
|
267
|
+
* @overload
|
|
268
|
+
* @param {string} reason
|
|
269
|
+
* @param {string | null | undefined} [origin]
|
|
270
|
+
* @returns {VFileMessage}
|
|
271
|
+
*
|
|
272
|
+
* @overload
|
|
273
|
+
* @param {Error | VFileMessage} cause
|
|
274
|
+
* @param {Node | NodeLike | null | undefined} parent
|
|
275
|
+
* @param {string | null | undefined} [origin]
|
|
276
|
+
* @returns {VFileMessage}
|
|
277
|
+
*
|
|
278
|
+
* @overload
|
|
279
|
+
* @param {Error | VFileMessage} cause
|
|
280
|
+
* @param {Point | Position | null | undefined} place
|
|
281
|
+
* @param {string | null | undefined} [origin]
|
|
282
|
+
* @returns {VFileMessage}
|
|
283
|
+
*
|
|
284
|
+
* @overload
|
|
285
|
+
* @param {Error | VFileMessage} cause
|
|
286
|
+
* @param {string | null | undefined} [origin]
|
|
287
|
+
* @returns {VFileMessage}
|
|
288
|
+
*
|
|
289
|
+
* @param {Error | VFileMessage | string} causeOrReason
|
|
290
|
+
* Reason for message, should use markdown.
|
|
291
|
+
* @param {Node | NodeLike | MessageOptions | Point | Position | string | null | undefined} [optionsOrParentOrPlace]
|
|
292
|
+
* Configuration (optional).
|
|
293
|
+
* @param {string | null | undefined} [origin]
|
|
294
|
+
* Place in code where the message originates (example:
|
|
295
|
+
* `'my-package:my-rule'` or `'my-rule'`).
|
|
296
|
+
* @returns {VFileMessage}
|
|
297
|
+
* Message.
|
|
298
|
+
*/
|
|
299
|
+
info(t, e, r) {
|
|
300
|
+
const i = this.message(t, e, r);
|
|
301
|
+
return i.fatal = void 0, i;
|
|
302
|
+
}
|
|
303
|
+
/**
|
|
304
|
+
* Create a message for `reason` associated with the file.
|
|
305
|
+
*
|
|
306
|
+
* The `fatal` field of the message is set to `false` (warning; change may be
|
|
307
|
+
* needed) and the `file` field is set to the current file path.
|
|
308
|
+
* The message is added to the `messages` field on `file`.
|
|
309
|
+
*
|
|
310
|
+
* > 🪦 **Note**: also has obsolete signatures.
|
|
311
|
+
*
|
|
312
|
+
* @overload
|
|
313
|
+
* @param {string} reason
|
|
314
|
+
* @param {MessageOptions | null | undefined} [options]
|
|
315
|
+
* @returns {VFileMessage}
|
|
316
|
+
*
|
|
317
|
+
* @overload
|
|
318
|
+
* @param {string} reason
|
|
319
|
+
* @param {Node | NodeLike | null | undefined} parent
|
|
320
|
+
* @param {string | null | undefined} [origin]
|
|
321
|
+
* @returns {VFileMessage}
|
|
322
|
+
*
|
|
323
|
+
* @overload
|
|
324
|
+
* @param {string} reason
|
|
325
|
+
* @param {Point | Position | null | undefined} place
|
|
326
|
+
* @param {string | null | undefined} [origin]
|
|
327
|
+
* @returns {VFileMessage}
|
|
328
|
+
*
|
|
329
|
+
* @overload
|
|
330
|
+
* @param {string} reason
|
|
331
|
+
* @param {string | null | undefined} [origin]
|
|
332
|
+
* @returns {VFileMessage}
|
|
333
|
+
*
|
|
334
|
+
* @overload
|
|
335
|
+
* @param {Error | VFileMessage} cause
|
|
336
|
+
* @param {Node | NodeLike | null | undefined} parent
|
|
337
|
+
* @param {string | null | undefined} [origin]
|
|
338
|
+
* @returns {VFileMessage}
|
|
339
|
+
*
|
|
340
|
+
* @overload
|
|
341
|
+
* @param {Error | VFileMessage} cause
|
|
342
|
+
* @param {Point | Position | null | undefined} place
|
|
343
|
+
* @param {string | null | undefined} [origin]
|
|
344
|
+
* @returns {VFileMessage}
|
|
345
|
+
*
|
|
346
|
+
* @overload
|
|
347
|
+
* @param {Error | VFileMessage} cause
|
|
348
|
+
* @param {string | null | undefined} [origin]
|
|
349
|
+
* @returns {VFileMessage}
|
|
350
|
+
*
|
|
351
|
+
* @param {Error | VFileMessage | string} causeOrReason
|
|
352
|
+
* Reason for message, should use markdown.
|
|
353
|
+
* @param {Node | NodeLike | MessageOptions | Point | Position | string | null | undefined} [optionsOrParentOrPlace]
|
|
354
|
+
* Configuration (optional).
|
|
355
|
+
* @param {string | null | undefined} [origin]
|
|
356
|
+
* Place in code where the message originates (example:
|
|
357
|
+
* `'my-package:my-rule'` or `'my-rule'`).
|
|
358
|
+
* @returns {VFileMessage}
|
|
359
|
+
* Message.
|
|
360
|
+
*/
|
|
361
|
+
message(t, e, r) {
|
|
362
|
+
const i = new c(
|
|
363
|
+
// @ts-expect-error: the overloads are fine.
|
|
364
|
+
t,
|
|
365
|
+
e,
|
|
366
|
+
r
|
|
367
|
+
);
|
|
368
|
+
return this.path && (i.name = this.path + ":" + i.name, i.file = this.path), i.fatal = !1, this.messages.push(i), i;
|
|
369
|
+
}
|
|
370
|
+
/**
|
|
371
|
+
* Serialize the file.
|
|
372
|
+
*
|
|
373
|
+
* > **Note**: which encodings are supported depends on the engine.
|
|
374
|
+
* > For info on Node.js, see:
|
|
375
|
+
* > <https://nodejs.org/api/util.html#whatwg-supported-encodings>.
|
|
376
|
+
*
|
|
377
|
+
* @param {string | null | undefined} [encoding='utf8']
|
|
378
|
+
* Character encoding to understand `value` as when it’s a `Uint8Array`
|
|
379
|
+
* (default: `'utf-8'`).
|
|
380
|
+
* @returns {string}
|
|
381
|
+
* Serialized file.
|
|
382
|
+
*/
|
|
383
|
+
toString(t) {
|
|
384
|
+
return this.value === void 0 ? "" : typeof this.value == "string" ? this.value : new TextDecoder(t || void 0).decode(this.value);
|
|
385
|
+
}
|
|
386
|
+
}
|
|
387
|
+
function o(s, t) {
|
|
388
|
+
if (s && s.includes(n.sep))
|
|
389
|
+
throw new Error(
|
|
390
|
+
"`" + t + "` cannot be a path: did not expect `" + n.sep + "`"
|
|
391
|
+
);
|
|
392
|
+
}
|
|
393
|
+
function m(s, t) {
|
|
394
|
+
if (!s)
|
|
395
|
+
throw new Error("`" + t + "` cannot be empty");
|
|
396
|
+
}
|
|
397
|
+
function d(s, t) {
|
|
398
|
+
if (!s)
|
|
399
|
+
throw new Error("Setting `" + t + "` requires `path` to be set too");
|
|
400
|
+
}
|
|
401
|
+
function l(s) {
|
|
402
|
+
return !!(s && typeof s == "object" && "byteLength" in s && "byteOffset" in s);
|
|
403
|
+
}
|
|
404
|
+
export {
|
|
405
|
+
E as VFile
|
|
406
|
+
};
|
|
@@ -0,0 +1,112 @@
|
|
|
1
|
+
const w = { basename: c, dirname: u, extname: g, join: h, sep: "/" };
|
|
2
|
+
function c(t, n) {
|
|
3
|
+
if (n !== void 0 && typeof n != "string")
|
|
4
|
+
throw new TypeError('"ext" argument must be a string');
|
|
5
|
+
s(t);
|
|
6
|
+
let e = 0, l = -1, i = t.length, f;
|
|
7
|
+
if (n === void 0 || n.length === 0 || n.length > t.length) {
|
|
8
|
+
for (; i--; )
|
|
9
|
+
if (t.codePointAt(i) === 47) {
|
|
10
|
+
if (f) {
|
|
11
|
+
e = i + 1;
|
|
12
|
+
break;
|
|
13
|
+
}
|
|
14
|
+
} else l < 0 && (f = !0, l = i + 1);
|
|
15
|
+
return l < 0 ? "" : t.slice(e, l);
|
|
16
|
+
}
|
|
17
|
+
if (n === t)
|
|
18
|
+
return "";
|
|
19
|
+
let o = -1, r = n.length - 1;
|
|
20
|
+
for (; i--; )
|
|
21
|
+
if (t.codePointAt(i) === 47) {
|
|
22
|
+
if (f) {
|
|
23
|
+
e = i + 1;
|
|
24
|
+
break;
|
|
25
|
+
}
|
|
26
|
+
} else
|
|
27
|
+
o < 0 && (f = !0, o = i + 1), r > -1 && (t.codePointAt(i) === n.codePointAt(r--) ? r < 0 && (l = i) : (r = -1, l = o));
|
|
28
|
+
return e === l ? l = o : l < 0 && (l = t.length), t.slice(e, l);
|
|
29
|
+
}
|
|
30
|
+
function u(t) {
|
|
31
|
+
if (s(t), t.length === 0)
|
|
32
|
+
return ".";
|
|
33
|
+
let n = -1, e = t.length, l;
|
|
34
|
+
for (; --e; )
|
|
35
|
+
if (t.codePointAt(e) === 47) {
|
|
36
|
+
if (l) {
|
|
37
|
+
n = e;
|
|
38
|
+
break;
|
|
39
|
+
}
|
|
40
|
+
} else l || (l = !0);
|
|
41
|
+
return n < 0 ? t.codePointAt(0) === 47 ? "/" : "." : n === 1 && t.codePointAt(0) === 47 ? "//" : t.slice(0, n);
|
|
42
|
+
}
|
|
43
|
+
function g(t) {
|
|
44
|
+
s(t);
|
|
45
|
+
let n = t.length, e = -1, l = 0, i = -1, f = 0, o;
|
|
46
|
+
for (; n--; ) {
|
|
47
|
+
const r = t.codePointAt(n);
|
|
48
|
+
if (r === 47) {
|
|
49
|
+
if (o) {
|
|
50
|
+
l = n + 1;
|
|
51
|
+
break;
|
|
52
|
+
}
|
|
53
|
+
continue;
|
|
54
|
+
}
|
|
55
|
+
e < 0 && (o = !0, e = n + 1), r === 46 ? i < 0 ? i = n : f !== 1 && (f = 1) : i > -1 && (f = -1);
|
|
56
|
+
}
|
|
57
|
+
return i < 0 || e < 0 || // We saw a non-dot character immediately before the dot.
|
|
58
|
+
f === 0 || // The (right-most) trimmed path component is exactly `..`.
|
|
59
|
+
f === 1 && i === e - 1 && i === l + 1 ? "" : t.slice(i, e);
|
|
60
|
+
}
|
|
61
|
+
function h(...t) {
|
|
62
|
+
let n = -1, e;
|
|
63
|
+
for (; ++n < t.length; )
|
|
64
|
+
s(t[n]), t[n] && (e = e === void 0 ? t[n] : e + "/" + t[n]);
|
|
65
|
+
return e === void 0 ? "." : P(e);
|
|
66
|
+
}
|
|
67
|
+
function P(t) {
|
|
68
|
+
s(t);
|
|
69
|
+
const n = t.codePointAt(0) === 47;
|
|
70
|
+
let e = A(t, !n);
|
|
71
|
+
return e.length === 0 && !n && (e = "."), e.length > 0 && t.codePointAt(t.length - 1) === 47 && (e += "/"), n ? "/" + e : e;
|
|
72
|
+
}
|
|
73
|
+
function A(t, n) {
|
|
74
|
+
let e = "", l = 0, i = -1, f = 0, o = -1, r, d;
|
|
75
|
+
for (; ++o <= t.length; ) {
|
|
76
|
+
if (o < t.length)
|
|
77
|
+
r = t.codePointAt(o);
|
|
78
|
+
else {
|
|
79
|
+
if (r === 47)
|
|
80
|
+
break;
|
|
81
|
+
r = 47;
|
|
82
|
+
}
|
|
83
|
+
if (r === 47) {
|
|
84
|
+
if (!(i === o - 1 || f === 1)) if (i !== o - 1 && f === 2) {
|
|
85
|
+
if (e.length < 2 || l !== 2 || e.codePointAt(e.length - 1) !== 46 || e.codePointAt(e.length - 2) !== 46) {
|
|
86
|
+
if (e.length > 2) {
|
|
87
|
+
if (d = e.lastIndexOf("/"), d !== e.length - 1) {
|
|
88
|
+
d < 0 ? (e = "", l = 0) : (e = e.slice(0, d), l = e.length - 1 - e.lastIndexOf("/")), i = o, f = 0;
|
|
89
|
+
continue;
|
|
90
|
+
}
|
|
91
|
+
} else if (e.length > 0) {
|
|
92
|
+
e = "", l = 0, i = o, f = 0;
|
|
93
|
+
continue;
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
n && (e = e.length > 0 ? e + "/.." : "..", l = 2);
|
|
97
|
+
} else
|
|
98
|
+
e.length > 0 ? e += "/" + t.slice(i + 1, o) : e = t.slice(i + 1, o), l = o - i - 1;
|
|
99
|
+
i = o, f = 0;
|
|
100
|
+
} else r === 46 && f > -1 ? f++ : f = -1;
|
|
101
|
+
}
|
|
102
|
+
return e;
|
|
103
|
+
}
|
|
104
|
+
function s(t) {
|
|
105
|
+
if (typeof t != "string")
|
|
106
|
+
throw new TypeError(
|
|
107
|
+
"Path must be a string. Received " + JSON.stringify(t)
|
|
108
|
+
);
|
|
109
|
+
}
|
|
110
|
+
export {
|
|
111
|
+
w as minpath
|
|
112
|
+
};
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { isUrl as i } from "./minurl.shared.js";
|
|
2
|
+
function R(o) {
|
|
3
|
+
if (typeof o == "string")
|
|
4
|
+
o = new URL(o);
|
|
5
|
+
else if (!i(o)) {
|
|
6
|
+
const e = new TypeError(
|
|
7
|
+
'The "path" argument must be of type string or an instance of URL. Received `' + o + "`"
|
|
8
|
+
);
|
|
9
|
+
throw e.code = "ERR_INVALID_ARG_TYPE", e;
|
|
10
|
+
}
|
|
11
|
+
if (o.protocol !== "file:") {
|
|
12
|
+
const e = new TypeError("The URL must be of scheme file");
|
|
13
|
+
throw e.code = "ERR_INVALID_URL_SCHEME", e;
|
|
14
|
+
}
|
|
15
|
+
return c(o);
|
|
16
|
+
}
|
|
17
|
+
function c(o) {
|
|
18
|
+
if (o.hostname !== "") {
|
|
19
|
+
const r = new TypeError(
|
|
20
|
+
'File URL host must be "localhost" or empty on darwin'
|
|
21
|
+
);
|
|
22
|
+
throw r.code = "ERR_INVALID_FILE_URL_HOST", r;
|
|
23
|
+
}
|
|
24
|
+
const e = o.pathname;
|
|
25
|
+
let t = -1;
|
|
26
|
+
for (; ++t < e.length; )
|
|
27
|
+
if (e.codePointAt(t) === 37 && e.codePointAt(t + 1) === 50) {
|
|
28
|
+
const r = e.codePointAt(t + 2);
|
|
29
|
+
if (r === 70 || r === 102) {
|
|
30
|
+
const n = new TypeError(
|
|
31
|
+
"File URL path must not include encoded / characters"
|
|
32
|
+
);
|
|
33
|
+
throw n.code = "ERR_INVALID_FILE_URL_PATH", n;
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
return decodeURIComponent(e);
|
|
37
|
+
}
|
|
38
|
+
export {
|
|
39
|
+
i as isUrl,
|
|
40
|
+
R as urlToPath
|
|
41
|
+
};
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
function m(c) {
|
|
2
|
+
const l = String(c), e = [];
|
|
3
|
+
return { toOffset: s, toPoint: i };
|
|
4
|
+
function i(n) {
|
|
5
|
+
if (typeof n == "number" && n > -1 && n <= l.length) {
|
|
6
|
+
let t = 0;
|
|
7
|
+
for (; ; ) {
|
|
8
|
+
let r = e[t];
|
|
9
|
+
if (r === void 0) {
|
|
10
|
+
const u = f(l, e[t - 1]);
|
|
11
|
+
r = u === -1 ? l.length + 1 : u + 1, e[t] = r;
|
|
12
|
+
}
|
|
13
|
+
if (r > n)
|
|
14
|
+
return {
|
|
15
|
+
line: t + 1,
|
|
16
|
+
column: n - (t > 0 ? e[t - 1] : 0) + 1,
|
|
17
|
+
offset: n
|
|
18
|
+
};
|
|
19
|
+
t++;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
function s(n) {
|
|
24
|
+
if (n && typeof n.line == "number" && typeof n.column == "number" && !Number.isNaN(n.line) && !Number.isNaN(n.column)) {
|
|
25
|
+
for (; e.length < n.line; ) {
|
|
26
|
+
const r = e[e.length - 1], u = f(l, r), o = u === -1 ? l.length + 1 : u + 1;
|
|
27
|
+
if (r === o) break;
|
|
28
|
+
e.push(o);
|
|
29
|
+
}
|
|
30
|
+
const t = (n.line > 1 ? e[n.line - 2] : 0) + n.column - 1;
|
|
31
|
+
if (t < e[n.line - 1]) return t;
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
function f(c, l) {
|
|
36
|
+
const e = c.indexOf("\r", l), i = c.indexOf(`
|
|
37
|
+
`, l);
|
|
38
|
+
return i === -1 ? e : e === -1 || e + 1 === i ? i : e < i ? e : i;
|
|
39
|
+
}
|
|
40
|
+
export {
|
|
41
|
+
m as location
|
|
42
|
+
};
|