@rei/cedar 13.0.0-beta.5 → 13.0.0-beta.8
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/cdr-fonts.css +4 -0
- package/dist/cedar-compiled.css +1032 -974
- package/dist/cedar.mjs +7555 -0
- package/dist/cedar.umd.js +3 -3
- 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-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-container.css +1 -1
- 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-icon.css +1 -1
- package/dist/style/cdr-img.css +1 -1
- package/dist/style/cdr-input.css +1 -1
- package/dist/style/cdr-label-standalone.css +1 -1
- package/dist/style/cdr-label-wrapper.css +1 -1
- 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-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-switch.css +1 -0
- 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-toast.css +1 -1
- package/dist/style/cdr-tooltip.css +1 -1
- package/dist/style/cedar-full.css +1 -0
- package/dist/style.css +1 -1
- package/dist/svg/star-0.svg +2 -5
- package/dist/svg/star-100.svg +2 -5
- package/dist/svg/star-25.svg +5 -6
- package/dist/svg/star-50.svg +6 -6
- package/dist/svg/star-75.svg +5 -6
- package/package.json +9 -9
- package/dist/cedar.es.js +0 -9944
package/dist/cdr-fonts.css
CHANGED
|
@@ -1,20 +1,24 @@
|
|
|
1
1
|
@font-face {
|
|
2
|
+
font-display: swap;
|
|
2
3
|
font-family: Stuart;
|
|
3
4
|
font-weight: 1 999;
|
|
4
5
|
src: url("//www.rei.com/satchel/media/font-optimized/Stuart/REIStuart-VF-Web-Subset.woff2") format("woff2-variations"), url("//www.rei.com/satchel/media/font-optimized/Stuart/REIStuart-VF-Web-Subset.woff2") format("woff2"); }
|
|
5
6
|
|
|
6
7
|
@font-face {
|
|
8
|
+
font-display: swap;
|
|
7
9
|
font-family: Stuart;
|
|
8
10
|
font-weight: 1 999;
|
|
9
11
|
font-style: italic;
|
|
10
12
|
src: url("//www.rei.com/satchel/media/font-optimized/Stuart/REIStuartWebItalics-VF-Web-Subset.woff2") format("woff2-variations"), url("//www.rei.com/satchel/media/font-optimized/Stuart/REIStuartWebItalics-VF-Web-Subset.woff2") format("woff2"); }
|
|
11
13
|
|
|
12
14
|
@font-face {
|
|
15
|
+
font-display: swap;
|
|
13
16
|
font-family: Graphik;
|
|
14
17
|
font-weight: 1 999;
|
|
15
18
|
src: url("//www.rei.com/satchel/media/font-optimized/Graphik/Graphik-VF-Web-Subset.woff2") format("woff2-variations"), url("//www.rei.com/satchel/media/font-optimized/Graphik/Graphik-VF-Web-Subset.woff2") format("woff2"); }
|
|
16
19
|
|
|
17
20
|
@font-face {
|
|
21
|
+
font-display: swap;
|
|
18
22
|
font-family: Graphik;
|
|
19
23
|
font-weight: 1 999;
|
|
20
24
|
font-style: italic;
|