@trafilea/afrodita-components 5.0.0-beta.291 → 5.0.0-beta.293
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/build/index.esm.js/_virtual/Parser.js +4 -0
- package/build/index.esm.js/_virtual/Parser.js.map +1 -0
- package/build/index.esm.js/_virtual/Tokenizer.js +4 -0
- package/build/index.esm.js/_virtual/Tokenizer.js.map +1 -0
- package/build/index.esm.js/_virtual/_commonjsHelpers.js +4 -0
- package/build/index.esm.js/_virtual/_commonjsHelpers.js.map +1 -0
- package/build/index.esm.js/_virtual/decode-data-html.js +4 -0
- package/build/index.esm.js/_virtual/decode-data-html.js.map +1 -0
- package/build/index.esm.js/_virtual/decode-data-xml.js +4 -0
- package/build/index.esm.js/_virtual/decode-data-xml.js.map +1 -0
- package/build/index.esm.js/_virtual/decode.js +4 -0
- package/build/index.esm.js/_virtual/decode.js.map +1 -0
- package/build/index.esm.js/_virtual/decode_codepoint.js +4 -0
- package/build/index.esm.js/_virtual/decode_codepoint.js.map +1 -0
- package/build/index.esm.js/_virtual/index.js +4 -0
- package/build/index.esm.js/_virtual/index.js.map +1 -0
- package/build/index.esm.js/_virtual/index2.js +4 -0
- package/build/index.esm.js/_virtual/index2.js.map +1 -0
- package/build/index.esm.js/_virtual/index3.js +4 -0
- package/build/index.esm.js/_virtual/index3.js.map +1 -0
- package/build/index.esm.js/_virtual/index4.js +4 -0
- package/build/index.esm.js/_virtual/index4.js.map +1 -0
- package/build/index.esm.js/_virtual/index5.js +4 -0
- package/build/index.esm.js/_virtual/index5.js.map +1 -0
- package/build/index.esm.js/_virtual/index6.js +4 -0
- package/build/index.esm.js/_virtual/index6.js.map +1 -0
- package/build/index.esm.js/_virtual/index7.js +4 -0
- package/build/index.esm.js/_virtual/index7.js.map +1 -0
- package/build/index.esm.js/_virtual/index8.js +4 -0
- package/build/index.esm.js/_virtual/index8.js.map +1 -0
- package/build/index.esm.js/_virtual/index9.js +4 -0
- package/build/index.esm.js/_virtual/index9.js.map +1 -0
- package/build/index.esm.js/_virtual/node.js +4 -0
- package/build/index.esm.js/_virtual/node.js.map +1 -0
- package/build/index.esm.js/_virtual/possibleStandardNamesOptimized.js +4 -0
- package/build/index.esm.js/_virtual/possibleStandardNamesOptimized.js.map +1 -0
- package/build/index.esm.js/_virtual/react-is.development.js +4 -0
- package/build/index.esm.js/_virtual/react-is.development.js.map +1 -0
- package/build/index.esm.js/_virtual/react-is.development2.js +4 -0
- package/build/index.esm.js/_virtual/react-is.development2.js.map +1 -0
- package/build/index.esm.js/_virtual/react-is.production.min.js +4 -0
- package/build/index.esm.js/_virtual/react-is.production.min.js.map +1 -0
- package/build/index.esm.js/_virtual/react-is.production.min2.js +4 -0
- package/build/index.esm.js/_virtual/react-is.production.min2.js.map +1 -0
- package/build/index.esm.js/_virtual/utilities.js +4 -0
- package/build/index.esm.js/_virtual/utilities.js.map +1 -0
- package/build/{index.css → index.esm.js/bundle.css} +1 -1
- package/build/index.esm.js/node_modules/@ant-design/react-slick/es/arrows.js +145 -0
- package/build/index.esm.js/node_modules/@ant-design/react-slick/es/arrows.js.map +1 -0
- package/build/index.esm.js/node_modules/@ant-design/react-slick/es/default-props.js +65 -0
- package/build/index.esm.js/node_modules/@ant-design/react-slick/es/default-props.js.map +1 -0
- package/build/index.esm.js/node_modules/@ant-design/react-slick/es/dots.js +102 -0
- package/build/index.esm.js/node_modules/@ant-design/react-slick/es/dots.js.map +1 -0
- package/build/index.esm.js/node_modules/@ant-design/react-slick/es/index.js +3 -0
- package/build/index.esm.js/node_modules/@ant-design/react-slick/es/index.js.map +1 -0
- package/build/index.esm.js/node_modules/@ant-design/react-slick/es/initial-state.js +34 -0
- package/build/index.esm.js/node_modules/@ant-design/react-slick/es/initial-state.js.map +1 -0
- package/build/index.esm.js/node_modules/@ant-design/react-slick/es/inner-slider.js +840 -0
- package/build/index.esm.js/node_modules/@ant-design/react-slick/es/inner-slider.js.map +1 -0
- package/build/index.esm.js/node_modules/@ant-design/react-slick/es/slider.js +264 -0
- package/build/index.esm.js/node_modules/@ant-design/react-slick/es/slider.js.map +1 -0
- package/build/index.esm.js/node_modules/@ant-design/react-slick/es/track.js +252 -0
- package/build/index.esm.js/node_modules/@ant-design/react-slick/es/track.js.map +1 -0
- package/build/index.esm.js/node_modules/@ant-design/react-slick/es/utils/innerSliderUtils.js +831 -0
- package/build/index.esm.js/node_modules/@ant-design/react-slick/es/utils/innerSliderUtils.js.map +1 -0
- package/build/index.esm.js/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js +10 -0
- package/build/index.esm.js/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js.map +1 -0
- package/build/index.esm.js/node_modules/@babel/runtime/helpers/esm/classCallCheck.js +8 -0
- package/build/index.esm.js/node_modules/@babel/runtime/helpers/esm/classCallCheck.js.map +1 -0
- package/build/index.esm.js/node_modules/@babel/runtime/helpers/esm/createClass.js +21 -0
- package/build/index.esm.js/node_modules/@babel/runtime/helpers/esm/createClass.js.map +1 -0
- package/build/index.esm.js/node_modules/@babel/runtime/helpers/esm/createSuper.js +23 -0
- package/build/index.esm.js/node_modules/@babel/runtime/helpers/esm/createSuper.js.map +1 -0
- package/build/index.esm.js/node_modules/@babel/runtime/helpers/esm/defineProperty.js +17 -0
- package/build/index.esm.js/node_modules/@babel/runtime/helpers/esm/defineProperty.js.map +1 -0
- package/build/index.esm.js/node_modules/@babel/runtime/helpers/esm/extends.js +20 -0
- package/build/index.esm.js/node_modules/@babel/runtime/helpers/esm/extends.js.map +1 -0
- package/build/index.esm.js/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js +9 -0
- package/build/index.esm.js/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js.map +1 -0
- package/build/index.esm.js/node_modules/@babel/runtime/helpers/esm/inherits.js +22 -0
- package/build/index.esm.js/node_modules/@babel/runtime/helpers/esm/inherits.js.map +1 -0
- package/build/index.esm.js/node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.js +15 -0
- package/build/index.esm.js/node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.js.map +1 -0
- package/build/index.esm.js/node_modules/@babel/runtime/helpers/esm/objectSpread2.js +30 -0
- package/build/index.esm.js/node_modules/@babel/runtime/helpers/esm/objectSpread2.js.map +1 -0
- package/build/index.esm.js/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js +23 -0
- package/build/index.esm.js/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js.map +1 -0
- package/build/index.esm.js/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js +17 -0
- package/build/index.esm.js/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js.map +1 -0
- package/build/index.esm.js/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js +15 -0
- package/build/index.esm.js/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js.map +1 -0
- package/build/index.esm.js/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js +11 -0
- package/build/index.esm.js/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js.map +1 -0
- package/build/index.esm.js/node_modules/@babel/runtime/helpers/esm/typeof.js +12 -0
- package/build/index.esm.js/node_modules/@babel/runtime/helpers/esm/typeof.js.map +1 -0
- package/build/index.esm.js/node_modules/@emotion/cache/dist/emotion-cache.esm.js +403 -0
- package/build/index.esm.js/node_modules/@emotion/cache/dist/emotion-cache.esm.js.map +1 -0
- package/build/index.esm.js/node_modules/@emotion/hash/dist/hash.esm.js +56 -0
- package/build/index.esm.js/node_modules/@emotion/hash/dist/hash.esm.js.map +1 -0
- package/build/index.esm.js/node_modules/@emotion/is-prop-valid/dist/emotion-is-prop-valid.esm.js +16 -0
- package/build/index.esm.js/node_modules/@emotion/is-prop-valid/dist/emotion-is-prop-valid.esm.js.map +1 -0
- package/build/index.esm.js/node_modules/@emotion/memoize/dist/emotion-memoize.esm.js +10 -0
- package/build/index.esm.js/node_modules/@emotion/memoize/dist/emotion-memoize.esm.js.map +1 -0
- package/build/index.esm.js/node_modules/@emotion/react/dist/emotion-element-570fe3bb.esm.js +268 -0
- package/build/index.esm.js/node_modules/@emotion/react/dist/emotion-element-570fe3bb.esm.js.map +1 -0
- package/build/index.esm.js/node_modules/@emotion/react/dist/emotion-react.esm.js +369 -0
- package/build/index.esm.js/node_modules/@emotion/react/dist/emotion-react.esm.js.map +1 -0
- package/build/index.esm.js/node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.esm.js +24 -0
- package/build/index.esm.js/node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.esm.js.map +1 -0
- package/build/index.esm.js/node_modules/@emotion/serialize/dist/emotion-serialize.esm.js +315 -0
- package/build/index.esm.js/node_modules/@emotion/serialize/dist/emotion-serialize.esm.js.map +1 -0
- package/build/index.esm.js/node_modules/@emotion/sheet/dist/emotion-sheet.esm.js +154 -0
- package/build/index.esm.js/node_modules/@emotion/sheet/dist/emotion-sheet.esm.js.map +1 -0
- package/build/index.esm.js/node_modules/@emotion/styled/base/dist/emotion-styled-base.esm.js +207 -0
- package/build/index.esm.js/node_modules/@emotion/styled/base/dist/emotion-styled-base.esm.js.map +1 -0
- package/build/index.esm.js/node_modules/@emotion/styled/dist/emotion-styled.esm.js +15 -0
- package/build/index.esm.js/node_modules/@emotion/styled/dist/emotion-styled.esm.js.map +1 -0
- package/build/index.esm.js/node_modules/@emotion/unitless/dist/unitless.esm.js +51 -0
- package/build/index.esm.js/node_modules/@emotion/unitless/dist/unitless.esm.js.map +1 -0
- package/build/index.esm.js/node_modules/@emotion/utils/dist/emotion-utils.esm.js +54 -0
- package/build/index.esm.js/node_modules/@emotion/utils/dist/emotion-utils.esm.js.map +1 -0
- package/build/index.esm.js/node_modules/@emotion/weak-memoize/dist/weak-memoize.esm.js +17 -0
- package/build/index.esm.js/node_modules/@emotion/weak-memoize/dist/weak-memoize.esm.js.map +1 -0
- package/build/index.esm.js/node_modules/@headlessui/react/dist/headlessui.esm.js +10 -0
- package/build/index.esm.js/node_modules/@headlessui/react/dist/headlessui.esm.js.map +1 -0
- package/build/index.esm.js/node_modules/@ribeirolabs/events/index.js +44 -0
- package/build/index.esm.js/node_modules/@ribeirolabs/events/index.js.map +1 -0
- package/build/index.esm.js/node_modules/@ribeirolabs/events/react/index.js +51 -0
- package/build/index.esm.js/node_modules/@ribeirolabs/events/react/index.js.map +1 -0
- package/build/index.esm.js/node_modules/classnames/index.js +62 -0
- package/build/index.esm.js/node_modules/classnames/index.js.map +1 -0
- package/build/index.esm.js/node_modules/domelementtype/lib/index.js +59 -0
- package/build/index.esm.js/node_modules/domelementtype/lib/index.js.map +1 -0
- package/build/index.esm.js/node_modules/domhandler/lib/index.js +181 -0
- package/build/index.esm.js/node_modules/domhandler/lib/index.js.map +1 -0
- package/build/index.esm.js/node_modules/domhandler/lib/node.js +450 -0
- package/build/index.esm.js/node_modules/domhandler/lib/node.js.map +1 -0
- package/build/index.esm.js/node_modules/facepaint/dist/index.es.js +82 -0
- package/build/index.esm.js/node_modules/facepaint/dist/index.es.js.map +1 -0
- package/build/index.esm.js/node_modules/hoist-non-react-statics/dist/hoist-non-react-statics.cjs.js +23 -0
- package/build/index.esm.js/node_modules/hoist-non-react-statics/dist/hoist-non-react-statics.cjs.js.map +1 -0
- package/build/index.esm.js/node_modules/hoist-non-react-statics/node_modules/react-is/cjs/react-is.development.js +182 -0
- package/build/index.esm.js/node_modules/hoist-non-react-statics/node_modules/react-is/cjs/react-is.development.js.map +1 -0
- package/build/index.esm.js/node_modules/hoist-non-react-statics/node_modules/react-is/cjs/react-is.production.min.js +18 -0
- package/build/index.esm.js/node_modules/hoist-non-react-statics/node_modules/react-is/cjs/react-is.production.min.js.map +1 -0
- package/build/index.esm.js/node_modules/hoist-non-react-statics/node_modules/react-is/index.js +12 -0
- package/build/index.esm.js/node_modules/hoist-non-react-statics/node_modules/react-is/index.js.map +1 -0
- package/build/index.esm.js/node_modules/html-dom-parser/index.js +13 -0
- package/build/index.esm.js/node_modules/html-dom-parser/index.js.map +1 -0
- package/build/index.esm.js/node_modules/html-dom-parser/lib/server/html-to-dom.js +39 -0
- package/build/index.esm.js/node_modules/html-dom-parser/lib/server/html-to-dom.js.map +1 -0
- package/build/index.esm.js/node_modules/html-dom-parser/lib/server/utilities.js +21 -0
- package/build/index.esm.js/node_modules/html-dom-parser/lib/server/utilities.js.map +1 -0
- package/build/index.esm.js/node_modules/html-dom-parser/node_modules/entities/lib/decode.js +156 -0
- package/build/index.esm.js/node_modules/html-dom-parser/node_modules/entities/lib/decode.js.map +1 -0
- package/build/index.esm.js/node_modules/html-dom-parser/node_modules/entities/lib/decode_codepoint.js +56 -0
- package/build/index.esm.js/node_modules/html-dom-parser/node_modules/entities/lib/decode_codepoint.js.map +1 -0
- package/build/index.esm.js/node_modules/html-dom-parser/node_modules/entities/lib/generated/decode-data-html.js +7 -0
- package/build/index.esm.js/node_modules/html-dom-parser/node_modules/entities/lib/generated/decode-data-html.js.map +1 -0
- package/build/index.esm.js/node_modules/html-dom-parser/node_modules/entities/lib/generated/decode-data-xml.js +7 -0
- package/build/index.esm.js/node_modules/html-dom-parser/node_modules/entities/lib/generated/decode-data-xml.js.map +1 -0
- package/build/index.esm.js/node_modules/html-dom-parser/node_modules/htmlparser2/lib/Parser.js +430 -0
- package/build/index.esm.js/node_modules/html-dom-parser/node_modules/htmlparser2/lib/Parser.js.map +1 -0
- package/build/index.esm.js/node_modules/html-dom-parser/node_modules/htmlparser2/lib/Tokenizer.js +819 -0
- package/build/index.esm.js/node_modules/html-dom-parser/node_modules/htmlparser2/lib/Tokenizer.js.map +1 -0
- package/build/index.esm.js/node_modules/html-react-parser/index.js +55 -0
- package/build/index.esm.js/node_modules/html-react-parser/index.js.map +1 -0
- package/build/index.esm.js/node_modules/html-react-parser/index.mjs.js +8 -0
- package/build/index.esm.js/node_modules/html-react-parser/index.mjs.js.map +1 -0
- package/build/index.esm.js/node_modules/html-react-parser/lib/attributes-to-props.js +93 -0
- package/build/index.esm.js/node_modules/html-react-parser/lib/attributes-to-props.js.map +1 -0
- package/build/index.esm.js/node_modules/html-react-parser/lib/dom-to-react.js +146 -0
- package/build/index.esm.js/node_modules/html-react-parser/lib/dom-to-react.js.map +1 -0
- package/build/index.esm.js/node_modules/html-react-parser/lib/utilities.js +137 -0
- package/build/index.esm.js/node_modules/html-react-parser/lib/utilities.js.map +1 -0
- package/build/index.esm.js/node_modules/inline-style-parser/index.js +260 -0
- package/build/index.esm.js/node_modules/inline-style-parser/index.js.map +1 -0
- package/build/index.esm.js/node_modules/json2mq/index.js +56 -0
- package/build/index.esm.js/node_modules/json2mq/index.js.map +1 -0
- package/build/index.esm.js/node_modules/lodash/_Symbol.js +11 -0
- package/build/index.esm.js/node_modules/lodash/_Symbol.js.map +1 -0
- package/build/index.esm.js/node_modules/lodash/_baseGetTag.js +35 -0
- package/build/index.esm.js/node_modules/lodash/_baseGetTag.js.map +1 -0
- package/build/index.esm.js/node_modules/lodash/_baseTrim.js +24 -0
- package/build/index.esm.js/node_modules/lodash/_baseTrim.js.map +1 -0
- package/build/index.esm.js/node_modules/lodash/_freeGlobal.js +10 -0
- package/build/index.esm.js/node_modules/lodash/_freeGlobal.js.map +1 -0
- package/build/index.esm.js/node_modules/lodash/_getRawTag.js +51 -0
- package/build/index.esm.js/node_modules/lodash/_getRawTag.js.map +1 -0
- package/build/index.esm.js/node_modules/lodash/_objectToString.js +26 -0
- package/build/index.esm.js/node_modules/lodash/_objectToString.js.map +1 -0
- package/build/index.esm.js/node_modules/lodash/_root.js +14 -0
- package/build/index.esm.js/node_modules/lodash/_root.js.map +1 -0
- package/build/index.esm.js/node_modules/lodash/_trimmedEndIndex.js +23 -0
- package/build/index.esm.js/node_modules/lodash/_trimmedEndIndex.js.map +1 -0
- package/build/index.esm.js/node_modules/lodash/debounce.js +198 -0
- package/build/index.esm.js/node_modules/lodash/debounce.js.map +1 -0
- package/build/index.esm.js/node_modules/lodash/isObject.js +35 -0
- package/build/index.esm.js/node_modules/lodash/isObject.js.map +1 -0
- package/build/index.esm.js/node_modules/lodash/isObjectLike.js +33 -0
- package/build/index.esm.js/node_modules/lodash/isObjectLike.js.map +1 -0
- package/build/index.esm.js/node_modules/lodash/isSymbol.js +35 -0
- package/build/index.esm.js/node_modules/lodash/isSymbol.js.map +1 -0
- package/build/index.esm.js/node_modules/lodash/now.js +28 -0
- package/build/index.esm.js/node_modules/lodash/now.js.map +1 -0
- package/build/index.esm.js/node_modules/lodash/toNumber.js +71 -0
- package/build/index.esm.js/node_modules/lodash/toNumber.js.map +1 -0
- package/build/index.esm.js/node_modules/object-assign/index.js +91 -0
- package/build/index.esm.js/node_modules/object-assign/index.js.map +1 -0
- package/build/index.esm.js/node_modules/prop-types/checkPropTypes.js +107 -0
- package/build/index.esm.js/node_modules/prop-types/checkPropTypes.js.map +1 -0
- package/build/index.esm.js/node_modules/prop-types/factoryWithThrowingShims.js +66 -0
- package/build/index.esm.js/node_modules/prop-types/factoryWithThrowingShims.js.map +1 -0
- package/build/index.esm.js/node_modules/prop-types/factoryWithTypeCheckers.js +618 -0
- package/build/index.esm.js/node_modules/prop-types/factoryWithTypeCheckers.js.map +1 -0
- package/build/index.esm.js/node_modules/prop-types/index.js +30 -0
- package/build/index.esm.js/node_modules/prop-types/index.js.map +1 -0
- package/build/index.esm.js/node_modules/prop-types/lib/ReactPropTypesSecret.js +13 -0
- package/build/index.esm.js/node_modules/prop-types/lib/ReactPropTypesSecret.js.map +1 -0
- package/build/index.esm.js/node_modules/prop-types/lib/has.js +4 -0
- package/build/index.esm.js/node_modules/prop-types/lib/has.js.map +1 -0
- package/build/index.esm.js/node_modules/prop-types/node_modules/react-is/cjs/react-is.development.js +182 -0
- package/build/index.esm.js/node_modules/prop-types/node_modules/react-is/cjs/react-is.development.js.map +1 -0
- package/build/index.esm.js/node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.js +18 -0
- package/build/index.esm.js/node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.js.map +1 -0
- package/build/index.esm.js/node_modules/prop-types/node_modules/react-is/index.js +12 -0
- package/build/index.esm.js/node_modules/prop-types/node_modules/react-is/index.js.map +1 -0
- package/build/index.esm.js/node_modules/react-inner-image-zoom/es/InnerImageZoom/InnerImageZoom.js +371 -0
- package/build/index.esm.js/node_modules/react-inner-image-zoom/es/InnerImageZoom/InnerImageZoom.js.map +1 -0
- package/build/index.esm.js/node_modules/react-inner-image-zoom/es/InnerImageZoom/components/FullscreenPortal.js +29 -0
- package/build/index.esm.js/node_modules/react-inner-image-zoom/es/InnerImageZoom/components/FullscreenPortal.js.map +1 -0
- package/build/index.esm.js/node_modules/react-inner-image-zoom/es/InnerImageZoom/components/Image.js +55 -0
- package/build/index.esm.js/node_modules/react-inner-image-zoom/es/InnerImageZoom/components/Image.js.map +1 -0
- package/build/index.esm.js/node_modules/react-inner-image-zoom/es/InnerImageZoom/components/ZoomImage.js +55 -0
- package/build/index.esm.js/node_modules/react-inner-image-zoom/es/InnerImageZoom/components/ZoomImage.js.map +1 -0
- package/build/index.esm.js/node_modules/react-inner-image-zoom/es/InnerImageZoom/index.js +3 -0
- package/build/index.esm.js/node_modules/react-inner-image-zoom/es/InnerImageZoom/index.js.map +1 -0
- package/build/index.esm.js/node_modules/react-inner-image-zoom/es/index.js +3 -0
- package/build/index.esm.js/node_modules/react-inner-image-zoom/es/index.js.map +1 -0
- package/build/index.esm.js/node_modules/react-property/lib/index.js +321 -0
- package/build/index.esm.js/node_modules/react-property/lib/index.js.map +1 -0
- package/build/index.esm.js/node_modules/react-property/lib/possibleStandardNamesOptimized.js +497 -0
- package/build/index.esm.js/node_modules/react-property/lib/possibleStandardNamesOptimized.js.map +1 -0
- package/build/index.esm.js/node_modules/react-swipeable/dist/react-swipeable.module.js +269 -0
- package/build/index.esm.js/node_modules/react-swipeable/dist/react-swipeable.module.js.map +1 -0
- package/build/index.esm.js/node_modules/resize-observer-polyfill/dist/ResizeObserver.es.js +929 -0
- package/build/index.esm.js/node_modules/resize-observer-polyfill/dist/ResizeObserver.es.js.map +1 -0
- package/build/index.esm.js/node_modules/string-convert/camel2hyphen.js +12 -0
- package/build/index.esm.js/node_modules/string-convert/camel2hyphen.js.map +1 -0
- package/build/index.esm.js/node_modules/style-to-js/cjs/index.js +28 -0
- package/build/index.esm.js/node_modules/style-to-js/cjs/index.js.map +1 -0
- package/build/index.esm.js/node_modules/style-to-js/cjs/utilities.js +31 -0
- package/build/index.esm.js/node_modules/style-to-js/cjs/utilities.js.map +1 -0
- package/build/index.esm.js/node_modules/style-to-object/index.js +47 -0
- package/build/index.esm.js/node_modules/style-to-object/index.js.map +1 -0
- package/build/index.esm.js/node_modules/stylis/src/Enum.js +12 -0
- package/build/index.esm.js/node_modules/stylis/src/Enum.js.map +1 -0
- package/build/index.esm.js/node_modules/stylis/src/Middleware.js +72 -0
- package/build/index.esm.js/node_modules/stylis/src/Middleware.js.map +1 -0
- package/build/index.esm.js/node_modules/stylis/src/Parser.js +194 -0
- package/build/index.esm.js/node_modules/stylis/src/Parser.js.map +1 -0
- package/build/index.esm.js/node_modules/stylis/src/Prefixer.js +122 -0
- package/build/index.esm.js/node_modules/stylis/src/Prefixer.js.map +1 -0
- package/build/index.esm.js/node_modules/stylis/src/Serializer.js +38 -0
- package/build/index.esm.js/node_modules/stylis/src/Serializer.js.map +1 -0
- package/build/index.esm.js/node_modules/stylis/src/Tokenizer.js +224 -0
- package/build/index.esm.js/node_modules/stylis/src/Tokenizer.js.map +1 -0
- package/build/index.esm.js/node_modules/stylis/src/Utility.js +118 -0
- package/build/index.esm.js/node_modules/stylis/src/Utility.js.map +1 -0
- package/build/index.esm.js/node_modules/tslib/tslib.es6.js +55 -0
- package/build/index.esm.js/node_modules/tslib/tslib.es6.js.map +1 -0
- package/build/index.esm.js/src/components/HurryUp/HurryUp.js +40 -0
- package/build/index.esm.js/src/components/HurryUp/HurryUp.js.map +1 -0
- package/build/index.esm.js/src/components/Icon-wrapper/IconWrapper.js +10 -0
- package/build/index.esm.js/src/components/Icon-wrapper/IconWrapper.js.map +1 -0
- package/build/index.esm.js/src/components/PackSelectorV2/PackSelectoV2.js +41 -0
- package/build/index.esm.js/src/components/PackSelectorV2/PackSelectoV2.js.map +1 -0
- package/build/index.esm.js/src/components/SkeletonBox/SkeletonBox.js +36 -0
- package/build/index.esm.js/src/components/SkeletonBox/SkeletonBox.js.map +1 -0
- package/build/index.esm.js/src/components/absorbency-level/AbsorbencyLevel.js +17 -0
- package/build/index.esm.js/src/components/absorbency-level/AbsorbencyLevel.js.map +1 -0
- package/build/index.esm.js/src/components/absorbency-level/drop-list/DropList.js +17 -0
- package/build/index.esm.js/src/components/absorbency-level/drop-list/DropList.js.map +1 -0
- package/build/index.esm.js/src/components/accordion/Accordion.js +26 -0
- package/build/index.esm.js/src/components/accordion/Accordion.js.map +1 -0
- package/build/index.esm.js/src/components/accordion/styles.js +65 -0
- package/build/index.esm.js/src/components/accordion/styles.js.map +1 -0
- package/build/index.esm.js/src/components/accordion-options/AccordionOptions.js +34 -0
- package/build/index.esm.js/src/components/accordion-options/AccordionOptions.js.map +1 -0
- package/build/index.esm.js/src/components/before-after/BeforeAfter.js +24 -0
- package/build/index.esm.js/src/components/before-after/BeforeAfter.js.map +1 -0
- package/build/index.esm.js/src/components/before-after/styles.js +58 -0
- package/build/index.esm.js/src/components/before-after/styles.js.map +1 -0
- package/build/index.esm.js/src/components/bundle/index.js +10 -0
- package/build/index.esm.js/src/components/bundle/index.js.map +1 -0
- package/build/index.esm.js/src/components/bundle/minimalistic/Minimalistic.js +23 -0
- package/build/index.esm.js/src/components/bundle/minimalistic/Minimalistic.js.map +1 -0
- package/build/index.esm.js/src/components/bundle/simple/Simple.js +24 -0
- package/build/index.esm.js/src/components/bundle/simple/Simple.js.map +1 -0
- package/build/index.esm.js/src/components/buynowpaylater/BuyNowPayLater.js +27 -0
- package/build/index.esm.js/src/components/buynowpaylater/BuyNowPayLater.js.map +1 -0
- package/build/index.esm.js/src/components/cartProductItem/CloseIcon/CloseButton.js +16 -0
- package/build/index.esm.js/src/components/cartProductItem/CloseIcon/CloseButton.js.map +1 -0
- package/build/index.esm.js/src/components/cartProductItem/Description/Description.js +15 -0
- package/build/index.esm.js/src/components/cartProductItem/Description/Description.js.map +1 -0
- package/build/index.esm.js/src/components/cartProductItem/Promo/Promo.js +15 -0
- package/build/index.esm.js/src/components/cartProductItem/Promo/Promo.js.map +1 -0
- package/build/index.esm.js/src/components/cartProductItem/Title/Title.js +15 -0
- package/build/index.esm.js/src/components/cartProductItem/Title/Title.js.map +1 -0
- package/build/index.esm.js/src/components/cartProductItem/index.js +16 -0
- package/build/index.esm.js/src/components/cartProductItem/index.js.map +1 -0
- package/build/index.esm.js/src/components/checkbox/Checkbox.js +40 -0
- package/build/index.esm.js/src/components/checkbox/Checkbox.js.map +1 -0
- package/build/index.esm.js/src/components/checkbox/styles.js +87 -0
- package/build/index.esm.js/src/components/checkbox/styles.js.map +1 -0
- package/build/index.esm.js/src/components/collection/grid/WithProductGrid.js +18 -0
- package/build/index.esm.js/src/components/collection/grid/WithProductGrid.js.map +1 -0
- package/build/index.esm.js/src/components/collection/index.js +10 -0
- package/build/index.esm.js/src/components/collection/index.js.map +1 -0
- package/build/index.esm.js/src/components/collection/product/mobile/ProductItemMobile.js +103 -0
- package/build/index.esm.js/src/components/collection/product/mobile/ProductItemMobile.js.map +1 -0
- package/build/index.esm.js/src/components/color/ColorRadioGroup.js +32 -0
- package/build/index.esm.js/src/components/color/ColorRadioGroup.js.map +1 -0
- package/build/index.esm.js/src/components/color/MultiColorPicker.js +46 -0
- package/build/index.esm.js/src/components/color/MultiColorPicker.js.map +1 -0
- package/build/index.esm.js/src/components/color/SingleColorPicker.js +29 -0
- package/build/index.esm.js/src/components/color/SingleColorPicker.js.map +1 -0
- package/build/index.esm.js/src/components/color/selector/ColorSelector.js +19 -0
- package/build/index.esm.js/src/components/color/selector/ColorSelector.js.map +1 -0
- package/build/index.esm.js/src/components/color/selector/OneColorSelector.js +13 -0
- package/build/index.esm.js/src/components/color/selector/OneColorSelector.js.map +1 -0
- package/build/index.esm.js/src/components/color/selector/OutOfStock.js +12 -0
- package/build/index.esm.js/src/components/color/selector/OutOfStock.js.map +1 -0
- package/build/index.esm.js/src/components/color/selector/PatternSelector.js +23 -0
- package/build/index.esm.js/src/components/color/selector/PatternSelector.js.map +1 -0
- package/build/index.esm.js/src/components/color/selector/ThreeColorSelector.js +13 -0
- package/build/index.esm.js/src/components/color/selector/ThreeColorSelector.js.map +1 -0
- package/build/index.esm.js/src/components/color/selector/TwoColorSelector.js +13 -0
- package/build/index.esm.js/src/components/color/selector/TwoColorSelector.js.map +1 -0
- package/build/index.esm.js/src/components/cross-sell/Checkbox/CrossSellCheckbox.js +26 -0
- package/build/index.esm.js/src/components/cross-sell/Checkbox/CrossSellCheckbox.js.map +1 -0
- package/build/index.esm.js/src/components/cross-sell/index.js +2 -0
- package/build/index.esm.js/src/components/cross-sell/index.js.map +1 -0
- package/build/index.esm.js/src/components/cta/BaseCTA.js +43 -0
- package/build/index.esm.js/src/components/cta/BaseCTA.js.map +1 -0
- package/build/index.esm.js/src/components/cta/primary/ButtonPrimary.js +30 -0
- package/build/index.esm.js/src/components/cta/primary/ButtonPrimary.js.map +1 -0
- package/build/index.esm.js/src/components/cta/secondary/ButtonSecondary.js +24 -0
- package/build/index.esm.js/src/components/cta/secondary/ButtonSecondary.js.map +1 -0
- package/build/index.esm.js/src/components/cta/secondary/ButtonSecondaryOutline.js +26 -0
- package/build/index.esm.js/src/components/cta/secondary/ButtonSecondaryOutline.js.map +1 -0
- package/build/index.esm.js/src/components/delivery-details/DeliveryDetails.js +55 -0
- package/build/index.esm.js/src/components/delivery-details/DeliveryDetails.js.map +1 -0
- package/build/index.esm.js/src/components/delivery-details/Note/Note.js +19 -0
- package/build/index.esm.js/src/components/delivery-details/Note/Note.js.map +1 -0
- package/build/index.esm.js/src/components/drawer/Drawer.js +54 -0
- package/build/index.esm.js/src/components/drawer/Drawer.js.map +1 -0
- package/build/index.esm.js/src/components/dropdown/base/BaseDropdown.js +28 -0
- package/build/index.esm.js/src/components/dropdown/base/BaseDropdown.js.map +1 -0
- package/build/index.esm.js/src/components/dropdown/base/BaseDropdownButton.js +64 -0
- package/build/index.esm.js/src/components/dropdown/base/BaseDropdownButton.js.map +1 -0
- package/build/index.esm.js/src/components/dropdown/base/BaseDropdownOption.js +38 -0
- package/build/index.esm.js/src/components/dropdown/base/BaseDropdownOption.js.map +1 -0
- package/build/index.esm.js/src/components/dropdown/base/BaseDropdownOptions.js +33 -0
- package/build/index.esm.js/src/components/dropdown/base/BaseDropdownOptions.js.map +1 -0
- package/build/index.esm.js/src/components/dropdown/size-dropdown/SizeDropdown.js +29 -0
- package/build/index.esm.js/src/components/dropdown/size-dropdown/SizeDropdown.js.map +1 -0
- package/build/index.esm.js/src/components/dropdown/size-dropdown/Styled.js +13 -0
- package/build/index.esm.js/src/components/dropdown/size-dropdown/Styled.js.map +1 -0
- package/build/index.esm.js/src/components/dropdown/variants/dialog/DropdownDialog.js +19 -0
- package/build/index.esm.js/src/components/dropdown/variants/dialog/DropdownDialog.js.map +1 -0
- package/build/index.esm.js/src/components/dropdown/variants/filtering/FilteringDropdown.js +41 -0
- package/build/index.esm.js/src/components/dropdown/variants/filtering/FilteringDropdown.js.map +1 -0
- package/build/index.esm.js/src/components/dropdown/variants/simple/SimpleDropdown.js +47 -0
- package/build/index.esm.js/src/components/dropdown/variants/simple/SimpleDropdown.js.map +1 -0
- package/build/index.esm.js/src/components/dropdown-list-icons/DropdownListIcons.js +20 -0
- package/build/index.esm.js/src/components/dropdown-list-icons/DropdownListIcons.js.map +1 -0
- package/build/index.esm.js/src/components/dropdown-list-icons/Styled.js +13 -0
- package/build/index.esm.js/src/components/dropdown-list-icons/Styled.js.map +1 -0
- package/build/index.esm.js/src/components/filtering/Accordion.js +21 -0
- package/build/index.esm.js/src/components/filtering/Accordion.js.map +1 -0
- package/build/index.esm.js/src/components/filtering/Filters.js +132 -0
- package/build/index.esm.js/src/components/filtering/Filters.js.map +1 -0
- package/build/index.esm.js/src/components/filtering/FiltersStyled.js +17 -0
- package/build/index.esm.js/src/components/filtering/FiltersStyled.js.map +1 -0
- package/build/index.esm.js/src/components/filtering/Tags/Tags.js +20 -0
- package/build/index.esm.js/src/components/filtering/Tags/Tags.js.map +1 -0
- package/build/index.esm.js/src/components/fit/FitPredictor.js +27 -0
- package/build/index.esm.js/src/components/fit/FitPredictor.js.map +1 -0
- package/build/index.esm.js/src/components/gallery/ImagePreviewList.js +26 -0
- package/build/index.esm.js/src/components/gallery/ImagePreviewList.js.map +1 -0
- package/build/index.esm.js/src/components/gallery/ImageProductWithTags.js +32 -0
- package/build/index.esm.js/src/components/gallery/ImageProductWithTags.js.map +1 -0
- package/build/index.esm.js/src/components/gallery/ImageSmallPreview.js +26 -0
- package/build/index.esm.js/src/components/gallery/ImageSmallPreview.js.map +1 -0
- package/build/index.esm.js/src/components/gallery/ProductGallery.js +23 -0
- package/build/index.esm.js/src/components/gallery/ProductGallery.js.map +1 -0
- package/build/index.esm.js/src/components/icon-button/IconButton.js +59 -0
- package/build/index.esm.js/src/components/icon-button/IconButton.js.map +1 -0
- package/build/index.esm.js/src/components/icon-button/amazonAndPaypal/AmazonPaypalButtons.js +19 -0
- package/build/index.esm.js/src/components/icon-button/amazonAndPaypal/AmazonPaypalButtons.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Actions/Add.js +11 -0
- package/build/index.esm.js/src/components/icons/Actions/Add.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Actions/Check.js +11 -0
- package/build/index.esm.js/src/components/icons/Actions/Check.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Actions/CheckboxEmpty.js +11 -0
- package/build/index.esm.js/src/components/icons/Actions/CheckboxEmpty.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Actions/CheckboxLight.js +11 -0
- package/build/index.esm.js/src/components/icons/Actions/CheckboxLight.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Actions/CheckboxSolid.js +11 -0
- package/build/index.esm.js/src/components/icons/Actions/CheckboxSolid.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Actions/CircleCheck.js +11 -0
- package/build/index.esm.js/src/components/icons/Actions/CircleCheck.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Actions/CircleClear.js +11 -0
- package/build/index.esm.js/src/components/icons/Actions/CircleClear.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Actions/CircleInfo.js +11 -0
- package/build/index.esm.js/src/components/icons/Actions/CircleInfo.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Actions/CircleMinus.js +11 -0
- package/build/index.esm.js/src/components/icons/Actions/CircleMinus.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Actions/CirclePlus.js +11 -0
- package/build/index.esm.js/src/components/icons/Actions/CirclePlus.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Actions/CircleQuestion.js +11 -0
- package/build/index.esm.js/src/components/icons/Actions/CircleQuestion.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Actions/CircleSolidCheck.js +11 -0
- package/build/index.esm.js/src/components/icons/Actions/CircleSolidCheck.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Actions/CircleSolidClear.js +11 -0
- package/build/index.esm.js/src/components/icons/Actions/CircleSolidClear.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Actions/CircleSolidMinus.js +11 -0
- package/build/index.esm.js/src/components/icons/Actions/CircleSolidMinus.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Actions/CircleSolidPlus.js +11 -0
- package/build/index.esm.js/src/components/icons/Actions/CircleSolidPlus.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Actions/CircleSolidQuestion.js +11 -0
- package/build/index.esm.js/src/components/icons/Actions/CircleSolidQuestion.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Actions/CircleSolidStyledCheck.js +11 -0
- package/build/index.esm.js/src/components/icons/Actions/CircleSolidStyledCheck.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Actions/CircleSolidWarning.js +11 -0
- package/build/index.esm.js/src/components/icons/Actions/CircleSolidWarning.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Actions/CircleWarning.js +11 -0
- package/build/index.esm.js/src/components/icons/Actions/CircleWarning.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Actions/ClearLight.js +11 -0
- package/build/index.esm.js/src/components/icons/Actions/ClearLight.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Actions/Close.js +11 -0
- package/build/index.esm.js/src/components/icons/Actions/Close.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Actions/Copy.js +11 -0
- package/build/index.esm.js/src/components/icons/Actions/Copy.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Actions/CopyOutlined.js +11 -0
- package/build/index.esm.js/src/components/icons/Actions/CopyOutlined.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Actions/Edit.js +11 -0
- package/build/index.esm.js/src/components/icons/Actions/Edit.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Actions/LightCheck.js +11 -0
- package/build/index.esm.js/src/components/icons/Actions/LightCheck.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Actions/LightExclamation.js +11 -0
- package/build/index.esm.js/src/components/icons/Actions/LightExclamation.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Actions/Like.js +11 -0
- package/build/index.esm.js/src/components/icons/Actions/Like.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Actions/LikeSolid.js +11 -0
- package/build/index.esm.js/src/components/icons/Actions/LikeSolid.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Actions/Minus.js +11 -0
- package/build/index.esm.js/src/components/icons/Actions/Minus.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Actions/NotAllowed.js +11 -0
- package/build/index.esm.js/src/components/icons/Actions/NotAllowed.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Actions/Question.js +11 -0
- package/build/index.esm.js/src/components/icons/Actions/Question.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Actions/RadioEmpty.js +11 -0
- package/build/index.esm.js/src/components/icons/Actions/RadioEmpty.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Actions/RadioFilled.js +11 -0
- package/build/index.esm.js/src/components/icons/Actions/RadioFilled.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Actions/Settings.js +11 -0
- package/build/index.esm.js/src/components/icons/Actions/Settings.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Actions/SettingsSolid.js +11 -0
- package/build/index.esm.js/src/components/icons/Actions/SettingsSolid.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Actions/Share.js +11 -0
- package/build/index.esm.js/src/components/icons/Actions/Share.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Actions/SignOut.js +11 -0
- package/build/index.esm.js/src/components/icons/Actions/SignOut.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Actions/Trash.js +11 -0
- package/build/index.esm.js/src/components/icons/Actions/Trash.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Actions/Warning.js +11 -0
- package/build/index.esm.js/src/components/icons/Actions/Warning.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Actions/index.js +40 -0
- package/build/index.esm.js/src/components/icons/Actions/index.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Arrows/ChevronDown.js +11 -0
- package/build/index.esm.js/src/components/icons/Arrows/ChevronDown.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Arrows/ChevronDownVariant.js +11 -0
- package/build/index.esm.js/src/components/icons/Arrows/ChevronDownVariant.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Arrows/ChevronLeft.js +11 -0
- package/build/index.esm.js/src/components/icons/Arrows/ChevronLeft.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Arrows/ChevronLeftVariant.js +11 -0
- package/build/index.esm.js/src/components/icons/Arrows/ChevronLeftVariant.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Arrows/ChevronRight.js +11 -0
- package/build/index.esm.js/src/components/icons/Arrows/ChevronRight.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Arrows/ChevronRightVariant.js +11 -0
- package/build/index.esm.js/src/components/icons/Arrows/ChevronRightVariant.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Arrows/ChevronUp.js +11 -0
- package/build/index.esm.js/src/components/icons/Arrows/ChevronUp.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Arrows/ChevronUpSolid.js +11 -0
- package/build/index.esm.js/src/components/icons/Arrows/ChevronUpSolid.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Arrows/ChevronUpVariant.js +11 -0
- package/build/index.esm.js/src/components/icons/Arrows/ChevronUpVariant.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Arrows/CircleChevronDown.js +11 -0
- package/build/index.esm.js/src/components/icons/Arrows/CircleChevronDown.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Arrows/CircleChevronLeft.js +11 -0
- package/build/index.esm.js/src/components/icons/Arrows/CircleChevronLeft.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Arrows/CircleChevronRight.js +11 -0
- package/build/index.esm.js/src/components/icons/Arrows/CircleChevronRight.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Arrows/CircleChevronUp.js +11 -0
- package/build/index.esm.js/src/components/icons/Arrows/CircleChevronUp.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Arrows/CircleLineDown.js +11 -0
- package/build/index.esm.js/src/components/icons/Arrows/CircleLineDown.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Arrows/CircleLineLeft.js +11 -0
- package/build/index.esm.js/src/components/icons/Arrows/CircleLineLeft.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Arrows/CircleLineRight.js +11 -0
- package/build/index.esm.js/src/components/icons/Arrows/CircleLineRight.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Arrows/CircleLineUp.js +11 -0
- package/build/index.esm.js/src/components/icons/Arrows/CircleLineUp.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Arrows/CircleUp.js +11 -0
- package/build/index.esm.js/src/components/icons/Arrows/CircleUp.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Arrows/index.js +19 -0
- package/build/index.esm.js/src/components/icons/Arrows/index.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Custom/Atom.js +11 -0
- package/build/index.esm.js/src/components/icons/Custom/Atom.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Custom/Bubbles.js +11 -0
- package/build/index.esm.js/src/components/icons/Custom/Bubbles.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Custom/BulletOne.js +11 -0
- package/build/index.esm.js/src/components/icons/Custom/BulletOne.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Custom/BulletThree.js +11 -0
- package/build/index.esm.js/src/components/icons/Custom/BulletThree.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Custom/BulletTwo.js +11 -0
- package/build/index.esm.js/src/components/icons/Custom/BulletTwo.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Custom/Certified.js +11 -0
- package/build/index.esm.js/src/components/icons/Custom/Certified.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Custom/ClinicallyTested.js +11 -0
- package/build/index.esm.js/src/components/icons/Custom/ClinicallyTested.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Custom/CrueltyFree.js +11 -0
- package/build/index.esm.js/src/components/icons/Custom/CrueltyFree.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Custom/FairAdvantages.js +11 -0
- package/build/index.esm.js/src/components/icons/Custom/FairAdvantages.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Custom/Frown.js +11 -0
- package/build/index.esm.js/src/components/icons/Custom/Frown.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Custom/MoneyFlow.js +11 -0
- package/build/index.esm.js/src/components/icons/Custom/MoneyFlow.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Custom/NewSixtyDaysGuarantee.js +11 -0
- package/build/index.esm.js/src/components/icons/Custom/NewSixtyDaysGuarantee.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Custom/SixtyDaysGuarantee.js +11 -0
- package/build/index.esm.js/src/components/icons/Custom/SixtyDaysGuarantee.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Custom/Smiling.js +11 -0
- package/build/index.esm.js/src/components/icons/Custom/Smiling.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Custom/ThumbsDown.js +11 -0
- package/build/index.esm.js/src/components/icons/Custom/ThumbsDown.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Custom/ThumbsUp.js +11 -0
- package/build/index.esm.js/src/components/icons/Custom/ThumbsUp.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Custom/index.js +17 -0
- package/build/index.esm.js/src/components/icons/Custom/index.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Download/AppleStore.js +11 -0
- package/build/index.esm.js/src/components/icons/Download/AppleStore.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Download/GooglePlay.js +11 -0
- package/build/index.esm.js/src/components/icons/Download/GooglePlay.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Download/index.js +3 -0
- package/build/index.esm.js/src/components/icons/Download/index.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Emoji/BlowingKiss.js +11 -0
- package/build/index.esm.js/src/components/icons/Emoji/BlowingKiss.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Emoji/Frowning.js +11 -0
- package/build/index.esm.js/src/components/icons/Emoji/Frowning.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Emoji/Grinning.js +11 -0
- package/build/index.esm.js/src/components/icons/Emoji/Grinning.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Emoji/GrinningWithSweat.js +11 -0
- package/build/index.esm.js/src/components/icons/Emoji/GrinningWithSweat.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Emoji/Relieved.js +11 -0
- package/build/index.esm.js/src/components/icons/Emoji/Relieved.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Emoji/SmilingV2.js +11 -0
- package/build/index.esm.js/src/components/icons/Emoji/SmilingV2.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Emoji/Thinking.js +11 -0
- package/build/index.esm.js/src/components/icons/Emoji/Thinking.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Emoji/index.js +8 -0
- package/build/index.esm.js/src/components/icons/Emoji/index.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Messaging/Comment.js +11 -0
- package/build/index.esm.js/src/components/icons/Messaging/Comment.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Messaging/CommentDots.js +11 -0
- package/build/index.esm.js/src/components/icons/Messaging/CommentDots.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Messaging/CommentLight.js +11 -0
- package/build/index.esm.js/src/components/icons/Messaging/CommentLight.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Messaging/CommentMoney.js +11 -0
- package/build/index.esm.js/src/components/icons/Messaging/CommentMoney.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Messaging/Community.js +11 -0
- package/build/index.esm.js/src/components/icons/Messaging/Community.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Messaging/Light.js +11 -0
- package/build/index.esm.js/src/components/icons/Messaging/Light.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Messaging/LightBulb.js +11 -0
- package/build/index.esm.js/src/components/icons/Messaging/LightBulb.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Messaging/LightBulbSolid.js +11 -0
- package/build/index.esm.js/src/components/icons/Messaging/LightBulbSolid.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Messaging/Mail.js +11 -0
- package/build/index.esm.js/src/components/icons/Messaging/Mail.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Messaging/Messenger.js +11 -0
- package/build/index.esm.js/src/components/icons/Messaging/Messenger.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Messaging/QuestionCircle.js +11 -0
- package/build/index.esm.js/src/components/icons/Messaging/QuestionCircle.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Messaging/QuoteLeft.js +11 -0
- package/build/index.esm.js/src/components/icons/Messaging/QuoteLeft.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Messaging/QuoteRight.js +11 -0
- package/build/index.esm.js/src/components/icons/Messaging/QuoteRight.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Messaging/QuoteSolidLeft.js +11 -0
- package/build/index.esm.js/src/components/icons/Messaging/QuoteSolidLeft.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Messaging/QuoteSolidRight.js +11 -0
- package/build/index.esm.js/src/components/icons/Messaging/QuoteSolidRight.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Messaging/index.js +16 -0
- package/build/index.esm.js/src/components/icons/Messaging/index.js.map +1 -0
- package/build/index.esm.js/src/components/icons/MyAccount/BirthdayGifts.js +11 -0
- package/build/index.esm.js/src/components/icons/MyAccount/BirthdayGifts.js.map +1 -0
- package/build/index.esm.js/src/components/icons/MyAccount/Community.js +11 -0
- package/build/index.esm.js/src/components/icons/MyAccount/Community.js.map +1 -0
- package/build/index.esm.js/src/components/icons/MyAccount/DealsOffers.js +11 -0
- package/build/index.esm.js/src/components/icons/MyAccount/DealsOffers.js.map +1 -0
- package/build/index.esm.js/src/components/icons/MyAccount/FreeReturns.js +11 -0
- package/build/index.esm.js/src/components/icons/MyAccount/FreeReturns.js.map +1 -0
- package/build/index.esm.js/src/components/icons/MyAccount/FreeShipping.js +11 -0
- package/build/index.esm.js/src/components/icons/MyAccount/FreeShipping.js.map +1 -0
- package/build/index.esm.js/src/components/icons/MyAccount/Guard.js +11 -0
- package/build/index.esm.js/src/components/icons/MyAccount/Guard.js.map +1 -0
- package/build/index.esm.js/src/components/icons/MyAccount/MembersOnlyDiscount.js +11 -0
- package/build/index.esm.js/src/components/icons/MyAccount/MembersOnlyDiscount.js.map +1 -0
- package/build/index.esm.js/src/components/icons/MyAccount/MembersOnlyDiscountOpposite.js +11 -0
- package/build/index.esm.js/src/components/icons/MyAccount/MembersOnlyDiscountOpposite.js.map +1 -0
- package/build/index.esm.js/src/components/icons/MyAccount/PersonalStylist.js +11 -0
- package/build/index.esm.js/src/components/icons/MyAccount/PersonalStylist.js.map +1 -0
- package/build/index.esm.js/src/components/icons/MyAccount/PriorityShipping.js +11 -0
- package/build/index.esm.js/src/components/icons/MyAccount/PriorityShipping.js.map +1 -0
- package/build/index.esm.js/src/components/icons/MyAccount/Profile.js +11 -0
- package/build/index.esm.js/src/components/icons/MyAccount/Profile.js.map +1 -0
- package/build/index.esm.js/src/components/icons/MyAccount/SaleTag.js +11 -0
- package/build/index.esm.js/src/components/icons/MyAccount/SaleTag.js.map +1 -0
- package/build/index.esm.js/src/components/icons/MyAccount/StyleFashionContent.js +11 -0
- package/build/index.esm.js/src/components/icons/MyAccount/StyleFashionContent.js.map +1 -0
- package/build/index.esm.js/src/components/icons/MyAccount/VIP.js +11 -0
- package/build/index.esm.js/src/components/icons/MyAccount/VIP.js.map +1 -0
- package/build/index.esm.js/src/components/icons/MyAccount/index.js +15 -0
- package/build/index.esm.js/src/components/icons/MyAccount/index.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Navigation/AddressInformation.js +11 -0
- package/build/index.esm.js/src/components/icons/Navigation/AddressInformation.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Navigation/Benefits.js +11 -0
- package/build/index.esm.js/src/components/icons/Navigation/Benefits.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Navigation/ClubMembership.js +11 -0
- package/build/index.esm.js/src/components/icons/Navigation/ClubMembership.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Navigation/Ellipsis.js +11 -0
- package/build/index.esm.js/src/components/icons/Navigation/Ellipsis.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Navigation/EllipsisHorizontal.js +11 -0
- package/build/index.esm.js/src/components/icons/Navigation/EllipsisHorizontal.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Navigation/Filters.js +11 -0
- package/build/index.esm.js/src/components/icons/Navigation/Filters.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Navigation/Hamburger.js +11 -0
- package/build/index.esm.js/src/components/icons/Navigation/Hamburger.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Navigation/Home.js +11 -0
- package/build/index.esm.js/src/components/icons/Navigation/Home.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Navigation/HomeSolid.js +11 -0
- package/build/index.esm.js/src/components/icons/Navigation/HomeSolid.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Navigation/Loading.js +11 -0
- package/build/index.esm.js/src/components/icons/Navigation/Loading.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Navigation/Lock.js +11 -0
- package/build/index.esm.js/src/components/icons/Navigation/Lock.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Navigation/LockSolid.js +11 -0
- package/build/index.esm.js/src/components/icons/Navigation/LockSolid.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Navigation/MapMarker.js +11 -0
- package/build/index.esm.js/src/components/icons/Navigation/MapMarker.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Navigation/MapSolid.js +11 -0
- package/build/index.esm.js/src/components/icons/Navigation/MapSolid.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Navigation/Search.js +11 -0
- package/build/index.esm.js/src/components/icons/Navigation/Search.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Navigation/ShoppingBag.js +11 -0
- package/build/index.esm.js/src/components/icons/Navigation/ShoppingBag.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Navigation/ShoppingBagV2.js +11 -0
- package/build/index.esm.js/src/components/icons/Navigation/ShoppingBagV2.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Navigation/ShoppingCart.js +11 -0
- package/build/index.esm.js/src/components/icons/Navigation/ShoppingCart.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Navigation/ShoppingCartV2.js +11 -0
- package/build/index.esm.js/src/components/icons/Navigation/ShoppingCartV2.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Navigation/SlideDot.js +11 -0
- package/build/index.esm.js/src/components/icons/Navigation/SlideDot.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Navigation/SlideDotSolid.js +11 -0
- package/build/index.esm.js/src/components/icons/Navigation/SlideDotSolid.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Navigation/User.js +11 -0
- package/build/index.esm.js/src/components/icons/Navigation/User.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Navigation/UserSolid.js +11 -0
- package/build/index.esm.js/src/components/icons/Navigation/UserSolid.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Navigation/UserV2.js +11 -0
- package/build/index.esm.js/src/components/icons/Navigation/UserV2.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Navigation/index.js +25 -0
- package/build/index.esm.js/src/components/icons/Navigation/index.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Other/BodConLabel.js +11 -0
- package/build/index.esm.js/src/components/icons/Other/BodConLabel.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Other/BodConMobileLabel.js +11 -0
- package/build/index.esm.js/src/components/icons/Other/BodConMobileLabel.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Other/CallUs.js +11 -0
- package/build/index.esm.js/src/components/icons/Other/CallUs.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Other/Chat.js +11 -0
- package/build/index.esm.js/src/components/icons/Other/Chat.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Other/Email.js +11 -0
- package/build/index.esm.js/src/components/icons/Other/Email.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Other/ExpressShipping.js +11 -0
- package/build/index.esm.js/src/components/icons/Other/ExpressShipping.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Other/FitGuarantee.js +11 -0
- package/build/index.esm.js/src/components/icons/Other/FitGuarantee.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Other/FitPredictor.js +11 -0
- package/build/index.esm.js/src/components/icons/Other/FitPredictor.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Other/FreeExchange.js +11 -0
- package/build/index.esm.js/src/components/icons/Other/FreeExchange.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Other/GetDiscount.js +11 -0
- package/build/index.esm.js/src/components/icons/Other/GetDiscount.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Other/HasselFreeReturns.js +11 -0
- package/build/index.esm.js/src/components/icons/Other/HasselFreeReturns.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Other/Loading.js +11 -0
- package/build/index.esm.js/src/components/icons/Other/Loading.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Other/McAfee.js +11 -0
- package/build/index.esm.js/src/components/icons/Other/McAfee.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Other/Play.js +12 -0
- package/build/index.esm.js/src/components/icons/Other/Play.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Other/QrCode.js +11 -0
- package/build/index.esm.js/src/components/icons/Other/QrCode.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Other/QuestionWithCircle.js +11 -0
- package/build/index.esm.js/src/components/icons/Other/QuestionWithCircle.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Other/Shapermint.js +11 -0
- package/build/index.esm.js/src/components/icons/Other/Shapermint.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Other/ShapermintClubIcon.js +11 -0
- package/build/index.esm.js/src/components/icons/Other/ShapermintClubIcon.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Other/ShapermintClubLabel.js +11 -0
- package/build/index.esm.js/src/components/icons/Other/ShapermintClubLabel.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Other/ShapermintClubMobileLabel.js +11 -0
- package/build/index.esm.js/src/components/icons/Other/ShapermintClubMobileLabel.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Other/ShapermintLogo.js +11 -0
- package/build/index.esm.js/src/components/icons/Other/ShapermintLogo.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Other/ShopNow.js +11 -0
- package/build/index.esm.js/src/components/icons/Other/ShopNow.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Other/SignForm.js +11 -0
- package/build/index.esm.js/src/components/icons/Other/SignForm.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Other/index.js +24 -0
- package/build/index.esm.js/src/components/icons/Other/index.js.map +1 -0
- package/build/index.esm.js/src/components/icons/PDP/CircleNumber.js +11 -0
- package/build/index.esm.js/src/components/icons/PDP/CircleNumber.js.map +1 -0
- package/build/index.esm.js/src/components/icons/PDP/Clock.js +11 -0
- package/build/index.esm.js/src/components/icons/PDP/Clock.js.map +1 -0
- package/build/index.esm.js/src/components/icons/PDP/Drop.js +11 -0
- package/build/index.esm.js/src/components/icons/PDP/Drop.js.map +1 -0
- package/build/index.esm.js/src/components/icons/PDP/DropEmpty.js +11 -0
- package/build/index.esm.js/src/components/icons/PDP/DropEmpty.js.map +1 -0
- package/build/index.esm.js/src/components/icons/PDP/ErrorCross.js +11 -0
- package/build/index.esm.js/src/components/icons/PDP/ErrorCross.js.map +1 -0
- package/build/index.esm.js/src/components/icons/PDP/FlagUSA.js +11 -0
- package/build/index.esm.js/src/components/icons/PDP/FlagUSA.js.map +1 -0
- package/build/index.esm.js/src/components/icons/PDP/Hours.js +11 -0
- package/build/index.esm.js/src/components/icons/PDP/Hours.js.map +1 -0
- package/build/index.esm.js/src/components/icons/PDP/KlarnaLogo.js +11 -0
- package/build/index.esm.js/src/components/icons/PDP/KlarnaLogo.js.map +1 -0
- package/build/index.esm.js/src/components/icons/PDP/LightBulb.js +11 -0
- package/build/index.esm.js/src/components/icons/PDP/LightBulb.js.map +1 -0
- package/build/index.esm.js/src/components/icons/PDP/Minus.js +10 -0
- package/build/index.esm.js/src/components/icons/PDP/Minus.js.map +1 -0
- package/build/index.esm.js/src/components/icons/PDP/Moon.js +11 -0
- package/build/index.esm.js/src/components/icons/PDP/Moon.js.map +1 -0
- package/build/index.esm.js/src/components/icons/PDP/NewClock.js +11 -0
- package/build/index.esm.js/src/components/icons/PDP/NewClock.js.map +1 -0
- package/build/index.esm.js/src/components/icons/PDP/PlayMini.js +11 -0
- package/build/index.esm.js/src/components/icons/PDP/PlayMini.js.map +1 -0
- package/build/index.esm.js/src/components/icons/PDP/Plus.js +10 -0
- package/build/index.esm.js/src/components/icons/PDP/Plus.js.map +1 -0
- package/build/index.esm.js/src/components/icons/PDP/Rule.js +11 -0
- package/build/index.esm.js/src/components/icons/PDP/Rule.js.map +1 -0
- package/build/index.esm.js/src/components/icons/PDP/Shipping.js +11 -0
- package/build/index.esm.js/src/components/icons/PDP/Shipping.js.map +1 -0
- package/build/index.esm.js/src/components/icons/PDP/ShippingEmpty.js +11 -0
- package/build/index.esm.js/src/components/icons/PDP/ShippingEmpty.js.map +1 -0
- package/build/index.esm.js/src/components/icons/PDP/SizeEmpty.js +11 -0
- package/build/index.esm.js/src/components/icons/PDP/SizeEmpty.js.map +1 -0
- package/build/index.esm.js/src/components/icons/PDP/Star.js +11 -0
- package/build/index.esm.js/src/components/icons/PDP/Star.js.map +1 -0
- package/build/index.esm.js/src/components/icons/PDP/StarEmpty.js +11 -0
- package/build/index.esm.js/src/components/icons/PDP/StarEmpty.js.map +1 -0
- package/build/index.esm.js/src/components/icons/PDP/StarHalf.js +11 -0
- package/build/index.esm.js/src/components/icons/PDP/StarHalf.js.map +1 -0
- package/build/index.esm.js/src/components/icons/PDP/Stars.js +11 -0
- package/build/index.esm.js/src/components/icons/PDP/Stars.js.map +1 -0
- package/build/index.esm.js/src/components/icons/PDP/Stopwatch.js +11 -0
- package/build/index.esm.js/src/components/icons/PDP/Stopwatch.js.map +1 -0
- package/build/index.esm.js/src/components/icons/PDP/TrustBadge.js +11 -0
- package/build/index.esm.js/src/components/icons/PDP/TrustBadge.js.map +1 -0
- package/build/index.esm.js/src/components/icons/PDP/index.js +25 -0
- package/build/index.esm.js/src/components/icons/PDP/index.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Payment/Amazon.js +11 -0
- package/build/index.esm.js/src/components/icons/Payment/Amazon.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Payment/Amex.js +11 -0
- package/build/index.esm.js/src/components/icons/Payment/Amex.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Payment/JCB.js +11 -0
- package/build/index.esm.js/src/components/icons/Payment/JCB.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Payment/Klarna.js +11 -0
- package/build/index.esm.js/src/components/icons/Payment/Klarna.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Payment/MasterCard.js +11 -0
- package/build/index.esm.js/src/components/icons/Payment/MasterCard.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Payment/Paypal.js +11 -0
- package/build/index.esm.js/src/components/icons/Payment/Paypal.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Payment/Visa.js +11 -0
- package/build/index.esm.js/src/components/icons/Payment/Visa.js.map +1 -0
- package/build/index.esm.js/src/components/icons/Payment/index.js +8 -0
- package/build/index.esm.js/src/components/icons/Payment/index.js.map +1 -0
- package/build/index.esm.js/src/components/icons/SlideDots/SlideDot.js +11 -0
- package/build/index.esm.js/src/components/icons/SlideDots/SlideDot.js.map +1 -0
- package/build/index.esm.js/src/components/icons/SlideDots/index.js +2 -0
- package/build/index.esm.js/src/components/icons/SlideDots/index.js.map +1 -0
- package/build/index.esm.js/src/components/icons/SocialMedia/Facebook.js +11 -0
- package/build/index.esm.js/src/components/icons/SocialMedia/Facebook.js.map +1 -0
- package/build/index.esm.js/src/components/icons/SocialMedia/FacebookSolid.js +11 -0
- package/build/index.esm.js/src/components/icons/SocialMedia/FacebookSolid.js.map +1 -0
- package/build/index.esm.js/src/components/icons/SocialMedia/Instagram.js +11 -0
- package/build/index.esm.js/src/components/icons/SocialMedia/Instagram.js.map +1 -0
- package/build/index.esm.js/src/components/icons/SocialMedia/InstagramSolid.js +11 -0
- package/build/index.esm.js/src/components/icons/SocialMedia/InstagramSolid.js.map +1 -0
- package/build/index.esm.js/src/components/icons/SocialMedia/Interaction.js +11 -0
- package/build/index.esm.js/src/components/icons/SocialMedia/Interaction.js.map +1 -0
- package/build/index.esm.js/src/components/icons/SocialMedia/Pinterest.js +11 -0
- package/build/index.esm.js/src/components/icons/SocialMedia/Pinterest.js.map +1 -0
- package/build/index.esm.js/src/components/icons/SocialMedia/Twitter.js +11 -0
- package/build/index.esm.js/src/components/icons/SocialMedia/Twitter.js.map +1 -0
- package/build/index.esm.js/src/components/icons/SocialMedia/Youtube.js +11 -0
- package/build/index.esm.js/src/components/icons/SocialMedia/Youtube.js.map +1 -0
- package/build/index.esm.js/src/components/icons/SocialMedia/index.js +9 -0
- package/build/index.esm.js/src/components/icons/SocialMedia/index.js.map +1 -0
- package/build/index.esm.js/src/components/icons/index.js +32 -0
- package/build/index.esm.js/src/components/icons/index.js.map +1 -0
- package/build/index.esm.js/src/components/iconsWithTitle/index.js +63 -0
- package/build/index.esm.js/src/components/iconsWithTitle/index.js.map +1 -0
- package/build/index.esm.js/src/components/image-card/ImageCard.js +24 -0
- package/build/index.esm.js/src/components/image-card/ImageCard.js.map +1 -0
- package/build/index.esm.js/src/components/input/base/BaseInput.js +42 -0
- package/build/index.esm.js/src/components/input/base/BaseInput.js.map +1 -0
- package/build/index.esm.js/src/components/input/base/Error.js +17 -0
- package/build/index.esm.js/src/components/input/base/Error.js.map +1 -0
- package/build/index.esm.js/src/components/input/base/Styled.js +93 -0
- package/build/index.esm.js/src/components/input/base/Styled.js.map +1 -0
- package/build/index.esm.js/src/components/input/basePlusButton/BasePlusButton.js +32 -0
- package/build/index.esm.js/src/components/input/basePlusButton/BasePlusButton.js.map +1 -0
- package/build/index.esm.js/src/components/input/basePlusButton/Success.js +19 -0
- package/build/index.esm.js/src/components/input/basePlusButton/Success.js.map +1 -0
- package/build/index.esm.js/src/components/input/basePlusIcon/BasePlusIcon.js +24 -0
- package/build/index.esm.js/src/components/input/basePlusIcon/BasePlusIcon.js.map +1 -0
- package/build/index.esm.js/src/components/input/custom/Custom.js +31 -0
- package/build/index.esm.js/src/components/input/custom/Custom.js.map +1 -0
- package/build/index.esm.js/src/components/input/index.js +14 -0
- package/build/index.esm.js/src/components/input/index.js.map +1 -0
- package/build/index.esm.js/src/components/input/label/Label.js +22 -0
- package/build/index.esm.js/src/components/input/label/Label.js.map +1 -0
- package/build/index.esm.js/src/components/mobile/gallery/ImageProductWithTagsMobile.js +121 -0
- package/build/index.esm.js/src/components/mobile/gallery/ImageProductWithTagsMobile.js.map +1 -0
- package/build/index.esm.js/src/components/mobile/gallery/ProductGalleryMobile.js +14 -0
- package/build/index.esm.js/src/components/mobile/gallery/ProductGalleryMobile.js.map +1 -0
- package/build/index.esm.js/src/components/mobile/gallery/ProductGalleryMobileV2/ImageProductWithTagsMobileV2.js +22 -0
- package/build/index.esm.js/src/components/mobile/gallery/ProductGalleryMobileV2/ImageProductWithTagsMobileV2.js.map +1 -0
- package/build/index.esm.js/src/components/mobile/gallery/ProductGalleryMobileV2/ProductGalleryMobileV2.js +36 -0
- package/build/index.esm.js/src/components/mobile/gallery/ProductGalleryMobileV2/ProductGalleryMobileV2.js.map +1 -0
- package/build/index.esm.js/src/components/mobile/gallery/slide_navigation/ArrowButton.js +13 -0
- package/build/index.esm.js/src/components/mobile/gallery/slide_navigation/ArrowButton.js.map +1 -0
- package/build/index.esm.js/src/components/mobile/gallery/slide_navigation/SlideDots.js +19 -0
- package/build/index.esm.js/src/components/mobile/gallery/slide_navigation/SlideDots.js.map +1 -0
- package/build/index.esm.js/src/components/mobile/gallery/slide_navigation/SlideNavigation.js +26 -0
- package/build/index.esm.js/src/components/mobile/gallery/slide_navigation/SlideNavigation.js.map +1 -0
- package/build/index.esm.js/src/components/modal/Modal.js +65 -0
- package/build/index.esm.js/src/components/modal/Modal.js.map +1 -0
- package/build/index.esm.js/src/components/motivator-progress-bar/MotivatorProgressBar.js +81 -0
- package/build/index.esm.js/src/components/motivator-progress-bar/MotivatorProgressBar.js.map +1 -0
- package/build/index.esm.js/src/components/offer-banner/OfferBanner.js +21 -0
- package/build/index.esm.js/src/components/offer-banner/OfferBanner.js.map +1 -0
- package/build/index.esm.js/src/components/order-bar/OrderBar.js +20 -0
- package/build/index.esm.js/src/components/order-bar/OrderBar.js.map +1 -0
- package/build/index.esm.js/src/components/packs/selector/PackSelector.js +51 -0
- package/build/index.esm.js/src/components/packs/selector/PackSelector.js.map +1 -0
- package/build/index.esm.js/src/components/pagination/Pagination.js +56 -0
- package/build/index.esm.js/src/components/pagination/Pagination.js.map +1 -0
- package/build/index.esm.js/src/components/pagination/blogPaginator/PaginatorBlog.js +25 -0
- package/build/index.esm.js/src/components/pagination/blogPaginator/PaginatorBlog.js.map +1 -0
- package/build/index.esm.js/src/components/pagination/styles.js +30 -0
- package/build/index.esm.js/src/components/pagination/styles.js.map +1 -0
- package/build/index.esm.js/src/components/payment-methods/PaymentMethod.js +28 -0
- package/build/index.esm.js/src/components/payment-methods/PaymentMethod.js.map +1 -0
- package/build/index.esm.js/src/components/pricing/clubOffer/ClubOfferTag.js +77 -0
- package/build/index.esm.js/src/components/pricing/clubOffer/ClubOfferTag.js.map +1 -0
- package/build/index.esm.js/src/components/pricing/discount/DiscountTag.js +78 -0
- package/build/index.esm.js/src/components/pricing/discount/DiscountTag.js.map +1 -0
- package/build/index.esm.js/src/components/pricing/price/PriceLabel.js +92 -0
- package/build/index.esm.js/src/components/pricing/price/PriceLabel.js.map +1 -0
- package/build/index.esm.js/src/components/pricing/priceLabelV2/PriceLabelV2.js +54 -0
- package/build/index.esm.js/src/components/pricing/priceLabelV2/PriceLabelV2.js.map +1 -0
- package/build/index.esm.js/src/components/product/order/item/SimpleOrderItem.js +58 -0
- package/build/index.esm.js/src/components/product/order/item/SimpleOrderItem.js.map +1 -0
- package/build/index.esm.js/src/components/progress-bar/ProgressBar.js +66 -0
- package/build/index.esm.js/src/components/progress-bar/ProgressBar.js.map +1 -0
- package/build/index.esm.js/src/components/quantityPicker/QuantityPicker.js +38 -0
- package/build/index.esm.js/src/components/quantityPicker/QuantityPicker.js.map +1 -0
- package/build/index.esm.js/src/components/radio/RadioPrimary/radioPrimary.js +124 -0
- package/build/index.esm.js/src/components/radio/RadioPrimary/radioPrimary.js.map +1 -0
- package/build/index.esm.js/src/components/radio/RadioPrimary/styles.js +71 -0
- package/build/index.esm.js/src/components/radio/RadioPrimary/styles.js.map +1 -0
- package/build/index.esm.js/src/components/radio/clubContainer/clubGroup.js +20 -0
- package/build/index.esm.js/src/components/radio/clubContainer/clubGroup.js.map +1 -0
- package/build/index.esm.js/src/components/radio/clubRadioInput/clubRadio.js +130 -0
- package/build/index.esm.js/src/components/radio/clubRadioInput/clubRadio.js.map +1 -0
- package/build/index.esm.js/src/components/radio/clubRadioInput/styles.js +69 -0
- package/build/index.esm.js/src/components/radio/clubRadioInput/styles.js.map +1 -0
- package/build/index.esm.js/src/components/radio/container/group.js +20 -0
- package/build/index.esm.js/src/components/radio/container/group.js.map +1 -0
- package/build/index.esm.js/src/components/radio/input/radio.js +130 -0
- package/build/index.esm.js/src/components/radio/input/radio.js.map +1 -0
- package/build/index.esm.js/src/components/radio/input/styles.js +67 -0
- package/build/index.esm.js/src/components/radio/input/styles.js.map +1 -0
- package/build/index.esm.js/src/components/rating/Rating.js +52 -0
- package/build/index.esm.js/src/components/rating/Rating.js.map +1 -0
- package/build/index.esm.js/src/components/rating/starList/StarList.js +31 -0
- package/build/index.esm.js/src/components/rating/starList/StarList.js.map +1 -0
- package/build/index.esm.js/src/components/rating/starList/styles.js +53 -0
- package/build/index.esm.js/src/components/rating/starList/styles.js.map +1 -0
- package/build/index.esm.js/src/components/rating/styles.js +48 -0
- package/build/index.esm.js/src/components/rating/styles.js.map +1 -0
- package/build/index.esm.js/src/components/review/Review.js +69 -0
- package/build/index.esm.js/src/components/review/Review.js.map +1 -0
- package/build/index.esm.js/src/components/review-detail/ReviewDetail.js +55 -0
- package/build/index.esm.js/src/components/review-detail/ReviewDetail.js.map +1 -0
- package/build/index.esm.js/src/components/reviews-header/ReviewsHeader.js +28 -0
- package/build/index.esm.js/src/components/reviews-header/ReviewsHeader.js.map +1 -0
- package/build/index.esm.js/src/components/scroll-to-top/ScrollToTop.js +18 -0
- package/build/index.esm.js/src/components/scroll-to-top/ScrollToTop.js.map +1 -0
- package/build/index.esm.js/src/components/search-bar/ClearButton.js +20 -0
- package/build/index.esm.js/src/components/search-bar/ClearButton.js.map +1 -0
- package/build/index.esm.js/src/components/search-bar/Footer.js +17 -0
- package/build/index.esm.js/src/components/search-bar/Footer.js.map +1 -0
- package/build/index.esm.js/src/components/search-bar/Input.js +33 -0
- package/build/index.esm.js/src/components/search-bar/Input.js.map +1 -0
- package/build/index.esm.js/src/components/search-bar/ProductItem.js +36 -0
- package/build/index.esm.js/src/components/search-bar/ProductItem.js.map +1 -0
- package/build/index.esm.js/src/components/search-bar/ResultsPanel.js +42 -0
- package/build/index.esm.js/src/components/search-bar/ResultsPanel.js.map +1 -0
- package/build/index.esm.js/src/components/search-bar/SearchBar.js +77 -0
- package/build/index.esm.js/src/components/search-bar/SearchBar.js.map +1 -0
- package/build/index.esm.js/src/components/search-bar/SearchControl.js +42 -0
- package/build/index.esm.js/src/components/search-bar/SearchControl.js.map +1 -0
- package/build/index.esm.js/src/components/search-navigation/SearchNavigation.js +21 -0
- package/build/index.esm.js/src/components/search-navigation/SearchNavigation.js.map +1 -0
- package/build/index.esm.js/src/components/selector/simple/SelectorSecondary.js +41 -0
- package/build/index.esm.js/src/components/selector/simple/SelectorSecondary.js.map +1 -0
- package/build/index.esm.js/src/components/selector/simple/SimpleSelector.js +37 -0
- package/build/index.esm.js/src/components/selector/simple/SimpleSelector.js.map +1 -0
- package/build/index.esm.js/src/components/shared/button/BaseButton.js +19 -0
- package/build/index.esm.js/src/components/shared/button/BaseButton.js.map +1 -0
- package/build/index.esm.js/src/components/shared/button/Button.js +21 -0
- package/build/index.esm.js/src/components/shared/button/Button.js.map +1 -0
- package/build/index.esm.js/src/components/shared/card/Card.js +33 -0
- package/build/index.esm.js/src/components/shared/card/Card.js.map +1 -0
- package/build/index.esm.js/src/components/shared/card/CardBody.js +13 -0
- package/build/index.esm.js/src/components/shared/card/CardBody.js.map +1 -0
- package/build/index.esm.js/src/components/shared/card/CardSection.js +20 -0
- package/build/index.esm.js/src/components/shared/card/CardSection.js.map +1 -0
- package/build/index.esm.js/src/components/shared/image/Image.js +13 -0
- package/build/index.esm.js/src/components/shared/image/Image.js.map +1 -0
- package/build/index.esm.js/src/components/shared/label/label.js +20 -0
- package/build/index.esm.js/src/components/shared/label/label.js.map +1 -0
- package/build/index.esm.js/src/components/shared/label/styles.js +39 -0
- package/build/index.esm.js/src/components/shared/label/styles.js.map +1 -0
- package/build/index.esm.js/src/components/shared/portal/Portal.js +44 -0
- package/build/index.esm.js/src/components/shared/portal/Portal.js.map +1 -0
- package/build/index.esm.js/src/components/shared/select/BaseSelect.js +22 -0
- package/build/index.esm.js/src/components/shared/select/BaseSelect.js.map +1 -0
- package/build/index.esm.js/src/components/shared/select/BaseSelectButton.js +11 -0
- package/build/index.esm.js/src/components/shared/select/BaseSelectButton.js.map +1 -0
- package/build/index.esm.js/src/components/shared/select/BaseSelectOption.js +11 -0
- package/build/index.esm.js/src/components/shared/select/BaseSelectOption.js.map +1 -0
- package/build/index.esm.js/src/components/shared/select/BaseSelectOptions.js +11 -0
- package/build/index.esm.js/src/components/shared/select/BaseSelectOptions.js.map +1 -0
- package/build/index.esm.js/src/components/shared/spacing/Spacing.js +12 -0
- package/build/index.esm.js/src/components/shared/spacing/Spacing.js.map +1 -0
- package/build/index.esm.js/src/components/short-banner/ShortBanner.js +26 -0
- package/build/index.esm.js/src/components/short-banner/ShortBanner.js.map +1 -0
- package/build/index.esm.js/src/components/size/guide/SizeFitGuide.js +18 -0
- package/build/index.esm.js/src/components/size/guide/SizeFitGuide.js.map +1 -0
- package/build/index.esm.js/src/components/size/selector/SizeSelector.js +30 -0
- package/build/index.esm.js/src/components/size/selector/SizeSelector.js.map +1 -0
- package/build/index.esm.js/src/components/size-chart/SizeChart.js +45 -0
- package/build/index.esm.js/src/components/size-chart/SizeChart.js.map +1 -0
- package/build/index.esm.js/src/components/size-table/SizeTable.js +18 -0
- package/build/index.esm.js/src/components/size-table/SizeTable.js.map +1 -0
- package/build/index.esm.js/src/components/slider/ArrowButton.js +22 -0
- package/build/index.esm.js/src/components/slider/ArrowButton.js.map +1 -0
- package/build/index.esm.js/src/components/slider/SliderNavigation.js +68 -0
- package/build/index.esm.js/src/components/slider/SliderNavigation.js.map +1 -0
- package/build/index.esm.js/src/components/slider/StyledSlider.js +15 -0
- package/build/index.esm.js/src/components/slider/StyledSlider.js.map +1 -0
- package/build/index.esm.js/src/components/spinner/Spinner.js +24 -0
- package/build/index.esm.js/src/components/spinner/Spinner.js.map +1 -0
- package/build/index.esm.js/src/components/strength-bars/StrengthBars.js +22 -0
- package/build/index.esm.js/src/components/strength-bars/StrengthBars.js.map +1 -0
- package/build/index.esm.js/src/components/tabs/Tab.js +25 -0
- package/build/index.esm.js/src/components/tabs/Tab.js.map +1 -0
- package/build/index.esm.js/src/components/tabs/Tabs.js +27 -0
- package/build/index.esm.js/src/components/tabs/Tabs.js.map +1 -0
- package/build/index.esm.js/src/components/tag/Tag.js +13 -0
- package/build/index.esm.js/src/components/tag/Tag.js.map +1 -0
- package/build/index.esm.js/src/components/tag/variants/pdp/category/CategoryTag.js +43 -0
- package/build/index.esm.js/src/components/tag/variants/pdp/category/CategoryTag.js.map +1 -0
- package/build/index.esm.js/src/components/tag/variants/pdp/season-offer/SeasonOfferTag.js +41 -0
- package/build/index.esm.js/src/components/tag/variants/pdp/season-offer/SeasonOfferTag.js.map +1 -0
- package/build/index.esm.js/src/components/text/Text.js +145 -0
- package/build/index.esm.js/src/components/text/Text.js.map +1 -0
- package/build/index.esm.js/src/components/text-button/TextButton.js +52 -0
- package/build/index.esm.js/src/components/text-button/TextButton.js.map +1 -0
- package/build/index.esm.js/src/components/textWithImage/imageVideo.js +34 -0
- package/build/index.esm.js/src/components/textWithImage/imageVideo.js.map +1 -0
- package/build/index.esm.js/src/components/textWithImage/index.js +48 -0
- package/build/index.esm.js/src/components/textWithImage/index.js.map +1 -0
- package/build/index.esm.js/src/components/timer/Timer.js +38 -0
- package/build/index.esm.js/src/components/timer/Timer.js.map +1 -0
- package/build/index.esm.js/src/components/tooltip/Arrow.js +10 -0
- package/build/index.esm.js/src/components/tooltip/Arrow.js.map +1 -0
- package/build/index.esm.js/src/components/tooltip/Styled.js +61 -0
- package/build/index.esm.js/src/components/tooltip/Styled.js.map +1 -0
- package/build/index.esm.js/src/components/tooltip/Tooltip.js +31 -0
- package/build/index.esm.js/src/components/tooltip/Tooltip.js.map +1 -0
- package/build/index.esm.js/src/components/tooltip/utils.js +77 -0
- package/build/index.esm.js/src/components/tooltip/utils.js.map +1 -0
- package/build/index.esm.js/src/components/totals/index.js +10 -0
- package/build/index.esm.js/src/components/totals/index.js.map +1 -0
- package/build/index.esm.js/src/components/totals/subtotal/Subtotal.js +34 -0
- package/build/index.esm.js/src/components/totals/subtotal/Subtotal.js.map +1 -0
- package/build/index.esm.js/src/components/totals/total/Total.js +35 -0
- package/build/index.esm.js/src/components/totals/total/Total.js.map +1 -0
- package/build/index.esm.js/src/components/tracking-progress/TrackingProgress.js +47 -0
- package/build/index.esm.js/src/components/tracking-progress/TrackingProgress.js.map +1 -0
- package/build/index.esm.js/src/components/tracking-progress-v2/TrackingProgressV2.js +58 -0
- package/build/index.esm.js/src/components/tracking-progress-v2/TrackingProgressV2.js.map +1 -0
- package/build/index.esm.js/src/core/theme/Theme.js +38 -0
- package/build/index.esm.js/src/core/theme/Theme.js.map +1 -0
- package/build/index.esm.js/src/core/theme/theme.helpers.js +118 -0
- package/build/index.esm.js/src/core/theme/theme.helpers.js.map +1 -0
- package/build/index.esm.js/src/hooks/WindowDimensions.js +28 -0
- package/build/index.esm.js/src/hooks/WindowDimensions.js.map +1 -0
- package/build/index.esm.js/src/hooks/click-outside.js +23 -0
- package/build/index.esm.js/src/hooks/click-outside.js.map +1 -0
- package/build/index.esm.js/src/index.js +102 -0
- package/build/index.esm.js/src/index.js.map +1 -0
- package/build/index.esm.js/src/types/enums.js +28 -0
- package/build/index.esm.js/src/types/enums.js.map +1 -0
- package/build/index.esm.js/src/utils/dateFormatter/dateFormatter.js +9 -0
- package/build/index.esm.js/src/utils/dateFormatter/dateFormatter.js.map +1 -0
- package/build/index.esm.js/src/utils/decimalParser/decimalParser.js +9 -0
- package/build/index.esm.js/src/utils/decimalParser/decimalParser.js.map +1 -0
- package/build/index.esm.js/src/utils/formatPrice/formatPrice.js +15 -0
- package/build/index.esm.js/src/utils/formatPrice/formatPrice.js.map +1 -0
- package/build/index.esm.js/src/utils/getSrcSet/getSrcSet.js +13 -0
- package/build/index.esm.js/src/utils/getSrcSet/getSrcSet.js.map +1 -0
- package/build/index.esm.js/src/utils/media.js +8 -0
- package/build/index.esm.js/src/utils/media.js.map +1 -0
- package/build/index.esm.js/src/utils/simulateClick/simulateClick.js +14 -0
- package/build/index.esm.js/src/utils/simulateClick/simulateClick.js.map +1 -0
- package/build/index.esm.js/src/utils/sliceString/sliceString.js +6 -0
- package/build/index.esm.js/src/utils/sliceString/sliceString.js.map +1 -0
- package/build/index.esm.js/src/utils/validations/validations.js +18 -0
- package/build/index.esm.js/src/utils/validations/validations.js.map +1 -0
- package/build/index.js/_virtual/Parser.js +8 -0
- package/build/index.js/_virtual/Parser.js.map +1 -0
- package/build/index.js/_virtual/Tokenizer.js +8 -0
- package/build/index.js/_virtual/Tokenizer.js.map +1 -0
- package/build/index.js/_virtual/_commonjsHelpers.js +8 -0
- package/build/index.js/_virtual/_commonjsHelpers.js.map +1 -0
- package/build/index.js/_virtual/decode-data-html.js +8 -0
- package/build/index.js/_virtual/decode-data-html.js.map +1 -0
- package/build/index.js/_virtual/decode-data-xml.js +8 -0
- package/build/index.js/_virtual/decode-data-xml.js.map +1 -0
- package/build/index.js/_virtual/decode.js +8 -0
- package/build/index.js/_virtual/decode.js.map +1 -0
- package/build/index.js/_virtual/decode_codepoint.js +8 -0
- package/build/index.js/_virtual/decode_codepoint.js.map +1 -0
- package/build/index.js/_virtual/index.js +8 -0
- package/build/index.js/_virtual/index.js.map +1 -0
- package/build/index.js/_virtual/index2.js +8 -0
- package/build/index.js/_virtual/index2.js.map +1 -0
- package/build/index.js/_virtual/index3.js +8 -0
- package/build/index.js/_virtual/index3.js.map +1 -0
- package/build/index.js/_virtual/index4.js +8 -0
- package/build/index.js/_virtual/index4.js.map +1 -0
- package/build/index.js/_virtual/index5.js +8 -0
- package/build/index.js/_virtual/index5.js.map +1 -0
- package/build/index.js/_virtual/index6.js +8 -0
- package/build/index.js/_virtual/index6.js.map +1 -0
- package/build/index.js/_virtual/index7.js +8 -0
- package/build/index.js/_virtual/index7.js.map +1 -0
- package/build/index.js/_virtual/index8.js +8 -0
- package/build/index.js/_virtual/index8.js.map +1 -0
- package/build/index.js/_virtual/index9.js +8 -0
- package/build/index.js/_virtual/index9.js.map +1 -0
- package/build/index.js/_virtual/node.js +8 -0
- package/build/index.js/_virtual/node.js.map +1 -0
- package/build/index.js/_virtual/possibleStandardNamesOptimized.js +8 -0
- package/build/index.js/_virtual/possibleStandardNamesOptimized.js.map +1 -0
- package/build/index.js/_virtual/react-is.development.js +8 -0
- package/build/index.js/_virtual/react-is.development.js.map +1 -0
- package/build/index.js/_virtual/react-is.development2.js +8 -0
- package/build/index.js/_virtual/react-is.development2.js.map +1 -0
- package/build/index.js/_virtual/react-is.production.min.js +8 -0
- package/build/index.js/_virtual/react-is.production.min.js.map +1 -0
- package/build/index.js/_virtual/react-is.production.min2.js +8 -0
- package/build/index.js/_virtual/react-is.production.min2.js.map +1 -0
- package/build/index.js/_virtual/utilities.js +8 -0
- package/build/index.js/_virtual/utilities.js.map +1 -0
- package/build/{index.esm.css → index.js/bundle.css} +1 -1
- package/build/index.js/node_modules/@ant-design/react-slick/es/arrows.js +154 -0
- package/build/index.js/node_modules/@ant-design/react-slick/es/arrows.js.map +1 -0
- package/build/index.js/node_modules/@ant-design/react-slick/es/default-props.js +71 -0
- package/build/index.js/node_modules/@ant-design/react-slick/es/default-props.js.map +1 -0
- package/build/index.js/node_modules/@ant-design/react-slick/es/dots.js +110 -0
- package/build/index.js/node_modules/@ant-design/react-slick/es/dots.js.map +1 -0
- package/build/index.js/node_modules/@ant-design/react-slick/es/index.js +8 -0
- package/build/index.js/node_modules/@ant-design/react-slick/es/index.js.map +1 -0
- package/build/index.js/node_modules/@ant-design/react-slick/es/initial-state.js +36 -0
- package/build/index.js/node_modules/@ant-design/react-slick/es/initial-state.js.map +1 -0
- package/build/index.js/node_modules/@ant-design/react-slick/es/inner-slider.js +848 -0
- package/build/index.js/node_modules/@ant-design/react-slick/es/inner-slider.js.map +1 -0
- package/build/index.js/node_modules/@ant-design/react-slick/es/slider.js +270 -0
- package/build/index.js/node_modules/@ant-design/react-slick/es/slider.js.map +1 -0
- package/build/index.js/node_modules/@ant-design/react-slick/es/track.js +260 -0
- package/build/index.js/node_modules/@ant-design/react-slick/es/track.js.map +1 -0
- package/build/index.js/node_modules/@ant-design/react-slick/es/utils/innerSliderUtils.js +871 -0
- package/build/index.js/node_modules/@ant-design/react-slick/es/utils/innerSliderUtils.js.map +1 -0
- package/build/index.js/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js +12 -0
- package/build/index.js/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js.map +1 -0
- package/build/index.js/node_modules/@babel/runtime/helpers/esm/classCallCheck.js +10 -0
- package/build/index.js/node_modules/@babel/runtime/helpers/esm/classCallCheck.js.map +1 -0
- package/build/index.js/node_modules/@babel/runtime/helpers/esm/createClass.js +23 -0
- package/build/index.js/node_modules/@babel/runtime/helpers/esm/createClass.js.map +1 -0
- package/build/index.js/node_modules/@babel/runtime/helpers/esm/createSuper.js +25 -0
- package/build/index.js/node_modules/@babel/runtime/helpers/esm/createSuper.js.map +1 -0
- package/build/index.js/node_modules/@babel/runtime/helpers/esm/defineProperty.js +19 -0
- package/build/index.js/node_modules/@babel/runtime/helpers/esm/defineProperty.js.map +1 -0
- package/build/index.js/node_modules/@babel/runtime/helpers/esm/extends.js +22 -0
- package/build/index.js/node_modules/@babel/runtime/helpers/esm/extends.js.map +1 -0
- package/build/index.js/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js +11 -0
- package/build/index.js/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js.map +1 -0
- package/build/index.js/node_modules/@babel/runtime/helpers/esm/inherits.js +24 -0
- package/build/index.js/node_modules/@babel/runtime/helpers/esm/inherits.js.map +1 -0
- package/build/index.js/node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.js +17 -0
- package/build/index.js/node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.js.map +1 -0
- package/build/index.js/node_modules/@babel/runtime/helpers/esm/objectSpread2.js +32 -0
- package/build/index.js/node_modules/@babel/runtime/helpers/esm/objectSpread2.js.map +1 -0
- package/build/index.js/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js +25 -0
- package/build/index.js/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js.map +1 -0
- package/build/index.js/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js +19 -0
- package/build/index.js/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js.map +1 -0
- package/build/index.js/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js +17 -0
- package/build/index.js/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js.map +1 -0
- package/build/index.js/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js +13 -0
- package/build/index.js/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js.map +1 -0
- package/build/index.js/node_modules/@babel/runtime/helpers/esm/typeof.js +14 -0
- package/build/index.js/node_modules/@babel/runtime/helpers/esm/typeof.js.map +1 -0
- package/build/index.js/node_modules/@emotion/cache/dist/emotion-cache.esm.js +405 -0
- package/build/index.js/node_modules/@emotion/cache/dist/emotion-cache.esm.js.map +1 -0
- package/build/index.js/node_modules/@emotion/hash/dist/hash.esm.js +58 -0
- package/build/index.js/node_modules/@emotion/hash/dist/hash.esm.js.map +1 -0
- package/build/index.js/node_modules/@emotion/is-prop-valid/dist/emotion-is-prop-valid.esm.js +18 -0
- package/build/index.js/node_modules/@emotion/is-prop-valid/dist/emotion-is-prop-valid.esm.js.map +1 -0
- package/build/index.js/node_modules/@emotion/memoize/dist/emotion-memoize.esm.js +12 -0
- package/build/index.js/node_modules/@emotion/memoize/dist/emotion-memoize.esm.js.map +1 -0
- package/build/index.js/node_modules/@emotion/react/dist/emotion-element-570fe3bb.esm.js +298 -0
- package/build/index.js/node_modules/@emotion/react/dist/emotion-element-570fe3bb.esm.js.map +1 -0
- package/build/index.js/node_modules/@emotion/react/dist/emotion-react.esm.js +400 -0
- package/build/index.js/node_modules/@emotion/react/dist/emotion-react.esm.js.map +1 -0
- package/build/index.js/node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.esm.js +30 -0
- package/build/index.js/node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.esm.js.map +1 -0
- package/build/index.js/node_modules/@emotion/serialize/dist/emotion-serialize.esm.js +319 -0
- package/build/index.js/node_modules/@emotion/serialize/dist/emotion-serialize.esm.js.map +1 -0
- package/build/index.js/node_modules/@emotion/sheet/dist/emotion-sheet.esm.js +158 -0
- package/build/index.js/node_modules/@emotion/sheet/dist/emotion-sheet.esm.js.map +1 -0
- package/build/index.js/node_modules/@emotion/styled/base/dist/emotion-styled-base.esm.js +228 -0
- package/build/index.js/node_modules/@emotion/styled/base/dist/emotion-styled-base.esm.js.map +1 -0
- package/build/index.js/node_modules/@emotion/styled/dist/emotion-styled.esm.js +17 -0
- package/build/index.js/node_modules/@emotion/styled/dist/emotion-styled.esm.js.map +1 -0
- package/build/index.js/node_modules/@emotion/unitless/dist/unitless.esm.js +53 -0
- package/build/index.js/node_modules/@emotion/unitless/dist/unitless.esm.js.map +1 -0
- package/build/index.js/node_modules/@emotion/utils/dist/emotion-utils.esm.js +60 -0
- package/build/index.js/node_modules/@emotion/utils/dist/emotion-utils.esm.js.map +1 -0
- package/build/index.js/node_modules/@emotion/weak-memoize/dist/weak-memoize.esm.js +19 -0
- package/build/index.js/node_modules/@emotion/weak-memoize/dist/weak-memoize.esm.js.map +1 -0
- package/build/index.js/node_modules/@headlessui/react/dist/headlessui.esm.js +24 -0
- package/build/index.js/node_modules/@headlessui/react/dist/headlessui.esm.js.map +1 -0
- package/build/index.js/node_modules/@ribeirolabs/events/index.js +46 -0
- package/build/index.js/node_modules/@ribeirolabs/events/index.js.map +1 -0
- package/build/index.js/node_modules/@ribeirolabs/events/react/index.js +57 -0
- package/build/index.js/node_modules/@ribeirolabs/events/react/index.js.map +1 -0
- package/build/index.js/node_modules/classnames/index.js +64 -0
- package/build/index.js/node_modules/classnames/index.js.map +1 -0
- package/build/index.js/node_modules/domelementtype/lib/index.js +61 -0
- package/build/index.js/node_modules/domelementtype/lib/index.js.map +1 -0
- package/build/index.js/node_modules/domhandler/lib/index.js +183 -0
- package/build/index.js/node_modules/domhandler/lib/index.js.map +1 -0
- package/build/index.js/node_modules/domhandler/lib/node.js +453 -0
- package/build/index.js/node_modules/domhandler/lib/node.js.map +1 -0
- package/build/index.js/node_modules/facepaint/dist/index.es.js +84 -0
- package/build/index.js/node_modules/facepaint/dist/index.es.js.map +1 -0
- package/build/index.js/node_modules/hoist-non-react-statics/dist/hoist-non-react-statics.cjs.js +25 -0
- package/build/index.js/node_modules/hoist-non-react-statics/dist/hoist-non-react-statics.cjs.js.map +1 -0
- package/build/index.js/node_modules/hoist-non-react-statics/node_modules/react-is/cjs/react-is.development.js +185 -0
- package/build/index.js/node_modules/hoist-non-react-statics/node_modules/react-is/cjs/react-is.development.js.map +1 -0
- package/build/index.js/node_modules/hoist-non-react-statics/node_modules/react-is/cjs/react-is.production.min.js +21 -0
- package/build/index.js/node_modules/hoist-non-react-statics/node_modules/react-is/cjs/react-is.production.min.js.map +1 -0
- package/build/index.js/node_modules/hoist-non-react-statics/node_modules/react-is/index.js +14 -0
- package/build/index.js/node_modules/hoist-non-react-statics/node_modules/react-is/index.js.map +1 -0
- package/build/index.js/node_modules/html-dom-parser/index.js +15 -0
- package/build/index.js/node_modules/html-dom-parser/index.js.map +1 -0
- package/build/index.js/node_modules/html-dom-parser/lib/server/html-to-dom.js +41 -0
- package/build/index.js/node_modules/html-dom-parser/lib/server/html-to-dom.js.map +1 -0
- package/build/index.js/node_modules/html-dom-parser/lib/server/utilities.js +23 -0
- package/build/index.js/node_modules/html-dom-parser/lib/server/utilities.js.map +1 -0
- package/build/index.js/node_modules/html-dom-parser/node_modules/entities/lib/decode.js +158 -0
- package/build/index.js/node_modules/html-dom-parser/node_modules/entities/lib/decode.js.map +1 -0
- package/build/index.js/node_modules/html-dom-parser/node_modules/entities/lib/decode_codepoint.js +58 -0
- package/build/index.js/node_modules/html-dom-parser/node_modules/entities/lib/decode_codepoint.js.map +1 -0
- package/build/index.js/node_modules/html-dom-parser/node_modules/entities/lib/generated/decode-data-html.js +9 -0
- package/build/index.js/node_modules/html-dom-parser/node_modules/entities/lib/generated/decode-data-html.js.map +1 -0
- package/build/index.js/node_modules/html-dom-parser/node_modules/entities/lib/generated/decode-data-xml.js +9 -0
- package/build/index.js/node_modules/html-dom-parser/node_modules/entities/lib/generated/decode-data-xml.js.map +1 -0
- package/build/index.js/node_modules/html-dom-parser/node_modules/htmlparser2/lib/Parser.js +433 -0
- package/build/index.js/node_modules/html-dom-parser/node_modules/htmlparser2/lib/Parser.js.map +1 -0
- package/build/index.js/node_modules/html-dom-parser/node_modules/htmlparser2/lib/Tokenizer.js +821 -0
- package/build/index.js/node_modules/html-dom-parser/node_modules/htmlparser2/lib/Tokenizer.js.map +1 -0
- package/build/index.js/node_modules/html-react-parser/index.js +57 -0
- package/build/index.js/node_modules/html-react-parser/index.js.map +1 -0
- package/build/index.js/node_modules/html-react-parser/index.mjs.js +11 -0
- package/build/index.js/node_modules/html-react-parser/index.mjs.js.map +1 -0
- package/build/index.js/node_modules/html-react-parser/lib/attributes-to-props.js +95 -0
- package/build/index.js/node_modules/html-react-parser/lib/attributes-to-props.js.map +1 -0
- package/build/index.js/node_modules/html-react-parser/lib/dom-to-react.js +152 -0
- package/build/index.js/node_modules/html-react-parser/lib/dom-to-react.js.map +1 -0
- package/build/index.js/node_modules/html-react-parser/lib/utilities.js +143 -0
- package/build/index.js/node_modules/html-react-parser/lib/utilities.js.map +1 -0
- package/build/index.js/node_modules/inline-style-parser/index.js +262 -0
- package/build/index.js/node_modules/inline-style-parser/index.js.map +1 -0
- package/build/index.js/node_modules/json2mq/index.js +58 -0
- package/build/index.js/node_modules/json2mq/index.js.map +1 -0
- package/build/index.js/node_modules/lodash/_Symbol.js +13 -0
- package/build/index.js/node_modules/lodash/_Symbol.js.map +1 -0
- package/build/index.js/node_modules/lodash/_baseGetTag.js +37 -0
- package/build/index.js/node_modules/lodash/_baseGetTag.js.map +1 -0
- package/build/index.js/node_modules/lodash/_baseTrim.js +26 -0
- package/build/index.js/node_modules/lodash/_baseTrim.js.map +1 -0
- package/build/index.js/node_modules/lodash/_freeGlobal.js +12 -0
- package/build/index.js/node_modules/lodash/_freeGlobal.js.map +1 -0
- package/build/index.js/node_modules/lodash/_getRawTag.js +53 -0
- package/build/index.js/node_modules/lodash/_getRawTag.js.map +1 -0
- package/build/index.js/node_modules/lodash/_objectToString.js +28 -0
- package/build/index.js/node_modules/lodash/_objectToString.js.map +1 -0
- package/build/index.js/node_modules/lodash/_root.js +16 -0
- package/build/index.js/node_modules/lodash/_root.js.map +1 -0
- package/build/index.js/node_modules/lodash/_trimmedEndIndex.js +25 -0
- package/build/index.js/node_modules/lodash/_trimmedEndIndex.js.map +1 -0
- package/build/index.js/node_modules/lodash/debounce.js +200 -0
- package/build/index.js/node_modules/lodash/debounce.js.map +1 -0
- package/build/index.js/node_modules/lodash/isObject.js +37 -0
- package/build/index.js/node_modules/lodash/isObject.js.map +1 -0
- package/build/index.js/node_modules/lodash/isObjectLike.js +35 -0
- package/build/index.js/node_modules/lodash/isObjectLike.js.map +1 -0
- package/build/index.js/node_modules/lodash/isSymbol.js +37 -0
- package/build/index.js/node_modules/lodash/isSymbol.js.map +1 -0
- package/build/index.js/node_modules/lodash/now.js +30 -0
- package/build/index.js/node_modules/lodash/now.js.map +1 -0
- package/build/index.js/node_modules/lodash/toNumber.js +73 -0
- package/build/index.js/node_modules/lodash/toNumber.js.map +1 -0
- package/build/index.js/node_modules/object-assign/index.js +93 -0
- package/build/index.js/node_modules/object-assign/index.js.map +1 -0
- package/build/index.js/node_modules/prop-types/checkPropTypes.js +109 -0
- package/build/index.js/node_modules/prop-types/checkPropTypes.js.map +1 -0
- package/build/index.js/node_modules/prop-types/factoryWithThrowingShims.js +68 -0
- package/build/index.js/node_modules/prop-types/factoryWithThrowingShims.js.map +1 -0
- package/build/index.js/node_modules/prop-types/factoryWithTypeCheckers.js +620 -0
- package/build/index.js/node_modules/prop-types/factoryWithTypeCheckers.js.map +1 -0
- package/build/index.js/node_modules/prop-types/index.js +32 -0
- package/build/index.js/node_modules/prop-types/index.js.map +1 -0
- package/build/index.js/node_modules/prop-types/lib/ReactPropTypesSecret.js +15 -0
- package/build/index.js/node_modules/prop-types/lib/ReactPropTypesSecret.js.map +1 -0
- package/build/index.js/node_modules/prop-types/lib/has.js +6 -0
- package/build/index.js/node_modules/prop-types/lib/has.js.map +1 -0
- package/build/index.js/node_modules/prop-types/node_modules/react-is/cjs/react-is.development.js +185 -0
- package/build/index.js/node_modules/prop-types/node_modules/react-is/cjs/react-is.development.js.map +1 -0
- package/build/index.js/node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.js +21 -0
- package/build/index.js/node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.js.map +1 -0
- package/build/index.js/node_modules/prop-types/node_modules/react-is/index.js +14 -0
- package/build/index.js/node_modules/prop-types/node_modules/react-is/index.js.map +1 -0
- package/build/index.js/node_modules/react-inner-image-zoom/es/InnerImageZoom/InnerImageZoom.js +377 -0
- package/build/index.js/node_modules/react-inner-image-zoom/es/InnerImageZoom/InnerImageZoom.js.map +1 -0
- package/build/index.js/node_modules/react-inner-image-zoom/es/InnerImageZoom/components/FullscreenPortal.js +31 -0
- package/build/index.js/node_modules/react-inner-image-zoom/es/InnerImageZoom/components/FullscreenPortal.js.map +1 -0
- package/build/index.js/node_modules/react-inner-image-zoom/es/InnerImageZoom/components/Image.js +61 -0
- package/build/index.js/node_modules/react-inner-image-zoom/es/InnerImageZoom/components/Image.js.map +1 -0
- package/build/index.js/node_modules/react-inner-image-zoom/es/InnerImageZoom/components/ZoomImage.js +61 -0
- package/build/index.js/node_modules/react-inner-image-zoom/es/InnerImageZoom/components/ZoomImage.js.map +1 -0
- package/build/index.js/node_modules/react-inner-image-zoom/es/InnerImageZoom/index.js +8 -0
- package/build/index.js/node_modules/react-inner-image-zoom/es/InnerImageZoom/index.js.map +1 -0
- package/build/index.js/node_modules/react-inner-image-zoom/es/index.js +11 -0
- package/build/index.js/node_modules/react-inner-image-zoom/es/index.js.map +1 -0
- package/build/index.js/node_modules/react-property/lib/index.js +324 -0
- package/build/index.js/node_modules/react-property/lib/index.js.map +1 -0
- package/build/index.js/node_modules/react-property/lib/possibleStandardNamesOptimized.js +500 -0
- package/build/index.js/node_modules/react-property/lib/possibleStandardNamesOptimized.js.map +1 -0
- package/build/index.js/node_modules/react-swipeable/dist/react-swipeable.module.js +297 -0
- package/build/index.js/node_modules/react-swipeable/dist/react-swipeable.module.js.map +1 -0
- package/build/index.js/node_modules/resize-observer-polyfill/dist/ResizeObserver.es.js +931 -0
- package/build/index.js/node_modules/resize-observer-polyfill/dist/ResizeObserver.es.js.map +1 -0
- package/build/index.js/node_modules/string-convert/camel2hyphen.js +14 -0
- package/build/index.js/node_modules/string-convert/camel2hyphen.js.map +1 -0
- package/build/index.js/node_modules/style-to-js/cjs/index.js +30 -0
- package/build/index.js/node_modules/style-to-js/cjs/index.js.map +1 -0
- package/build/index.js/node_modules/style-to-js/cjs/utilities.js +34 -0
- package/build/index.js/node_modules/style-to-js/cjs/utilities.js.map +1 -0
- package/build/index.js/node_modules/style-to-object/index.js +49 -0
- package/build/index.js/node_modules/style-to-object/index.js.map +1 -0
- package/build/index.js/node_modules/stylis/src/Enum.js +23 -0
- package/build/index.js/node_modules/stylis/src/Enum.js.map +1 -0
- package/build/index.js/node_modules/stylis/src/Middleware.js +78 -0
- package/build/index.js/node_modules/stylis/src/Middleware.js.map +1 -0
- package/build/index.js/node_modules/stylis/src/Parser.js +202 -0
- package/build/index.js/node_modules/stylis/src/Parser.js.map +1 -0
- package/build/index.js/node_modules/stylis/src/Prefixer.js +126 -0
- package/build/index.js/node_modules/stylis/src/Prefixer.js.map +1 -0
- package/build/index.js/node_modules/stylis/src/Serializer.js +43 -0
- package/build/index.js/node_modules/stylis/src/Serializer.js.map +1 -0
- package/build/index.js/node_modules/stylis/src/Tokenizer.js +244 -0
- package/build/index.js/node_modules/stylis/src/Tokenizer.js.map +1 -0
- package/build/index.js/node_modules/stylis/src/Utility.js +135 -0
- package/build/index.js/node_modules/stylis/src/Utility.js.map +1 -0
- package/build/index.js/node_modules/tslib/tslib.es6.js +61 -0
- package/build/index.js/node_modules/tslib/tslib.es6.js.map +1 -0
- package/build/index.js/src/components/HurryUp/HurryUp.js +48 -0
- package/build/index.js/src/components/HurryUp/HurryUp.js.map +1 -0
- package/build/index.js/src/components/Icon-wrapper/IconWrapper.js +14 -0
- package/build/index.js/src/components/Icon-wrapper/IconWrapper.js.map +1 -0
- package/build/index.js/src/components/PackSelectorV2/PackSelectoV2.js +43 -0
- package/build/index.js/src/components/PackSelectorV2/PackSelectoV2.js.map +1 -0
- package/build/index.js/src/components/SkeletonBox/SkeletonBox.js +38 -0
- package/build/index.js/src/components/SkeletonBox/SkeletonBox.js.map +1 -0
- package/build/index.js/src/components/absorbency-level/AbsorbencyLevel.js +21 -0
- package/build/index.js/src/components/absorbency-level/AbsorbencyLevel.js.map +1 -0
- package/build/index.js/src/components/absorbency-level/drop-list/DropList.js +21 -0
- package/build/index.js/src/components/absorbency-level/drop-list/DropList.js.map +1 -0
- package/build/index.js/src/components/accordion/Accordion.js +28 -0
- package/build/index.js/src/components/accordion/Accordion.js.map +1 -0
- package/build/index.js/src/components/accordion/styles.js +71 -0
- package/build/index.js/src/components/accordion/styles.js.map +1 -0
- package/build/index.js/src/components/accordion-options/AccordionOptions.js +36 -0
- package/build/index.js/src/components/accordion-options/AccordionOptions.js.map +1 -0
- package/build/index.js/src/components/before-after/BeforeAfter.js +28 -0
- package/build/index.js/src/components/before-after/BeforeAfter.js.map +1 -0
- package/build/index.js/src/components/before-after/styles.js +62 -0
- package/build/index.js/src/components/before-after/styles.js.map +1 -0
- package/build/index.js/src/components/bundle/index.js +14 -0
- package/build/index.js/src/components/bundle/index.js.map +1 -0
- package/build/index.js/src/components/bundle/minimalistic/Minimalistic.js +27 -0
- package/build/index.js/src/components/bundle/minimalistic/Minimalistic.js.map +1 -0
- package/build/index.js/src/components/bundle/simple/Simple.js +28 -0
- package/build/index.js/src/components/bundle/simple/Simple.js.map +1 -0
- package/build/index.js/src/components/buynowpaylater/BuyNowPayLater.js +31 -0
- package/build/index.js/src/components/buynowpaylater/BuyNowPayLater.js.map +1 -0
- package/build/index.js/src/components/cartProductItem/CloseIcon/CloseButton.js +20 -0
- package/build/index.js/src/components/cartProductItem/CloseIcon/CloseButton.js.map +1 -0
- package/build/index.js/src/components/cartProductItem/Description/Description.js +19 -0
- package/build/index.js/src/components/cartProductItem/Description/Description.js.map +1 -0
- package/build/index.js/src/components/cartProductItem/Promo/Promo.js +19 -0
- package/build/index.js/src/components/cartProductItem/Promo/Promo.js.map +1 -0
- package/build/index.js/src/components/cartProductItem/Title/Title.js +19 -0
- package/build/index.js/src/components/cartProductItem/Title/Title.js.map +1 -0
- package/build/index.js/src/components/cartProductItem/index.js +20 -0
- package/build/index.js/src/components/cartProductItem/index.js.map +1 -0
- package/build/index.js/src/components/checkbox/Checkbox.js +44 -0
- package/build/index.js/src/components/checkbox/Checkbox.js.map +1 -0
- package/build/index.js/src/components/checkbox/styles.js +91 -0
- package/build/index.js/src/components/checkbox/styles.js.map +1 -0
- package/build/index.js/src/components/collection/grid/WithProductGrid.js +20 -0
- package/build/index.js/src/components/collection/grid/WithProductGrid.js.map +1 -0
- package/build/index.js/src/components/collection/index.js +14 -0
- package/build/index.js/src/components/collection/index.js.map +1 -0
- package/build/index.js/src/components/collection/product/mobile/ProductItemMobile.js +105 -0
- package/build/index.js/src/components/collection/product/mobile/ProductItemMobile.js.map +1 -0
- package/build/index.js/src/components/color/ColorRadioGroup.js +34 -0
- package/build/index.js/src/components/color/ColorRadioGroup.js.map +1 -0
- package/build/index.js/src/components/color/MultiColorPicker.js +48 -0
- package/build/index.js/src/components/color/MultiColorPicker.js.map +1 -0
- package/build/index.js/src/components/color/SingleColorPicker.js +31 -0
- package/build/index.js/src/components/color/SingleColorPicker.js.map +1 -0
- package/build/index.js/src/components/color/selector/ColorSelector.js +21 -0
- package/build/index.js/src/components/color/selector/ColorSelector.js.map +1 -0
- package/build/index.js/src/components/color/selector/OneColorSelector.js +15 -0
- package/build/index.js/src/components/color/selector/OneColorSelector.js.map +1 -0
- package/build/index.js/src/components/color/selector/OutOfStock.js +16 -0
- package/build/index.js/src/components/color/selector/OutOfStock.js.map +1 -0
- package/build/index.js/src/components/color/selector/PatternSelector.js +27 -0
- package/build/index.js/src/components/color/selector/PatternSelector.js.map +1 -0
- package/build/index.js/src/components/color/selector/ThreeColorSelector.js +15 -0
- package/build/index.js/src/components/color/selector/ThreeColorSelector.js.map +1 -0
- package/build/index.js/src/components/color/selector/TwoColorSelector.js +15 -0
- package/build/index.js/src/components/color/selector/TwoColorSelector.js.map +1 -0
- package/build/index.js/src/components/cross-sell/Checkbox/CrossSellCheckbox.js +30 -0
- package/build/index.js/src/components/cross-sell/Checkbox/CrossSellCheckbox.js.map +1 -0
- package/build/index.js/src/components/cross-sell/index.js +10 -0
- package/build/index.js/src/components/cross-sell/index.js.map +1 -0
- package/build/index.js/src/components/cta/BaseCTA.js +45 -0
- package/build/index.js/src/components/cta/BaseCTA.js.map +1 -0
- package/build/index.js/src/components/cta/primary/ButtonPrimary.js +32 -0
- package/build/index.js/src/components/cta/primary/ButtonPrimary.js.map +1 -0
- package/build/index.js/src/components/cta/secondary/ButtonSecondary.js +26 -0
- package/build/index.js/src/components/cta/secondary/ButtonSecondary.js.map +1 -0
- package/build/index.js/src/components/cta/secondary/ButtonSecondaryOutline.js +28 -0
- package/build/index.js/src/components/cta/secondary/ButtonSecondaryOutline.js.map +1 -0
- package/build/index.js/src/components/delivery-details/DeliveryDetails.js +59 -0
- package/build/index.js/src/components/delivery-details/DeliveryDetails.js.map +1 -0
- package/build/index.js/src/components/delivery-details/Note/Note.js +23 -0
- package/build/index.js/src/components/delivery-details/Note/Note.js.map +1 -0
- package/build/index.js/src/components/drawer/Drawer.js +58 -0
- package/build/index.js/src/components/drawer/Drawer.js.map +1 -0
- package/build/index.js/src/components/dropdown/base/BaseDropdown.js +30 -0
- package/build/index.js/src/components/dropdown/base/BaseDropdown.js.map +1 -0
- package/build/index.js/src/components/dropdown/base/BaseDropdownButton.js +69 -0
- package/build/index.js/src/components/dropdown/base/BaseDropdownButton.js.map +1 -0
- package/build/index.js/src/components/dropdown/base/BaseDropdownOption.js +40 -0
- package/build/index.js/src/components/dropdown/base/BaseDropdownOption.js.map +1 -0
- package/build/index.js/src/components/dropdown/base/BaseDropdownOptions.js +35 -0
- package/build/index.js/src/components/dropdown/base/BaseDropdownOptions.js.map +1 -0
- package/build/index.js/src/components/dropdown/size-dropdown/SizeDropdown.js +31 -0
- package/build/index.js/src/components/dropdown/size-dropdown/SizeDropdown.js.map +1 -0
- package/build/index.js/src/components/dropdown/size-dropdown/Styled.js +22 -0
- package/build/index.js/src/components/dropdown/size-dropdown/Styled.js.map +1 -0
- package/build/index.js/src/components/dropdown/variants/dialog/DropdownDialog.js +21 -0
- package/build/index.js/src/components/dropdown/variants/dialog/DropdownDialog.js.map +1 -0
- package/build/index.js/src/components/dropdown/variants/filtering/FilteringDropdown.js +43 -0
- package/build/index.js/src/components/dropdown/variants/filtering/FilteringDropdown.js.map +1 -0
- package/build/index.js/src/components/dropdown/variants/simple/SimpleDropdown.js +49 -0
- package/build/index.js/src/components/dropdown/variants/simple/SimpleDropdown.js.map +1 -0
- package/build/index.js/src/components/dropdown-list-icons/DropdownListIcons.js +24 -0
- package/build/index.js/src/components/dropdown-list-icons/DropdownListIcons.js.map +1 -0
- package/build/index.js/src/components/dropdown-list-icons/Styled.js +22 -0
- package/build/index.js/src/components/dropdown-list-icons/Styled.js.map +1 -0
- package/build/index.js/src/components/filtering/Accordion.js +29 -0
- package/build/index.js/src/components/filtering/Accordion.js.map +1 -0
- package/build/index.js/src/components/filtering/Filters.js +136 -0
- package/build/index.js/src/components/filtering/Filters.js.map +1 -0
- package/build/index.js/src/components/filtering/FiltersStyled.js +30 -0
- package/build/index.js/src/components/filtering/FiltersStyled.js.map +1 -0
- package/build/index.js/src/components/filtering/Tags/Tags.js +27 -0
- package/build/index.js/src/components/filtering/Tags/Tags.js.map +1 -0
- package/build/index.js/src/components/fit/FitPredictor.js +32 -0
- package/build/index.js/src/components/fit/FitPredictor.js.map +1 -0
- package/build/index.js/src/components/gallery/ImagePreviewList.js +28 -0
- package/build/index.js/src/components/gallery/ImagePreviewList.js.map +1 -0
- package/build/index.js/src/components/gallery/ImageProductWithTags.js +34 -0
- package/build/index.js/src/components/gallery/ImageProductWithTags.js.map +1 -0
- package/build/index.js/src/components/gallery/ImageSmallPreview.js +28 -0
- package/build/index.js/src/components/gallery/ImageSmallPreview.js.map +1 -0
- package/build/index.js/src/components/gallery/ProductGallery.js +25 -0
- package/build/index.js/src/components/gallery/ProductGallery.js.map +1 -0
- package/build/index.js/src/components/icon-button/IconButton.js +63 -0
- package/build/index.js/src/components/icon-button/IconButton.js.map +1 -0
- package/build/index.js/src/components/icon-button/amazonAndPaypal/AmazonPaypalButtons.js +24 -0
- package/build/index.js/src/components/icon-button/amazonAndPaypal/AmazonPaypalButtons.js.map +1 -0
- package/build/index.js/src/components/icons/Actions/Add.js +15 -0
- package/build/index.js/src/components/icons/Actions/Add.js.map +1 -0
- package/build/index.js/src/components/icons/Actions/Check.js +15 -0
- package/build/index.js/src/components/icons/Actions/Check.js.map +1 -0
- package/build/index.js/src/components/icons/Actions/CheckboxEmpty.js +15 -0
- package/build/index.js/src/components/icons/Actions/CheckboxEmpty.js.map +1 -0
- package/build/index.js/src/components/icons/Actions/CheckboxLight.js +15 -0
- package/build/index.js/src/components/icons/Actions/CheckboxLight.js.map +1 -0
- package/build/index.js/src/components/icons/Actions/CheckboxSolid.js +15 -0
- package/build/index.js/src/components/icons/Actions/CheckboxSolid.js.map +1 -0
- package/build/index.js/src/components/icons/Actions/CircleCheck.js +15 -0
- package/build/index.js/src/components/icons/Actions/CircleCheck.js.map +1 -0
- package/build/index.js/src/components/icons/Actions/CircleClear.js +15 -0
- package/build/index.js/src/components/icons/Actions/CircleClear.js.map +1 -0
- package/build/index.js/src/components/icons/Actions/CircleInfo.js +15 -0
- package/build/index.js/src/components/icons/Actions/CircleInfo.js.map +1 -0
- package/build/index.js/src/components/icons/Actions/CircleMinus.js +15 -0
- package/build/index.js/src/components/icons/Actions/CircleMinus.js.map +1 -0
- package/build/index.js/src/components/icons/Actions/CirclePlus.js +15 -0
- package/build/index.js/src/components/icons/Actions/CirclePlus.js.map +1 -0
- package/build/index.js/src/components/icons/Actions/CircleQuestion.js +15 -0
- package/build/index.js/src/components/icons/Actions/CircleQuestion.js.map +1 -0
- package/build/index.js/src/components/icons/Actions/CircleSolidCheck.js +15 -0
- package/build/index.js/src/components/icons/Actions/CircleSolidCheck.js.map +1 -0
- package/build/index.js/src/components/icons/Actions/CircleSolidClear.js +15 -0
- package/build/index.js/src/components/icons/Actions/CircleSolidClear.js.map +1 -0
- package/build/index.js/src/components/icons/Actions/CircleSolidMinus.js +15 -0
- package/build/index.js/src/components/icons/Actions/CircleSolidMinus.js.map +1 -0
- package/build/index.js/src/components/icons/Actions/CircleSolidPlus.js +15 -0
- package/build/index.js/src/components/icons/Actions/CircleSolidPlus.js.map +1 -0
- package/build/index.js/src/components/icons/Actions/CircleSolidQuestion.js +15 -0
- package/build/index.js/src/components/icons/Actions/CircleSolidQuestion.js.map +1 -0
- package/build/index.js/src/components/icons/Actions/CircleSolidStyledCheck.js +15 -0
- package/build/index.js/src/components/icons/Actions/CircleSolidStyledCheck.js.map +1 -0
- package/build/index.js/src/components/icons/Actions/CircleSolidWarning.js +15 -0
- package/build/index.js/src/components/icons/Actions/CircleSolidWarning.js.map +1 -0
- package/build/index.js/src/components/icons/Actions/CircleWarning.js +15 -0
- package/build/index.js/src/components/icons/Actions/CircleWarning.js.map +1 -0
- package/build/index.js/src/components/icons/Actions/ClearLight.js +15 -0
- package/build/index.js/src/components/icons/Actions/ClearLight.js.map +1 -0
- package/build/index.js/src/components/icons/Actions/Close.js +15 -0
- package/build/index.js/src/components/icons/Actions/Close.js.map +1 -0
- package/build/index.js/src/components/icons/Actions/Copy.js +15 -0
- package/build/index.js/src/components/icons/Actions/Copy.js.map +1 -0
- package/build/index.js/src/components/icons/Actions/CopyOutlined.js +15 -0
- package/build/index.js/src/components/icons/Actions/CopyOutlined.js.map +1 -0
- package/build/index.js/src/components/icons/Actions/Edit.js +15 -0
- package/build/index.js/src/components/icons/Actions/Edit.js.map +1 -0
- package/build/index.js/src/components/icons/Actions/LightCheck.js +15 -0
- package/build/index.js/src/components/icons/Actions/LightCheck.js.map +1 -0
- package/build/index.js/src/components/icons/Actions/LightExclamation.js +15 -0
- package/build/index.js/src/components/icons/Actions/LightExclamation.js.map +1 -0
- package/build/index.js/src/components/icons/Actions/Like.js +15 -0
- package/build/index.js/src/components/icons/Actions/Like.js.map +1 -0
- package/build/index.js/src/components/icons/Actions/LikeSolid.js +15 -0
- package/build/index.js/src/components/icons/Actions/LikeSolid.js.map +1 -0
- package/build/index.js/src/components/icons/Actions/Minus.js +15 -0
- package/build/index.js/src/components/icons/Actions/Minus.js.map +1 -0
- package/build/index.js/src/components/icons/Actions/NotAllowed.js +15 -0
- package/build/index.js/src/components/icons/Actions/NotAllowed.js.map +1 -0
- package/build/index.js/src/components/icons/Actions/Question.js +15 -0
- package/build/index.js/src/components/icons/Actions/Question.js.map +1 -0
- package/build/index.js/src/components/icons/Actions/RadioEmpty.js +15 -0
- package/build/index.js/src/components/icons/Actions/RadioEmpty.js.map +1 -0
- package/build/index.js/src/components/icons/Actions/RadioFilled.js +15 -0
- package/build/index.js/src/components/icons/Actions/RadioFilled.js.map +1 -0
- package/build/index.js/src/components/icons/Actions/Settings.js +15 -0
- package/build/index.js/src/components/icons/Actions/Settings.js.map +1 -0
- package/build/index.js/src/components/icons/Actions/SettingsSolid.js +15 -0
- package/build/index.js/src/components/icons/Actions/SettingsSolid.js.map +1 -0
- package/build/index.js/src/components/icons/Actions/Share.js +15 -0
- package/build/index.js/src/components/icons/Actions/Share.js.map +1 -0
- package/build/index.js/src/components/icons/Actions/SignOut.js +15 -0
- package/build/index.js/src/components/icons/Actions/SignOut.js.map +1 -0
- package/build/index.js/src/components/icons/Actions/Trash.js +15 -0
- package/build/index.js/src/components/icons/Actions/Trash.js.map +1 -0
- package/build/index.js/src/components/icons/Actions/Warning.js +15 -0
- package/build/index.js/src/components/icons/Actions/Warning.js.map +1 -0
- package/build/index.js/src/components/icons/Actions/index.js +86 -0
- package/build/index.js/src/components/icons/Actions/index.js.map +1 -0
- package/build/index.js/src/components/icons/Arrows/ChevronDown.js +15 -0
- package/build/index.js/src/components/icons/Arrows/ChevronDown.js.map +1 -0
- package/build/index.js/src/components/icons/Arrows/ChevronDownVariant.js +15 -0
- package/build/index.js/src/components/icons/Arrows/ChevronDownVariant.js.map +1 -0
- package/build/index.js/src/components/icons/Arrows/ChevronLeft.js +15 -0
- package/build/index.js/src/components/icons/Arrows/ChevronLeft.js.map +1 -0
- package/build/index.js/src/components/icons/Arrows/ChevronLeftVariant.js +15 -0
- package/build/index.js/src/components/icons/Arrows/ChevronLeftVariant.js.map +1 -0
- package/build/index.js/src/components/icons/Arrows/ChevronRight.js +15 -0
- package/build/index.js/src/components/icons/Arrows/ChevronRight.js.map +1 -0
- package/build/index.js/src/components/icons/Arrows/ChevronRightVariant.js +15 -0
- package/build/index.js/src/components/icons/Arrows/ChevronRightVariant.js.map +1 -0
- package/build/index.js/src/components/icons/Arrows/ChevronUp.js +15 -0
- package/build/index.js/src/components/icons/Arrows/ChevronUp.js.map +1 -0
- package/build/index.js/src/components/icons/Arrows/ChevronUpSolid.js +15 -0
- package/build/index.js/src/components/icons/Arrows/ChevronUpSolid.js.map +1 -0
- package/build/index.js/src/components/icons/Arrows/ChevronUpVariant.js +15 -0
- package/build/index.js/src/components/icons/Arrows/ChevronUpVariant.js.map +1 -0
- package/build/index.js/src/components/icons/Arrows/CircleChevronDown.js +15 -0
- package/build/index.js/src/components/icons/Arrows/CircleChevronDown.js.map +1 -0
- package/build/index.js/src/components/icons/Arrows/CircleChevronLeft.js +15 -0
- package/build/index.js/src/components/icons/Arrows/CircleChevronLeft.js.map +1 -0
- package/build/index.js/src/components/icons/Arrows/CircleChevronRight.js +15 -0
- package/build/index.js/src/components/icons/Arrows/CircleChevronRight.js.map +1 -0
- package/build/index.js/src/components/icons/Arrows/CircleChevronUp.js +15 -0
- package/build/index.js/src/components/icons/Arrows/CircleChevronUp.js.map +1 -0
- package/build/index.js/src/components/icons/Arrows/CircleLineDown.js +15 -0
- package/build/index.js/src/components/icons/Arrows/CircleLineDown.js.map +1 -0
- package/build/index.js/src/components/icons/Arrows/CircleLineLeft.js +15 -0
- package/build/index.js/src/components/icons/Arrows/CircleLineLeft.js.map +1 -0
- package/build/index.js/src/components/icons/Arrows/CircleLineRight.js +15 -0
- package/build/index.js/src/components/icons/Arrows/CircleLineRight.js.map +1 -0
- package/build/index.js/src/components/icons/Arrows/CircleLineUp.js +15 -0
- package/build/index.js/src/components/icons/Arrows/CircleLineUp.js.map +1 -0
- package/build/index.js/src/components/icons/Arrows/CircleUp.js +15 -0
- package/build/index.js/src/components/icons/Arrows/CircleUp.js.map +1 -0
- package/build/index.js/src/components/icons/Arrows/index.js +44 -0
- package/build/index.js/src/components/icons/Arrows/index.js.map +1 -0
- package/build/index.js/src/components/icons/Custom/Atom.js +15 -0
- package/build/index.js/src/components/icons/Custom/Atom.js.map +1 -0
- package/build/index.js/src/components/icons/Custom/Bubbles.js +15 -0
- package/build/index.js/src/components/icons/Custom/Bubbles.js.map +1 -0
- package/build/index.js/src/components/icons/Custom/BulletOne.js +15 -0
- package/build/index.js/src/components/icons/Custom/BulletOne.js.map +1 -0
- package/build/index.js/src/components/icons/Custom/BulletThree.js +15 -0
- package/build/index.js/src/components/icons/Custom/BulletThree.js.map +1 -0
- package/build/index.js/src/components/icons/Custom/BulletTwo.js +15 -0
- package/build/index.js/src/components/icons/Custom/BulletTwo.js.map +1 -0
- package/build/index.js/src/components/icons/Custom/Certified.js +15 -0
- package/build/index.js/src/components/icons/Custom/Certified.js.map +1 -0
- package/build/index.js/src/components/icons/Custom/ClinicallyTested.js +15 -0
- package/build/index.js/src/components/icons/Custom/ClinicallyTested.js.map +1 -0
- package/build/index.js/src/components/icons/Custom/CrueltyFree.js +15 -0
- package/build/index.js/src/components/icons/Custom/CrueltyFree.js.map +1 -0
- package/build/index.js/src/components/icons/Custom/FairAdvantages.js +15 -0
- package/build/index.js/src/components/icons/Custom/FairAdvantages.js.map +1 -0
- package/build/index.js/src/components/icons/Custom/Frown.js +15 -0
- package/build/index.js/src/components/icons/Custom/Frown.js.map +1 -0
- package/build/index.js/src/components/icons/Custom/MoneyFlow.js +15 -0
- package/build/index.js/src/components/icons/Custom/MoneyFlow.js.map +1 -0
- package/build/index.js/src/components/icons/Custom/NewSixtyDaysGuarantee.js +15 -0
- package/build/index.js/src/components/icons/Custom/NewSixtyDaysGuarantee.js.map +1 -0
- package/build/index.js/src/components/icons/Custom/SixtyDaysGuarantee.js +15 -0
- package/build/index.js/src/components/icons/Custom/SixtyDaysGuarantee.js.map +1 -0
- package/build/index.js/src/components/icons/Custom/Smiling.js +15 -0
- package/build/index.js/src/components/icons/Custom/Smiling.js.map +1 -0
- package/build/index.js/src/components/icons/Custom/ThumbsDown.js +15 -0
- package/build/index.js/src/components/icons/Custom/ThumbsDown.js.map +1 -0
- package/build/index.js/src/components/icons/Custom/ThumbsUp.js +15 -0
- package/build/index.js/src/components/icons/Custom/ThumbsUp.js.map +1 -0
- package/build/index.js/src/components/icons/Custom/index.js +40 -0
- package/build/index.js/src/components/icons/Custom/index.js.map +1 -0
- package/build/index.js/src/components/icons/Download/AppleStore.js +15 -0
- package/build/index.js/src/components/icons/Download/AppleStore.js.map +1 -0
- package/build/index.js/src/components/icons/Download/GooglePlay.js +15 -0
- package/build/index.js/src/components/icons/Download/GooglePlay.js.map +1 -0
- package/build/index.js/src/components/icons/Download/index.js +12 -0
- package/build/index.js/src/components/icons/Download/index.js.map +1 -0
- package/build/index.js/src/components/icons/Emoji/BlowingKiss.js +15 -0
- package/build/index.js/src/components/icons/Emoji/BlowingKiss.js.map +1 -0
- package/build/index.js/src/components/icons/Emoji/Frowning.js +15 -0
- package/build/index.js/src/components/icons/Emoji/Frowning.js.map +1 -0
- package/build/index.js/src/components/icons/Emoji/Grinning.js +15 -0
- package/build/index.js/src/components/icons/Emoji/Grinning.js.map +1 -0
- package/build/index.js/src/components/icons/Emoji/GrinningWithSweat.js +15 -0
- package/build/index.js/src/components/icons/Emoji/GrinningWithSweat.js.map +1 -0
- package/build/index.js/src/components/icons/Emoji/Relieved.js +15 -0
- package/build/index.js/src/components/icons/Emoji/Relieved.js.map +1 -0
- package/build/index.js/src/components/icons/Emoji/SmilingV2.js +15 -0
- package/build/index.js/src/components/icons/Emoji/SmilingV2.js.map +1 -0
- package/build/index.js/src/components/icons/Emoji/Thinking.js +15 -0
- package/build/index.js/src/components/icons/Emoji/Thinking.js.map +1 -0
- package/build/index.js/src/components/icons/Emoji/index.js +22 -0
- package/build/index.js/src/components/icons/Emoji/index.js.map +1 -0
- package/build/index.js/src/components/icons/Messaging/Comment.js +15 -0
- package/build/index.js/src/components/icons/Messaging/Comment.js.map +1 -0
- package/build/index.js/src/components/icons/Messaging/CommentDots.js +15 -0
- package/build/index.js/src/components/icons/Messaging/CommentDots.js.map +1 -0
- package/build/index.js/src/components/icons/Messaging/CommentLight.js +15 -0
- package/build/index.js/src/components/icons/Messaging/CommentLight.js.map +1 -0
- package/build/index.js/src/components/icons/Messaging/CommentMoney.js +15 -0
- package/build/index.js/src/components/icons/Messaging/CommentMoney.js.map +1 -0
- package/build/index.js/src/components/icons/Messaging/Community.js +15 -0
- package/build/index.js/src/components/icons/Messaging/Community.js.map +1 -0
- package/build/index.js/src/components/icons/Messaging/Light.js +15 -0
- package/build/index.js/src/components/icons/Messaging/Light.js.map +1 -0
- package/build/index.js/src/components/icons/Messaging/LightBulb.js +15 -0
- package/build/index.js/src/components/icons/Messaging/LightBulb.js.map +1 -0
- package/build/index.js/src/components/icons/Messaging/LightBulbSolid.js +15 -0
- package/build/index.js/src/components/icons/Messaging/LightBulbSolid.js.map +1 -0
- package/build/index.js/src/components/icons/Messaging/Mail.js +15 -0
- package/build/index.js/src/components/icons/Messaging/Mail.js.map +1 -0
- package/build/index.js/src/components/icons/Messaging/Messenger.js +15 -0
- package/build/index.js/src/components/icons/Messaging/Messenger.js.map +1 -0
- package/build/index.js/src/components/icons/Messaging/QuestionCircle.js +15 -0
- package/build/index.js/src/components/icons/Messaging/QuestionCircle.js.map +1 -0
- package/build/index.js/src/components/icons/Messaging/QuoteLeft.js +15 -0
- package/build/index.js/src/components/icons/Messaging/QuoteLeft.js.map +1 -0
- package/build/index.js/src/components/icons/Messaging/QuoteRight.js +15 -0
- package/build/index.js/src/components/icons/Messaging/QuoteRight.js.map +1 -0
- package/build/index.js/src/components/icons/Messaging/QuoteSolidLeft.js +15 -0
- package/build/index.js/src/components/icons/Messaging/QuoteSolidLeft.js.map +1 -0
- package/build/index.js/src/components/icons/Messaging/QuoteSolidRight.js +15 -0
- package/build/index.js/src/components/icons/Messaging/QuoteSolidRight.js.map +1 -0
- package/build/index.js/src/components/icons/Messaging/index.js +38 -0
- package/build/index.js/src/components/icons/Messaging/index.js.map +1 -0
- package/build/index.js/src/components/icons/MyAccount/BirthdayGifts.js +15 -0
- package/build/index.js/src/components/icons/MyAccount/BirthdayGifts.js.map +1 -0
- package/build/index.js/src/components/icons/MyAccount/Community.js +15 -0
- package/build/index.js/src/components/icons/MyAccount/Community.js.map +1 -0
- package/build/index.js/src/components/icons/MyAccount/DealsOffers.js +15 -0
- package/build/index.js/src/components/icons/MyAccount/DealsOffers.js.map +1 -0
- package/build/index.js/src/components/icons/MyAccount/FreeReturns.js +15 -0
- package/build/index.js/src/components/icons/MyAccount/FreeReturns.js.map +1 -0
- package/build/index.js/src/components/icons/MyAccount/FreeShipping.js +15 -0
- package/build/index.js/src/components/icons/MyAccount/FreeShipping.js.map +1 -0
- package/build/index.js/src/components/icons/MyAccount/Guard.js +15 -0
- package/build/index.js/src/components/icons/MyAccount/Guard.js.map +1 -0
- package/build/index.js/src/components/icons/MyAccount/MembersOnlyDiscount.js +15 -0
- package/build/index.js/src/components/icons/MyAccount/MembersOnlyDiscount.js.map +1 -0
- package/build/index.js/src/components/icons/MyAccount/MembersOnlyDiscountOpposite.js +15 -0
- package/build/index.js/src/components/icons/MyAccount/MembersOnlyDiscountOpposite.js.map +1 -0
- package/build/index.js/src/components/icons/MyAccount/PersonalStylist.js +15 -0
- package/build/index.js/src/components/icons/MyAccount/PersonalStylist.js.map +1 -0
- package/build/index.js/src/components/icons/MyAccount/PriorityShipping.js +15 -0
- package/build/index.js/src/components/icons/MyAccount/PriorityShipping.js.map +1 -0
- package/build/index.js/src/components/icons/MyAccount/Profile.js +15 -0
- package/build/index.js/src/components/icons/MyAccount/Profile.js.map +1 -0
- package/build/index.js/src/components/icons/MyAccount/SaleTag.js +15 -0
- package/build/index.js/src/components/icons/MyAccount/SaleTag.js.map +1 -0
- package/build/index.js/src/components/icons/MyAccount/StyleFashionContent.js +15 -0
- package/build/index.js/src/components/icons/MyAccount/StyleFashionContent.js.map +1 -0
- package/build/index.js/src/components/icons/MyAccount/VIP.js +15 -0
- package/build/index.js/src/components/icons/MyAccount/VIP.js.map +1 -0
- package/build/index.js/src/components/icons/MyAccount/index.js +36 -0
- package/build/index.js/src/components/icons/MyAccount/index.js.map +1 -0
- package/build/index.js/src/components/icons/Navigation/AddressInformation.js +15 -0
- package/build/index.js/src/components/icons/Navigation/AddressInformation.js.map +1 -0
- package/build/index.js/src/components/icons/Navigation/Benefits.js +15 -0
- package/build/index.js/src/components/icons/Navigation/Benefits.js.map +1 -0
- package/build/index.js/src/components/icons/Navigation/ClubMembership.js +15 -0
- package/build/index.js/src/components/icons/Navigation/ClubMembership.js.map +1 -0
- package/build/index.js/src/components/icons/Navigation/Ellipsis.js +15 -0
- package/build/index.js/src/components/icons/Navigation/Ellipsis.js.map +1 -0
- package/build/index.js/src/components/icons/Navigation/EllipsisHorizontal.js +15 -0
- package/build/index.js/src/components/icons/Navigation/EllipsisHorizontal.js.map +1 -0
- package/build/index.js/src/components/icons/Navigation/Filters.js +15 -0
- package/build/index.js/src/components/icons/Navigation/Filters.js.map +1 -0
- package/build/index.js/src/components/icons/Navigation/Hamburger.js +15 -0
- package/build/index.js/src/components/icons/Navigation/Hamburger.js.map +1 -0
- package/build/index.js/src/components/icons/Navigation/Home.js +15 -0
- package/build/index.js/src/components/icons/Navigation/Home.js.map +1 -0
- package/build/index.js/src/components/icons/Navigation/HomeSolid.js +15 -0
- package/build/index.js/src/components/icons/Navigation/HomeSolid.js.map +1 -0
- package/build/index.js/src/components/icons/Navigation/Loading.js +15 -0
- package/build/index.js/src/components/icons/Navigation/Loading.js.map +1 -0
- package/build/index.js/src/components/icons/Navigation/Lock.js +15 -0
- package/build/index.js/src/components/icons/Navigation/Lock.js.map +1 -0
- package/build/index.js/src/components/icons/Navigation/LockSolid.js +15 -0
- package/build/index.js/src/components/icons/Navigation/LockSolid.js.map +1 -0
- package/build/index.js/src/components/icons/Navigation/MapMarker.js +15 -0
- package/build/index.js/src/components/icons/Navigation/MapMarker.js.map +1 -0
- package/build/index.js/src/components/icons/Navigation/MapSolid.js +15 -0
- package/build/index.js/src/components/icons/Navigation/MapSolid.js.map +1 -0
- package/build/index.js/src/components/icons/Navigation/Search.js +15 -0
- package/build/index.js/src/components/icons/Navigation/Search.js.map +1 -0
- package/build/index.js/src/components/icons/Navigation/ShoppingBag.js +15 -0
- package/build/index.js/src/components/icons/Navigation/ShoppingBag.js.map +1 -0
- package/build/index.js/src/components/icons/Navigation/ShoppingBagV2.js +15 -0
- package/build/index.js/src/components/icons/Navigation/ShoppingBagV2.js.map +1 -0
- package/build/index.js/src/components/icons/Navigation/ShoppingCart.js +15 -0
- package/build/index.js/src/components/icons/Navigation/ShoppingCart.js.map +1 -0
- package/build/index.js/src/components/icons/Navigation/ShoppingCartV2.js +15 -0
- package/build/index.js/src/components/icons/Navigation/ShoppingCartV2.js.map +1 -0
- package/build/index.js/src/components/icons/Navigation/SlideDot.js +15 -0
- package/build/index.js/src/components/icons/Navigation/SlideDot.js.map +1 -0
- package/build/index.js/src/components/icons/Navigation/SlideDotSolid.js +15 -0
- package/build/index.js/src/components/icons/Navigation/SlideDotSolid.js.map +1 -0
- package/build/index.js/src/components/icons/Navigation/User.js +15 -0
- package/build/index.js/src/components/icons/Navigation/User.js.map +1 -0
- package/build/index.js/src/components/icons/Navigation/UserSolid.js +15 -0
- package/build/index.js/src/components/icons/Navigation/UserSolid.js.map +1 -0
- package/build/index.js/src/components/icons/Navigation/UserV2.js +15 -0
- package/build/index.js/src/components/icons/Navigation/UserV2.js.map +1 -0
- package/build/index.js/src/components/icons/Navigation/index.js +56 -0
- package/build/index.js/src/components/icons/Navigation/index.js.map +1 -0
- package/build/index.js/src/components/icons/Other/BodConLabel.js +15 -0
- package/build/index.js/src/components/icons/Other/BodConLabel.js.map +1 -0
- package/build/index.js/src/components/icons/Other/BodConMobileLabel.js +15 -0
- package/build/index.js/src/components/icons/Other/BodConMobileLabel.js.map +1 -0
- package/build/index.js/src/components/icons/Other/CallUs.js +15 -0
- package/build/index.js/src/components/icons/Other/CallUs.js.map +1 -0
- package/build/index.js/src/components/icons/Other/Chat.js +15 -0
- package/build/index.js/src/components/icons/Other/Chat.js.map +1 -0
- package/build/index.js/src/components/icons/Other/Email.js +15 -0
- package/build/index.js/src/components/icons/Other/Email.js.map +1 -0
- package/build/index.js/src/components/icons/Other/ExpressShipping.js +15 -0
- package/build/index.js/src/components/icons/Other/ExpressShipping.js.map +1 -0
- package/build/index.js/src/components/icons/Other/FitGuarantee.js +15 -0
- package/build/index.js/src/components/icons/Other/FitGuarantee.js.map +1 -0
- package/build/index.js/src/components/icons/Other/FitPredictor.js +15 -0
- package/build/index.js/src/components/icons/Other/FitPredictor.js.map +1 -0
- package/build/index.js/src/components/icons/Other/FreeExchange.js +15 -0
- package/build/index.js/src/components/icons/Other/FreeExchange.js.map +1 -0
- package/build/index.js/src/components/icons/Other/GetDiscount.js +15 -0
- package/build/index.js/src/components/icons/Other/GetDiscount.js.map +1 -0
- package/build/index.js/src/components/icons/Other/HasselFreeReturns.js +15 -0
- package/build/index.js/src/components/icons/Other/HasselFreeReturns.js.map +1 -0
- package/build/index.js/src/components/icons/Other/Loading.js +15 -0
- package/build/index.js/src/components/icons/Other/Loading.js.map +1 -0
- package/build/index.js/src/components/icons/Other/McAfee.js +15 -0
- package/build/index.js/src/components/icons/Other/McAfee.js.map +1 -0
- package/build/index.js/src/components/icons/Other/Play.js +16 -0
- package/build/index.js/src/components/icons/Other/Play.js.map +1 -0
- package/build/index.js/src/components/icons/Other/QrCode.js +15 -0
- package/build/index.js/src/components/icons/Other/QrCode.js.map +1 -0
- package/build/index.js/src/components/icons/Other/QuestionWithCircle.js +15 -0
- package/build/index.js/src/components/icons/Other/QuestionWithCircle.js.map +1 -0
- package/build/index.js/src/components/icons/Other/Shapermint.js +15 -0
- package/build/index.js/src/components/icons/Other/Shapermint.js.map +1 -0
- package/build/index.js/src/components/icons/Other/ShapermintClubIcon.js +15 -0
- package/build/index.js/src/components/icons/Other/ShapermintClubIcon.js.map +1 -0
- package/build/index.js/src/components/icons/Other/ShapermintClubLabel.js +15 -0
- package/build/index.js/src/components/icons/Other/ShapermintClubLabel.js.map +1 -0
- package/build/index.js/src/components/icons/Other/ShapermintClubMobileLabel.js +15 -0
- package/build/index.js/src/components/icons/Other/ShapermintClubMobileLabel.js.map +1 -0
- package/build/index.js/src/components/icons/Other/ShapermintLogo.js +15 -0
- package/build/index.js/src/components/icons/Other/ShapermintLogo.js.map +1 -0
- package/build/index.js/src/components/icons/Other/ShopNow.js +15 -0
- package/build/index.js/src/components/icons/Other/ShopNow.js.map +1 -0
- package/build/index.js/src/components/icons/Other/SignForm.js +15 -0
- package/build/index.js/src/components/icons/Other/SignForm.js.map +1 -0
- package/build/index.js/src/components/icons/Other/index.js +54 -0
- package/build/index.js/src/components/icons/Other/index.js.map +1 -0
- package/build/index.js/src/components/icons/PDP/CircleNumber.js +15 -0
- package/build/index.js/src/components/icons/PDP/CircleNumber.js.map +1 -0
- package/build/index.js/src/components/icons/PDP/Clock.js +15 -0
- package/build/index.js/src/components/icons/PDP/Clock.js.map +1 -0
- package/build/index.js/src/components/icons/PDP/Drop.js +15 -0
- package/build/index.js/src/components/icons/PDP/Drop.js.map +1 -0
- package/build/index.js/src/components/icons/PDP/DropEmpty.js +15 -0
- package/build/index.js/src/components/icons/PDP/DropEmpty.js.map +1 -0
- package/build/index.js/src/components/icons/PDP/ErrorCross.js +15 -0
- package/build/index.js/src/components/icons/PDP/ErrorCross.js.map +1 -0
- package/build/index.js/src/components/icons/PDP/FlagUSA.js +15 -0
- package/build/index.js/src/components/icons/PDP/FlagUSA.js.map +1 -0
- package/build/index.js/src/components/icons/PDP/Hours.js +15 -0
- package/build/index.js/src/components/icons/PDP/Hours.js.map +1 -0
- package/build/index.js/src/components/icons/PDP/KlarnaLogo.js +15 -0
- package/build/index.js/src/components/icons/PDP/KlarnaLogo.js.map +1 -0
- package/build/index.js/src/components/icons/PDP/LightBulb.js +15 -0
- package/build/index.js/src/components/icons/PDP/LightBulb.js.map +1 -0
- package/build/index.js/src/components/icons/PDP/Minus.js +14 -0
- package/build/index.js/src/components/icons/PDP/Minus.js.map +1 -0
- package/build/index.js/src/components/icons/PDP/Moon.js +15 -0
- package/build/index.js/src/components/icons/PDP/Moon.js.map +1 -0
- package/build/index.js/src/components/icons/PDP/NewClock.js +15 -0
- package/build/index.js/src/components/icons/PDP/NewClock.js.map +1 -0
- package/build/index.js/src/components/icons/PDP/PlayMini.js +15 -0
- package/build/index.js/src/components/icons/PDP/PlayMini.js.map +1 -0
- package/build/index.js/src/components/icons/PDP/Plus.js +14 -0
- package/build/index.js/src/components/icons/PDP/Plus.js.map +1 -0
- package/build/index.js/src/components/icons/PDP/Rule.js +15 -0
- package/build/index.js/src/components/icons/PDP/Rule.js.map +1 -0
- package/build/index.js/src/components/icons/PDP/Shipping.js +15 -0
- package/build/index.js/src/components/icons/PDP/Shipping.js.map +1 -0
- package/build/index.js/src/components/icons/PDP/ShippingEmpty.js +15 -0
- package/build/index.js/src/components/icons/PDP/ShippingEmpty.js.map +1 -0
- package/build/index.js/src/components/icons/PDP/SizeEmpty.js +15 -0
- package/build/index.js/src/components/icons/PDP/SizeEmpty.js.map +1 -0
- package/build/index.js/src/components/icons/PDP/Star.js +15 -0
- package/build/index.js/src/components/icons/PDP/Star.js.map +1 -0
- package/build/index.js/src/components/icons/PDP/StarEmpty.js +15 -0
- package/build/index.js/src/components/icons/PDP/StarEmpty.js.map +1 -0
- package/build/index.js/src/components/icons/PDP/StarHalf.js +15 -0
- package/build/index.js/src/components/icons/PDP/StarHalf.js.map +1 -0
- package/build/index.js/src/components/icons/PDP/Stars.js +15 -0
- package/build/index.js/src/components/icons/PDP/Stars.js.map +1 -0
- package/build/index.js/src/components/icons/PDP/Stopwatch.js +15 -0
- package/build/index.js/src/components/icons/PDP/Stopwatch.js.map +1 -0
- package/build/index.js/src/components/icons/PDP/TrustBadge.js +15 -0
- package/build/index.js/src/components/icons/PDP/TrustBadge.js.map +1 -0
- package/build/index.js/src/components/icons/PDP/index.js +56 -0
- package/build/index.js/src/components/icons/PDP/index.js.map +1 -0
- package/build/index.js/src/components/icons/Payment/Amazon.js +15 -0
- package/build/index.js/src/components/icons/Payment/Amazon.js.map +1 -0
- package/build/index.js/src/components/icons/Payment/Amex.js +15 -0
- package/build/index.js/src/components/icons/Payment/Amex.js.map +1 -0
- package/build/index.js/src/components/icons/Payment/JCB.js +15 -0
- package/build/index.js/src/components/icons/Payment/JCB.js.map +1 -0
- package/build/index.js/src/components/icons/Payment/Klarna.js +15 -0
- package/build/index.js/src/components/icons/Payment/Klarna.js.map +1 -0
- package/build/index.js/src/components/icons/Payment/MasterCard.js +15 -0
- package/build/index.js/src/components/icons/Payment/MasterCard.js.map +1 -0
- package/build/index.js/src/components/icons/Payment/Paypal.js +15 -0
- package/build/index.js/src/components/icons/Payment/Paypal.js.map +1 -0
- package/build/index.js/src/components/icons/Payment/Visa.js +15 -0
- package/build/index.js/src/components/icons/Payment/Visa.js.map +1 -0
- package/build/index.js/src/components/icons/Payment/index.js +22 -0
- package/build/index.js/src/components/icons/Payment/index.js.map +1 -0
- package/build/index.js/src/components/icons/SlideDots/SlideDot.js +15 -0
- package/build/index.js/src/components/icons/SlideDots/SlideDot.js.map +1 -0
- package/build/index.js/src/components/icons/SlideDots/index.js +10 -0
- package/build/index.js/src/components/icons/SlideDots/index.js.map +1 -0
- package/build/index.js/src/components/icons/SocialMedia/Facebook.js +15 -0
- package/build/index.js/src/components/icons/SocialMedia/Facebook.js.map +1 -0
- package/build/index.js/src/components/icons/SocialMedia/FacebookSolid.js +15 -0
- package/build/index.js/src/components/icons/SocialMedia/FacebookSolid.js.map +1 -0
- package/build/index.js/src/components/icons/SocialMedia/Instagram.js +15 -0
- package/build/index.js/src/components/icons/SocialMedia/Instagram.js.map +1 -0
- package/build/index.js/src/components/icons/SocialMedia/InstagramSolid.js +15 -0
- package/build/index.js/src/components/icons/SocialMedia/InstagramSolid.js.map +1 -0
- package/build/index.js/src/components/icons/SocialMedia/Interaction.js +15 -0
- package/build/index.js/src/components/icons/SocialMedia/Interaction.js.map +1 -0
- package/build/index.js/src/components/icons/SocialMedia/Pinterest.js +15 -0
- package/build/index.js/src/components/icons/SocialMedia/Pinterest.js.map +1 -0
- package/build/index.js/src/components/icons/SocialMedia/Twitter.js +15 -0
- package/build/index.js/src/components/icons/SocialMedia/Twitter.js.map +1 -0
- package/build/index.js/src/components/icons/SocialMedia/Youtube.js +15 -0
- package/build/index.js/src/components/icons/SocialMedia/Youtube.js.map +1 -0
- package/build/index.js/src/components/icons/SocialMedia/index.js +24 -0
- package/build/index.js/src/components/icons/SocialMedia/index.js.map +1 -0
- package/build/index.js/src/components/icons/index.js +36 -0
- package/build/index.js/src/components/icons/index.js.map +1 -0
- package/build/index.js/src/components/iconsWithTitle/index.js +67 -0
- package/build/index.js/src/components/iconsWithTitle/index.js.map +1 -0
- package/build/index.js/src/components/image-card/ImageCard.js +28 -0
- package/build/index.js/src/components/image-card/ImageCard.js.map +1 -0
- package/build/index.js/src/components/input/base/BaseInput.js +46 -0
- package/build/index.js/src/components/input/base/BaseInput.js.map +1 -0
- package/build/index.js/src/components/input/base/Error.js +21 -0
- package/build/index.js/src/components/input/base/Error.js.map +1 -0
- package/build/index.js/src/components/input/base/Styled.js +102 -0
- package/build/index.js/src/components/input/base/Styled.js.map +1 -0
- package/build/index.js/src/components/input/basePlusButton/BasePlusButton.js +36 -0
- package/build/index.js/src/components/input/basePlusButton/BasePlusButton.js.map +1 -0
- package/build/index.js/src/components/input/basePlusButton/Success.js +23 -0
- package/build/index.js/src/components/input/basePlusButton/Success.js.map +1 -0
- package/build/index.js/src/components/input/basePlusIcon/BasePlusIcon.js +28 -0
- package/build/index.js/src/components/input/basePlusIcon/BasePlusIcon.js.map +1 -0
- package/build/index.js/src/components/input/custom/Custom.js +35 -0
- package/build/index.js/src/components/input/custom/Custom.js.map +1 -0
- package/build/index.js/src/components/input/index.js +18 -0
- package/build/index.js/src/components/input/index.js.map +1 -0
- package/build/index.js/src/components/input/label/Label.js +27 -0
- package/build/index.js/src/components/input/label/Label.js.map +1 -0
- package/build/index.js/src/components/mobile/gallery/ImageProductWithTagsMobile.js +126 -0
- package/build/index.js/src/components/mobile/gallery/ImageProductWithTagsMobile.js.map +1 -0
- package/build/index.js/src/components/mobile/gallery/ProductGalleryMobile.js +16 -0
- package/build/index.js/src/components/mobile/gallery/ProductGalleryMobile.js.map +1 -0
- package/build/index.js/src/components/mobile/gallery/ProductGalleryMobileV2/ImageProductWithTagsMobileV2.js +24 -0
- package/build/index.js/src/components/mobile/gallery/ProductGalleryMobileV2/ImageProductWithTagsMobileV2.js.map +1 -0
- package/build/index.js/src/components/mobile/gallery/ProductGalleryMobileV2/ProductGalleryMobileV2.js +38 -0
- package/build/index.js/src/components/mobile/gallery/ProductGalleryMobileV2/ProductGalleryMobileV2.js.map +1 -0
- package/build/index.js/src/components/mobile/gallery/slide_navigation/ArrowButton.js +15 -0
- package/build/index.js/src/components/mobile/gallery/slide_navigation/ArrowButton.js.map +1 -0
- package/build/index.js/src/components/mobile/gallery/slide_navigation/SlideDots.js +21 -0
- package/build/index.js/src/components/mobile/gallery/slide_navigation/SlideDots.js.map +1 -0
- package/build/index.js/src/components/mobile/gallery/slide_navigation/SlideNavigation.js +28 -0
- package/build/index.js/src/components/mobile/gallery/slide_navigation/SlideNavigation.js.map +1 -0
- package/build/index.js/src/components/modal/Modal.js +73 -0
- package/build/index.js/src/components/modal/Modal.js.map +1 -0
- package/build/index.js/src/components/motivator-progress-bar/MotivatorProgressBar.js +85 -0
- package/build/index.js/src/components/motivator-progress-bar/MotivatorProgressBar.js.map +1 -0
- package/build/index.js/src/components/offer-banner/OfferBanner.js +26 -0
- package/build/index.js/src/components/offer-banner/OfferBanner.js.map +1 -0
- package/build/index.js/src/components/order-bar/OrderBar.js +26 -0
- package/build/index.js/src/components/order-bar/OrderBar.js.map +1 -0
- package/build/index.js/src/components/packs/selector/PackSelector.js +53 -0
- package/build/index.js/src/components/packs/selector/PackSelector.js.map +1 -0
- package/build/index.js/src/components/pagination/Pagination.js +60 -0
- package/build/index.js/src/components/pagination/Pagination.js.map +1 -0
- package/build/index.js/src/components/pagination/blogPaginator/PaginatorBlog.js +33 -0
- package/build/index.js/src/components/pagination/blogPaginator/PaginatorBlog.js.map +1 -0
- package/build/index.js/src/components/pagination/styles.js +37 -0
- package/build/index.js/src/components/pagination/styles.js.map +1 -0
- package/build/index.js/src/components/payment-methods/PaymentMethod.js +33 -0
- package/build/index.js/src/components/payment-methods/PaymentMethod.js.map +1 -0
- package/build/index.js/src/components/pricing/clubOffer/ClubOfferTag.js +81 -0
- package/build/index.js/src/components/pricing/clubOffer/ClubOfferTag.js.map +1 -0
- package/build/index.js/src/components/pricing/discount/DiscountTag.js +82 -0
- package/build/index.js/src/components/pricing/discount/DiscountTag.js.map +1 -0
- package/build/index.js/src/components/pricing/price/PriceLabel.js +101 -0
- package/build/index.js/src/components/pricing/price/PriceLabel.js.map +1 -0
- package/build/index.js/src/components/pricing/priceLabelV2/PriceLabelV2.js +58 -0
- package/build/index.js/src/components/pricing/priceLabelV2/PriceLabelV2.js.map +1 -0
- package/build/index.js/src/components/product/order/item/SimpleOrderItem.js +60 -0
- package/build/index.js/src/components/product/order/item/SimpleOrderItem.js.map +1 -0
- package/build/index.js/src/components/progress-bar/ProgressBar.js +70 -0
- package/build/index.js/src/components/progress-bar/ProgressBar.js.map +1 -0
- package/build/index.js/src/components/quantityPicker/QuantityPicker.js +42 -0
- package/build/index.js/src/components/quantityPicker/QuantityPicker.js.map +1 -0
- package/build/index.js/src/components/radio/RadioPrimary/radioPrimary.js +128 -0
- package/build/index.js/src/components/radio/RadioPrimary/radioPrimary.js.map +1 -0
- package/build/index.js/src/components/radio/RadioPrimary/styles.js +76 -0
- package/build/index.js/src/components/radio/RadioPrimary/styles.js.map +1 -0
- package/build/index.js/src/components/radio/clubContainer/clubGroup.js +24 -0
- package/build/index.js/src/components/radio/clubContainer/clubGroup.js.map +1 -0
- package/build/index.js/src/components/radio/clubRadioInput/clubRadio.js +134 -0
- package/build/index.js/src/components/radio/clubRadioInput/clubRadio.js.map +1 -0
- package/build/index.js/src/components/radio/clubRadioInput/styles.js +74 -0
- package/build/index.js/src/components/radio/clubRadioInput/styles.js.map +1 -0
- package/build/index.js/src/components/radio/container/group.js +24 -0
- package/build/index.js/src/components/radio/container/group.js.map +1 -0
- package/build/index.js/src/components/radio/input/radio.js +134 -0
- package/build/index.js/src/components/radio/input/radio.js.map +1 -0
- package/build/index.js/src/components/radio/input/styles.js +72 -0
- package/build/index.js/src/components/radio/input/styles.js.map +1 -0
- package/build/index.js/src/components/rating/Rating.js +56 -0
- package/build/index.js/src/components/rating/Rating.js.map +1 -0
- package/build/index.js/src/components/rating/starList/StarList.js +35 -0
- package/build/index.js/src/components/rating/starList/StarList.js.map +1 -0
- package/build/index.js/src/components/rating/starList/styles.js +58 -0
- package/build/index.js/src/components/rating/starList/styles.js.map +1 -0
- package/build/index.js/src/components/rating/styles.js +53 -0
- package/build/index.js/src/components/rating/styles.js.map +1 -0
- package/build/index.js/src/components/review/Review.js +71 -0
- package/build/index.js/src/components/review/Review.js.map +1 -0
- package/build/index.js/src/components/review-detail/ReviewDetail.js +57 -0
- package/build/index.js/src/components/review-detail/ReviewDetail.js.map +1 -0
- package/build/index.js/src/components/reviews-header/ReviewsHeader.js +30 -0
- package/build/index.js/src/components/reviews-header/ReviewsHeader.js.map +1 -0
- package/build/index.js/src/components/scroll-to-top/ScrollToTop.js +24 -0
- package/build/index.js/src/components/scroll-to-top/ScrollToTop.js.map +1 -0
- package/build/index.js/src/components/search-bar/ClearButton.js +22 -0
- package/build/index.js/src/components/search-bar/ClearButton.js.map +1 -0
- package/build/index.js/src/components/search-bar/Footer.js +19 -0
- package/build/index.js/src/components/search-bar/Footer.js.map +1 -0
- package/build/index.js/src/components/search-bar/Input.js +35 -0
- package/build/index.js/src/components/search-bar/Input.js.map +1 -0
- package/build/index.js/src/components/search-bar/ProductItem.js +38 -0
- package/build/index.js/src/components/search-bar/ProductItem.js.map +1 -0
- package/build/index.js/src/components/search-bar/ResultsPanel.js +44 -0
- package/build/index.js/src/components/search-bar/ResultsPanel.js.map +1 -0
- package/build/index.js/src/components/search-bar/SearchBar.js +79 -0
- package/build/index.js/src/components/search-bar/SearchBar.js.map +1 -0
- package/build/index.js/src/components/search-bar/SearchControl.js +44 -0
- package/build/index.js/src/components/search-bar/SearchControl.js.map +1 -0
- package/build/index.js/src/components/search-navigation/SearchNavigation.js +23 -0
- package/build/index.js/src/components/search-navigation/SearchNavigation.js.map +1 -0
- package/build/index.js/src/components/selector/simple/SelectorSecondary.js +43 -0
- package/build/index.js/src/components/selector/simple/SelectorSecondary.js.map +1 -0
- package/build/index.js/src/components/selector/simple/SimpleSelector.js +39 -0
- package/build/index.js/src/components/selector/simple/SimpleSelector.js.map +1 -0
- package/build/index.js/src/components/shared/button/BaseButton.js +21 -0
- package/build/index.js/src/components/shared/button/BaseButton.js.map +1 -0
- package/build/index.js/src/components/shared/button/Button.js +25 -0
- package/build/index.js/src/components/shared/button/Button.js.map +1 -0
- package/build/index.js/src/components/shared/card/Card.js +35 -0
- package/build/index.js/src/components/shared/card/Card.js.map +1 -0
- package/build/index.js/src/components/shared/card/CardBody.js +17 -0
- package/build/index.js/src/components/shared/card/CardBody.js.map +1 -0
- package/build/index.js/src/components/shared/card/CardSection.js +25 -0
- package/build/index.js/src/components/shared/card/CardSection.js.map +1 -0
- package/build/index.js/src/components/shared/image/Image.js +15 -0
- package/build/index.js/src/components/shared/image/Image.js.map +1 -0
- package/build/index.js/src/components/shared/label/label.js +21 -0
- package/build/index.js/src/components/shared/label/label.js.map +1 -0
- package/build/index.js/src/components/shared/label/styles.js +48 -0
- package/build/index.js/src/components/shared/label/styles.js.map +1 -0
- package/build/index.js/src/components/shared/portal/Portal.js +48 -0
- package/build/index.js/src/components/shared/portal/Portal.js.map +1 -0
- package/build/index.js/src/components/shared/select/BaseSelect.js +24 -0
- package/build/index.js/src/components/shared/select/BaseSelect.js.map +1 -0
- package/build/index.js/src/components/shared/select/BaseSelectButton.js +13 -0
- package/build/index.js/src/components/shared/select/BaseSelectButton.js.map +1 -0
- package/build/index.js/src/components/shared/select/BaseSelectOption.js +13 -0
- package/build/index.js/src/components/shared/select/BaseSelectOption.js.map +1 -0
- package/build/index.js/src/components/shared/select/BaseSelectOptions.js +13 -0
- package/build/index.js/src/components/shared/select/BaseSelectOptions.js.map +1 -0
- package/build/index.js/src/components/shared/spacing/Spacing.js +16 -0
- package/build/index.js/src/components/shared/spacing/Spacing.js.map +1 -0
- package/build/index.js/src/components/short-banner/ShortBanner.js +33 -0
- package/build/index.js/src/components/short-banner/ShortBanner.js.map +1 -0
- package/build/index.js/src/components/size/guide/SizeFitGuide.js +20 -0
- package/build/index.js/src/components/size/guide/SizeFitGuide.js.map +1 -0
- package/build/index.js/src/components/size/selector/SizeSelector.js +32 -0
- package/build/index.js/src/components/size/selector/SizeSelector.js.map +1 -0
- package/build/index.js/src/components/size-chart/SizeChart.js +47 -0
- package/build/index.js/src/components/size-chart/SizeChart.js.map +1 -0
- package/build/index.js/src/components/size-table/SizeTable.js +22 -0
- package/build/index.js/src/components/size-table/SizeTable.js.map +1 -0
- package/build/index.js/src/components/slider/ArrowButton.js +26 -0
- package/build/index.js/src/components/slider/ArrowButton.js.map +1 -0
- package/build/index.js/src/components/slider/SliderNavigation.js +70 -0
- package/build/index.js/src/components/slider/SliderNavigation.js.map +1 -0
- package/build/index.js/src/components/slider/StyledSlider.js +17 -0
- package/build/index.js/src/components/slider/StyledSlider.js.map +1 -0
- package/build/index.js/src/components/spinner/Spinner.js +28 -0
- package/build/index.js/src/components/spinner/Spinner.js.map +1 -0
- package/build/index.js/src/components/strength-bars/StrengthBars.js +26 -0
- package/build/index.js/src/components/strength-bars/StrengthBars.js.map +1 -0
- package/build/index.js/src/components/tabs/Tab.js +27 -0
- package/build/index.js/src/components/tabs/Tab.js.map +1 -0
- package/build/index.js/src/components/tabs/Tabs.js +33 -0
- package/build/index.js/src/components/tabs/Tabs.js.map +1 -0
- package/build/index.js/src/components/tag/Tag.js +15 -0
- package/build/index.js/src/components/tag/Tag.js.map +1 -0
- package/build/index.js/src/components/tag/variants/pdp/category/CategoryTag.js +45 -0
- package/build/index.js/src/components/tag/variants/pdp/category/CategoryTag.js.map +1 -0
- package/build/index.js/src/components/tag/variants/pdp/season-offer/SeasonOfferTag.js +43 -0
- package/build/index.js/src/components/tag/variants/pdp/season-offer/SeasonOfferTag.js.map +1 -0
- package/build/index.js/src/components/text/Text.js +149 -0
- package/build/index.js/src/components/text/Text.js.map +1 -0
- package/build/index.js/src/components/text-button/TextButton.js +54 -0
- package/build/index.js/src/components/text-button/TextButton.js.map +1 -0
- package/build/index.js/src/components/textWithImage/imageVideo.js +36 -0
- package/build/index.js/src/components/textWithImage/imageVideo.js.map +1 -0
- package/build/index.js/src/components/textWithImage/index.js +50 -0
- package/build/index.js/src/components/textWithImage/index.js.map +1 -0
- package/build/index.js/src/components/timer/Timer.js +44 -0
- package/build/index.js/src/components/timer/Timer.js.map +1 -0
- package/build/index.js/src/components/tooltip/Arrow.js +14 -0
- package/build/index.js/src/components/tooltip/Arrow.js.map +1 -0
- package/build/index.js/src/components/tooltip/Styled.js +72 -0
- package/build/index.js/src/components/tooltip/Styled.js.map +1 -0
- package/build/index.js/src/components/tooltip/Tooltip.js +39 -0
- package/build/index.js/src/components/tooltip/Tooltip.js.map +1 -0
- package/build/index.js/src/components/tooltip/utils.js +86 -0
- package/build/index.js/src/components/tooltip/utils.js.map +1 -0
- package/build/index.js/src/components/totals/index.js +14 -0
- package/build/index.js/src/components/totals/index.js.map +1 -0
- package/build/index.js/src/components/totals/subtotal/Subtotal.js +38 -0
- package/build/index.js/src/components/totals/subtotal/Subtotal.js.map +1 -0
- package/build/index.js/src/components/totals/total/Total.js +45 -0
- package/build/index.js/src/components/totals/total/Total.js.map +1 -0
- package/build/index.js/src/components/tracking-progress/TrackingProgress.js +49 -0
- package/build/index.js/src/components/tracking-progress/TrackingProgress.js.map +1 -0
- package/build/index.js/src/components/tracking-progress-v2/TrackingProgressV2.js +60 -0
- package/build/index.js/src/components/tracking-progress-v2/TrackingProgressV2.js.map +1 -0
- package/build/index.js/src/core/theme/Theme.js +47 -0
- package/build/index.js/src/core/theme/Theme.js.map +1 -0
- package/build/index.js/src/core/theme/theme.helpers.js +128 -0
- package/build/index.js/src/core/theme/theme.helpers.js.map +1 -0
- package/build/index.js/src/hooks/WindowDimensions.js +32 -0
- package/build/index.js/src/hooks/WindowDimensions.js.map +1 -0
- package/build/index.js/src/hooks/click-outside.js +25 -0
- package/build/index.js/src/hooks/click-outside.js.map +1 -0
- package/build/index.js/src/index.js +236 -0
- package/build/index.js/src/index.js.map +1 -0
- package/build/index.js/src/types/enums.js +30 -0
- package/build/index.js/src/types/enums.js.map +1 -0
- package/build/index.js/src/utils/dateFormatter/dateFormatter.js +13 -0
- package/build/index.js/src/utils/dateFormatter/dateFormatter.js.map +1 -0
- package/build/index.js/src/utils/decimalParser/decimalParser.js +13 -0
- package/build/index.js/src/utils/decimalParser/decimalParser.js.map +1 -0
- package/build/index.js/src/utils/formatPrice/formatPrice.js +19 -0
- package/build/index.js/src/utils/formatPrice/formatPrice.js.map +1 -0
- package/build/index.js/src/utils/getSrcSet/getSrcSet.js +17 -0
- package/build/index.js/src/utils/getSrcSet/getSrcSet.js.map +1 -0
- package/build/index.js/src/utils/media.js +12 -0
- package/build/index.js/src/utils/media.js.map +1 -0
- package/build/index.js/src/utils/simulateClick/simulateClick.js +18 -0
- package/build/index.js/src/utils/simulateClick/simulateClick.js.map +1 -0
- package/build/index.js/src/utils/sliceString/sliceString.js +10 -0
- package/build/index.js/src/utils/sliceString/sliceString.js.map +1 -0
- package/build/index.js/src/utils/validations/validations.js +26 -0
- package/build/index.js/src/utils/validations/validations.js.map +1 -0
- package/package.json +1 -1
- package/build/index.esm.js +0 -19119
- package/build/index.esm.js.map +0 -1
- package/build/index.js +0 -19256
- package/build/index.js.map +0 -1
|
@@ -0,0 +1,840 @@
|
|
|
1
|
+
import _typeof from '../../../@babel/runtime/helpers/esm/typeof.js';
|
|
2
|
+
import _extends from '../../../@babel/runtime/helpers/esm/extends.js';
|
|
3
|
+
import _objectWithoutProperties from '../../../@babel/runtime/helpers/esm/objectWithoutProperties.js';
|
|
4
|
+
import _objectSpread2 from '../../../@babel/runtime/helpers/esm/objectSpread2.js';
|
|
5
|
+
import _classCallCheck from '../../../@babel/runtime/helpers/esm/classCallCheck.js';
|
|
6
|
+
import _createClass from '../../../@babel/runtime/helpers/esm/createClass.js';
|
|
7
|
+
import _assertThisInitialized from '../../../@babel/runtime/helpers/esm/assertThisInitialized.js';
|
|
8
|
+
import _inherits from '../../../@babel/runtime/helpers/esm/inherits.js';
|
|
9
|
+
import _createSuper from '../../../@babel/runtime/helpers/esm/createSuper.js';
|
|
10
|
+
import _defineProperty from '../../../@babel/runtime/helpers/esm/defineProperty.js';
|
|
11
|
+
import React__default from 'react';
|
|
12
|
+
import initialState from './initial-state.js';
|
|
13
|
+
import debounce_1 from '../../../lodash/debounce.js';
|
|
14
|
+
import classnames from '../../../classnames/index.js';
|
|
15
|
+
import { getHeight, getOnDemandLazySlides, initializedState, getTrackLeft, getTrackCSS, getPreClones, getPostClones, slideHandler, changeSlide, keyHandler, swipeStart, swipeMove, swipeEnd, canGoNext, extractObject } from './utils/innerSliderUtils.js';
|
|
16
|
+
import { Track } from './track.js';
|
|
17
|
+
import { Dots } from './dots.js';
|
|
18
|
+
import { PrevArrow, NextArrow } from './arrows.js';
|
|
19
|
+
import index from '../../../resize-observer-polyfill/dist/ResizeObserver.es.js';
|
|
20
|
+
|
|
21
|
+
var _excluded = ["animating"];
|
|
22
|
+
var InnerSlider = /*#__PURE__*/function (_React$Component) {
|
|
23
|
+
_inherits(InnerSlider, _React$Component);
|
|
24
|
+
|
|
25
|
+
var _super = _createSuper(InnerSlider);
|
|
26
|
+
|
|
27
|
+
function InnerSlider(props) {
|
|
28
|
+
var _this;
|
|
29
|
+
|
|
30
|
+
_classCallCheck(this, InnerSlider);
|
|
31
|
+
|
|
32
|
+
_this = _super.call(this, props);
|
|
33
|
+
|
|
34
|
+
_defineProperty(_assertThisInitialized(_this), "listRefHandler", function (ref) {
|
|
35
|
+
return _this.list = ref;
|
|
36
|
+
});
|
|
37
|
+
|
|
38
|
+
_defineProperty(_assertThisInitialized(_this), "trackRefHandler", function (ref) {
|
|
39
|
+
return _this.track = ref;
|
|
40
|
+
});
|
|
41
|
+
|
|
42
|
+
_defineProperty(_assertThisInitialized(_this), "adaptHeight", function () {
|
|
43
|
+
if (_this.props.adaptiveHeight && _this.list) {
|
|
44
|
+
var elem = _this.list.querySelector("[data-index=\"".concat(_this.state.currentSlide, "\"]"));
|
|
45
|
+
|
|
46
|
+
_this.list.style.height = getHeight(elem) + "px";
|
|
47
|
+
}
|
|
48
|
+
});
|
|
49
|
+
|
|
50
|
+
_defineProperty(_assertThisInitialized(_this), "componentDidMount", function () {
|
|
51
|
+
_this.props.onInit && _this.props.onInit();
|
|
52
|
+
|
|
53
|
+
if (_this.props.lazyLoad) {
|
|
54
|
+
var slidesToLoad = getOnDemandLazySlides(_objectSpread2(_objectSpread2({}, _this.props), _this.state));
|
|
55
|
+
|
|
56
|
+
if (slidesToLoad.length > 0) {
|
|
57
|
+
_this.setState(function (prevState) {
|
|
58
|
+
return {
|
|
59
|
+
lazyLoadedList: prevState.lazyLoadedList.concat(slidesToLoad)
|
|
60
|
+
};
|
|
61
|
+
});
|
|
62
|
+
|
|
63
|
+
if (_this.props.onLazyLoad) {
|
|
64
|
+
_this.props.onLazyLoad(slidesToLoad);
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
var spec = _objectSpread2({
|
|
70
|
+
listRef: _this.list,
|
|
71
|
+
trackRef: _this.track
|
|
72
|
+
}, _this.props);
|
|
73
|
+
|
|
74
|
+
_this.updateState(spec, true, function () {
|
|
75
|
+
_this.adaptHeight();
|
|
76
|
+
|
|
77
|
+
_this.props.autoplay && _this.autoPlay("playing");
|
|
78
|
+
});
|
|
79
|
+
|
|
80
|
+
if (_this.props.lazyLoad === "progressive") {
|
|
81
|
+
_this.lazyLoadTimer = setInterval(_this.progressiveLazyLoad, 1000);
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
_this.ro = new index(function () {
|
|
85
|
+
if (_this.state.animating) {
|
|
86
|
+
_this.onWindowResized(false); // don't set trackStyle hence don't break animation
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
_this.callbackTimers.push(setTimeout(function () {
|
|
90
|
+
return _this.onWindowResized();
|
|
91
|
+
}, _this.props.speed));
|
|
92
|
+
} else {
|
|
93
|
+
_this.onWindowResized();
|
|
94
|
+
}
|
|
95
|
+
});
|
|
96
|
+
|
|
97
|
+
_this.ro.observe(_this.list);
|
|
98
|
+
|
|
99
|
+
document.querySelectorAll && Array.prototype.forEach.call(document.querySelectorAll(".slick-slide"), function (slide) {
|
|
100
|
+
slide.onfocus = _this.props.pauseOnFocus ? _this.onSlideFocus : null;
|
|
101
|
+
slide.onblur = _this.props.pauseOnFocus ? _this.onSlideBlur : null;
|
|
102
|
+
});
|
|
103
|
+
|
|
104
|
+
if (window.addEventListener) {
|
|
105
|
+
window.addEventListener("resize", _this.onWindowResized);
|
|
106
|
+
} else {
|
|
107
|
+
window.attachEvent("onresize", _this.onWindowResized);
|
|
108
|
+
}
|
|
109
|
+
});
|
|
110
|
+
|
|
111
|
+
_defineProperty(_assertThisInitialized(_this), "componentWillUnmount", function () {
|
|
112
|
+
if (_this.animationEndCallback) {
|
|
113
|
+
clearTimeout(_this.animationEndCallback);
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
if (_this.lazyLoadTimer) {
|
|
117
|
+
clearInterval(_this.lazyLoadTimer);
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
if (_this.callbackTimers.length) {
|
|
121
|
+
_this.callbackTimers.forEach(function (timer) {
|
|
122
|
+
return clearTimeout(timer);
|
|
123
|
+
});
|
|
124
|
+
|
|
125
|
+
_this.callbackTimers = [];
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
if (window.addEventListener) {
|
|
129
|
+
window.removeEventListener("resize", _this.onWindowResized);
|
|
130
|
+
} else {
|
|
131
|
+
window.detachEvent("onresize", _this.onWindowResized);
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
if (_this.autoplayTimer) {
|
|
135
|
+
clearInterval(_this.autoplayTimer);
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
_this.ro.disconnect();
|
|
139
|
+
});
|
|
140
|
+
|
|
141
|
+
_defineProperty(_assertThisInitialized(_this), "componentDidUpdate", function (prevProps) {
|
|
142
|
+
_this.checkImagesLoad();
|
|
143
|
+
|
|
144
|
+
_this.props.onReInit && _this.props.onReInit();
|
|
145
|
+
|
|
146
|
+
if (_this.props.lazyLoad) {
|
|
147
|
+
var slidesToLoad = getOnDemandLazySlides(_objectSpread2(_objectSpread2({}, _this.props), _this.state));
|
|
148
|
+
|
|
149
|
+
if (slidesToLoad.length > 0) {
|
|
150
|
+
_this.setState(function (prevState) {
|
|
151
|
+
return {
|
|
152
|
+
lazyLoadedList: prevState.lazyLoadedList.concat(slidesToLoad)
|
|
153
|
+
};
|
|
154
|
+
});
|
|
155
|
+
|
|
156
|
+
if (_this.props.onLazyLoad) {
|
|
157
|
+
_this.props.onLazyLoad(slidesToLoad);
|
|
158
|
+
}
|
|
159
|
+
}
|
|
160
|
+
} // if (this.props.onLazyLoad) {
|
|
161
|
+
// this.props.onLazyLoad([leftMostSlide])
|
|
162
|
+
// }
|
|
163
|
+
|
|
164
|
+
|
|
165
|
+
_this.adaptHeight();
|
|
166
|
+
|
|
167
|
+
var spec = _objectSpread2(_objectSpread2({
|
|
168
|
+
listRef: _this.list,
|
|
169
|
+
trackRef: _this.track
|
|
170
|
+
}, _this.props), _this.state);
|
|
171
|
+
|
|
172
|
+
var setTrackStyle = _this.didPropsChange(prevProps);
|
|
173
|
+
|
|
174
|
+
setTrackStyle && _this.updateState(spec, setTrackStyle, function () {
|
|
175
|
+
if (_this.state.currentSlide >= React__default.Children.count(_this.props.children)) {
|
|
176
|
+
_this.changeSlide({
|
|
177
|
+
message: "index",
|
|
178
|
+
index: React__default.Children.count(_this.props.children) - _this.props.slidesToShow,
|
|
179
|
+
currentSlide: _this.state.currentSlide
|
|
180
|
+
});
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
if (prevProps.autoplay !== _this.props.autoplay || prevProps.autoplaySpeed !== _this.props.autoplaySpeed) {
|
|
184
|
+
if (!prevProps.autoplay && _this.props.autoplay) {
|
|
185
|
+
_this.autoPlay("playing");
|
|
186
|
+
} else if (_this.props.autoplay) {
|
|
187
|
+
_this.autoPlay("update");
|
|
188
|
+
} else {
|
|
189
|
+
_this.pause("paused");
|
|
190
|
+
}
|
|
191
|
+
}
|
|
192
|
+
});
|
|
193
|
+
});
|
|
194
|
+
|
|
195
|
+
_defineProperty(_assertThisInitialized(_this), "onWindowResized", function (setTrackStyle) {
|
|
196
|
+
if (_this.debouncedResize) _this.debouncedResize.cancel();
|
|
197
|
+
_this.debouncedResize = debounce_1(function () {
|
|
198
|
+
return _this.resizeWindow(setTrackStyle);
|
|
199
|
+
}, 50);
|
|
200
|
+
|
|
201
|
+
_this.debouncedResize();
|
|
202
|
+
});
|
|
203
|
+
|
|
204
|
+
_defineProperty(_assertThisInitialized(_this), "resizeWindow", function () {
|
|
205
|
+
var setTrackStyle = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : true;
|
|
206
|
+
var isTrackMounted = Boolean(_this.track && _this.track.node); // prevent warning: setting state on unmounted component (server side rendering)
|
|
207
|
+
|
|
208
|
+
if (!isTrackMounted) return;
|
|
209
|
+
|
|
210
|
+
var spec = _objectSpread2(_objectSpread2({
|
|
211
|
+
listRef: _this.list,
|
|
212
|
+
trackRef: _this.track
|
|
213
|
+
}, _this.props), _this.state);
|
|
214
|
+
|
|
215
|
+
_this.updateState(spec, setTrackStyle, function () {
|
|
216
|
+
if (_this.props.autoplay) _this.autoPlay("update");else _this.pause("paused");
|
|
217
|
+
}); // animating state should be cleared while resizing, otherwise autoplay stops working
|
|
218
|
+
|
|
219
|
+
|
|
220
|
+
_this.setState({
|
|
221
|
+
animating: false
|
|
222
|
+
});
|
|
223
|
+
|
|
224
|
+
clearTimeout(_this.animationEndCallback);
|
|
225
|
+
delete _this.animationEndCallback;
|
|
226
|
+
});
|
|
227
|
+
|
|
228
|
+
_defineProperty(_assertThisInitialized(_this), "updateState", function (spec, setTrackStyle, callback) {
|
|
229
|
+
var updatedState = initializedState(spec);
|
|
230
|
+
spec = _objectSpread2(_objectSpread2(_objectSpread2({}, spec), updatedState), {}, {
|
|
231
|
+
slideIndex: updatedState.currentSlide
|
|
232
|
+
});
|
|
233
|
+
var targetLeft = getTrackLeft(spec);
|
|
234
|
+
spec = _objectSpread2(_objectSpread2({}, spec), {}, {
|
|
235
|
+
left: targetLeft
|
|
236
|
+
});
|
|
237
|
+
var trackStyle = getTrackCSS(spec);
|
|
238
|
+
|
|
239
|
+
if (setTrackStyle || React__default.Children.count(_this.props.children) !== React__default.Children.count(spec.children)) {
|
|
240
|
+
updatedState["trackStyle"] = trackStyle;
|
|
241
|
+
}
|
|
242
|
+
|
|
243
|
+
_this.setState(updatedState, callback);
|
|
244
|
+
});
|
|
245
|
+
|
|
246
|
+
_defineProperty(_assertThisInitialized(_this), "ssrInit", function () {
|
|
247
|
+
if (_this.props.variableWidth) {
|
|
248
|
+
var _trackWidth = 0,
|
|
249
|
+
_trackLeft = 0;
|
|
250
|
+
var childrenWidths = [];
|
|
251
|
+
var preClones = getPreClones(_objectSpread2(_objectSpread2(_objectSpread2({}, _this.props), _this.state), {}, {
|
|
252
|
+
slideCount: _this.props.children.length
|
|
253
|
+
}));
|
|
254
|
+
var postClones = getPostClones(_objectSpread2(_objectSpread2(_objectSpread2({}, _this.props), _this.state), {}, {
|
|
255
|
+
slideCount: _this.props.children.length
|
|
256
|
+
}));
|
|
257
|
+
|
|
258
|
+
_this.props.children.forEach(function (child) {
|
|
259
|
+
childrenWidths.push(child.props.style.width);
|
|
260
|
+
_trackWidth += child.props.style.width;
|
|
261
|
+
});
|
|
262
|
+
|
|
263
|
+
for (var i = 0; i < preClones; i++) {
|
|
264
|
+
_trackLeft += childrenWidths[childrenWidths.length - 1 - i];
|
|
265
|
+
_trackWidth += childrenWidths[childrenWidths.length - 1 - i];
|
|
266
|
+
}
|
|
267
|
+
|
|
268
|
+
for (var _i = 0; _i < postClones; _i++) {
|
|
269
|
+
_trackWidth += childrenWidths[_i];
|
|
270
|
+
}
|
|
271
|
+
|
|
272
|
+
for (var _i2 = 0; _i2 < _this.state.currentSlide; _i2++) {
|
|
273
|
+
_trackLeft += childrenWidths[_i2];
|
|
274
|
+
}
|
|
275
|
+
|
|
276
|
+
var _trackStyle = {
|
|
277
|
+
width: _trackWidth + "px",
|
|
278
|
+
left: -_trackLeft + "px"
|
|
279
|
+
};
|
|
280
|
+
|
|
281
|
+
if (_this.props.centerMode) {
|
|
282
|
+
var currentWidth = "".concat(childrenWidths[_this.state.currentSlide], "px");
|
|
283
|
+
_trackStyle.left = "calc(".concat(_trackStyle.left, " + (100% - ").concat(currentWidth, ") / 2 ) ");
|
|
284
|
+
}
|
|
285
|
+
|
|
286
|
+
return {
|
|
287
|
+
trackStyle: _trackStyle
|
|
288
|
+
};
|
|
289
|
+
}
|
|
290
|
+
|
|
291
|
+
var childrenCount = React__default.Children.count(_this.props.children);
|
|
292
|
+
|
|
293
|
+
var spec = _objectSpread2(_objectSpread2(_objectSpread2({}, _this.props), _this.state), {}, {
|
|
294
|
+
slideCount: childrenCount
|
|
295
|
+
});
|
|
296
|
+
|
|
297
|
+
var slideCount = getPreClones(spec) + getPostClones(spec) + childrenCount;
|
|
298
|
+
var trackWidth = 100 / _this.props.slidesToShow * slideCount;
|
|
299
|
+
var slideWidth = 100 / slideCount;
|
|
300
|
+
var trackLeft = -slideWidth * (getPreClones(spec) + _this.state.currentSlide) * trackWidth / 100;
|
|
301
|
+
|
|
302
|
+
if (_this.props.centerMode) {
|
|
303
|
+
trackLeft += (100 - slideWidth * trackWidth / 100) / 2;
|
|
304
|
+
}
|
|
305
|
+
|
|
306
|
+
var trackStyle = {
|
|
307
|
+
width: trackWidth + "%",
|
|
308
|
+
left: trackLeft + "%"
|
|
309
|
+
};
|
|
310
|
+
return {
|
|
311
|
+
slideWidth: slideWidth + "%",
|
|
312
|
+
trackStyle: trackStyle
|
|
313
|
+
};
|
|
314
|
+
});
|
|
315
|
+
|
|
316
|
+
_defineProperty(_assertThisInitialized(_this), "checkImagesLoad", function () {
|
|
317
|
+
var images = _this.list && _this.list.querySelectorAll && _this.list.querySelectorAll(".slick-slide img") || [];
|
|
318
|
+
var imagesCount = images.length,
|
|
319
|
+
loadedCount = 0;
|
|
320
|
+
Array.prototype.forEach.call(images, function (image) {
|
|
321
|
+
var handler = function handler() {
|
|
322
|
+
return ++loadedCount && loadedCount >= imagesCount && _this.onWindowResized();
|
|
323
|
+
};
|
|
324
|
+
|
|
325
|
+
if (!image.onclick) {
|
|
326
|
+
image.onclick = function () {
|
|
327
|
+
return image.parentNode.focus();
|
|
328
|
+
};
|
|
329
|
+
} else {
|
|
330
|
+
var prevClickHandler = image.onclick;
|
|
331
|
+
|
|
332
|
+
image.onclick = function () {
|
|
333
|
+
prevClickHandler();
|
|
334
|
+
image.parentNode.focus();
|
|
335
|
+
};
|
|
336
|
+
}
|
|
337
|
+
|
|
338
|
+
if (!image.onload) {
|
|
339
|
+
if (_this.props.lazyLoad) {
|
|
340
|
+
image.onload = function () {
|
|
341
|
+
_this.adaptHeight();
|
|
342
|
+
|
|
343
|
+
_this.callbackTimers.push(setTimeout(_this.onWindowResized, _this.props.speed));
|
|
344
|
+
};
|
|
345
|
+
} else {
|
|
346
|
+
image.onload = handler;
|
|
347
|
+
|
|
348
|
+
image.onerror = function () {
|
|
349
|
+
handler();
|
|
350
|
+
_this.props.onLazyLoadError && _this.props.onLazyLoadError();
|
|
351
|
+
};
|
|
352
|
+
}
|
|
353
|
+
}
|
|
354
|
+
});
|
|
355
|
+
});
|
|
356
|
+
|
|
357
|
+
_defineProperty(_assertThisInitialized(_this), "progressiveLazyLoad", function () {
|
|
358
|
+
var slidesToLoad = [];
|
|
359
|
+
|
|
360
|
+
var spec = _objectSpread2(_objectSpread2({}, _this.props), _this.state);
|
|
361
|
+
|
|
362
|
+
for (var index = _this.state.currentSlide; index < _this.state.slideCount + getPostClones(spec); index++) {
|
|
363
|
+
if (_this.state.lazyLoadedList.indexOf(index) < 0) {
|
|
364
|
+
slidesToLoad.push(index);
|
|
365
|
+
break;
|
|
366
|
+
}
|
|
367
|
+
}
|
|
368
|
+
|
|
369
|
+
for (var _index = _this.state.currentSlide - 1; _index >= -getPreClones(spec); _index--) {
|
|
370
|
+
if (_this.state.lazyLoadedList.indexOf(_index) < 0) {
|
|
371
|
+
slidesToLoad.push(_index);
|
|
372
|
+
break;
|
|
373
|
+
}
|
|
374
|
+
}
|
|
375
|
+
|
|
376
|
+
if (slidesToLoad.length > 0) {
|
|
377
|
+
_this.setState(function (state) {
|
|
378
|
+
return {
|
|
379
|
+
lazyLoadedList: state.lazyLoadedList.concat(slidesToLoad)
|
|
380
|
+
};
|
|
381
|
+
});
|
|
382
|
+
|
|
383
|
+
if (_this.props.onLazyLoad) {
|
|
384
|
+
_this.props.onLazyLoad(slidesToLoad);
|
|
385
|
+
}
|
|
386
|
+
} else {
|
|
387
|
+
if (_this.lazyLoadTimer) {
|
|
388
|
+
clearInterval(_this.lazyLoadTimer);
|
|
389
|
+
delete _this.lazyLoadTimer;
|
|
390
|
+
}
|
|
391
|
+
}
|
|
392
|
+
});
|
|
393
|
+
|
|
394
|
+
_defineProperty(_assertThisInitialized(_this), "slideHandler", function (index) {
|
|
395
|
+
var dontAnimate = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false;
|
|
396
|
+
var _this$props = _this.props,
|
|
397
|
+
asNavFor = _this$props.asNavFor,
|
|
398
|
+
beforeChange = _this$props.beforeChange,
|
|
399
|
+
onLazyLoad = _this$props.onLazyLoad,
|
|
400
|
+
speed = _this$props.speed,
|
|
401
|
+
afterChange = _this$props.afterChange; // capture currentslide before state is updated
|
|
402
|
+
|
|
403
|
+
var currentSlide = _this.state.currentSlide;
|
|
404
|
+
|
|
405
|
+
var _slideHandler = slideHandler(_objectSpread2(_objectSpread2(_objectSpread2({
|
|
406
|
+
index: index
|
|
407
|
+
}, _this.props), _this.state), {}, {
|
|
408
|
+
trackRef: _this.track,
|
|
409
|
+
useCSS: _this.props.useCSS && !dontAnimate
|
|
410
|
+
})),
|
|
411
|
+
state = _slideHandler.state,
|
|
412
|
+
nextState = _slideHandler.nextState;
|
|
413
|
+
|
|
414
|
+
if (!state) return;
|
|
415
|
+
beforeChange && beforeChange(currentSlide, state.currentSlide);
|
|
416
|
+
var slidesToLoad = state.lazyLoadedList.filter(function (value) {
|
|
417
|
+
return _this.state.lazyLoadedList.indexOf(value) < 0;
|
|
418
|
+
});
|
|
419
|
+
onLazyLoad && slidesToLoad.length > 0 && onLazyLoad(slidesToLoad);
|
|
420
|
+
|
|
421
|
+
if (!_this.props.waitForAnimate && _this.animationEndCallback) {
|
|
422
|
+
clearTimeout(_this.animationEndCallback);
|
|
423
|
+
afterChange && afterChange(currentSlide);
|
|
424
|
+
delete _this.animationEndCallback;
|
|
425
|
+
}
|
|
426
|
+
|
|
427
|
+
_this.setState(state, function () {
|
|
428
|
+
// asNavForIndex check is to avoid recursive calls of slideHandler in waitForAnimate=false mode
|
|
429
|
+
if (asNavFor && _this.asNavForIndex !== index) {
|
|
430
|
+
_this.asNavForIndex = index;
|
|
431
|
+
asNavFor.innerSlider.slideHandler(index);
|
|
432
|
+
}
|
|
433
|
+
|
|
434
|
+
if (!nextState) return;
|
|
435
|
+
_this.animationEndCallback = setTimeout(function () {
|
|
436
|
+
var animating = nextState.animating,
|
|
437
|
+
firstBatch = _objectWithoutProperties(nextState, _excluded);
|
|
438
|
+
|
|
439
|
+
_this.setState(firstBatch, function () {
|
|
440
|
+
_this.callbackTimers.push(setTimeout(function () {
|
|
441
|
+
return _this.setState({
|
|
442
|
+
animating: animating
|
|
443
|
+
});
|
|
444
|
+
}, 10));
|
|
445
|
+
|
|
446
|
+
afterChange && afterChange(state.currentSlide);
|
|
447
|
+
delete _this.animationEndCallback;
|
|
448
|
+
});
|
|
449
|
+
}, speed);
|
|
450
|
+
});
|
|
451
|
+
});
|
|
452
|
+
|
|
453
|
+
_defineProperty(_assertThisInitialized(_this), "changeSlide", function (options) {
|
|
454
|
+
var dontAnimate = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false;
|
|
455
|
+
|
|
456
|
+
var spec = _objectSpread2(_objectSpread2({}, _this.props), _this.state);
|
|
457
|
+
|
|
458
|
+
var targetSlide = changeSlide(spec, options);
|
|
459
|
+
if (targetSlide !== 0 && !targetSlide) return;
|
|
460
|
+
|
|
461
|
+
if (dontAnimate === true) {
|
|
462
|
+
_this.slideHandler(targetSlide, dontAnimate);
|
|
463
|
+
} else {
|
|
464
|
+
_this.slideHandler(targetSlide);
|
|
465
|
+
}
|
|
466
|
+
|
|
467
|
+
_this.props.autoplay && _this.autoPlay("update");
|
|
468
|
+
|
|
469
|
+
if (_this.props.focusOnSelect) {
|
|
470
|
+
var nodes = _this.list.querySelectorAll(".slick-current");
|
|
471
|
+
|
|
472
|
+
nodes[0] && nodes[0].focus();
|
|
473
|
+
}
|
|
474
|
+
});
|
|
475
|
+
|
|
476
|
+
_defineProperty(_assertThisInitialized(_this), "clickHandler", function (e) {
|
|
477
|
+
if (_this.clickable === false) {
|
|
478
|
+
e.stopPropagation();
|
|
479
|
+
e.preventDefault();
|
|
480
|
+
}
|
|
481
|
+
|
|
482
|
+
_this.clickable = true;
|
|
483
|
+
});
|
|
484
|
+
|
|
485
|
+
_defineProperty(_assertThisInitialized(_this), "keyHandler", function (e) {
|
|
486
|
+
var dir = keyHandler(e, _this.props.accessibility, _this.props.rtl);
|
|
487
|
+
dir !== "" && _this.changeSlide({
|
|
488
|
+
message: dir
|
|
489
|
+
});
|
|
490
|
+
});
|
|
491
|
+
|
|
492
|
+
_defineProperty(_assertThisInitialized(_this), "selectHandler", function (options) {
|
|
493
|
+
_this.changeSlide(options);
|
|
494
|
+
});
|
|
495
|
+
|
|
496
|
+
_defineProperty(_assertThisInitialized(_this), "disableBodyScroll", function () {
|
|
497
|
+
var preventDefault = function preventDefault(e) {
|
|
498
|
+
e = e || window.event;
|
|
499
|
+
if (e.preventDefault) e.preventDefault();
|
|
500
|
+
e.returnValue = false;
|
|
501
|
+
};
|
|
502
|
+
|
|
503
|
+
window.ontouchmove = preventDefault;
|
|
504
|
+
});
|
|
505
|
+
|
|
506
|
+
_defineProperty(_assertThisInitialized(_this), "enableBodyScroll", function () {
|
|
507
|
+
window.ontouchmove = null;
|
|
508
|
+
});
|
|
509
|
+
|
|
510
|
+
_defineProperty(_assertThisInitialized(_this), "swipeStart", function (e) {
|
|
511
|
+
if (_this.props.verticalSwiping) {
|
|
512
|
+
_this.disableBodyScroll();
|
|
513
|
+
}
|
|
514
|
+
|
|
515
|
+
var state = swipeStart(e, _this.props.swipe, _this.props.draggable);
|
|
516
|
+
state !== "" && _this.setState(state);
|
|
517
|
+
});
|
|
518
|
+
|
|
519
|
+
_defineProperty(_assertThisInitialized(_this), "swipeMove", function (e) {
|
|
520
|
+
var state = swipeMove(e, _objectSpread2(_objectSpread2(_objectSpread2({}, _this.props), _this.state), {}, {
|
|
521
|
+
trackRef: _this.track,
|
|
522
|
+
listRef: _this.list,
|
|
523
|
+
slideIndex: _this.state.currentSlide
|
|
524
|
+
}));
|
|
525
|
+
if (!state) return;
|
|
526
|
+
|
|
527
|
+
if (state["swiping"]) {
|
|
528
|
+
_this.clickable = false;
|
|
529
|
+
}
|
|
530
|
+
|
|
531
|
+
_this.setState(state);
|
|
532
|
+
});
|
|
533
|
+
|
|
534
|
+
_defineProperty(_assertThisInitialized(_this), "swipeEnd", function (e) {
|
|
535
|
+
var state = swipeEnd(e, _objectSpread2(_objectSpread2(_objectSpread2({}, _this.props), _this.state), {}, {
|
|
536
|
+
trackRef: _this.track,
|
|
537
|
+
listRef: _this.list,
|
|
538
|
+
slideIndex: _this.state.currentSlide
|
|
539
|
+
}));
|
|
540
|
+
if (!state) return;
|
|
541
|
+
var triggerSlideHandler = state["triggerSlideHandler"];
|
|
542
|
+
delete state["triggerSlideHandler"];
|
|
543
|
+
|
|
544
|
+
_this.setState(state);
|
|
545
|
+
|
|
546
|
+
if (triggerSlideHandler === undefined) return;
|
|
547
|
+
|
|
548
|
+
_this.slideHandler(triggerSlideHandler);
|
|
549
|
+
|
|
550
|
+
if (_this.props.verticalSwiping) {
|
|
551
|
+
_this.enableBodyScroll();
|
|
552
|
+
}
|
|
553
|
+
});
|
|
554
|
+
|
|
555
|
+
_defineProperty(_assertThisInitialized(_this), "touchEnd", function (e) {
|
|
556
|
+
_this.swipeEnd(e);
|
|
557
|
+
|
|
558
|
+
_this.clickable = true;
|
|
559
|
+
});
|
|
560
|
+
|
|
561
|
+
_defineProperty(_assertThisInitialized(_this), "slickPrev", function () {
|
|
562
|
+
// this and fellow methods are wrapped in setTimeout
|
|
563
|
+
// to make sure initialize setState has happened before
|
|
564
|
+
// any of such methods are called
|
|
565
|
+
_this.callbackTimers.push(setTimeout(function () {
|
|
566
|
+
return _this.changeSlide({
|
|
567
|
+
message: "previous"
|
|
568
|
+
});
|
|
569
|
+
}, 0));
|
|
570
|
+
});
|
|
571
|
+
|
|
572
|
+
_defineProperty(_assertThisInitialized(_this), "slickNext", function () {
|
|
573
|
+
_this.callbackTimers.push(setTimeout(function () {
|
|
574
|
+
return _this.changeSlide({
|
|
575
|
+
message: "next"
|
|
576
|
+
});
|
|
577
|
+
}, 0));
|
|
578
|
+
});
|
|
579
|
+
|
|
580
|
+
_defineProperty(_assertThisInitialized(_this), "slickGoTo", function (slide) {
|
|
581
|
+
var dontAnimate = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false;
|
|
582
|
+
slide = Number(slide);
|
|
583
|
+
if (isNaN(slide)) return "";
|
|
584
|
+
|
|
585
|
+
_this.callbackTimers.push(setTimeout(function () {
|
|
586
|
+
return _this.changeSlide({
|
|
587
|
+
message: "index",
|
|
588
|
+
index: slide,
|
|
589
|
+
currentSlide: _this.state.currentSlide
|
|
590
|
+
}, dontAnimate);
|
|
591
|
+
}, 0));
|
|
592
|
+
});
|
|
593
|
+
|
|
594
|
+
_defineProperty(_assertThisInitialized(_this), "play", function () {
|
|
595
|
+
var nextIndex;
|
|
596
|
+
|
|
597
|
+
if (_this.props.rtl) {
|
|
598
|
+
nextIndex = _this.state.currentSlide - _this.props.slidesToScroll;
|
|
599
|
+
} else {
|
|
600
|
+
if (canGoNext(_objectSpread2(_objectSpread2({}, _this.props), _this.state))) {
|
|
601
|
+
nextIndex = _this.state.currentSlide + _this.props.slidesToScroll;
|
|
602
|
+
} else {
|
|
603
|
+
return false;
|
|
604
|
+
}
|
|
605
|
+
}
|
|
606
|
+
|
|
607
|
+
_this.slideHandler(nextIndex);
|
|
608
|
+
});
|
|
609
|
+
|
|
610
|
+
_defineProperty(_assertThisInitialized(_this), "autoPlay", function (playType) {
|
|
611
|
+
if (_this.autoplayTimer) {
|
|
612
|
+
clearInterval(_this.autoplayTimer);
|
|
613
|
+
}
|
|
614
|
+
|
|
615
|
+
var autoplaying = _this.state.autoplaying;
|
|
616
|
+
|
|
617
|
+
if (playType === "update") {
|
|
618
|
+
if (autoplaying === "hovered" || autoplaying === "focused" || autoplaying === "paused") {
|
|
619
|
+
return;
|
|
620
|
+
}
|
|
621
|
+
} else if (playType === "leave") {
|
|
622
|
+
if (autoplaying === "paused" || autoplaying === "focused") {
|
|
623
|
+
return;
|
|
624
|
+
}
|
|
625
|
+
} else if (playType === "blur") {
|
|
626
|
+
if (autoplaying === "paused" || autoplaying === "hovered") {
|
|
627
|
+
return;
|
|
628
|
+
}
|
|
629
|
+
}
|
|
630
|
+
|
|
631
|
+
_this.autoplayTimer = setInterval(_this.play, _this.props.autoplaySpeed + 50);
|
|
632
|
+
|
|
633
|
+
_this.setState({
|
|
634
|
+
autoplaying: "playing"
|
|
635
|
+
});
|
|
636
|
+
});
|
|
637
|
+
|
|
638
|
+
_defineProperty(_assertThisInitialized(_this), "pause", function (pauseType) {
|
|
639
|
+
if (_this.autoplayTimer) {
|
|
640
|
+
clearInterval(_this.autoplayTimer);
|
|
641
|
+
_this.autoplayTimer = null;
|
|
642
|
+
}
|
|
643
|
+
|
|
644
|
+
var autoplaying = _this.state.autoplaying;
|
|
645
|
+
|
|
646
|
+
if (pauseType === "paused") {
|
|
647
|
+
_this.setState({
|
|
648
|
+
autoplaying: "paused"
|
|
649
|
+
});
|
|
650
|
+
} else if (pauseType === "focused") {
|
|
651
|
+
if (autoplaying === "hovered" || autoplaying === "playing") {
|
|
652
|
+
_this.setState({
|
|
653
|
+
autoplaying: "focused"
|
|
654
|
+
});
|
|
655
|
+
}
|
|
656
|
+
} else {
|
|
657
|
+
// pauseType is 'hovered'
|
|
658
|
+
if (autoplaying === "playing") {
|
|
659
|
+
_this.setState({
|
|
660
|
+
autoplaying: "hovered"
|
|
661
|
+
});
|
|
662
|
+
}
|
|
663
|
+
}
|
|
664
|
+
});
|
|
665
|
+
|
|
666
|
+
_defineProperty(_assertThisInitialized(_this), "onDotsOver", function () {
|
|
667
|
+
return _this.props.autoplay && _this.pause("hovered");
|
|
668
|
+
});
|
|
669
|
+
|
|
670
|
+
_defineProperty(_assertThisInitialized(_this), "onDotsLeave", function () {
|
|
671
|
+
return _this.props.autoplay && _this.state.autoplaying === "hovered" && _this.autoPlay("leave");
|
|
672
|
+
});
|
|
673
|
+
|
|
674
|
+
_defineProperty(_assertThisInitialized(_this), "onTrackOver", function () {
|
|
675
|
+
return _this.props.autoplay && _this.pause("hovered");
|
|
676
|
+
});
|
|
677
|
+
|
|
678
|
+
_defineProperty(_assertThisInitialized(_this), "onTrackLeave", function () {
|
|
679
|
+
return _this.props.autoplay && _this.state.autoplaying === "hovered" && _this.autoPlay("leave");
|
|
680
|
+
});
|
|
681
|
+
|
|
682
|
+
_defineProperty(_assertThisInitialized(_this), "onSlideFocus", function () {
|
|
683
|
+
return _this.props.autoplay && _this.pause("focused");
|
|
684
|
+
});
|
|
685
|
+
|
|
686
|
+
_defineProperty(_assertThisInitialized(_this), "onSlideBlur", function () {
|
|
687
|
+
return _this.props.autoplay && _this.state.autoplaying === "focused" && _this.autoPlay("blur");
|
|
688
|
+
});
|
|
689
|
+
|
|
690
|
+
_defineProperty(_assertThisInitialized(_this), "render", function () {
|
|
691
|
+
var className = classnames("slick-slider", _this.props.className, {
|
|
692
|
+
"slick-vertical": _this.props.vertical,
|
|
693
|
+
"slick-initialized": true
|
|
694
|
+
});
|
|
695
|
+
|
|
696
|
+
var spec = _objectSpread2(_objectSpread2({}, _this.props), _this.state);
|
|
697
|
+
|
|
698
|
+
var trackProps = extractObject(spec, ["fade", "cssEase", "speed", "infinite", "centerMode", "focusOnSelect", "currentSlide", "lazyLoad", "lazyLoadedList", "rtl", "slideWidth", "slideHeight", "listHeight", "vertical", "slidesToShow", "slidesToScroll", "slideCount", "trackStyle", "variableWidth", "unslick", "centerPadding", "targetSlide", "useCSS"]);
|
|
699
|
+
var pauseOnHover = _this.props.pauseOnHover;
|
|
700
|
+
trackProps = _objectSpread2(_objectSpread2({}, trackProps), {}, {
|
|
701
|
+
onMouseEnter: pauseOnHover ? _this.onTrackOver : null,
|
|
702
|
+
onMouseLeave: pauseOnHover ? _this.onTrackLeave : null,
|
|
703
|
+
onMouseOver: pauseOnHover ? _this.onTrackOver : null,
|
|
704
|
+
focusOnSelect: _this.props.focusOnSelect && _this.clickable ? _this.selectHandler : null
|
|
705
|
+
});
|
|
706
|
+
var dots;
|
|
707
|
+
|
|
708
|
+
if (_this.props.dots === true && _this.state.slideCount >= _this.props.slidesToShow) {
|
|
709
|
+
var dotProps = extractObject(spec, ["dotsClass", "slideCount", "slidesToShow", "currentSlide", "slidesToScroll", "clickHandler", "children", "customPaging", "infinite", "appendDots"]);
|
|
710
|
+
var pauseOnDotsHover = _this.props.pauseOnDotsHover;
|
|
711
|
+
dotProps = _objectSpread2(_objectSpread2({}, dotProps), {}, {
|
|
712
|
+
clickHandler: _this.changeSlide,
|
|
713
|
+
onMouseEnter: pauseOnDotsHover ? _this.onDotsLeave : null,
|
|
714
|
+
onMouseOver: pauseOnDotsHover ? _this.onDotsOver : null,
|
|
715
|
+
onMouseLeave: pauseOnDotsHover ? _this.onDotsLeave : null
|
|
716
|
+
});
|
|
717
|
+
dots = /*#__PURE__*/React__default.createElement(Dots, dotProps);
|
|
718
|
+
}
|
|
719
|
+
|
|
720
|
+
var prevArrow, nextArrow;
|
|
721
|
+
var arrowProps = extractObject(spec, ["infinite", "centerMode", "currentSlide", "slideCount", "slidesToShow", "prevArrow", "nextArrow"]);
|
|
722
|
+
arrowProps.clickHandler = _this.changeSlide;
|
|
723
|
+
|
|
724
|
+
if (_this.props.arrows) {
|
|
725
|
+
prevArrow = /*#__PURE__*/React__default.createElement(PrevArrow, arrowProps);
|
|
726
|
+
nextArrow = /*#__PURE__*/React__default.createElement(NextArrow, arrowProps);
|
|
727
|
+
}
|
|
728
|
+
|
|
729
|
+
var verticalHeightStyle = null;
|
|
730
|
+
|
|
731
|
+
if (_this.props.vertical) {
|
|
732
|
+
verticalHeightStyle = {
|
|
733
|
+
height: _this.state.listHeight
|
|
734
|
+
};
|
|
735
|
+
}
|
|
736
|
+
|
|
737
|
+
var centerPaddingStyle = null;
|
|
738
|
+
|
|
739
|
+
if (_this.props.vertical === false) {
|
|
740
|
+
if (_this.props.centerMode === true) {
|
|
741
|
+
centerPaddingStyle = {
|
|
742
|
+
padding: "0px " + _this.props.centerPadding
|
|
743
|
+
};
|
|
744
|
+
}
|
|
745
|
+
} else {
|
|
746
|
+
if (_this.props.centerMode === true) {
|
|
747
|
+
centerPaddingStyle = {
|
|
748
|
+
padding: _this.props.centerPadding + " 0px"
|
|
749
|
+
};
|
|
750
|
+
}
|
|
751
|
+
}
|
|
752
|
+
|
|
753
|
+
var listStyle = _objectSpread2(_objectSpread2({}, verticalHeightStyle), centerPaddingStyle);
|
|
754
|
+
|
|
755
|
+
var touchMove = _this.props.touchMove;
|
|
756
|
+
var listProps = {
|
|
757
|
+
className: "slick-list",
|
|
758
|
+
style: listStyle,
|
|
759
|
+
onClick: _this.clickHandler,
|
|
760
|
+
onMouseDown: touchMove ? _this.swipeStart : null,
|
|
761
|
+
onMouseMove: _this.state.dragging && touchMove ? _this.swipeMove : null,
|
|
762
|
+
onMouseUp: touchMove ? _this.swipeEnd : null,
|
|
763
|
+
onMouseLeave: _this.state.dragging && touchMove ? _this.swipeEnd : null,
|
|
764
|
+
onTouchStart: touchMove ? _this.swipeStart : null,
|
|
765
|
+
onTouchMove: _this.state.dragging && touchMove ? _this.swipeMove : null,
|
|
766
|
+
onTouchEnd: touchMove ? _this.touchEnd : null,
|
|
767
|
+
onTouchCancel: _this.state.dragging && touchMove ? _this.swipeEnd : null,
|
|
768
|
+
onKeyDown: _this.props.accessibility ? _this.keyHandler : null
|
|
769
|
+
};
|
|
770
|
+
var innerSliderProps = {
|
|
771
|
+
className: className,
|
|
772
|
+
dir: "ltr",
|
|
773
|
+
style: _this.props.style
|
|
774
|
+
};
|
|
775
|
+
|
|
776
|
+
if (_this.props.unslick) {
|
|
777
|
+
listProps = {
|
|
778
|
+
className: "slick-list"
|
|
779
|
+
};
|
|
780
|
+
innerSliderProps = {
|
|
781
|
+
className: className
|
|
782
|
+
};
|
|
783
|
+
}
|
|
784
|
+
|
|
785
|
+
return /*#__PURE__*/React__default.createElement("div", innerSliderProps, !_this.props.unslick ? prevArrow : "", /*#__PURE__*/React__default.createElement("div", _extends({
|
|
786
|
+
ref: _this.listRefHandler
|
|
787
|
+
}, listProps), /*#__PURE__*/React__default.createElement(Track, _extends({
|
|
788
|
+
ref: _this.trackRefHandler
|
|
789
|
+
}, trackProps), _this.props.children)), !_this.props.unslick ? nextArrow : "", !_this.props.unslick ? dots : "");
|
|
790
|
+
});
|
|
791
|
+
|
|
792
|
+
_this.list = null;
|
|
793
|
+
_this.track = null;
|
|
794
|
+
_this.state = _objectSpread2(_objectSpread2({}, initialState), {}, {
|
|
795
|
+
currentSlide: _this.props.initialSlide,
|
|
796
|
+
slideCount: React__default.Children.count(_this.props.children)
|
|
797
|
+
});
|
|
798
|
+
_this.callbackTimers = [];
|
|
799
|
+
_this.clickable = true;
|
|
800
|
+
_this.debouncedResize = null;
|
|
801
|
+
|
|
802
|
+
var ssrState = _this.ssrInit();
|
|
803
|
+
|
|
804
|
+
_this.state = _objectSpread2(_objectSpread2({}, _this.state), ssrState);
|
|
805
|
+
return _this;
|
|
806
|
+
}
|
|
807
|
+
|
|
808
|
+
_createClass(InnerSlider, [{
|
|
809
|
+
key: "didPropsChange",
|
|
810
|
+
value: function didPropsChange(prevProps) {
|
|
811
|
+
var setTrackStyle = false;
|
|
812
|
+
|
|
813
|
+
for (var _i3 = 0, _Object$keys = Object.keys(this.props); _i3 < _Object$keys.length; _i3++) {
|
|
814
|
+
var key = _Object$keys[_i3];
|
|
815
|
+
|
|
816
|
+
// eslint-disable-next-line no-prototype-builtins
|
|
817
|
+
if (!prevProps.hasOwnProperty(key)) {
|
|
818
|
+
setTrackStyle = true;
|
|
819
|
+
break;
|
|
820
|
+
}
|
|
821
|
+
|
|
822
|
+
if (_typeof(prevProps[key]) === "object" || typeof prevProps[key] === "function") {
|
|
823
|
+
continue;
|
|
824
|
+
}
|
|
825
|
+
|
|
826
|
+
if (prevProps[key] !== this.props[key]) {
|
|
827
|
+
setTrackStyle = true;
|
|
828
|
+
break;
|
|
829
|
+
}
|
|
830
|
+
}
|
|
831
|
+
|
|
832
|
+
return setTrackStyle || React__default.Children.count(this.props.children) !== React__default.Children.count(prevProps.children);
|
|
833
|
+
}
|
|
834
|
+
}]);
|
|
835
|
+
|
|
836
|
+
return InnerSlider;
|
|
837
|
+
}(React__default.Component);
|
|
838
|
+
|
|
839
|
+
export { InnerSlider };
|
|
840
|
+
//# sourceMappingURL=inner-slider.js.map
|