@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.
Files changed (166) hide show
  1. package/dist/cedar.umd.js +14 -14
  2. package/dist/component-docgen.json +2728 -2262
  3. package/dist/icon-component-docgen.json +591 -591
  4. package/dist/lib.d.ts +788 -411
  5. package/dist/node_modules/@rei/cdr-tokens/dist/rei-dot-com/js/cdr-tokens.mjs +10 -7
  6. package/dist/reset.css +0 -5
  7. package/dist/src/components/abstract/CdrAbstract.vue.mjs +9 -0
  8. package/dist/src/components/abstract/CdrAbstract.vue2.mjs +24 -0
  9. package/dist/src/components/abstract/styles/CdrAbstract.module.scss.mjs +6 -0
  10. package/dist/src/components/accordion/CdrAccordion.vue2.mjs +29 -29
  11. package/dist/src/components/accordion/styles/CdrAccordion.module.scss.mjs +29 -29
  12. package/dist/src/components/accordion/styles/CdrAccordionGroup.module.scss.mjs +2 -2
  13. package/dist/src/components/banner/styles/CdrBanner.module.scss.mjs +14 -14
  14. package/dist/src/components/breadcrumb/styles/CdrBreadcrumb.module.scss.mjs +7 -7
  15. package/dist/src/components/button/styles/CdrButton.module.scss.mjs +31 -31
  16. package/dist/src/components/caption/styles/CdrCaption.module.scss.mjs +4 -4
  17. package/dist/src/components/card/styles/CdrCard.module.scss.mjs +3 -3
  18. package/dist/src/components/checkbox/CdrCheckbox.vue2.mjs +21 -21
  19. package/dist/src/components/checkbox/styles/CdrCheckbox.module.scss.mjs +29 -29
  20. package/dist/src/components/chip/styles/CdrChip.module.scss.mjs +4 -4
  21. package/dist/src/components/chip/styles/CdrChipGroup.module.scss.mjs +6 -6
  22. package/dist/src/components/choreographer/CdrChoreographer.vue.mjs +9 -0
  23. package/dist/src/components/choreographer/CdrChoreographer.vue2.mjs +48 -0
  24. package/dist/src/components/choreographer/styles/CdrChoreographer.module.scss.mjs +9 -0
  25. package/dist/src/components/container/styles/CdrContainer.module.scss.mjs +4 -4
  26. package/dist/src/components/formError/styles/CdrFormError.module.scss.mjs +2 -2
  27. package/dist/src/components/formGroup/styles/CdrFormGroup.module.scss.mjs +8 -8
  28. package/dist/src/components/grid/styles/CdrGrid.module.scss.mjs +21 -21
  29. package/dist/src/components/icon/styles/CdrIcon.module.scss.mjs +12 -12
  30. package/dist/src/components/image/CdrImg.vue2.mjs +32 -96
  31. package/dist/src/components/image/styles/CdrImg.module.scss.mjs +3 -10
  32. package/dist/src/components/input/CdrInput.vue2.mjs +29 -29
  33. package/dist/src/components/input/styles/CdrInput.module.scss.mjs +34 -34
  34. package/dist/src/components/kicker/CdrKicker.vue.mjs +9 -0
  35. package/dist/src/components/kicker/CdrKicker.vue2.mjs +14 -0
  36. package/dist/src/components/kicker/styles/CdrKicker.module.scss.mjs +6 -0
  37. package/dist/src/components/labelStandalone/styles/CdrLabelStandalone.module.scss.mjs +14 -14
  38. package/dist/src/components/labelWrapper/styles/CdrLabelWrapper.module.scss.mjs +27 -27
  39. package/dist/src/components/lead/CdrHeadingSubheadingBlock.vue.mjs +9 -0
  40. package/dist/src/components/lead/CdrHeadingSubheadingBlock.vue2.mjs +33 -0
  41. package/dist/src/components/lead/CdrLead.vue.mjs +9 -0
  42. package/dist/src/components/lead/CdrLead.vue2.mjs +55 -0
  43. package/dist/src/components/lead/styles/CdrHeadingSubheadingBlock.module.scss.mjs +7 -0
  44. package/dist/src/components/lead/styles/CdrLead.module.scss.mjs +11 -0
  45. package/dist/src/components/link/styles/CdrLink.module.scss.mjs +5 -5
  46. package/dist/src/components/list/styles/CdrList.module.scss.mjs +5 -5
  47. package/dist/src/components/modal/CdrModal.vue2.mjs +110 -90
  48. package/dist/src/components/modal/styles/CdrModal.module.scss.mjs +14 -14
  49. package/dist/src/components/pagination/CdrPagination.vue2.mjs +79 -79
  50. package/dist/src/components/pagination/styles/CdrPagination.module.scss.mjs +55 -55
  51. package/dist/src/components/picture/CdrPicture.vue.mjs +9 -0
  52. package/dist/src/components/picture/CdrPicture.vue2.mjs +42 -0
  53. package/dist/src/components/picture/styles/CdrPicture.module.scss.mjs +6 -0
  54. package/dist/src/components/popover/CdrPopover.vue2.mjs +38 -38
  55. package/dist/src/components/popover/styles/CdrPopover.module.scss.mjs +63 -63
  56. package/dist/src/components/popup/CdrPopup.vue2.mjs +28 -28
  57. package/dist/src/components/popup/styles/CdrPopup.module.scss.mjs +14 -14
  58. package/dist/src/components/quote/styles/CdrQuote.module.scss.mjs +4 -4
  59. package/dist/src/components/radio/CdrRadio.vue2.mjs +23 -23
  60. package/dist/src/components/radio/styles/CdrRadio.module.scss.mjs +29 -29
  61. package/dist/src/components/rating/styles/CdrRating.module.scss.mjs +46 -46
  62. package/dist/src/components/select/CdrSelect.vue2.mjs +30 -30
  63. package/dist/src/components/select/styles/CdrSelect.module.scss.mjs +42 -42
  64. package/dist/src/components/skeleton/styles/CdrSkeleton.module.scss.mjs +1 -1
  65. package/dist/src/components/skeleton/styles/CdrSkeletonBone.module.scss.mjs +7 -7
  66. package/dist/src/components/switch/CdrSwitch.vue2.mjs +25 -25
  67. package/dist/src/components/switch/styles/CdrSwitch.module.scss.mjs +8 -8
  68. package/dist/src/components/table/styles/CdrTable.module.scss.mjs +13 -13
  69. package/dist/src/components/tabs/CdrTabPanel.vue2.mjs +12 -12
  70. package/dist/src/components/tabs/styles/CdrTabPanel.module.scss.mjs +7 -7
  71. package/dist/src/components/tabs/styles/CdrTabs.module.scss.mjs +30 -30
  72. package/dist/src/components/text/presets/CdrBody.vue.mjs +9 -0
  73. package/dist/src/components/text/presets/CdrBody.vue2.mjs +39 -0
  74. package/dist/src/components/text/presets/CdrBody.vue3.mjs +6 -0
  75. package/dist/src/components/text/presets/CdrEyebrow.vue.mjs +9 -0
  76. package/dist/src/components/text/presets/CdrEyebrow.vue2.mjs +18 -0
  77. package/dist/src/components/text/presets/CdrEyebrow.vue3.mjs +6 -0
  78. package/dist/src/components/text/presets/CdrHeadingDisplay.vue.mjs +9 -0
  79. package/dist/src/components/text/presets/CdrHeadingDisplay.vue2.mjs +33 -0
  80. package/dist/src/components/text/presets/CdrHeadingDisplay.vue3.mjs +6 -0
  81. package/dist/src/components/text/presets/CdrHeadingSans.vue.mjs +9 -0
  82. package/dist/src/components/text/presets/CdrHeadingSans.vue2.mjs +33 -0
  83. package/dist/src/components/text/presets/CdrHeadingSans.vue3.mjs +6 -0
  84. package/dist/src/components/text/presets/CdrHeadingSerif.vue.mjs +9 -0
  85. package/dist/src/components/text/presets/CdrHeadingSerif.vue2.mjs +39 -0
  86. package/dist/src/components/text/presets/CdrHeadingSerif.vue3.mjs +6 -0
  87. package/dist/src/components/text/presets/CdrSubheadingSans.vue.mjs +9 -0
  88. package/dist/src/components/text/presets/CdrSubheadingSans.vue2.mjs +33 -0
  89. package/dist/src/components/text/presets/CdrSubheadingSans.vue3.mjs +6 -0
  90. package/dist/src/components/text/presets/CdrUtilitySans.vue.mjs +9 -0
  91. package/dist/src/components/text/presets/CdrUtilitySans.vue2.mjs +39 -0
  92. package/dist/src/components/text/presets/CdrUtilitySans.vue3.mjs +6 -0
  93. package/dist/src/components/text/presets/CdrUtilitySerif.vue.mjs +9 -0
  94. package/dist/src/components/text/presets/CdrUtilitySerif.vue2.mjs +39 -0
  95. package/dist/src/components/text/presets/CdrUtilitySerif.vue3.mjs +6 -0
  96. package/dist/src/components/text/styles/CdrText.module.scss.mjs +1 -1
  97. package/dist/src/components/title/CdrTitle.vue.mjs +9 -0
  98. package/dist/src/components/title/CdrTitle.vue2.mjs +23 -0
  99. package/dist/src/components/title/styles/CdrTitle.module.scss.mjs +6 -0
  100. package/dist/src/components/toast/CdrToast.vue2.mjs +21 -21
  101. package/dist/src/components/toast/styles/CdrToast.module.scss.mjs +57 -57
  102. package/dist/src/components/toggleButton/CdrToggleGroup.vue2.mjs +27 -27
  103. package/dist/src/components/toggleButton/styles/CdrToggleButton.module.scss.mjs +2 -2
  104. package/dist/src/components/toggleButton/styles/CdrToggleGroup.module.scss.mjs +5 -5
  105. package/dist/src/components/tooltip/CdrTooltip.vue2.mjs +25 -25
  106. package/dist/src/components/tooltip/styles/CdrTooltip.module.scss.mjs +16 -16
  107. package/dist/src/lib.mjs +468 -440
  108. package/dist/style/cdr-abstract.css +1 -0
  109. package/dist/style/cdr-accordion-group.css +1 -1
  110. package/dist/style/cdr-accordion.css +1 -1
  111. package/dist/style/cdr-banner.css +1 -1
  112. package/dist/style/cdr-body.css +1 -0
  113. package/dist/style/cdr-breadcrumb.css +1 -1
  114. package/dist/style/cdr-button.css +1 -1
  115. package/dist/style/cdr-caption.css +1 -1
  116. package/dist/style/cdr-card.css +1 -1
  117. package/dist/style/cdr-checkbox.css +1 -1
  118. package/dist/style/cdr-chip-group.css +1 -1
  119. package/dist/style/cdr-chip.css +1 -1
  120. package/dist/style/cdr-choreographer.css +1 -0
  121. package/dist/style/cdr-container.css +1 -1
  122. package/dist/style/cdr-eyebrow.css +1 -0
  123. package/dist/style/cdr-form-error.css +1 -1
  124. package/dist/style/cdr-form-group.css +1 -1
  125. package/dist/style/cdr-grid.css +1 -1
  126. package/dist/style/cdr-heading-display.css +1 -0
  127. package/dist/style/cdr-heading-sans.css +1 -0
  128. package/dist/style/cdr-heading-serif.css +1 -0
  129. package/dist/style/cdr-heading-subheading-block.css +1 -0
  130. package/dist/style/cdr-icon.css +1 -1
  131. package/dist/style/cdr-img.css +1 -1
  132. package/dist/style/cdr-input.css +1 -1
  133. package/dist/style/cdr-kicker.css +1 -0
  134. package/dist/style/cdr-label-standalone.css +1 -1
  135. package/dist/style/cdr-label-wrapper.css +1 -1
  136. package/dist/style/cdr-lead.css +1 -0
  137. package/dist/style/cdr-link.css +1 -1
  138. package/dist/style/cdr-list.css +1 -1
  139. package/dist/style/cdr-modal.css +1 -1
  140. package/dist/style/cdr-pagination.css +1 -1
  141. package/dist/style/cdr-picture.css +1 -0
  142. package/dist/style/cdr-popover.css +1 -1
  143. package/dist/style/cdr-popup.css +1 -1
  144. package/dist/style/cdr-quote.css +1 -1
  145. package/dist/style/cdr-radio.css +1 -1
  146. package/dist/style/cdr-rating.css +1 -1
  147. package/dist/style/cdr-select.css +1 -1
  148. package/dist/style/cdr-skeleton-bone.css +1 -1
  149. package/dist/style/cdr-skeleton.css +1 -1
  150. package/dist/style/cdr-subheading-sans.css +1 -0
  151. package/dist/style/cdr-switch.css +1 -1
  152. package/dist/style/cdr-tab-panel.css +1 -1
  153. package/dist/style/cdr-table.css +1 -1
  154. package/dist/style/cdr-tabs.css +1 -1
  155. package/dist/style/cdr-text.css +1 -1
  156. package/dist/style/cdr-title.css +1 -0
  157. package/dist/style/cdr-toast.css +1 -1
  158. package/dist/style/cdr-toggle-button.css +1 -1
  159. package/dist/style/cdr-toggle-group.css +1 -1
  160. package/dist/style/cdr-tooltip.css +1 -1
  161. package/dist/style/cdr-utility-sans.css +1 -0
  162. package/dist/style/cdr-utility-serif.css +1 -0
  163. package/dist/style.css +1 -1
  164. package/package.json +6 -12
  165. package/dist/cedar-compiled.css +0 -2332
  166. 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.