@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: 'IconTelephone',
|
|
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: "M4.36 5.783l1.848-1.548a1.014 1.014 0 011.663.724l.007.117c.065.738.196 1.458.386 2.153.055.198.14.463.255.796.09.259.072.542-.05.786l-.966 1.931a14.263 14.263 0 005.756 5.757l1.93-.966c.245-.122.528-.14.786-.05.331.114.595.199.792.253a12.126 12.126 0 002.273.395 1.014 1.014 0 01.72 1.667l-1.557 1.846a.997.997 0 01-.936.34c-.57-.1-1.012-.192-1.327-.273A16.25 16.25 0 014.29 8.066a18.567 18.567 0 01-.274-1.336 1.008 1.008 0 01.344-.947z"
|
|
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 telephone = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render]]);
|
|
34
|
+
|
|
35
|
+
export { telephone 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: 'IconTent',
|
|
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.882 19l3.199-6.395a1 1 0 011.853.036L16.11 19h2.26L11.999 6.243 5.616 19h2.266zm2.232 0h3.765l-1.881-3.765L10.114 19zm10.696.414A1 1 0 0120 21H4a1 1 0 01-.865-1.502L11.063 3.65a1 1 0 011.883.024l7.864 15.74z"
|
|
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 tent = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render]]);
|
|
34
|
+
|
|
35
|
+
export { tent 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: 'IconTrash',
|
|
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: "M17.998 6.004c.557 0 1.01.448 1.01 1l-.003.062-.877 13.998a1.006 1.006 0 01-1.007.938H6.899c-.533 0-.974-.41-1.008-.937L5.002 7.067c-.032-.512.33-.958.827-1.047l.149-.015h12.02zM7.085 8.002l.761 12h8.325l.752-11.998-9.838-.002zm7.332-5.997a1 1 0 01.902.568l.206.429h3.48a1 1 0 01.116 1.994l-.117.006H5.008A1 1 0 014.89 3.01l.117-.007H8.51l.23-.45a1 1 0 01.89-.547h4.786z"
|
|
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 trash = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render]]);
|
|
34
|
+
|
|
35
|
+
export { trash 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: 'IconTwitter',
|
|
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: "M11.992 9.052s-1.063-2.731 2.115-4.603c0 0 2.582-1.47 5.073.91 0 0 1.124-.053 2.479-1.018 0 0 .2.888-1.567 2.316 0 0 .982-.077 2.098-.785 0 0-.212 1.223-2.032 2.11 0 0 .554 9.673-9.188 11.79 0 0-5.152 1.127-8.78-1.631 0 0 3.849.388 5.893-1.69 0 0-2.565.233-3.828-2.7 0 0 1.282.214 1.804-.194 0 0-2.706.02-3.308-3.904 0 0 1.103.544 1.824.447 0 0-3.063-1.834-1.21-5.414 0 0 3.418 4.118 8.627 4.366z"
|
|
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 twitter = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render]]);
|
|
34
|
+
|
|
35
|
+
export { twitter 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: 'IconUpload',
|
|
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 17a1 1 0 011 1v3a.997.997 0 01-1 1H5a.997.997 0 01-1-1v-3a1 1 0 012 0v2h12v-2a1 1 0 011-1zM12 2c.286 0 .545.12.727.314l4.98 4.979a1 1 0 01-1.412 1.417L13 5.415V17a1 1 0 01-2 0V5.414L7.707 8.707a1 1 0 01-1.414-1.414l5.005-5.005A.997.997 0 0112 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 upload = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render]]);
|
|
34
|
+
|
|
35
|
+
export { upload 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: 'IconVerifiedPurchaser',
|
|
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.51 2.586l.854.795a.83.83 0 00.575.217h1.21c1.175 0 2.13.904 2.13 2.016v1.134a.75.75 0 00.241.539l.855.8c.833.782.833 2.052.002 2.83l-.857.802a.745.745 0 00-.24.539v1.134c0 1.1-.956 1.997-2.13 1.997H16V21a1 1 0 01-1.202.98l-.114-.031L12 21.054l-2.684.895a1 1 0 01-1.31-.83L8 21v-5.614h-.15c-1.174 0-2.13-.895-2.13-1.996v-1.134a.749.749 0 00-.24-.54l-.855-.8a1.914 1.914 0 010-2.83l.857-.801a.745.745 0 00.24-.54V5.612c0-1.112.956-2.016 2.13-2.016h1.21a.835.835 0 00.576-.215l.855-.797c.83-.779 2.183-.779 3.016.002zM14 15.955l-.49.46c-.417.39-.964.585-1.51.585a2.202 2.202 0 01-1.51-.584l-.49-.461v3.657l1.684-.56a1 1 0 01.507-.034l.125.033 1.684.561v-3.657zM11.905 4.017l-.048.03-.852.793a2.817 2.817 0 01-1.728.748l-.214.008h-1.21c-.075 0-.114.022-.126.021l-.005-.005v1.133a2.74 2.74 0 01-.741 1.867l-.133.133-.809.755.808.758c.505.472.818 1.12.866 1.809l.007.189v1.134c0-.027.021-.013.08-.006l.05.003h1.21a2.85 2.85 0 011.782.626l.163.142.853.801A.212.212 0 0012 15a.26.26 0 00.108-.021l.034-.023.855-.801a2.847 2.847 0 011.727-.758l.215-.008h1.21c.078 0 .115-.02.127-.01l.004.013v-1.134c0-.698.27-1.362.741-1.867l.133-.133.806-.755-.808-.757a2.753 2.753 0 01-.865-1.81l-.007-.188V5.614c0 .015-.024-.004-.081-.013l-.05-.003h-1.21a2.837 2.837 0 01-1.775-.612l-.162-.14-.86-.801c-.051-.048-.161-.057-.237-.028z"
|
|
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 verifiedPurchaser = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render]]);
|
|
34
|
+
|
|
35
|
+
export { verifiedPurchaser 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: 'IconVirtualOutfitting',
|
|
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: "M21,16.5 L21,18.3 C21,18.9627417 20.5522847,19.5 20,19.5 L4,19.5 C3.44771525,19.5 3,18.9627417 3,18.3 L3,16.5 L21,16.5 Z M20,17.625 L4,17.625 L4,18.375 L20,18.375 L20,17.625 Z M19,5 C19.5522847,5 20,5.44771525 20,6 L20,16 L4,16 L4,6 C4,5.44771525 4.44771525,5 5,5 L19,5 Z M18.75,6.25 L5.25,6.25 L5.25,14.75 L18.75,14.75 L18.75,6.25 Z M14,7.5 C14.5522847,7.5 15,7.94771525 15,8.5 L15,8.5 L15,12.5 C15,13.0522847 14.5522847,13.5 14,13.5 L14,13.5 L9,13.5 C8.44771525,13.5 8,13.0522847 8,12.5 L8,12.5 L8,11.820164 C8,11.1048996 8.5050245,10.4891393 9.2064593,10.3491665 L9.2064593,10.3491665 L11.012,9.988 L11.0347085,8.48536228 C11.0421376,7.97788106 11.4266392,7.56324136 11.9191501,7.50659631 L11.9191501,7.50659631 L12.0346013,7.5 L14,7.5 Z M14,8.5 L12.0346013,8.5 L12.0007659,10.8112728 L9.4021531,11.3298315 C9.1683415,11.3764891 9,11.5817426 9,11.820164 L9,11.820164 L9,12.5 L14,12.5 L14,8.5 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 virtualOutfitting = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render]]);
|
|
34
|
+
|
|
35
|
+
export { virtualOutfitting 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: 'IconWarningFill',
|
|
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.447 3.11a1 1 0 01.447.448l8.002 15.995A1 1 0 0120.002 21H3.998a1 1 0 01-.894-1.447l8.002-15.995a1 1 0 011.341-.447zM12 17a1.25 1.25 0 100 2.5 1.25 1.25 0 000-2.5zm.22-9.5h-.47a1 1 0 00-.966.913l-.004.116.191 6.5a1 1 0 00.886.965l.114.006h.058a1 1 0 00.99-.857l.01-.114.19-6.5.001-.029a1 1 0 00-1-1z"
|
|
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 warningFill = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render]]);
|
|
34
|
+
|
|
35
|
+
export { warningFill 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: 'IconWarningStroke',
|
|
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: "M11.106 3.558a1 1 0 011.788 0l8.002 15.995A1 1 0 0120.002 21H3.998a1 1 0 01-.894-1.447zM12 6.24L5.617 19h12.766L12 6.24zM12 16a1.25 1.25 0 110 2.5 1.25 1.25 0 010-2.5zm.199-6a1 1 0 01.998 1.05l-.15 3a1 1 0 01-.998.95h-.098a1 1 0 01-.998-.95l-.15-3A1 1 0 0111.8 10h.398z"
|
|
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 warningStroke = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render]]);
|
|
34
|
+
|
|
35
|
+
export { warningStroke 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: 'IconWater',
|
|
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: "M20.218 16.384a1 1 0 011.576 1.23c-1.334 1.71-3.301 2.349-5.306 2.349-.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-.001zm0-10.447a1 1 0 011.576 1.23c-1.334 1.71-3.301 2.35-5.306 2.35-.75 0-1.504-.132-2.232-.406-.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-.07-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-.001zm0 5.223a1 1 0 011.576 1.23c-1.334 1.71-3.301 2.35-5.306 2.35-.75 0-1.504-.132-2.232-.406-.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-.07-5.297 1.588a.995.995 0 01-1.402.173.999.999 0 01-.173-1.403c1.833-2.35 4.899-3.236 7.575-2.23.953.358 1.82.83 2.81 1.53.01.006.014.016.023.023.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 water = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render]]);
|
|
34
|
+
|
|
35
|
+
export { water 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: 'IconWilderness',
|
|
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.707 2.293A.997.997 0 0113 3v1a3 3 0 003 3h1a1 1 0 010 2h-1a4.978 4.978 0 01-3-1 3 3 0 003 3h2a1 1 0 110 2h-2a4.978 4.978 0 01-3-1 3 3 0 003 3h3a1 1 0 110 2h-3a4.978 4.978 0 01-3-1v5a1 1 0 01-2 0v-5c-.836.628-1.874 1-3 1H5a1 1 0 010-2h3a3 3 0 003-3c-.836.628-1.874 1-3 1H6a1 1 0 010-2h2a3 3 0 003-3c-.836.628-1.874 1-3 1H7a1 1 0 110-2h1a3 3 0 003-3V3a1 1 0 011.707-.707z"
|
|
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 wilderness = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render]]);
|
|
34
|
+
|
|
35
|
+
export { wilderness 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: 'IconXFill',
|
|
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 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2zM7.293 7.296a1 1 0 000 1.414l3.285 3.295-3.285 3.288a1 1 0 001.414 1.415l3.285-3.289 3.297 3.289a1 1 0 001.414-1.415l-3.297-3.287 3.297-3.296a1 1 0 10-1.414-1.414l-3.297 3.295-3.285-3.295a1 1 0 00-1.414 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 xFill = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render]]);
|
|
34
|
+
|
|
35
|
+
export { xFill 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: 'IconXLg',
|
|
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.415 12.006l5.295-5.292a1 1 0 00-1.414-1.415L12 10.591 6.71 5.296A1 1 0 005.295 6.71l5.292 5.295-5.295 5.292a1 1 0 101.414 1.414l5.295-5.292 5.292 5.295a1 1 0 001.414-1.414l-5.292-5.294z"
|
|
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 IconXLg = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render]]);
|
|
34
|
+
|
|
35
|
+
export { IconXLg 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: 'IconXSm',
|
|
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.406 12.006l3.297-3.296a1 1 0 10-1.414-1.414l-3.297 3.295-3.285-3.295A1 1 0 107.293 8.71l3.285 3.295-3.285 3.288a1 1 0 001.414 1.415l3.285-3.289 3.297 3.289a1 1 0 001.414-1.415l-3.297-3.287z"
|
|
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 IconXSm = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render]]);
|
|
34
|
+
|
|
35
|
+
export { IconXSm 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: 'IconXStroke',
|
|
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 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 100-16 8 8 0 000 16zm1.406-7.998l3.297-3.295a1 1 0 10-1.414-1.414l-3.297 3.295-3.285-3.295a1 1 0 00-1.414 1.414l3.285 3.294-3.285 3.289a1 1 0 001.414 1.414l3.285-3.288 3.297 3.288a1 1 0 001.414-1.414l-3.297-3.288z"
|
|
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 xStroke = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render]]);
|
|
34
|
+
|
|
35
|
+
export { xStroke 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: 'IconYoutube',
|
|
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: "M18.941 5.225s1.716.06 2.387 1.336c0 0 .67.925.67 5.439v.041c.004.352.018 2.86-.277 4.239-.318 1.485-1.02 1.92-1.02 1.92s-.45.433-1.443.551c-.993.119-4.213.249-7.273.249 0 0-5.603-.003-7.49-.313-1.82-.298-2.13-1.936-2.15-2.052l-.01-.06c-.084-.514-.715-4.683.008-9.198 0 0 .224-1.926 2.479-2.152 0 0 2.318-.213 6.795-.225h.368c4.717 0 6.956.225 6.956.225zM9.925 9.143v5.495l5.469-2.747-5.469-2.748z"
|
|
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 youtube = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render]]);
|
|
34
|
+
|
|
35
|
+
export { youtube 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: 'IconZoomIn',
|
|
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: "M10.5 3a7.5 7.5 0 015.963 12.05l4.247 4.242a1 1 0 01-1.415 1.414l-4.246-4.243A7.5 7.5 0 1110.5 3zm0 2a5.5 5.5 0 100 11 5.5 5.5 0 000-11zm0 1.5a.75.75 0 01.75.75v2.5h2.5a.75.75 0 110 1.5h-2.5v2.5a.75.75 0 11-1.5 0v-2.5h-2.5a.75.75 0 110-1.5h2.5v-2.5a.75.75 0 01.75-.75z"
|
|
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 zoomIn = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render]]);
|
|
34
|
+
|
|
35
|
+
export { zoomIn 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: 'IconZoomOut',
|
|
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: "M20.706 19.296a1 1 0 01-1.414 1.414l-4.243-4.247a7.5 7.5 0 111.414-1.414l4.243 4.247zM10.5 16a5.5 5.5 0 100-11 5.5 5.5 0 000 11zM7.25 9.75h6.5a.75.75 0 110 1.5h-6.5a.75.75 0 110-1.5z"
|
|
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 zoomOut = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render]]);
|
|
34
|
+
|
|
35
|
+
export { zoomOut as default };
|