@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
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import CdrIcon from '../CdrIcon.mjs';
|
|
2
|
-
|
|
3
|
-
var IconXSm = {
|
|
4
|
-
name: 'IconXSm',
|
|
5
|
-
components: {
|
|
6
|
-
CdrIcon
|
|
7
|
-
},
|
|
8
|
-
extends: CdrIcon,
|
|
9
|
-
|
|
10
|
-
render() {
|
|
11
|
-
const h = arguments[0];
|
|
12
|
-
return h("cdr-icon", {
|
|
13
|
-
"props": { ...this.$props
|
|
14
|
-
},
|
|
15
|
-
"attrs": { ...this.$attrs
|
|
16
|
-
}
|
|
17
|
-
}, [this.$slots.default, h("path", {
|
|
18
|
-
"attrs": {
|
|
19
|
-
"role": "presentation",
|
|
20
|
-
"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"
|
|
21
|
-
}
|
|
22
|
-
})]);
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
};
|
|
26
|
-
|
|
27
|
-
export default IconXSm;
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import CdrIcon from '../CdrIcon.mjs';
|
|
2
|
-
|
|
3
|
-
var xStroke = {
|
|
4
|
-
name: 'IconXStroke',
|
|
5
|
-
components: {
|
|
6
|
-
CdrIcon
|
|
7
|
-
},
|
|
8
|
-
extends: CdrIcon,
|
|
9
|
-
|
|
10
|
-
render() {
|
|
11
|
-
const h = arguments[0];
|
|
12
|
-
return h("cdr-icon", {
|
|
13
|
-
"props": { ...this.$props
|
|
14
|
-
},
|
|
15
|
-
"attrs": { ...this.$attrs
|
|
16
|
-
}
|
|
17
|
-
}, [this.$slots.default, h("path", {
|
|
18
|
-
"attrs": {
|
|
19
|
-
"role": "presentation",
|
|
20
|
-
"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"
|
|
21
|
-
}
|
|
22
|
-
})]);
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
};
|
|
26
|
-
|
|
27
|
-
export default xStroke;
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import CdrIcon from '../CdrIcon.mjs';
|
|
2
|
-
|
|
3
|
-
var youtube = {
|
|
4
|
-
name: 'IconYoutube',
|
|
5
|
-
components: {
|
|
6
|
-
CdrIcon
|
|
7
|
-
},
|
|
8
|
-
extends: CdrIcon,
|
|
9
|
-
|
|
10
|
-
render() {
|
|
11
|
-
const h = arguments[0];
|
|
12
|
-
return h("cdr-icon", {
|
|
13
|
-
"props": { ...this.$props
|
|
14
|
-
},
|
|
15
|
-
"attrs": { ...this.$attrs
|
|
16
|
-
}
|
|
17
|
-
}, [this.$slots.default, h("path", {
|
|
18
|
-
"attrs": {
|
|
19
|
-
"role": "presentation",
|
|
20
|
-
"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"
|
|
21
|
-
}
|
|
22
|
-
})]);
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
};
|
|
26
|
-
|
|
27
|
-
export default youtube;
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import CdrIcon from '../CdrIcon.mjs';
|
|
2
|
-
|
|
3
|
-
var zoomIn = {
|
|
4
|
-
name: 'IconZoomIn',
|
|
5
|
-
components: {
|
|
6
|
-
CdrIcon
|
|
7
|
-
},
|
|
8
|
-
extends: CdrIcon,
|
|
9
|
-
|
|
10
|
-
render() {
|
|
11
|
-
const h = arguments[0];
|
|
12
|
-
return h("cdr-icon", {
|
|
13
|
-
"props": { ...this.$props
|
|
14
|
-
},
|
|
15
|
-
"attrs": { ...this.$attrs
|
|
16
|
-
}
|
|
17
|
-
}, [this.$slots.default, h("path", {
|
|
18
|
-
"attrs": {
|
|
19
|
-
"role": "presentation",
|
|
20
|
-
"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"
|
|
21
|
-
}
|
|
22
|
-
})]);
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
};
|
|
26
|
-
|
|
27
|
-
export default zoomIn;
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import CdrIcon from '../CdrIcon.mjs';
|
|
2
|
-
|
|
3
|
-
var zoomOut = {
|
|
4
|
-
name: 'IconZoomOut',
|
|
5
|
-
components: {
|
|
6
|
-
CdrIcon
|
|
7
|
-
},
|
|
8
|
-
extends: CdrIcon,
|
|
9
|
-
|
|
10
|
-
render() {
|
|
11
|
-
const h = arguments[0];
|
|
12
|
-
return h("cdr-icon", {
|
|
13
|
-
"props": { ...this.$props
|
|
14
|
-
},
|
|
15
|
-
"attrs": { ...this.$attrs
|
|
16
|
-
}
|
|
17
|
-
}, [this.$slots.default, h("path", {
|
|
18
|
-
"attrs": {
|
|
19
|
-
"role": "presentation",
|
|
20
|
-
"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"
|
|
21
|
-
}
|
|
22
|
-
})]);
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
};
|
|
26
|
-
|
|
27
|
-
export default zoomOut;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
var modules_195b2ee1 = {"cdr-icon":"cdr-icon_11-0-1","cdr-icon--small":"cdr-icon--small_11-0-1","cdr-icon--large":"cdr-icon--large_11-0-1","cdr-icon--small@xs":"cdr-icon--small@xs_11-0-1","cdr-icon--large@xs":"cdr-icon--large@xs_11-0-1","cdr-icon--small@sm":"cdr-icon--small@sm_11-0-1","cdr-icon--large@sm":"cdr-icon--large@sm_11-0-1","cdr-icon--small@md":"cdr-icon--small@md_11-0-1","cdr-icon--large@md":"cdr-icon--large@md_11-0-1","cdr-icon--small@lg":"cdr-icon--small@lg_11-0-1","cdr-icon--large@lg":"cdr-icon--large@lg_11-0-1","cdr-icon--inherit-color":"cdr-icon--inherit-color_11-0-1"};
|
|
2
|
-
|
|
3
|
-
export default modules_195b2ee1;
|
|
@@ -1,140 +0,0 @@
|
|
|
1
|
-
import 'core-js/modules/web.dom-collections.iterator.js';
|
|
2
|
-
import clsx from 'clsx';
|
|
3
|
-
import modifier from '../../mixins/modifier.mjs';
|
|
4
|
-
import modules_c2c0e66d from './styles/CdrImg.mjs';
|
|
5
|
-
|
|
6
|
-
var CdrImg = {
|
|
7
|
-
name: 'CdrImg',
|
|
8
|
-
mixins: [modifier],
|
|
9
|
-
inheritAttrs: false,
|
|
10
|
-
props: {
|
|
11
|
-
/**
|
|
12
|
-
* Required. Image source url.
|
|
13
|
-
*/
|
|
14
|
-
src: {
|
|
15
|
-
type: String,
|
|
16
|
-
required: true
|
|
17
|
-
},
|
|
18
|
-
|
|
19
|
-
/**
|
|
20
|
-
* Required. Image alt text.
|
|
21
|
-
*/
|
|
22
|
-
alt: {
|
|
23
|
-
type: String,
|
|
24
|
-
default: ''
|
|
25
|
-
},
|
|
26
|
-
|
|
27
|
-
/**
|
|
28
|
-
* Aspect ratio of the media container. {auto, square, 1-2, 2-3, 3-4, 9-16, 2-1, 3-2, 4-3, 16-9}
|
|
29
|
-
*/
|
|
30
|
-
ratio: {
|
|
31
|
-
type: String,
|
|
32
|
-
validator: value => ['auto', 'square', '1-2', '2-3', '3-4', '9-16', '2-1', '3-2', '4-3', '16-9'].indexOf(value) >= 0 || false
|
|
33
|
-
},
|
|
34
|
-
|
|
35
|
-
/**
|
|
36
|
-
* Requires a `ratio`. Area to crop the image overflow to. {left, center, right} {top, center, bottom}
|
|
37
|
-
*/
|
|
38
|
-
crop: {
|
|
39
|
-
type: String
|
|
40
|
-
},
|
|
41
|
-
|
|
42
|
-
/**
|
|
43
|
-
* Requires a `ratio`. Scale the image to be as large as possible to fill the area (background-position: cover;)
|
|
44
|
-
*/
|
|
45
|
-
cover: {
|
|
46
|
-
type: Boolean
|
|
47
|
-
},
|
|
48
|
-
|
|
49
|
-
/**
|
|
50
|
-
* Sets a border radius to an element {square, top, right, bottom, left}
|
|
51
|
-
*/
|
|
52
|
-
radius: {
|
|
53
|
-
type: String,
|
|
54
|
-
validator: value => ['circle', 'rounded'].indexOf(value) >= 0 || false
|
|
55
|
-
}
|
|
56
|
-
},
|
|
57
|
-
|
|
58
|
-
data() {
|
|
59
|
-
return {
|
|
60
|
-
style: modules_c2c0e66d
|
|
61
|
-
};
|
|
62
|
-
},
|
|
63
|
-
|
|
64
|
-
computed: {
|
|
65
|
-
baseClass() {
|
|
66
|
-
return 'cdr-image';
|
|
67
|
-
},
|
|
68
|
-
|
|
69
|
-
radiusClass() {
|
|
70
|
-
return this.radius ? this.style["cdr-image--".concat(this.radius)] : '';
|
|
71
|
-
},
|
|
72
|
-
|
|
73
|
-
coverClass() {
|
|
74
|
-
const classObj = {};
|
|
75
|
-
classObj[this.style['cdr-image-ratio__cover']] = true;
|
|
76
|
-
classObj[this.style['cdr-image-ratio__cover--crop']] = this.crop;
|
|
77
|
-
classObj[this.style['cdr-image-ratio__cover--cover']] = this.cover;
|
|
78
|
-
return classObj;
|
|
79
|
-
},
|
|
80
|
-
|
|
81
|
-
cropObject() {
|
|
82
|
-
return {
|
|
83
|
-
objectPosition: this.crop
|
|
84
|
-
};
|
|
85
|
-
},
|
|
86
|
-
|
|
87
|
-
ratioObject() {
|
|
88
|
-
let ratioPct;
|
|
89
|
-
|
|
90
|
-
if (this.ratio === 'square') {
|
|
91
|
-
ratioPct = '100%';
|
|
92
|
-
} else if (this.ratio === 'auto') {
|
|
93
|
-
ratioPct = '0';
|
|
94
|
-
} else {
|
|
95
|
-
const [x, y] = this.ratio.split('-');
|
|
96
|
-
ratioPct = "".concat(y / x * 100, "%");
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
return {
|
|
100
|
-
'--ratio': ratioPct
|
|
101
|
-
};
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
},
|
|
105
|
-
|
|
106
|
-
render() {
|
|
107
|
-
const h = arguments[0];
|
|
108
|
-
|
|
109
|
-
if (this.ratio) {
|
|
110
|
-
return h("div", {
|
|
111
|
-
"style": this.ratioObject,
|
|
112
|
-
"class": this.style['cdr-image-ratio']
|
|
113
|
-
}, [h("img", {
|
|
114
|
-
"style": this.cropObject,
|
|
115
|
-
"class": clsx(this.style[this.baseClass], this.modifierClass, this.radiusClass, this.coverClass),
|
|
116
|
-
"attrs": {
|
|
117
|
-
"src": this.src,
|
|
118
|
-
"alt": this.alt,
|
|
119
|
-
...this.$attrs
|
|
120
|
-
},
|
|
121
|
-
"on": { ...this.$listeners
|
|
122
|
-
}
|
|
123
|
-
})]);
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
return h("img", {
|
|
127
|
-
"class": clsx(this.style[this.baseClass], this.modifierClass, this.radiusClass),
|
|
128
|
-
"attrs": {
|
|
129
|
-
"src": this.src,
|
|
130
|
-
"alt": this.alt,
|
|
131
|
-
...this.$attrs
|
|
132
|
-
},
|
|
133
|
-
"on": { ...this.$listeners
|
|
134
|
-
}
|
|
135
|
-
});
|
|
136
|
-
}
|
|
137
|
-
|
|
138
|
-
};
|
|
139
|
-
|
|
140
|
-
export default CdrImg;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
var modules_c2c0e66d = {"cdr-image":"cdr-image_11-0-1","cdr-image--responsive":"cdr-image--responsive_11-0-1","cdr-image--rounded":"cdr-image--rounded_11-0-1","cdr-image--circle":"cdr-image--circle_11-0-1","cdr-image-ratio":"cdr-image-ratio_11-0-1","cdr-image-ratio__cover":"cdr-image-ratio__cover_11-0-1","cdr-image-ratio__cover--crop":"cdr-image-ratio__cover--crop_11-0-1","cdr-image-ratio__cover--cover":"cdr-image-ratio__cover--cover_11-0-1"};
|
|
2
|
-
|
|
3
|
-
export default modules_c2c0e66d;
|
|
@@ -1,283 +0,0 @@
|
|
|
1
|
-
import _mergeJSXProps from '@vue/babel-helper-vue-jsx-merge-props';
|
|
2
|
-
import clsx from 'clsx';
|
|
3
|
-
import size from '../../mixins/size.mjs';
|
|
4
|
-
import validateProp from '../../utils/propValidator.mjs';
|
|
5
|
-
import CdrLabelStandalone from '../labelStandalone/CdrLabelStandalone.mjs';
|
|
6
|
-
import CdrFormError from '../formError/CdrFormError.mjs';
|
|
7
|
-
import modules_3bf8b288 from './styles/CdrInput.mjs';
|
|
8
|
-
|
|
9
|
-
/**
|
|
10
|
-
* Cedar 2 component for input
|
|
11
|
-
* **NOTE:** `v-model` is required.
|
|
12
|
-
* @version 1.0.0
|
|
13
|
-
* @author [REI Software Engineering](https://rei.github.io/rei-cedar/)
|
|
14
|
-
*/
|
|
15
|
-
|
|
16
|
-
var CdrInput = {
|
|
17
|
-
name: 'CdrInput',
|
|
18
|
-
components: {
|
|
19
|
-
CdrLabelStandalone,
|
|
20
|
-
CdrFormError
|
|
21
|
-
},
|
|
22
|
-
mixins: [size],
|
|
23
|
-
inheritAttrs: false,
|
|
24
|
-
props: {
|
|
25
|
-
/**
|
|
26
|
-
* `id` for the input that is mapped to the label `for` attribute.
|
|
27
|
-
* If one is not provided, it will be auto generated.
|
|
28
|
-
*/
|
|
29
|
-
id: String,
|
|
30
|
-
|
|
31
|
-
/**
|
|
32
|
-
* 'type' attribute for the input as defined by w3c.
|
|
33
|
-
* Only supporting text|email|number|password|search|url.
|
|
34
|
-
* The increment/decrement webkit psuedo element is hidden for number.
|
|
35
|
-
*/
|
|
36
|
-
type: {
|
|
37
|
-
type: [String],
|
|
38
|
-
default: 'text',
|
|
39
|
-
validator: value => validateProp(value, ['text', 'email', 'number', 'password', 'search', 'url', 'tel'])
|
|
40
|
-
},
|
|
41
|
-
|
|
42
|
-
/**
|
|
43
|
-
* Label text. This is required for a11y even if hiding the label with `hideLabel`.
|
|
44
|
-
*/
|
|
45
|
-
label: {
|
|
46
|
-
type: String,
|
|
47
|
-
required: true
|
|
48
|
-
},
|
|
49
|
-
|
|
50
|
-
/**
|
|
51
|
-
* Override the error message role, default is `status`.
|
|
52
|
-
*/
|
|
53
|
-
errorRole: {
|
|
54
|
-
type: String,
|
|
55
|
-
required: false,
|
|
56
|
-
default: 'status'
|
|
57
|
-
},
|
|
58
|
-
|
|
59
|
-
/**
|
|
60
|
-
* Removes the label element but sets the input `aria-label` to `label` text for a11y.
|
|
61
|
-
*/
|
|
62
|
-
hideLabel: Boolean,
|
|
63
|
-
// sets default attrs for inputs that should use a numeric keyboard but are not strictly "numbers" (security code, CC number, postal code)
|
|
64
|
-
numeric: {
|
|
65
|
-
type: Boolean,
|
|
66
|
-
default: false
|
|
67
|
-
},
|
|
68
|
-
|
|
69
|
-
/**
|
|
70
|
-
* Number of rows for input. Converts component to text-area if rows greater than 1.
|
|
71
|
-
*/
|
|
72
|
-
rows: Number,
|
|
73
|
-
// Set which background type the input renders on
|
|
74
|
-
background: {
|
|
75
|
-
type: [String],
|
|
76
|
-
default: 'primary',
|
|
77
|
-
validator: value => validateProp(value, ['primary', 'secondary'])
|
|
78
|
-
},
|
|
79
|
-
// Set error styling
|
|
80
|
-
error: {
|
|
81
|
-
type: [Boolean, String],
|
|
82
|
-
default: false
|
|
83
|
-
},
|
|
84
|
-
disabled: Boolean,
|
|
85
|
-
required: Boolean,
|
|
86
|
-
optional: Boolean,
|
|
87
|
-
value: {
|
|
88
|
-
type: [String, Number]
|
|
89
|
-
}
|
|
90
|
-
},
|
|
91
|
-
|
|
92
|
-
data() {
|
|
93
|
-
return {
|
|
94
|
-
style: modules_3bf8b288,
|
|
95
|
-
isFocused: false
|
|
96
|
-
};
|
|
97
|
-
},
|
|
98
|
-
|
|
99
|
-
computed: {
|
|
100
|
-
// Use given id or generate one
|
|
101
|
-
inputId() {
|
|
102
|
-
return this.id ? this.id : this._uid; // eslint-disable-line no-underscore-dangle
|
|
103
|
-
},
|
|
104
|
-
|
|
105
|
-
baseClass() {
|
|
106
|
-
return 'cdr-input';
|
|
107
|
-
},
|
|
108
|
-
|
|
109
|
-
inputAttrs() {
|
|
110
|
-
const isNum = this.numeric || this.type === 'number';
|
|
111
|
-
return {
|
|
112
|
-
pattern: isNum && '[0-9]*',
|
|
113
|
-
inputmode: isNum && 'numeric',
|
|
114
|
-
novalidate: isNum,
|
|
115
|
-
autocorrect: 'off',
|
|
116
|
-
spellcheck: 'false',
|
|
117
|
-
autocapitalize: 'off',
|
|
118
|
-
...this.$attrs
|
|
119
|
-
};
|
|
120
|
-
},
|
|
121
|
-
|
|
122
|
-
inputClass() {
|
|
123
|
-
const hasPostIcon = !!this.$slots['post-icon'];
|
|
124
|
-
const hasPostIcons = hasPostIcon && this.$slots['post-icon'].length > 1;
|
|
125
|
-
return {
|
|
126
|
-
[this.style['cdr-input']]: true,
|
|
127
|
-
[this.style['cdr-input--multiline']]: this.rows > 1,
|
|
128
|
-
[this.style['cdr-input--preicon']]: this.$slots['pre-icon'],
|
|
129
|
-
[this.style['cdr-input--posticon']]: hasPostIcon,
|
|
130
|
-
[this.style['cdr-input--posticons']]: hasPostIcons,
|
|
131
|
-
[this.style['cdr-input--error']]: this.error,
|
|
132
|
-
[this.style["cdr-input--".concat(this.background)]]: true
|
|
133
|
-
};
|
|
134
|
-
},
|
|
135
|
-
|
|
136
|
-
wrapperClass() {
|
|
137
|
-
return {
|
|
138
|
-
[this.style['cdr-input-wrap']]: true,
|
|
139
|
-
[this.style['cdr-input--focus']]: this.isFocused
|
|
140
|
-
};
|
|
141
|
-
},
|
|
142
|
-
|
|
143
|
-
describedby() {
|
|
144
|
-
return [this.$slots['helper-text-top'] ? "".concat(this.inputId, "-helper-text-top") : '', this.$slots['helper-text-bottom'] ? "".concat(this.inputId, "-helper-text-bottom") : '', this.$attrs['aria-describedby']].filter(x => x).join(' ');
|
|
145
|
-
},
|
|
146
|
-
|
|
147
|
-
inputListeners() {
|
|
148
|
-
// https://vuejs.org/v2/guide/components-custom-events.html#Binding-Native-Events-to-Components
|
|
149
|
-
// handles conflict between v-model and v-on="$listeners"
|
|
150
|
-
const vm = this;
|
|
151
|
-
return { ...this.$listeners,
|
|
152
|
-
|
|
153
|
-
input(event) {
|
|
154
|
-
vm.$emit('input', event.target.value);
|
|
155
|
-
},
|
|
156
|
-
|
|
157
|
-
focus(event) {
|
|
158
|
-
vm.isFocused = true;
|
|
159
|
-
vm.$emit('focus', event);
|
|
160
|
-
},
|
|
161
|
-
|
|
162
|
-
blur(event) {
|
|
163
|
-
vm.isFocused = false;
|
|
164
|
-
vm.$emit('blur', event);
|
|
165
|
-
}
|
|
166
|
-
|
|
167
|
-
};
|
|
168
|
-
},
|
|
169
|
-
|
|
170
|
-
inputEl() {
|
|
171
|
-
const h = this.$createElement;
|
|
172
|
-
|
|
173
|
-
if (this.rows && this.rows > 1) {
|
|
174
|
-
return h("textarea", _mergeJSXProps([{
|
|
175
|
-
"on": {
|
|
176
|
-
"input": $event => {
|
|
177
|
-
if ($event.target.composing) return;
|
|
178
|
-
this.value = $event.target.value;
|
|
179
|
-
},
|
|
180
|
-
...this.inputListeners
|
|
181
|
-
},
|
|
182
|
-
"attrs": {
|
|
183
|
-
"rows": this.rows,
|
|
184
|
-
"id": this.inputId,
|
|
185
|
-
"disabled": this.disabled,
|
|
186
|
-
"aria-required": this.required,
|
|
187
|
-
"aria-invalid": !!this.error,
|
|
188
|
-
"aria-errormessage": !!this.error && "".concat(this.inputId, "-error"),
|
|
189
|
-
...this.inputAttrs,
|
|
190
|
-
"aria-describedby": this.describedby || false
|
|
191
|
-
},
|
|
192
|
-
"class": clsx(this.inputClass, this.sizeClass),
|
|
193
|
-
"ref": "input",
|
|
194
|
-
"domProps": {
|
|
195
|
-
"value": this.value
|
|
196
|
-
}
|
|
197
|
-
}, {
|
|
198
|
-
directives: [{
|
|
199
|
-
name: "model",
|
|
200
|
-
value: this.value,
|
|
201
|
-
modifiers: {}
|
|
202
|
-
}]
|
|
203
|
-
}]));
|
|
204
|
-
}
|
|
205
|
-
|
|
206
|
-
return h("input", _mergeJSXProps([{
|
|
207
|
-
"on": {
|
|
208
|
-
"input": $event => {
|
|
209
|
-
if ($event.target.composing) return;
|
|
210
|
-
this.value = $event.target.value;
|
|
211
|
-
},
|
|
212
|
-
...this.inputListeners
|
|
213
|
-
},
|
|
214
|
-
"attrs": {
|
|
215
|
-
"type": this.type,
|
|
216
|
-
"id": this.inputId,
|
|
217
|
-
"disabled": this.disabled,
|
|
218
|
-
"aria-required": this.required,
|
|
219
|
-
"aria-invalid": !!this.error,
|
|
220
|
-
"aria-errormessage": !!this.error && "".concat(this.inputId, "-error"),
|
|
221
|
-
...this.inputAttrs,
|
|
222
|
-
"aria-describedby": this.describedby || false
|
|
223
|
-
},
|
|
224
|
-
"class": clsx(this.inputClass, this.sizeClass),
|
|
225
|
-
"ref": "input",
|
|
226
|
-
"domProps": {
|
|
227
|
-
"value": this.value
|
|
228
|
-
}
|
|
229
|
-
}, {
|
|
230
|
-
directives: [{
|
|
231
|
-
name: "model",
|
|
232
|
-
value: this.value,
|
|
233
|
-
modifiers: {}
|
|
234
|
-
}]
|
|
235
|
-
}]));
|
|
236
|
-
}
|
|
237
|
-
|
|
238
|
-
},
|
|
239
|
-
|
|
240
|
-
render() {
|
|
241
|
-
const h = arguments[0];
|
|
242
|
-
return h("cdr-label-standalone", {
|
|
243
|
-
"attrs": {
|
|
244
|
-
"for-id": "".concat(this.inputId),
|
|
245
|
-
"label": this.label,
|
|
246
|
-
"hide-label": this.hideLabel,
|
|
247
|
-
"required": this.required,
|
|
248
|
-
"optional": this.optional,
|
|
249
|
-
"disabled": this.disabled
|
|
250
|
-
}
|
|
251
|
-
}, [this.$slots['helper-text-top'] && h("template", {
|
|
252
|
-
"slot": "helper"
|
|
253
|
-
}, [this.$slots['helper-text-top']]), this.$slots.info && h("template", {
|
|
254
|
-
"slot": "info"
|
|
255
|
-
}, [this.$slots.info]), h("div", {
|
|
256
|
-
"class": this.wrapperClass
|
|
257
|
-
}, [this.inputEl, this.$slots['pre-icon'] && h("span", {
|
|
258
|
-
"class": this.style['cdr-input__pre-icon']
|
|
259
|
-
}, [this.$slots['pre-icon']]), this.$slots['post-icon'] && h("span", {
|
|
260
|
-
"class": this.style['cdr-input__post-icon']
|
|
261
|
-
}, [this.$slots['post-icon']])]), this.$slots['info-action'] && h("template", {
|
|
262
|
-
"slot": "info-action"
|
|
263
|
-
}, [this.$slots['info-action']]), this.$slots['helper-text-bottom'] && !this.error && h("span", {
|
|
264
|
-
"class": this.style['cdr-input__helper-text'],
|
|
265
|
-
"attrs": {
|
|
266
|
-
"id": "".concat(this.inputId, "-helper-text-bottom")
|
|
267
|
-
},
|
|
268
|
-
"slot": "helper-text-bottom"
|
|
269
|
-
}, [this.$slots['helper-text-bottom']]), this.error && h("cdr-form-error", {
|
|
270
|
-
"attrs": {
|
|
271
|
-
"role": this.errorRole,
|
|
272
|
-
"error": this.error,
|
|
273
|
-
"id": "".concat(this.inputId, "-error")
|
|
274
|
-
},
|
|
275
|
-
"slot": "error"
|
|
276
|
-
}, [h("template", {
|
|
277
|
-
"slot": "error"
|
|
278
|
-
}, [this.$slots.error])])]);
|
|
279
|
-
}
|
|
280
|
-
|
|
281
|
-
};
|
|
282
|
-
|
|
283
|
-
export default CdrInput;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
var modules_3bf8b288 = {"cdr-input":"cdr-input_11-0-1","cdr-input--focus":"cdr-input--focus_11-0-1","cdr-input--multiline":"cdr-input--multiline_11-0-1","cdr-input--preicon":"cdr-input--preicon_11-0-1","cdr-input--posticon":"cdr-input--posticon_11-0-1","cdr-input--posticons":"cdr-input--posticons_11-0-1","cdr-input--primary":"cdr-input--primary_11-0-1","cdr-input--secondary":"cdr-input--secondary_11-0-1","cdr-input--error":"cdr-input--error_11-0-1","cdr-input--large":"cdr-input--large_11-0-1","cdr-input--large@xs":"cdr-input--large@xs_11-0-1","cdr-input--large@sm":"cdr-input--large@sm_11-0-1","cdr-input--large@md":"cdr-input--large@md_11-0-1","cdr-input--large@lg":"cdr-input--large@lg_11-0-1","cdr-input__pre-icon":"cdr-input__pre-icon_11-0-1","cdr-input__post-icon":"cdr-input__post-icon_11-0-1","cdr-input__helper-text":"cdr-input__helper-text_11-0-1","cdr-input-wrap":"cdr-input-wrap_11-0-1"};
|
|
2
|
-
|
|
3
|
-
export default modules_3bf8b288;
|
|
@@ -1,85 +0,0 @@
|
|
|
1
|
-
import modules_2157aaf7 from './styles/CdrLabelStandalone.mjs';
|
|
2
|
-
|
|
3
|
-
var CdrLabelStandalone = {
|
|
4
|
-
name: 'CdrLabelStandalone',
|
|
5
|
-
props: {
|
|
6
|
-
forId: {
|
|
7
|
-
type: String,
|
|
8
|
-
required: true
|
|
9
|
-
},
|
|
10
|
-
label: String,
|
|
11
|
-
disabled: Boolean,
|
|
12
|
-
required: Boolean,
|
|
13
|
-
optional: Boolean,
|
|
14
|
-
hideLabel: Boolean
|
|
15
|
-
},
|
|
16
|
-
|
|
17
|
-
data() {
|
|
18
|
-
return {
|
|
19
|
-
style: modules_2157aaf7
|
|
20
|
-
};
|
|
21
|
-
},
|
|
22
|
-
|
|
23
|
-
computed: {
|
|
24
|
-
labelClass() {
|
|
25
|
-
return {
|
|
26
|
-
[this.style['cdr-label-standalone__label']]: true,
|
|
27
|
-
[this.style['cdr-label-standalone__label--disabled']]: this.disabled,
|
|
28
|
-
[this.style['cdr-label-standalone__label--sr-only']]: this.hideLabel
|
|
29
|
-
};
|
|
30
|
-
},
|
|
31
|
-
|
|
32
|
-
inputClass() {
|
|
33
|
-
const hasLabelContent = !this.hideLabel || this.$slots.helper || this.$slots.info;
|
|
34
|
-
return {
|
|
35
|
-
[this.style['cdr-label-standalone__input-wrap']]: true,
|
|
36
|
-
[this.style['cdr-label-standalone__input-spacing']]: hasLabelContent
|
|
37
|
-
};
|
|
38
|
-
},
|
|
39
|
-
|
|
40
|
-
labelEl() {
|
|
41
|
-
const h = this.$createElement;
|
|
42
|
-
const requiredEl = this.required ? h("span", {
|
|
43
|
-
"attrs": {
|
|
44
|
-
"aria-label": "required"
|
|
45
|
-
}
|
|
46
|
-
}, ["*"]) : '';
|
|
47
|
-
const optionalEl = this.optional ? h("span", {
|
|
48
|
-
"class": this.style['cdr-label-standalone__optional']
|
|
49
|
-
}, ["(optional)"]) : '';
|
|
50
|
-
return h("label", {
|
|
51
|
-
"class": this.labelClass,
|
|
52
|
-
"attrs": {
|
|
53
|
-
"for": this.forId
|
|
54
|
-
},
|
|
55
|
-
"ref": "label"
|
|
56
|
-
}, [this.label, requiredEl || optionalEl ? ' ' : '', requiredEl || optionalEl]);
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
},
|
|
60
|
-
|
|
61
|
-
render() {
|
|
62
|
-
const h = arguments[0];
|
|
63
|
-
return h("div", {
|
|
64
|
-
"class": this.style['cdr-label-standalone']
|
|
65
|
-
}, [h("div", {
|
|
66
|
-
"class": this.style['cdr-label-standalone__label-wrapper']
|
|
67
|
-
}, [this.labelEl, !this.hideLabel && this.$slots.helper && h("br"), this.$slots.helper && h("span", {
|
|
68
|
-
"class": this.style['cdr-label-standalone__helper'],
|
|
69
|
-
"attrs": {
|
|
70
|
-
"id": "".concat(this.forId, "-helper-text-top")
|
|
71
|
-
}
|
|
72
|
-
}, [this.$slots.helper])]), h("div", {
|
|
73
|
-
"class": this.inputClass
|
|
74
|
-
}, [this.$slots.default, this.$slots['info-action'] && h("div", {
|
|
75
|
-
"class": this.style['cdr-label-standalone__info-action']
|
|
76
|
-
}, [this.$slots['info-action']])]), this.$slots.info && h("span", {
|
|
77
|
-
"class": this.style['cdr-label-standalone__info']
|
|
78
|
-
}, [this.$slots.info]), h("div", {
|
|
79
|
-
"class": this.style['cdr-label-standalone__post-content']
|
|
80
|
-
}, [this.$slots['helper-text-bottom'], this.$slots.error])]);
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
};
|
|
84
|
-
|
|
85
|
-
export default CdrLabelStandalone;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
var modules_2157aaf7 = {"cdr-label-standalone":"cdr-label-standalone_11-0-1","cdr-label-standalone__label-wrapper":"cdr-label-standalone__label-wrapper_11-0-1","cdr-label-standalone__label":"cdr-label-standalone__label_11-0-1","cdr-label-standalone__label--sr-only":"cdr-label-standalone__label--sr-only_11-0-1","cdr-label-standalone__label--disabled":"cdr-label-standalone__label--disabled_11-0-1","cdr-label-standalone__optional":"cdr-label-standalone__optional_11-0-1","cdr-label-standalone__helper":"cdr-label-standalone__helper_11-0-1","cdr-label-standalone__info":"cdr-label-standalone__info_11-0-1","cdr-label-standalone__post-content":"cdr-label-standalone__post-content_11-0-1","cdr-label-standalone__info-action":"cdr-label-standalone__info-action_11-0-1","cdr-label-standalone__input-wrap":"cdr-label-standalone__input-wrap_11-0-1","cdr-label-standalone__input-spacing":"cdr-label-standalone__input-spacing_11-0-1"};
|
|
2
|
-
|
|
3
|
-
export default modules_2157aaf7;
|