@rei/cedar 14.0.2-alpha.6 → 14.0.2-alpha.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_virtual/_plugin-vue_export-helper.mjs +9 -0
- package/dist/cedar-compiled.css +1050 -1050
- package/dist/cedar.umd.js +5 -5
- package/dist/component-docgen.json +1008 -1008
- package/dist/icon-component-docgen.json +498 -498
- package/dist/lib.d.ts +6306 -39
- package/dist/node_modules/@rei/cdr-tokens/dist/rei-dot-com/js/cdr-tokens.mjs +10 -0
- package/dist/src/components/accordion/CdrAccordion.vue.mjs +9 -0
- package/dist/src/components/accordion/CdrAccordion.vue2.mjs +133 -0
- package/dist/src/components/accordion/CdrAccordionGroup.vue.mjs +9 -0
- package/dist/src/components/accordion/CdrAccordionGroup.vue2.mjs +72 -0
- package/dist/src/components/accordion/styles/CdrAccordion.module.scss.mjs +34 -0
- package/dist/src/components/accordion/styles/CdrAccordionGroup.module.scss.mjs +7 -0
- package/dist/src/components/accordion/symbols.mjs +4 -0
- package/dist/src/components/banner/CdrBanner.vue.mjs +9 -0
- package/dist/src/components/banner/CdrBanner.vue2.mjs +45 -0
- package/dist/src/components/banner/styles/CdrBanner.module.scss.mjs +19 -0
- package/dist/src/components/breadcrumb/CdrBreadcrumb.vue.mjs +9 -0
- package/dist/src/components/breadcrumb/CdrBreadcrumb.vue2.mjs +103 -0
- package/dist/src/components/breadcrumb/styles/CdrBreadcrumb.module.scss.mjs +12 -0
- package/dist/src/components/button/CdrButton.vue.mjs +9 -0
- package/dist/src/components/button/CdrButton.vue2.mjs +85 -0
- package/dist/src/components/button/styles/CdrButton.module.scss.mjs +36 -0
- package/dist/src/components/caption/CdrCaption.vue.mjs +9 -0
- package/dist/src/components/caption/CdrCaption.vue2.mjs +36 -0
- package/dist/src/components/caption/styles/CdrCaption.module.scss.mjs +7 -0
- package/dist/src/components/card/CdrCard.vue.mjs +9 -0
- package/dist/src/components/card/CdrCard.vue2.mjs +24 -0
- package/dist/src/components/card/styles/CdrCard.module.scss.mjs +6 -0
- package/dist/src/components/checkbox/CdrCheckbox.vue.mjs +9 -0
- package/dist/src/components/checkbox/CdrCheckbox.vue2.mjs +147 -0
- package/dist/src/components/checkbox/styles/CdrCheckbox.module.scss.mjs +32 -0
- package/dist/src/components/chip/CdrChip.vue.mjs +9 -0
- package/dist/src/components/chip/CdrChip.vue2.mjs +22 -0
- package/dist/src/components/chip/CdrChipGroup.vue.mjs +9 -0
- package/dist/src/components/chip/CdrChipGroup.vue2.mjs +73 -0
- package/dist/src/components/chip/styles/CdrChip.module.scss.mjs +9 -0
- package/dist/src/components/chip/styles/CdrChipGroup.module.scss.mjs +9 -0
- package/dist/src/components/container/CdrContainer.vue.mjs +9 -0
- package/dist/src/components/container/CdrContainer.vue2.mjs +36 -0
- package/dist/src/components/container/styles/CdrContainer.module.scss.mjs +7 -0
- package/dist/src/components/formError/CdrFormError.vue.mjs +9 -0
- package/dist/src/components/formError/CdrFormError.vue2.mjs +24 -0
- package/dist/src/components/formError/styles/CdrFormError.module.scss.mjs +7 -0
- package/dist/src/components/formGroup/CdrFormGroup.vue.mjs +9 -0
- package/dist/src/components/formGroup/CdrFormGroup.vue2.mjs +68 -0
- package/dist/src/components/formGroup/styles/CdrFormGroup.module.scss.mjs +13 -0
- package/dist/src/components/grid/CdrGrid.vue.mjs +9 -0
- package/dist/src/components/grid/CdrGrid.vue2.mjs +37 -0
- package/dist/src/components/grid/styles/CdrGrid.module.scss.mjs +26 -0
- package/dist/src/components/icon/CdrIcon.vue.mjs +9 -0
- package/dist/src/components/icon/CdrIcon.vue2.mjs +46 -0
- package/dist/src/components/icon/comps/account-profile-fill.vue.mjs +23 -0
- package/dist/src/components/icon/comps/account-profile-fill.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/account-profile.vue.mjs +23 -0
- package/dist/src/components/icon/comps/account-profile.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/arrow-down.vue.mjs +23 -0
- package/dist/src/components/icon/comps/arrow-down.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/arrow-left.vue.mjs +23 -0
- package/dist/src/components/icon/comps/arrow-left.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/arrow-right.vue.mjs +23 -0
- package/dist/src/components/icon/comps/arrow-right.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/arrow-up.vue.mjs +23 -0
- package/dist/src/components/icon/comps/arrow-up.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/atv.vue.mjs +23 -0
- package/dist/src/components/icon/comps/atv.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/bed-outline.vue.mjs +23 -0
- package/dist/src/components/icon/comps/bed-outline.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/bike-shop.vue.mjs +23 -0
- package/dist/src/components/icon/comps/bike-shop.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/binoculars.vue.mjs +23 -0
- package/dist/src/components/icon/comps/binoculars.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/birding.vue.mjs +23 -0
- package/dist/src/components/icon/comps/birding.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/boat.vue.mjs +23 -0
- package/dist/src/components/icon/comps/boat.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/boating.vue.mjs +23 -0
- package/dist/src/components/icon/comps/boating.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/bookmark-fill.vue.mjs +23 -0
- package/dist/src/components/icon/comps/bookmark-fill.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/bookmark-stroke.vue.mjs +23 -0
- package/dist/src/components/icon/comps/bookmark-stroke.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/brand-abstract.vue.mjs +23 -0
- package/dist/src/components/icon/comps/brand-abstract.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/brand-code-sandbox.vue.mjs +23 -0
- package/dist/src/components/icon/comps/brand-code-sandbox.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/brand-github.vue.mjs +23 -0
- package/dist/src/components/icon/comps/brand-github.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/brand-linkedin.vue.mjs +23 -0
- package/dist/src/components/icon/comps/brand-linkedin.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/brand-rei-ice-axes.vue.mjs +23 -0
- package/dist/src/components/icon/comps/brand-rei-ice-axes.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/brand-sketch.vue.mjs +23 -0
- package/dist/src/components/icon/comps/brand-sketch.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/brand-tiktok.vue.mjs +24 -0
- package/dist/src/components/icon/comps/brand-tiktok.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/buddies.vue.mjs +23 -0
- package/dist/src/components/icon/comps/buddies.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/bus.vue.mjs +23 -0
- package/dist/src/components/icon/comps/bus.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/calendar.vue.mjs +23 -0
- package/dist/src/components/icon/comps/calendar.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/camera.vue.mjs +23 -0
- package/dist/src/components/icon/comps/camera.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/canoe.vue.mjs +23 -0
- package/dist/src/components/icon/comps/canoe.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/car.vue.mjs +23 -0
- package/dist/src/components/icon/comps/car.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/caret-down.vue.mjs +23 -0
- package/dist/src/components/icon/comps/caret-down.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/caret-left.vue.mjs +23 -0
- package/dist/src/components/icon/comps/caret-left.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/caret-right.vue.mjs +23 -0
- package/dist/src/components/icon/comps/caret-right.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/caret-up.vue.mjs +23 -0
- package/dist/src/components/icon/comps/caret-up.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/cart-fill.vue.mjs +23 -0
- package/dist/src/components/icon/comps/cart-fill.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/cart.vue.mjs +23 -0
- package/dist/src/components/icon/comps/cart.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/chain-link.vue.mjs +23 -0
- package/dist/src/components/icon/comps/chain-link.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/chat.vue.mjs +23 -0
- package/dist/src/components/icon/comps/chat.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/check-fill.vue.mjs +23 -0
- package/dist/src/components/icon/comps/check-fill.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/check-lg.vue.mjs +23 -0
- package/dist/src/components/icon/comps/check-lg.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/check-sm.vue.mjs +23 -0
- package/dist/src/components/icon/comps/check-sm.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/check-stroke.vue.mjs +23 -0
- package/dist/src/components/icon/comps/check-stroke.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/climb.vue.mjs +23 -0
- package/dist/src/components/icon/comps/climb.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/clipboard.vue.mjs +23 -0
- package/dist/src/components/icon/comps/clipboard.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/clock.vue.mjs +23 -0
- package/dist/src/components/icon/comps/clock.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/code-html.vue.mjs +23 -0
- package/dist/src/components/icon/comps/code-html.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/code-js.vue.mjs +23 -0
- package/dist/src/components/icon/comps/code-js.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/compass.vue.mjs +23 -0
- package/dist/src/components/icon/comps/compass.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/copy.vue.mjs +23 -0
- package/dist/src/components/icon/comps/copy.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/coupon-fill.vue.mjs +23 -0
- package/dist/src/components/icon/comps/coupon-fill.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/coupon-stroke.vue.mjs +23 -0
- package/dist/src/components/icon/comps/coupon-stroke.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/credit-card.vue.mjs +23 -0
- package/dist/src/components/icon/comps/credit-card.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/curbside-pickup.vue.mjs +23 -0
- package/dist/src/components/icon/comps/curbside-pickup.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/day.vue.mjs +23 -0
- package/dist/src/components/icon/comps/day.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/diving.vue.mjs +23 -0
- package/dist/src/components/icon/comps/diving.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/dog.vue.mjs +23 -0
- package/dist/src/components/icon/comps/dog.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/download.vue.mjs +23 -0
- package/dist/src/components/icon/comps/download.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/duplicate.vue.mjs +24 -0
- package/dist/src/components/icon/comps/duplicate.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/edit.vue.mjs +23 -0
- package/dist/src/components/icon/comps/edit.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/elevation.vue.mjs +23 -0
- package/dist/src/components/icon/comps/elevation.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/error-fill.vue.mjs +25 -0
- package/dist/src/components/icon/comps/error-fill.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/error-stroke.vue.mjs +27 -0
- package/dist/src/components/icon/comps/error-stroke.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/expand.vue.mjs +23 -0
- package/dist/src/components/icon/comps/expand.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/experiences-backpacking.vue.mjs +23 -0
- package/dist/src/components/icon/comps/experiences-backpacking.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/experiences-camping.vue.mjs +23 -0
- package/dist/src/components/icon/comps/experiences-camping.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/experiences-climbing.vue.mjs +23 -0
- package/dist/src/components/icon/comps/experiences-climbing.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/experiences-clothing.vue.mjs +23 -0
- package/dist/src/components/icon/comps/experiences-clothing.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/experiences-cycling.vue.mjs +23 -0
- package/dist/src/components/icon/comps/experiences-cycling.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/experiences-family.vue.mjs +23 -0
- package/dist/src/components/icon/comps/experiences-family.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/experiences-fitness.vue.mjs +23 -0
- package/dist/src/components/icon/comps/experiences-fitness.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/experiences-hiking.vue.mjs +23 -0
- package/dist/src/components/icon/comps/experiences-hiking.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/experiences-outdoor-basics.vue.mjs +23 -0
- package/dist/src/components/icon/comps/experiences-outdoor-basics.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/experiences-paddling.vue.mjs +23 -0
- package/dist/src/components/icon/comps/experiences-paddling.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/experiences-rentals.vue.mjs +23 -0
- package/dist/src/components/icon/comps/experiences-rentals.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/experiences-running.vue.mjs +24 -0
- package/dist/src/components/icon/comps/experiences-running.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/experiences-snowsports.vue.mjs +23 -0
- package/dist/src/components/icon/comps/experiences-snowsports.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/experiences-travel.vue.mjs +23 -0
- package/dist/src/components/icon/comps/experiences-travel.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/external-link-alt.vue.mjs +24 -0
- package/dist/src/components/icon/comps/external-link-alt.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/external-link.vue.mjs +23 -0
- package/dist/src/components/icon/comps/external-link.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/eye-hide.vue.mjs +23 -0
- package/dist/src/components/icon/comps/eye-hide.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/eye-show.vue.mjs +23 -0
- package/dist/src/components/icon/comps/eye-show.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/facebook.vue.mjs +23 -0
- package/dist/src/components/icon/comps/facebook.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/filter-alt.vue.mjs +23 -0
- package/dist/src/components/icon/comps/filter-alt.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/filter.vue.mjs +23 -0
- package/dist/src/components/icon/comps/filter.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/find-location.vue.mjs +23 -0
- package/dist/src/components/icon/comps/find-location.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/fire.vue.mjs +23 -0
- package/dist/src/components/icon/comps/fire.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/fishing.vue.mjs +23 -0
- package/dist/src/components/icon/comps/fishing.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/free-product.vue.mjs +23 -0
- package/dist/src/components/icon/comps/free-product.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/grid-view.vue.mjs +23 -0
- package/dist/src/components/icon/comps/grid-view.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/heart-fill.vue.mjs +23 -0
- package/dist/src/components/icon/comps/heart-fill.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/heart-stroke.vue.mjs +23 -0
- package/dist/src/components/icon/comps/heart-stroke.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/hike.vue.mjs +23 -0
- package/dist/src/components/icon/comps/hike.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/history.vue.mjs +23 -0
- package/dist/src/components/icon/comps/history.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/home.vue.mjs +23 -0
- package/dist/src/components/icon/comps/home.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/horse.vue.mjs +23 -0
- package/dist/src/components/icon/comps/horse.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/horseshoe.vue.mjs +23 -0
- package/dist/src/components/icon/comps/horseshoe.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/image.vue.mjs +23 -0
- package/dist/src/components/icon/comps/image.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/information-fill.vue.mjs +23 -0
- package/dist/src/components/icon/comps/information-fill.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/information-stroke.vue.mjs +23 -0
- package/dist/src/components/icon/comps/information-stroke.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/instagram.vue.mjs +23 -0
- package/dist/src/components/icon/comps/instagram.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/kayak.vue.mjs +23 -0
- package/dist/src/components/icon/comps/kayak.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/link-alt.vue.mjs +24 -0
- package/dist/src/components/icon/comps/link-alt.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/list-ragged.vue.mjs +23 -0
- package/dist/src/components/icon/comps/list-ragged.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/list-view.vue.mjs +23 -0
- package/dist/src/components/icon/comps/list-view.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/location-pin-fill.vue.mjs +23 -0
- package/dist/src/components/icon/comps/location-pin-fill.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/location-pin-stroke.vue.mjs +23 -0
- package/dist/src/components/icon/comps/location-pin-stroke.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/lock-locked-fill.vue.mjs +23 -0
- package/dist/src/components/icon/comps/lock-locked-fill.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/lock-locked-stroke.vue.mjs +23 -0
- package/dist/src/components/icon/comps/lock-locked-stroke.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/lock-unlocked-stroke.vue.mjs +23 -0
- package/dist/src/components/icon/comps/lock-unlocked-stroke.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/mail.vue.mjs +23 -0
- package/dist/src/components/icon/comps/mail.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/map.vue.mjs +23 -0
- package/dist/src/components/icon/comps/map.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/member-card.vue.mjs +23 -0
- package/dist/src/components/icon/comps/member-card.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/membership.vue.mjs +24 -0
- package/dist/src/components/icon/comps/membership.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/microphone.vue.mjs +23 -0
- package/dist/src/components/icon/comps/microphone.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/minus-fill.vue.mjs +23 -0
- package/dist/src/components/icon/comps/minus-fill.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/minus-lg.vue.mjs +23 -0
- package/dist/src/components/icon/comps/minus-lg.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/minus-sm.vue.mjs +23 -0
- package/dist/src/components/icon/comps/minus-sm.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/minus-stroke.vue.mjs +23 -0
- package/dist/src/components/icon/comps/minus-stroke.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/more-functions.vue.mjs +23 -0
- package/dist/src/components/icon/comps/more-functions.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/my-location.vue.mjs +23 -0
- package/dist/src/components/icon/comps/my-location.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/navigation-menu.vue.mjs +23 -0
- package/dist/src/components/icon/comps/navigation-menu.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/night.vue.mjs +23 -0
- package/dist/src/components/icon/comps/night.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/paddle.vue.mjs +23 -0
- package/dist/src/components/icon/comps/paddle.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/pause-fill.vue.mjs +23 -0
- package/dist/src/components/icon/comps/pause-fill.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/pause-stroke.vue.mjs +23 -0
- package/dist/src/components/icon/comps/pause-stroke.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/pause.vue.mjs +23 -0
- package/dist/src/components/icon/comps/pause.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/photography.vue.mjs +23 -0
- package/dist/src/components/icon/comps/photography.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/picnic.vue.mjs +23 -0
- package/dist/src/components/icon/comps/picnic.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/pinterest.vue.mjs +23 -0
- package/dist/src/components/icon/comps/pinterest.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/plane.vue.mjs +23 -0
- package/dist/src/components/icon/comps/plane.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/play-fill.vue.mjs +23 -0
- package/dist/src/components/icon/comps/play-fill.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/play-stroke.vue.mjs +23 -0
- package/dist/src/components/icon/comps/play-stroke.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/play.vue.mjs +23 -0
- package/dist/src/components/icon/comps/play.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/playground.vue.mjs +23 -0
- package/dist/src/components/icon/comps/playground.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/plugin.vue.mjs +23 -0
- package/dist/src/components/icon/comps/plugin.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/plus-fill.vue.mjs +23 -0
- package/dist/src/components/icon/comps/plus-fill.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/plus-lg.vue.mjs +23 -0
- package/dist/src/components/icon/comps/plus-lg.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/plus-sm.vue.mjs +23 -0
- package/dist/src/components/icon/comps/plus-sm.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/plus-stroke.vue.mjs +23 -0
- package/dist/src/components/icon/comps/plus-stroke.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/print.vue.mjs +23 -0
- package/dist/src/components/icon/comps/print.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/protection-fill.vue.mjs +23 -0
- package/dist/src/components/icon/comps/protection-fill.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/protection-stroke.vue.mjs +23 -0
- package/dist/src/components/icon/comps/protection-stroke.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/question-fill.vue.mjs +23 -0
- package/dist/src/components/icon/comps/question-fill.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/question-stroke.vue.mjs +23 -0
- package/dist/src/components/icon/comps/question-stroke.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/refresh.vue.mjs +23 -0
- package/dist/src/components/icon/comps/refresh.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/reload.vue.mjs +23 -0
- package/dist/src/components/icon/comps/reload.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/returns.vue.mjs +24 -0
- package/dist/src/components/icon/comps/returns.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/run.vue.mjs +23 -0
- package/dist/src/components/icon/comps/run.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/scan-barcode.vue.mjs +23 -0
- package/dist/src/components/icon/comps/scan-barcode.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/search.vue.mjs +23 -0
- package/dist/src/components/icon/comps/search.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/service-shop.vue.mjs +23 -0
- package/dist/src/components/icon/comps/service-shop.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/shipping-prep.vue.mjs +24 -0
- package/dist/src/components/icon/comps/shipping-prep.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/shipping-truck.vue.mjs +24 -0
- package/dist/src/components/icon/comps/shipping-truck.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/shipping.vue.mjs +23 -0
- package/dist/src/components/icon/comps/shipping.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/shopping-bag-fill.vue.mjs +23 -0
- package/dist/src/components/icon/comps/shopping-bag-fill.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/shopping-bag.vue.mjs +23 -0
- package/dist/src/components/icon/comps/shopping-bag.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/shrink.vue.mjs +23 -0
- package/dist/src/components/icon/comps/shrink.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/size-chart.vue.mjs +23 -0
- package/dist/src/components/icon/comps/size-chart.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/ski-boot.vue.mjs +23 -0
- package/dist/src/components/icon/comps/ski-boot.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/ski.vue.mjs +23 -0
- package/dist/src/components/icon/comps/ski.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/snow-shop.vue.mjs +23 -0
- package/dist/src/components/icon/comps/snow-shop.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/snow.vue.mjs +23 -0
- package/dist/src/components/icon/comps/snow.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/sort.vue.mjs +23 -0
- package/dist/src/components/icon/comps/sort.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/star-100.vue.mjs +23 -0
- package/dist/src/components/icon/comps/star-100.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/star-25.vue.mjs +23 -0
- package/dist/src/components/icon/comps/star-25.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/star-50.vue.mjs +23 -0
- package/dist/src/components/icon/comps/star-50.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/star-75.vue.mjs +23 -0
- package/dist/src/components/icon/comps/star-75.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/star-stroke.vue.mjs +23 -0
- package/dist/src/components/icon/comps/star-stroke.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/storefront.vue.mjs +23 -0
- package/dist/src/components/icon/comps/storefront.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/swim.vue.mjs +23 -0
- package/dist/src/components/icon/comps/swim.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/telephone.vue.mjs +23 -0
- package/dist/src/components/icon/comps/telephone.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/tent.vue.mjs +23 -0
- package/dist/src/components/icon/comps/tent.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/trash.vue.mjs +23 -0
- package/dist/src/components/icon/comps/trash.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/twitter.vue.mjs +23 -0
- package/dist/src/components/icon/comps/twitter.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/upload.vue.mjs +23 -0
- package/dist/src/components/icon/comps/upload.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/verified-purchaser.vue.mjs +23 -0
- package/dist/src/components/icon/comps/verified-purchaser.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/virtual-outfitting.vue.mjs +23 -0
- package/dist/src/components/icon/comps/virtual-outfitting.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/warning-fill.vue.mjs +23 -0
- package/dist/src/components/icon/comps/warning-fill.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/warning-stroke.vue.mjs +23 -0
- package/dist/src/components/icon/comps/warning-stroke.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/water.vue.mjs +23 -0
- package/dist/src/components/icon/comps/water.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/wilderness.vue.mjs +23 -0
- package/dist/src/components/icon/comps/wilderness.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/x-fill.vue.mjs +23 -0
- package/dist/src/components/icon/comps/x-fill.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/x-lg.vue.mjs +23 -0
- package/dist/src/components/icon/comps/x-lg.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/x-sm.vue.mjs +23 -0
- package/dist/src/components/icon/comps/x-sm.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/x-stroke.vue.mjs +23 -0
- package/dist/src/components/icon/comps/x-stroke.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/youtube.vue.mjs +23 -0
- package/dist/src/components/icon/comps/youtube.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/zoom-in.vue.mjs +23 -0
- package/dist/src/components/icon/comps/zoom-in.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/zoom-out.vue.mjs +23 -0
- package/dist/src/components/icon/comps/zoom-out.vue2.mjs +4 -0
- package/dist/src/components/icon/styles/CdrIcon.module.scss.mjs +17 -0
- package/dist/src/components/image/CdrImg.vue.mjs +9 -0
- package/dist/src/components/image/CdrImg.vue2.mjs +107 -0
- package/dist/src/components/image/styles/CdrImg.module.scss.mjs +13 -0
- package/dist/src/components/input/CdrInput.vue.mjs +9 -0
- package/dist/src/components/input/CdrInput.vue2.mjs +213 -0
- package/dist/src/components/input/styles/CdrInput.module.scss.mjs +37 -0
- package/dist/src/components/labelStandalone/CdrLabelStandalone.vue.mjs +9 -0
- package/dist/src/components/labelStandalone/CdrLabelStandalone.vue2.mjs +53 -0
- package/dist/src/components/labelStandalone/styles/CdrLabelStandalone.module.scss.mjs +17 -0
- package/dist/src/components/labelWrapper/CdrLabelWrapper.vue.mjs +9 -0
- package/dist/src/components/labelWrapper/CdrLabelWrapper.vue2.mjs +31 -0
- package/dist/src/components/labelWrapper/styles/CdrLabelWrapper.module.scss.mjs +30 -0
- package/dist/src/components/link/CdrLink.vue.mjs +9 -0
- package/dist/src/components/link/CdrLink.vue2.mjs +59 -0
- package/dist/src/components/link/styles/CdrLink.module.scss.mjs +8 -0
- package/dist/src/components/list/CdrList.vue.mjs +9 -0
- package/dist/src/components/list/CdrList.vue2.mjs +39 -0
- package/dist/src/components/list/styles/CdrList.module.scss.mjs +10 -0
- package/dist/src/components/modal/CdrModal.vue.mjs +9 -0
- package/dist/src/components/modal/CdrModal.vue2.mjs +225 -0
- package/dist/src/components/modal/onTransitionEnd.mjs +31 -0
- package/dist/src/components/modal/styles/CdrModal.module.scss.mjs +17 -0
- package/dist/src/components/pagination/CdrPagination.vue.mjs +9 -0
- package/dist/src/components/pagination/CdrPagination.vue2.mjs +223 -0
- package/dist/src/components/pagination/styles/CdrPagination.module.scss.mjs +58 -0
- package/dist/src/components/popover/CdrPopover.vue.mjs +9 -0
- package/dist/src/components/popover/CdrPopover.vue2.mjs +136 -0
- package/dist/src/components/popover/styles/CdrPopover.module.scss.mjs +68 -0
- package/dist/src/components/popup/CdrPopup.vue.mjs +9 -0
- package/dist/src/components/popup/CdrPopup.vue2.mjs +94 -0
- package/dist/src/components/popup/calculatePlacement.mjs +31 -0
- package/dist/src/components/popup/styles/CdrPopup.module.scss.mjs +19 -0
- package/dist/src/components/quote/CdrQuote.vue.mjs +9 -0
- package/dist/src/components/quote/CdrQuote.vue2.mjs +51 -0
- package/dist/src/components/quote/styles/CdrQuote.module.scss.mjs +9 -0
- package/dist/src/components/radio/CdrRadio.vue.mjs +9 -0
- package/dist/src/components/radio/CdrRadio.vue2.mjs +108 -0
- package/dist/src/components/radio/styles/CdrRadio.module.scss.mjs +32 -0
- package/dist/src/components/rating/CdrRating.vue.mjs +9 -0
- package/dist/src/components/rating/CdrRating.vue2.mjs +100 -0
- package/dist/src/components/rating/components/CdrStar00.vue.mjs +9 -0
- package/dist/src/components/rating/components/CdrStar00.vue2.mjs +37 -0
- package/dist/src/components/rating/components/CdrStar100.vue.mjs +9 -0
- package/dist/src/components/rating/components/CdrStar100.vue2.mjs +37 -0
- package/dist/src/components/rating/components/CdrStar25.vue.mjs +9 -0
- package/dist/src/components/rating/components/CdrStar25.vue2.mjs +48 -0
- package/dist/src/components/rating/components/CdrStar50.vue.mjs +9 -0
- package/dist/src/components/rating/components/CdrStar50.vue2.mjs +53 -0
- package/dist/src/components/rating/components/CdrStar75.vue.mjs +9 -0
- package/dist/src/components/rating/components/CdrStar75.vue2.mjs +50 -0
- package/dist/src/components/rating/components/CdrStarNull.vue.mjs +9 -0
- package/dist/src/components/rating/components/CdrStarNull.vue2.mjs +43 -0
- package/dist/src/components/rating/composables/useStar.mjs +11 -0
- package/dist/src/components/rating/styles/CdrRating.module.scss.mjs +49 -0
- package/dist/src/components/select/CdrSelect.vue.mjs +9 -0
- package/dist/src/components/select/CdrSelect.vue2.mjs +196 -0
- package/dist/src/components/select/styles/CdrSelect.module.scss.mjs +47 -0
- package/dist/src/components/skeleton/CdrSkeleton.vue.mjs +9 -0
- package/dist/src/components/skeleton/CdrSkeleton.vue2.mjs +29 -0
- package/dist/src/components/skeleton/CdrSkeletonBone.vue.mjs +9 -0
- package/dist/src/components/skeleton/CdrSkeletonBone.vue2.mjs +29 -0
- package/dist/src/components/skeleton/styles/CdrSkeleton.module.scss.mjs +6 -0
- package/dist/src/components/skeleton/styles/CdrSkeletonBone.module.scss.mjs +13 -0
- package/dist/src/components/skeleton/symbols.mjs +4 -0
- package/dist/src/components/switch/CdrSwitch.vue.mjs +9 -0
- package/dist/src/components/switch/CdrSwitch.vue2.mjs +78 -0
- package/dist/src/components/switch/styles/CdrSwitch.module.scss.mjs +13 -0
- package/dist/src/components/table/CdrTable.vue.mjs +9 -0
- package/dist/src/components/table/CdrTable.vue2.mjs +58 -0
- package/dist/src/components/table/styles/CdrTable.module.scss.mjs +18 -0
- package/dist/src/components/tabs/CdrTabPanel.vue.mjs +9 -0
- package/dist/src/components/tabs/CdrTabPanel.vue2.mjs +40 -0
- package/dist/src/components/tabs/CdrTabs.vue.mjs +9 -0
- package/dist/src/components/tabs/CdrTabs.vue2.mjs +157 -0
- package/dist/src/components/tabs/styles/CdrTabPanel.module.scss.mjs +10 -0
- package/dist/src/components/tabs/styles/CdrTabs.module.scss.mjs +33 -0
- package/dist/src/components/tabs/symbols.mjs +4 -0
- package/dist/src/components/text/CdrText.vue.mjs +9 -0
- package/dist/src/components/text/CdrText.vue2.mjs +24 -0
- package/dist/src/components/text/styles/CdrText.module.scss.mjs +6 -0
- package/dist/src/components/toast/CdrToast.vue.mjs +9 -0
- package/dist/src/components/toast/CdrToast.vue2.mjs +103 -0
- package/dist/src/components/toast/styles/CdrToast.module.scss.mjs +62 -0
- package/dist/src/components/toggleButton/CdrToggleButton.vue.mjs +9 -0
- package/dist/src/components/toggleButton/CdrToggleButton.vue2.mjs +32 -0
- package/dist/src/components/toggleButton/CdrToggleGroup.vue.mjs +9 -0
- package/dist/src/components/toggleButton/CdrToggleGroup.vue2.mjs +74 -0
- package/dist/src/components/toggleButton/styles/CdrToggleButton.module.scss.mjs +7 -0
- package/dist/src/components/toggleButton/styles/CdrToggleGroup.module.scss.mjs +10 -0
- package/dist/src/components/toggleButton/symbols.mjs +4 -0
- package/dist/src/components/tooltip/CdrTooltip.vue.mjs +9 -0
- package/dist/src/components/tooltip/CdrTooltip.vue2.mjs +98 -0
- package/dist/src/components/tooltip/styles/CdrTooltip.module.scss.mjs +21 -0
- package/dist/src/lib.mjs +446 -0
- package/dist/src/mixins/breakpoints.mjs +8 -0
- package/dist/src/props/background.mjs +9 -0
- package/dist/src/props/size.mjs +9 -0
- package/dist/src/utils/buildClass.mjs +6 -0
- package/dist/src/utils/debounce.mjs +9 -0
- package/dist/src/utils/kebabCase.mjs +6 -0
- package/dist/src/utils/mapClasses.mjs +6 -0
- package/dist/src/utils/propValidator.mjs +9 -0
- package/dist/src/utils/uid.mjs +6 -0
- package/dist/style/cdr-accordion-group.css +1 -1
- package/dist/style/cdr-accordion.css +1 -1
- package/dist/style/cdr-banner.css +1 -1
- package/dist/style/cdr-breadcrumb.css +1 -1
- package/dist/style/cdr-button.css +1 -1
- package/dist/style/cdr-caption.css +1 -1
- package/dist/style/cdr-card.css +1 -1
- package/dist/style/cdr-checkbox.css +1 -1
- package/dist/style/cdr-chip-group.css +1 -1
- package/dist/style/cdr-chip.css +1 -1
- package/dist/style/cdr-container.css +1 -1
- package/dist/style/cdr-form-error.css +1 -1
- package/dist/style/cdr-form-group.css +1 -1
- package/dist/style/cdr-grid.css +1 -1
- package/dist/style/cdr-icon.css +1 -1
- package/dist/style/cdr-img.css +1 -1
- package/dist/style/cdr-input.css +1 -1
- package/dist/style/cdr-label-standalone.css +1 -1
- package/dist/style/cdr-label-wrapper.css +1 -1
- package/dist/style/cdr-link.css +1 -1
- package/dist/style/cdr-list.css +1 -1
- package/dist/style/cdr-modal.css +1 -1
- package/dist/style/cdr-pagination.css +1 -1
- package/dist/style/cdr-popover.css +1 -1
- package/dist/style/cdr-popup.css +1 -1
- package/dist/style/cdr-quote.css +1 -1
- package/dist/style/cdr-radio.css +1 -1
- package/dist/style/cdr-rating.css +1 -1
- package/dist/style/cdr-select.css +1 -1
- package/dist/style/cdr-skeleton-bone.css +1 -1
- package/dist/style/cdr-skeleton.css +1 -1
- package/dist/style/cdr-switch.css +1 -1
- package/dist/style/cdr-tab-panel.css +1 -1
- package/dist/style/cdr-table.css +1 -1
- package/dist/style/cdr-tabs.css +1 -1
- package/dist/style/cdr-text.css +1 -1
- package/dist/style/cdr-toast.css +1 -1
- package/dist/style/cdr-toggle-button.css +1 -1
- package/dist/style/cdr-toggle-group.css +1 -1
- package/dist/style/cdr-tooltip.css +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/dist/components/accordion/CdrAccordion.vue.d.ts +0 -128
- package/dist/components/accordion/CdrAccordionGroup.vue.d.ts +0 -31
- package/dist/components/accordion/symbols.d.ts +0 -4
- package/dist/components/banner/CdrBanner.vue.d.ts +0 -37
- package/dist/components/breadcrumb/CdrBreadcrumb.vue.d.ts +0 -74
- package/dist/components/breadcrumb/interfaces.d.ts +0 -15
- package/dist/components/button/CdrButton.vue.d.ts +0 -146
- package/dist/components/caption/CdrCaption.vue.d.ts +0 -32
- package/dist/components/card/CdrCard.vue.d.ts +0 -23
- package/dist/components/checkbox/CdrCheckbox.vue.d.ts +0 -169
- package/dist/components/chip/CdrChip.vue.d.ts +0 -11
- package/dist/components/chip/CdrChipGroup.vue.d.ts +0 -42
- package/dist/components/container/CdrContainer.vue.d.ts +0 -44
- package/dist/components/formError/CdrFormError.vue.d.ts +0 -13
- package/dist/components/formGroup/CdrFormGroup.vue.d.ts +0 -79
- package/dist/components/grid/CdrGrid.vue.d.ts +0 -44
- package/dist/components/icon/CdrIcon.vue.d.ts +0 -46
- package/dist/components/icon/build/generate.d.ts +0 -8
- package/dist/components/icon/comps/account-profile-fill.vue.d.ts +0 -17
- package/dist/components/icon/comps/account-profile.vue.d.ts +0 -17
- package/dist/components/icon/comps/arrow-down.vue.d.ts +0 -17
- package/dist/components/icon/comps/arrow-left.vue.d.ts +0 -17
- package/dist/components/icon/comps/arrow-right.vue.d.ts +0 -17
- package/dist/components/icon/comps/arrow-up.vue.d.ts +0 -17
- package/dist/components/icon/comps/atv.vue.d.ts +0 -17
- package/dist/components/icon/comps/bed-outline.vue.d.ts +0 -17
- package/dist/components/icon/comps/bike-shop.vue.d.ts +0 -17
- package/dist/components/icon/comps/binoculars.vue.d.ts +0 -17
- package/dist/components/icon/comps/birding.vue.d.ts +0 -17
- package/dist/components/icon/comps/boat.vue.d.ts +0 -17
- package/dist/components/icon/comps/boating.vue.d.ts +0 -17
- package/dist/components/icon/comps/bookmark-fill.vue.d.ts +0 -17
- package/dist/components/icon/comps/bookmark-stroke.vue.d.ts +0 -17
- package/dist/components/icon/comps/brand-abstract.vue.d.ts +0 -17
- package/dist/components/icon/comps/brand-code-sandbox.vue.d.ts +0 -17
- package/dist/components/icon/comps/brand-github.vue.d.ts +0 -17
- package/dist/components/icon/comps/brand-linkedin.vue.d.ts +0 -17
- package/dist/components/icon/comps/brand-rei-ice-axes.vue.d.ts +0 -17
- package/dist/components/icon/comps/brand-sketch.vue.d.ts +0 -17
- package/dist/components/icon/comps/brand-tiktok.vue.d.ts +0 -17
- package/dist/components/icon/comps/buddies.vue.d.ts +0 -17
- package/dist/components/icon/comps/bus.vue.d.ts +0 -17
- package/dist/components/icon/comps/calendar.vue.d.ts +0 -17
- package/dist/components/icon/comps/camera.vue.d.ts +0 -17
- package/dist/components/icon/comps/canoe.vue.d.ts +0 -17
- package/dist/components/icon/comps/car.vue.d.ts +0 -17
- package/dist/components/icon/comps/caret-down.vue.d.ts +0 -17
- package/dist/components/icon/comps/caret-left.vue.d.ts +0 -17
- package/dist/components/icon/comps/caret-right.vue.d.ts +0 -17
- package/dist/components/icon/comps/caret-up.vue.d.ts +0 -17
- package/dist/components/icon/comps/cart-fill.vue.d.ts +0 -17
- package/dist/components/icon/comps/cart.vue.d.ts +0 -17
- package/dist/components/icon/comps/chain-link.vue.d.ts +0 -17
- package/dist/components/icon/comps/chat.vue.d.ts +0 -17
- package/dist/components/icon/comps/check-fill.vue.d.ts +0 -17
- package/dist/components/icon/comps/check-lg.vue.d.ts +0 -17
- package/dist/components/icon/comps/check-sm.vue.d.ts +0 -17
- package/dist/components/icon/comps/check-stroke.vue.d.ts +0 -17
- package/dist/components/icon/comps/climb.vue.d.ts +0 -17
- package/dist/components/icon/comps/clipboard.vue.d.ts +0 -17
- package/dist/components/icon/comps/clock.vue.d.ts +0 -17
- package/dist/components/icon/comps/code-html.vue.d.ts +0 -17
- package/dist/components/icon/comps/code-js.vue.d.ts +0 -17
- package/dist/components/icon/comps/compass.vue.d.ts +0 -17
- package/dist/components/icon/comps/copy.vue.d.ts +0 -17
- package/dist/components/icon/comps/coupon-fill.vue.d.ts +0 -17
- package/dist/components/icon/comps/coupon-stroke.vue.d.ts +0 -17
- package/dist/components/icon/comps/credit-card.vue.d.ts +0 -17
- package/dist/components/icon/comps/curbside-pickup.vue.d.ts +0 -17
- package/dist/components/icon/comps/day.vue.d.ts +0 -17
- package/dist/components/icon/comps/diving.vue.d.ts +0 -17
- package/dist/components/icon/comps/dog.vue.d.ts +0 -17
- package/dist/components/icon/comps/download.vue.d.ts +0 -17
- package/dist/components/icon/comps/duplicate.vue.d.ts +0 -17
- package/dist/components/icon/comps/edit.vue.d.ts +0 -17
- package/dist/components/icon/comps/elevation.vue.d.ts +0 -17
- package/dist/components/icon/comps/error-fill.vue.d.ts +0 -17
- package/dist/components/icon/comps/error-stroke.vue.d.ts +0 -17
- package/dist/components/icon/comps/expand.vue.d.ts +0 -17
- package/dist/components/icon/comps/experiences-backpacking.vue.d.ts +0 -17
- package/dist/components/icon/comps/experiences-camping.vue.d.ts +0 -17
- package/dist/components/icon/comps/experiences-climbing.vue.d.ts +0 -17
- package/dist/components/icon/comps/experiences-clothing.vue.d.ts +0 -17
- package/dist/components/icon/comps/experiences-cycling.vue.d.ts +0 -17
- package/dist/components/icon/comps/experiences-family.vue.d.ts +0 -17
- package/dist/components/icon/comps/experiences-fitness.vue.d.ts +0 -17
- package/dist/components/icon/comps/experiences-hiking.vue.d.ts +0 -17
- package/dist/components/icon/comps/experiences-outdoor-basics.vue.d.ts +0 -17
- package/dist/components/icon/comps/experiences-paddling.vue.d.ts +0 -17
- package/dist/components/icon/comps/experiences-rentals.vue.d.ts +0 -17
- package/dist/components/icon/comps/experiences-running.vue.d.ts +0 -17
- package/dist/components/icon/comps/experiences-snowsports.vue.d.ts +0 -17
- package/dist/components/icon/comps/experiences-travel.vue.d.ts +0 -17
- package/dist/components/icon/comps/external-link-alt.vue.d.ts +0 -17
- package/dist/components/icon/comps/external-link.vue.d.ts +0 -17
- package/dist/components/icon/comps/eye-hide.vue.d.ts +0 -17
- package/dist/components/icon/comps/eye-show.vue.d.ts +0 -17
- package/dist/components/icon/comps/facebook.vue.d.ts +0 -17
- package/dist/components/icon/comps/filter-alt.vue.d.ts +0 -17
- package/dist/components/icon/comps/filter.vue.d.ts +0 -17
- package/dist/components/icon/comps/find-location.vue.d.ts +0 -17
- package/dist/components/icon/comps/fire.vue.d.ts +0 -17
- package/dist/components/icon/comps/fishing.vue.d.ts +0 -17
- package/dist/components/icon/comps/free-product.vue.d.ts +0 -17
- package/dist/components/icon/comps/grid-view.vue.d.ts +0 -17
- package/dist/components/icon/comps/heart-fill.vue.d.ts +0 -17
- package/dist/components/icon/comps/heart-stroke.vue.d.ts +0 -17
- package/dist/components/icon/comps/hike.vue.d.ts +0 -17
- package/dist/components/icon/comps/history.vue.d.ts +0 -17
- package/dist/components/icon/comps/home.vue.d.ts +0 -17
- package/dist/components/icon/comps/horse.vue.d.ts +0 -17
- package/dist/components/icon/comps/horseshoe.vue.d.ts +0 -17
- package/dist/components/icon/comps/image.vue.d.ts +0 -17
- package/dist/components/icon/comps/information-fill.vue.d.ts +0 -17
- package/dist/components/icon/comps/information-stroke.vue.d.ts +0 -17
- package/dist/components/icon/comps/instagram.vue.d.ts +0 -17
- package/dist/components/icon/comps/kayak.vue.d.ts +0 -17
- package/dist/components/icon/comps/link-alt.vue.d.ts +0 -17
- package/dist/components/icon/comps/list-ragged.vue.d.ts +0 -17
- package/dist/components/icon/comps/list-view.vue.d.ts +0 -17
- package/dist/components/icon/comps/location-pin-fill.vue.d.ts +0 -17
- package/dist/components/icon/comps/location-pin-stroke.vue.d.ts +0 -17
- package/dist/components/icon/comps/lock-locked-fill.vue.d.ts +0 -17
- package/dist/components/icon/comps/lock-locked-stroke.vue.d.ts +0 -17
- package/dist/components/icon/comps/lock-unlocked-stroke.vue.d.ts +0 -17
- package/dist/components/icon/comps/mail.vue.d.ts +0 -17
- package/dist/components/icon/comps/map.vue.d.ts +0 -17
- package/dist/components/icon/comps/member-card.vue.d.ts +0 -17
- package/dist/components/icon/comps/membership.vue.d.ts +0 -17
- package/dist/components/icon/comps/microphone.vue.d.ts +0 -17
- package/dist/components/icon/comps/minus-fill.vue.d.ts +0 -17
- package/dist/components/icon/comps/minus-lg.vue.d.ts +0 -17
- package/dist/components/icon/comps/minus-sm.vue.d.ts +0 -17
- package/dist/components/icon/comps/minus-stroke.vue.d.ts +0 -17
- package/dist/components/icon/comps/more-functions.vue.d.ts +0 -17
- package/dist/components/icon/comps/my-location.vue.d.ts +0 -17
- package/dist/components/icon/comps/navigation-menu.vue.d.ts +0 -17
- package/dist/components/icon/comps/night.vue.d.ts +0 -17
- package/dist/components/icon/comps/paddle.vue.d.ts +0 -17
- package/dist/components/icon/comps/pause-fill.vue.d.ts +0 -17
- package/dist/components/icon/comps/pause-stroke.vue.d.ts +0 -17
- package/dist/components/icon/comps/pause.vue.d.ts +0 -17
- package/dist/components/icon/comps/photography.vue.d.ts +0 -17
- package/dist/components/icon/comps/picnic.vue.d.ts +0 -17
- package/dist/components/icon/comps/pinterest.vue.d.ts +0 -17
- package/dist/components/icon/comps/plane.vue.d.ts +0 -17
- package/dist/components/icon/comps/play-fill.vue.d.ts +0 -17
- package/dist/components/icon/comps/play-stroke.vue.d.ts +0 -17
- package/dist/components/icon/comps/play.vue.d.ts +0 -17
- package/dist/components/icon/comps/playground.vue.d.ts +0 -17
- package/dist/components/icon/comps/plugin.vue.d.ts +0 -17
- package/dist/components/icon/comps/plus-fill.vue.d.ts +0 -17
- package/dist/components/icon/comps/plus-lg.vue.d.ts +0 -17
- package/dist/components/icon/comps/plus-sm.vue.d.ts +0 -17
- package/dist/components/icon/comps/plus-stroke.vue.d.ts +0 -17
- package/dist/components/icon/comps/print.vue.d.ts +0 -17
- package/dist/components/icon/comps/protection-fill.vue.d.ts +0 -17
- package/dist/components/icon/comps/protection-stroke.vue.d.ts +0 -17
- package/dist/components/icon/comps/question-fill.vue.d.ts +0 -17
- package/dist/components/icon/comps/question-stroke.vue.d.ts +0 -17
- package/dist/components/icon/comps/refresh.vue.d.ts +0 -17
- package/dist/components/icon/comps/reload.vue.d.ts +0 -17
- package/dist/components/icon/comps/returns.vue.d.ts +0 -17
- package/dist/components/icon/comps/run.vue.d.ts +0 -17
- package/dist/components/icon/comps/scan-barcode.vue.d.ts +0 -17
- package/dist/components/icon/comps/search.vue.d.ts +0 -17
- package/dist/components/icon/comps/service-shop.vue.d.ts +0 -17
- package/dist/components/icon/comps/shipping-prep.vue.d.ts +0 -17
- package/dist/components/icon/comps/shipping-truck.vue.d.ts +0 -17
- package/dist/components/icon/comps/shipping.vue.d.ts +0 -17
- package/dist/components/icon/comps/shopping-bag-fill.vue.d.ts +0 -17
- package/dist/components/icon/comps/shopping-bag.vue.d.ts +0 -17
- package/dist/components/icon/comps/shrink.vue.d.ts +0 -17
- package/dist/components/icon/comps/size-chart.vue.d.ts +0 -17
- package/dist/components/icon/comps/ski-boot.vue.d.ts +0 -17
- package/dist/components/icon/comps/ski.vue.d.ts +0 -17
- package/dist/components/icon/comps/snow-shop.vue.d.ts +0 -17
- package/dist/components/icon/comps/snow.vue.d.ts +0 -17
- package/dist/components/icon/comps/sort.vue.d.ts +0 -17
- package/dist/components/icon/comps/star-100.vue.d.ts +0 -17
- package/dist/components/icon/comps/star-25.vue.d.ts +0 -17
- package/dist/components/icon/comps/star-50.vue.d.ts +0 -17
- package/dist/components/icon/comps/star-75.vue.d.ts +0 -17
- package/dist/components/icon/comps/star-stroke.vue.d.ts +0 -17
- package/dist/components/icon/comps/storefront.vue.d.ts +0 -17
- package/dist/components/icon/comps/swim.vue.d.ts +0 -17
- package/dist/components/icon/comps/telephone.vue.d.ts +0 -17
- package/dist/components/icon/comps/tent.vue.d.ts +0 -17
- package/dist/components/icon/comps/trash.vue.d.ts +0 -17
- package/dist/components/icon/comps/twitter.vue.d.ts +0 -17
- package/dist/components/icon/comps/upload.vue.d.ts +0 -17
- package/dist/components/icon/comps/verified-purchaser.vue.d.ts +0 -17
- package/dist/components/icon/comps/virtual-outfitting.vue.d.ts +0 -17
- package/dist/components/icon/comps/warning-fill.vue.d.ts +0 -17
- package/dist/components/icon/comps/warning-stroke.vue.d.ts +0 -17
- package/dist/components/icon/comps/water.vue.d.ts +0 -17
- package/dist/components/icon/comps/wilderness.vue.d.ts +0 -17
- package/dist/components/icon/comps/x-fill.vue.d.ts +0 -17
- package/dist/components/icon/comps/x-lg.vue.d.ts +0 -17
- package/dist/components/icon/comps/x-sm.vue.d.ts +0 -17
- package/dist/components/icon/comps/x-stroke.vue.d.ts +0 -17
- package/dist/components/icon/comps/youtube.vue.d.ts +0 -17
- package/dist/components/icon/comps/zoom-in.vue.d.ts +0 -17
- package/dist/components/icon/comps/zoom-out.vue.d.ts +0 -17
- package/dist/components/icon/index.d.ts +0 -186
- package/dist/components/image/CdrImg.vue.d.ts +0 -131
- package/dist/components/input/CdrInput.vue.d.ts +0 -223
- package/dist/components/labelStandalone/CdrLabelStandalone.vue.d.ts +0 -39
- package/dist/components/labelWrapper/CdrLabelWrapper.vue.d.ts +0 -36
- package/dist/components/link/CdrLink.vue.d.ts +0 -86
- package/dist/components/list/CdrList.vue.d.ts +0 -52
- package/dist/components/modal/CdrModal.vue.d.ts +0 -142
- package/dist/components/modal/onTransitionEnd.d.ts +0 -2
- package/dist/components/pagination/CdrPagination.vue.d.ts +0 -128
- package/dist/components/popover/CdrPopover.vue.d.ts +0 -116
- package/dist/components/popup/CdrPopup.vue.d.ts +0 -53
- package/dist/components/popup/calculatePlacement.d.ts +0 -4
- package/dist/components/quote/CdrQuote.vue.d.ts +0 -60
- package/dist/components/radio/CdrRadio.vue.d.ts +0 -144
- package/dist/components/rating/CdrRating.vue.d.ts +0 -87
- package/dist/components/rating/components/CdrStar00.vue.d.ts +0 -16
- package/dist/components/rating/components/CdrStar100.vue.d.ts +0 -16
- package/dist/components/rating/components/CdrStar25.vue.d.ts +0 -16
- package/dist/components/rating/components/CdrStar50.vue.d.ts +0 -16
- package/dist/components/rating/components/CdrStar75.vue.d.ts +0 -16
- package/dist/components/rating/components/CdrStarNull.vue.d.ts +0 -16
- package/dist/components/rating/composables/useStar.d.ts +0 -8
- package/dist/components/select/CdrSelect.vue.d.ts +0 -201
- package/dist/components/skeleton/CdrSkeleton.vue.d.ts +0 -33
- package/dist/components/skeleton/CdrSkeletonBone.vue.d.ts +0 -26
- package/dist/components/skeleton/symbols.d.ts +0 -3
- package/dist/components/switch/CdrSwitch.vue.d.ts +0 -82
- package/dist/components/table/CdrTable.vue.d.ts +0 -92
- package/dist/components/tabs/CdrTabPanel.vue.d.ts +0 -31
- package/dist/components/tabs/CdrTabs.vue.d.ts +0 -83
- package/dist/components/tabs/symbols.d.ts +0 -3
- package/dist/components/text/CdrText.vue.d.ts +0 -23
- package/dist/components/toast/CdrToast.vue.d.ts +0 -82
- package/dist/components/toggleButton/CdrToggleButton.vue.d.ts +0 -25
- package/dist/components/toggleButton/CdrToggleGroup.vue.d.ts +0 -51
- package/dist/components/toggleButton/symbols.d.ts +0 -3
- package/dist/components/tooltip/CdrTooltip.vue.d.ts +0 -100
- package/dist/lib.mjs +0 -7503
- package/dist/mixins/breakpoints.d.ts +0 -1
- package/dist/props/background.d.ts +0 -6
- package/dist/props/position.d.ts +0 -6
- package/dist/props/size.d.ts +0 -6
- package/dist/types/interfaces.d.ts +0 -15
- package/dist/utils/buildClass.d.ts +0 -25
- package/dist/utils/debounce.d.ts +0 -6
- package/dist/utils/kebabCase.d.ts +0 -5
- package/dist/utils/mapClasses.d.ts +0 -1
- package/dist/utils/propValidator.d.ts +0 -8
- package/dist/utils/uid.d.ts +0 -4
|
@@ -1,168 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"CdrAccordion": {
|
|
3
|
-
"name": "CdrAccordion",
|
|
4
|
-
"description": "Vertically-stacked list that allows users to expand and collapse additional content",
|
|
5
|
-
"tags": {},
|
|
6
|
-
"exportName": "default",
|
|
7
|
-
"displayName": "CdrAccordion",
|
|
8
|
-
"props": [
|
|
9
|
-
{
|
|
10
|
-
"name": "id",
|
|
11
|
-
"description": "The unique id of an accordion.",
|
|
12
|
-
"tags": {
|
|
13
|
-
"demoIgnore": [
|
|
14
|
-
{
|
|
15
|
-
"description": "true",
|
|
16
|
-
"title": "demoIgnore"
|
|
17
|
-
}
|
|
18
|
-
]
|
|
19
|
-
},
|
|
20
|
-
"type": {
|
|
21
|
-
"name": "string"
|
|
22
|
-
},
|
|
23
|
-
"required": true
|
|
24
|
-
},
|
|
25
|
-
{
|
|
26
|
-
"name": "opened",
|
|
27
|
-
"description": "Toggle this value to open/close the accordion.",
|
|
28
|
-
"tags": {
|
|
29
|
-
"demoIgnore": [
|
|
30
|
-
{
|
|
31
|
-
"description": "true",
|
|
32
|
-
"title": "demoIgnore"
|
|
33
|
-
}
|
|
34
|
-
]
|
|
35
|
-
},
|
|
36
|
-
"type": {
|
|
37
|
-
"name": "boolean"
|
|
38
|
-
},
|
|
39
|
-
"defaultValue": {
|
|
40
|
-
"func": false,
|
|
41
|
-
"value": false
|
|
42
|
-
}
|
|
43
|
-
},
|
|
44
|
-
{
|
|
45
|
-
"name": "compact",
|
|
46
|
-
"description": "Sets a compact style.",
|
|
47
|
-
"type": {
|
|
48
|
-
"name": "boolean"
|
|
49
|
-
},
|
|
50
|
-
"defaultValue": {
|
|
51
|
-
"func": false,
|
|
52
|
-
"value": false
|
|
53
|
-
}
|
|
54
|
-
},
|
|
55
|
-
{
|
|
56
|
-
"name": "borderAligned",
|
|
57
|
-
"description": "Sets a border-aligned style.",
|
|
58
|
-
"type": {
|
|
59
|
-
"name": "boolean"
|
|
60
|
-
},
|
|
61
|
-
"defaultValue": {
|
|
62
|
-
"func": false,
|
|
63
|
-
"value": false
|
|
64
|
-
}
|
|
65
|
-
},
|
|
66
|
-
{
|
|
67
|
-
"name": "level",
|
|
68
|
-
"description": "Sets the heading level",
|
|
69
|
-
"tags": {
|
|
70
|
-
"demoIgnore": [
|
|
71
|
-
{
|
|
72
|
-
"description": "true",
|
|
73
|
-
"title": "demoIgnore"
|
|
74
|
-
}
|
|
75
|
-
]
|
|
76
|
-
},
|
|
77
|
-
"type": {
|
|
78
|
-
"name": "string|number"
|
|
79
|
-
},
|
|
80
|
-
"required": true
|
|
81
|
-
},
|
|
82
|
-
{
|
|
83
|
-
"name": "contentSpacing",
|
|
84
|
-
"description": "Toggles content spacing (padding)",
|
|
85
|
-
"type": {
|
|
86
|
-
"name": "boolean"
|
|
87
|
-
},
|
|
88
|
-
"defaultValue": {
|
|
89
|
-
"func": false,
|
|
90
|
-
"value": true
|
|
91
|
-
}
|
|
92
|
-
},
|
|
93
|
-
{
|
|
94
|
-
"name": "label",
|
|
95
|
-
"description": "Sets the readable text on CdrAccordion button (also can be slotted)",
|
|
96
|
-
"tags": {
|
|
97
|
-
"demoIgnore": [
|
|
98
|
-
{
|
|
99
|
-
"description": "true",
|
|
100
|
-
"title": "demoIgnore"
|
|
101
|
-
}
|
|
102
|
-
]
|
|
103
|
-
},
|
|
104
|
-
"type": {
|
|
105
|
-
"name": "string"
|
|
106
|
-
}
|
|
107
|
-
}
|
|
108
|
-
],
|
|
109
|
-
"events": [
|
|
110
|
-
{
|
|
111
|
-
"name": "accordion-toggle",
|
|
112
|
-
"description": "Emits on accordion open/close"
|
|
113
|
-
}
|
|
114
|
-
],
|
|
115
|
-
"slots": [
|
|
116
|
-
{
|
|
117
|
-
"name": "label",
|
|
118
|
-
"description": " Sets the readable text on the CdrAccordion button"
|
|
119
|
-
},
|
|
120
|
-
{
|
|
121
|
-
"name": "default",
|
|
122
|
-
"description": "CdrAccordion content"
|
|
123
|
-
}
|
|
124
|
-
],
|
|
125
|
-
"sourceFiles": [
|
|
126
|
-
"./src/components/accordion/CdrAccordion.vue"
|
|
127
|
-
],
|
|
128
|
-
"UIProperties": [
|
|
129
|
-
{
|
|
130
|
-
"name": "--cdr-accordion-border-color",
|
|
131
|
-
"defaultValue": "--cdr-color-border-primary",
|
|
132
|
-
"description": "Border color of cdr-accordion"
|
|
133
|
-
},
|
|
134
|
-
{
|
|
135
|
-
"name": "--cdr-accordion-button-background-color",
|
|
136
|
-
"defaultValue": "transparent",
|
|
137
|
-
"description": "Background color of a cdr-accordion header button"
|
|
138
|
-
},
|
|
139
|
-
{
|
|
140
|
-
"name": "--cdr-accordion-button-color",
|
|
141
|
-
"defaultValue": "--cdr-color-text-primary",
|
|
142
|
-
"description": "Text color of a cdr-accordion header button"
|
|
143
|
-
},
|
|
144
|
-
{
|
|
145
|
-
"name": "--cdr-accordion-button-background-color-hover",
|
|
146
|
-
"defaultValue": "--cdr-color-background-accordion-hover",
|
|
147
|
-
"description": "Background color of a cdr-accordion header button on focus and hover"
|
|
148
|
-
},
|
|
149
|
-
{
|
|
150
|
-
"name": "--cdr-accordion-icon-fill",
|
|
151
|
-
"defaultValue": "--cdr-color-icon-default",
|
|
152
|
-
"description": "Fill color of icons on a cdr-accordion. This is used for the caret which changes orientation when the accordion collapses and expands"
|
|
153
|
-
},
|
|
154
|
-
{
|
|
155
|
-
"name": "--cdr-accordion-content-background-color",
|
|
156
|
-
"defaultValue": "transparent",
|
|
157
|
-
"description": "Background color of cdr-accordion content"
|
|
158
|
-
},
|
|
159
|
-
{
|
|
160
|
-
"name": "--cdr-accordion-content-text-color",
|
|
161
|
-
"defaultValue": "--cdr-color-text-primary",
|
|
162
|
-
"description": "Text color of cdr-accordion content"
|
|
163
|
-
}
|
|
164
|
-
]
|
|
165
|
-
},
|
|
166
2
|
"CdrAccordionGroup": {
|
|
167
3
|
"name": "CdrAccordionGroup",
|
|
168
4
|
"exportName": "default",
|
|
@@ -402,16 +238,16 @@
|
|
|
402
238
|
}
|
|
403
239
|
]
|
|
404
240
|
},
|
|
405
|
-
"
|
|
406
|
-
"name": "
|
|
407
|
-
"description": "
|
|
241
|
+
"CdrAccordion": {
|
|
242
|
+
"name": "CdrAccordion",
|
|
243
|
+
"description": "Vertically-stacked list that allows users to expand and collapse additional content",
|
|
408
244
|
"tags": {},
|
|
409
245
|
"exportName": "default",
|
|
410
|
-
"displayName": "
|
|
246
|
+
"displayName": "CdrAccordion",
|
|
411
247
|
"props": [
|
|
412
248
|
{
|
|
413
|
-
"name": "
|
|
414
|
-
"description": "
|
|
249
|
+
"name": "id",
|
|
250
|
+
"description": "The unique id of an accordion.",
|
|
415
251
|
"tags": {
|
|
416
252
|
"demoIgnore": [
|
|
417
253
|
{
|
|
@@ -421,16 +257,70 @@
|
|
|
421
257
|
]
|
|
422
258
|
},
|
|
423
259
|
"type": {
|
|
424
|
-
"name": "
|
|
260
|
+
"name": "string"
|
|
261
|
+
},
|
|
262
|
+
"required": true
|
|
263
|
+
},
|
|
264
|
+
{
|
|
265
|
+
"name": "opened",
|
|
266
|
+
"description": "Toggle this value to open/close the accordion.",
|
|
267
|
+
"tags": {
|
|
268
|
+
"demoIgnore": [
|
|
269
|
+
{
|
|
270
|
+
"description": "true",
|
|
271
|
+
"title": "demoIgnore"
|
|
272
|
+
}
|
|
273
|
+
]
|
|
274
|
+
},
|
|
275
|
+
"type": {
|
|
276
|
+
"name": "boolean"
|
|
425
277
|
},
|
|
426
278
|
"defaultValue": {
|
|
427
|
-
"func":
|
|
428
|
-
"value":
|
|
279
|
+
"func": false,
|
|
280
|
+
"value": false
|
|
429
281
|
}
|
|
430
282
|
},
|
|
431
283
|
{
|
|
432
|
-
"name": "
|
|
433
|
-
"description": "
|
|
284
|
+
"name": "compact",
|
|
285
|
+
"description": "Sets a compact style.",
|
|
286
|
+
"type": {
|
|
287
|
+
"name": "boolean"
|
|
288
|
+
},
|
|
289
|
+
"defaultValue": {
|
|
290
|
+
"func": false,
|
|
291
|
+
"value": false
|
|
292
|
+
}
|
|
293
|
+
},
|
|
294
|
+
{
|
|
295
|
+
"name": "borderAligned",
|
|
296
|
+
"description": "Sets a border-aligned style.",
|
|
297
|
+
"type": {
|
|
298
|
+
"name": "boolean"
|
|
299
|
+
},
|
|
300
|
+
"defaultValue": {
|
|
301
|
+
"func": false,
|
|
302
|
+
"value": false
|
|
303
|
+
}
|
|
304
|
+
},
|
|
305
|
+
{
|
|
306
|
+
"name": "level",
|
|
307
|
+
"description": "Sets the heading level",
|
|
308
|
+
"tags": {
|
|
309
|
+
"demoIgnore": [
|
|
310
|
+
{
|
|
311
|
+
"description": "true",
|
|
312
|
+
"title": "demoIgnore"
|
|
313
|
+
}
|
|
314
|
+
]
|
|
315
|
+
},
|
|
316
|
+
"type": {
|
|
317
|
+
"name": "string|number"
|
|
318
|
+
},
|
|
319
|
+
"required": true
|
|
320
|
+
},
|
|
321
|
+
{
|
|
322
|
+
"name": "contentSpacing",
|
|
323
|
+
"description": "Toggles content spacing (padding)",
|
|
434
324
|
"type": {
|
|
435
325
|
"name": "boolean"
|
|
436
326
|
},
|
|
@@ -440,8 +330,8 @@
|
|
|
440
330
|
}
|
|
441
331
|
},
|
|
442
332
|
{
|
|
443
|
-
"name": "
|
|
444
|
-
"description": "
|
|
333
|
+
"name": "label",
|
|
334
|
+
"description": "Sets the readable text on CdrAccordion button (also can be slotted)",
|
|
445
335
|
"tags": {
|
|
446
336
|
"demoIgnore": [
|
|
447
337
|
{
|
|
@@ -457,74 +347,58 @@
|
|
|
457
347
|
],
|
|
458
348
|
"events": [
|
|
459
349
|
{
|
|
460
|
-
"name": "
|
|
461
|
-
"description": "Emits
|
|
462
|
-
"properties": [
|
|
463
|
-
{
|
|
464
|
-
"type": {
|
|
465
|
-
"names": [
|
|
466
|
-
"mixed"
|
|
467
|
-
]
|
|
468
|
-
},
|
|
469
|
-
"name": "breadcrumb",
|
|
470
|
-
"description": "The breadcrumb data object"
|
|
471
|
-
}
|
|
472
|
-
],
|
|
473
|
-
"tags": [
|
|
474
|
-
{
|
|
475
|
-
"title": "param",
|
|
476
|
-
"type": {
|
|
477
|
-
"name": "mixed"
|
|
478
|
-
},
|
|
479
|
-
"name": "breadcrumb",
|
|
480
|
-
"description": "The breadcrumb data object"
|
|
481
|
-
}
|
|
482
|
-
]
|
|
350
|
+
"name": "accordion-toggle",
|
|
351
|
+
"description": "Emits on accordion open/close"
|
|
483
352
|
}
|
|
484
353
|
],
|
|
485
354
|
"slots": [
|
|
486
355
|
{
|
|
487
|
-
"name": "
|
|
488
|
-
"
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
},
|
|
494
|
-
{
|
|
495
|
-
"name": "href",
|
|
496
|
-
"title": "binding"
|
|
497
|
-
},
|
|
498
|
-
{
|
|
499
|
-
"name": "content",
|
|
500
|
-
"title": "binding"
|
|
501
|
-
}
|
|
502
|
-
]
|
|
356
|
+
"name": "label",
|
|
357
|
+
"description": " Sets the readable text on the CdrAccordion button"
|
|
358
|
+
},
|
|
359
|
+
{
|
|
360
|
+
"name": "default",
|
|
361
|
+
"description": "CdrAccordion content"
|
|
503
362
|
}
|
|
504
363
|
],
|
|
505
364
|
"sourceFiles": [
|
|
506
|
-
"./src/components/
|
|
365
|
+
"./src/components/accordion/CdrAccordion.vue"
|
|
507
366
|
],
|
|
508
367
|
"UIProperties": [
|
|
509
368
|
{
|
|
510
|
-
"name": "--cdr-
|
|
511
|
-
"defaultValue": "--cdr-color-
|
|
512
|
-
"description": "
|
|
369
|
+
"name": "--cdr-accordion-border-color",
|
|
370
|
+
"defaultValue": "--cdr-color-border-primary",
|
|
371
|
+
"description": "Border color of cdr-accordion"
|
|
513
372
|
},
|
|
514
373
|
{
|
|
515
|
-
"name": "--cdr-
|
|
516
|
-
"defaultValue": "
|
|
517
|
-
"description": "
|
|
374
|
+
"name": "--cdr-accordion-button-background-color",
|
|
375
|
+
"defaultValue": "transparent",
|
|
376
|
+
"description": "Background color of a cdr-accordion header button"
|
|
518
377
|
},
|
|
519
378
|
{
|
|
520
|
-
"name": "--cdr-
|
|
521
|
-
"defaultValue": "--cdr-color-text-
|
|
522
|
-
"description": "
|
|
379
|
+
"name": "--cdr-accordion-button-color",
|
|
380
|
+
"defaultValue": "--cdr-color-text-primary",
|
|
381
|
+
"description": "Text color of a cdr-accordion header button"
|
|
523
382
|
},
|
|
524
383
|
{
|
|
525
|
-
"name": "--cdr-
|
|
526
|
-
"defaultValue": "--cdr-color-
|
|
527
|
-
"description": "
|
|
384
|
+
"name": "--cdr-accordion-button-background-color-hover",
|
|
385
|
+
"defaultValue": "--cdr-color-background-accordion-hover",
|
|
386
|
+
"description": "Background color of a cdr-accordion header button on focus and hover"
|
|
387
|
+
},
|
|
388
|
+
{
|
|
389
|
+
"name": "--cdr-accordion-icon-fill",
|
|
390
|
+
"defaultValue": "--cdr-color-icon-default",
|
|
391
|
+
"description": "Fill color of icons on a cdr-accordion. This is used for the caret which changes orientation when the accordion collapses and expands"
|
|
392
|
+
},
|
|
393
|
+
{
|
|
394
|
+
"name": "--cdr-accordion-content-background-color",
|
|
395
|
+
"defaultValue": "transparent",
|
|
396
|
+
"description": "Background color of cdr-accordion content"
|
|
397
|
+
},
|
|
398
|
+
{
|
|
399
|
+
"name": "--cdr-accordion-content-text-color",
|
|
400
|
+
"defaultValue": "--cdr-color-text-primary",
|
|
401
|
+
"description": "Text color of cdr-accordion content"
|
|
528
402
|
}
|
|
529
403
|
]
|
|
530
404
|
},
|
|
@@ -1230,54 +1104,129 @@
|
|
|
1230
1104
|
}
|
|
1231
1105
|
]
|
|
1232
1106
|
},
|
|
1233
|
-
"
|
|
1234
|
-
"name": "
|
|
1235
|
-
"description": "
|
|
1107
|
+
"CdrBreadcrumb": {
|
|
1108
|
+
"name": "CdrBreadcrumb",
|
|
1109
|
+
"description": "Navigation used to reveal a page's location within the site hierarchy",
|
|
1236
1110
|
"tags": {},
|
|
1237
1111
|
"exportName": "default",
|
|
1238
|
-
"displayName": "
|
|
1112
|
+
"displayName": "CdrBreadcrumb",
|
|
1239
1113
|
"props": [
|
|
1240
1114
|
{
|
|
1241
|
-
"name": "
|
|
1242
|
-
"description": "Sets
|
|
1115
|
+
"name": "items",
|
|
1116
|
+
"description": "Sets the array of a breadcrumb object containing a 'url' and 'name' property.",
|
|
1117
|
+
"tags": {
|
|
1118
|
+
"demoIgnore": [
|
|
1119
|
+
{
|
|
1120
|
+
"description": "true",
|
|
1121
|
+
"title": "demoIgnore"
|
|
1122
|
+
}
|
|
1123
|
+
]
|
|
1124
|
+
},
|
|
1243
1125
|
"type": {
|
|
1244
|
-
"name": "
|
|
1126
|
+
"name": "breadcrumbItem[]"
|
|
1127
|
+
},
|
|
1128
|
+
"defaultValue": {
|
|
1129
|
+
"func": true,
|
|
1130
|
+
"value": "() => []"
|
|
1131
|
+
}
|
|
1132
|
+
},
|
|
1133
|
+
{
|
|
1134
|
+
"name": "truncationEnabled",
|
|
1135
|
+
"description": "Controls the ability to truncate the entire breadcrumb path. If this value is false, truncation will no longer occur.",
|
|
1136
|
+
"type": {
|
|
1137
|
+
"name": "boolean"
|
|
1245
1138
|
},
|
|
1246
1139
|
"defaultValue": {
|
|
1247
1140
|
"func": false,
|
|
1248
|
-
"value":
|
|
1141
|
+
"value": true
|
|
1142
|
+
}
|
|
1143
|
+
},
|
|
1144
|
+
{
|
|
1145
|
+
"name": "id",
|
|
1146
|
+
"description": "Define a custom ID for the `<nav>` element. Randomly generated if no ID provided.",
|
|
1147
|
+
"tags": {
|
|
1148
|
+
"demoIgnore": [
|
|
1149
|
+
{
|
|
1150
|
+
"description": "true",
|
|
1151
|
+
"title": "demoIgnore"
|
|
1152
|
+
}
|
|
1153
|
+
]
|
|
1154
|
+
},
|
|
1155
|
+
"type": {
|
|
1156
|
+
"name": "string"
|
|
1249
1157
|
}
|
|
1250
1158
|
}
|
|
1251
1159
|
],
|
|
1160
|
+
"events": [
|
|
1161
|
+
{
|
|
1162
|
+
"name": "navigate",
|
|
1163
|
+
"description": "Emits when a breadcrumb item is clicked. `e.preventDefault()` may be used to override the default link navigation.",
|
|
1164
|
+
"properties": [
|
|
1165
|
+
{
|
|
1166
|
+
"type": {
|
|
1167
|
+
"names": [
|
|
1168
|
+
"mixed"
|
|
1169
|
+
]
|
|
1170
|
+
},
|
|
1171
|
+
"name": "breadcrumb",
|
|
1172
|
+
"description": "The breadcrumb data object"
|
|
1173
|
+
}
|
|
1174
|
+
],
|
|
1175
|
+
"tags": [
|
|
1176
|
+
{
|
|
1177
|
+
"title": "param",
|
|
1178
|
+
"type": {
|
|
1179
|
+
"name": "mixed"
|
|
1180
|
+
},
|
|
1181
|
+
"name": "breadcrumb",
|
|
1182
|
+
"description": "The breadcrumb data object"
|
|
1183
|
+
}
|
|
1184
|
+
]
|
|
1185
|
+
}
|
|
1186
|
+
],
|
|
1252
1187
|
"slots": [
|
|
1253
1188
|
{
|
|
1254
|
-
"name": "
|
|
1255
|
-
"
|
|
1189
|
+
"name": "link",
|
|
1190
|
+
"scoped": true,
|
|
1191
|
+
"bindings": [
|
|
1192
|
+
{
|
|
1193
|
+
"name": "class",
|
|
1194
|
+
"title": "binding"
|
|
1195
|
+
},
|
|
1196
|
+
{
|
|
1197
|
+
"name": "href",
|
|
1198
|
+
"title": "binding"
|
|
1199
|
+
},
|
|
1200
|
+
{
|
|
1201
|
+
"name": "content",
|
|
1202
|
+
"title": "binding"
|
|
1203
|
+
}
|
|
1204
|
+
]
|
|
1256
1205
|
}
|
|
1257
1206
|
],
|
|
1258
1207
|
"sourceFiles": [
|
|
1259
|
-
"./src/components/
|
|
1208
|
+
"./src/components/breadcrumb/CdrBreadcrumb.vue"
|
|
1260
1209
|
],
|
|
1261
1210
|
"UIProperties": [
|
|
1262
1211
|
{
|
|
1263
|
-
"name": "--cdr-
|
|
1264
|
-
"defaultValue": "--cdr-color-
|
|
1265
|
-
"description": "
|
|
1212
|
+
"name": "--cdr-breadcrumb-ellipses-icon-color",
|
|
1213
|
+
"defaultValue": "--cdr-color-text-secondary",
|
|
1214
|
+
"description": "Ellipses icon color"
|
|
1266
1215
|
},
|
|
1267
1216
|
{
|
|
1268
|
-
"name": "--cdr-
|
|
1269
|
-
"defaultValue": "--cdr-color-text-
|
|
1270
|
-
"description": "
|
|
1217
|
+
"name": "--cdr-breadcrumb-ellipses-icon-highlight-color",
|
|
1218
|
+
"defaultValue": "--cdr-color-text-link-hover",
|
|
1219
|
+
"description": "Ellipses icon hover, active and focus color"
|
|
1271
1220
|
},
|
|
1272
1221
|
{
|
|
1273
|
-
"name": "--cdr-
|
|
1274
|
-
"defaultValue": "--cdr-color-text-
|
|
1275
|
-
"description": "
|
|
1222
|
+
"name": "--cdr-breadcrumb-item-color",
|
|
1223
|
+
"defaultValue": "--cdr-color-text-secondary",
|
|
1224
|
+
"description": "Breadcrumb item color"
|
|
1276
1225
|
},
|
|
1277
1226
|
{
|
|
1278
|
-
"name": "--cdr-
|
|
1227
|
+
"name": "--cdr-breadcrumb-item-linked-highlight-color",
|
|
1279
1228
|
"defaultValue": "--cdr-color-text-link-hover",
|
|
1280
|
-
"description": "
|
|
1229
|
+
"description": "Breadcrumb item linked hover, active and focus color"
|
|
1281
1230
|
}
|
|
1282
1231
|
]
|
|
1283
1232
|
},
|
|
@@ -1335,6 +1284,57 @@
|
|
|
1335
1284
|
}
|
|
1336
1285
|
]
|
|
1337
1286
|
},
|
|
1287
|
+
"CdrCard": {
|
|
1288
|
+
"name": "CdrCard",
|
|
1289
|
+
"description": "Related, interactive containers linking to a single subject or destination",
|
|
1290
|
+
"tags": {},
|
|
1291
|
+
"exportName": "default",
|
|
1292
|
+
"displayName": "CdrCard",
|
|
1293
|
+
"props": [
|
|
1294
|
+
{
|
|
1295
|
+
"name": "tag",
|
|
1296
|
+
"description": "Sets valid HTML container element tag.",
|
|
1297
|
+
"type": {
|
|
1298
|
+
"name": "string"
|
|
1299
|
+
},
|
|
1300
|
+
"defaultValue": {
|
|
1301
|
+
"func": false,
|
|
1302
|
+
"value": "'article'"
|
|
1303
|
+
}
|
|
1304
|
+
}
|
|
1305
|
+
],
|
|
1306
|
+
"slots": [
|
|
1307
|
+
{
|
|
1308
|
+
"name": "default",
|
|
1309
|
+
"description": "CdrCard content"
|
|
1310
|
+
}
|
|
1311
|
+
],
|
|
1312
|
+
"sourceFiles": [
|
|
1313
|
+
"./src/components/card/CdrCard.vue"
|
|
1314
|
+
],
|
|
1315
|
+
"UIProperties": [
|
|
1316
|
+
{
|
|
1317
|
+
"name": "--cdr-card-base-background-color",
|
|
1318
|
+
"defaultValue": "--cdr-color-background-primary",
|
|
1319
|
+
"description": "Background color of a cdr-card"
|
|
1320
|
+
},
|
|
1321
|
+
{
|
|
1322
|
+
"name": "--cdr-card-base-color",
|
|
1323
|
+
"defaultValue": "--cdr-color-text-primary",
|
|
1324
|
+
"description": "Text color of a cdr-card"
|
|
1325
|
+
},
|
|
1326
|
+
{
|
|
1327
|
+
"name": "--cdr-card-link-color",
|
|
1328
|
+
"defaultValue": "--cdr-color-text-primary",
|
|
1329
|
+
"description": "Link text color of a cdr-card"
|
|
1330
|
+
},
|
|
1331
|
+
{
|
|
1332
|
+
"name": "--cdr-card-link-hover-color",
|
|
1333
|
+
"defaultValue": "--cdr-color-text-link-hover",
|
|
1334
|
+
"description": "Link hover text color of a cdr-card"
|
|
1335
|
+
}
|
|
1336
|
+
]
|
|
1337
|
+
},
|
|
1338
1338
|
"CdrCheckbox": {
|
|
1339
1339
|
"name": "CdrCheckbox",
|
|
1340
1340
|
"description": "Allows selecting one or more items from a list",
|
|
@@ -1593,15 +1593,56 @@
|
|
|
1593
1593
|
}
|
|
1594
1594
|
]
|
|
1595
1595
|
},
|
|
1596
|
-
"
|
|
1597
|
-
"name": "
|
|
1598
|
-
"description": "Allows people to make selections, filter content, or trigger actions",
|
|
1599
|
-
"tags": {},
|
|
1596
|
+
"CdrChipGroup": {
|
|
1597
|
+
"name": "CdrChipGroup",
|
|
1600
1598
|
"exportName": "default",
|
|
1601
|
-
"displayName": "
|
|
1602
|
-
"
|
|
1603
|
-
|
|
1604
|
-
|
|
1599
|
+
"displayName": "CdrChipGroup",
|
|
1600
|
+
"description": "",
|
|
1601
|
+
"tags": {},
|
|
1602
|
+
"props": [
|
|
1603
|
+
{
|
|
1604
|
+
"name": "label",
|
|
1605
|
+
"description": "Sets a label that describes the chip group and what it is selecting. By default this label is visually hidden and only made available to screen readers.",
|
|
1606
|
+
"type": {
|
|
1607
|
+
"name": "string"
|
|
1608
|
+
},
|
|
1609
|
+
"required": true
|
|
1610
|
+
},
|
|
1611
|
+
{
|
|
1612
|
+
"name": "hideLabel",
|
|
1613
|
+
"description": "Visually hides the chip group label but makes it accessible to screen readers.",
|
|
1614
|
+
"type": {
|
|
1615
|
+
"name": "boolean"
|
|
1616
|
+
},
|
|
1617
|
+
"defaultValue": {
|
|
1618
|
+
"func": false,
|
|
1619
|
+
"value": true
|
|
1620
|
+
}
|
|
1621
|
+
}
|
|
1622
|
+
],
|
|
1623
|
+
"slots": [
|
|
1624
|
+
{
|
|
1625
|
+
"name": "label",
|
|
1626
|
+
"description": "Override CdrChip label content with a custom element"
|
|
1627
|
+
},
|
|
1628
|
+
{
|
|
1629
|
+
"name": "default",
|
|
1630
|
+
"description": "CdrChipGroup content (CdrChip components)"
|
|
1631
|
+
}
|
|
1632
|
+
],
|
|
1633
|
+
"sourceFiles": [
|
|
1634
|
+
"./src/components/chip/CdrChipGroup.vue"
|
|
1635
|
+
]
|
|
1636
|
+
},
|
|
1637
|
+
"CdrChip": {
|
|
1638
|
+
"name": "CdrChip",
|
|
1639
|
+
"description": "Allows people to make selections, filter content, or trigger actions",
|
|
1640
|
+
"tags": {},
|
|
1641
|
+
"exportName": "default",
|
|
1642
|
+
"displayName": "CdrChip",
|
|
1643
|
+
"slots": [
|
|
1644
|
+
{
|
|
1645
|
+
"name": "icon-left",
|
|
1605
1646
|
"description": "Icon to the left of the content"
|
|
1606
1647
|
},
|
|
1607
1648
|
{
|
|
@@ -1724,47 +1765,6 @@
|
|
|
1724
1765
|
}
|
|
1725
1766
|
]
|
|
1726
1767
|
},
|
|
1727
|
-
"CdrChipGroup": {
|
|
1728
|
-
"name": "CdrChipGroup",
|
|
1729
|
-
"exportName": "default",
|
|
1730
|
-
"displayName": "CdrChipGroup",
|
|
1731
|
-
"description": "",
|
|
1732
|
-
"tags": {},
|
|
1733
|
-
"props": [
|
|
1734
|
-
{
|
|
1735
|
-
"name": "label",
|
|
1736
|
-
"description": "Sets a label that describes the chip group and what it is selecting. By default this label is visually hidden and only made available to screen readers.",
|
|
1737
|
-
"type": {
|
|
1738
|
-
"name": "string"
|
|
1739
|
-
},
|
|
1740
|
-
"required": true
|
|
1741
|
-
},
|
|
1742
|
-
{
|
|
1743
|
-
"name": "hideLabel",
|
|
1744
|
-
"description": "Visually hides the chip group label but makes it accessible to screen readers.",
|
|
1745
|
-
"type": {
|
|
1746
|
-
"name": "boolean"
|
|
1747
|
-
},
|
|
1748
|
-
"defaultValue": {
|
|
1749
|
-
"func": false,
|
|
1750
|
-
"value": true
|
|
1751
|
-
}
|
|
1752
|
-
}
|
|
1753
|
-
],
|
|
1754
|
-
"slots": [
|
|
1755
|
-
{
|
|
1756
|
-
"name": "label",
|
|
1757
|
-
"description": "Override CdrChip label content with a custom element"
|
|
1758
|
-
},
|
|
1759
|
-
{
|
|
1760
|
-
"name": "default",
|
|
1761
|
-
"description": "CdrChipGroup content (CdrChip components)"
|
|
1762
|
-
}
|
|
1763
|
-
],
|
|
1764
|
-
"sourceFiles": [
|
|
1765
|
-
"./src/components/chip/CdrChipGroup.vue"
|
|
1766
|
-
]
|
|
1767
|
-
},
|
|
1768
1768
|
"CdrContainer": {
|
|
1769
1769
|
"name": "CdrContainer",
|
|
1770
1770
|
"description": "Provides base margins and responsive layout logic for pages",
|
|
@@ -2661,6 +2661,87 @@
|
|
|
2661
2661
|
}
|
|
2662
2662
|
]
|
|
2663
2663
|
},
|
|
2664
|
+
"CdrList": {
|
|
2665
|
+
"name": "CdrList",
|
|
2666
|
+
"description": "Groups related content items together either vertically or horizontally",
|
|
2667
|
+
"tags": {},
|
|
2668
|
+
"exportName": "default",
|
|
2669
|
+
"displayName": "CdrList",
|
|
2670
|
+
"props": [
|
|
2671
|
+
{
|
|
2672
|
+
"name": "tag",
|
|
2673
|
+
"description": "Sets list type and HTML element as \"unordered\" or \"ordered\"",
|
|
2674
|
+
"tags": {},
|
|
2675
|
+
"values": [
|
|
2676
|
+
"ul",
|
|
2677
|
+
"ol"
|
|
2678
|
+
],
|
|
2679
|
+
"type": {
|
|
2680
|
+
"name": "string"
|
|
2681
|
+
},
|
|
2682
|
+
"defaultValue": {
|
|
2683
|
+
"func": false,
|
|
2684
|
+
"value": "'ul'"
|
|
2685
|
+
}
|
|
2686
|
+
},
|
|
2687
|
+
{
|
|
2688
|
+
"name": "modifier",
|
|
2689
|
+
"description": "Modifies the style variant for this component",
|
|
2690
|
+
"tags": {
|
|
2691
|
+
"demoSelectMultiple": [
|
|
2692
|
+
{
|
|
2693
|
+
"description": "true",
|
|
2694
|
+
"title": "demoSelectMultiple"
|
|
2695
|
+
}
|
|
2696
|
+
]
|
|
2697
|
+
},
|
|
2698
|
+
"values": [
|
|
2699
|
+
"ordered",
|
|
2700
|
+
"unordered",
|
|
2701
|
+
"compact",
|
|
2702
|
+
"inline"
|
|
2703
|
+
],
|
|
2704
|
+
"type": {
|
|
2705
|
+
"name": "string"
|
|
2706
|
+
},
|
|
2707
|
+
"defaultValue": {
|
|
2708
|
+
"func": false,
|
|
2709
|
+
"value": "''"
|
|
2710
|
+
}
|
|
2711
|
+
}
|
|
2712
|
+
],
|
|
2713
|
+
"slots": [
|
|
2714
|
+
{
|
|
2715
|
+
"name": "default",
|
|
2716
|
+
"description": "CdrList content (list-items)"
|
|
2717
|
+
}
|
|
2718
|
+
],
|
|
2719
|
+
"sourceFiles": [
|
|
2720
|
+
"./src/components/list/CdrList.vue"
|
|
2721
|
+
],
|
|
2722
|
+
"UIProperties": [
|
|
2723
|
+
{
|
|
2724
|
+
"name": "--cdr-list-inline-text-color",
|
|
2725
|
+
"defaultValue": "--cdr-color-text-secondary",
|
|
2726
|
+
"description": "Color of the unordered inline list item prefix"
|
|
2727
|
+
},
|
|
2728
|
+
{
|
|
2729
|
+
"name": "--cdr-list-ordered-nested-prefix-color",
|
|
2730
|
+
"defaultValue": "--cdr-color-text-secondary",
|
|
2731
|
+
"description": "Color of the nested ordered cdr-list item prefix"
|
|
2732
|
+
},
|
|
2733
|
+
{
|
|
2734
|
+
"name": "--cdr-list-unordered-prefix-color",
|
|
2735
|
+
"defaultValue": "--cdr-color-text-secondary",
|
|
2736
|
+
"description": "Color of the unordered cdr-list item prefix"
|
|
2737
|
+
},
|
|
2738
|
+
{
|
|
2739
|
+
"name": "--cdr-list-unordered-nested-prefix-color",
|
|
2740
|
+
"defaultValue": "--cdr-color-text-secondary",
|
|
2741
|
+
"description": "Color of the nested unordered cdr-list item prefix"
|
|
2742
|
+
}
|
|
2743
|
+
]
|
|
2744
|
+
},
|
|
2664
2745
|
"CdrLabelWrapper": {
|
|
2665
2746
|
"name": "CdrLabelWrapper",
|
|
2666
2747
|
"exportName": "default",
|
|
@@ -2792,84 +2873,155 @@
|
|
|
2792
2873
|
}
|
|
2793
2874
|
]
|
|
2794
2875
|
},
|
|
2795
|
-
"
|
|
2796
|
-
"name": "
|
|
2797
|
-
"description": "
|
|
2876
|
+
"CdrModal": {
|
|
2877
|
+
"name": "CdrModal",
|
|
2878
|
+
"description": "Disruptive, action-blocking overlays used to display important information",
|
|
2798
2879
|
"tags": {},
|
|
2799
2880
|
"exportName": "default",
|
|
2800
|
-
"displayName": "
|
|
2881
|
+
"displayName": "CdrModal",
|
|
2801
2882
|
"props": [
|
|
2802
2883
|
{
|
|
2803
|
-
"name": "
|
|
2804
|
-
"description": "
|
|
2884
|
+
"name": "opened",
|
|
2885
|
+
"description": "Toggles the state of the modal",
|
|
2886
|
+
"tags": {
|
|
2887
|
+
"demoIgnore": [
|
|
2888
|
+
{
|
|
2889
|
+
"description": "true",
|
|
2890
|
+
"title": "demoIgnore"
|
|
2891
|
+
}
|
|
2892
|
+
]
|
|
2893
|
+
},
|
|
2894
|
+
"type": {
|
|
2895
|
+
"name": "boolean"
|
|
2896
|
+
},
|
|
2897
|
+
"required": true
|
|
2898
|
+
},
|
|
2899
|
+
{
|
|
2900
|
+
"name": "label",
|
|
2901
|
+
"description": "Sets `aria-label` and modal title text. Can also use title slot to set title.",
|
|
2902
|
+
"type": {
|
|
2903
|
+
"name": "string"
|
|
2904
|
+
},
|
|
2905
|
+
"required": true
|
|
2906
|
+
},
|
|
2907
|
+
{
|
|
2908
|
+
"name": "showTitle",
|
|
2909
|
+
"description": "Toggles the modal title text, which comes from `label` prop or `title` slot.",
|
|
2910
|
+
"type": {
|
|
2911
|
+
"name": "boolean"
|
|
2912
|
+
},
|
|
2913
|
+
"required": false,
|
|
2914
|
+
"defaultValue": {
|
|
2915
|
+
"func": false,
|
|
2916
|
+
"value": true
|
|
2917
|
+
}
|
|
2918
|
+
},
|
|
2919
|
+
{
|
|
2920
|
+
"name": "ariaDescribedby",
|
|
2921
|
+
"description": "Text for aria-describedby attribute. Applied to modal content element",
|
|
2922
|
+
"type": {
|
|
2923
|
+
"name": "string"
|
|
2924
|
+
},
|
|
2925
|
+
"required": false,
|
|
2926
|
+
"defaultValue": {
|
|
2927
|
+
"func": false,
|
|
2928
|
+
"value": "null"
|
|
2929
|
+
}
|
|
2930
|
+
},
|
|
2931
|
+
{
|
|
2932
|
+
"name": "role",
|
|
2933
|
+
"description": "Sets the `role` attribute on the modal content element",
|
|
2805
2934
|
"tags": {},
|
|
2806
2935
|
"values": [
|
|
2807
|
-
"
|
|
2808
|
-
"
|
|
2936
|
+
"dialog",
|
|
2937
|
+
"alertDialog"
|
|
2809
2938
|
],
|
|
2810
2939
|
"type": {
|
|
2811
2940
|
"name": "string"
|
|
2812
2941
|
},
|
|
2942
|
+
"required": false,
|
|
2813
2943
|
"defaultValue": {
|
|
2814
2944
|
"func": false,
|
|
2815
|
-
"value": "'
|
|
2945
|
+
"value": "'dialog'"
|
|
2816
2946
|
}
|
|
2817
2947
|
},
|
|
2818
2948
|
{
|
|
2819
|
-
"name": "
|
|
2820
|
-
"description": "
|
|
2821
|
-
"
|
|
2822
|
-
"
|
|
2823
|
-
{
|
|
2824
|
-
"description": "true",
|
|
2825
|
-
"title": "demoSelectMultiple"
|
|
2826
|
-
}
|
|
2827
|
-
]
|
|
2949
|
+
"name": "id",
|
|
2950
|
+
"description": "Sets unique `id` for modal",
|
|
2951
|
+
"type": {
|
|
2952
|
+
"name": "string"
|
|
2828
2953
|
},
|
|
2829
|
-
"
|
|
2830
|
-
|
|
2831
|
-
"
|
|
2832
|
-
"
|
|
2833
|
-
|
|
2834
|
-
|
|
2954
|
+
"required": false,
|
|
2955
|
+
"defaultValue": {
|
|
2956
|
+
"func": false,
|
|
2957
|
+
"value": "null"
|
|
2958
|
+
}
|
|
2959
|
+
},
|
|
2960
|
+
{
|
|
2961
|
+
"name": "overlayClass",
|
|
2962
|
+
"description": "Adds custom class to the `cdr-modal__overlay` div",
|
|
2963
|
+
"type": {
|
|
2964
|
+
"name": "string"
|
|
2965
|
+
}
|
|
2966
|
+
},
|
|
2967
|
+
{
|
|
2968
|
+
"name": "wrapperClass",
|
|
2969
|
+
"description": "Adds custom class to the `cdr-modal__outerWrap` div",
|
|
2970
|
+
"type": {
|
|
2971
|
+
"name": "string"
|
|
2972
|
+
}
|
|
2973
|
+
},
|
|
2974
|
+
{
|
|
2975
|
+
"name": "contentClass",
|
|
2976
|
+
"description": "Adds custom class to the `cdr-modal__innerWrap` div",
|
|
2835
2977
|
"type": {
|
|
2836
2978
|
"name": "string"
|
|
2979
|
+
}
|
|
2980
|
+
},
|
|
2981
|
+
{
|
|
2982
|
+
"name": "animationDuration",
|
|
2983
|
+
"description": "Sets duration for modal's close animation",
|
|
2984
|
+
"type": {
|
|
2985
|
+
"name": "number"
|
|
2837
2986
|
},
|
|
2838
2987
|
"defaultValue": {
|
|
2839
2988
|
"func": false,
|
|
2840
|
-
"value": "
|
|
2989
|
+
"value": "300"
|
|
2841
2990
|
}
|
|
2842
2991
|
}
|
|
2843
2992
|
],
|
|
2844
|
-
"
|
|
2993
|
+
"events": [
|
|
2845
2994
|
{
|
|
2846
|
-
"name": "
|
|
2847
|
-
"description": "
|
|
2995
|
+
"name": "closed",
|
|
2996
|
+
"description": "Fires when modal is closed"
|
|
2848
2997
|
}
|
|
2849
2998
|
],
|
|
2850
|
-
"
|
|
2851
|
-
"./src/components/list/CdrList.vue"
|
|
2852
|
-
],
|
|
2853
|
-
"UIProperties": [
|
|
2999
|
+
"slots": [
|
|
2854
3000
|
{
|
|
2855
|
-
"name": "
|
|
2856
|
-
"
|
|
2857
|
-
"description": "Color of the unordered inline list item prefix"
|
|
3001
|
+
"name": "modal",
|
|
3002
|
+
"description": "Use to override the entire CdrModal content container."
|
|
2858
3003
|
},
|
|
2859
3004
|
{
|
|
2860
|
-
"name": "
|
|
2861
|
-
"
|
|
2862
|
-
"description": "Color of the nested ordered cdr-list item prefix"
|
|
3005
|
+
"name": "title",
|
|
3006
|
+
"description": "Use to override the default title"
|
|
2863
3007
|
},
|
|
2864
3008
|
{
|
|
2865
|
-
"name": "
|
|
2866
|
-
|
|
2867
|
-
|
|
3009
|
+
"name": "default"
|
|
3010
|
+
}
|
|
3011
|
+
],
|
|
3012
|
+
"sourceFiles": [
|
|
3013
|
+
"./src/components/modal/CdrModal.vue"
|
|
3014
|
+
],
|
|
3015
|
+
"UIProperties": [
|
|
3016
|
+
{
|
|
3017
|
+
"name": "--cdr-modal-overlay-background-color",
|
|
3018
|
+
"defaultValue": "--cdr-color-background-modal-overlay",
|
|
3019
|
+
"description": "Background color of the modal overlay"
|
|
2868
3020
|
},
|
|
2869
3021
|
{
|
|
2870
|
-
"name": "--cdr-
|
|
2871
|
-
"defaultValue": "--cdr-color-
|
|
2872
|
-
"description": "
|
|
3022
|
+
"name": "--cdr-modal-content-wrap-background-color",
|
|
3023
|
+
"defaultValue": "--cdr-color-background-primary",
|
|
3024
|
+
"description": "Background color of the content wrap"
|
|
2873
3025
|
}
|
|
2874
3026
|
]
|
|
2875
3027
|
},
|
|
@@ -2948,201 +3100,49 @@
|
|
|
2948
3100
|
}
|
|
2949
3101
|
},
|
|
2950
3102
|
{
|
|
2951
|
-
"name": "rel",
|
|
2952
|
-
"tags": {
|
|
2953
|
-
"ignore": [
|
|
2954
|
-
{
|
|
2955
|
-
"description": true,
|
|
2956
|
-
"title": "ignore"
|
|
2957
|
-
}
|
|
2958
|
-
]
|
|
2959
|
-
},
|
|
2960
|
-
"type": {
|
|
2961
|
-
"name": "string"
|
|
2962
|
-
}
|
|
2963
|
-
}
|
|
2964
|
-
],
|
|
2965
|
-
"slots": [
|
|
2966
|
-
{
|
|
2967
|
-
"name": "default",
|
|
2968
|
-
"description": "Readable text of the link"
|
|
2969
|
-
}
|
|
2970
|
-
],
|
|
2971
|
-
"sourceFiles": [
|
|
2972
|
-
"./src/components/link/CdrLink.vue"
|
|
2973
|
-
],
|
|
2974
|
-
"UIProperties": [
|
|
2975
|
-
{
|
|
2976
|
-
"name": "--cdr-link-text-color",
|
|
2977
|
-
"defaultValue": "--cdr-color-text-link-rest",
|
|
2978
|
-
"description": "Color of the link text"
|
|
2979
|
-
},
|
|
2980
|
-
{
|
|
2981
|
-
"name": "--cdr-link-fill-color",
|
|
2982
|
-
"defaultValue": "--cdr-color-text-link-rest",
|
|
2983
|
-
"description": "Color of the link fill"
|
|
2984
|
-
},
|
|
2985
|
-
{
|
|
2986
|
-
"name": "--cdr-link-active-text-color-active",
|
|
2987
|
-
"defaultValue": "--cdr-color-text-link-active",
|
|
2988
|
-
"description": "Color of the link text when active or focused"
|
|
2989
|
-
},
|
|
2990
|
-
{
|
|
2991
|
-
"name": "--cdr-link-text-color-hover",
|
|
2992
|
-
"defaultValue": "--cdr-color-text-link-hover",
|
|
2993
|
-
"description": "Color of the link text when hovered"
|
|
2994
|
-
}
|
|
2995
|
-
]
|
|
2996
|
-
},
|
|
2997
|
-
"CdrModal": {
|
|
2998
|
-
"name": "CdrModal",
|
|
2999
|
-
"description": "Disruptive, action-blocking overlays used to display important information",
|
|
3000
|
-
"tags": {},
|
|
3001
|
-
"exportName": "default",
|
|
3002
|
-
"displayName": "CdrModal",
|
|
3003
|
-
"props": [
|
|
3004
|
-
{
|
|
3005
|
-
"name": "opened",
|
|
3006
|
-
"description": "Toggles the state of the modal",
|
|
3007
|
-
"tags": {
|
|
3008
|
-
"demoIgnore": [
|
|
3009
|
-
{
|
|
3010
|
-
"description": "true",
|
|
3011
|
-
"title": "demoIgnore"
|
|
3012
|
-
}
|
|
3013
|
-
]
|
|
3014
|
-
},
|
|
3015
|
-
"type": {
|
|
3016
|
-
"name": "boolean"
|
|
3017
|
-
},
|
|
3018
|
-
"required": true
|
|
3019
|
-
},
|
|
3020
|
-
{
|
|
3021
|
-
"name": "label",
|
|
3022
|
-
"description": "Sets `aria-label` and modal title text. Can also use title slot to set title.",
|
|
3023
|
-
"type": {
|
|
3024
|
-
"name": "string"
|
|
3025
|
-
},
|
|
3026
|
-
"required": true
|
|
3027
|
-
},
|
|
3028
|
-
{
|
|
3029
|
-
"name": "showTitle",
|
|
3030
|
-
"description": "Toggles the modal title text, which comes from `label` prop or `title` slot.",
|
|
3031
|
-
"type": {
|
|
3032
|
-
"name": "boolean"
|
|
3033
|
-
},
|
|
3034
|
-
"required": false,
|
|
3035
|
-
"defaultValue": {
|
|
3036
|
-
"func": false,
|
|
3037
|
-
"value": true
|
|
3038
|
-
}
|
|
3039
|
-
},
|
|
3040
|
-
{
|
|
3041
|
-
"name": "ariaDescribedby",
|
|
3042
|
-
"description": "Text for aria-describedby attribute. Applied to modal content element",
|
|
3043
|
-
"type": {
|
|
3044
|
-
"name": "string"
|
|
3045
|
-
},
|
|
3046
|
-
"required": false,
|
|
3047
|
-
"defaultValue": {
|
|
3048
|
-
"func": false,
|
|
3049
|
-
"value": "null"
|
|
3050
|
-
}
|
|
3051
|
-
},
|
|
3052
|
-
{
|
|
3053
|
-
"name": "role",
|
|
3054
|
-
"description": "Sets the `role` attribute on the modal content element",
|
|
3055
|
-
"tags": {},
|
|
3056
|
-
"values": [
|
|
3057
|
-
"dialog",
|
|
3058
|
-
"alertDialog"
|
|
3059
|
-
],
|
|
3060
|
-
"type": {
|
|
3061
|
-
"name": "string"
|
|
3062
|
-
},
|
|
3063
|
-
"required": false,
|
|
3064
|
-
"defaultValue": {
|
|
3065
|
-
"func": false,
|
|
3066
|
-
"value": "'dialog'"
|
|
3067
|
-
}
|
|
3068
|
-
},
|
|
3069
|
-
{
|
|
3070
|
-
"name": "id",
|
|
3071
|
-
"description": "Sets unique `id` for modal",
|
|
3072
|
-
"type": {
|
|
3073
|
-
"name": "string"
|
|
3074
|
-
},
|
|
3075
|
-
"required": false,
|
|
3076
|
-
"defaultValue": {
|
|
3077
|
-
"func": false,
|
|
3078
|
-
"value": "null"
|
|
3079
|
-
}
|
|
3080
|
-
},
|
|
3081
|
-
{
|
|
3082
|
-
"name": "overlayClass",
|
|
3083
|
-
"description": "Adds custom class to the `cdr-modal__overlay` div",
|
|
3084
|
-
"type": {
|
|
3085
|
-
"name": "string"
|
|
3086
|
-
}
|
|
3087
|
-
},
|
|
3088
|
-
{
|
|
3089
|
-
"name": "wrapperClass",
|
|
3090
|
-
"description": "Adds custom class to the `cdr-modal__outerWrap` div",
|
|
3091
|
-
"type": {
|
|
3092
|
-
"name": "string"
|
|
3093
|
-
}
|
|
3094
|
-
},
|
|
3095
|
-
{
|
|
3096
|
-
"name": "contentClass",
|
|
3097
|
-
"description": "Adds custom class to the `cdr-modal__innerWrap` div",
|
|
3098
|
-
"type": {
|
|
3099
|
-
"name": "string"
|
|
3100
|
-
}
|
|
3101
|
-
},
|
|
3102
|
-
{
|
|
3103
|
-
"name": "animationDuration",
|
|
3104
|
-
"description": "Sets duration for modal's close animation",
|
|
3105
|
-
"type": {
|
|
3106
|
-
"name": "number"
|
|
3103
|
+
"name": "rel",
|
|
3104
|
+
"tags": {
|
|
3105
|
+
"ignore": [
|
|
3106
|
+
{
|
|
3107
|
+
"description": true,
|
|
3108
|
+
"title": "ignore"
|
|
3109
|
+
}
|
|
3110
|
+
]
|
|
3107
3111
|
},
|
|
3108
|
-
"
|
|
3109
|
-
"
|
|
3110
|
-
"value": "300"
|
|
3112
|
+
"type": {
|
|
3113
|
+
"name": "string"
|
|
3111
3114
|
}
|
|
3112
3115
|
}
|
|
3113
3116
|
],
|
|
3114
|
-
"events": [
|
|
3115
|
-
{
|
|
3116
|
-
"name": "closed",
|
|
3117
|
-
"description": "Fires when modal is closed"
|
|
3118
|
-
}
|
|
3119
|
-
],
|
|
3120
3117
|
"slots": [
|
|
3121
3118
|
{
|
|
3122
|
-
"name": "
|
|
3123
|
-
"description": "
|
|
3124
|
-
},
|
|
3125
|
-
{
|
|
3126
|
-
"name": "title",
|
|
3127
|
-
"description": "Use to override the default title"
|
|
3128
|
-
},
|
|
3129
|
-
{
|
|
3130
|
-
"name": "default"
|
|
3119
|
+
"name": "default",
|
|
3120
|
+
"description": "Readable text of the link"
|
|
3131
3121
|
}
|
|
3132
3122
|
],
|
|
3133
3123
|
"sourceFiles": [
|
|
3134
|
-
"./src/components/
|
|
3124
|
+
"./src/components/link/CdrLink.vue"
|
|
3135
3125
|
],
|
|
3136
3126
|
"UIProperties": [
|
|
3137
3127
|
{
|
|
3138
|
-
"name": "--cdr-
|
|
3139
|
-
"defaultValue": "--cdr-color-
|
|
3140
|
-
"description": "
|
|
3128
|
+
"name": "--cdr-link-text-color",
|
|
3129
|
+
"defaultValue": "--cdr-color-text-link-rest",
|
|
3130
|
+
"description": "Color of the link text"
|
|
3141
3131
|
},
|
|
3142
3132
|
{
|
|
3143
|
-
"name": "--cdr-
|
|
3144
|
-
"defaultValue": "--cdr-color-
|
|
3145
|
-
"description": "
|
|
3133
|
+
"name": "--cdr-link-fill-color",
|
|
3134
|
+
"defaultValue": "--cdr-color-text-link-rest",
|
|
3135
|
+
"description": "Color of the link fill"
|
|
3136
|
+
},
|
|
3137
|
+
{
|
|
3138
|
+
"name": "--cdr-link-active-text-color-active",
|
|
3139
|
+
"defaultValue": "--cdr-color-text-link-active",
|
|
3140
|
+
"description": "Color of the link text when active or focused"
|
|
3141
|
+
},
|
|
3142
|
+
{
|
|
3143
|
+
"name": "--cdr-link-text-color-hover",
|
|
3144
|
+
"defaultValue": "--cdr-color-text-link-hover",
|
|
3145
|
+
"description": "Color of the link text when hovered"
|
|
3146
3146
|
}
|
|
3147
3147
|
]
|
|
3148
3148
|
},
|
|
@@ -3266,6 +3266,77 @@
|
|
|
3266
3266
|
"./src/components/popover/CdrPopover.vue"
|
|
3267
3267
|
]
|
|
3268
3268
|
},
|
|
3269
|
+
"CdrPopup": {
|
|
3270
|
+
"name": "CdrPopup",
|
|
3271
|
+
"description": "An internal helper component used by Popover and Tooltip",
|
|
3272
|
+
"tags": {},
|
|
3273
|
+
"exportName": "default",
|
|
3274
|
+
"displayName": "CdrPopup",
|
|
3275
|
+
"props": [
|
|
3276
|
+
{
|
|
3277
|
+
"name": "opened",
|
|
3278
|
+
"type": {
|
|
3279
|
+
"name": "boolean"
|
|
3280
|
+
},
|
|
3281
|
+
"defaultValue": {
|
|
3282
|
+
"func": false,
|
|
3283
|
+
"value": false
|
|
3284
|
+
}
|
|
3285
|
+
},
|
|
3286
|
+
{
|
|
3287
|
+
"name": "position",
|
|
3288
|
+
"type": {
|
|
3289
|
+
"name": "string"
|
|
3290
|
+
},
|
|
3291
|
+
"required": false,
|
|
3292
|
+
"defaultValue": {
|
|
3293
|
+
"func": false,
|
|
3294
|
+
"value": "'top'"
|
|
3295
|
+
}
|
|
3296
|
+
},
|
|
3297
|
+
{
|
|
3298
|
+
"name": "autoPosition",
|
|
3299
|
+
"type": {
|
|
3300
|
+
"name": "boolean"
|
|
3301
|
+
},
|
|
3302
|
+
"defaultValue": {
|
|
3303
|
+
"func": false,
|
|
3304
|
+
"value": true
|
|
3305
|
+
}
|
|
3306
|
+
},
|
|
3307
|
+
{
|
|
3308
|
+
"name": "contentClass",
|
|
3309
|
+
"type": {
|
|
3310
|
+
"name": "string"
|
|
3311
|
+
}
|
|
3312
|
+
}
|
|
3313
|
+
],
|
|
3314
|
+
"events": [
|
|
3315
|
+
{
|
|
3316
|
+
"name": "closed"
|
|
3317
|
+
}
|
|
3318
|
+
],
|
|
3319
|
+
"slots": [
|
|
3320
|
+
{
|
|
3321
|
+
"name": "default"
|
|
3322
|
+
}
|
|
3323
|
+
],
|
|
3324
|
+
"sourceFiles": [
|
|
3325
|
+
"./src/components/popup/CdrPopup.vue"
|
|
3326
|
+
],
|
|
3327
|
+
"UIProperties": [
|
|
3328
|
+
{
|
|
3329
|
+
"name": "--cdr-popup-content-background",
|
|
3330
|
+
"defaultValue": "--cdr-color-background-primary",
|
|
3331
|
+
"description": "Background color of cdr-popup content"
|
|
3332
|
+
},
|
|
3333
|
+
{
|
|
3334
|
+
"name": "--cdr-popup-content-border-color",
|
|
3335
|
+
"defaultValue": "--cdr-color-border-secondary",
|
|
3336
|
+
"description": "Border color of cdr-popup content"
|
|
3337
|
+
}
|
|
3338
|
+
]
|
|
3339
|
+
},
|
|
3269
3340
|
"CdrPagination": {
|
|
3270
3341
|
"name": "CdrPagination",
|
|
3271
3342
|
"description": "Allows people to navigate to the next or previous page within an experience",
|
|
@@ -3419,77 +3490,6 @@
|
|
|
3419
3490
|
}
|
|
3420
3491
|
]
|
|
3421
3492
|
},
|
|
3422
|
-
"CdrPopup": {
|
|
3423
|
-
"name": "CdrPopup",
|
|
3424
|
-
"description": "An internal helper component used by Popover and Tooltip",
|
|
3425
|
-
"tags": {},
|
|
3426
|
-
"exportName": "default",
|
|
3427
|
-
"displayName": "CdrPopup",
|
|
3428
|
-
"props": [
|
|
3429
|
-
{
|
|
3430
|
-
"name": "opened",
|
|
3431
|
-
"type": {
|
|
3432
|
-
"name": "boolean"
|
|
3433
|
-
},
|
|
3434
|
-
"defaultValue": {
|
|
3435
|
-
"func": false,
|
|
3436
|
-
"value": false
|
|
3437
|
-
}
|
|
3438
|
-
},
|
|
3439
|
-
{
|
|
3440
|
-
"name": "position",
|
|
3441
|
-
"type": {
|
|
3442
|
-
"name": "string"
|
|
3443
|
-
},
|
|
3444
|
-
"required": false,
|
|
3445
|
-
"defaultValue": {
|
|
3446
|
-
"func": false,
|
|
3447
|
-
"value": "'top'"
|
|
3448
|
-
}
|
|
3449
|
-
},
|
|
3450
|
-
{
|
|
3451
|
-
"name": "autoPosition",
|
|
3452
|
-
"type": {
|
|
3453
|
-
"name": "boolean"
|
|
3454
|
-
},
|
|
3455
|
-
"defaultValue": {
|
|
3456
|
-
"func": false,
|
|
3457
|
-
"value": true
|
|
3458
|
-
}
|
|
3459
|
-
},
|
|
3460
|
-
{
|
|
3461
|
-
"name": "contentClass",
|
|
3462
|
-
"type": {
|
|
3463
|
-
"name": "string"
|
|
3464
|
-
}
|
|
3465
|
-
}
|
|
3466
|
-
],
|
|
3467
|
-
"events": [
|
|
3468
|
-
{
|
|
3469
|
-
"name": "closed"
|
|
3470
|
-
}
|
|
3471
|
-
],
|
|
3472
|
-
"slots": [
|
|
3473
|
-
{
|
|
3474
|
-
"name": "default"
|
|
3475
|
-
}
|
|
3476
|
-
],
|
|
3477
|
-
"sourceFiles": [
|
|
3478
|
-
"./src/components/popup/CdrPopup.vue"
|
|
3479
|
-
],
|
|
3480
|
-
"UIProperties": [
|
|
3481
|
-
{
|
|
3482
|
-
"name": "--cdr-popup-content-background",
|
|
3483
|
-
"defaultValue": "--cdr-color-background-primary",
|
|
3484
|
-
"description": "Background color of cdr-popup content"
|
|
3485
|
-
},
|
|
3486
|
-
{
|
|
3487
|
-
"name": "--cdr-popup-content-border-color",
|
|
3488
|
-
"defaultValue": "--cdr-color-border-secondary",
|
|
3489
|
-
"description": "Border color of cdr-popup content"
|
|
3490
|
-
}
|
|
3491
|
-
]
|
|
3492
|
-
},
|
|
3493
3493
|
"CdrRadio": {
|
|
3494
3494
|
"name": "CdrRadio",
|
|
3495
3495
|
"description": "Permits the selection of only one option from a list of two or more",
|
|
@@ -3694,39 +3694,127 @@
|
|
|
3694
3694
|
"description": "Background color of the inner circle of cdr-radio when disabled"
|
|
3695
3695
|
},
|
|
3696
3696
|
{
|
|
3697
|
-
"name": "--cdr-radio-inner-circle-background-color-selected-disabled",
|
|
3698
|
-
"defaultValue": "--cdr-color-background-input-default-disabled",
|
|
3699
|
-
"description": "Background color of the inner circle of cdr-radio when selected and disabled"
|
|
3697
|
+
"name": "--cdr-radio-inner-circle-background-color-selected-disabled",
|
|
3698
|
+
"defaultValue": "--cdr-color-background-input-default-disabled",
|
|
3699
|
+
"description": "Background color of the inner circle of cdr-radio when selected and disabled"
|
|
3700
|
+
},
|
|
3701
|
+
{
|
|
3702
|
+
"name": "--cdr-radio-box-shadow-color-focus",
|
|
3703
|
+
"defaultValue": "--cdr-color-border-input-default-active",
|
|
3704
|
+
"description": "Box-shadow color of cdr-radio on focus"
|
|
3705
|
+
},
|
|
3706
|
+
{
|
|
3707
|
+
"name": "--cdr-radio-background-color-focus",
|
|
3708
|
+
"defaultValue": "--cdr-color-background-input-default-focus",
|
|
3709
|
+
"description": "Background color of cdr-radio on focus"
|
|
3710
|
+
},
|
|
3711
|
+
{
|
|
3712
|
+
"name": "--cdr-radio-background-color-selected-focus",
|
|
3713
|
+
"defaultValue": "--cdr-color-background-input-default-selected-focus",
|
|
3714
|
+
"description": "Background color of cdr-radio when selected on focus"
|
|
3715
|
+
},
|
|
3716
|
+
{
|
|
3717
|
+
"name": "--cdr-radio-box-shadow-color-active",
|
|
3718
|
+
"defaultValue": "--cdr-color-border-input-default-active",
|
|
3719
|
+
"description": "Box-shadow color of cdr-radio when active"
|
|
3720
|
+
},
|
|
3721
|
+
{
|
|
3722
|
+
"name": "--cdr-radio-background-color-active",
|
|
3723
|
+
"defaultValue": "--cdr-color-background-input-default-active",
|
|
3724
|
+
"description": "Background color of cdr-radio when active"
|
|
3725
|
+
},
|
|
3726
|
+
{
|
|
3727
|
+
"name": "--cdr-radio-inner-circle-background-color-selected-active",
|
|
3728
|
+
"defaultValue": "--cdr-color-icon-checkbox-default-selected-active",
|
|
3729
|
+
"description": "Background color of the inner circle of cdr-radio when selected and active"
|
|
3730
|
+
}
|
|
3731
|
+
]
|
|
3732
|
+
},
|
|
3733
|
+
"CdrQuote": {
|
|
3734
|
+
"name": "CdrQuote",
|
|
3735
|
+
"description": "Short excerpt used to emphasize content or break up a large body of text",
|
|
3736
|
+
"tags": {},
|
|
3737
|
+
"exportName": "default",
|
|
3738
|
+
"displayName": "CdrQuote",
|
|
3739
|
+
"props": [
|
|
3740
|
+
{
|
|
3741
|
+
"name": "tag",
|
|
3742
|
+
"description": "Sets the semantic HTML element for the quote.",
|
|
3743
|
+
"tags": {},
|
|
3744
|
+
"values": [
|
|
3745
|
+
"blockquote",
|
|
3746
|
+
"aside",
|
|
3747
|
+
"q",
|
|
3748
|
+
"div"
|
|
3749
|
+
],
|
|
3750
|
+
"type": {
|
|
3751
|
+
"name": "string"
|
|
3752
|
+
},
|
|
3753
|
+
"defaultValue": {
|
|
3754
|
+
"func": false,
|
|
3755
|
+
"value": "'blockquote'"
|
|
3756
|
+
}
|
|
3757
|
+
},
|
|
3758
|
+
{
|
|
3759
|
+
"name": "modifier",
|
|
3760
|
+
"description": "Modifies the style variant for the quote",
|
|
3761
|
+
"tags": {
|
|
3762
|
+
"demoSelectMultiple": [
|
|
3763
|
+
{
|
|
3764
|
+
"description": "true",
|
|
3765
|
+
"title": "demoSelectMultiple"
|
|
3766
|
+
}
|
|
3767
|
+
]
|
|
3768
|
+
},
|
|
3769
|
+
"values": [
|
|
3770
|
+
"pull"
|
|
3771
|
+
],
|
|
3772
|
+
"type": {
|
|
3773
|
+
"name": "string"
|
|
3774
|
+
},
|
|
3775
|
+
"defaultValue": {
|
|
3776
|
+
"func": false,
|
|
3777
|
+
"value": "''"
|
|
3778
|
+
}
|
|
3700
3779
|
},
|
|
3701
3780
|
{
|
|
3702
|
-
"name": "
|
|
3703
|
-
"
|
|
3704
|
-
"
|
|
3781
|
+
"name": "summary",
|
|
3782
|
+
"description": "Sets the quote body text.",
|
|
3783
|
+
"type": {
|
|
3784
|
+
"name": "string"
|
|
3785
|
+
}
|
|
3705
3786
|
},
|
|
3706
3787
|
{
|
|
3707
|
-
"name": "
|
|
3708
|
-
"
|
|
3709
|
-
"
|
|
3710
|
-
|
|
3788
|
+
"name": "citation",
|
|
3789
|
+
"description": "Sets the quote attribution text.",
|
|
3790
|
+
"type": {
|
|
3791
|
+
"name": "string"
|
|
3792
|
+
}
|
|
3793
|
+
}
|
|
3794
|
+
],
|
|
3795
|
+
"slots": [
|
|
3711
3796
|
{
|
|
3712
|
-
"name": "
|
|
3713
|
-
|
|
3714
|
-
|
|
3715
|
-
|
|
3797
|
+
"name": "default"
|
|
3798
|
+
}
|
|
3799
|
+
],
|
|
3800
|
+
"sourceFiles": [
|
|
3801
|
+
"./src/components/quote/CdrQuote.vue"
|
|
3802
|
+
],
|
|
3803
|
+
"UIProperties": [
|
|
3716
3804
|
{
|
|
3717
|
-
"name": "--cdr-
|
|
3718
|
-
"defaultValue": "--cdr-color-
|
|
3719
|
-
"description": "
|
|
3805
|
+
"name": "--cdr-quote-cite-text-color",
|
|
3806
|
+
"defaultValue": "--cdr-color-text-secondary",
|
|
3807
|
+
"description": "Text color of a cdr-quote citation"
|
|
3720
3808
|
},
|
|
3721
3809
|
{
|
|
3722
|
-
"name": "--cdr-
|
|
3723
|
-
"defaultValue": "--cdr-color-
|
|
3724
|
-
"description": "
|
|
3810
|
+
"name": "--cdr-quote-content-text-color",
|
|
3811
|
+
"defaultValue": "--cdr-color-text-primary",
|
|
3812
|
+
"description": "Text color of cdr-quote content"
|
|
3725
3813
|
},
|
|
3726
3814
|
{
|
|
3727
|
-
"name": "--cdr-
|
|
3728
|
-
"defaultValue": "--cdr-color-
|
|
3729
|
-
"description": "
|
|
3815
|
+
"name": "--cdr-quote-pull-container-border-color",
|
|
3816
|
+
"defaultValue": "--cdr-color-border-primary",
|
|
3817
|
+
"description": "Border color of a cdr-quote pull container"
|
|
3730
3818
|
}
|
|
3731
3819
|
]
|
|
3732
3820
|
},
|
|
@@ -3860,145 +3948,6 @@
|
|
|
3860
3948
|
}
|
|
3861
3949
|
]
|
|
3862
3950
|
},
|
|
3863
|
-
"CdrSkeleton": {
|
|
3864
|
-
"name": "CdrSkeleton",
|
|
3865
|
-
"description": "Visually communicates content is in the process of loading",
|
|
3866
|
-
"tags": {},
|
|
3867
|
-
"exportName": "default",
|
|
3868
|
-
"displayName": "CdrSkeleton",
|
|
3869
|
-
"props": [
|
|
3870
|
-
{
|
|
3871
|
-
"name": "motion",
|
|
3872
|
-
"description": "Toggle animation on/off.\nWhen `true`, animated gradient will be used while loading.\nWhen `false` a static background color will be used.\nAutomatically disabled if `prefers-reduced-motion` is set by user.",
|
|
3873
|
-
"type": {
|
|
3874
|
-
"name": "boolean"
|
|
3875
|
-
},
|
|
3876
|
-
"defaultValue": {
|
|
3877
|
-
"func": false,
|
|
3878
|
-
"value": true
|
|
3879
|
-
}
|
|
3880
|
-
}
|
|
3881
|
-
],
|
|
3882
|
-
"slots": [
|
|
3883
|
-
{
|
|
3884
|
-
"name": "default",
|
|
3885
|
-
"description": "CdrSkeleton content (CdrSkeletonBone components)"
|
|
3886
|
-
}
|
|
3887
|
-
],
|
|
3888
|
-
"sourceFiles": [
|
|
3889
|
-
"./src/components/skeleton/CdrSkeleton.vue"
|
|
3890
|
-
],
|
|
3891
|
-
"UIProperties": [
|
|
3892
|
-
{
|
|
3893
|
-
"name": "--cdr-skeleton-bone-background-color",
|
|
3894
|
-
"defaultValue": "#edeae3",
|
|
3895
|
-
"description": "Skeleton bone background color"
|
|
3896
|
-
},
|
|
3897
|
-
{
|
|
3898
|
-
"name": "--cdr-skeleton-gradient-1",
|
|
3899
|
-
"defaultValue": "rgba(237,234,227,1)",
|
|
3900
|
-
"description": "Skeleton shimmer gradient part 1"
|
|
3901
|
-
},
|
|
3902
|
-
{
|
|
3903
|
-
"name": "--cdr-skeleton-gradient-2",
|
|
3904
|
-
"defaultValue": "rgba(249,248,240,1)",
|
|
3905
|
-
"description": "Skeleton shimmer gradient part 2"
|
|
3906
|
-
},
|
|
3907
|
-
{
|
|
3908
|
-
"name": "--cdr-skeleton-gradient-3",
|
|
3909
|
-
"defaultValue": "rgba(237,234,227,1)",
|
|
3910
|
-
"description": "Skeleton shimmer gradient part 3"
|
|
3911
|
-
}
|
|
3912
|
-
]
|
|
3913
|
-
},
|
|
3914
|
-
"CdrQuote": {
|
|
3915
|
-
"name": "CdrQuote",
|
|
3916
|
-
"description": "Short excerpt used to emphasize content or break up a large body of text",
|
|
3917
|
-
"tags": {},
|
|
3918
|
-
"exportName": "default",
|
|
3919
|
-
"displayName": "CdrQuote",
|
|
3920
|
-
"props": [
|
|
3921
|
-
{
|
|
3922
|
-
"name": "tag",
|
|
3923
|
-
"description": "Sets the semantic HTML element for the quote.",
|
|
3924
|
-
"tags": {},
|
|
3925
|
-
"values": [
|
|
3926
|
-
"blockquote",
|
|
3927
|
-
"aside",
|
|
3928
|
-
"q",
|
|
3929
|
-
"div"
|
|
3930
|
-
],
|
|
3931
|
-
"type": {
|
|
3932
|
-
"name": "string"
|
|
3933
|
-
},
|
|
3934
|
-
"defaultValue": {
|
|
3935
|
-
"func": false,
|
|
3936
|
-
"value": "'blockquote'"
|
|
3937
|
-
}
|
|
3938
|
-
},
|
|
3939
|
-
{
|
|
3940
|
-
"name": "modifier",
|
|
3941
|
-
"description": "Modifies the style variant for the quote",
|
|
3942
|
-
"tags": {
|
|
3943
|
-
"demoSelectMultiple": [
|
|
3944
|
-
{
|
|
3945
|
-
"description": "true",
|
|
3946
|
-
"title": "demoSelectMultiple"
|
|
3947
|
-
}
|
|
3948
|
-
]
|
|
3949
|
-
},
|
|
3950
|
-
"values": [
|
|
3951
|
-
"pull"
|
|
3952
|
-
],
|
|
3953
|
-
"type": {
|
|
3954
|
-
"name": "string"
|
|
3955
|
-
},
|
|
3956
|
-
"defaultValue": {
|
|
3957
|
-
"func": false,
|
|
3958
|
-
"value": "''"
|
|
3959
|
-
}
|
|
3960
|
-
},
|
|
3961
|
-
{
|
|
3962
|
-
"name": "summary",
|
|
3963
|
-
"description": "Sets the quote body text.",
|
|
3964
|
-
"type": {
|
|
3965
|
-
"name": "string"
|
|
3966
|
-
}
|
|
3967
|
-
},
|
|
3968
|
-
{
|
|
3969
|
-
"name": "citation",
|
|
3970
|
-
"description": "Sets the quote attribution text.",
|
|
3971
|
-
"type": {
|
|
3972
|
-
"name": "string"
|
|
3973
|
-
}
|
|
3974
|
-
}
|
|
3975
|
-
],
|
|
3976
|
-
"slots": [
|
|
3977
|
-
{
|
|
3978
|
-
"name": "default"
|
|
3979
|
-
}
|
|
3980
|
-
],
|
|
3981
|
-
"sourceFiles": [
|
|
3982
|
-
"./src/components/quote/CdrQuote.vue"
|
|
3983
|
-
],
|
|
3984
|
-
"UIProperties": [
|
|
3985
|
-
{
|
|
3986
|
-
"name": "--cdr-quote-cite-text-color",
|
|
3987
|
-
"defaultValue": "--cdr-color-text-secondary",
|
|
3988
|
-
"description": "Text color of a cdr-quote citation"
|
|
3989
|
-
},
|
|
3990
|
-
{
|
|
3991
|
-
"name": "--cdr-quote-content-text-color",
|
|
3992
|
-
"defaultValue": "--cdr-color-text-primary",
|
|
3993
|
-
"description": "Text color of cdr-quote content"
|
|
3994
|
-
},
|
|
3995
|
-
{
|
|
3996
|
-
"name": "--cdr-quote-pull-container-border-color",
|
|
3997
|
-
"defaultValue": "--cdr-color-border-primary",
|
|
3998
|
-
"description": "Border color of a cdr-quote pull container"
|
|
3999
|
-
}
|
|
4000
|
-
]
|
|
4001
|
-
},
|
|
4002
3951
|
"CdrSelect": {
|
|
4003
3952
|
"name": "CdrSelect",
|
|
4004
3953
|
"description": "Allows the selection of one or more options from a dropdown list",
|
|
@@ -4266,29 +4215,80 @@
|
|
|
4266
4215
|
"description": "Background color of a primary cdr-select"
|
|
4267
4216
|
},
|
|
4268
4217
|
{
|
|
4269
|
-
"name": "--cdr-select-primary-background-color-active",
|
|
4270
|
-
"defaultValue": "--cdr-color-background-input-default-active",
|
|
4271
|
-
"description": "Background color of a primary cdr-select when active or focused"
|
|
4272
|
-
},
|
|
4218
|
+
"name": "--cdr-select-primary-background-color-active",
|
|
4219
|
+
"defaultValue": "--cdr-color-background-input-default-active",
|
|
4220
|
+
"description": "Background color of a primary cdr-select when active or focused"
|
|
4221
|
+
},
|
|
4222
|
+
{
|
|
4223
|
+
"name": "--cdr-select-secondary-background-color",
|
|
4224
|
+
"defaultValue": "--cdr-color-background-input-secondary",
|
|
4225
|
+
"description": "Background color of a secondary cdr-select"
|
|
4226
|
+
},
|
|
4227
|
+
{
|
|
4228
|
+
"name": "--cdr-select-secondary-background-color-active",
|
|
4229
|
+
"defaultValue": "--cdr-color-background-input-secondary-active",
|
|
4230
|
+
"description": "Background color of a secondary cdr-select when active or focused"
|
|
4231
|
+
},
|
|
4232
|
+
{
|
|
4233
|
+
"name": "--cdr-select-background-color-error",
|
|
4234
|
+
"defaultValue": "--cdr-color-background-input-error",
|
|
4235
|
+
"description": "Background color of a cdr-select error"
|
|
4236
|
+
},
|
|
4237
|
+
{
|
|
4238
|
+
"name": "--cdr-select-box-shadow-color-error",
|
|
4239
|
+
"defaultValue": "--cdr-color-border-input-error",
|
|
4240
|
+
"description": "Box-shadow color of a cdr-select error"
|
|
4241
|
+
}
|
|
4242
|
+
]
|
|
4243
|
+
},
|
|
4244
|
+
"CdrSkeleton": {
|
|
4245
|
+
"name": "CdrSkeleton",
|
|
4246
|
+
"description": "Visually communicates content is in the process of loading",
|
|
4247
|
+
"tags": {},
|
|
4248
|
+
"exportName": "default",
|
|
4249
|
+
"displayName": "CdrSkeleton",
|
|
4250
|
+
"props": [
|
|
4251
|
+
{
|
|
4252
|
+
"name": "motion",
|
|
4253
|
+
"description": "Toggle animation on/off.\nWhen `true`, animated gradient will be used while loading.\nWhen `false` a static background color will be used.\nAutomatically disabled if `prefers-reduced-motion` is set by user.",
|
|
4254
|
+
"type": {
|
|
4255
|
+
"name": "boolean"
|
|
4256
|
+
},
|
|
4257
|
+
"defaultValue": {
|
|
4258
|
+
"func": false,
|
|
4259
|
+
"value": true
|
|
4260
|
+
}
|
|
4261
|
+
}
|
|
4262
|
+
],
|
|
4263
|
+
"slots": [
|
|
4264
|
+
{
|
|
4265
|
+
"name": "default",
|
|
4266
|
+
"description": "CdrSkeleton content (CdrSkeletonBone components)"
|
|
4267
|
+
}
|
|
4268
|
+
],
|
|
4269
|
+
"sourceFiles": [
|
|
4270
|
+
"./src/components/skeleton/CdrSkeleton.vue"
|
|
4271
|
+
],
|
|
4272
|
+
"UIProperties": [
|
|
4273
4273
|
{
|
|
4274
|
-
"name": "--cdr-
|
|
4275
|
-
"defaultValue": "
|
|
4276
|
-
"description": "
|
|
4274
|
+
"name": "--cdr-skeleton-bone-background-color",
|
|
4275
|
+
"defaultValue": "#edeae3",
|
|
4276
|
+
"description": "Skeleton bone background color"
|
|
4277
4277
|
},
|
|
4278
4278
|
{
|
|
4279
|
-
"name": "--cdr-
|
|
4280
|
-
"defaultValue": "
|
|
4281
|
-
"description": "
|
|
4279
|
+
"name": "--cdr-skeleton-gradient-1",
|
|
4280
|
+
"defaultValue": "rgba(237,234,227,1)",
|
|
4281
|
+
"description": "Skeleton shimmer gradient part 1"
|
|
4282
4282
|
},
|
|
4283
4283
|
{
|
|
4284
|
-
"name": "--cdr-
|
|
4285
|
-
"defaultValue": "
|
|
4286
|
-
"description": "
|
|
4284
|
+
"name": "--cdr-skeleton-gradient-2",
|
|
4285
|
+
"defaultValue": "rgba(249,248,240,1)",
|
|
4286
|
+
"description": "Skeleton shimmer gradient part 2"
|
|
4287
4287
|
},
|
|
4288
4288
|
{
|
|
4289
|
-
"name": "--cdr-
|
|
4290
|
-
"defaultValue": "
|
|
4291
|
-
"description": "
|
|
4289
|
+
"name": "--cdr-skeleton-gradient-3",
|
|
4290
|
+
"defaultValue": "rgba(237,234,227,1)",
|
|
4291
|
+
"description": "Skeleton shimmer gradient part 3"
|
|
4292
4292
|
}
|
|
4293
4293
|
]
|
|
4294
4294
|
},
|
|
@@ -4556,157 +4556,123 @@
|
|
|
4556
4556
|
}
|
|
4557
4557
|
]
|
|
4558
4558
|
},
|
|
4559
|
-
"
|
|
4560
|
-
"name": "
|
|
4561
|
-
"description": "Organizes
|
|
4559
|
+
"CdrTabs": {
|
|
4560
|
+
"name": "CdrTabs",
|
|
4561
|
+
"description": "Organizes related content into groups for people to navigate between",
|
|
4562
4562
|
"tags": {},
|
|
4563
4563
|
"exportName": "default",
|
|
4564
|
-
"displayName": "
|
|
4564
|
+
"displayName": "CdrTabs",
|
|
4565
4565
|
"props": [
|
|
4566
4566
|
{
|
|
4567
|
-
"name": "
|
|
4568
|
-
"description": "Sets
|
|
4569
|
-
"type": {
|
|
4570
|
-
"name": "boolean"
|
|
4571
|
-
},
|
|
4572
|
-
"defaultValue": {
|
|
4573
|
-
"func": false,
|
|
4574
|
-
"value": false
|
|
4575
|
-
}
|
|
4576
|
-
},
|
|
4577
|
-
{
|
|
4578
|
-
"name": "border",
|
|
4579
|
-
"description": "Adds borders between rows. Will disable `striped` if both are true",
|
|
4580
|
-
"type": {
|
|
4581
|
-
"name": "boolean"
|
|
4582
|
-
},
|
|
4583
|
-
"defaultValue": {
|
|
4584
|
-
"func": false,
|
|
4585
|
-
"value": true
|
|
4586
|
-
}
|
|
4587
|
-
},
|
|
4588
|
-
{
|
|
4589
|
-
"name": "fullWidth",
|
|
4590
|
-
"description": "Sets the width to 100%. Also accepts space separated strings for breakpoints that it should be full width: { '@xs' | '@sm' | '@md' | '@lg' }",
|
|
4567
|
+
"name": "height",
|
|
4568
|
+
"description": "Sets height of the tabs container element.\nPassing a `px` value will render tabs with a static height,\npassing `auto` will render tabs with variable height based on content size.",
|
|
4591
4569
|
"type": {
|
|
4592
|
-
"name": "
|
|
4570
|
+
"name": "string"
|
|
4593
4571
|
},
|
|
4594
4572
|
"defaultValue": {
|
|
4595
4573
|
"func": false,
|
|
4596
|
-
"value":
|
|
4574
|
+
"value": "'240px'"
|
|
4597
4575
|
}
|
|
4598
4576
|
},
|
|
4599
4577
|
{
|
|
4600
|
-
"name": "
|
|
4601
|
-
"description": "
|
|
4578
|
+
"name": "activeTab",
|
|
4579
|
+
"description": "Sets the index of the tab that should be active on initial page load. Note that this property is zero-indexed.",
|
|
4602
4580
|
"type": {
|
|
4603
|
-
"name": "
|
|
4581
|
+
"name": "number"
|
|
4604
4582
|
},
|
|
4605
4583
|
"defaultValue": {
|
|
4606
4584
|
"func": false,
|
|
4607
|
-
"value":
|
|
4585
|
+
"value": "0"
|
|
4608
4586
|
}
|
|
4609
4587
|
},
|
|
4610
4588
|
{
|
|
4611
|
-
"name": "
|
|
4612
|
-
"description": "
|
|
4589
|
+
"name": "modifier",
|
|
4590
|
+
"description": "Modifies the style variants for this component",
|
|
4591
|
+
"tags": {},
|
|
4592
|
+
"values": [
|
|
4593
|
+
"centered",
|
|
4594
|
+
"compact",
|
|
4595
|
+
"full-width",
|
|
4596
|
+
"no-border"
|
|
4597
|
+
],
|
|
4613
4598
|
"type": {
|
|
4614
|
-
"name": "
|
|
4615
|
-
},
|
|
4616
|
-
"defaultValue": {
|
|
4617
|
-
"func": false,
|
|
4618
|
-
"value": false
|
|
4599
|
+
"name": "string"
|
|
4619
4600
|
}
|
|
4620
4601
|
},
|
|
4621
4602
|
{
|
|
4622
4603
|
"name": "size",
|
|
4623
|
-
"description": "
|
|
4604
|
+
"description": "Use `small` to reduce spacing around the tabs for a denser visual design",
|
|
4624
4605
|
"tags": {
|
|
4625
4606
|
"demoSelectMultiple": [
|
|
4626
4607
|
{
|
|
4627
|
-
"description": "
|
|
4608
|
+
"description": "true",
|
|
4628
4609
|
"title": "demoSelectMultiple"
|
|
4629
4610
|
}
|
|
4630
4611
|
]
|
|
4631
4612
|
},
|
|
4632
4613
|
"values": [
|
|
4633
|
-
"small"
|
|
4634
|
-
"medium",
|
|
4635
|
-
"large"
|
|
4614
|
+
"small"
|
|
4636
4615
|
],
|
|
4616
|
+
"type": {
|
|
4617
|
+
"name": "string"
|
|
4618
|
+
}
|
|
4619
|
+
},
|
|
4620
|
+
{
|
|
4621
|
+
"name": "backgroundColor",
|
|
4622
|
+
"description": "Sets the background color of the tab.\nFor CdrTabs that are rendered on non-primary backgrounds.\nPass the background-color into the component to ensure that the scrolling gradients render correctly.",
|
|
4637
4623
|
"type": {
|
|
4638
4624
|
"name": "string"
|
|
4639
4625
|
},
|
|
4640
4626
|
"defaultValue": {
|
|
4641
4627
|
"func": false,
|
|
4642
|
-
"value": "
|
|
4628
|
+
"value": "CdrColorBackgroundPrimary"
|
|
4643
4629
|
}
|
|
4644
4630
|
}
|
|
4645
4631
|
],
|
|
4646
4632
|
"slots": [
|
|
4647
4633
|
{
|
|
4648
4634
|
"name": "default",
|
|
4649
|
-
"description": "
|
|
4635
|
+
"description": "CdrTabs content (CdrTabPanel components)"
|
|
4650
4636
|
}
|
|
4651
4637
|
],
|
|
4652
4638
|
"sourceFiles": [
|
|
4653
|
-
"./src/components/
|
|
4639
|
+
"./src/components/tabs/CdrTabs.vue"
|
|
4654
4640
|
],
|
|
4655
4641
|
"UIProperties": [
|
|
4656
4642
|
{
|
|
4657
|
-
"name": "--cdr-
|
|
4658
|
-
"defaultValue": "--cdr-color-
|
|
4659
|
-
"description": "
|
|
4660
|
-
},
|
|
4661
|
-
{
|
|
4662
|
-
"name": "--cdr-table-row-background-color",
|
|
4663
|
-
"defaultValue": "--cdr-color-background-table-row",
|
|
4664
|
-
"description": "Background color of the table rows"
|
|
4665
|
-
},
|
|
4666
|
-
{
|
|
4667
|
-
"name": "--cdr-table-header-background-color",
|
|
4668
|
-
"defaultValue": "--cdr-color-background-table-header",
|
|
4669
|
-
"description": "Background color of the table header"
|
|
4670
|
-
},
|
|
4671
|
-
{
|
|
4672
|
-
"name": "--cdr-table-text-cell-color",
|
|
4673
|
-
"defaultValue": "--cdr-color-text-primary",
|
|
4674
|
-
"description": "Text color of the table cells"
|
|
4675
|
-
},
|
|
4676
|
-
{
|
|
4677
|
-
"name": "--cdr-table-border-color-default",
|
|
4678
|
-
"defaultValue": "--cdr-color-border-table-default",
|
|
4679
|
-
"description": "Default border color of the table"
|
|
4643
|
+
"name": "--cdr-tabs-header-container-keyline-color",
|
|
4644
|
+
"defaultValue": "--cdr-color-border-tab-keyline-rest",
|
|
4645
|
+
"description": "Keyline color of the cdr-tabs header container"
|
|
4680
4646
|
},
|
|
4681
4647
|
{
|
|
4682
|
-
"name": "--cdr-
|
|
4683
|
-
"defaultValue": "--cdr-color-
|
|
4684
|
-
"description": "
|
|
4648
|
+
"name": "--cdr-tabs-tab-text-color",
|
|
4649
|
+
"defaultValue": "--cdr-color-text-tab-rest",
|
|
4650
|
+
"description": "Text color in a tab"
|
|
4685
4651
|
},
|
|
4686
4652
|
{
|
|
4687
|
-
"name": "--cdr-
|
|
4688
|
-
"defaultValue": "--cdr-color-
|
|
4689
|
-
"description": "
|
|
4653
|
+
"name": "--cdr-tabs-tab-text-color-active",
|
|
4654
|
+
"defaultValue": "--cdr-color-text-tab-active",
|
|
4655
|
+
"description": "Text color of an active tab"
|
|
4690
4656
|
},
|
|
4691
4657
|
{
|
|
4692
|
-
"name": "--cdr-
|
|
4693
|
-
"defaultValue": "--cdr-color-
|
|
4694
|
-
"description": "
|
|
4658
|
+
"name": "--cdr-tabs-tab-text-color-interaction",
|
|
4659
|
+
"defaultValue": "--cdr-color-text-tab-hover",
|
|
4660
|
+
"description": "Text color of a tab on active, focus, or hover"
|
|
4695
4661
|
},
|
|
4696
4662
|
{
|
|
4697
|
-
"name": "--cdr-
|
|
4698
|
-
"defaultValue": "--cdr-color-
|
|
4699
|
-
"description": "
|
|
4663
|
+
"name": "--cdr-tabs-tab-text-color-disabled",
|
|
4664
|
+
"defaultValue": "--cdr-color-text-tab-disabled",
|
|
4665
|
+
"description": "Text color of a disabled tab"
|
|
4700
4666
|
},
|
|
4701
4667
|
{
|
|
4702
|
-
"name": "--cdr-
|
|
4703
|
-
"defaultValue": "--cdr-color-
|
|
4704
|
-
"description": "Background color of
|
|
4668
|
+
"name": "--cdr-tabs-keyline-background-color",
|
|
4669
|
+
"defaultValue": "--cdr-color-border-tab-keyline-active",
|
|
4670
|
+
"description": "Background color of the cdr-tabs keyline"
|
|
4705
4671
|
},
|
|
4706
4672
|
{
|
|
4707
|
-
"name": "--cdr-
|
|
4708
|
-
"defaultValue": "
|
|
4709
|
-
"description": "
|
|
4673
|
+
"name": "--cdr-tabs-no-border-border-color",
|
|
4674
|
+
"defaultValue": "transparent",
|
|
4675
|
+
"description": "Border color of the cdr-tabs with no-border modifier"
|
|
4710
4676
|
}
|
|
4711
4677
|
]
|
|
4712
4678
|
},
|
|
@@ -4761,123 +4727,157 @@
|
|
|
4761
4727
|
"./src/components/tabs/CdrTabPanel.vue"
|
|
4762
4728
|
]
|
|
4763
4729
|
},
|
|
4764
|
-
"
|
|
4765
|
-
"name": "
|
|
4766
|
-
"description": "Organizes
|
|
4730
|
+
"CdrTable": {
|
|
4731
|
+
"name": "CdrTable",
|
|
4732
|
+
"description": "Organizes structured data for users to easily scan, compare, and analyze",
|
|
4767
4733
|
"tags": {},
|
|
4768
4734
|
"exportName": "default",
|
|
4769
|
-
"displayName": "
|
|
4735
|
+
"displayName": "CdrTable",
|
|
4770
4736
|
"props": [
|
|
4771
4737
|
{
|
|
4772
|
-
"name": "
|
|
4773
|
-
"description": "Sets
|
|
4738
|
+
"name": "striped",
|
|
4739
|
+
"description": "Sets row colors to alternate between darker and lighter backgrounds.\nStriping will not apply when `border` is true",
|
|
4774
4740
|
"type": {
|
|
4775
|
-
"name": "
|
|
4741
|
+
"name": "boolean"
|
|
4776
4742
|
},
|
|
4777
4743
|
"defaultValue": {
|
|
4778
4744
|
"func": false,
|
|
4779
|
-
"value":
|
|
4745
|
+
"value": false
|
|
4780
4746
|
}
|
|
4781
4747
|
},
|
|
4782
4748
|
{
|
|
4783
|
-
"name": "
|
|
4784
|
-
"description": "
|
|
4749
|
+
"name": "border",
|
|
4750
|
+
"description": "Adds borders between rows. Will disable `striped` if both are true",
|
|
4785
4751
|
"type": {
|
|
4786
|
-
"name": "
|
|
4752
|
+
"name": "boolean"
|
|
4787
4753
|
},
|
|
4788
4754
|
"defaultValue": {
|
|
4789
4755
|
"func": false,
|
|
4790
|
-
"value":
|
|
4756
|
+
"value": true
|
|
4791
4757
|
}
|
|
4792
4758
|
},
|
|
4793
4759
|
{
|
|
4794
|
-
"name": "
|
|
4795
|
-
"description": "
|
|
4796
|
-
"tags": {},
|
|
4797
|
-
"values": [
|
|
4798
|
-
"centered",
|
|
4799
|
-
"compact",
|
|
4800
|
-
"full-width",
|
|
4801
|
-
"no-border"
|
|
4802
|
-
],
|
|
4760
|
+
"name": "fullWidth",
|
|
4761
|
+
"description": "Sets the width to 100%. Also accepts space separated strings for breakpoints that it should be full width: { '@xs' | '@sm' | '@md' | '@lg' }",
|
|
4803
4762
|
"type": {
|
|
4804
|
-
"name": "string"
|
|
4763
|
+
"name": "boolean|string"
|
|
4764
|
+
},
|
|
4765
|
+
"defaultValue": {
|
|
4766
|
+
"func": false,
|
|
4767
|
+
"value": true
|
|
4768
|
+
}
|
|
4769
|
+
},
|
|
4770
|
+
{
|
|
4771
|
+
"name": "responsive",
|
|
4772
|
+
"description": "Makes the table scroll horizontally when it would overflow its container",
|
|
4773
|
+
"type": {
|
|
4774
|
+
"name": "boolean"
|
|
4775
|
+
},
|
|
4776
|
+
"defaultValue": {
|
|
4777
|
+
"func": false,
|
|
4778
|
+
"value": true
|
|
4779
|
+
}
|
|
4780
|
+
},
|
|
4781
|
+
{
|
|
4782
|
+
"name": "hover",
|
|
4783
|
+
"description": "Adds a darker background on row hover",
|
|
4784
|
+
"type": {
|
|
4785
|
+
"name": "boolean"
|
|
4786
|
+
},
|
|
4787
|
+
"defaultValue": {
|
|
4788
|
+
"func": false,
|
|
4789
|
+
"value": false
|
|
4805
4790
|
}
|
|
4806
4791
|
},
|
|
4807
4792
|
{
|
|
4808
4793
|
"name": "size",
|
|
4809
|
-
"description": "
|
|
4794
|
+
"description": "Sets the table size (cell padding); values can target responsive breakpoints. Example `small@lg`.",
|
|
4810
4795
|
"tags": {
|
|
4811
4796
|
"demoSelectMultiple": [
|
|
4812
4797
|
{
|
|
4813
|
-
"description": "
|
|
4798
|
+
"description": "false",
|
|
4814
4799
|
"title": "demoSelectMultiple"
|
|
4815
4800
|
}
|
|
4816
4801
|
]
|
|
4817
4802
|
},
|
|
4818
4803
|
"values": [
|
|
4819
|
-
"small"
|
|
4804
|
+
"small",
|
|
4805
|
+
"medium",
|
|
4806
|
+
"large"
|
|
4820
4807
|
],
|
|
4821
|
-
"type": {
|
|
4822
|
-
"name": "string"
|
|
4823
|
-
}
|
|
4824
|
-
},
|
|
4825
|
-
{
|
|
4826
|
-
"name": "backgroundColor",
|
|
4827
|
-
"description": "Sets the background color of the tab.\nFor CdrTabs that are rendered on non-primary backgrounds.\nPass the background-color into the component to ensure that the scrolling gradients render correctly.",
|
|
4828
4808
|
"type": {
|
|
4829
4809
|
"name": "string"
|
|
4830
4810
|
},
|
|
4831
4811
|
"defaultValue": {
|
|
4832
4812
|
"func": false,
|
|
4833
|
-
"value": "
|
|
4813
|
+
"value": "'medium'"
|
|
4834
4814
|
}
|
|
4835
4815
|
}
|
|
4836
4816
|
],
|
|
4837
4817
|
"slots": [
|
|
4838
4818
|
{
|
|
4839
4819
|
"name": "default",
|
|
4840
|
-
"description": "
|
|
4820
|
+
"description": "CdrTable content (Valid table elements <th>, <tbody>, <tr>, <td>, etc.)"
|
|
4841
4821
|
}
|
|
4842
4822
|
],
|
|
4843
4823
|
"sourceFiles": [
|
|
4844
|
-
"./src/components/
|
|
4824
|
+
"./src/components/table/CdrTable.vue"
|
|
4845
4825
|
],
|
|
4846
4826
|
"UIProperties": [
|
|
4847
4827
|
{
|
|
4848
|
-
"name": "--cdr-
|
|
4849
|
-
"defaultValue": "--cdr-color-
|
|
4850
|
-
"description": "
|
|
4828
|
+
"name": "--cdr-table-base-text-color",
|
|
4829
|
+
"defaultValue": "--cdr-color-text-primary",
|
|
4830
|
+
"description": "Color of the cdr-table base text"
|
|
4851
4831
|
},
|
|
4852
4832
|
{
|
|
4853
|
-
"name": "--cdr-
|
|
4854
|
-
"defaultValue": "--cdr-color-
|
|
4855
|
-
"description": "
|
|
4833
|
+
"name": "--cdr-table-row-background-color",
|
|
4834
|
+
"defaultValue": "--cdr-color-background-table-row",
|
|
4835
|
+
"description": "Background color of the table rows"
|
|
4856
4836
|
},
|
|
4857
4837
|
{
|
|
4858
|
-
"name": "--cdr-
|
|
4859
|
-
"defaultValue": "--cdr-color-
|
|
4860
|
-
"description": "
|
|
4838
|
+
"name": "--cdr-table-header-background-color",
|
|
4839
|
+
"defaultValue": "--cdr-color-background-table-header",
|
|
4840
|
+
"description": "Background color of the table header"
|
|
4861
4841
|
},
|
|
4862
4842
|
{
|
|
4863
|
-
"name": "--cdr-
|
|
4864
|
-
"defaultValue": "--cdr-color-text-
|
|
4865
|
-
"description": "Text color of
|
|
4843
|
+
"name": "--cdr-table-text-cell-color",
|
|
4844
|
+
"defaultValue": "--cdr-color-text-primary",
|
|
4845
|
+
"description": "Text color of the table cells"
|
|
4866
4846
|
},
|
|
4867
4847
|
{
|
|
4868
|
-
"name": "--cdr-
|
|
4869
|
-
"defaultValue": "--cdr-color-
|
|
4870
|
-
"description": "
|
|
4848
|
+
"name": "--cdr-table-border-color-default",
|
|
4849
|
+
"defaultValue": "--cdr-color-border-table-default",
|
|
4850
|
+
"description": "Default border color of the table"
|
|
4871
4851
|
},
|
|
4872
4852
|
{
|
|
4873
|
-
"name": "--cdr-
|
|
4874
|
-
"defaultValue": "--cdr-color-border-
|
|
4875
|
-
"description": "
|
|
4853
|
+
"name": "--cdr-table-head-border-default",
|
|
4854
|
+
"defaultValue": "--cdr-color-border-table-head",
|
|
4855
|
+
"description": "Head border color of the table"
|
|
4876
4856
|
},
|
|
4877
4857
|
{
|
|
4878
|
-
"name": "--cdr-
|
|
4879
|
-
"defaultValue": "
|
|
4880
|
-
"description": "
|
|
4858
|
+
"name": "--cdr-table-odd-row-background-color",
|
|
4859
|
+
"defaultValue": "--cdr-color-background-table-row-alt",
|
|
4860
|
+
"description": "Background color of all odd rows in the table"
|
|
4861
|
+
},
|
|
4862
|
+
{
|
|
4863
|
+
"name": "--cdr-table-header-odd-row-background-color",
|
|
4864
|
+
"defaultValue": "--cdr-color-background-table-row",
|
|
4865
|
+
"description": "Background color of odd rows in the table header"
|
|
4866
|
+
},
|
|
4867
|
+
{
|
|
4868
|
+
"name": "--cdr-table-striped-odd-row-background-color",
|
|
4869
|
+
"defaultValue": "--cdr-color-background-table-row",
|
|
4870
|
+
"description": "Background color of the odd rows in striped tables"
|
|
4871
|
+
},
|
|
4872
|
+
{
|
|
4873
|
+
"name": "--cdr-table-body-footer-odd-row-background-color",
|
|
4874
|
+
"defaultValue": "--cdr-color-background-table-row-alt",
|
|
4875
|
+
"description": "Background color of odd rows in the table body and footer"
|
|
4876
|
+
},
|
|
4877
|
+
{
|
|
4878
|
+
"name": "--cdr-table-cell-background-color-hover",
|
|
4879
|
+
"defaultValue": "--cdr-color-background-table-header",
|
|
4880
|
+
"description": "Background color of table cells on hover"
|
|
4881
4881
|
}
|
|
4882
4882
|
]
|
|
4883
4883
|
},
|
|
@@ -5141,94 +5141,6 @@
|
|
|
5141
5141
|
}
|
|
5142
5142
|
]
|
|
5143
5143
|
},
|
|
5144
|
-
"CdrToggleButton": {
|
|
5145
|
-
"name": "CdrToggleButton",
|
|
5146
|
-
"description": "Permits switching two or more options on and off",
|
|
5147
|
-
"tags": {},
|
|
5148
|
-
"exportName": "default",
|
|
5149
|
-
"displayName": "CdrToggleButton",
|
|
5150
|
-
"props": [
|
|
5151
|
-
{
|
|
5152
|
-
"name": "toggleValue",
|
|
5153
|
-
"description": "Sets the value and aria-label for the toggle button. Display can be overridden using default slot",
|
|
5154
|
-
"type": {
|
|
5155
|
-
"name": "string"
|
|
5156
|
-
},
|
|
5157
|
-
"required": true
|
|
5158
|
-
}
|
|
5159
|
-
],
|
|
5160
|
-
"slots": [
|
|
5161
|
-
{
|
|
5162
|
-
"name": "default",
|
|
5163
|
-
"description": "CdrToggleButton label content"
|
|
5164
|
-
}
|
|
5165
|
-
],
|
|
5166
|
-
"sourceFiles": [
|
|
5167
|
-
"./src/components/toggleButton/CdrToggleButton.vue"
|
|
5168
|
-
],
|
|
5169
|
-
"UIProperties": [
|
|
5170
|
-
{
|
|
5171
|
-
"name": "--cdr-toggle-button-color-default-rest",
|
|
5172
|
-
"defaultValue": "--cdr-color-text-toggle-button-default-rest",
|
|
5173
|
-
"description": "Default text color of the cdr-toggle-button"
|
|
5174
|
-
},
|
|
5175
|
-
{
|
|
5176
|
-
"name": "--cdr-toggle-button-background-color-default-rest",
|
|
5177
|
-
"defaultValue": "--cdr-color-background-toggle-button-default-rest",
|
|
5178
|
-
"description": "Default background color of the cdr-toggle-button"
|
|
5179
|
-
},
|
|
5180
|
-
{
|
|
5181
|
-
"name": "--cdr-toggle-button-border-color-default-focus",
|
|
5182
|
-
"defaultValue": "--cdr-color-border-toggle-button-default-focus",
|
|
5183
|
-
"description": "Focus border color of the cdr-toggle-button"
|
|
5184
|
-
},
|
|
5185
|
-
{
|
|
5186
|
-
"name": "--cdr-toggle-button-background-color-default-focus",
|
|
5187
|
-
"defaultValue": "--cdr-color-background-toggle-button-default-focus",
|
|
5188
|
-
"description": "Focus background color of the cdr-toggle-button"
|
|
5189
|
-
},
|
|
5190
|
-
{
|
|
5191
|
-
"name": "--cdr-toggle-button-icon-fill-default",
|
|
5192
|
-
"defaultValue": "--cdr-color-icon-default",
|
|
5193
|
-
"description": "Default fill color of the cdr-toggle-button's svg"
|
|
5194
|
-
},
|
|
5195
|
-
{
|
|
5196
|
-
"name": "--cdr-toggle-button-background-color-default-selected-rest",
|
|
5197
|
-
"defaultValue": "--cdr-color-background-toggle-button-default-selected-rest",
|
|
5198
|
-
"description": "Selected background color of the cdr-toggle-button at rest"
|
|
5199
|
-
},
|
|
5200
|
-
{
|
|
5201
|
-
"name": "--cdr-toggle-button-border-color-default-selected-rest",
|
|
5202
|
-
"defaultValue": "--cdr-color-border-toggle-button-default-selected-rest",
|
|
5203
|
-
"description": "Selected border color of the cdr-toggle-button at rest"
|
|
5204
|
-
},
|
|
5205
|
-
{
|
|
5206
|
-
"name": "--cdr-toggle-button-icon-fill-selected-rest",
|
|
5207
|
-
"defaultValue": "--cdr-color-icon-emphasis",
|
|
5208
|
-
"description": "Selected fill color of the cdr-toggle-button's svg at rest"
|
|
5209
|
-
},
|
|
5210
|
-
{
|
|
5211
|
-
"name": "--cdr-toggle-button-border-color-default-selected-focus",
|
|
5212
|
-
"defaultValue": "--cdr-color-border-toggle-button-default-selected-focus",
|
|
5213
|
-
"description": "Selected border color of the cdr-toggle-button on focus"
|
|
5214
|
-
},
|
|
5215
|
-
{
|
|
5216
|
-
"name": "--cdr-toggle-button-background-color-default-selected-hover",
|
|
5217
|
-
"defaultValue": "--cdr-color-background-toggle-button-default-selected-hover",
|
|
5218
|
-
"description": "Selected background color of the cdr-toggle-button on hover"
|
|
5219
|
-
},
|
|
5220
|
-
{
|
|
5221
|
-
"name": "--cdr-toggle-button-background-color-default-hover",
|
|
5222
|
-
"defaultValue": "--cdr-color-background-toggle-button-default-hover",
|
|
5223
|
-
"description": "Background color of the cdr-toggle-button on hover"
|
|
5224
|
-
},
|
|
5225
|
-
{
|
|
5226
|
-
"name": "--cdr-toggle-button-border-color-hover-focus",
|
|
5227
|
-
"defaultValue": "--cdr-color-border-toggle-button-default-selected-focus",
|
|
5228
|
-
"description": "Hover border color of the cdr-toggle-button on focus"
|
|
5229
|
-
}
|
|
5230
|
-
]
|
|
5231
|
-
},
|
|
5232
5144
|
"CdrToggleGroup": {
|
|
5233
5145
|
"name": "CdrToggleGroup",
|
|
5234
5146
|
"exportName": "default",
|
|
@@ -5322,6 +5234,94 @@
|
|
|
5322
5234
|
}
|
|
5323
5235
|
]
|
|
5324
5236
|
},
|
|
5237
|
+
"CdrToggleButton": {
|
|
5238
|
+
"name": "CdrToggleButton",
|
|
5239
|
+
"description": "Permits switching two or more options on and off",
|
|
5240
|
+
"tags": {},
|
|
5241
|
+
"exportName": "default",
|
|
5242
|
+
"displayName": "CdrToggleButton",
|
|
5243
|
+
"props": [
|
|
5244
|
+
{
|
|
5245
|
+
"name": "toggleValue",
|
|
5246
|
+
"description": "Sets the value and aria-label for the toggle button. Display can be overridden using default slot",
|
|
5247
|
+
"type": {
|
|
5248
|
+
"name": "string"
|
|
5249
|
+
},
|
|
5250
|
+
"required": true
|
|
5251
|
+
}
|
|
5252
|
+
],
|
|
5253
|
+
"slots": [
|
|
5254
|
+
{
|
|
5255
|
+
"name": "default",
|
|
5256
|
+
"description": "CdrToggleButton label content"
|
|
5257
|
+
}
|
|
5258
|
+
],
|
|
5259
|
+
"sourceFiles": [
|
|
5260
|
+
"./src/components/toggleButton/CdrToggleButton.vue"
|
|
5261
|
+
],
|
|
5262
|
+
"UIProperties": [
|
|
5263
|
+
{
|
|
5264
|
+
"name": "--cdr-toggle-button-color-default-rest",
|
|
5265
|
+
"defaultValue": "--cdr-color-text-toggle-button-default-rest",
|
|
5266
|
+
"description": "Default text color of the cdr-toggle-button"
|
|
5267
|
+
},
|
|
5268
|
+
{
|
|
5269
|
+
"name": "--cdr-toggle-button-background-color-default-rest",
|
|
5270
|
+
"defaultValue": "--cdr-color-background-toggle-button-default-rest",
|
|
5271
|
+
"description": "Default background color of the cdr-toggle-button"
|
|
5272
|
+
},
|
|
5273
|
+
{
|
|
5274
|
+
"name": "--cdr-toggle-button-border-color-default-focus",
|
|
5275
|
+
"defaultValue": "--cdr-color-border-toggle-button-default-focus",
|
|
5276
|
+
"description": "Focus border color of the cdr-toggle-button"
|
|
5277
|
+
},
|
|
5278
|
+
{
|
|
5279
|
+
"name": "--cdr-toggle-button-background-color-default-focus",
|
|
5280
|
+
"defaultValue": "--cdr-color-background-toggle-button-default-focus",
|
|
5281
|
+
"description": "Focus background color of the cdr-toggle-button"
|
|
5282
|
+
},
|
|
5283
|
+
{
|
|
5284
|
+
"name": "--cdr-toggle-button-icon-fill-default",
|
|
5285
|
+
"defaultValue": "--cdr-color-icon-default",
|
|
5286
|
+
"description": "Default fill color of the cdr-toggle-button's svg"
|
|
5287
|
+
},
|
|
5288
|
+
{
|
|
5289
|
+
"name": "--cdr-toggle-button-background-color-default-selected-rest",
|
|
5290
|
+
"defaultValue": "--cdr-color-background-toggle-button-default-selected-rest",
|
|
5291
|
+
"description": "Selected background color of the cdr-toggle-button at rest"
|
|
5292
|
+
},
|
|
5293
|
+
{
|
|
5294
|
+
"name": "--cdr-toggle-button-border-color-default-selected-rest",
|
|
5295
|
+
"defaultValue": "--cdr-color-border-toggle-button-default-selected-rest",
|
|
5296
|
+
"description": "Selected border color of the cdr-toggle-button at rest"
|
|
5297
|
+
},
|
|
5298
|
+
{
|
|
5299
|
+
"name": "--cdr-toggle-button-icon-fill-selected-rest",
|
|
5300
|
+
"defaultValue": "--cdr-color-icon-emphasis",
|
|
5301
|
+
"description": "Selected fill color of the cdr-toggle-button's svg at rest"
|
|
5302
|
+
},
|
|
5303
|
+
{
|
|
5304
|
+
"name": "--cdr-toggle-button-border-color-default-selected-focus",
|
|
5305
|
+
"defaultValue": "--cdr-color-border-toggle-button-default-selected-focus",
|
|
5306
|
+
"description": "Selected border color of the cdr-toggle-button on focus"
|
|
5307
|
+
},
|
|
5308
|
+
{
|
|
5309
|
+
"name": "--cdr-toggle-button-background-color-default-selected-hover",
|
|
5310
|
+
"defaultValue": "--cdr-color-background-toggle-button-default-selected-hover",
|
|
5311
|
+
"description": "Selected background color of the cdr-toggle-button on hover"
|
|
5312
|
+
},
|
|
5313
|
+
{
|
|
5314
|
+
"name": "--cdr-toggle-button-background-color-default-hover",
|
|
5315
|
+
"defaultValue": "--cdr-color-background-toggle-button-default-hover",
|
|
5316
|
+
"description": "Background color of the cdr-toggle-button on hover"
|
|
5317
|
+
},
|
|
5318
|
+
{
|
|
5319
|
+
"name": "--cdr-toggle-button-border-color-hover-focus",
|
|
5320
|
+
"defaultValue": "--cdr-color-border-toggle-button-default-selected-focus",
|
|
5321
|
+
"description": "Hover border color of the cdr-toggle-button on focus"
|
|
5322
|
+
}
|
|
5323
|
+
]
|
|
5324
|
+
},
|
|
5325
5325
|
"CdrTooltip": {
|
|
5326
5326
|
"name": "CdrTooltip",
|
|
5327
5327
|
"description": "Floating label used to clarify interface actions",
|