@rei/cedar 12.1.0-beta.1 → 12.1.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.
- package/dist/cedar-compiled.css +743 -743
- package/dist/cedar.js +35 -35
- package/dist/cedar.mjs +35 -35
- package/dist/lib/assets/{cedar-compiled-dd1be190.css → cedar-compiled-4583c690.css} +2105 -2105
- package/dist/lib/src/components/accordion/styles/CdrAccordion.mjs +1 -1
- package/dist/lib/src/components/accordion/styles/CdrAccordionGroup.mjs +1 -1
- package/dist/lib/src/components/banner/styles/CdrBanner.mjs +1 -1
- package/dist/lib/src/components/breadcrumb/styles/CdrBreadcrumb.mjs +1 -1
- package/dist/lib/src/components/button/styles/CdrButton.mjs +1 -1
- package/dist/lib/src/components/caption/styles/CdrCaption.mjs +1 -1
- package/dist/lib/src/components/card/styles/CdrCard.mjs +1 -1
- package/dist/lib/src/components/checkbox/styles/CdrCheckbox.mjs +1 -1
- package/dist/lib/src/components/chip/styles/CdrChip.mjs +1 -1
- package/dist/lib/src/components/chip/styles/CdrChipGroup.mjs +1 -1
- package/dist/lib/src/components/container/styles/CdrContainer.mjs +1 -1
- package/dist/lib/src/components/formError/styles/CdrFormError.mjs +1 -1
- package/dist/lib/src/components/formGroup/styles/CdrFormGroup.mjs +1 -1
- package/dist/lib/src/components/grid/styles/CdrGrid.mjs +1 -1
- package/dist/lib/src/components/icon/styles/CdrIcon.mjs +1 -1
- package/dist/lib/src/components/image/styles/CdrImg.mjs +1 -1
- package/dist/lib/src/components/input/styles/CdrInput.mjs +1 -1
- package/dist/lib/src/components/labelStandalone/styles/CdrLabelStandalone.mjs +1 -1
- package/dist/lib/src/components/labelWrapper/styles/CdrLabelWrapper.mjs +1 -1
- package/dist/lib/src/components/link/styles/CdrLink.mjs +1 -1
- package/dist/lib/src/components/list/styles/CdrList.mjs +1 -1
- package/dist/lib/src/components/modal/styles/CdrModal.mjs +1 -1
- package/dist/lib/src/components/pagination/styles/CdrPagination.mjs +1 -1
- package/dist/lib/src/components/popover/styles/CdrPopover.mjs +1 -1
- package/dist/lib/src/components/popup/styles/CdrPopup.mjs +1 -1
- package/dist/lib/src/components/quote/styles/CdrQuote.mjs +1 -1
- package/dist/lib/src/components/radio/styles/CdrRadio.mjs +1 -1
- package/dist/lib/src/components/rating/styles/CdrRating.mjs +1 -1
- package/dist/lib/src/components/select/styles/CdrSelect.mjs +1 -1
- package/dist/lib/src/components/table/styles/CdrTable.mjs +1 -1
- package/dist/lib/src/components/tabs/styles/CdrTabPanel.mjs +1 -1
- package/dist/lib/src/components/tabs/styles/CdrTabs.mjs +1 -1
- package/dist/lib/src/components/text/styles/CdrText.mjs +1 -1
- package/dist/lib/src/components/toast/styles/CdrToast.mjs +1 -1
- package/dist/lib/src/components/tooltip/styles/CdrTooltip.mjs +1 -1
- 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-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/package.json +3 -3
package/dist/style/cdr-input.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@import url("@rei/cedar/dist/style/cdr-label-standalone.css");@import url("@rei/cedar/dist/style/cdr-form-error.css");.cdr-input__button{display:inline-block}.cdr-input__button ~ .cdr-input__button{position:relative;margin-left:-0.4rem}.cdr-input__button ~ .cdr-input__button::before{content:'';background-color:#928b80;position:absolute;left:-0.1rem;width:0.1rem;height:55%;top:50%;transform:translateY(-50%)}.cdr-input__button:hover,.cdr-input__button:active,.cdr-input__button:focus,.cdr-input__button:focus-within{background-color:#f9f8f6;box-shadow:inset 0 0 0 0.2rem #20201d;outline:none;fill:rgba(12,11,8,0.75)}.cdr-input__button:hover svg,.cdr-input__button:active svg,.cdr-input__button:focus svg,.cdr-input__button:focus-within svg{box-shadow:none;fill:rgba(12,11,8,0.75) !important}.cdr-input__button:hover::before,.cdr-input__button:active::before,.cdr-input__button:focus::before,.cdr-input__button:focus-within::before{width:0}.cdr-input__button:last-child{margin-right:-.8rem;border-top-right-radius:.4rem;border-bottom-right-radius:.4rem}.cdr-input_12-1-0
|
|
1
|
+
@import url("@rei/cedar/dist/style/cdr-label-standalone.css");@import url("@rei/cedar/dist/style/cdr-form-error.css");.cdr-input__button{display:inline-block}.cdr-input__button ~ .cdr-input__button{position:relative;margin-left:-0.4rem}.cdr-input__button ~ .cdr-input__button::before{content:'';background-color:#928b80;position:absolute;left:-0.1rem;width:0.1rem;height:55%;top:50%;transform:translateY(-50%)}.cdr-input__button:hover,.cdr-input__button:active,.cdr-input__button:focus,.cdr-input__button:focus-within{background-color:#f9f8f6;box-shadow:inset 0 0 0 0.2rem #20201d;outline:none;fill:rgba(12,11,8,0.75)}.cdr-input__button:hover svg,.cdr-input__button:active svg,.cdr-input__button:focus svg,.cdr-input__button:focus-within svg{box-shadow:none;fill:rgba(12,11,8,0.75) !important}.cdr-input__button:hover::before,.cdr-input__button:active::before,.cdr-input__button:focus::before,.cdr-input__button:focus-within::before{width:0}.cdr-input__button:last-child{margin-right:-.8rem;border-top-right-radius:.4rem;border-bottom-right-radius:.4rem}.cdr-input_12-1-0{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.6rem;line-height:2.2rem;font-weight:500;color:#20201d;border:0;background-color:rgba(244,242,237,0.15);box-shadow:inset 0 0 0 0.1rem #928b80;border-radius:.4rem;fill:#928b80;border-radius:.4rem;padding:.8rem;height:4rem;display:block;width:100%;overflow:visible;margin:0;-webkit-appearance:none}.cdr-input_12-1-0[type=number]::-webkit-inner-spin-button,.cdr-input_12-1-0[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}.cdr-input_12-1-0:active,.cdr-input_12-1-0:focus{outline:none;box-shadow:inset 0 0 0 0.2rem #20201d,0 0.2rem 0.2rem 0 rgba(12,11,8,0.2)}.cdr-input_12-1-0::-moz-placeholder{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.6rem;line-height:2.2rem;color:rgba(66,59,47,0.75)}.cdr-input_12-1-0:-ms-input-placeholder{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.6rem;line-height:2.2rem;color:rgba(66,59,47,0.75)}.cdr-input_12-1-0::placeholder{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.6rem;line-height:2.2rem;color:rgba(66,59,47,0.75)}.cdr-input_12-1-0[disabled]{background-color:#f9f8f6;color:#d1cbbd;box-shadow:inset 0 0 0 0.1rem #d1cbbd}.cdr-input_12-1-0[disabled]:hover{box-shadow:inset 0 0 0 0.1rem #d1cbbd;cursor:not-allowed}.cdr-input_12-1-0[disabled]::-moz-placeholder{color:#d1cbbd}.cdr-input_12-1-0[disabled]:-ms-input-placeholder{color:#d1cbbd}.cdr-input_12-1-0[disabled]::placeholder{color:#d1cbbd}.cdr-input--focus_12-1-0 svg{fill:rgba(12,11,8,0.75) !important}.cdr-input--multiline_12-1-0{height:auto}.cdr-input--preicon_12-1-0{padding-left:3.7rem !important}.cdr-input--posticon_12-1-0{padding-right:4.5rem}.cdr-input--posticons_12-1-0{padding-right:9rem}.cdr-input--primary_12-1-0{background-color:rgba(244,242,237,0.15)}.cdr-input--primary_12-1-0:active,.cdr-input--primary_12-1-0:focus{background-color:#f9f8f6}.cdr-input--secondary_12-1-0{background-color:rgba(255,255,255,0.85)}.cdr-input--secondary_12-1-0:active,.cdr-input--secondary_12-1-0:focus{background-color:#fff}.cdr-input--error_12-1-0{background-color:rgba(255,242,242,0.75);box-shadow:inset 0 0 0 0.1rem #b33322}.cdr-input--large_12-1-0{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.8rem;line-height:2.4rem;line-height:3.2rem;padding-left:.8rem;height:4.8rem}.cdr-input--large_12-1-0::-moz-placeholder{line-height:3.2rem}.cdr-input--large_12-1-0:-ms-input-placeholder{line-height:3.2rem}.cdr-input--large_12-1-0::placeholder{line-height:3.2rem}@media (min-width: 0) and (max-width: 767px){.cdr-input--large\@xs_12-1-0{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.8rem;line-height:2.4rem;line-height:3.2rem;padding-left:.8rem;height:4.8rem}.cdr-input--large\@xs_12-1-0::-moz-placeholder{line-height:3.2rem}.cdr-input--large\@xs_12-1-0:-ms-input-placeholder{line-height:3.2rem}.cdr-input--large\@xs_12-1-0::placeholder{line-height:3.2rem}}@media (min-width: 768px) and (max-width: 991px){.cdr-input--large\@sm_12-1-0{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.8rem;line-height:2.4rem;line-height:3.2rem;padding-left:.8rem;height:4.8rem}.cdr-input--large\@sm_12-1-0::-moz-placeholder{line-height:3.2rem}.cdr-input--large\@sm_12-1-0:-ms-input-placeholder{line-height:3.2rem}.cdr-input--large\@sm_12-1-0::placeholder{line-height:3.2rem}}@media (min-width: 992px) and (max-width: 1231px){.cdr-input--large\@md_12-1-0{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.8rem;line-height:2.4rem;line-height:3.2rem;padding-left:.8rem;height:4.8rem}.cdr-input--large\@md_12-1-0::-moz-placeholder{line-height:3.2rem}.cdr-input--large\@md_12-1-0:-ms-input-placeholder{line-height:3.2rem}.cdr-input--large\@md_12-1-0::placeholder{line-height:3.2rem}}@media (min-width: 1232px){.cdr-input--large\@lg_12-1-0{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.8rem;line-height:2.4rem;line-height:3.2rem;padding-left:.8rem;height:4.8rem}.cdr-input--large\@lg_12-1-0::-moz-placeholder{line-height:3.2rem}.cdr-input--large\@lg_12-1-0:-ms-input-placeholder{line-height:3.2rem}.cdr-input--large\@lg_12-1-0::placeholder{line-height:3.2rem}}.cdr-input__pre-icon_12-1-0{position:absolute;top:50%;left:.8rem;transform:translateY(-50%)}.cdr-input__post-icon_12-1-0{display:block;position:absolute;top:50%;right:.8rem;transform:translateY(-50%)}.cdr-input__helper-text_12-1-0{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.4rem;line-height:1.8rem;color:rgba(66,59,47,0.75);display:inline-block;margin-top:.4rem}.cdr-input-wrap_12-1-0{position:relative;flex-grow:1;fill:#928b80}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.cdr-label-standalone_12-1-0
|
|
1
|
+
.cdr-label-standalone_12-1-0{display:grid;grid-template-areas:"label label info" "input input input" "post post post"}.cdr-label-standalone__label-wrapper_12-1-0{grid-area:label}.cdr-label-standalone__label_12-1-0{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.4rem;line-height:1.8rem;color:rgba(12,11,8,0.75);margin:0}.cdr-label-standalone__label--sr-only_12-1-0{position:absolute;width:0.1rem;height:0.1rem;padding:0;margin:-0.1rem;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.cdr-label-standalone__label--disabled_12-1-0{color:#d1cbbd}.cdr-label-standalone__label--disabled_12-1-0 .cdr-label-standalone__optional_12-1-0{color:#d1cbbd}.cdr-label-standalone__optional_12-1-0{color:rgba(66,59,47,0.75)}.cdr-label-standalone__helper_12-1-0{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.4rem;line-height:1.8rem;color:rgba(66,59,47,0.75);margin-top:.2rem}.cdr-label-standalone__info_12-1-0{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.4rem;line-height:1.8rem;grid-area:info;order:2;align-self:end;justify-self:end}.cdr-label-standalone__post-content_12-1-0{grid-area:post}.cdr-label-standalone__info-action_12-1-0{display:flex;justify-content:center;align-items:center;width:4rem}.cdr-label-standalone__input-wrap_12-1-0{position:relative;display:flex;grid-area:input}.cdr-label-standalone__input-spacing_12-1-0{margin-top:.8rem}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.cdr-label-wrapper_12-1-0
|
|
1
|
+
.cdr-label-wrapper_12-1-0{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.6rem;line-height:2.2rem;padding:.8rem;padding-left:3.2rem;padding-right:1.2rem;color:rgba(12,11,8,0.75);background-color:rgba(244,242,237,0.15);border-radius:.4rem;width:100%;display:inline-block;margin:0;display:flex;align-items:flex-start;flex-grow:1;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.cdr-label-wrapper__container_12-1-0{font-size:0;line-height:1}.cdr-label-wrapper_12-1-0 input{position:absolute;opacity:0;z-index:-1}.cdr-label-wrapper--primary_12-1-0:hover{background-color:#f9f8f6;cursor:pointer}.cdr-label-wrapper--primary_12-1-0:focus-within{background-color:#f9f8f6;box-shadow:inset 0 0 0 0.2rem #20201d}.cdr-label-wrapper--primary_12-1-0:active{background-color:#edeae3}.cdr-label-wrapper--secondary_12-1-0{background-color:rgba(244,242,237,0.15)}.cdr-label-wrapper--secondary_12-1-0:hover{background-color:rgba(255,255,255,0.75);cursor:pointer}.cdr-label-wrapper--secondary_12-1-0:focus-within{background-color:rgba(255,255,255,0.75)}.cdr-label-wrapper--secondary_12-1-0:active{background-color:#fff}.cdr-label-wrapper--disabled_12-1-0{color:#d1cbbd !important;cursor:not-allowed !important}.cdr-label-wrapper--disabled_12-1-0:hover,.cdr-label-wrapper--disabled_12-1-0:focus-within,.cdr-label-wrapper--disabled_12-1-0:active{background-color:transparent !important}.cdr-label-wrapper--disabled_12-1-0 .cdr-label-wrapper__figure_12-1-0{cursor:not-allowed !important}.cdr-label-wrapper__figure_12-1-0{top:1.1rem;width:1.6rem;height:1.6rem;position:absolute;left:.8rem;border-radius:.4rem;background-color:rgba(244,242,237,0.15);box-shadow:0 0 0 0.1rem #928b80;transition:box-shadow .2s cubic-bezier(0.15, 0, 0.15, 0)}.cdr-label-wrapper__figure_12-1-0::after{width:.4rem;height:.4rem}.cdr-label-wrapper__content_12-1-0{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.cdr-label-wrapper--hide-figure_12-1-0{padding-left:0}.cdr-label-wrapper--hide-figure_12-1-0>.cdr-label-wrapper__figure_12-1-0{display:none}.cdr-label-wrapper--small_12-1-0{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.4rem;line-height:1.8rem;padding-left:3.2rem}.cdr-label-wrapper--small_12-1-0>.cdr-label-wrapper__figure_12-1-0{width:1.6rem;height:1.6rem}.cdr-label-wrapper--small_12-1-0>.cdr-label-wrapper__figure_12-1-0::after{width:.4rem;height:.4rem}.cdr-label-wrapper--medium_12-1-0{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.6rem;line-height:2.2rem;padding-left:3.2rem}.cdr-label-wrapper--medium_12-1-0>.cdr-label-wrapper__figure_12-1-0{width:1.6rem;height:1.6rem}.cdr-label-wrapper--medium_12-1-0>.cdr-label-wrapper__figure_12-1-0::after{width:.4rem;height:.4rem}.cdr-label-wrapper--large_12-1-0{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.6rem;line-height:2.2rem;padding-left:3.6rem}.cdr-label-wrapper--large_12-1-0>.cdr-label-wrapper__figure_12-1-0{width:2rem;height:2rem}.cdr-label-wrapper--large_12-1-0>.cdr-label-wrapper__figure_12-1-0::after{width:.5rem;height:.5rem}@media (min-width: 0) and (max-width: 767px){.cdr-label-wrapper--small\@xs_12-1-0{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.4rem;line-height:1.8rem;padding-left:3.2rem}.cdr-label-wrapper--small\@xs_12-1-0>.cdr-label-wrapper__figure_12-1-0{width:1.6rem;height:1.6rem}.cdr-label-wrapper--small\@xs_12-1-0>.cdr-label-wrapper__figure_12-1-0::after{width:.4rem;height:.4rem}.cdr-label-wrapper--medium\@xs_12-1-0{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.6rem;line-height:2.2rem;padding-left:3.2rem}.cdr-label-wrapper--medium\@xs_12-1-0>.cdr-label-wrapper__figure_12-1-0{width:1.6rem;height:1.6rem}.cdr-label-wrapper--medium\@xs_12-1-0>.cdr-label-wrapper__figure_12-1-0::after{width:.4rem;height:.4rem}.cdr-label-wrapper--large\@xs_12-1-0{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.6rem;line-height:2.2rem;padding-left:3.6rem}.cdr-label-wrapper--large\@xs_12-1-0>.cdr-label-wrapper__figure_12-1-0{width:2rem;height:2rem}.cdr-label-wrapper--large\@xs_12-1-0>.cdr-label-wrapper__figure_12-1-0::after{width:.5rem;height:.5rem}}@media (min-width: 768px) and (max-width: 991px){.cdr-label-wrapper--small\@sm_12-1-0{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.4rem;line-height:1.8rem;padding-left:3.2rem}.cdr-label-wrapper--small\@sm_12-1-0>.cdr-label-wrapper__figure_12-1-0{width:1.6rem;height:1.6rem}.cdr-label-wrapper--small\@sm_12-1-0>.cdr-label-wrapper__figure_12-1-0::after{width:.4rem;height:.4rem}.cdr-label-wrapper--medium\@sm_12-1-0{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.6rem;line-height:2.2rem;padding-left:3.2rem}.cdr-label-wrapper--medium\@sm_12-1-0>.cdr-label-wrapper__figure_12-1-0{width:1.6rem;height:1.6rem}.cdr-label-wrapper--medium\@sm_12-1-0>.cdr-label-wrapper__figure_12-1-0::after{width:.4rem;height:.4rem}.cdr-label-wrapper--large\@sm_12-1-0{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.6rem;line-height:2.2rem;padding-left:3.6rem}.cdr-label-wrapper--large\@sm_12-1-0>.cdr-label-wrapper__figure_12-1-0{width:2rem;height:2rem}.cdr-label-wrapper--large\@sm_12-1-0>.cdr-label-wrapper__figure_12-1-0::after{width:.5rem;height:.5rem}}@media (min-width: 992px) and (max-width: 1231px){.cdr-label-wrapper--small\@md_12-1-0{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.4rem;line-height:1.8rem;padding-left:3.2rem}.cdr-label-wrapper--small\@md_12-1-0>.cdr-label-wrapper__figure_12-1-0{width:1.6rem;height:1.6rem}.cdr-label-wrapper--small\@md_12-1-0>.cdr-label-wrapper__figure_12-1-0::after{width:.4rem;height:.4rem}.cdr-label-wrapper--medium\@md_12-1-0{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.6rem;line-height:2.2rem;padding-left:3.2rem}.cdr-label-wrapper--medium\@md_12-1-0>.cdr-label-wrapper__figure_12-1-0{width:1.6rem;height:1.6rem}.cdr-label-wrapper--medium\@md_12-1-0>.cdr-label-wrapper__figure_12-1-0::after{width:.4rem;height:.4rem}.cdr-label-wrapper--large\@md_12-1-0{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.6rem;line-height:2.2rem;padding-left:3.6rem}.cdr-label-wrapper--large\@md_12-1-0>.cdr-label-wrapper__figure_12-1-0{width:2rem;height:2rem}.cdr-label-wrapper--large\@md_12-1-0>.cdr-label-wrapper__figure_12-1-0::after{width:.5rem;height:.5rem}}@media (min-width: 1232px){.cdr-label-wrapper--small\@lg_12-1-0{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.4rem;line-height:1.8rem;padding-left:3.2rem}.cdr-label-wrapper--small\@lg_12-1-0>.cdr-label-wrapper__figure_12-1-0{width:1.6rem;height:1.6rem}.cdr-label-wrapper--small\@lg_12-1-0>.cdr-label-wrapper__figure_12-1-0::after{width:.4rem;height:.4rem}.cdr-label-wrapper--medium\@lg_12-1-0{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.6rem;line-height:2.2rem;padding-left:3.2rem}.cdr-label-wrapper--medium\@lg_12-1-0>.cdr-label-wrapper__figure_12-1-0{width:1.6rem;height:1.6rem}.cdr-label-wrapper--medium\@lg_12-1-0>.cdr-label-wrapper__figure_12-1-0::after{width:.4rem;height:.4rem}.cdr-label-wrapper--large\@lg_12-1-0{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.6rem;line-height:2.2rem;padding-left:3.6rem}.cdr-label-wrapper--large\@lg_12-1-0>.cdr-label-wrapper__figure_12-1-0{width:2rem;height:2rem}.cdr-label-wrapper--large\@lg_12-1-0>.cdr-label-wrapper__figure_12-1-0::after{width:.5rem;height:.5rem}}
|
package/dist/style/cdr-link.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.cdr-link_12-1-0
|
|
1
|
+
.cdr-link_12-1-0{font-family:inherit;font-size:inherit;line-height:inherit;align-items:center;background-color:transparent;border:0;margin:0;color:#406eb5;fill:#406eb5;cursor:pointer;display:inline-flex;outline:none;padding:0;text-decoration:underline;vertical-align:top}.cdr-link_12-1-0:active,.cdr-link_12-1-0:focus{color:#0b2d60}.cdr-link_12-1-0:hover{color:#406eb5;text-decoration:none}.cdr-link_12-1-0:focus{outline:0.2rem solid Highlight;outline-color:-webkit-focus-ring-color;outline-offset:0}.cdr-link--standalone_12-1-0{text-decoration:none}.cdr-link--standalone_12-1-0:hover,.cdr-link--standalone_12-1-0:active,.cdr-link--standalone_12-1-0:focus,.cdr-link--standalone_12-1-0:visited{text-decoration:underline}.cdr-link--inherit-color_12-1-0{fill:inherit;color:inherit}.cdr-link--inherit-color_12-1-0:active,.cdr-link--inherit-color_12-1-0:hover,.cdr-link--inherit-color_12-1-0:focus{color:inherit;fill:inherit}
|
package/dist/style/cdr-list.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.cdr-list_12-1-0
|
|
1
|
+
.cdr-list_12-1-0{list-style-type:none;padding:0;margin:0}.cdr-list_12-1-0>li+li{margin-top:.8rem}.cdr-list_12-1-0 li>.cdr-list_12-1-0{margin-top:.8rem;padding-left:1em;list-style-type:none}.cdr-list--compact_12-1-0>li+li{margin-top:.4rem}.cdr-list--compact_12-1-0 li>.cdr-list_12-1-0{margin-top:.4rem}.cdr-list--ordered_12-1-0{list-style-type:decimal;padding-left:1.5em;list-style-position:outside}.cdr-list--ordered_12-1-0 li{padding:0 0 0 .4rem}.cdr-list--ordered_12-1-0 li>.cdr-list_12-1-0{position:relative;padding-left:1em}.cdr-list--ordered_12-1-0 li>.cdr-list_12-1-0>li{padding-left:0}.cdr-list--ordered_12-1-0 li>.cdr-list_12-1-0>li::before{content:'\2013';position:absolute;color:rgba(66,59,47,0.75);left:0}.cdr-list--unordered_12-1-0{position:relative;padding-left:1em}.cdr-list--unordered_12-1-0>li::before{content:'\2022';position:relative;margin-left:-1em;padding-right:.8rem;color:rgba(66,59,47,0.75)}.cdr-list--unordered_12-1-0 li>.cdr-list_12-1-0{position:relative;padding-left:1em}.cdr-list--unordered_12-1-0 li>.cdr-list_12-1-0>li::before{content:'\2013';position:relative;margin-left:-1em;padding-right:.8rem;color:rgba(66,59,47,0.75)}.cdr-list--inline_12-1-0{display:flex;flex-wrap:wrap;list-style-type:none;padding-left:0}.cdr-list--inline_12-1-0>li{display:block}.cdr-list--inline_12-1-0>li+li{margin-top:0;padding-left:1em}.cdr-list--inline_12-1-0.cdr-list--compact_12-1-0>li+li{padding-left:0.5em}.cdr-list--inline_12-1-0.cdr-list--unordered_12-1-0{left:0}.cdr-list--inline_12-1-0.cdr-list--unordered_12-1-0>li{position:relative}.cdr-list--inline_12-1-0.cdr-list--unordered_12-1-0>li+li{padding-left:1.5em}.cdr-list--inline_12-1-0.cdr-list--unordered_12-1-0>li:first-of-type::before{display:none}.cdr-list--inline_12-1-0.cdr-list--unordered_12-1-0>li::before{content:'\2022';color:rgba(66,59,47,0.75);display:block;position:absolute;top:50%;transform:translate(150%, -50%);height:0.6rem;width:0.6rem;line-height:0.6rem;left:0;padding:0;margin:0}.cdr-list--inline_12-1-0.cdr-list--unordered_12-1-0.cdr-list--compact_12-1-0>li+li{padding-left:1em}.cdr-list--inline_12-1-0.cdr-list--unordered_12-1-0.cdr-list--compact_12-1-0>li+li::before{transform:translate(100%, -50%)}
|
package/dist/style/cdr-modal.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.cdr-modal_12-1-0
|
|
1
|
+
.cdr-modal_12-1-0{bottom:0;height:100%;left:0;overflow-y:scroll;position:fixed;right:0;top:0;visibility:visible;z-index:1000}@supports (-webkit-touch-callout: none){.cdr-modal_12-1-0 *{will-change:transform}}.cdr-modal__overlay_12-1-0{background-color:rgba(244,242,237,0.85);-webkit-backdrop-filter:blur(1.6rem);backdrop-filter:blur(1.6rem);bottom:0;left:0;opacity:1;position:fixed;right:0;top:0;transition:opacity 150ms;z-index:0}.cdr-modal__outerWrap_12-1-0{display:flex;box-sizing:border-box;min-height:100%;position:static;z-index:-1}.cdr-modal__contentWrap_12-1-0{align-items:flex-start;background-color:#fff;display:flex;flex-direction:column;margin:auto;min-height:100%;opacity:1;position:absolute;top:0;left:0;right:0;transition:opacity 150ms 150ms;width:100%;z-index:0}.cdr-modal__contentWrap_12-1-0:focus{outline:0}.cdr-modal__innerWrap_12-1-0{width:100%;padding:1.6rem}.cdr-modal__dialog_12-1-0{width:100%}.cdr-modal__content_12-1-0{position:relative}.cdr-modal__header_12-1-0{display:flex;padding-bottom:1.6rem}.cdr-modal__title_12-1-0{flex:auto;font-family:Stuart, Georgia, serif;font-style:normal;font-weight:500;letter-spacing:0;font-size:2.4rem;line-height:3rem}.cdr-modal__close-button_12-1-0{align-self:flex-start;border:0.1rem solid #928b80;flex:none;margin-left:.8rem;padding:0.7rem;position:relative;top:-0.2rem;right:-0.4rem}.cdr-modal__close-button_12-1-0:hover,.cdr-modal__close-button_12-1-0:focus{border:0.1rem solid #928b80}.cdr-modal__text_12-1-0{padding:0;position:relative}.cdr-modal__text-content_12-1-0{overflow:auto;position:relative}@media (min-width: 768px){.cdr-modal__outerWrap_12-1-0{padding:1.6rem}.cdr-modal__innerWrap_12-1-0{padding:2.4rem}.cdr-modal__contentWrap_12-1-0{border-radius:.4rem;box-shadow:0 1.6rem 1.6rem 0 rgba(12,11,8,0.2);min-height:auto;position:relative;top:auto;left:auto;right:auto}.cdr-modal__dialog_12-1-0{max-width:64rem}.cdr-modal__close-button_12-1-0{margin-left:1.2rem;right:-0.8rem;top:-0.5rem}}.closed_12-1-0{transition:z-index 0s 300ms,visibility 0s 300ms;visibility:hidden;z-index:-1}.closed_12-1-0 .cdr-modal__overlay_12-1-0{opacity:0;transition:opacity 150ms 150ms}.closed_12-1-0 .cdr-modal__contentWrap_12-1-0{opacity:0;transition:opacity 150ms}.cdr-modal__noscroll_12-1-0{overflow:hidden !important;position:fixed !important;width:100%}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@import url("@rei/cedar/dist/style/cdr-icon.css");@import url("@rei/cedar/dist/style/cdr-select.css");.cdr-pagination_12-1-0
|
|
1
|
+
@import url("@rei/cedar/dist/style/cdr-icon.css");@import url("@rei/cedar/dist/style/cdr-select.css");.cdr-pagination_12-1-0{display:flex;justify-content:center;align-items:center;list-style:none;padding:0}.cdr-pagination__li--links_12-1-0{display:none}.cdr-pagination__li--links_12-1-0+.cdr-pagination__li--links_12-1-0{margin-left:.4rem}.cdr-pagination__li--select_12-1-0{display:block}.cdr-pagination__link_12-1-0{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.6rem;line-height:2.2rem;background-color:transparent;border:none;padding:0;color:rgba(12,11,8,0.75);fill:rgba(12,11,8,0.75);display:block;padding:0.6rem 1.2rem;text-decoration:none;border-radius:.4rem}.cdr-pagination__link_12-1-0:hover,.cdr-pagination__link_12-1-0:focus,.cdr-pagination__link_12-1-0:active{background-color:#f9f8f6;cursor:pointer}.cdr-pagination__link_12-1-0.current{position:relative}.cdr-pagination__link_12-1-0.current:after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);height:0.2rem;width:80%;background-color:#406eb5}.cdr-pagination__link_12-1-0.current:hover,.cdr-pagination__link_12-1-0.current:focus,.cdr-pagination__link_12-1-0.current:active{text-decoration:none}.cdr-pagination__link_12-1-0.cdr-pagination__link--disabled_12-1-0{color:#d1cbbd;fill:#d1cbbd;cursor:not-allowed}.cdr-pagination__link_12-1-0.cdr-pagination__link--disabled_12-1-0:hover,.cdr-pagination__link_12-1-0.cdr-pagination__link--disabled_12-1-0:focus,.cdr-pagination__link_12-1-0.cdr-pagination__link--disabled_12-1-0:active{color:#d1cbbd;background-color:transparent}.cdr-pagination__ellipse_12-1-0{display:block;padding:0.6rem 1.2rem}.cdr-pagination__prev_12-1-0{display:flex;align-items:center;margin-right:1.6rem}.cdr-pagination__next_12-1-0{display:flex;align-items:center;margin-left:1.6rem}.cdr-pagination__caret--prev_12-1-0{margin-right:.2rem}.cdr-pagination__caret--next_12-1-0{margin-left:.2rem}@media (min-width: 768px){.cdr-pagination__li--links_12-1-0{display:block}.cdr-pagination__li--select_12-1-0{display:none}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@import url("@rei/cedar/dist/style/cdr-popup.css");@import url("@rei/cedar/dist/style/cdr-button.css");@import url("@rei/cedar/dist/style/cdr-icon.css");.cdr-popover--position_12-1-0
|
|
1
|
+
@import url("@rei/cedar/dist/style/cdr-popup.css");@import url("@rei/cedar/dist/style/cdr-button.css");@import url("@rei/cedar/dist/style/cdr-icon.css");.cdr-popover--position_12-1-0{position:relative}.cdr-popover--wrapper_12-1-0{width:-webkit-max-content;width:-moz-max-content;width:max-content;height:-webkit-max-content;height:-moz-max-content;height:max-content}.cdr-popover--wrapper_12-1-0 .cdr-popup--closed_12-1-0{display:none}.cdr-popover__title_12-1-0{font-family:Stuart, Georgia, serif;font-style:normal;font-weight:500;letter-spacing:0;font-size:1.8rem;line-height:2.4rem;margin-bottom:.8rem;margin-right:.8rem}.cdr-popover__container_12-1-0{padding:.8rem;padding-left:1.6rem;display:flex}.cdr-popover__content_12-1-0{flex:auto}.cdr-popover__close-button_12-1-0{align-self:flex-start;flex:none;padding:0}
|
package/dist/style/cdr-popup.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@-webkit-keyframes popup-exit-down{from{top:calc(100% + 1.4rem)}to{top:100%}}@keyframes popup-exit-down{from{top:calc(100% + 1.4rem)}to{top:100%}}@-webkit-keyframes popup-enter-down{from{top:100%}to{top:calc(100% + 1.4rem)}}@keyframes popup-enter-down{from{top:100%}to{top:calc(100% + 1.4rem)}}@-webkit-keyframes popup-arrow-exit-down{from{bottom:-1.5rem}to{bottom:0}}@keyframes popup-arrow-exit-down{from{bottom:-1.5rem}to{bottom:0}}@-webkit-keyframes popup-arrow-enter-down{from{bottom:0}to{bottom:-1.5rem}}@keyframes popup-arrow-enter-down{from{bottom:0}to{bottom:-1.5rem}}@-webkit-keyframes popup-exit-up{from{bottom:calc(100% + 1.4rem)}to{bottom:100%}}@keyframes popup-exit-up{from{bottom:calc(100% + 1.4rem)}to{bottom:100%}}@-webkit-keyframes popup-enter-up{from{bottom:100%}to{bottom:calc(100% + 1.4rem)}}@keyframes popup-enter-up{from{bottom:100%}to{bottom:calc(100% + 1.4rem)}}@-webkit-keyframes popup-arrow-exit-up{from{top:-1.5rem}to{top:0}}@keyframes popup-arrow-exit-up{from{top:-1.5rem}to{top:0}}@-webkit-keyframes popup-arrow-enter-up{from{top:0}to{top:-1.5rem}}@keyframes popup-arrow-enter-up{from{top:0}to{top:-1.5rem}}@-webkit-keyframes popup-exit-left{from{right:calc(100% + 1.4rem)}to{right:100%}}@keyframes popup-exit-left{from{right:calc(100% + 1.4rem)}to{right:100%}}@-webkit-keyframes popup-enter-left{from{right:100%}to{right:calc(100% + 1.4rem)}}@keyframes popup-enter-left{from{right:100%}to{right:calc(100% + 1.4rem)}}@-webkit-keyframes popup-arrow-exit-left{from{left:-1.5rem}to{left:0}}@keyframes popup-arrow-exit-left{from{left:-1.5rem}to{left:0}}@-webkit-keyframes popup-arrow-enter-left{from{left:0}to{left:-1.5rem}}@keyframes popup-arrow-enter-left{from{left:0}to{left:-1.5rem}}@-webkit-keyframes popup-exit-right{from{left:calc(100% + 1.4rem)}to{left:100%}}@keyframes popup-exit-right{from{left:calc(100% + 1.4rem)}to{left:100%}}@-webkit-keyframes popup-enter-right{from{left:100%}to{left:calc(100% + 1.4rem)}}@keyframes popup-enter-right{from{left:100%}to{left:calc(100% + 1.4rem)}}@-webkit-keyframes popup-arrow-exit-right{from{right:-1.5rem}to{right:0}}@keyframes popup-arrow-exit-right{from{right:-1.5rem}to{right:0}}@-webkit-keyframes popup-arrow-enter-right{from{right:0}to{right:-1.5rem}}@keyframes popup-arrow-enter-right{from{right:0}to{right:-1.5rem}}.cdr-popup_12-1-0
|
|
1
|
+
@-webkit-keyframes popup-exit-down{from{top:calc(100% + 1.4rem)}to{top:100%}}@keyframes popup-exit-down{from{top:calc(100% + 1.4rem)}to{top:100%}}@-webkit-keyframes popup-enter-down{from{top:100%}to{top:calc(100% + 1.4rem)}}@keyframes popup-enter-down{from{top:100%}to{top:calc(100% + 1.4rem)}}@-webkit-keyframes popup-arrow-exit-down{from{bottom:-1.5rem}to{bottom:0}}@keyframes popup-arrow-exit-down{from{bottom:-1.5rem}to{bottom:0}}@-webkit-keyframes popup-arrow-enter-down{from{bottom:0}to{bottom:-1.5rem}}@keyframes popup-arrow-enter-down{from{bottom:0}to{bottom:-1.5rem}}@-webkit-keyframes popup-exit-up{from{bottom:calc(100% + 1.4rem)}to{bottom:100%}}@keyframes popup-exit-up{from{bottom:calc(100% + 1.4rem)}to{bottom:100%}}@-webkit-keyframes popup-enter-up{from{bottom:100%}to{bottom:calc(100% + 1.4rem)}}@keyframes popup-enter-up{from{bottom:100%}to{bottom:calc(100% + 1.4rem)}}@-webkit-keyframes popup-arrow-exit-up{from{top:-1.5rem}to{top:0}}@keyframes popup-arrow-exit-up{from{top:-1.5rem}to{top:0}}@-webkit-keyframes popup-arrow-enter-up{from{top:0}to{top:-1.5rem}}@keyframes popup-arrow-enter-up{from{top:0}to{top:-1.5rem}}@-webkit-keyframes popup-exit-left{from{right:calc(100% + 1.4rem)}to{right:100%}}@keyframes popup-exit-left{from{right:calc(100% + 1.4rem)}to{right:100%}}@-webkit-keyframes popup-enter-left{from{right:100%}to{right:calc(100% + 1.4rem)}}@keyframes popup-enter-left{from{right:100%}to{right:calc(100% + 1.4rem)}}@-webkit-keyframes popup-arrow-exit-left{from{left:-1.5rem}to{left:0}}@keyframes popup-arrow-exit-left{from{left:-1.5rem}to{left:0}}@-webkit-keyframes popup-arrow-enter-left{from{left:0}to{left:-1.5rem}}@keyframes popup-arrow-enter-left{from{left:0}to{left:-1.5rem}}@-webkit-keyframes popup-exit-right{from{left:calc(100% + 1.4rem)}to{left:100%}}@keyframes popup-exit-right{from{left:calc(100% + 1.4rem)}to{left:100%}}@-webkit-keyframes popup-enter-right{from{left:100%}to{left:calc(100% + 1.4rem)}}@keyframes popup-enter-right{from{left:100%}to{left:calc(100% + 1.4rem)}}@-webkit-keyframes popup-arrow-exit-right{from{right:-1.5rem}to{right:0}}@keyframes popup-arrow-exit-right{from{right:-1.5rem}to{right:0}}@-webkit-keyframes popup-arrow-enter-right{from{right:0}to{right:-1.5rem}}@keyframes popup-arrow-enter-right{from{right:0}to{right:-1.5rem}}.cdr-popup_12-1-0{opacity:0;transition:opacity .2s cubic-bezier(0.32, 0.94, 0.6, 1)}.cdr-popup--open_12-1-0{opacity:1}.cdr-popup--closed_12-1-0{opacity:0}.cdr-popup__content_12-1-0{-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-timing-function:cubic-bezier(0.32, 0.94, 0.6, 1);animation-timing-function:cubic-bezier(0.32, 0.94, 0.6, 1);-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;background:#fff;border:0.1rem solid #928b80;border-radius:.4rem;box-shadow:0 0.4rem 0.4rem 0 rgba(12,11,8,0.2);max-width:28.6rem;width:-webkit-max-content;width:-moz-max-content;width:max-content;position:absolute;z-index:100}.cdr-popup__arrow_12-1-0::before,.cdr-popup__arrow_12-1-0::after{content:'';position:absolute;margin:auto;width:0;height:0;border-style:solid;border-color:transparent;-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-timing-function:cubic-bezier(0.32, 0.94, 0.6, 1);animation-timing-function:cubic-bezier(0.32, 0.94, 0.6, 1);-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;z-index:100}.cdr-popup__arrow_12-1-0::before{border-width:1rem}.cdr-popup__arrow_12-1-0::after{border-width:.9rem}.cdr-popup--top_12-1-0 .cdr-popup__content_12-1-0,.cdr-popup--top_12-1-0 .cdr-popup__arrow_12-1-0::before,.cdr-popup--top_12-1-0 .cdr-popup__arrow_12-1-0::after,.cdr-popup--bottom_12-1-0 .cdr-popup__content_12-1-0,.cdr-popup--bottom_12-1-0 .cdr-popup__arrow_12-1-0::before,.cdr-popup--bottom_12-1-0 .cdr-popup__arrow_12-1-0::after{left:50%;transform:translateX(-50%)}.cdr-popup--bottom_12-1-0.cdr-popup--open_12-1-0 .cdr-popup__content_12-1-0{-webkit-animation-name:popup-enter-down;animation-name:popup-enter-down}.cdr-popup--bottom_12-1-0.cdr-popup--open_12-1-0 .cdr-popup__arrow_12-1-0::before,.cdr-popup--bottom_12-1-0.cdr-popup--open_12-1-0 .cdr-popup__arrow_12-1-0::after{-webkit-animation-name:popup-arrow-enter-down;animation-name:popup-arrow-enter-down}.cdr-popup--bottom_12-1-0.cdr-popup--exit_12-1-0 .cdr-popup__content_12-1-0{-webkit-animation-name:popup-exit-down;animation-name:popup-exit-down}.cdr-popup--bottom_12-1-0.cdr-popup--exit_12-1-0 .cdr-popup__arrow_12-1-0::before,.cdr-popup--bottom_12-1-0.cdr-popup--exit_12-1-0 .cdr-popup__arrow_12-1-0::after{-webkit-animation-name:popup-arrow-exit-down;animation-name:popup-arrow-exit-down}.cdr-popup--bottom_12-1-0 .cdr-popup__content_12-1-0{top:calc(100% + 1.4rem)}.cdr-popup--bottom_12-1-0 .cdr-popup__arrow_12-1-0::before{border-bottom-color:#928b80}.cdr-popup--bottom_12-1-0 .cdr-popup__arrow_12-1-0::after{border-bottom-color:#fff}.cdr-popup--top_12-1-0.cdr-popup--open_12-1-0 .cdr-popup__content_12-1-0{-webkit-animation-name:popup-enter-up;animation-name:popup-enter-up}.cdr-popup--top_12-1-0.cdr-popup--open_12-1-0 .cdr-popup__arrow_12-1-0::before,.cdr-popup--top_12-1-0.cdr-popup--open_12-1-0 .cdr-popup__arrow_12-1-0::after{-webkit-animation-name:popup-arrow-enter-up;animation-name:popup-arrow-enter-up}.cdr-popup--top_12-1-0.cdr-popup--exit_12-1-0 .cdr-popup__content_12-1-0{-webkit-animation-name:popup-exit-up;animation-name:popup-exit-up}.cdr-popup--top_12-1-0.cdr-popup--exit_12-1-0 .cdr-popup__arrow_12-1-0::before,.cdr-popup--top_12-1-0.cdr-popup--exit_12-1-0 .cdr-popup__arrow_12-1-0::after{-webkit-animation-name:popup-arrow-exit-up;animation-name:popup-arrow-exit-up}.cdr-popup--top_12-1-0 .cdr-popup__content_12-1-0{bottom:calc(100% + 1.4rem)}.cdr-popup--top_12-1-0 .cdr-popup__arrow_12-1-0::before{border-top-color:#928b80}.cdr-popup--top_12-1-0 .cdr-popup__arrow_12-1-0::after{border-top-color:#fff}.cdr-popup--corner-left_12-1-0 .cdr-popup__content_12-1-0{left:0;transform:unset}.cdr-popup--corner-right_12-1-0 .cdr-popup__content_12-1-0{left:unset;right:0;transform:unset}.cdr-popup--left_12-1-0 .cdr-popup__content_12-1-0,.cdr-popup--left_12-1-0 .cdr-popup__arrow_12-1-0::before,.cdr-popup--left_12-1-0 .cdr-popup__arrow_12-1-0::after,.cdr-popup--right_12-1-0 .cdr-popup__content_12-1-0,.cdr-popup--right_12-1-0 .cdr-popup__arrow_12-1-0::before,.cdr-popup--right_12-1-0 .cdr-popup__arrow_12-1-0::after{top:50%;transform:translateY(-50%)}.cdr-popup--left_12-1-0.cdr-popup--open_12-1-0 .cdr-popup__content_12-1-0{-webkit-animation-name:popup-enter-left;animation-name:popup-enter-left}.cdr-popup--left_12-1-0.cdr-popup--open_12-1-0 .cdr-popup__arrow_12-1-0::before,.cdr-popup--left_12-1-0.cdr-popup--open_12-1-0 .cdr-popup__arrow_12-1-0::after{-webkit-animation-name:popup-arrow-enter-left;animation-name:popup-arrow-enter-left}.cdr-popup--left_12-1-0.cdr-popup--exit_12-1-0 .cdr-popup__content_12-1-0{-webkit-animation-name:popup-exit-left;animation-name:popup-exit-left}.cdr-popup--left_12-1-0.cdr-popup--exit_12-1-0 .cdr-popup__arrow_12-1-0::before,.cdr-popup--left_12-1-0.cdr-popup--exit_12-1-0 .cdr-popup__arrow_12-1-0::after{-webkit-animation-name:popup-arrow-exit-left;animation-name:popup-arrow-exit-left}.cdr-popup--left_12-1-0 .cdr-popup__content_12-1-0{right:calc(100% + 1.4rem)}.cdr-popup--left_12-1-0 .cdr-popup__arrow_12-1-0::before{border-left-color:#928b80}.cdr-popup--left_12-1-0 .cdr-popup__arrow_12-1-0::after{border-left-color:#fff}.cdr-popup--right_12-1-0.cdr-popup--open_12-1-0 .cdr-popup__content_12-1-0{-webkit-animation-name:popup-enter-right;animation-name:popup-enter-right}.cdr-popup--right_12-1-0.cdr-popup--open_12-1-0 .cdr-popup__arrow_12-1-0::before,.cdr-popup--right_12-1-0.cdr-popup--open_12-1-0 .cdr-popup__arrow_12-1-0::after{-webkit-animation-name:popup-arrow-enter-right;animation-name:popup-arrow-enter-right}.cdr-popup--right_12-1-0.cdr-popup--exit_12-1-0 .cdr-popup__content_12-1-0{-webkit-animation-name:popup-exit-right;animation-name:popup-exit-right}.cdr-popup--right_12-1-0.cdr-popup--exit_12-1-0 .cdr-popup__arrow_12-1-0::before,.cdr-popup--right_12-1-0.cdr-popup--exit_12-1-0 .cdr-popup__arrow_12-1-0::after{-webkit-animation-name:popup-arrow-exit-right;animation-name:popup-arrow-exit-right}.cdr-popup--right_12-1-0 .cdr-popup__content_12-1-0{left:calc(100% + 1.4rem)}.cdr-popup--right_12-1-0 .cdr-popup__arrow_12-1-0::before{border-right-color:#928b80}.cdr-popup--right_12-1-0 .cdr-popup__arrow_12-1-0::after{border-right-color:#fff}.cdr-popup--corner-top_12-1-0 .cdr-popup__content_12-1-0{top:0;transform:unset}.cdr-popup--corner-bottom_12-1-0 .cdr-popup__content_12-1-0{top:unset;bottom:0;transform:unset}
|
package/dist/style/cdr-quote.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@import url("@rei/cedar/dist/style/cdr-text.css");.cdr-quote_12-1-0
|
|
1
|
+
@import url("@rei/cedar/dist/style/cdr-text.css");.cdr-quote_12-1-0{margin:0;padding:2.4rem 1.6rem;line-height:1}.cdr-quote_12-1-0 cite{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.008rem;font-size:1.2rem;line-height:1.6rem;color:rgba(66,59,47,0.75);display:block}.cdr-quote__summary_12-1-0{font-family:Stuart,Georgia,serif;font-weight:400;font-size:2.4rem;line-height:3.6rem;letter-spacing:-.08rem;color:rgba(12,11,8,0.75);margin:0}@media (min-width: 0) and (max-width: 767px){.cdr-quote__summary_12-1-0{font-size:1.8rem;line-height:2.8rem}}.cdr-quote__summary_12-1-0+cite{padding-top:1.6rem}.cdr-quote--pull_12-1-0{border-style:solid;border-color:#dcd6cb}@media (min-width: 0){.cdr-quote--pull_12-1-0{border-width:0 0 0.1rem 0;padding:2.4rem 1.6rem;margin:0 0 1.6rem}}@media (min-width: 768px){.cdr-quote--pull_12-1-0{border-width:0 0 0 0.1rem;padding:.8rem 1.6rem .8rem 3.2rem;margin:1.6rem 0}}.cdr-quote--pull_12-1-0 .cdr-quote__summary_12-1-0{font-weight:600}
|
package/dist/style/cdr-radio.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@import url("@rei/cedar/dist/style/cdr-label-wrapper.css");.cdr-radio_12-1-0
|
|
1
|
+
@import url("@rei/cedar/dist/style/cdr-label-wrapper.css");.cdr-radio_12-1-0 .cdr-label-wrapper__figure_12-1-0{border-radius:100%}.cdr-radio_12-1-0 .cdr-label-wrapper__figure_12-1-0::after{content:'';position:absolute;width:.4rem;height:.4rem;left:50%;top:50%;transform:translate(-50%, -50%);border-radius:999.9rem}.cdr-radio__input_12-1-0:checked ~ .cdr-label-wrapper__figure_12-1-0{box-shadow:inset 0 0 0 0.1rem #4e4d49;background-color:#4e4d49}.cdr-radio__input_12-1-0:checked ~ .cdr-label-wrapper__figure_12-1-0::after{background-color:#fff}.cdr-radio_12-1-0:hover .cdr-label-wrapper__figure_12-1-0{cursor:pointer;box-shadow:inset 0 0 0 0.1rem #20201d,0 0 0 0.1rem #20201d;background-color:#f9f8f6}.cdr-radio_12-1-0:hover .cdr-radio__input_12-1-0:checked ~ .cdr-label-wrapper__figure_12-1-0{box-shadow:inset 0 0 0 0.1rem #4e4d49,0 0 0 0.1rem #4e4d49;background-color:#928b80}.cdr-radio__input_12-1-0:disabled ~ .cdr-label-wrapper__figure_12-1-0{cursor:not-allowed !important;box-shadow:inset 0 0 0 0.1rem #d1cbbd !important;background-color:#f9f8f6 !important}.cdr-radio__input_12-1-0:disabled ~ .cdr-label-wrapper__figure_12-1-0:after{background-color:#f9f8f6 !important}.cdr-radio__input_12-1-0:disabled:checked ~ .cdr-label-wrapper__figure_12-1-0::after{background-color:#f9f8f6 !important}.cdr-radio__input_12-1-0:focus ~ .cdr-label-wrapper__figure_12-1-0{box-shadow:inset 0 0 0 0.1rem #4e4d49,0 0 0 0.1rem #4e4d49;background-color:#f9f8f6}.cdr-radio__input_12-1-0:focus:checked ~ .cdr-label-wrapper__figure_12-1-0{background-color:#928b80}.cdr-radio_12-1-0:active .cdr-label-wrapper__figure_12-1-0,.cdr-radio_12-1-0:active .cdr-radio__input_12-1-0:checked ~ .cdr-label-wrapper__figure_12-1-0{box-shadow:inset 0 0 0 0.1rem #4e4d49,0 0 0 0.1rem #4e4d49;background-color:#f9f8f6}.cdr-radio_12-1-0:active .cdr-label-wrapper__figure_12-1-0::after,.cdr-radio_12-1-0:active .cdr-radio__input_12-1-0:checked ~ .cdr-label-wrapper__figure_12-1-0::after{background-color:#4e4d49}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.cdr-rating__icon_12-1-0-beta-1{width:2.4rem;height:2.4rem;font-size:2.4rem}.cdr-rating__count_12-1-0-beta-1{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.4rem;line-height:1.8rem;margin-left:.8rem}.cdr-rating_12-1-0-beta-1{display:flex;align-items:center;position:relative;line-height:1;color:rgba(12,11,8,0.75)}.cdr-rating__number_12-1-0-beta-1{font-weight:600}.cdr-rating__ratings_12-1-0-beta-1{display:flex}.cdr-rating__icon_12-1-0-beta-1{position:relative;z-index:1}.cdr-rating__caption-sr_12-1-0-beta-1{position:absolute;width:0.1rem;height:0.1rem;padding:0;margin:-0.1rem;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.cdr-rating__placeholder_12-1-0-beta-1::after{content:'';background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M12.1702 17.7643L11.9688 17.6359L11.7673 17.7643L6.37635 21.1984L7.81044 14.6842L7.85695 14.473L7.69738 14.3269L2.8485 9.88945L9.21759 9.31204L9.44623 9.29131L9.53174 9.07825L11.9688 3.00672L14.4058 9.07825L14.4913 9.29131L14.7199 9.31204L21.089 9.88945L16.2401 14.3269L16.0806 14.473L16.1271 14.6842L17.5612 21.1984L12.1702 17.7643Z' fill='%23F9F8F6' stroke='%23BD7B2D' stroke-width='0.75'/%3E %3C/svg%3E");background-repeat:no-repeat;position:absolute;top:0;left:0;width:100%;height:100%}.cdr-rating__placeholder_12-1-0-beta-1::before{content:"☆";display:block;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);font-size:0.5em;color:#BD7B2D;width:auto;overflow:hidden}.cdr-rating__placeholder--no-reviews_12-1-0-beta-1::after{content:'';background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cpath fill='%23F9F8F6' fill-rule='nonzero' d='M7.186 19.635L12 16.579l4.814 3.056-1.274-5.767 4.284-3.907-5.645-.51L12 4.041l-2.179 5.41-5.645.51 4.284 3.907z'/%3E %3Cpath fill='%23928B80' d='M5.69 21.769l1.669-7.552-5.535-5.048 7.298-.66L12 1.364l2.878 7.147 7.298.659-5.535 5.048 1.669 7.552L12 17.763l-6.31 4.006zm1.496-2.134L12 16.579l4.814 3.056-1.274-5.767 4.284-3.907-5.645-.51L12 4.04 9.821 9.45l-5.645.51 4.284 3.907-1.274 5.767z'/%3E %3C/g%3E %3C/svg%3E");background-repeat:no-repeat;position:absolute;top:0;left:0;width:100%;height:100%}.cdr-rating__placeholder--no-reviews_12-1-0-beta-1::before{content:"☆";display:block;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);font-size:0.5em;color:#BD7B2D;width:auto;overflow:hidden}.cdr-rating__100_12-1-0-beta-1::after{content:'';background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M12.4389 17.3426L11.9688 17.0431L11.4986 17.3426L7.12363 20.1295L8.29875 14.7917L8.40726 14.2988L8.03494 13.9581L4.02151 10.2852L9.26273 9.80999L9.79622 9.76163L9.99576 9.2645L11.9688 4.34901L13.9417 9.2645L14.1413 9.76163L14.6748 9.80999L19.916 10.2852L15.9026 13.9581L15.5302 14.2988L15.6388 14.7917L16.8139 20.1295L12.4389 17.3426Z' fill='%23FFD280' stroke='%23BD7B2D' stroke-width='1.75'/%3E %3C/svg%3E");background-repeat:no-repeat;position:absolute;top:0;left:0;width:100%;height:100%}.cdr-rating__100_12-1-0-beta-1::before{content:"★";display:block;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);font-size:0.5em;color:#BD7B2D;width:auto;overflow:hidden}.cdr-rating__75_12-1-0-beta-1::after{content:'';background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath 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='%23F9F8F6' stroke='%23BD7B2D' stroke-width='0.75'/%3E %3Cpath 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='%23FFD280'/%3E %3Cpath d='M14.0201 9.18207L14.0201 19.0141' stroke='%23BD7B2D' stroke-width='0.75'/%3E %3Cpath 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='%23BD7B2D' stroke-width='1.75'/%3E %3C/svg%3E");background-repeat:no-repeat;position:absolute;top:0;left:0;width:100%;height:100%}.cdr-rating__75_12-1-0-beta-1::before{content:"★";display:block;position:absolute;left:50%;top:50%;transform:translate(calc(-50% - 0.125em), -50%);font-size:0.5em;color:#BD7B2D;width:0.75em;overflow:hidden}.cdr-rating__50_12-1-0-beta-1::after{content:'';background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M12.1744 17.7643L11.9729 17.6359L11.7714 17.7643L6.3805 21.1984L7.81459 14.6842L7.8611 14.473L7.70153 14.3269L2.85265 9.88945L9.22174 9.31204L9.45038 9.29131L9.53589 9.07825L11.9729 3.00672L14.4099 9.07825L14.4954 9.29131L14.7241 9.31204L21.0931 9.88945L16.2443 14.3269L16.0847 14.473L16.1312 14.6842L17.5653 21.1984L12.1744 17.7643Z' fill='%23F9F8F6' stroke='%23BD7B2D' stroke-width='0.75'/%3E %3Cpath d='M3.64978 10.1548L9.3118 9.65756L11.9821 3.92165V17.2275L6.88225 20.5069L8.23125 14.3512L3.64978 10.1548Z' fill='%23FFD280'/%3E %3Cpath d='M11.9822 3.92163L11.9831 17.6424' stroke='%23BD7B2D' stroke-width='0.75'/%3E %3Cpath d='M11.3498 5.89038L9.79225 9.76097L4.01752 10.2828L8.406 14.2935L7.12489 20.1383L12.0741 16.9881' stroke='%23BD7B2D' stroke-width='1.75'/%3E %3Cpath d='M11.9208 4.59326L11.3589 6.31024' stroke='%23BD7B2D'/%3E %3C/svg%3E");background-repeat:no-repeat;position:absolute;top:0;left:0;width:100%;height:100%}.cdr-rating__50_12-1-0-beta-1::before{content:"★";display:block;position:absolute;left:50%;top:50%;transform:translate(calc(-50% - 0.25em), -50%);font-size:0.5em;color:#BD7B2D;width:0.5em;overflow:hidden}.cdr-rating__25_12-1-0-beta-1::after{content:'';background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M12.1699 17.7643L11.9684 17.6359L11.767 17.7643L6.37604 21.1984L7.81014 14.6842L7.85664 14.473L7.69707 14.3269L2.8482 9.88945L9.21728 9.31204L9.44592 9.29131L9.53144 9.07825L11.9684 3.00672L14.4055 9.07825L14.491 9.29131L14.7196 9.31204L21.0887 9.88945L16.2398 14.3269L16.0803 14.473L16.1268 14.6842L17.5608 21.1984L12.1699 17.7643Z' fill='%23F9F8F6' stroke='%23BD7B2D' stroke-width='0.75'/%3E %3Cpath d='M3.64532 10.1547L9.30735 9.65746V18.9355L6.87779 20.5068L8.2268 14.3511L3.64532 10.1547Z' fill='%23FFD280'/%3E %3Cpath d='M9.60486 8.97247L9.60551 19.1315' stroke='%23BD7B2D' stroke-width='0.75'/%3E %3Cpath d='M9.44125 9.79321L4.01843 10.2804L8.40374 14.2981L7.11705 20.1342L9.78234 18.4339' stroke='%23BD7B2D' stroke-width='1.75'/%3E %3C/svg%3E");background-repeat:no-repeat;position:absolute;top:0;left:0;width:100%;height:100%}.cdr-rating__25_12-1-0-beta-1::before{content:"★";display:block;position:absolute;left:50%;top:50%;transform:translate(calc(-50% - 0.335em), -50%);font-size:0.5em;color:#BD7B2D;width:0.33em;overflow:hidden}.cdr-rating--linked_12-1-0-beta-1{display:inline-flex;text-decoration:none}.cdr-rating--linked_12-1-0-beta-1 .cdr-rating__count_12-1-0-beta-1:hover,.cdr-rating--linked_12-1-0-beta-1 .cdr-rating__count_12-1-0-beta-1:active,.cdr-rating--linked_12-1-0-beta-1 .cdr-rating__count_12-1-0-beta-1:focus{color:#406eb5;text-decoration:underline}.cdr-rating--linked_12-1-0-beta-1 .cdr-rating__count_12-1-0-beta-1>.cdr-rating__number_12-1-0-beta-1{border-right:0.1rem solid #b2ab9f;padding:0 0.6rem;margin-right:0.6rem}.cdr-rating--large_12-1-0-beta-1 .cdr-rating__icon_12-1-0-beta-1{width:3.2rem;height:3.2rem;font-size:3.2rem}.cdr-rating--large_12-1-0-beta-1 .cdr-rating__count_12-1-0-beta-1{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.6rem;line-height:2.2rem}.cdr-rating--medium_12-1-0-beta-1 .cdr-rating__icon_12-1-0-beta-1{width:2.4rem;height:2.4rem;font-size:2.4rem}.cdr-rating--medium_12-1-0-beta-1 .cdr-rating__count_12-1-0-beta-1{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.4rem;line-height:1.8rem;margin-left:.8rem}.cdr-rating--small_12-1-0-beta-1 .cdr-rating__icon_12-1-0-beta-1{width:1.6rem;height:1.6rem;font-size:1.6rem}.cdr-rating--small_12-1-0-beta-1 .cdr-rating__count_12-1-0-beta-1{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.008rem;font-size:1.2rem;line-height:1.6rem;margin-left:.4rem}@media (min-width: 0) and (max-width: 767px){.cdr-rating--small\@xs_12-1-0-beta-1 .cdr-rating__icon_12-1-0-beta-1{width:1.6rem;height:1.6rem;font-size:1.6rem}.cdr-rating--small\@xs_12-1-0-beta-1 .cdr-rating__count_12-1-0-beta-1{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.008rem;font-size:1.2rem;line-height:1.6rem;margin-left:.4rem}.cdr-rating--medium\@xs_12-1-0-beta-1 .cdr-rating__icon_12-1-0-beta-1{width:2.4rem;height:2.4rem;font-size:2.4rem}.cdr-rating--medium\@xs_12-1-0-beta-1 .cdr-rating__count_12-1-0-beta-1{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.4rem;line-height:1.8rem;margin-left:.8rem}.cdr-rating--large\@xs_12-1-0-beta-1 .cdr-rating__icon_12-1-0-beta-1{width:3.2rem;height:3.2rem;font-size:3.2rem}.cdr-rating--large\@xs_12-1-0-beta-1 .cdr-rating__count_12-1-0-beta-1{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.6rem;line-height:2.2rem}}@media (min-width: 768px) and (max-width: 991px){.cdr-rating--small\@sm_12-1-0-beta-1 .cdr-rating__icon_12-1-0-beta-1{width:1.6rem;height:1.6rem;font-size:1.6rem}.cdr-rating--small\@sm_12-1-0-beta-1 .cdr-rating__count_12-1-0-beta-1{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.008rem;font-size:1.2rem;line-height:1.6rem;margin-left:.4rem}.cdr-rating--medium\@sm_12-1-0-beta-1 .cdr-rating__icon_12-1-0-beta-1{width:2.4rem;height:2.4rem;font-size:2.4rem}.cdr-rating--medium\@sm_12-1-0-beta-1 .cdr-rating__count_12-1-0-beta-1{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.4rem;line-height:1.8rem;margin-left:.8rem}.cdr-rating--large\@sm_12-1-0-beta-1 .cdr-rating__icon_12-1-0-beta-1{width:3.2rem;height:3.2rem;font-size:3.2rem}.cdr-rating--large\@sm_12-1-0-beta-1 .cdr-rating__count_12-1-0-beta-1{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.6rem;line-height:2.2rem}}@media (min-width: 992px) and (max-width: 1231px){.cdr-rating--small\@md_12-1-0-beta-1 .cdr-rating__icon_12-1-0-beta-1{width:1.6rem;height:1.6rem;font-size:1.6rem}.cdr-rating--small\@md_12-1-0-beta-1 .cdr-rating__count_12-1-0-beta-1{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.008rem;font-size:1.2rem;line-height:1.6rem;margin-left:.4rem}.cdr-rating--medium\@md_12-1-0-beta-1 .cdr-rating__icon_12-1-0-beta-1{width:2.4rem;height:2.4rem;font-size:2.4rem}.cdr-rating--medium\@md_12-1-0-beta-1 .cdr-rating__count_12-1-0-beta-1{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.4rem;line-height:1.8rem;margin-left:.8rem}.cdr-rating--large\@md_12-1-0-beta-1 .cdr-rating__icon_12-1-0-beta-1{width:3.2rem;height:3.2rem;font-size:3.2rem}.cdr-rating--large\@md_12-1-0-beta-1 .cdr-rating__count_12-1-0-beta-1{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.6rem;line-height:2.2rem}}@media (min-width: 1232px){.cdr-rating--small\@lg_12-1-0-beta-1 .cdr-rating__icon_12-1-0-beta-1{width:1.6rem;height:1.6rem;font-size:1.6rem}.cdr-rating--small\@lg_12-1-0-beta-1 .cdr-rating__count_12-1-0-beta-1{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.008rem;font-size:1.2rem;line-height:1.6rem;margin-left:.4rem}.cdr-rating--medium\@lg_12-1-0-beta-1 .cdr-rating__icon_12-1-0-beta-1{width:2.4rem;height:2.4rem;font-size:2.4rem}.cdr-rating--medium\@lg_12-1-0-beta-1 .cdr-rating__count_12-1-0-beta-1{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.4rem;line-height:1.8rem;margin-left:.8rem}.cdr-rating--large\@lg_12-1-0-beta-1 .cdr-rating__icon_12-1-0-beta-1{width:3.2rem;height:3.2rem;font-size:3.2rem}.cdr-rating--large\@lg_12-1-0-beta-1 .cdr-rating__count_12-1-0-beta-1{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.6rem;line-height:2.2rem}}
|
|
1
|
+
.cdr-rating__icon_12-1-0{width:2.4rem;height:2.4rem;font-size:2.4rem}.cdr-rating__count_12-1-0{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.4rem;line-height:1.8rem;margin-left:.8rem}.cdr-rating_12-1-0{display:flex;align-items:center;position:relative;line-height:1;color:rgba(12,11,8,0.75)}.cdr-rating__number_12-1-0{font-weight:600}.cdr-rating__ratings_12-1-0{display:flex}.cdr-rating__icon_12-1-0{position:relative;z-index:1}.cdr-rating__caption-sr_12-1-0{position:absolute;width:0.1rem;height:0.1rem;padding:0;margin:-0.1rem;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.cdr-rating__placeholder_12-1-0::after{content:'';background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M12.1702 17.7643L11.9688 17.6359L11.7673 17.7643L6.37635 21.1984L7.81044 14.6842L7.85695 14.473L7.69738 14.3269L2.8485 9.88945L9.21759 9.31204L9.44623 9.29131L9.53174 9.07825L11.9688 3.00672L14.4058 9.07825L14.4913 9.29131L14.7199 9.31204L21.089 9.88945L16.2401 14.3269L16.0806 14.473L16.1271 14.6842L17.5612 21.1984L12.1702 17.7643Z' fill='%23F9F8F6' stroke='%23BD7B2D' stroke-width='0.75'/%3E %3C/svg%3E");background-repeat:no-repeat;position:absolute;top:0;left:0;width:100%;height:100%}.cdr-rating__placeholder_12-1-0::before{content:"☆";display:block;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);font-size:0.5em;color:#BD7B2D;width:auto;overflow:hidden}.cdr-rating__placeholder--no-reviews_12-1-0::after{content:'';background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cpath fill='%23F9F8F6' fill-rule='nonzero' d='M7.186 19.635L12 16.579l4.814 3.056-1.274-5.767 4.284-3.907-5.645-.51L12 4.041l-2.179 5.41-5.645.51 4.284 3.907z'/%3E %3Cpath fill='%23928B80' d='M5.69 21.769l1.669-7.552-5.535-5.048 7.298-.66L12 1.364l2.878 7.147 7.298.659-5.535 5.048 1.669 7.552L12 17.763l-6.31 4.006zm1.496-2.134L12 16.579l4.814 3.056-1.274-5.767 4.284-3.907-5.645-.51L12 4.04 9.821 9.45l-5.645.51 4.284 3.907-1.274 5.767z'/%3E %3C/g%3E %3C/svg%3E");background-repeat:no-repeat;position:absolute;top:0;left:0;width:100%;height:100%}.cdr-rating__placeholder--no-reviews_12-1-0::before{content:"☆";display:block;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);font-size:0.5em;color:#BD7B2D;width:auto;overflow:hidden}.cdr-rating__100_12-1-0::after{content:'';background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M12.4389 17.3426L11.9688 17.0431L11.4986 17.3426L7.12363 20.1295L8.29875 14.7917L8.40726 14.2988L8.03494 13.9581L4.02151 10.2852L9.26273 9.80999L9.79622 9.76163L9.99576 9.2645L11.9688 4.34901L13.9417 9.2645L14.1413 9.76163L14.6748 9.80999L19.916 10.2852L15.9026 13.9581L15.5302 14.2988L15.6388 14.7917L16.8139 20.1295L12.4389 17.3426Z' fill='%23FFD280' stroke='%23BD7B2D' stroke-width='1.75'/%3E %3C/svg%3E");background-repeat:no-repeat;position:absolute;top:0;left:0;width:100%;height:100%}.cdr-rating__100_12-1-0::before{content:"★";display:block;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);font-size:0.5em;color:#BD7B2D;width:auto;overflow:hidden}.cdr-rating__75_12-1-0::after{content:'';background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath 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='%23F9F8F6' stroke='%23BD7B2D' stroke-width='0.75'/%3E %3Cpath 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='%23FFD280'/%3E %3Cpath d='M14.0201 9.18207L14.0201 19.0141' stroke='%23BD7B2D' stroke-width='0.75'/%3E %3Cpath 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='%23BD7B2D' stroke-width='1.75'/%3E %3C/svg%3E");background-repeat:no-repeat;position:absolute;top:0;left:0;width:100%;height:100%}.cdr-rating__75_12-1-0::before{content:"★";display:block;position:absolute;left:50%;top:50%;transform:translate(calc(-50% - 0.125em), -50%);font-size:0.5em;color:#BD7B2D;width:0.75em;overflow:hidden}.cdr-rating__50_12-1-0::after{content:'';background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M12.1744 17.7643L11.9729 17.6359L11.7714 17.7643L6.3805 21.1984L7.81459 14.6842L7.8611 14.473L7.70153 14.3269L2.85265 9.88945L9.22174 9.31204L9.45038 9.29131L9.53589 9.07825L11.9729 3.00672L14.4099 9.07825L14.4954 9.29131L14.7241 9.31204L21.0931 9.88945L16.2443 14.3269L16.0847 14.473L16.1312 14.6842L17.5653 21.1984L12.1744 17.7643Z' fill='%23F9F8F6' stroke='%23BD7B2D' stroke-width='0.75'/%3E %3Cpath d='M3.64978 10.1548L9.3118 9.65756L11.9821 3.92165V17.2275L6.88225 20.5069L8.23125 14.3512L3.64978 10.1548Z' fill='%23FFD280'/%3E %3Cpath d='M11.9822 3.92163L11.9831 17.6424' stroke='%23BD7B2D' stroke-width='0.75'/%3E %3Cpath d='M11.3498 5.89038L9.79225 9.76097L4.01752 10.2828L8.406 14.2935L7.12489 20.1383L12.0741 16.9881' stroke='%23BD7B2D' stroke-width='1.75'/%3E %3Cpath d='M11.9208 4.59326L11.3589 6.31024' stroke='%23BD7B2D'/%3E %3C/svg%3E");background-repeat:no-repeat;position:absolute;top:0;left:0;width:100%;height:100%}.cdr-rating__50_12-1-0::before{content:"★";display:block;position:absolute;left:50%;top:50%;transform:translate(calc(-50% - 0.25em), -50%);font-size:0.5em;color:#BD7B2D;width:0.5em;overflow:hidden}.cdr-rating__25_12-1-0::after{content:'';background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M12.1699 17.7643L11.9684 17.6359L11.767 17.7643L6.37604 21.1984L7.81014 14.6842L7.85664 14.473L7.69707 14.3269L2.8482 9.88945L9.21728 9.31204L9.44592 9.29131L9.53144 9.07825L11.9684 3.00672L14.4055 9.07825L14.491 9.29131L14.7196 9.31204L21.0887 9.88945L16.2398 14.3269L16.0803 14.473L16.1268 14.6842L17.5608 21.1984L12.1699 17.7643Z' fill='%23F9F8F6' stroke='%23BD7B2D' stroke-width='0.75'/%3E %3Cpath d='M3.64532 10.1547L9.30735 9.65746V18.9355L6.87779 20.5068L8.2268 14.3511L3.64532 10.1547Z' fill='%23FFD280'/%3E %3Cpath d='M9.60486 8.97247L9.60551 19.1315' stroke='%23BD7B2D' stroke-width='0.75'/%3E %3Cpath d='M9.44125 9.79321L4.01843 10.2804L8.40374 14.2981L7.11705 20.1342L9.78234 18.4339' stroke='%23BD7B2D' stroke-width='1.75'/%3E %3C/svg%3E");background-repeat:no-repeat;position:absolute;top:0;left:0;width:100%;height:100%}.cdr-rating__25_12-1-0::before{content:"★";display:block;position:absolute;left:50%;top:50%;transform:translate(calc(-50% - 0.335em), -50%);font-size:0.5em;color:#BD7B2D;width:0.33em;overflow:hidden}.cdr-rating--linked_12-1-0{display:inline-flex;text-decoration:none}.cdr-rating--linked_12-1-0 .cdr-rating__count_12-1-0:hover,.cdr-rating--linked_12-1-0 .cdr-rating__count_12-1-0:active,.cdr-rating--linked_12-1-0 .cdr-rating__count_12-1-0:focus{color:#406eb5;text-decoration:underline}.cdr-rating--linked_12-1-0 .cdr-rating__count_12-1-0>.cdr-rating__number_12-1-0{border-right:0.1rem solid #b2ab9f;padding:0 0.6rem;margin-right:0.6rem}.cdr-rating--large_12-1-0 .cdr-rating__icon_12-1-0{width:3.2rem;height:3.2rem;font-size:3.2rem}.cdr-rating--large_12-1-0 .cdr-rating__count_12-1-0{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.6rem;line-height:2.2rem}.cdr-rating--medium_12-1-0 .cdr-rating__icon_12-1-0{width:2.4rem;height:2.4rem;font-size:2.4rem}.cdr-rating--medium_12-1-0 .cdr-rating__count_12-1-0{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.4rem;line-height:1.8rem;margin-left:.8rem}.cdr-rating--small_12-1-0 .cdr-rating__icon_12-1-0{width:1.6rem;height:1.6rem;font-size:1.6rem}.cdr-rating--small_12-1-0 .cdr-rating__count_12-1-0{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.008rem;font-size:1.2rem;line-height:1.6rem;margin-left:.4rem}@media (min-width: 0) and (max-width: 767px){.cdr-rating--small\@xs_12-1-0 .cdr-rating__icon_12-1-0{width:1.6rem;height:1.6rem;font-size:1.6rem}.cdr-rating--small\@xs_12-1-0 .cdr-rating__count_12-1-0{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.008rem;font-size:1.2rem;line-height:1.6rem;margin-left:.4rem}.cdr-rating--medium\@xs_12-1-0 .cdr-rating__icon_12-1-0{width:2.4rem;height:2.4rem;font-size:2.4rem}.cdr-rating--medium\@xs_12-1-0 .cdr-rating__count_12-1-0{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.4rem;line-height:1.8rem;margin-left:.8rem}.cdr-rating--large\@xs_12-1-0 .cdr-rating__icon_12-1-0{width:3.2rem;height:3.2rem;font-size:3.2rem}.cdr-rating--large\@xs_12-1-0 .cdr-rating__count_12-1-0{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.6rem;line-height:2.2rem}}@media (min-width: 768px) and (max-width: 991px){.cdr-rating--small\@sm_12-1-0 .cdr-rating__icon_12-1-0{width:1.6rem;height:1.6rem;font-size:1.6rem}.cdr-rating--small\@sm_12-1-0 .cdr-rating__count_12-1-0{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.008rem;font-size:1.2rem;line-height:1.6rem;margin-left:.4rem}.cdr-rating--medium\@sm_12-1-0 .cdr-rating__icon_12-1-0{width:2.4rem;height:2.4rem;font-size:2.4rem}.cdr-rating--medium\@sm_12-1-0 .cdr-rating__count_12-1-0{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.4rem;line-height:1.8rem;margin-left:.8rem}.cdr-rating--large\@sm_12-1-0 .cdr-rating__icon_12-1-0{width:3.2rem;height:3.2rem;font-size:3.2rem}.cdr-rating--large\@sm_12-1-0 .cdr-rating__count_12-1-0{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.6rem;line-height:2.2rem}}@media (min-width: 992px) and (max-width: 1231px){.cdr-rating--small\@md_12-1-0 .cdr-rating__icon_12-1-0{width:1.6rem;height:1.6rem;font-size:1.6rem}.cdr-rating--small\@md_12-1-0 .cdr-rating__count_12-1-0{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.008rem;font-size:1.2rem;line-height:1.6rem;margin-left:.4rem}.cdr-rating--medium\@md_12-1-0 .cdr-rating__icon_12-1-0{width:2.4rem;height:2.4rem;font-size:2.4rem}.cdr-rating--medium\@md_12-1-0 .cdr-rating__count_12-1-0{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.4rem;line-height:1.8rem;margin-left:.8rem}.cdr-rating--large\@md_12-1-0 .cdr-rating__icon_12-1-0{width:3.2rem;height:3.2rem;font-size:3.2rem}.cdr-rating--large\@md_12-1-0 .cdr-rating__count_12-1-0{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.6rem;line-height:2.2rem}}@media (min-width: 1232px){.cdr-rating--small\@lg_12-1-0 .cdr-rating__icon_12-1-0{width:1.6rem;height:1.6rem;font-size:1.6rem}.cdr-rating--small\@lg_12-1-0 .cdr-rating__count_12-1-0{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.008rem;font-size:1.2rem;line-height:1.6rem;margin-left:.4rem}.cdr-rating--medium\@lg_12-1-0 .cdr-rating__icon_12-1-0{width:2.4rem;height:2.4rem;font-size:2.4rem}.cdr-rating--medium\@lg_12-1-0 .cdr-rating__count_12-1-0{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.4rem;line-height:1.8rem;margin-left:.8rem}.cdr-rating--large\@lg_12-1-0 .cdr-rating__icon_12-1-0{width:3.2rem;height:3.2rem;font-size:3.2rem}.cdr-rating--large\@lg_12-1-0 .cdr-rating__count_12-1-0{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.6rem;line-height:2.2rem}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@import url("@rei/cedar/dist/style/cdr-icon.css");@import url("@rei/cedar/dist/style/cdr-label-standalone.css");@import url("@rei/cedar/dist/style/cdr-form-error.css");.cdr-select_12-1-0
|
|
1
|
+
@import url("@rei/cedar/dist/style/cdr-icon.css");@import url("@rei/cedar/dist/style/cdr-label-standalone.css");@import url("@rei/cedar/dist/style/cdr-form-error.css");.cdr-select_12-1-0{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.6rem;line-height:2.2rem;font-weight:500;background:rgba(244,242,237,0.15);color:#20201d;box-shadow:inset 0 0 0 0.1rem #928b80;border:0;border-radius:.4rem;padding-left:.8rem;padding-right:3.2rem;height:4rem;display:block;width:100%;overflow:auto;margin:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.cdr-select_12-1-0[disabled]{background-color:#f9f8f6;color:#d1cbbd;box-shadow:inset 0 0 0 0.1rem #d1cbbd}.cdr-select_12-1-0[disabled]:hover{box-shadow:inset 0 0 0 0.1rem #d1cbbd;cursor:not-allowed}.cdr-select_12-1-0:active,.cdr-select_12-1-0:focus{box-shadow:inset 0 0 0 0.2rem #20201d,0 0.2rem 0.2rem 0 rgba(12,11,8,0.2);outline:none}.cdr-select_12-1-0::-ms-expand{display:none}.cdr-select--primary_12-1-0{background-color:rgba(244,242,237,0.15)}.cdr-select--primary_12-1-0:active,.cdr-select--primary_12-1-0:focus{background-color:#f9f8f6}.cdr-select--secondary_12-1-0{background-color:rgba(255,255,255,0.85)}.cdr-select--secondary_12-1-0:active,.cdr-select--secondary_12-1-0:focus{background-color:#fff}.cdr-select--error_12-1-0{background-color:rgba(255,242,242,0.75);box-shadow:inset 0 0 0 0.1rem #b33322}.cdr-select--preicon_12-1-0{padding-left:3.7rem}.cdr-select__prompt_12-1-0{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.6rem;line-height:2.2rem;font-style:normal;color:rgba(12,11,8,0.75)}.cdr-select__prompt_12-1-0[disabled]{color:#d1cbbd}.cdr-select__caret_12-1-0{fill:rgba(12,11,8,0.75);position:absolute;top:50%;right:.8rem;transform:translateY(-50%);pointer-events:none}.cdr-select__caret--disabled_12-1-0{fill:#dcd6cb}.cdr-select__pre-icon_12-1-0{position:absolute;top:50%;left:.8rem;transform:translateY(-50%)}.cdr-select--multiple_12-1-0{height:auto;padding:.8rem}.cdr-select--multiple_12-1-0+.cdr-select__caret_12-1-0{display:none}@media (min-width: 0) and (max-width: 767px){.cdr-select--large\@xs_12-1-0{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.8rem;line-height:2.4rem;height:4.8rem;padding-left:.8rem}}.cdr-select--large_12-1-0{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.8rem;line-height:2.4rem;height:4.8rem;padding-left:.8rem}@media (min-width: 768px) and (max-width: 991px){.cdr-select--large\@sm_12-1-0{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.8rem;line-height:2.4rem;height:4.8rem;padding-left:.8rem}}@media (min-width: 992px) and (max-width: 1231px){.cdr-select--large\@md_12-1-0{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.8rem;line-height:2.4rem;height:4.8rem;padding-left:.8rem}}@media (min-width: 1232px){.cdr-select--large\@lg_12-1-0{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.8rem;line-height:2.4rem;height:4.8rem;padding-left:.8rem}}.cdr-select-wrap_12-1-0{position:relative;flex:1}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.cdr-tab-panel_12-1-0
|
|
1
|
+
.cdr-tab-panel_12-1-0{width:100%;height:100%;padding-top:.2rem}@-webkit-keyframes exit-left{from{transform:translateX(0);opacity:1}to{transform:translateX(-1rem);opacity:0}}@keyframes exit-left{from{transform:translateX(0);opacity:1}to{transform:translateX(-1rem);opacity:0}}@-webkit-keyframes exit-right{from{transform:translateX(0);opacity:1}to{transform:translateX(1rem);opacity:0}}@keyframes exit-right{from{transform:translateX(0);opacity:1}to{transform:translateX(1rem);opacity:0}}@-webkit-keyframes enter-left{from{transform:translateX(-1rem);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes enter-left{from{transform:translateX(-1rem);opacity:0}to{transform:translateX(0);opacity:1}}@-webkit-keyframes enter-right{from{transform:translateX(1rem);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes enter-right{from{transform:translateX(1rem);opacity:0}to{transform:translateX(0);opacity:1}}.cdr-tab-panel-enter-left_12-1-0{-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-timing-function:cubic-bezier(0.32, 0.94, 0.6, 1);animation-timing-function:cubic-bezier(0.32, 0.94, 0.6, 1)}.cdr-tab-panel-enter-left_12-1-0{-webkit-animation-name:enter-left;animation-name:enter-left}.cdr-tab-panel-enter-right_12-1-0{-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-timing-function:cubic-bezier(0.32, 0.94, 0.6, 1);animation-timing-function:cubic-bezier(0.32, 0.94, 0.6, 1)}.cdr-tab-panel-enter-right_12-1-0{-webkit-animation-name:enter-right;animation-name:enter-right}.cdr-tab-panel-exit-left_12-1-0{-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-timing-function:cubic-bezier(0.32, 0.94, 0.6, 1);animation-timing-function:cubic-bezier(0.32, 0.94, 0.6, 1)}.cdr-tab-panel-exit-left_12-1-0{-webkit-animation-name:exit-left;animation-name:exit-left}.cdr-tab-panel-exit-right_12-1-0{-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-timing-function:cubic-bezier(0.32, 0.94, 0.6, 1);animation-timing-function:cubic-bezier(0.32, 0.94, 0.6, 1)}.cdr-tab-panel-exit-right_12-1-0{-webkit-animation-name:exit-right;animation-name:exit-right}
|
package/dist/style/cdr-table.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.cdr-table_12-1-0
|
|
1
|
+
.cdr-table_12-1-0{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.4rem;line-height:1.8rem;color:rgba(12,11,8,0.75);border:none;border-collapse:collapse}.cdr-table_12-1-0 tr{background-color:#fff}.cdr-table_12-1-0 thead tr{background-color:#f4f2ed}.cdr-table_12-1-0 th,.cdr-table_12-1-0 td{color:rgba(12,11,8,0.75);padding:0.8rem 1.6rem;text-align:left}.cdr-table_12-1-0 th{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:600;letter-spacing:-0.008rem;font-size:1.4rem;line-height:1.8rem}.cdr-table_12-1-0 caption{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:600;letter-spacing:-0.008rem;font-size:1.6rem;line-height:2.2rem;text-align:left;margin-bottom:.8rem}.cdr-table--small_12-1-0 th,.cdr-table--small_12-1-0 td{padding:0.4rem 1.6rem}.cdr-table--medium_12-1-0 th,.cdr-table--medium_12-1-0 td{padding:0.8rem 1.6rem}.cdr-table--large_12-1-0 th,.cdr-table--large_12-1-0 td{padding:1.6rem}.cdr-table--striped_12-1-0 tr:nth-child(odd){background-color:#f9f8f6}.cdr-table--striped_12-1-0 thead+tbody tr:nth-child(even){background-color:#f9f8f6}.cdr-table--striped_12-1-0 thead+tbody tr:nth-child(odd){background-color:#fff}.cdr-table--striped_12-1-0 tbody tr:nth-child(odd),.cdr-table--striped_12-1-0 tfoot tr:nth-child(odd){background-color:#f9f8f6}.cdr-table--border_12-1-0 tr+tr>*{border-top:0.1rem solid #dcd6cb}.cdr-table--border_12-1-0 thead tr+tr>*{border-top:0.1rem solid #928b80}.cdr-table--border_12-1-0 tbody tr+tr>*,.cdr-table--border_12-1-0 tfoot tr+tr>*{border-top:0.1rem solid #dcd6cb}.cdr-table--border_12-1-0 thead+tbody,.cdr-table--border_12-1-0 tbody+tfoot{border-top:0.1rem solid #dcd6cb}.cdr-table--full-width_12-1-0{width:100%}.cdr-table--responsive_12-1-0{display:block;width:100%;overflow-x:auto}.cdr-table--hover_12-1-0 tr:hover>*{background-color:#f4f2ed}@media (min-width: 0) and (max-width: 767px){.cdr-table--full-width\@xs_12-1-0{width:100%}}@media (min-width: 768px) and (max-width: 991px){.cdr-table--full-width\@sm_12-1-0{width:100%}}@media (min-width: 992px) and (max-width: 1231px){.cdr-table--full-width\@md_12-1-0{width:100%}}@media (min-width: 1232px){.cdr-table--full-width\@lg_12-1-0{width:100%}}
|
package/dist/style/cdr-tabs.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@import url("@rei/cedar/dist/style/cdr-tab-panel.css");.cdr-tabs_12-1-0
|
|
1
|
+
@import url("@rei/cedar/dist/style/cdr-tab-panel.css");.cdr-tabs_12-1-0{display:flex;flex-flow:column;height:50rem;overflow-x:hidden}.cdr-tabs_12-1-0 ::-webkit-scrollbar{-webkit-appearance:none;width:0.7rem}.cdr-tabs_12-1-0 ::-webkit-scrollbar-thumb{border-radius:0.4rem;background-color:rgba(0,0,0,0.5);-webkit-box-shadow:0 0 0.1rem rgba(255,255,255,0.5)}.cdr-tabs__header-container_12-1-0{overflow-x:auto;border-bottom:0.1rem solid #928b80;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.cdr-tabs__header-container_12-1-0::-webkit-scrollbar{width:0 !important;height:0 !important}.cdr-tabs__gradient-container_12-1-0{position:relative}.cdr-tabs__gradient_12-1-0{transition:opacity .2s ease;-webkit-transition:opacity .2s ease;position:absolute;z-index:100;top:0;bottom:0;width:4.8rem;pointer-events:none;opacity:0}.cdr-tabs__gradient--left_12-1-0{left:0}.cdr-tabs__gradient--right_12-1-0{right:0}.cdr-tabs__gradient--active_12-1-0{opacity:1}.cdr-tabs__header_12-1-0{display:flex;width:100%;margin:0;padding:0;position:relative}.cdr-tabs__header-item_12-1-0{font-family:Graphik,"Helvetica Neue",sans-serif;font-style:normal;font-weight:inherit;letter-spacing:-0.008rem;font-size:1.6rem;line-height:2.2rem;border:none;background-color:transparent;display:block;color:rgba(66,59,47,0.75);font-weight:300;text-decoration:none;padding:1.2rem 0.8rem;white-space:nowrap;outline-offset:-0.3rem}.cdr-tabs__header-item_12-1-0+.cdr-tabs__header-item_12-1-0{margin-left:1.6rem}.cdr-tabs__header-item-active_12-1-0{color:rgba(12,11,8,0.75);font-weight:500}.cdr-tabs__header-item_12-1-0::before{display:block;content:attr(js-name);font-weight:500;height:0;overflow:hidden;visibility:hidden}.cdr-tabs__header-item_12-1-0:active,.cdr-tabs__header-item_12-1-0:hover,.cdr-tabs__header-item_12-1-0:focus{text-decoration:none;color:#406eb5}.cdr-tabs__header-item--disabled_12-1-0{border:none;background-color:transparent;color:#d1cbbd}.cdr-tabs__header-item--disabled_12-1-0:active,.cdr-tabs__header-item--disabled_12-1-0:hover,.cdr-tabs__header-item--disabled_12-1-0:focus{color:#d1cbbd;cursor:not-allowed}.cdr-tabs__underline_12-1-0{z-index:1;position:absolute;width:3rem;margin:0;height:.4rem;margin-top:-.4rem;box-sizing:border-box;border:none;background-color:#406eb5;transition:.4s cubic-bezier(0.32, 0.94, 0.6, 1)}.cdr-tabs__content-container_12-1-0{position:relative;flex:1 1 auto;overflow-x:hidden;overflow-y:auto}.cdr-tabs_12-1-0 .fade-enter-active_12-1-0,.cdr-tabs_12-1-0 .fade-leave-active_12-1-0{opacity:0.5s}.cdr-tabs_12-1-0 .fade-enter_12-1-0,.cdr-tabs_12-1-0 .fade-leave-to_12-1-0{opacity:0}.cdr-tabs--compact_12-1-0 .cdr-tabs__header-item-label_12-1-0,.cdr-tabs--small_12-1-0 .cdr-tabs__header-item-label_12-1-0{font-family:Graphik,"Helvetica Neue",sans-serif;font-style:normal;font-weight:inherit;letter-spacing:-0.008rem;font-size:1.4rem;line-height:1.8rem;padding:0.6rem 1.2rem}.cdr-tabs--compact_12-1-0 .cdr-tabs__header-item_12-1-0+.cdr-tabs--compact_12-1-0 .cdr-tabs__header-item_12-1-0,.cdr-tabs--small_12-1-0 .cdr-tabs__header-item_12-1-0+.cdr-tabs--compact_12-1-0 .cdr-tabs__header-item_12-1-0,.cdr-tabs--compact_12-1-0 .cdr-tabs__header-item_12-1-0+.cdr-tabs--small_12-1-0 .cdr-tabs__header-item_12-1-0,.cdr-tabs--small_12-1-0 .cdr-tabs__header-item_12-1-0+.cdr-tabs--small_12-1-0 .cdr-tabs__header-item_12-1-0{margin-left:.8rem}.cdr-tabs--no-border_12-1-0 .cdr-tabs__header_12-1-0,.cdr-tabs--no-border_12-1-0 .cdr-tabs__header-container_12-1-0{border-bottom:0.1rem solid transparent}.cdr-tabs--full-width_12-1-0 .cdr-tabs__header-item_12-1-0{flex-grow:1}.cdr-tabs--centered_12-1-0 .cdr-tabs__header-item_12-1-0:first-of-type{margin-left:auto}.cdr-tabs--centered_12-1-0 .cdr-tabs__header-item_12-1-0:last-of-type{margin-right:auto}
|
package/dist/style/cdr-text.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.cdr-text_12-1-0
|
|
1
|
+
.cdr-text_12-1-0{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.6rem;line-height:2.2rem;margin:0}
|
package/dist/style/cdr-toast.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.cdr-toast_12-1-0
|
|
1
|
+
.cdr-toast_12-1-0{position:relative;border-left:0.4rem solid;box-shadow:0 0.8rem 0.8rem 0 rgba(12,11,8,0.2);margin-bottom:1.6rem;font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.4rem;line-height:1.8rem}@media (min-width: 768px){.cdr-toast_12-1-0{width:39rem}}.cdr-toast__transition--toast-enter_12-1-0{opacity:0;transform:translateX(2.4rem)}.cdr-toast__transition--toast-enter-active_12-1-0{transition:all .5s cubic-bezier(0.32, 0.94, 0.6, 1)}.cdr-toast__transition--toast-leave-to_12-1-0{opacity:0}.cdr-toast__transition--toast-leave-active_12-1-0{transition:opacity .2s cubic-bezier(0.32, 0.94, 0.6, 1)}.cdr-toast__main_12-1-0{display:grid;grid-template-columns:auto 1fr auto;grid-template-areas:"icon-left message close-button"}.cdr-toast__icon-left_12-1-0{width:3.2rem;grid-area:icon-left;display:inherit;align-items:center;justify-items:center}.cdr-toast__icon-left_12-1-0 svg{max-height:2.2rem;max-width:2.2rem;stroke:white;stroke-width:0.4rem;paint-order:stroke fill;margin:.4rem}.cdr-toast__message_12-1-0{display:inherit;align-items:center;grid-area:message;padding:0.7rem}.cdr-toast__close-button_12-1-0{display:inherit;align-content:center;grid-area:close-button;max-height:3.2rem}.cdr-toast__close-button_12-1-0 svg{height:2.2rem;width:2.2rem;fill:rgba(3,3,1,0.9) !important}.cdr-toast--default_12-1-0{border-left-color:#726d64}.cdr-toast--default_12-1-0 .cdr-toast__main_12-1-0{background-color:#f9f8f6;border-top:0.1rem solid;border-right:0.1rem solid;border-bottom:0.1rem solid;border-color:#e8e0ce}.cdr-toast--default_12-1-0 .cdr-toast__main_12-1-0 .cdr-toast__icon-left_12-1-0{background-color:#e8e0ce}.cdr-toast--default_12-1-0 .cdr-toast__main_12-1-0 .cdr-toast__icon-left_12-1-0 svg{fill:#726d64}.cdr-toast--info_12-1-0{border-left-color:#408e86}.cdr-toast--info_12-1-0 .cdr-toast__main_12-1-0{background-color:#edf4f5;border-top:0.1rem solid;border-right:0.1rem solid;border-bottom:0.1rem solid;border-color:#c2d8db}.cdr-toast--info_12-1-0 .cdr-toast__main_12-1-0 .cdr-toast__icon-left_12-1-0{background-color:#c2d8db}.cdr-toast--info_12-1-0 .cdr-toast__main_12-1-0 .cdr-toast__icon-left_12-1-0 svg{fill:#408e86}.cdr-toast--warning_12-1-0{border-left-color:#b68b37}.cdr-toast--warning_12-1-0 .cdr-toast__main_12-1-0{background-color:#fefcf1;border-top:0.1rem solid;border-right:0.1rem solid;border-bottom:0.1rem solid;border-color:#f5e9b7}.cdr-toast--warning_12-1-0 .cdr-toast__main_12-1-0 .cdr-toast__icon-left_12-1-0{background-color:#f5e9b7}.cdr-toast--warning_12-1-0 .cdr-toast__main_12-1-0 .cdr-toast__icon-left_12-1-0 svg{fill:#b68b37}.cdr-toast--success_12-1-0{border-left-color:#3b8349}.cdr-toast--success_12-1-0 .cdr-toast__main_12-1-0{background-color:#f4fbf5;border-top:0.1rem solid;border-right:0.1rem solid;border-bottom:0.1rem solid;border-color:#d5e6cb}.cdr-toast--success_12-1-0 .cdr-toast__main_12-1-0 .cdr-toast__icon-left_12-1-0{background-color:#d5e6cb}.cdr-toast--success_12-1-0 .cdr-toast__main_12-1-0 .cdr-toast__icon-left_12-1-0 svg{fill:#3b8349}.cdr-toast--error_12-1-0{border-left-color:#bb4045}.cdr-toast--error_12-1-0 .cdr-toast__main_12-1-0{background-color:#fdf7f7;border-top:0.1rem solid;border-right:0.1rem solid;border-bottom:0.1rem solid;border-color:#eecbc1}.cdr-toast--error_12-1-0 .cdr-toast__main_12-1-0 svg{fill:#bb4045}.cdr-toast--error_12-1-0 .cdr-toast__main_12-1-0 .cdr-toast__icon-left_12-1-0{background-color:#eecbc1}.cdr-toast--error_12-1-0 .cdr-toast__main_12-1-0 .cdr-toast__icon-left_12-1-0 svg{fill:#bb4045}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@import url("@rei/cedar/dist/style/cdr-popup.css");.cdr-tooltip--position_12-1-0
|
|
1
|
+
@import url("@rei/cedar/dist/style/cdr-popup.css");.cdr-tooltip--position_12-1-0{position:relative}.cdr-tooltip--wrapper_12-1-0{width:-webkit-max-content;width:-moz-max-content;width:max-content;height:-webkit-max-content;height:-moz-max-content;height:max-content}.cdr-tooltip--wrapper_12-1-0 .cdr-popup--closed_12-1-0{position:absolute;width:0.1rem;height:0.1rem;padding:0;margin:-0.1rem;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.cdr-tooltip--wrapper_12-1-0 .cdr-popup__content_12-1-0{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:600;letter-spacing:-0.008rem;font-size:1.2rem;line-height:1.6rem;background:#373734;color:#f9f8f6;border:0.1rem solid #f9f8f6;padding:0.6rem 1.2rem}.cdr-tooltip--wrapper_12-1-0 .cdr-popup--bottom_12-1-0 .cdr-popup__arrow_12-1-0::before{border-bottom-color:#f9f8f6}.cdr-tooltip--wrapper_12-1-0 .cdr-popup--bottom_12-1-0 .cdr-popup__arrow_12-1-0::after{border-bottom-color:#373734}.cdr-tooltip--wrapper_12-1-0 .cdr-popup--top_12-1-0 .cdr-popup__arrow_12-1-0::before{border-top-color:#f9f8f6}.cdr-tooltip--wrapper_12-1-0 .cdr-popup--top_12-1-0 .cdr-popup__arrow_12-1-0::after{border-top-color:#373734}.cdr-tooltip--wrapper_12-1-0 .cdr-popup--right_12-1-0 .cdr-popup__arrow_12-1-0::before{border-right-color:#f9f8f6}.cdr-tooltip--wrapper_12-1-0 .cdr-popup--right_12-1-0 .cdr-popup__arrow_12-1-0::after{border-right-color:#373734}.cdr-tooltip--wrapper_12-1-0 .cdr-popup--left_12-1-0 .cdr-popup__arrow_12-1-0::before{border-left-color:#f9f8f6}.cdr-tooltip--wrapper_12-1-0 .cdr-popup--left_12-1-0 .cdr-popup__arrow_12-1-0::after{border-left-color:#373734}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rei/cedar",
|
|
3
|
-
"version": "12.1.0
|
|
3
|
+
"version": "12.1.0",
|
|
4
4
|
"description": "REI Cedar Component Library",
|
|
5
5
|
"homepage": "https://rei.github.io/rei-cedar/",
|
|
6
6
|
"license": "MIT",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"@babel/register": "^7.13.16",
|
|
56
56
|
"@commitlint/cli": "^9.1.2",
|
|
57
57
|
"@commitlint/config-conventional": "^11.0.0",
|
|
58
|
-
"@rei/cdr-tokens": "^10.0
|
|
58
|
+
"@rei/cdr-tokens": "^10.1.0",
|
|
59
59
|
"@rei/cedar-icons": "^2.5.1",
|
|
60
60
|
"@rollup/plugin-alias": "^3.1.2",
|
|
61
61
|
"@rollup/plugin-babel": "^5.3.0",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"babel-plugin-istanbul": "^6.0.0",
|
|
68
68
|
"backstopjs": "^5.3.7",
|
|
69
69
|
"chalk": "^4.1.1",
|
|
70
|
-
"chromedriver": "^
|
|
70
|
+
"chromedriver": "^102.0.0",
|
|
71
71
|
"codecov": "^3.8.2",
|
|
72
72
|
"cross-env": "^7.0.3",
|
|
73
73
|
"cross-spawn": "^7.0.3",
|