@rei/cedar 11.0.1 → 13.0.0-alpha.kurt-test
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/README.md +28 -35
- package/dist/cedar-compiled.css +944 -1104
- package/dist/cedar.js +8727 -9237
- package/dist/cedar.mjs +8519 -7534
- package/dist/lib/_virtual/plugin-vue_export-helper.js +9 -0
- package/dist/lib/assets/{cedar-compiled-010f67b6.css → cedar-compiled-f3a569d4.css} +2475 -2635
- package/dist/lib/node_modules/@rei/cdr-tokens/dist/js/{cdr-tokens.esm.mjs → cdr-tokens.esm.js} +0 -0
- package/dist/lib/src/components/accordion/CdrAccordion.js +211 -0
- package/dist/lib/src/components/accordion/CdrAccordionGroup.js +112 -0
- package/dist/lib/src/components/banner/CdrBanner.js +91 -0
- package/dist/lib/src/components/breadcrumb/CdrBreadcrumb.js +140 -0
- package/dist/lib/src/components/button/CdrButton.js +124 -0
- package/dist/lib/src/components/caption/CdrCaption.js +40 -0
- package/dist/lib/src/components/card/CdrCard.js +32 -0
- package/dist/lib/src/components/checkbox/CdrCheckbox.js +118 -0
- package/dist/lib/src/components/chip/CdrChip.js +59 -0
- package/dist/lib/src/components/chip/CdrChipGroup.js +109 -0
- package/dist/lib/src/components/container/CdrContainer.js +49 -0
- package/dist/lib/src/components/formError/CdrFormError.js +40 -0
- package/dist/lib/src/components/formGroup/CdrFormGroup.js +99 -0
- package/dist/lib/src/components/grid/CdrGrid.js +54 -0
- package/dist/lib/src/components/icon/CdrIcon.js +67 -0
- package/dist/lib/src/components/icon/comps/account-profile-fill.js +35 -0
- package/dist/lib/src/components/icon/comps/account-profile.js +35 -0
- package/dist/lib/src/components/icon/comps/arrow-down.js +35 -0
- package/dist/lib/src/components/icon/comps/arrow-left.js +35 -0
- package/dist/lib/src/components/icon/comps/arrow-right.js +35 -0
- package/dist/lib/src/components/icon/comps/arrow-up.js +35 -0
- package/dist/lib/src/components/icon/comps/atv.js +35 -0
- package/dist/lib/src/components/icon/comps/bed-outline.js +35 -0
- package/dist/lib/src/components/icon/comps/bike-shop.js +35 -0
- package/dist/lib/src/components/icon/comps/binoculars.js +35 -0
- package/dist/lib/src/components/icon/comps/birding.js +35 -0
- package/dist/lib/src/components/icon/comps/boat.js +35 -0
- package/dist/lib/src/components/icon/comps/boating.js +35 -0
- package/dist/lib/src/components/icon/comps/bookmark-fill.js +35 -0
- package/dist/lib/src/components/icon/comps/bookmark-stroke.js +35 -0
- package/dist/lib/src/components/icon/comps/brand-abstract.js +35 -0
- package/dist/lib/src/components/icon/comps/brand-code-sandbox.js +35 -0
- package/dist/lib/src/components/icon/comps/brand-github.js +35 -0
- package/dist/lib/src/components/icon/comps/brand-linkedin.js +35 -0
- package/dist/lib/src/components/icon/comps/brand-rei-ice-axes.js +35 -0
- package/dist/lib/src/components/icon/comps/brand-sketch.js +35 -0
- package/dist/lib/src/components/icon/comps/buddies.js +35 -0
- package/dist/lib/src/components/icon/comps/bus.js +35 -0
- package/dist/lib/src/components/icon/comps/calendar.js +35 -0
- package/dist/lib/src/components/icon/comps/camera.js +35 -0
- package/dist/lib/src/components/icon/comps/canoe.js +35 -0
- package/dist/lib/src/components/icon/comps/car.js +35 -0
- package/dist/lib/src/components/icon/comps/caret-down.js +35 -0
- package/dist/lib/src/components/icon/comps/caret-left.js +35 -0
- package/dist/lib/src/components/icon/comps/caret-right.js +35 -0
- package/dist/lib/src/components/icon/comps/caret-up.js +35 -0
- package/dist/lib/src/components/icon/comps/cart-fill.js +35 -0
- package/dist/lib/src/components/icon/comps/cart.js +35 -0
- package/dist/lib/src/components/icon/comps/chain-link.js +35 -0
- package/dist/lib/src/components/icon/comps/chat.js +35 -0
- package/dist/lib/src/components/icon/comps/check-fill.js +35 -0
- package/dist/lib/src/components/icon/comps/check-lg.js +35 -0
- package/dist/lib/src/components/icon/comps/check-sm.js +35 -0
- package/dist/lib/src/components/icon/comps/check-stroke.js +35 -0
- package/dist/lib/src/components/icon/comps/climb.js +35 -0
- package/dist/lib/src/components/icon/comps/clipboard.js +35 -0
- package/dist/lib/src/components/icon/comps/clock.js +35 -0
- package/dist/lib/src/components/icon/comps/code-html.js +35 -0
- package/dist/lib/src/components/icon/comps/code-js.js +35 -0
- package/dist/lib/src/components/icon/comps/compass.js +35 -0
- package/dist/lib/src/components/icon/comps/copy.js +35 -0
- package/dist/lib/src/components/icon/comps/coupon-fill.js +35 -0
- package/dist/lib/src/components/icon/comps/coupon-stroke.js +35 -0
- package/dist/lib/src/components/icon/comps/credit-card.js +35 -0
- package/dist/lib/src/components/icon/comps/curbside-pickup.js +35 -0
- package/dist/lib/src/components/icon/comps/day.js +35 -0
- package/dist/lib/src/components/icon/comps/diving.js +35 -0
- package/dist/lib/src/components/icon/comps/dog.js +35 -0
- package/dist/lib/src/components/icon/comps/download.js +35 -0
- package/dist/lib/src/components/icon/comps/edit.js +35 -0
- package/dist/lib/src/components/icon/comps/elevation.js +35 -0
- package/dist/lib/src/components/icon/comps/error-fill.js +37 -0
- package/dist/lib/src/components/icon/comps/error-stroke.js +42 -0
- package/dist/lib/src/components/icon/comps/expand.js +35 -0
- package/dist/lib/src/components/icon/comps/experiences-backpacking.js +35 -0
- package/dist/lib/src/components/icon/comps/experiences-camping.js +35 -0
- package/dist/lib/src/components/icon/comps/experiences-climbing.js +35 -0
- package/dist/lib/src/components/icon/comps/experiences-clothing.js +35 -0
- package/dist/lib/src/components/icon/comps/experiences-cycling.js +35 -0
- package/dist/lib/src/components/icon/comps/experiences-family.js +35 -0
- package/dist/lib/src/components/icon/comps/experiences-fitness.js +35 -0
- package/dist/lib/src/components/icon/comps/experiences-hiking.js +35 -0
- package/dist/lib/src/components/icon/comps/experiences-outdoor-basics.js +35 -0
- package/dist/lib/src/components/icon/comps/experiences-paddling.js +35 -0
- package/dist/lib/src/components/icon/comps/experiences-rentals.js +35 -0
- package/dist/lib/src/components/icon/comps/experiences-snowsports.js +35 -0
- package/dist/lib/src/components/icon/comps/experiences-travel.js +35 -0
- package/dist/lib/src/components/icon/comps/external-link.js +35 -0
- package/dist/lib/src/components/icon/comps/eye-hide.js +35 -0
- package/dist/lib/src/components/icon/comps/eye-show.js +35 -0
- package/dist/lib/src/components/icon/comps/facebook.js +35 -0
- package/dist/lib/src/components/icon/comps/filter-alt.js +35 -0
- package/dist/lib/src/components/icon/comps/filter.js +35 -0
- package/dist/lib/src/components/icon/comps/find-location.js +35 -0
- package/dist/lib/src/components/icon/comps/fire.js +35 -0
- package/dist/lib/src/components/icon/comps/fishing.js +35 -0
- package/dist/lib/src/components/icon/comps/free-product.js +35 -0
- package/dist/lib/src/components/icon/comps/grid-view.js +35 -0
- package/dist/lib/src/components/icon/comps/heart-fill.js +35 -0
- package/dist/lib/src/components/icon/comps/heart-stroke.js +35 -0
- package/dist/lib/src/components/icon/comps/hike.js +35 -0
- package/dist/lib/src/components/icon/comps/history.js +35 -0
- package/dist/lib/src/components/icon/comps/home.js +35 -0
- package/dist/lib/src/components/icon/comps/horse.js +35 -0
- package/dist/lib/src/components/icon/comps/horseshoe.js +35 -0
- package/dist/lib/src/components/icon/comps/image.js +35 -0
- package/dist/lib/src/components/icon/comps/information-fill.js +35 -0
- package/dist/lib/src/components/icon/comps/information-stroke.js +35 -0
- package/dist/lib/src/components/icon/comps/instagram.js +35 -0
- package/dist/lib/src/components/icon/comps/kayak.js +35 -0
- package/dist/lib/src/components/icon/comps/list-ragged.js +35 -0
- package/dist/lib/src/components/icon/comps/list-view.js +35 -0
- package/dist/lib/src/components/icon/comps/location-pin-fill.js +35 -0
- package/dist/lib/src/components/icon/comps/location-pin-stroke.js +35 -0
- package/dist/lib/src/components/icon/comps/lock-locked-fill.js +35 -0
- package/dist/lib/src/components/icon/comps/lock-locked-stroke.js +35 -0
- package/dist/lib/src/components/icon/comps/lock-unlocked-stroke.js +35 -0
- package/dist/lib/src/components/icon/comps/mail.js +35 -0
- package/dist/lib/src/components/icon/comps/map.js +35 -0
- package/dist/lib/src/components/icon/comps/member-card.js +35 -0
- package/dist/lib/src/components/icon/comps/microphone.js +35 -0
- package/dist/lib/src/components/icon/comps/minus-fill.js +35 -0
- package/dist/lib/src/components/icon/comps/minus-lg.js +35 -0
- package/dist/lib/src/components/icon/comps/minus-sm.js +35 -0
- package/dist/lib/src/components/icon/comps/minus-stroke.js +35 -0
- package/dist/lib/src/components/icon/comps/more-functions.js +35 -0
- package/dist/lib/src/components/icon/comps/my-location.js +35 -0
- package/dist/lib/src/components/icon/comps/navigation-menu.js +35 -0
- package/dist/lib/src/components/icon/comps/night.js +35 -0
- package/dist/lib/src/components/icon/comps/paddle.js +35 -0
- package/dist/lib/src/components/icon/comps/pause-fill.js +35 -0
- package/dist/lib/src/components/icon/comps/pause-stroke.js +35 -0
- package/dist/lib/src/components/icon/comps/pause.js +35 -0
- package/dist/lib/src/components/icon/comps/photography.js +35 -0
- package/dist/lib/src/components/icon/comps/picnic.js +35 -0
- package/dist/lib/src/components/icon/comps/pinterest.js +35 -0
- package/dist/lib/src/components/icon/comps/plane.js +35 -0
- package/dist/lib/src/components/icon/comps/play-fill.js +35 -0
- package/dist/lib/src/components/icon/comps/play-stroke.js +35 -0
- package/dist/lib/src/components/icon/comps/play.js +35 -0
- package/dist/lib/src/components/icon/comps/playground.js +35 -0
- package/dist/lib/src/components/icon/comps/plugin.js +35 -0
- package/dist/lib/src/components/icon/comps/plus-fill.js +35 -0
- package/dist/lib/src/components/icon/comps/plus-lg.js +35 -0
- package/dist/lib/src/components/icon/comps/plus-sm.js +35 -0
- package/dist/lib/src/components/icon/comps/plus-stroke.js +35 -0
- package/dist/lib/src/components/icon/comps/print.js +35 -0
- package/dist/lib/src/components/icon/comps/protection-fill.js +35 -0
- package/dist/lib/src/components/icon/comps/protection-stroke.js +35 -0
- package/dist/lib/src/components/icon/comps/question-fill.js +35 -0
- package/dist/lib/src/components/icon/comps/question-stroke.js +35 -0
- package/dist/lib/src/components/icon/comps/refresh.js +35 -0
- package/dist/lib/src/components/icon/comps/reload.js +35 -0
- package/dist/lib/src/components/icon/comps/returns.js +35 -0
- package/dist/lib/src/components/icon/comps/run.js +35 -0
- package/dist/lib/src/components/icon/comps/scan-barcode.js +35 -0
- package/dist/lib/src/components/icon/comps/search.js +35 -0
- package/dist/lib/src/components/icon/comps/service-shop.js +35 -0
- package/dist/lib/src/components/icon/comps/shipping.js +35 -0
- package/dist/lib/src/components/icon/comps/shopping-bag-fill.js +35 -0
- package/dist/lib/src/components/icon/comps/shopping-bag.js +35 -0
- package/dist/lib/src/components/icon/comps/shrink.js +35 -0
- package/dist/lib/src/components/icon/comps/size-chart.js +35 -0
- package/dist/lib/src/components/icon/comps/ski-boot.js +35 -0
- package/dist/lib/src/components/icon/comps/ski.js +35 -0
- package/dist/lib/src/components/icon/comps/snow-shop.js +35 -0
- package/dist/lib/src/components/icon/comps/snow.js +35 -0
- package/dist/lib/src/components/icon/comps/sort.js +35 -0
- package/dist/lib/src/components/icon/comps/star-100.js +35 -0
- package/dist/lib/src/components/icon/comps/star-25.js +35 -0
- package/dist/lib/src/components/icon/comps/star-50.js +35 -0
- package/dist/lib/src/components/icon/comps/star-75.js +35 -0
- package/dist/lib/src/components/icon/comps/star-stroke.js +35 -0
- package/dist/lib/src/components/icon/comps/storefront.js +35 -0
- package/dist/lib/src/components/icon/comps/swim.js +35 -0
- package/dist/lib/src/components/icon/comps/telephone.js +35 -0
- package/dist/lib/src/components/icon/comps/tent.js +35 -0
- package/dist/lib/src/components/icon/comps/trash.js +35 -0
- package/dist/lib/src/components/icon/comps/twitter.js +35 -0
- package/dist/lib/src/components/icon/comps/upload.js +35 -0
- package/dist/lib/src/components/icon/comps/verified-purchaser.js +35 -0
- package/dist/lib/src/components/icon/comps/virtual-outfitting.js +35 -0
- package/dist/lib/src/components/icon/comps/warning-fill.js +35 -0
- package/dist/lib/src/components/icon/comps/warning-stroke.js +35 -0
- package/dist/lib/src/components/icon/comps/water.js +35 -0
- package/dist/lib/src/components/icon/comps/wilderness.js +35 -0
- package/dist/lib/src/components/icon/comps/x-fill.js +35 -0
- package/dist/lib/src/components/icon/comps/x-lg.js +35 -0
- package/dist/lib/src/components/icon/comps/x-sm.js +35 -0
- package/dist/lib/src/components/icon/comps/x-stroke.js +35 -0
- package/dist/lib/src/components/icon/comps/youtube.js +35 -0
- package/dist/lib/src/components/icon/comps/zoom-in.js +35 -0
- package/dist/lib/src/components/icon/comps/zoom-out.js +35 -0
- package/dist/lib/src/components/image/CdrImg.js +148 -0
- package/dist/lib/src/components/input/CdrInput.js +305 -0
- package/dist/lib/src/components/labelStandalone/CdrLabelStandalone.js +116 -0
- package/dist/lib/src/components/labelWrapper/CdrLabelWrapper.js +60 -0
- package/dist/lib/src/components/link/CdrLink.js +71 -0
- package/dist/lib/src/components/list/CdrList.js +46 -0
- package/dist/lib/src/components/modal/CdrModal.js +383 -0
- package/dist/lib/src/components/modal/{onTransitionEnd.mjs → onTransitionEnd.js} +15 -13
- package/dist/lib/src/components/pagination/CdrPagination.js +315 -0
- package/dist/lib/src/components/popover/CdrPopover.js +183 -0
- package/dist/lib/src/components/popup/CdrPopup.js +188 -0
- package/dist/lib/src/components/popup/calculatePlacement.js +88 -0
- package/dist/lib/src/components/quote/CdrQuote.js +64 -0
- package/dist/lib/src/components/radio/CdrRadio.js +110 -0
- package/dist/lib/src/components/rating/CdrRating.js +184 -0
- package/dist/lib/src/components/select/CdrSelect.js +277 -0
- package/dist/lib/src/components/table/CdrTable.js +84 -0
- package/dist/lib/src/components/tabs/CdrTabPanel.js +117 -0
- package/dist/lib/src/components/tabs/CdrTabs.js +361 -0
- package/dist/lib/src/components/text/CdrText.js +31 -0
- package/dist/lib/src/components/toast/CdrToast.js +160 -0
- package/dist/lib/src/components/tooltip/CdrTooltip.js +129 -0
- package/dist/lib/src/{index.mjs → index.js} +209 -209
- package/dist/lib/src/mixins/breakpoints.js +21 -0
- package/dist/lib/src/props/background.js +11 -0
- package/dist/lib/src/props/size.js +11 -0
- package/dist/lib/src/utils/buildClass.js +90 -0
- package/dist/lib/src/utils/mapClasses.js +22 -0
- package/dist/lib/src/utils/{propValidator.mjs → propValidator.js} +6 -5
- package/dist/style/cedar-full.css +0 -1
- package/package.json +53 -38
- package/dist/lib/src/components/accordion/CdrAccordion.mjs +0 -198
- package/dist/lib/src/components/accordion/CdrAccordionGroup.mjs +0 -119
- package/dist/lib/src/components/accordion/styles/CdrAccordion.mjs +0 -3
- package/dist/lib/src/components/accordion/styles/CdrAccordionGroup.mjs +0 -3
- package/dist/lib/src/components/banner/CdrBanner.mjs +0 -61
- package/dist/lib/src/components/banner/styles/CdrBanner.mjs +0 -3
- package/dist/lib/src/components/breadcrumb/CdrBreadcrumb.mjs +0 -158
- package/dist/lib/src/components/breadcrumb/styles/CdrBreadcrumb.mjs +0 -3
- package/dist/lib/src/components/button/CdrButton.mjs +0 -118
- package/dist/lib/src/components/button/styles/CdrButton.mjs +0 -3
- package/dist/lib/src/components/caption/CdrCaption.mjs +0 -38
- package/dist/lib/src/components/caption/styles/CdrCaption.mjs +0 -3
- package/dist/lib/src/components/card/CdrCard.mjs +0 -35
- package/dist/lib/src/components/card/styles/CdrCard.mjs +0 -3
- package/dist/lib/src/components/checkbox/CdrCheckbox.mjs +0 -165
- package/dist/lib/src/components/checkbox/styles/CdrCheckbox.mjs +0 -3
- package/dist/lib/src/components/chip/CdrChip.mjs +0 -30
- package/dist/lib/src/components/chip/CdrChipGroup.mjs +0 -105
- package/dist/lib/src/components/chip/styles/CdrChip.mjs +0 -3
- package/dist/lib/src/components/chip/styles/CdrChipGroup.mjs +0 -3
- package/dist/lib/src/components/container/CdrContainer.mjs +0 -49
- package/dist/lib/src/components/container/styles/CdrContainer.mjs +0 -3
- package/dist/lib/src/components/formError/CdrFormError.mjs +0 -39
- package/dist/lib/src/components/formError/styles/CdrFormError.mjs +0 -3
- package/dist/lib/src/components/formGroup/CdrFormGroup.mjs +0 -95
- package/dist/lib/src/components/formGroup/styles/CdrFormGroup.mjs +0 -3
- package/dist/lib/src/components/grid/CdrGrid.mjs +0 -55
- package/dist/lib/src/components/grid/styles/CdrGrid.mjs +0 -3
- package/dist/lib/src/components/icon/CdrIcon.mjs +0 -76
- package/dist/lib/src/components/icon/comps/account-profile-fill.mjs +0 -27
- package/dist/lib/src/components/icon/comps/account-profile.mjs +0 -27
- package/dist/lib/src/components/icon/comps/arrow-down.mjs +0 -27
- package/dist/lib/src/components/icon/comps/arrow-left.mjs +0 -27
- package/dist/lib/src/components/icon/comps/arrow-right.mjs +0 -27
- package/dist/lib/src/components/icon/comps/arrow-up.mjs +0 -27
- package/dist/lib/src/components/icon/comps/atv.mjs +0 -27
- package/dist/lib/src/components/icon/comps/bed-outline.mjs +0 -27
- package/dist/lib/src/components/icon/comps/bike-shop.mjs +0 -27
- package/dist/lib/src/components/icon/comps/binoculars.mjs +0 -27
- package/dist/lib/src/components/icon/comps/birding.mjs +0 -27
- package/dist/lib/src/components/icon/comps/boat.mjs +0 -27
- package/dist/lib/src/components/icon/comps/boating.mjs +0 -27
- package/dist/lib/src/components/icon/comps/bookmark-fill.mjs +0 -27
- package/dist/lib/src/components/icon/comps/bookmark-stroke.mjs +0 -27
- package/dist/lib/src/components/icon/comps/brand-abstract.mjs +0 -27
- package/dist/lib/src/components/icon/comps/brand-code-sandbox.mjs +0 -27
- package/dist/lib/src/components/icon/comps/brand-github.mjs +0 -27
- package/dist/lib/src/components/icon/comps/brand-linkedin.mjs +0 -27
- package/dist/lib/src/components/icon/comps/brand-rei-ice-axes.mjs +0 -27
- package/dist/lib/src/components/icon/comps/brand-sketch.mjs +0 -27
- package/dist/lib/src/components/icon/comps/buddies.mjs +0 -27
- package/dist/lib/src/components/icon/comps/bus.mjs +0 -27
- package/dist/lib/src/components/icon/comps/calendar.mjs +0 -27
- package/dist/lib/src/components/icon/comps/camera.mjs +0 -27
- package/dist/lib/src/components/icon/comps/canoe.mjs +0 -27
- package/dist/lib/src/components/icon/comps/car.mjs +0 -27
- package/dist/lib/src/components/icon/comps/caret-down.mjs +0 -27
- package/dist/lib/src/components/icon/comps/caret-left.mjs +0 -27
- package/dist/lib/src/components/icon/comps/caret-right.mjs +0 -27
- package/dist/lib/src/components/icon/comps/caret-up.mjs +0 -27
- package/dist/lib/src/components/icon/comps/cart-fill.mjs +0 -27
- package/dist/lib/src/components/icon/comps/cart.mjs +0 -27
- package/dist/lib/src/components/icon/comps/chain-link.mjs +0 -27
- package/dist/lib/src/components/icon/comps/chat.mjs +0 -27
- package/dist/lib/src/components/icon/comps/check-fill.mjs +0 -27
- package/dist/lib/src/components/icon/comps/check-lg.mjs +0 -27
- package/dist/lib/src/components/icon/comps/check-sm.mjs +0 -27
- package/dist/lib/src/components/icon/comps/check-stroke.mjs +0 -27
- package/dist/lib/src/components/icon/comps/climb.mjs +0 -27
- package/dist/lib/src/components/icon/comps/clipboard.mjs +0 -27
- package/dist/lib/src/components/icon/comps/clock.mjs +0 -27
- package/dist/lib/src/components/icon/comps/code-html.mjs +0 -27
- package/dist/lib/src/components/icon/comps/code-js.mjs +0 -27
- package/dist/lib/src/components/icon/comps/compass.mjs +0 -27
- package/dist/lib/src/components/icon/comps/copy.mjs +0 -27
- package/dist/lib/src/components/icon/comps/coupon-fill.mjs +0 -27
- package/dist/lib/src/components/icon/comps/coupon-stroke.mjs +0 -27
- package/dist/lib/src/components/icon/comps/credit-card.mjs +0 -27
- package/dist/lib/src/components/icon/comps/curbside-pickup.mjs +0 -27
- package/dist/lib/src/components/icon/comps/day.mjs +0 -27
- package/dist/lib/src/components/icon/comps/diving.mjs +0 -27
- package/dist/lib/src/components/icon/comps/dog.mjs +0 -27
- package/dist/lib/src/components/icon/comps/download.mjs +0 -27
- package/dist/lib/src/components/icon/comps/edit.mjs +0 -27
- package/dist/lib/src/components/icon/comps/elevation.mjs +0 -27
- package/dist/lib/src/components/icon/comps/error-fill.mjs +0 -29
- package/dist/lib/src/components/icon/comps/error-stroke.mjs +0 -33
- package/dist/lib/src/components/icon/comps/expand.mjs +0 -27
- package/dist/lib/src/components/icon/comps/experiences-backpacking.mjs +0 -27
- package/dist/lib/src/components/icon/comps/experiences-camping.mjs +0 -27
- package/dist/lib/src/components/icon/comps/experiences-climbing.mjs +0 -27
- package/dist/lib/src/components/icon/comps/experiences-clothing.mjs +0 -27
- package/dist/lib/src/components/icon/comps/experiences-cycling.mjs +0 -27
- package/dist/lib/src/components/icon/comps/experiences-family.mjs +0 -27
- package/dist/lib/src/components/icon/comps/experiences-fitness.mjs +0 -27
- package/dist/lib/src/components/icon/comps/experiences-hiking.mjs +0 -27
- package/dist/lib/src/components/icon/comps/experiences-outdoor-basics.mjs +0 -27
- package/dist/lib/src/components/icon/comps/experiences-paddling.mjs +0 -27
- package/dist/lib/src/components/icon/comps/experiences-rentals.mjs +0 -27
- package/dist/lib/src/components/icon/comps/experiences-snowsports.mjs +0 -27
- package/dist/lib/src/components/icon/comps/experiences-travel.mjs +0 -27
- package/dist/lib/src/components/icon/comps/external-link.mjs +0 -27
- package/dist/lib/src/components/icon/comps/eye-hide.mjs +0 -27
- package/dist/lib/src/components/icon/comps/eye-show.mjs +0 -27
- package/dist/lib/src/components/icon/comps/facebook.mjs +0 -27
- package/dist/lib/src/components/icon/comps/filter-alt.mjs +0 -27
- package/dist/lib/src/components/icon/comps/filter.mjs +0 -27
- package/dist/lib/src/components/icon/comps/find-location.mjs +0 -27
- package/dist/lib/src/components/icon/comps/fire.mjs +0 -27
- package/dist/lib/src/components/icon/comps/fishing.mjs +0 -27
- package/dist/lib/src/components/icon/comps/free-product.mjs +0 -27
- package/dist/lib/src/components/icon/comps/grid-view.mjs +0 -27
- package/dist/lib/src/components/icon/comps/heart-fill.mjs +0 -27
- package/dist/lib/src/components/icon/comps/heart-stroke.mjs +0 -27
- package/dist/lib/src/components/icon/comps/hike.mjs +0 -27
- package/dist/lib/src/components/icon/comps/history.mjs +0 -27
- package/dist/lib/src/components/icon/comps/home.mjs +0 -27
- package/dist/lib/src/components/icon/comps/horse.mjs +0 -27
- package/dist/lib/src/components/icon/comps/horseshoe.mjs +0 -27
- package/dist/lib/src/components/icon/comps/image.mjs +0 -27
- package/dist/lib/src/components/icon/comps/information-fill.mjs +0 -27
- package/dist/lib/src/components/icon/comps/information-stroke.mjs +0 -27
- package/dist/lib/src/components/icon/comps/instagram.mjs +0 -27
- package/dist/lib/src/components/icon/comps/kayak.mjs +0 -27
- package/dist/lib/src/components/icon/comps/list-ragged.mjs +0 -27
- package/dist/lib/src/components/icon/comps/list-view.mjs +0 -27
- package/dist/lib/src/components/icon/comps/location-pin-fill.mjs +0 -27
- package/dist/lib/src/components/icon/comps/location-pin-stroke.mjs +0 -27
- package/dist/lib/src/components/icon/comps/lock-locked-fill.mjs +0 -27
- package/dist/lib/src/components/icon/comps/lock-locked-stroke.mjs +0 -27
- package/dist/lib/src/components/icon/comps/lock-unlocked-stroke.mjs +0 -27
- package/dist/lib/src/components/icon/comps/mail.mjs +0 -27
- package/dist/lib/src/components/icon/comps/map.mjs +0 -27
- package/dist/lib/src/components/icon/comps/member-card.mjs +0 -27
- package/dist/lib/src/components/icon/comps/microphone.mjs +0 -27
- package/dist/lib/src/components/icon/comps/minus-fill.mjs +0 -27
- package/dist/lib/src/components/icon/comps/minus-lg.mjs +0 -27
- package/dist/lib/src/components/icon/comps/minus-sm.mjs +0 -27
- package/dist/lib/src/components/icon/comps/minus-stroke.mjs +0 -27
- package/dist/lib/src/components/icon/comps/more-functions.mjs +0 -27
- package/dist/lib/src/components/icon/comps/my-location.mjs +0 -27
- package/dist/lib/src/components/icon/comps/navigation-menu.mjs +0 -27
- package/dist/lib/src/components/icon/comps/night.mjs +0 -27
- package/dist/lib/src/components/icon/comps/paddle.mjs +0 -27
- package/dist/lib/src/components/icon/comps/pause-fill.mjs +0 -27
- package/dist/lib/src/components/icon/comps/pause-stroke.mjs +0 -27
- package/dist/lib/src/components/icon/comps/pause.mjs +0 -27
- package/dist/lib/src/components/icon/comps/photography.mjs +0 -27
- package/dist/lib/src/components/icon/comps/picnic.mjs +0 -27
- package/dist/lib/src/components/icon/comps/pinterest.mjs +0 -27
- package/dist/lib/src/components/icon/comps/plane.mjs +0 -27
- package/dist/lib/src/components/icon/comps/play-fill.mjs +0 -27
- package/dist/lib/src/components/icon/comps/play-stroke.mjs +0 -27
- package/dist/lib/src/components/icon/comps/play.mjs +0 -27
- package/dist/lib/src/components/icon/comps/playground.mjs +0 -27
- package/dist/lib/src/components/icon/comps/plugin.mjs +0 -27
- package/dist/lib/src/components/icon/comps/plus-fill.mjs +0 -27
- package/dist/lib/src/components/icon/comps/plus-lg.mjs +0 -27
- package/dist/lib/src/components/icon/comps/plus-sm.mjs +0 -27
- package/dist/lib/src/components/icon/comps/plus-stroke.mjs +0 -27
- package/dist/lib/src/components/icon/comps/print.mjs +0 -27
- package/dist/lib/src/components/icon/comps/protection-fill.mjs +0 -27
- package/dist/lib/src/components/icon/comps/protection-stroke.mjs +0 -27
- package/dist/lib/src/components/icon/comps/question-fill.mjs +0 -27
- package/dist/lib/src/components/icon/comps/question-stroke.mjs +0 -27
- package/dist/lib/src/components/icon/comps/refresh.mjs +0 -27
- package/dist/lib/src/components/icon/comps/reload.mjs +0 -27
- package/dist/lib/src/components/icon/comps/returns.mjs +0 -27
- package/dist/lib/src/components/icon/comps/run.mjs +0 -27
- package/dist/lib/src/components/icon/comps/scan-barcode.mjs +0 -27
- package/dist/lib/src/components/icon/comps/search.mjs +0 -27
- package/dist/lib/src/components/icon/comps/service-shop.mjs +0 -27
- package/dist/lib/src/components/icon/comps/shipping.mjs +0 -27
- package/dist/lib/src/components/icon/comps/shopping-bag-fill.mjs +0 -27
- package/dist/lib/src/components/icon/comps/shopping-bag.mjs +0 -27
- package/dist/lib/src/components/icon/comps/shrink.mjs +0 -27
- package/dist/lib/src/components/icon/comps/size-chart.mjs +0 -27
- package/dist/lib/src/components/icon/comps/ski-boot.mjs +0 -27
- package/dist/lib/src/components/icon/comps/ski.mjs +0 -27
- package/dist/lib/src/components/icon/comps/snow-shop.mjs +0 -27
- package/dist/lib/src/components/icon/comps/snow.mjs +0 -27
- package/dist/lib/src/components/icon/comps/sort.mjs +0 -27
- package/dist/lib/src/components/icon/comps/star-100.mjs +0 -27
- package/dist/lib/src/components/icon/comps/star-25.mjs +0 -27
- package/dist/lib/src/components/icon/comps/star-50.mjs +0 -27
- package/dist/lib/src/components/icon/comps/star-75.mjs +0 -27
- package/dist/lib/src/components/icon/comps/star-stroke.mjs +0 -27
- package/dist/lib/src/components/icon/comps/storefront.mjs +0 -27
- package/dist/lib/src/components/icon/comps/swim.mjs +0 -27
- package/dist/lib/src/components/icon/comps/telephone.mjs +0 -27
- package/dist/lib/src/components/icon/comps/tent.mjs +0 -27
- package/dist/lib/src/components/icon/comps/trash.mjs +0 -27
- package/dist/lib/src/components/icon/comps/twitter.mjs +0 -27
- package/dist/lib/src/components/icon/comps/upload.mjs +0 -27
- package/dist/lib/src/components/icon/comps/verified-purchaser.mjs +0 -27
- package/dist/lib/src/components/icon/comps/virtual-outfitting.mjs +0 -27
- package/dist/lib/src/components/icon/comps/warning-fill.mjs +0 -27
- package/dist/lib/src/components/icon/comps/warning-stroke.mjs +0 -27
- package/dist/lib/src/components/icon/comps/water.mjs +0 -27
- package/dist/lib/src/components/icon/comps/wilderness.mjs +0 -27
- package/dist/lib/src/components/icon/comps/x-fill.mjs +0 -27
- package/dist/lib/src/components/icon/comps/x-lg.mjs +0 -27
- package/dist/lib/src/components/icon/comps/x-sm.mjs +0 -27
- package/dist/lib/src/components/icon/comps/x-stroke.mjs +0 -27
- package/dist/lib/src/components/icon/comps/youtube.mjs +0 -27
- package/dist/lib/src/components/icon/comps/zoom-in.mjs +0 -27
- package/dist/lib/src/components/icon/comps/zoom-out.mjs +0 -27
- package/dist/lib/src/components/icon/styles/CdrIcon.mjs +0 -3
- package/dist/lib/src/components/image/CdrImg.mjs +0 -140
- package/dist/lib/src/components/image/styles/CdrImg.mjs +0 -3
- package/dist/lib/src/components/input/CdrInput.mjs +0 -283
- package/dist/lib/src/components/input/styles/CdrInput.mjs +0 -3
- package/dist/lib/src/components/labelStandalone/CdrLabelStandalone.mjs +0 -85
- package/dist/lib/src/components/labelStandalone/styles/CdrLabelStandalone.mjs +0 -3
- package/dist/lib/src/components/labelWrapper/CdrLabelWrapper.mjs +0 -54
- package/dist/lib/src/components/labelWrapper/styles/CdrLabelWrapper.mjs +0 -3
- package/dist/lib/src/components/link/CdrLink.mjs +0 -71
- package/dist/lib/src/components/link/styles/CdrLink.mjs +0 -3
- package/dist/lib/src/components/list/CdrList.mjs +0 -42
- package/dist/lib/src/components/list/styles/CdrList.mjs +0 -3
- package/dist/lib/src/components/modal/CdrModal.mjs +0 -365
- package/dist/lib/src/components/modal/styles/CdrModal.mjs +0 -3
- package/dist/lib/src/components/pagination/CdrPagination.mjs +0 -425
- package/dist/lib/src/components/pagination/styles/CdrPagination.mjs +0 -3
- package/dist/lib/src/components/popover/CdrPopover.mjs +0 -155
- package/dist/lib/src/components/popover/styles/CdrPopover.mjs +0 -3
- package/dist/lib/src/components/popup/CdrPopup.mjs +0 -256
- package/dist/lib/src/components/popup/styles/CdrPopup.mjs +0 -3
- package/dist/lib/src/components/quote/CdrQuote.mjs +0 -66
- package/dist/lib/src/components/quote/styles/CdrQuote.mjs +0 -3
- package/dist/lib/src/components/radio/CdrRadio.mjs +0 -141
- package/dist/lib/src/components/radio/styles/CdrRadio.mjs +0 -3
- package/dist/lib/src/components/rating/CdrRating.mjs +0 -179
- package/dist/lib/src/components/rating/styles/CdrRating.mjs +0 -3
- package/dist/lib/src/components/select/CdrSelect.mjs +0 -255
- package/dist/lib/src/components/select/styles/CdrSelect.mjs +0 -3
- package/dist/lib/src/components/table/CdrTable.mjs +0 -73
- package/dist/lib/src/components/table/styles/CdrTable.mjs +0 -3
- package/dist/lib/src/components/tabs/CdrTabPanel.mjs +0 -105
- package/dist/lib/src/components/tabs/CdrTabs.mjs +0 -353
- package/dist/lib/src/components/tabs/styles/CdrTabPanel.mjs +0 -3
- package/dist/lib/src/components/tabs/styles/CdrTabs.mjs +0 -3
- package/dist/lib/src/components/text/CdrText.mjs +0 -44
- package/dist/lib/src/components/text/styles/CdrText.mjs +0 -3
- package/dist/lib/src/components/toast/CdrToast.mjs +0 -159
- package/dist/lib/src/components/toast/styles/CdrToast.mjs +0 -3
- package/dist/lib/src/components/tooltip/CdrTooltip.mjs +0 -121
- package/dist/lib/src/components/tooltip/styles/CdrTooltip.mjs +0 -3
- package/dist/lib/src/mixins/breakpoints.mjs +0 -26
- package/dist/lib/src/mixins/buildClass.mjs +0 -71
- package/dist/lib/src/mixins/fullWidth.mjs +0 -47
- package/dist/lib/src/mixins/modifier.mjs +0 -22
- package/dist/lib/src/mixins/size.mjs +0 -37
- package/dist/style/cdr-accordion-group.css +0 -1
- package/dist/style/cdr-accordion.css +0 -1
- package/dist/style/cdr-banner-vars.css +0 -0
- package/dist/style/cdr-banner.css +0 -1
- package/dist/style/cdr-breadcrumb.css +0 -1
- package/dist/style/cdr-button.css +0 -1
- package/dist/style/cdr-caption.css +0 -1
- package/dist/style/cdr-card.css +0 -1
- package/dist/style/cdr-checkbox.css +0 -1
- package/dist/style/cdr-chip-group.css +0 -1
- package/dist/style/cdr-chip.css +0 -1
- package/dist/style/cdr-container.css +0 -1
- package/dist/style/cdr-form-error.css +0 -1
- package/dist/style/cdr-form-group.css +0 -1
- package/dist/style/cdr-grid.css +0 -1
- package/dist/style/cdr-icon.css +0 -1
- package/dist/style/cdr-img.css +0 -1
- package/dist/style/cdr-input.css +0 -1
- package/dist/style/cdr-label-standalone.css +0 -1
- package/dist/style/cdr-label-wrapper.css +0 -1
- package/dist/style/cdr-link.css +0 -1
- package/dist/style/cdr-list.css +0 -1
- package/dist/style/cdr-modal.css +0 -1
- package/dist/style/cdr-pagination.css +0 -1
- package/dist/style/cdr-popover.css +0 -1
- package/dist/style/cdr-popup.css +0 -1
- package/dist/style/cdr-quote.css +0 -1
- package/dist/style/cdr-radio.css +0 -1
- package/dist/style/cdr-rating.css +0 -1
- package/dist/style/cdr-select.css +0 -1
- package/dist/style/cdr-tab-panel.css +0 -1
- package/dist/style/cdr-table.css +0 -1
- package/dist/style/cdr-tabs.css +0 -1
- package/dist/style/cdr-text.css +0 -1
- package/dist/style/cdr-toast.css +0 -1
- package/dist/style/cdr-tooltip.css +0 -1
- package/dist/style/reset.css +0 -1
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { defineComponent, resolveComponent, openBlock, createBlock, normalizeProps, guardReactiveProps, withCtx, renderSlot, createElementVNode } from 'vue';
|
|
2
|
+
import CdrIcon from '../CdrIcon.js';
|
|
3
|
+
import _export_sfc from '../../../../_virtual/plugin-vue_export-helper.js';
|
|
4
|
+
|
|
5
|
+
const _sfc_main = defineComponent({
|
|
6
|
+
name: 'IconServiceShop',
|
|
7
|
+
components: {
|
|
8
|
+
CdrIcon,
|
|
9
|
+
},
|
|
10
|
+
setup(props) {
|
|
11
|
+
return {
|
|
12
|
+
props
|
|
13
|
+
};
|
|
14
|
+
},
|
|
15
|
+
});
|
|
16
|
+
|
|
17
|
+
const _hoisted_1 = /*#__PURE__*/createElementVNode("path", {
|
|
18
|
+
role: "presentation",
|
|
19
|
+
d: "M12.458 10.19l-1.985-1.988A3.857 3.857 0 006.857 3a.553.553 0 00-.39.944l1.69 1.688-.5 1.863-1.864.5-1.622-1.623A.686.686 0 003 6.857a3.857 3.857 0 005.202 3.616l1.988 1.985-.787.788-.33-.01a1.286 1.286 0 00-.948.377l-4.75 4.756c-.5.503-.5 1.317.002 1.818l.433.434a1.286 1.286 0 001.817.001l4.758-4.751c.25-.25.387-.593.376-.947l-.008-.3.803-.803 6.813 6.801a1.286 1.286 0 001.817 0l.433-.435a1.287 1.287 0 00.002-1.818l-6.8-6.813 3.688-3.689 1.492-.248c.443-.074.815-.374.982-.79l.895-2.237a.5.5 0 00-.111-.54l-.82-.819a.5.5 0 00-.539-.11l-2.236.894c-.417.167-.717.54-.79.982l-.255 1.522-3.669 3.67z"
|
|
20
|
+
}, null, -1 /* HOISTED */);
|
|
21
|
+
|
|
22
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23
|
+
const _component_cdr_icon = resolveComponent("cdr-icon");
|
|
24
|
+
|
|
25
|
+
return (openBlock(), createBlock(_component_cdr_icon, normalizeProps(guardReactiveProps(_ctx.props)), {
|
|
26
|
+
default: withCtx(() => [
|
|
27
|
+
renderSlot(_ctx.$slots, "default"),
|
|
28
|
+
_hoisted_1
|
|
29
|
+
]),
|
|
30
|
+
_: 3 /* FORWARDED */
|
|
31
|
+
}, 16 /* FULL_PROPS */))
|
|
32
|
+
}
|
|
33
|
+
var serviceShop = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render]]);
|
|
34
|
+
|
|
35
|
+
export { serviceShop as default };
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { defineComponent, resolveComponent, openBlock, createBlock, normalizeProps, guardReactiveProps, withCtx, renderSlot, createElementVNode } from 'vue';
|
|
2
|
+
import CdrIcon from '../CdrIcon.js';
|
|
3
|
+
import _export_sfc from '../../../../_virtual/plugin-vue_export-helper.js';
|
|
4
|
+
|
|
5
|
+
const _sfc_main = defineComponent({
|
|
6
|
+
name: 'IconShipping',
|
|
7
|
+
components: {
|
|
8
|
+
CdrIcon,
|
|
9
|
+
},
|
|
10
|
+
setup(props) {
|
|
11
|
+
return {
|
|
12
|
+
props
|
|
13
|
+
};
|
|
14
|
+
},
|
|
15
|
+
});
|
|
16
|
+
|
|
17
|
+
const _hoisted_1 = /*#__PURE__*/createElementVNode("path", {
|
|
18
|
+
role: "presentation",
|
|
19
|
+
d: "M3.594 6.729l8-3.643a1 1 0 01.812 0l8 3.643a1 1 0 01.594.914v8.7a1 1 0 01-.594.914l-8 3.653a1 1 0 01-.812 0l-8-3.653A1 1 0 013 16.343v-8.7a1 1 0 01.594-.914zM5 9.2v6.5l6 2.68v-6.53L5 9.2zm8 9.18l6-2.65V9.2l-6 2.68v6.5zM6.475 7.648l2.042.924 5.51-2.47L12 5.177l-5.525 2.47zm3.48 1.548l2.043.924 5.51-2.471-2.027-.923-5.526 2.47zM6 13l2 .862v2L6 15v-2z"
|
|
20
|
+
}, null, -1 /* HOISTED */);
|
|
21
|
+
|
|
22
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23
|
+
const _component_cdr_icon = resolveComponent("cdr-icon");
|
|
24
|
+
|
|
25
|
+
return (openBlock(), createBlock(_component_cdr_icon, normalizeProps(guardReactiveProps(_ctx.props)), {
|
|
26
|
+
default: withCtx(() => [
|
|
27
|
+
renderSlot(_ctx.$slots, "default"),
|
|
28
|
+
_hoisted_1
|
|
29
|
+
]),
|
|
30
|
+
_: 3 /* FORWARDED */
|
|
31
|
+
}, 16 /* FULL_PROPS */))
|
|
32
|
+
}
|
|
33
|
+
var shipping = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render]]);
|
|
34
|
+
|
|
35
|
+
export { shipping as default };
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { defineComponent, resolveComponent, openBlock, createBlock, normalizeProps, guardReactiveProps, withCtx, renderSlot, createElementVNode } from 'vue';
|
|
2
|
+
import CdrIcon from '../CdrIcon.js';
|
|
3
|
+
import _export_sfc from '../../../../_virtual/plugin-vue_export-helper.js';
|
|
4
|
+
|
|
5
|
+
const _sfc_main = defineComponent({
|
|
6
|
+
name: 'IconShoppingBagFill',
|
|
7
|
+
components: {
|
|
8
|
+
CdrIcon,
|
|
9
|
+
},
|
|
10
|
+
setup(props) {
|
|
11
|
+
return {
|
|
12
|
+
props
|
|
13
|
+
};
|
|
14
|
+
},
|
|
15
|
+
});
|
|
16
|
+
|
|
17
|
+
const _hoisted_1 = /*#__PURE__*/createElementVNode("path", {
|
|
18
|
+
role: "presentation",
|
|
19
|
+
d: "M7 8a5 5 0 1110 0h2.074a1 1 0 01.997.916l.928 11A1 1 0 0120.002 21H4a1 1 0 01-.997-1.083l.914-11A1 1 0 014.914 8H7zm5-3a3 3 0 00-3 3h6a3 3 0 00-3-3z"
|
|
20
|
+
}, null, -1 /* HOISTED */);
|
|
21
|
+
|
|
22
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23
|
+
const _component_cdr_icon = resolveComponent("cdr-icon");
|
|
24
|
+
|
|
25
|
+
return (openBlock(), createBlock(_component_cdr_icon, normalizeProps(guardReactiveProps(_ctx.props)), {
|
|
26
|
+
default: withCtx(() => [
|
|
27
|
+
renderSlot(_ctx.$slots, "default"),
|
|
28
|
+
_hoisted_1
|
|
29
|
+
]),
|
|
30
|
+
_: 3 /* FORWARDED */
|
|
31
|
+
}, 16 /* FULL_PROPS */))
|
|
32
|
+
}
|
|
33
|
+
var shoppingBagFill = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render]]);
|
|
34
|
+
|
|
35
|
+
export { shoppingBagFill as default };
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { defineComponent, resolveComponent, openBlock, createBlock, normalizeProps, guardReactiveProps, withCtx, renderSlot, createElementVNode } from 'vue';
|
|
2
|
+
import CdrIcon from '../CdrIcon.js';
|
|
3
|
+
import _export_sfc from '../../../../_virtual/plugin-vue_export-helper.js';
|
|
4
|
+
|
|
5
|
+
const _sfc_main = defineComponent({
|
|
6
|
+
name: 'IconShoppingBag',
|
|
7
|
+
components: {
|
|
8
|
+
CdrIcon,
|
|
9
|
+
},
|
|
10
|
+
setup(props) {
|
|
11
|
+
return {
|
|
12
|
+
props
|
|
13
|
+
};
|
|
14
|
+
},
|
|
15
|
+
});
|
|
16
|
+
|
|
17
|
+
const _hoisted_1 = /*#__PURE__*/createElementVNode("path", {
|
|
18
|
+
role: "presentation",
|
|
19
|
+
d: "M7 8a5 5 0 1110 0h2.074a1 1 0 01.997.916l.928 11A1 1 0 0120.002 21H4a1 1 0 01-.997-1.083l.914-11A1 1 0 014.914 8H7zm-1.166 2l-.747 9h13.827l-.759-9H17v1a1 1 0 01-2 0l-.002-1H9v1a1 1 0 01-2 0l.001-1H5.834zM12 5a3 3 0 00-3 3h6a3 3 0 00-3-3z"
|
|
20
|
+
}, null, -1 /* HOISTED */);
|
|
21
|
+
|
|
22
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23
|
+
const _component_cdr_icon = resolveComponent("cdr-icon");
|
|
24
|
+
|
|
25
|
+
return (openBlock(), createBlock(_component_cdr_icon, normalizeProps(guardReactiveProps(_ctx.props)), {
|
|
26
|
+
default: withCtx(() => [
|
|
27
|
+
renderSlot(_ctx.$slots, "default"),
|
|
28
|
+
_hoisted_1
|
|
29
|
+
]),
|
|
30
|
+
_: 3 /* FORWARDED */
|
|
31
|
+
}, 16 /* FULL_PROPS */))
|
|
32
|
+
}
|
|
33
|
+
var shoppingBag = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render]]);
|
|
34
|
+
|
|
35
|
+
export { shoppingBag as default };
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { defineComponent, resolveComponent, openBlock, createBlock, normalizeProps, guardReactiveProps, withCtx, renderSlot, createElementVNode } from 'vue';
|
|
2
|
+
import CdrIcon from '../CdrIcon.js';
|
|
3
|
+
import _export_sfc from '../../../../_virtual/plugin-vue_export-helper.js';
|
|
4
|
+
|
|
5
|
+
const _sfc_main = defineComponent({
|
|
6
|
+
name: 'IconShrink',
|
|
7
|
+
components: {
|
|
8
|
+
CdrIcon,
|
|
9
|
+
},
|
|
10
|
+
setup(props) {
|
|
11
|
+
return {
|
|
12
|
+
props
|
|
13
|
+
};
|
|
14
|
+
},
|
|
15
|
+
});
|
|
16
|
+
|
|
17
|
+
const _hoisted_1 = /*#__PURE__*/createElementVNode("path", {
|
|
18
|
+
role: "presentation",
|
|
19
|
+
d: "M9.002 16.42l-4.295 4.287a1 1 0 01-1.414-1.415L7.583 15h-2.58a1 1 0 010-2h5.006a.997.997 0 01.992 1.029V19a1 1 0 01-2 .004l.001-2.584zM15 7.58l4.296-4.287a1 1 0 011.414 1.414L16.419 9H19a1 1 0 110 2h-5.006A.997.997 0 0113 9.97V5a1 1 0 012-.004V7.58z"
|
|
20
|
+
}, null, -1 /* HOISTED */);
|
|
21
|
+
|
|
22
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23
|
+
const _component_cdr_icon = resolveComponent("cdr-icon");
|
|
24
|
+
|
|
25
|
+
return (openBlock(), createBlock(_component_cdr_icon, normalizeProps(guardReactiveProps(_ctx.props)), {
|
|
26
|
+
default: withCtx(() => [
|
|
27
|
+
renderSlot(_ctx.$slots, "default"),
|
|
28
|
+
_hoisted_1
|
|
29
|
+
]),
|
|
30
|
+
_: 3 /* FORWARDED */
|
|
31
|
+
}, 16 /* FULL_PROPS */))
|
|
32
|
+
}
|
|
33
|
+
var shrink = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render]]);
|
|
34
|
+
|
|
35
|
+
export { shrink as default };
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { defineComponent, resolveComponent, openBlock, createBlock, normalizeProps, guardReactiveProps, withCtx, renderSlot, createElementVNode } from 'vue';
|
|
2
|
+
import CdrIcon from '../CdrIcon.js';
|
|
3
|
+
import _export_sfc from '../../../../_virtual/plugin-vue_export-helper.js';
|
|
4
|
+
|
|
5
|
+
const _sfc_main = defineComponent({
|
|
6
|
+
name: 'IconSizeChart',
|
|
7
|
+
components: {
|
|
8
|
+
CdrIcon,
|
|
9
|
+
},
|
|
10
|
+
setup(props) {
|
|
11
|
+
return {
|
|
12
|
+
props
|
|
13
|
+
};
|
|
14
|
+
},
|
|
15
|
+
});
|
|
16
|
+
|
|
17
|
+
const _hoisted_1 = /*#__PURE__*/createElementVNode("path", {
|
|
18
|
+
role: "presentation",
|
|
19
|
+
d: "M14.828 18.364l.927.926 3.535-3.535L8.245 4.71 4.71 8.245l.926.927 1.237-1.238a.75.75 0 111.061 1.06l-1.237 1.238 1.06 1.06.53-.53a.75.75 0 011.061 1.061l-.53.53.884.884L10.939 12A.75.75 0 1112 13.06l-1.237 1.238.883.884.53-.53a.75.75 0 011.061 1.06l-.53.53 1.06 1.061 1.238-1.237a.75.75 0 111.06 1.06l-1.237 1.238zM8.962 3.296l11.752 11.752a1 1 0 010 1.414l-4.252 4.243a1 1 0 01-1.414 0L3.296 8.952a1 1 0 010-1.414l4.242-4.242a1.011 1.011 0 011.424 0z"
|
|
20
|
+
}, null, -1 /* HOISTED */);
|
|
21
|
+
|
|
22
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23
|
+
const _component_cdr_icon = resolveComponent("cdr-icon");
|
|
24
|
+
|
|
25
|
+
return (openBlock(), createBlock(_component_cdr_icon, normalizeProps(guardReactiveProps(_ctx.props)), {
|
|
26
|
+
default: withCtx(() => [
|
|
27
|
+
renderSlot(_ctx.$slots, "default"),
|
|
28
|
+
_hoisted_1
|
|
29
|
+
]),
|
|
30
|
+
_: 3 /* FORWARDED */
|
|
31
|
+
}, 16 /* FULL_PROPS */))
|
|
32
|
+
}
|
|
33
|
+
var sizeChart = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render]]);
|
|
34
|
+
|
|
35
|
+
export { sizeChart as default };
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { defineComponent, resolveComponent, openBlock, createBlock, normalizeProps, guardReactiveProps, withCtx, renderSlot, createElementVNode } from 'vue';
|
|
2
|
+
import CdrIcon from '../CdrIcon.js';
|
|
3
|
+
import _export_sfc from '../../../../_virtual/plugin-vue_export-helper.js';
|
|
4
|
+
|
|
5
|
+
const _sfc_main = defineComponent({
|
|
6
|
+
name: 'IconSkiBoot',
|
|
7
|
+
components: {
|
|
8
|
+
CdrIcon,
|
|
9
|
+
},
|
|
10
|
+
setup(props) {
|
|
11
|
+
return {
|
|
12
|
+
props
|
|
13
|
+
};
|
|
14
|
+
},
|
|
15
|
+
});
|
|
16
|
+
|
|
17
|
+
const _hoisted_1 = /*#__PURE__*/createElementVNode("path", {
|
|
18
|
+
role: "presentation",
|
|
19
|
+
d: "M6.16 2.01l.114.022 6.688 1.714.042-.358a.5.5 0 01.46-.44l.095.001a.497.497 0 01.442.46l-.003.09-.174 1.488-.028.335-.011-.003c.692.141 1.194.75 1.2 1.456l-.006.145a1.5 1.5 0 01-1.322 1.36l-.123.009-.147 1.485A63.501 63.501 0 0113 12.94c5.738 1.17 7.907 3.768 7.995 5.054l.003.08v2.87h.505a.499.499 0 01.09.99l-.09.008H14.86l-.114-.007-.112-.02-4.127-.955a1 1 0 00-.817.168l-.096.08-.486.46a1 1 0 01-.561.266l-.127.008H2.5a.499.499 0 01-.09-.99l.09-.008h.512l1.534-13.71.023.02a1.498 1.498 0 01.128-2.42l.125-.073.211-1.873a1 1 0 011.127-.88zm-.65 5.586L4.017 20.943H8.42l.486-.46a2 2 0 011.663-.527l.164.03 4.127.957h5.137v-2.867c0-.325-.415-.982-1.23-1.655l-.181-.144-.131-.097-2.596 2.614a.498.498 0 01-.635.06l-.07-.059a.5.5 0 010-.707l2.46-2.46c-.52-.3-1.106-.58-1.759-.833l-2.996 2.996a.5.5 0 01-.707-.707l2.652-2.654a20.489 20.489 0 00-1.909-.49H8.5a.5.5 0 110-1H12l.003-.077.09-.629.095-.733.067-.56H8.5a.5.5 0 110-1l3.864.001.084-.826.088-.903.818.07c.04.004.08.006.12.006l-.12-.006-7.843-.686zm.048-2.003a.5.5 0 00-.176.98l.089.016 7.97.697a.5.5 0 00.175-.98l-.089-.016-7.97-.697zM6.026 3l-.182 1.614 6.946.608.038-.322.013-.153L6.026 3z"
|
|
20
|
+
}, null, -1 /* HOISTED */);
|
|
21
|
+
|
|
22
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23
|
+
const _component_cdr_icon = resolveComponent("cdr-icon");
|
|
24
|
+
|
|
25
|
+
return (openBlock(), createBlock(_component_cdr_icon, normalizeProps(guardReactiveProps(_ctx.props)), {
|
|
26
|
+
default: withCtx(() => [
|
|
27
|
+
renderSlot(_ctx.$slots, "default"),
|
|
28
|
+
_hoisted_1
|
|
29
|
+
]),
|
|
30
|
+
_: 3 /* FORWARDED */
|
|
31
|
+
}, 16 /* FULL_PROPS */))
|
|
32
|
+
}
|
|
33
|
+
var skiBoot = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render]]);
|
|
34
|
+
|
|
35
|
+
export { skiBoot as default };
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { defineComponent, resolveComponent, openBlock, createBlock, normalizeProps, guardReactiveProps, withCtx, renderSlot, createElementVNode } from 'vue';
|
|
2
|
+
import CdrIcon from '../CdrIcon.js';
|
|
3
|
+
import _export_sfc from '../../../../_virtual/plugin-vue_export-helper.js';
|
|
4
|
+
|
|
5
|
+
const _sfc_main = defineComponent({
|
|
6
|
+
name: 'IconSki',
|
|
7
|
+
components: {
|
|
8
|
+
CdrIcon,
|
|
9
|
+
},
|
|
10
|
+
setup(props) {
|
|
11
|
+
return {
|
|
12
|
+
props
|
|
13
|
+
};
|
|
14
|
+
},
|
|
15
|
+
});
|
|
16
|
+
|
|
17
|
+
const _hoisted_1 = /*#__PURE__*/createElementVNode("path", {
|
|
18
|
+
role: "presentation",
|
|
19
|
+
d: "M12.782 7.87l1.76-.752a1 1 0 01.768 1.839l-.36.154 3.467 1.98a1 1 0 11-.996 1.724l-4.764-2.72-2.474 1.063 3.201 1.92a1 1 0 01.456 1.477l-1.336 2.48c3.29 1.309 5.124 1.965 5.502 1.969a.987.987 0 001-1 1 1 0 112 0c0 1.657-1.343 2.984-3 3-.375.004-.59-.11-.799-.192L3.881 15.996a1 1 0 11.565-1.89l6.16 2.24 1.076-1.983-4.113-2.46a1 1 0 01.051-1.822l2.864-1.226-3.922-2.24-.217.35a1 1 0 11-1.65-1.111l.137-.225-1.296-.74.001-.002a1 1 0 111.03-1.71l1.316.75.258-.416A1 1 0 017.82 4.599l-.2.32 5.163 2.952zm4.724-.866a1.5 1.5 0 110-3 1.5 1.5 0 010 3z"
|
|
20
|
+
}, null, -1 /* HOISTED */);
|
|
21
|
+
|
|
22
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23
|
+
const _component_cdr_icon = resolveComponent("cdr-icon");
|
|
24
|
+
|
|
25
|
+
return (openBlock(), createBlock(_component_cdr_icon, normalizeProps(guardReactiveProps(_ctx.props)), {
|
|
26
|
+
default: withCtx(() => [
|
|
27
|
+
renderSlot(_ctx.$slots, "default"),
|
|
28
|
+
_hoisted_1
|
|
29
|
+
]),
|
|
30
|
+
_: 3 /* FORWARDED */
|
|
31
|
+
}, 16 /* FULL_PROPS */))
|
|
32
|
+
}
|
|
33
|
+
var ski = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render]]);
|
|
34
|
+
|
|
35
|
+
export { ski as default };
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { defineComponent, resolveComponent, openBlock, createBlock, normalizeProps, guardReactiveProps, withCtx, renderSlot, createElementVNode } from 'vue';
|
|
2
|
+
import CdrIcon from '../CdrIcon.js';
|
|
3
|
+
import _export_sfc from '../../../../_virtual/plugin-vue_export-helper.js';
|
|
4
|
+
|
|
5
|
+
const _sfc_main = defineComponent({
|
|
6
|
+
name: 'IconSnowShop',
|
|
7
|
+
components: {
|
|
8
|
+
CdrIcon,
|
|
9
|
+
},
|
|
10
|
+
setup(props) {
|
|
11
|
+
return {
|
|
12
|
+
props
|
|
13
|
+
};
|
|
14
|
+
},
|
|
15
|
+
});
|
|
16
|
+
|
|
17
|
+
const _hoisted_1 = /*#__PURE__*/createElementVNode("path", {
|
|
18
|
+
role: "presentation",
|
|
19
|
+
d: "M13.31 12.75h3.28l1.856 1.857a.75.75 0 101.06-1.06l-.795-.797h2.539a.75.75 0 100-1.5h-2.5l.76-.76a.75.75 0 10-1.062-1.06l-1.82 1.82h-3.297l1.638-2.837 2.486-.666a.75.75 0 10-.388-1.45l-1.037.279 1.26-2.184a.75.75 0 10-1.299-.75l-1.28 2.217-.29-1.088a.75.75 0 10-1.45.388l.68 2.537-1.63 2.822-1.66-2.874.667-2.486A.75.75 0 009.58 4.77l-.278 1.037-1.26-2.184a.75.75 0 00-1.3.75l1.28 2.217-1.088-.29a.75.75 0 00-.388 1.449l2.536.68 1.63 2.822H7.393l-1.82-1.82a.75.75 0 00-1.06 1.06l.759.76H2.75a.75.75 0 100 1.5h2.56l-.796.796a.75.75 0 101.06 1.06l1.857-1.856h3.302l-1.661 2.877-2.537.68a.75.75 0 10.389 1.449l1.087-.292-1.27 2.2a.75.75 0 001.3.75l1.25-2.166.277 1.037a.75.75 0 101.45-.388l-.667-2.486 1.67-2.893 1.64 2.84-.68 2.537a.75.75 0 101.45.388l.29-1.087 1.27 2.199a.75.75 0 101.3-.75l-1.25-2.165 1.037.278a.75.75 0 00.388-1.45l-2.486-.665-1.67-2.893z"
|
|
20
|
+
}, null, -1 /* HOISTED */);
|
|
21
|
+
|
|
22
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23
|
+
const _component_cdr_icon = resolveComponent("cdr-icon");
|
|
24
|
+
|
|
25
|
+
return (openBlock(), createBlock(_component_cdr_icon, normalizeProps(guardReactiveProps(_ctx.props)), {
|
|
26
|
+
default: withCtx(() => [
|
|
27
|
+
renderSlot(_ctx.$slots, "default"),
|
|
28
|
+
_hoisted_1
|
|
29
|
+
]),
|
|
30
|
+
_: 3 /* FORWARDED */
|
|
31
|
+
}, 16 /* FULL_PROPS */))
|
|
32
|
+
}
|
|
33
|
+
var snowShop = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render]]);
|
|
34
|
+
|
|
35
|
+
export { snowShop as default };
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { defineComponent, resolveComponent, openBlock, createBlock, normalizeProps, guardReactiveProps, withCtx, renderSlot, createElementVNode } from 'vue';
|
|
2
|
+
import CdrIcon from '../CdrIcon.js';
|
|
3
|
+
import _export_sfc from '../../../../_virtual/plugin-vue_export-helper.js';
|
|
4
|
+
|
|
5
|
+
const _sfc_main = defineComponent({
|
|
6
|
+
name: 'IconSnow',
|
|
7
|
+
components: {
|
|
8
|
+
CdrIcon,
|
|
9
|
+
},
|
|
10
|
+
setup(props) {
|
|
11
|
+
return {
|
|
12
|
+
props
|
|
13
|
+
};
|
|
14
|
+
},
|
|
15
|
+
});
|
|
16
|
+
|
|
17
|
+
const _hoisted_1 = /*#__PURE__*/createElementVNode("path", {
|
|
18
|
+
role: "presentation",
|
|
19
|
+
d: "M13.31 12.75h3.28l1.856 1.857a.75.75 0 101.06-1.06l-.795-.797h2.539a.75.75 0 100-1.5h-2.5l.76-.76a.75.75 0 10-1.062-1.06l-1.82 1.82h-3.297l1.638-2.837 2.486-.666a.75.75 0 10-.388-1.45l-1.037.279 1.26-2.184a.75.75 0 10-1.299-.75l-1.28 2.217-.29-1.088a.75.75 0 10-1.45.388l.68 2.537-1.63 2.822-1.66-2.874.667-2.486A.75.75 0 009.58 4.77l-.278 1.037-1.26-2.184a.75.75 0 00-1.3.75l1.28 2.217-1.088-.29a.75.75 0 00-.388 1.449l2.536.68 1.63 2.822H7.393l-1.82-1.82a.75.75 0 00-1.06 1.06l.759.76H2.75a.75.75 0 100 1.5h2.56l-.796.796a.75.75 0 101.06 1.06l1.857-1.856h3.302l-1.661 2.877-2.537.68a.75.75 0 10.389 1.449l1.087-.292-1.27 2.2a.75.75 0 001.3.75l1.25-2.166.277 1.037a.75.75 0 101.45-.388l-.667-2.486 1.67-2.893 1.64 2.84-.68 2.537a.75.75 0 101.45.388l.29-1.087 1.27 2.199a.75.75 0 101.3-.75l-1.25-2.165 1.037.278a.75.75 0 00.388-1.45l-2.486-.665-1.67-2.893z"
|
|
20
|
+
}, null, -1 /* HOISTED */);
|
|
21
|
+
|
|
22
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23
|
+
const _component_cdr_icon = resolveComponent("cdr-icon");
|
|
24
|
+
|
|
25
|
+
return (openBlock(), createBlock(_component_cdr_icon, normalizeProps(guardReactiveProps(_ctx.props)), {
|
|
26
|
+
default: withCtx(() => [
|
|
27
|
+
renderSlot(_ctx.$slots, "default"),
|
|
28
|
+
_hoisted_1
|
|
29
|
+
]),
|
|
30
|
+
_: 3 /* FORWARDED */
|
|
31
|
+
}, 16 /* FULL_PROPS */))
|
|
32
|
+
}
|
|
33
|
+
var snow = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render]]);
|
|
34
|
+
|
|
35
|
+
export { snow as default };
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { defineComponent, resolveComponent, openBlock, createBlock, normalizeProps, guardReactiveProps, withCtx, renderSlot, createElementVNode } from 'vue';
|
|
2
|
+
import CdrIcon from '../CdrIcon.js';
|
|
3
|
+
import _export_sfc from '../../../../_virtual/plugin-vue_export-helper.js';
|
|
4
|
+
|
|
5
|
+
const _sfc_main = defineComponent({
|
|
6
|
+
name: 'IconSort',
|
|
7
|
+
components: {
|
|
8
|
+
CdrIcon,
|
|
9
|
+
},
|
|
10
|
+
setup(props) {
|
|
11
|
+
return {
|
|
12
|
+
props
|
|
13
|
+
};
|
|
14
|
+
},
|
|
15
|
+
});
|
|
16
|
+
|
|
17
|
+
const _hoisted_1 = /*#__PURE__*/createElementVNode("path", {
|
|
18
|
+
role: "presentation",
|
|
19
|
+
d: "M7.293 4.293a.997.997 0 011.416.002l.002.002 2.996 2.996a1 1 0 11-1.414 1.414L9 7.414V16a1 1 0 01-2 0V7.414L5.707 8.707a1 1 0 01-1.414-1.414l3-3zm12.414 12.414l-3 3a.997.997 0 01-1.416-.002l-.002-.002-2.996-2.996a1 1 0 011.414-1.414L15 16.586V8a1 1 0 012 0v8.586l1.293-1.293a1 1 0 011.414 1.414z"
|
|
20
|
+
}, null, -1 /* HOISTED */);
|
|
21
|
+
|
|
22
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23
|
+
const _component_cdr_icon = resolveComponent("cdr-icon");
|
|
24
|
+
|
|
25
|
+
return (openBlock(), createBlock(_component_cdr_icon, normalizeProps(guardReactiveProps(_ctx.props)), {
|
|
26
|
+
default: withCtx(() => [
|
|
27
|
+
renderSlot(_ctx.$slots, "default"),
|
|
28
|
+
_hoisted_1
|
|
29
|
+
]),
|
|
30
|
+
_: 3 /* FORWARDED */
|
|
31
|
+
}, 16 /* FULL_PROPS */))
|
|
32
|
+
}
|
|
33
|
+
var sort = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render]]);
|
|
34
|
+
|
|
35
|
+
export { sort as default };
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { defineComponent, resolveComponent, openBlock, createBlock, normalizeProps, guardReactiveProps, withCtx, renderSlot, createElementVNode } from 'vue';
|
|
2
|
+
import CdrIcon from '../CdrIcon.js';
|
|
3
|
+
import _export_sfc from '../../../../_virtual/plugin-vue_export-helper.js';
|
|
4
|
+
|
|
5
|
+
const _sfc_main = defineComponent({
|
|
6
|
+
name: 'IconStar100',
|
|
7
|
+
components: {
|
|
8
|
+
CdrIcon,
|
|
9
|
+
},
|
|
10
|
+
setup(props) {
|
|
11
|
+
return {
|
|
12
|
+
props
|
|
13
|
+
};
|
|
14
|
+
},
|
|
15
|
+
});
|
|
16
|
+
|
|
17
|
+
const _hoisted_1 = /*#__PURE__*/createElementVNode("path", {
|
|
18
|
+
role: "presentation",
|
|
19
|
+
d: "M5.686 22.066l1.668-7.552L1.82 9.465l7.298-.659 2.877-7.146 2.877 7.146 7.298.659-5.534 5.049 1.668 7.552-6.309-4.006z"
|
|
20
|
+
}, null, -1 /* HOISTED */);
|
|
21
|
+
|
|
22
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23
|
+
const _component_cdr_icon = resolveComponent("cdr-icon");
|
|
24
|
+
|
|
25
|
+
return (openBlock(), createBlock(_component_cdr_icon, normalizeProps(guardReactiveProps(_ctx.props)), {
|
|
26
|
+
default: withCtx(() => [
|
|
27
|
+
renderSlot(_ctx.$slots, "default"),
|
|
28
|
+
_hoisted_1
|
|
29
|
+
]),
|
|
30
|
+
_: 3 /* FORWARDED */
|
|
31
|
+
}, 16 /* FULL_PROPS */))
|
|
32
|
+
}
|
|
33
|
+
var star100 = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render]]);
|
|
34
|
+
|
|
35
|
+
export { star100 as default };
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { defineComponent, resolveComponent, openBlock, createBlock, normalizeProps, guardReactiveProps, withCtx, renderSlot, createElementVNode } from 'vue';
|
|
2
|
+
import CdrIcon from '../CdrIcon.js';
|
|
3
|
+
import _export_sfc from '../../../../_virtual/plugin-vue_export-helper.js';
|
|
4
|
+
|
|
5
|
+
const _sfc_main = defineComponent({
|
|
6
|
+
name: 'IconStar25',
|
|
7
|
+
components: {
|
|
8
|
+
CdrIcon,
|
|
9
|
+
},
|
|
10
|
+
setup(props) {
|
|
11
|
+
return {
|
|
12
|
+
props
|
|
13
|
+
};
|
|
14
|
+
},
|
|
15
|
+
});
|
|
16
|
+
|
|
17
|
+
const _hoisted_1 = /*#__PURE__*/createElementVNode("path", {
|
|
18
|
+
role: "presentation",
|
|
19
|
+
d: "M5.686 22.066l1.668-7.552L1.82 9.465l7.298-.659 2.877-7.146 2.877 7.146 7.298.66-5.534 5.048 1.668 7.552-6.309-4.006-6.31 4.006h.001zm4.303-3.917l2.006-1.274 4.814 3.057-1.274-5.767 4.283-3.908-5.645-.51-2.178-5.41-2.009 4.99.003 8.822z"
|
|
20
|
+
}, null, -1 /* HOISTED */);
|
|
21
|
+
|
|
22
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23
|
+
const _component_cdr_icon = resolveComponent("cdr-icon");
|
|
24
|
+
|
|
25
|
+
return (openBlock(), createBlock(_component_cdr_icon, normalizeProps(guardReactiveProps(_ctx.props)), {
|
|
26
|
+
default: withCtx(() => [
|
|
27
|
+
renderSlot(_ctx.$slots, "default"),
|
|
28
|
+
_hoisted_1
|
|
29
|
+
]),
|
|
30
|
+
_: 3 /* FORWARDED */
|
|
31
|
+
}, 16 /* FULL_PROPS */))
|
|
32
|
+
}
|
|
33
|
+
var star25 = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render]]);
|
|
34
|
+
|
|
35
|
+
export { star25 as default };
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { defineComponent, resolveComponent, openBlock, createBlock, normalizeProps, guardReactiveProps, withCtx, renderSlot, createElementVNode } from 'vue';
|
|
2
|
+
import CdrIcon from '../CdrIcon.js';
|
|
3
|
+
import _export_sfc from '../../../../_virtual/plugin-vue_export-helper.js';
|
|
4
|
+
|
|
5
|
+
const _sfc_main = defineComponent({
|
|
6
|
+
name: 'IconStar50',
|
|
7
|
+
components: {
|
|
8
|
+
CdrIcon,
|
|
9
|
+
},
|
|
10
|
+
setup(props) {
|
|
11
|
+
return {
|
|
12
|
+
props
|
|
13
|
+
};
|
|
14
|
+
},
|
|
15
|
+
});
|
|
16
|
+
|
|
17
|
+
const _hoisted_1 = /*#__PURE__*/createElementVNode("path", {
|
|
18
|
+
role: "presentation",
|
|
19
|
+
d: "M5.686 22.066l1.668-7.552L1.82 9.465l7.298-.659 2.877-7.146 2.877 7.146 7.298.66-5.534 5.048 1.668 7.552-6.309-4.006-6.31 4.006h.001zm6.309-5.19l4.814 3.056-1.274-5.767 4.283-3.908-5.645-.51-2.178-5.41v12.539z"
|
|
20
|
+
}, null, -1 /* HOISTED */);
|
|
21
|
+
|
|
22
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23
|
+
const _component_cdr_icon = resolveComponent("cdr-icon");
|
|
24
|
+
|
|
25
|
+
return (openBlock(), createBlock(_component_cdr_icon, normalizeProps(guardReactiveProps(_ctx.props)), {
|
|
26
|
+
default: withCtx(() => [
|
|
27
|
+
renderSlot(_ctx.$slots, "default"),
|
|
28
|
+
_hoisted_1
|
|
29
|
+
]),
|
|
30
|
+
_: 3 /* FORWARDED */
|
|
31
|
+
}, 16 /* FULL_PROPS */))
|
|
32
|
+
}
|
|
33
|
+
var star50 = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render]]);
|
|
34
|
+
|
|
35
|
+
export { star50 as default };
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { defineComponent, resolveComponent, openBlock, createBlock, normalizeProps, guardReactiveProps, withCtx, renderSlot, createElementVNode } from 'vue';
|
|
2
|
+
import CdrIcon from '../CdrIcon.js';
|
|
3
|
+
import _export_sfc from '../../../../_virtual/plugin-vue_export-helper.js';
|
|
4
|
+
|
|
5
|
+
const _sfc_main = defineComponent({
|
|
6
|
+
name: 'IconStar75',
|
|
7
|
+
components: {
|
|
8
|
+
CdrIcon,
|
|
9
|
+
},
|
|
10
|
+
setup(props) {
|
|
11
|
+
return {
|
|
12
|
+
props
|
|
13
|
+
};
|
|
14
|
+
},
|
|
15
|
+
});
|
|
16
|
+
|
|
17
|
+
const _hoisted_1 = /*#__PURE__*/createElementVNode("path", {
|
|
18
|
+
role: "presentation",
|
|
19
|
+
d: "M5.686 22.066l1.668-7.552L1.82 9.465l7.298-.659 2.877-7.146 2.877 7.146 7.298.66-5.534 5.048 1.668 7.552-6.309-4.006-6.31 4.006h.001zm8.514-3.79l2.609 1.656-1.274-5.767 4.283-3.908-5.62-.508.002 8.527z"
|
|
20
|
+
}, null, -1 /* HOISTED */);
|
|
21
|
+
|
|
22
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23
|
+
const _component_cdr_icon = resolveComponent("cdr-icon");
|
|
24
|
+
|
|
25
|
+
return (openBlock(), createBlock(_component_cdr_icon, normalizeProps(guardReactiveProps(_ctx.props)), {
|
|
26
|
+
default: withCtx(() => [
|
|
27
|
+
renderSlot(_ctx.$slots, "default"),
|
|
28
|
+
_hoisted_1
|
|
29
|
+
]),
|
|
30
|
+
_: 3 /* FORWARDED */
|
|
31
|
+
}, 16 /* FULL_PROPS */))
|
|
32
|
+
}
|
|
33
|
+
var star75 = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render]]);
|
|
34
|
+
|
|
35
|
+
export { star75 as default };
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { defineComponent, resolveComponent, openBlock, createBlock, normalizeProps, guardReactiveProps, withCtx, renderSlot, createElementVNode } from 'vue';
|
|
2
|
+
import CdrIcon from '../CdrIcon.js';
|
|
3
|
+
import _export_sfc from '../../../../_virtual/plugin-vue_export-helper.js';
|
|
4
|
+
|
|
5
|
+
const _sfc_main = defineComponent({
|
|
6
|
+
name: 'IconStarStroke',
|
|
7
|
+
components: {
|
|
8
|
+
CdrIcon,
|
|
9
|
+
},
|
|
10
|
+
setup(props) {
|
|
11
|
+
return {
|
|
12
|
+
props
|
|
13
|
+
};
|
|
14
|
+
},
|
|
15
|
+
});
|
|
16
|
+
|
|
17
|
+
const _hoisted_1 = /*#__PURE__*/createElementVNode("path", {
|
|
18
|
+
role: "presentation",
|
|
19
|
+
d: "M5.866 22.405l1.669-7.552L2 9.805l7.298-.66L12.176 2l2.878 7.147 7.298.659-5.535 5.048 1.669 7.552-6.31-4.007-6.31 4.006zm1.496-2.134l4.814-3.056 4.814 3.056-1.274-5.767L20 10.597l-5.645-.51-2.179-5.41-2.179 5.41-5.645.51 4.284 3.907-1.274 5.767z"
|
|
20
|
+
}, null, -1 /* HOISTED */);
|
|
21
|
+
|
|
22
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23
|
+
const _component_cdr_icon = resolveComponent("cdr-icon");
|
|
24
|
+
|
|
25
|
+
return (openBlock(), createBlock(_component_cdr_icon, normalizeProps(guardReactiveProps(_ctx.props)), {
|
|
26
|
+
default: withCtx(() => [
|
|
27
|
+
renderSlot(_ctx.$slots, "default"),
|
|
28
|
+
_hoisted_1
|
|
29
|
+
]),
|
|
30
|
+
_: 3 /* FORWARDED */
|
|
31
|
+
}, 16 /* FULL_PROPS */))
|
|
32
|
+
}
|
|
33
|
+
var starStroke = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render]]);
|
|
34
|
+
|
|
35
|
+
export { starStroke as default };
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { defineComponent, resolveComponent, openBlock, createBlock, normalizeProps, guardReactiveProps, withCtx, renderSlot, createElementVNode } from 'vue';
|
|
2
|
+
import CdrIcon from '../CdrIcon.js';
|
|
3
|
+
import _export_sfc from '../../../../_virtual/plugin-vue_export-helper.js';
|
|
4
|
+
|
|
5
|
+
const _sfc_main = defineComponent({
|
|
6
|
+
name: 'IconStorefront',
|
|
7
|
+
components: {
|
|
8
|
+
CdrIcon,
|
|
9
|
+
},
|
|
10
|
+
setup(props) {
|
|
11
|
+
return {
|
|
12
|
+
props
|
|
13
|
+
};
|
|
14
|
+
},
|
|
15
|
+
});
|
|
16
|
+
|
|
17
|
+
const _hoisted_1 = /*#__PURE__*/createElementVNode("path", {
|
|
18
|
+
role: "presentation",
|
|
19
|
+
d: "M19.5193566,2.00888404 L19.575873,2.00190238 L19.575873,2.00190238 L19.625,2 L19.7024036,2.00474591 L19.7024036,2.00474591 L19.8224662,2.03185235 L19.8224662,2.03185235 L19.840179,2.03802855 C19.8660182,2.04767126 19.8914663,2.05897098 19.9160708,2.07191014 L19.9827137,2.11244393 L19.9827137,2.11244393 L20.0571063,2.17326667 L20.0571063,2.17326667 L20.1166772,2.23891111 L20.1166772,2.23891111 L20.1461056,2.27977552 L20.1461056,2.27977552 L20.1791955,2.3358957 L20.1791955,2.3358957 L20.2123079,2.41123741 C20.2253183,2.44698334 20.2348638,2.48314572 20.241116,2.51935664 C20.2469537,2.55368056 20.25,2.58898453 20.25,2.625 L20.25,18.7498431 L21.375,18.75 C21.720178,18.75 22,19.029822 22,19.375 C22,19.720178 21.720178,20 21.375,20 L17.25,19.9998431 L17.25,21.375 C17.25,21.720178 16.970178,22 16.625,22 C16.279822,22 16,21.720178 16,21.375 L16,19.9998431 L8,19.9998431 L8,21.375 C8,21.720178 7.72017797,22 7.375,22 C7.02982203,22 6.75,21.720178 6.75,21.375 L6.75,19.9998431 L2.625,20 C2.27982203,20 2,19.720178 2,19.375 C2,19.029822 2.27982203,18.75 2.625,18.75 L4,18.7498431 L4,15.2598431 L2.86083486,15.6748575 C2.53647367,15.7929153 2.1778222,15.6256734 2.05976438,15.3013122 C1.94170656,14.976951 2.10894849,14.6182996 2.43330968,14.5002417 L16.4112374,9.41269211 L16.5092996,9.38570558 C16.804923,9.32965387 17.1060559,9.49431234 17.2123079,9.78623741 C17.2294945,9.83345734 17.2406348,9.88140398 17.2461242,9.92922926 L17.25,10 L17.25,18.7498431 L19,18.7498431 L19,3.51684308 L16.861,4.29584308 L16.8387626,4.30665178 L2.86083486,9.39420141 C2.53647367,9.51225923 2.1778222,9.3450173 2.05976438,9.02065611 C1.94170656,8.69629492 2.10894849,8.33764345 2.43330968,8.21958563 L4,7.64884308 L4,5 C4,4.44771525 4.44771525,4 5,4 L14,4 L14,4.00684308 L19.4112374,2.03769211 C19.4469833,2.02468166 19.4831457,2.01513615 19.5193566,2.00888404 Z M6.75,14.2588431 L5.25,14.8048431 L5.25,18.7498431 L6.75,18.7498431 L6.75,14.2588431 Z M9.5,15.5 C9.5,15.2238576 9.72385763,15 10,15 L11.5,15 L11.5,18.75 L12.5,18.75 L12.5,15 L14,15 C14.2761424,15 14.5,15.2238576 14.5,15.5 L14.5,18.75 L16,18.7498431 L16,10.8918431 L8,13.8038431 L8,18.7498431 L9.5,18.75 L9.5,15.5 Z M16.5092996,6.18677606 C16.804923,6.13072435 17.1060559,6.29538282 17.2123079,6.58730789 C17.3185599,6.87923296 17.1937192,7.19893316 16.9312292,7.34601809 L16.8387626,7.38837837 L2.86083486,12.475928 C2.53647367,12.5939858 2.1778222,12.4267439 2.05976438,12.1023827 C1.94170656,11.7780215 2.10894849,11.41937 2.43330968,11.3013122 L16.4112374,6.21376259 L16.5092996,6.18677606 Z M10.584,5.24984308 L5.255,5.24984308 L5.255,7.18984308 L10.584,5.24984308 Z"
|
|
20
|
+
}, null, -1 /* HOISTED */);
|
|
21
|
+
|
|
22
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23
|
+
const _component_cdr_icon = resolveComponent("cdr-icon");
|
|
24
|
+
|
|
25
|
+
return (openBlock(), createBlock(_component_cdr_icon, normalizeProps(guardReactiveProps(_ctx.props)), {
|
|
26
|
+
default: withCtx(() => [
|
|
27
|
+
renderSlot(_ctx.$slots, "default"),
|
|
28
|
+
_hoisted_1
|
|
29
|
+
]),
|
|
30
|
+
_: 3 /* FORWARDED */
|
|
31
|
+
}, 16 /* FULL_PROPS */))
|
|
32
|
+
}
|
|
33
|
+
var storefront = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render]]);
|
|
34
|
+
|
|
35
|
+
export { storefront as default };
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { defineComponent, resolveComponent, openBlock, createBlock, normalizeProps, guardReactiveProps, withCtx, renderSlot, createElementVNode } from 'vue';
|
|
2
|
+
import CdrIcon from '../CdrIcon.js';
|
|
3
|
+
import _export_sfc from '../../../../_virtual/plugin-vue_export-helper.js';
|
|
4
|
+
|
|
5
|
+
const _sfc_main = defineComponent({
|
|
6
|
+
name: 'IconSwim',
|
|
7
|
+
components: {
|
|
8
|
+
CdrIcon,
|
|
9
|
+
},
|
|
10
|
+
setup(props) {
|
|
11
|
+
return {
|
|
12
|
+
props
|
|
13
|
+
};
|
|
14
|
+
},
|
|
15
|
+
});
|
|
16
|
+
|
|
17
|
+
const _hoisted_1 = /*#__PURE__*/createElementVNode("path", {
|
|
18
|
+
role: "presentation",
|
|
19
|
+
d: "M13.002 15.83c-.124-.081-.25-.167-.38-.259-.01-.007-.013-.017-.023-.024a13.826 13.826 0 00-1.597-.987V7a3 3 0 013-3 1 1 0 010 2 1 1 0 00-1 1v1.018h4V7a3 3 0 013-3 1 1 0 010 2 1 1 0 00-1 1v9.612a4.353 4.353 0 01-2 .57v-3.401h-4v2.05-.001zm0-4.05h4v-1.761h-4v1.763-.002zm7.216 5.606a1 1 0 011.576 1.231c-1.334 1.71-3.301 2.348-5.306 2.348-.75 0-1.504-.131-2.232-.405-.954-.36-1.821-.83-2.81-1.53-.01-.006-.015-.017-.024-.023-.846-.596-1.547-.98-2.338-1.276-1.855-.697-4.005-.071-5.297 1.587a.995.995 0 01-1.402.173.999.999 0 01-.173-1.403c1.833-2.35 4.899-3.235 7.575-2.23.953.359 1.82.83 2.81 1.53.01.007.014.017.023.024.846.595 1.547.978 2.339 1.276 1.853.695 3.967.355 5.26-1.302h-.001z"
|
|
20
|
+
}, null, -1 /* HOISTED */);
|
|
21
|
+
|
|
22
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23
|
+
const _component_cdr_icon = resolveComponent("cdr-icon");
|
|
24
|
+
|
|
25
|
+
return (openBlock(), createBlock(_component_cdr_icon, normalizeProps(guardReactiveProps(_ctx.props)), {
|
|
26
|
+
default: withCtx(() => [
|
|
27
|
+
renderSlot(_ctx.$slots, "default"),
|
|
28
|
+
_hoisted_1
|
|
29
|
+
]),
|
|
30
|
+
_: 3 /* FORWARDED */
|
|
31
|
+
}, 16 /* FULL_PROPS */))
|
|
32
|
+
}
|
|
33
|
+
var swim = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render]]);
|
|
34
|
+
|
|
35
|
+
export { swim as default };
|