@rei/cedar 13.0.1 → 13.0.3-beta.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 (44) hide show
  1. package/README.md +1 -5
  2. package/dist/cedar-compiled.css +1019 -1017
  3. package/dist/cedar.mjs +3075 -3074
  4. package/dist/cedar.umd.js +4 -4
  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-switch.css +1 -1
  35. package/dist/style/cdr-tab-panel.css +1 -1
  36. package/dist/style/cdr-table.css +1 -1
  37. package/dist/style/cdr-tabs.css +1 -1
  38. package/dist/style/cdr-text.css +1 -1
  39. package/dist/style/cdr-toast.css +1 -1
  40. package/dist/style/cdr-toggle-button.css +1 -1
  41. package/dist/style/cdr-toggle-group.css +1 -1
  42. package/dist/style/cdr-tooltip.css +1 -1
  43. package/dist/style.css +1 -1
  44. package/package.json +5 -5
package/README.md CHANGED
@@ -2,10 +2,6 @@
2
2
  [![codecov](https://codecov.io/gh/rei/rei-cedar/branch/master/graph/badge.svg)](https://codecov.io/gh/rei/rei-cedar)
3
3
  [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
4
4
 
5
- ## Work In Progress
6
-
7
- This project tracks the migration of [@rei/cedar](https://github.com/rei/rei-cedar) to Vue 3. The library is currently in release candidate testing and will eventually be renamed to `@rei/cedar`
8
-
9
5
 
10
6
  Welcome to REI's style framework! The overall goals of this project are to provide a common scaffolding for UI elements,
11
7
  and a set of themes that build on this scaffolding. We started this project in 2015 as a fork of
@@ -13,7 +9,7 @@ and a set of themes that build on this scaffolding. We started this project in 2
13
9
  The project has evolved into what it is today, and will continue to grow to fit our expanding needs. Feel free to watch
14
10
  the Cedar grow and learn from what we are doing, or jump in and provide some recommendations.
15
11
 
16
- ### Migration Status
12
+ ### Vue 3 Migration Status
17
13
 
18
14
  Cedar has been fully migrated to Vue 3 using the composition API and is using [vite](https://vitejs.dev/) for its build system. Additionally, [vitest](https://vitest.dev/) is now being used as our testing framework.
19
15