@rei/cedar 14.1.1 → 15.0.0-alpha.0
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/cedar.umd.js +14 -14
- package/dist/component-docgen.json +2728 -2262
- package/dist/icon-component-docgen.json +591 -591
- package/dist/lib.d.ts +788 -411
- package/dist/node_modules/@rei/cdr-tokens/dist/rei-dot-com/js/cdr-tokens.mjs +10 -7
- package/dist/reset.css +0 -5
- package/dist/src/components/abstract/CdrAbstract.vue.mjs +9 -0
- package/dist/src/components/abstract/CdrAbstract.vue2.mjs +24 -0
- package/dist/src/components/abstract/styles/CdrAbstract.module.scss.mjs +6 -0
- package/dist/src/components/accordion/CdrAccordion.vue2.mjs +29 -29
- package/dist/src/components/accordion/styles/CdrAccordion.module.scss.mjs +29 -29
- package/dist/src/components/accordion/styles/CdrAccordionGroup.module.scss.mjs +2 -2
- package/dist/src/components/banner/styles/CdrBanner.module.scss.mjs +14 -14
- package/dist/src/components/breadcrumb/styles/CdrBreadcrumb.module.scss.mjs +7 -7
- package/dist/src/components/button/styles/CdrButton.module.scss.mjs +31 -31
- package/dist/src/components/caption/styles/CdrCaption.module.scss.mjs +4 -4
- package/dist/src/components/card/styles/CdrCard.module.scss.mjs +3 -3
- package/dist/src/components/checkbox/CdrCheckbox.vue2.mjs +21 -21
- package/dist/src/components/checkbox/styles/CdrCheckbox.module.scss.mjs +29 -29
- package/dist/src/components/chip/styles/CdrChip.module.scss.mjs +4 -4
- package/dist/src/components/chip/styles/CdrChipGroup.module.scss.mjs +6 -6
- package/dist/src/components/choreographer/CdrChoreographer.vue.mjs +9 -0
- package/dist/src/components/choreographer/CdrChoreographer.vue2.mjs +48 -0
- package/dist/src/components/choreographer/styles/CdrChoreographer.module.scss.mjs +9 -0
- package/dist/src/components/container/styles/CdrContainer.module.scss.mjs +4 -4
- package/dist/src/components/formError/styles/CdrFormError.module.scss.mjs +2 -2
- package/dist/src/components/formGroup/styles/CdrFormGroup.module.scss.mjs +8 -8
- package/dist/src/components/grid/styles/CdrGrid.module.scss.mjs +21 -21
- package/dist/src/components/icon/styles/CdrIcon.module.scss.mjs +12 -12
- package/dist/src/components/image/CdrImg.vue2.mjs +32 -96
- package/dist/src/components/image/styles/CdrImg.module.scss.mjs +3 -10
- package/dist/src/components/input/CdrInput.vue2.mjs +29 -29
- package/dist/src/components/input/styles/CdrInput.module.scss.mjs +34 -34
- package/dist/src/components/kicker/CdrKicker.vue.mjs +9 -0
- package/dist/src/components/kicker/CdrKicker.vue2.mjs +14 -0
- package/dist/src/components/kicker/styles/CdrKicker.module.scss.mjs +6 -0
- package/dist/src/components/labelStandalone/styles/CdrLabelStandalone.module.scss.mjs +14 -14
- package/dist/src/components/labelWrapper/styles/CdrLabelWrapper.module.scss.mjs +27 -27
- package/dist/src/components/lead/CdrHeadingSubheadingBlock.vue.mjs +9 -0
- package/dist/src/components/lead/CdrHeadingSubheadingBlock.vue2.mjs +33 -0
- package/dist/src/components/lead/CdrLead.vue.mjs +9 -0
- package/dist/src/components/lead/CdrLead.vue2.mjs +55 -0
- package/dist/src/components/lead/styles/CdrHeadingSubheadingBlock.module.scss.mjs +7 -0
- package/dist/src/components/lead/styles/CdrLead.module.scss.mjs +11 -0
- package/dist/src/components/link/styles/CdrLink.module.scss.mjs +5 -5
- package/dist/src/components/list/styles/CdrList.module.scss.mjs +5 -5
- package/dist/src/components/modal/CdrModal.vue2.mjs +110 -90
- package/dist/src/components/modal/styles/CdrModal.module.scss.mjs +14 -14
- package/dist/src/components/pagination/CdrPagination.vue2.mjs +79 -79
- package/dist/src/components/pagination/styles/CdrPagination.module.scss.mjs +55 -55
- package/dist/src/components/picture/CdrPicture.vue.mjs +9 -0
- package/dist/src/components/picture/CdrPicture.vue2.mjs +42 -0
- package/dist/src/components/picture/styles/CdrPicture.module.scss.mjs +6 -0
- package/dist/src/components/popover/CdrPopover.vue2.mjs +38 -38
- package/dist/src/components/popover/styles/CdrPopover.module.scss.mjs +63 -63
- package/dist/src/components/popup/CdrPopup.vue2.mjs +28 -28
- package/dist/src/components/popup/styles/CdrPopup.module.scss.mjs +14 -14
- package/dist/src/components/quote/styles/CdrQuote.module.scss.mjs +4 -4
- package/dist/src/components/radio/CdrRadio.vue2.mjs +23 -23
- package/dist/src/components/radio/styles/CdrRadio.module.scss.mjs +29 -29
- package/dist/src/components/rating/styles/CdrRating.module.scss.mjs +46 -46
- package/dist/src/components/select/CdrSelect.vue2.mjs +30 -30
- package/dist/src/components/select/styles/CdrSelect.module.scss.mjs +42 -42
- package/dist/src/components/skeleton/styles/CdrSkeleton.module.scss.mjs +1 -1
- package/dist/src/components/skeleton/styles/CdrSkeletonBone.module.scss.mjs +7 -7
- package/dist/src/components/switch/CdrSwitch.vue2.mjs +25 -25
- package/dist/src/components/switch/styles/CdrSwitch.module.scss.mjs +8 -8
- package/dist/src/components/table/styles/CdrTable.module.scss.mjs +13 -13
- package/dist/src/components/tabs/CdrTabPanel.vue2.mjs +12 -12
- package/dist/src/components/tabs/styles/CdrTabPanel.module.scss.mjs +7 -7
- package/dist/src/components/tabs/styles/CdrTabs.module.scss.mjs +30 -30
- package/dist/src/components/text/presets/CdrBody.vue.mjs +9 -0
- package/dist/src/components/text/presets/CdrBody.vue2.mjs +39 -0
- package/dist/src/components/text/presets/CdrBody.vue3.mjs +6 -0
- package/dist/src/components/text/presets/CdrEyebrow.vue.mjs +9 -0
- package/dist/src/components/text/presets/CdrEyebrow.vue2.mjs +18 -0
- package/dist/src/components/text/presets/CdrEyebrow.vue3.mjs +6 -0
- package/dist/src/components/text/presets/CdrHeadingDisplay.vue.mjs +9 -0
- package/dist/src/components/text/presets/CdrHeadingDisplay.vue2.mjs +33 -0
- package/dist/src/components/text/presets/CdrHeadingDisplay.vue3.mjs +6 -0
- package/dist/src/components/text/presets/CdrHeadingSans.vue.mjs +9 -0
- package/dist/src/components/text/presets/CdrHeadingSans.vue2.mjs +33 -0
- package/dist/src/components/text/presets/CdrHeadingSans.vue3.mjs +6 -0
- package/dist/src/components/text/presets/CdrHeadingSerif.vue.mjs +9 -0
- package/dist/src/components/text/presets/CdrHeadingSerif.vue2.mjs +39 -0
- package/dist/src/components/text/presets/CdrHeadingSerif.vue3.mjs +6 -0
- package/dist/src/components/text/presets/CdrSubheadingSans.vue.mjs +9 -0
- package/dist/src/components/text/presets/CdrSubheadingSans.vue2.mjs +33 -0
- package/dist/src/components/text/presets/CdrSubheadingSans.vue3.mjs +6 -0
- package/dist/src/components/text/presets/CdrUtilitySans.vue.mjs +9 -0
- package/dist/src/components/text/presets/CdrUtilitySans.vue2.mjs +39 -0
- package/dist/src/components/text/presets/CdrUtilitySans.vue3.mjs +6 -0
- package/dist/src/components/text/presets/CdrUtilitySerif.vue.mjs +9 -0
- package/dist/src/components/text/presets/CdrUtilitySerif.vue2.mjs +39 -0
- package/dist/src/components/text/presets/CdrUtilitySerif.vue3.mjs +6 -0
- package/dist/src/components/text/styles/CdrText.module.scss.mjs +1 -1
- package/dist/src/components/title/CdrTitle.vue.mjs +9 -0
- package/dist/src/components/title/CdrTitle.vue2.mjs +23 -0
- package/dist/src/components/title/styles/CdrTitle.module.scss.mjs +6 -0
- package/dist/src/components/toast/CdrToast.vue2.mjs +21 -21
- package/dist/src/components/toast/styles/CdrToast.module.scss.mjs +57 -57
- package/dist/src/components/toggleButton/CdrToggleGroup.vue2.mjs +27 -27
- package/dist/src/components/toggleButton/styles/CdrToggleButton.module.scss.mjs +2 -2
- package/dist/src/components/toggleButton/styles/CdrToggleGroup.module.scss.mjs +5 -5
- package/dist/src/components/tooltip/CdrTooltip.vue2.mjs +25 -25
- package/dist/src/components/tooltip/styles/CdrTooltip.module.scss.mjs +16 -16
- package/dist/src/lib.mjs +468 -440
- package/dist/style/cdr-abstract.css +1 -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-body.css +1 -0
- 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-choreographer.css +1 -0
- package/dist/style/cdr-container.css +1 -1
- package/dist/style/cdr-eyebrow.css +1 -0
- 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-heading-display.css +1 -0
- package/dist/style/cdr-heading-sans.css +1 -0
- package/dist/style/cdr-heading-serif.css +1 -0
- package/dist/style/cdr-heading-subheading-block.css +1 -0
- 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-kicker.css +1 -0
- package/dist/style/cdr-label-standalone.css +1 -1
- package/dist/style/cdr-label-wrapper.css +1 -1
- package/dist/style/cdr-lead.css +1 -0
- 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-picture.css +1 -0
- 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-subheading-sans.css +1 -0
- 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-title.css +1 -0
- 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/cdr-utility-sans.css +1 -0
- package/dist/style/cdr-utility-serif.css +1 -0
- package/dist/style.css +1 -1
- package/package.json +6 -12
- package/dist/cedar-compiled.css +0 -2332
- package/dist/style/cedar-full.css +0 -41
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.