@rei/cedar 14.1.0 → 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 (167) hide show
  1. package/README.md +3 -0
  2. package/dist/cedar.umd.js +14 -14
  3. package/dist/component-docgen.json +2159 -1694
  4. package/dist/icon-component-docgen.json +632 -632
  5. package/dist/lib.d.ts +788 -412
  6. package/dist/node_modules/@rei/cdr-tokens/dist/rei-dot-com/js/cdr-tokens.mjs +10 -7
  7. package/dist/reset.css +0 -5
  8. package/dist/src/components/abstract/CdrAbstract.vue.mjs +9 -0
  9. package/dist/src/components/abstract/CdrAbstract.vue2.mjs +24 -0
  10. package/dist/src/components/abstract/styles/CdrAbstract.module.scss.mjs +6 -0
  11. package/dist/src/components/accordion/CdrAccordion.vue2.mjs +29 -29
  12. package/dist/src/components/accordion/styles/CdrAccordion.module.scss.mjs +29 -29
  13. package/dist/src/components/accordion/styles/CdrAccordionGroup.module.scss.mjs +2 -2
  14. package/dist/src/components/banner/styles/CdrBanner.module.scss.mjs +14 -14
  15. package/dist/src/components/breadcrumb/styles/CdrBreadcrumb.module.scss.mjs +7 -7
  16. package/dist/src/components/button/styles/CdrButton.module.scss.mjs +31 -31
  17. package/dist/src/components/caption/styles/CdrCaption.module.scss.mjs +4 -4
  18. package/dist/src/components/card/styles/CdrCard.module.scss.mjs +3 -3
  19. package/dist/src/components/checkbox/CdrCheckbox.vue2.mjs +21 -21
  20. package/dist/src/components/checkbox/styles/CdrCheckbox.module.scss.mjs +29 -29
  21. package/dist/src/components/chip/styles/CdrChip.module.scss.mjs +4 -4
  22. package/dist/src/components/chip/styles/CdrChipGroup.module.scss.mjs +6 -6
  23. package/dist/src/components/choreographer/CdrChoreographer.vue.mjs +9 -0
  24. package/dist/src/components/choreographer/CdrChoreographer.vue2.mjs +48 -0
  25. package/dist/src/components/choreographer/styles/CdrChoreographer.module.scss.mjs +9 -0
  26. package/dist/src/components/container/styles/CdrContainer.module.scss.mjs +4 -4
  27. package/dist/src/components/formError/styles/CdrFormError.module.scss.mjs +2 -2
  28. package/dist/src/components/formGroup/styles/CdrFormGroup.module.scss.mjs +8 -8
  29. package/dist/src/components/grid/styles/CdrGrid.module.scss.mjs +21 -21
  30. package/dist/src/components/icon/styles/CdrIcon.module.scss.mjs +12 -12
  31. package/dist/src/components/image/CdrImg.vue2.mjs +32 -96
  32. package/dist/src/components/image/styles/CdrImg.module.scss.mjs +3 -10
  33. package/dist/src/components/input/CdrInput.vue2.mjs +29 -29
  34. package/dist/src/components/input/styles/CdrInput.module.scss.mjs +34 -34
  35. package/dist/src/components/kicker/CdrKicker.vue.mjs +9 -0
  36. package/dist/src/components/kicker/CdrKicker.vue2.mjs +14 -0
  37. package/dist/src/components/kicker/styles/CdrKicker.module.scss.mjs +6 -0
  38. package/dist/src/components/labelStandalone/styles/CdrLabelStandalone.module.scss.mjs +14 -14
  39. package/dist/src/components/labelWrapper/styles/CdrLabelWrapper.module.scss.mjs +27 -27
  40. package/dist/src/components/lead/CdrHeadingSubheadingBlock.vue.mjs +9 -0
  41. package/dist/src/components/lead/CdrHeadingSubheadingBlock.vue2.mjs +33 -0
  42. package/dist/src/components/lead/CdrLead.vue.mjs +9 -0
  43. package/dist/src/components/lead/CdrLead.vue2.mjs +55 -0
  44. package/dist/src/components/lead/styles/CdrHeadingSubheadingBlock.module.scss.mjs +7 -0
  45. package/dist/src/components/lead/styles/CdrLead.module.scss.mjs +11 -0
  46. package/dist/src/components/link/styles/CdrLink.module.scss.mjs +5 -5
  47. package/dist/src/components/list/styles/CdrList.module.scss.mjs +5 -5
  48. package/dist/src/components/modal/CdrModal.vue2.mjs +112 -92
  49. package/dist/src/components/modal/styles/CdrModal.module.scss.mjs +14 -14
  50. package/dist/src/components/pagination/CdrPagination.vue2.mjs +79 -79
  51. package/dist/src/components/pagination/styles/CdrPagination.module.scss.mjs +55 -55
  52. package/dist/src/components/picture/CdrPicture.vue.mjs +9 -0
  53. package/dist/src/components/picture/CdrPicture.vue2.mjs +42 -0
  54. package/dist/src/components/picture/styles/CdrPicture.module.scss.mjs +6 -0
  55. package/dist/src/components/popover/CdrPopover.vue2.mjs +38 -38
  56. package/dist/src/components/popover/styles/CdrPopover.module.scss.mjs +63 -63
  57. package/dist/src/components/popup/CdrPopup.vue2.mjs +28 -28
  58. package/dist/src/components/popup/styles/CdrPopup.module.scss.mjs +14 -14
  59. package/dist/src/components/quote/styles/CdrQuote.module.scss.mjs +4 -4
  60. package/dist/src/components/radio/CdrRadio.vue2.mjs +23 -23
  61. package/dist/src/components/radio/styles/CdrRadio.module.scss.mjs +29 -29
  62. package/dist/src/components/rating/styles/CdrRating.module.scss.mjs +46 -46
  63. package/dist/src/components/select/CdrSelect.vue2.mjs +30 -30
  64. package/dist/src/components/select/styles/CdrSelect.module.scss.mjs +42 -42
  65. package/dist/src/components/skeleton/styles/CdrSkeleton.module.scss.mjs +1 -1
  66. package/dist/src/components/skeleton/styles/CdrSkeletonBone.module.scss.mjs +7 -7
  67. package/dist/src/components/switch/CdrSwitch.vue2.mjs +25 -25
  68. package/dist/src/components/switch/styles/CdrSwitch.module.scss.mjs +8 -8
  69. package/dist/src/components/table/styles/CdrTable.module.scss.mjs +13 -13
  70. package/dist/src/components/tabs/CdrTabPanel.vue2.mjs +12 -12
  71. package/dist/src/components/tabs/styles/CdrTabPanel.module.scss.mjs +7 -7
  72. package/dist/src/components/tabs/styles/CdrTabs.module.scss.mjs +30 -30
  73. package/dist/src/components/text/presets/CdrBody.vue.mjs +9 -0
  74. package/dist/src/components/text/presets/CdrBody.vue2.mjs +39 -0
  75. package/dist/src/components/text/presets/CdrBody.vue3.mjs +6 -0
  76. package/dist/src/components/text/presets/CdrEyebrow.vue.mjs +9 -0
  77. package/dist/src/components/text/presets/CdrEyebrow.vue2.mjs +18 -0
  78. package/dist/src/components/text/presets/CdrEyebrow.vue3.mjs +6 -0
  79. package/dist/src/components/text/presets/CdrHeadingDisplay.vue.mjs +9 -0
  80. package/dist/src/components/text/presets/CdrHeadingDisplay.vue2.mjs +33 -0
  81. package/dist/src/components/text/presets/CdrHeadingDisplay.vue3.mjs +6 -0
  82. package/dist/src/components/text/presets/CdrHeadingSans.vue.mjs +9 -0
  83. package/dist/src/components/text/presets/CdrHeadingSans.vue2.mjs +33 -0
  84. package/dist/src/components/text/presets/CdrHeadingSans.vue3.mjs +6 -0
  85. package/dist/src/components/text/presets/CdrHeadingSerif.vue.mjs +9 -0
  86. package/dist/src/components/text/presets/CdrHeadingSerif.vue2.mjs +39 -0
  87. package/dist/src/components/text/presets/CdrHeadingSerif.vue3.mjs +6 -0
  88. package/dist/src/components/text/presets/CdrSubheadingSans.vue.mjs +9 -0
  89. package/dist/src/components/text/presets/CdrSubheadingSans.vue2.mjs +33 -0
  90. package/dist/src/components/text/presets/CdrSubheadingSans.vue3.mjs +6 -0
  91. package/dist/src/components/text/presets/CdrUtilitySans.vue.mjs +9 -0
  92. package/dist/src/components/text/presets/CdrUtilitySans.vue2.mjs +39 -0
  93. package/dist/src/components/text/presets/CdrUtilitySans.vue3.mjs +6 -0
  94. package/dist/src/components/text/presets/CdrUtilitySerif.vue.mjs +9 -0
  95. package/dist/src/components/text/presets/CdrUtilitySerif.vue2.mjs +39 -0
  96. package/dist/src/components/text/presets/CdrUtilitySerif.vue3.mjs +6 -0
  97. package/dist/src/components/text/styles/CdrText.module.scss.mjs +1 -1
  98. package/dist/src/components/title/CdrTitle.vue.mjs +9 -0
  99. package/dist/src/components/title/CdrTitle.vue2.mjs +23 -0
  100. package/dist/src/components/title/styles/CdrTitle.module.scss.mjs +6 -0
  101. package/dist/src/components/toast/CdrToast.vue2.mjs +21 -21
  102. package/dist/src/components/toast/styles/CdrToast.module.scss.mjs +57 -57
  103. package/dist/src/components/toggleButton/CdrToggleGroup.vue2.mjs +27 -27
  104. package/dist/src/components/toggleButton/styles/CdrToggleButton.module.scss.mjs +2 -2
  105. package/dist/src/components/toggleButton/styles/CdrToggleGroup.module.scss.mjs +5 -5
  106. package/dist/src/components/tooltip/CdrTooltip.vue2.mjs +25 -25
  107. package/dist/src/components/tooltip/styles/CdrTooltip.module.scss.mjs +16 -16
  108. package/dist/src/lib.mjs +468 -440
  109. package/dist/style/cdr-abstract.css +1 -0
  110. package/dist/style/cdr-accordion-group.css +1 -1
  111. package/dist/style/cdr-accordion.css +1 -1
  112. package/dist/style/cdr-banner.css +1 -1
  113. package/dist/style/cdr-body.css +1 -0
  114. package/dist/style/cdr-breadcrumb.css +1 -1
  115. package/dist/style/cdr-button.css +1 -1
  116. package/dist/style/cdr-caption.css +1 -1
  117. package/dist/style/cdr-card.css +1 -1
  118. package/dist/style/cdr-checkbox.css +1 -1
  119. package/dist/style/cdr-chip-group.css +1 -1
  120. package/dist/style/cdr-chip.css +1 -1
  121. package/dist/style/cdr-choreographer.css +1 -0
  122. package/dist/style/cdr-container.css +1 -1
  123. package/dist/style/cdr-eyebrow.css +1 -0
  124. package/dist/style/cdr-form-error.css +1 -1
  125. package/dist/style/cdr-form-group.css +1 -1
  126. package/dist/style/cdr-grid.css +1 -1
  127. package/dist/style/cdr-heading-display.css +1 -0
  128. package/dist/style/cdr-heading-sans.css +1 -0
  129. package/dist/style/cdr-heading-serif.css +1 -0
  130. package/dist/style/cdr-heading-subheading-block.css +1 -0
  131. package/dist/style/cdr-icon.css +1 -1
  132. package/dist/style/cdr-img.css +1 -1
  133. package/dist/style/cdr-input.css +1 -1
  134. package/dist/style/cdr-kicker.css +1 -0
  135. package/dist/style/cdr-label-standalone.css +1 -1
  136. package/dist/style/cdr-label-wrapper.css +1 -1
  137. package/dist/style/cdr-lead.css +1 -0
  138. package/dist/style/cdr-link.css +1 -1
  139. package/dist/style/cdr-list.css +1 -1
  140. package/dist/style/cdr-modal.css +1 -1
  141. package/dist/style/cdr-pagination.css +1 -1
  142. package/dist/style/cdr-picture.css +1 -0
  143. package/dist/style/cdr-popover.css +1 -1
  144. package/dist/style/cdr-popup.css +1 -1
  145. package/dist/style/cdr-quote.css +1 -1
  146. package/dist/style/cdr-radio.css +1 -1
  147. package/dist/style/cdr-rating.css +1 -1
  148. package/dist/style/cdr-select.css +1 -1
  149. package/dist/style/cdr-skeleton-bone.css +1 -1
  150. package/dist/style/cdr-skeleton.css +1 -1
  151. package/dist/style/cdr-subheading-sans.css +1 -0
  152. package/dist/style/cdr-switch.css +1 -1
  153. package/dist/style/cdr-tab-panel.css +1 -1
  154. package/dist/style/cdr-table.css +1 -1
  155. package/dist/style/cdr-tabs.css +1 -1
  156. package/dist/style/cdr-text.css +1 -1
  157. package/dist/style/cdr-title.css +1 -0
  158. package/dist/style/cdr-toast.css +1 -1
  159. package/dist/style/cdr-toggle-button.css +1 -1
  160. package/dist/style/cdr-toggle-group.css +1 -1
  161. package/dist/style/cdr-tooltip.css +1 -1
  162. package/dist/style/cdr-utility-sans.css +1 -0
  163. package/dist/style/cdr-utility-serif.css +1 -0
  164. package/dist/style.css +1 -1
  165. package/package.json +7 -12
  166. package/dist/cedar-compiled.css +0 -2332
  167. package/dist/style/cedar-full.css +0 -41
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rei/cedar",
3
- "version": "14.1.0",
3
+ "version": "15.0.0-alpha.0",
4
4
  "description": "REI Cedar Component Library",
5
5
  "homepage": "https://rei.github.io/rei-cedar/",
6
6
  "license": "MIT",
@@ -31,9 +31,10 @@
31
31
  "url": "https://github.com/rei/rei-cedar.git"
32
32
  },
33
33
  "scripts": {
34
+ "prepare": "npm run build",
34
35
  "prepublishOnly": "npm-run-all lint build",
35
36
  "dev": "vite",
36
- "build": "vue-tsc && vite build && npm run build:umd && npm run build:extractcss && npm run build:icons && npm run build:docgen",
37
+ "build": "vue-tsc && vite build && npm run build:umd && npm run build:icons && npm run build:docgen",
37
38
  "build:umd": "vite build --config vite.umd.config.ts",
38
39
  "preview": "vite preview",
39
40
  "unit": "vitest run",
@@ -55,6 +56,7 @@
55
56
  },
56
57
  "devDependencies": {
57
58
  "@babel/preset-env": "^7.18.2",
59
+ "@emotion/is-prop-valid": "^1.2.1",
58
60
  "@rei/cdr-tokens": "^12.0.0",
59
61
  "@rei/cedar-icons": "^2.6.1",
60
62
  "@rollup/plugin-babel": "^6.0.3",
@@ -67,7 +69,7 @@
67
69
  "autoprefixer": "^10.2.5",
68
70
  "c8": "^7.11.0",
69
71
  "chalk": "^4.1.0",
70
- "chromedriver": "^117.0.0",
72
+ "chromedriver": "^119.0.0",
71
73
  "concat": "^1.0.3",
72
74
  "cross-env": "^7.0.3",
73
75
  "cz-conventional-changelog": "^3.3.0",
@@ -87,18 +89,12 @@
87
89
  "klaw-sync": "^6.0.0",
88
90
  "lodash-es": "^4.17.21",
89
91
  "nightwatch": "^3.2.1",
90
- "node-sass": "^7.0.1",
91
- "node-sass-package-importer": "^5.3.2",
92
92
  "npm-publish-prerelease": "^1.0.2",
93
93
  "npm-run-all": "^4.1.5",
94
- "postcss": "^8.3.0",
94
+ "postcss": "^8.4.31",
95
95
  "postcss-calc": "^8.0.0",
96
- "postcss-import": "^14.0.2",
97
- "postcss-inline-svg": "^5.0.0",
98
- "postcss-load-config": "^3.0.1",
99
- "postcss-modules": "^4.0.0",
100
96
  "postcss-pxtorem": "^6.0.0",
101
- "postcss-scss": "^3.0.0",
97
+ "postcss-scss": "^4.0.0",
102
98
  "sass": "^1.32.11",
103
99
  "sinon": "^11.1.0",
104
100
  "stylelint": "^13.13.1",
@@ -109,7 +105,6 @@
109
105
  "vite": "^4.0.1",
110
106
  "vite-plugin-dts": "^3.3.1",
111
107
  "vitest": "^0.18.0",
112
- "vue-docgen": "^0.0.3",
113
108
  "vue-docgen-cli": "^4.56.1",
114
109
  "vue-eslint-parser": "^9.3.0",
115
110
  "vue-router": "^4.0.10",