@rei/cedar 13.0.0-beta.4 → 13.0.0-beta.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.
Files changed (47) hide show
  1. package/dist/cdr-fonts.css +4 -0
  2. package/dist/cedar-compiled.css +971 -971
  3. package/dist/cedar.mjs +7265 -0
  4. package/dist/cedar.umd.js +3 -3
  5. package/dist/style/cdr-accordion-group.css +1 -1
  6. package/dist/style/cdr-accordion.css +1 -1
  7. package/dist/style/cdr-banner.css +1 -1
  8. package/dist/style/cdr-breadcrumb.css +1 -1
  9. package/dist/style/cdr-button.css +1 -1
  10. package/dist/style/cdr-caption.css +1 -1
  11. package/dist/style/cdr-card.css +1 -1
  12. package/dist/style/cdr-checkbox.css +1 -1
  13. package/dist/style/cdr-chip-group.css +1 -1
  14. package/dist/style/cdr-chip.css +1 -1
  15. package/dist/style/cdr-container.css +1 -1
  16. package/dist/style/cdr-form-error.css +1 -1
  17. package/dist/style/cdr-form-group.css +1 -1
  18. package/dist/style/cdr-grid.css +1 -1
  19. package/dist/style/cdr-icon.css +1 -1
  20. package/dist/style/cdr-img.css +1 -1
  21. package/dist/style/cdr-input.css +1 -1
  22. package/dist/style/cdr-label-standalone.css +1 -1
  23. package/dist/style/cdr-label-wrapper.css +1 -1
  24. package/dist/style/cdr-link.css +1 -1
  25. package/dist/style/cdr-list.css +1 -1
  26. package/dist/style/cdr-modal.css +1 -1
  27. package/dist/style/cdr-pagination.css +1 -1
  28. package/dist/style/cdr-popover.css +1 -1
  29. package/dist/style/cdr-popup.css +1 -1
  30. package/dist/style/cdr-quote.css +1 -1
  31. package/dist/style/cdr-radio.css +1 -1
  32. package/dist/style/cdr-rating.css +1 -1
  33. package/dist/style/cdr-select.css +1 -1
  34. package/dist/style/cdr-tab-panel.css +1 -1
  35. package/dist/style/cdr-table.css +1 -1
  36. package/dist/style/cdr-tabs.css +1 -1
  37. package/dist/style/cdr-text.css +1 -1
  38. package/dist/style/cdr-toast.css +1 -1
  39. package/dist/style/cdr-tooltip.css +1 -1
  40. package/dist/style.css +1 -1
  41. package/dist/svg/star-0.svg +2 -5
  42. package/dist/svg/star-100.svg +2 -5
  43. package/dist/svg/star-25.svg +5 -6
  44. package/dist/svg/star-50.svg +6 -6
  45. package/dist/svg/star-75.svg +5 -6
  46. package/package.json +8 -8
  47. package/dist/cedar.es.js +0 -9944
@@ -1,7 +1,6 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
- <g fill="none" fill-rule="evenodd">
3
- <path fill="#F9F8F6" fill-rule="nonzero" d="M14.175 17.967l2.639 1.668-1.274-5.767 4.284-3.907-5.643-.515z"/>
4
- <path fill="#FFD280" fill-rule="nonzero" d="M14.182 9.453L12 4.041l-2.179 5.41-5.645.51 4.284 3.907-1.274 5.767L12 16.579l2.18 1.389z"/>
5
- <path fill="#BD7B2D" d="M12 1.364l2.878 7.147 7.298.659-5.535 5.048 1.669 7.552L12 17.763l-6.31 4.006 1.669-7.552-5.535-5.048 7.298-.66L12 1.364zm0 2.677L9.821 9.45l-5.645.51 4.284 3.907-1.274 5.767L12 16.579l2.007 1.273v-8.83L12 4.042zm2.507 5.439v8.689l2.307 1.466-1.274-5.767 4.284-3.907-5.317-.481z"/>
6
- </g>
1
+ <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M12.1744 17.7643L11.9729 17.6359L11.7714 17.7643L6.3805 21.1984L7.81459 14.6842L7.86109 14.4729L7.70153 14.3269L2.85265 9.88945L9.22174 9.31203L9.45038 9.29131L9.53589 9.07825L11.9729 3.00672L14.4099 9.07825L14.4954 9.29131L14.7241 9.31203L21.0931 9.88945L16.2443 14.3269L16.0847 14.4729L16.1312 14.6842L17.5653 21.1984L12.1744 17.7643Z" fill="#F9F8F6" stroke="#BD7B2D" stroke-width="0.75"/>
3
+ <path d="M8.23125 14.3532L3.64978 10.1568L9.68773 9.60764L11.9729 3.91833L14.258 9.6103V18.7978L11.9757 17.2303L6.88225 20.5089L8.23125 14.3532Z" fill="#FFD280"/>
4
+ <path d="M14.0201 9.18207L14.0201 19.0141" stroke="#BD7B2D" stroke-width="0.75"/>
5
+ <path d="M14.3948 9.37474H13.9952L11.97 4.3423L9.79589 9.76077L4.01172 10.2823L8.40741 14.292L7.12052 20.1371L11.97 17.0486L13.8259 18.2204" stroke="#BD7B2D" stroke-width="1.75"/>
7
6
  </svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rei/cedar",
3
- "version": "13.0.0-beta.4",
3
+ "version": "13.0.0-beta.7",
4
4
  "description": "REI Cedar Component Library",
5
5
  "homepage": "https://rei.github.io/rei-cedar/",
6
6
  "license": "MIT",
@@ -54,16 +54,16 @@
54
54
  },
55
55
  "devDependencies": {
56
56
  "@babel/preset-env": "^7.18.2",
57
- "@rei/cdr-tokens": "^10.0.3",
57
+ "@rei/cdr-tokens": "^10.1.0",
58
58
  "@rei/cedar-icons": "^2.5.0",
59
59
  "@rollup/plugin-babel": "^5.3.1",
60
- "@vitejs/plugin-vue": "^2.2.4",
61
- "@vue/test-utils": "^2.0.0-rc.19",
60
+ "@vitejs/plugin-vue": "^3.0.0",
61
+ "@vue/test-utils": "^2.0.2",
62
62
  "autoprefixer": "^10.2.5",
63
63
  "backstopjs": "^5.3.0",
64
64
  "c8": "^7.11.0",
65
65
  "chalk": "^4.1.0",
66
- "chromedriver": "^100.0.0",
66
+ "chromedriver": "^102.0.0",
67
67
  "concat": "^1.0.3",
68
68
  "cross-env": "^7.0.3",
69
69
  "cz-conventional-changelog": "^3.3.0",
@@ -81,9 +81,9 @@
81
81
  "jsdom": "^16.5.3",
82
82
  "jsdom-global": "^3.0.2",
83
83
  "klaw-sync": "^6.0.0",
84
- "nightwatch": "^2.1.0",
84
+ "nightwatch": "^2.2.1",
85
85
  "nightwatch-axe": "^0.1.5",
86
- "node-sass": "^6.0.0",
86
+ "node-sass": "^7.0.1",
87
87
  "node-sass-package-importer": "^5.3.2",
88
88
  "npm-publish-prerelease": "^1.0.2",
89
89
  "npm-run-all": "^4.1.5",
@@ -100,7 +100,7 @@
100
100
  "stylelint": "^13.13.1",
101
101
  "stylelint-config-recommended-scss": "^4.2.0",
102
102
  "stylelint-scss": "^3.19.0",
103
- "vite": "^2.9.9",
103
+ "vite": "^3.0.0",
104
104
  "vitest": "^0.8.1",
105
105
  "vue-router": "^4.0.10"
106
106
  },