@rei/cedar 14.0.0-ts.5 → 14.0.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 +1074 -1036
- package/dist/cedar.umd.js +31 -2
- package/dist/component-docgen.json +3273 -1184
- package/dist/components/labelWrapper/CdrLabelWrapper.vue.d.ts +1 -0
- package/dist/components/rating/components/CdrStar00.vue.d.ts +16 -0
- package/dist/components/rating/components/CdrStar100.vue.d.ts +16 -0
- package/dist/components/rating/components/CdrStar25.vue.d.ts +16 -0
- package/dist/components/rating/components/CdrStar50.vue.d.ts +16 -0
- package/dist/components/rating/components/CdrStar75.vue.d.ts +16 -0
- package/dist/components/rating/components/CdrStarNull.vue.d.ts +16 -0
- package/dist/components/rating/composables/useStar.d.ts +8 -0
- package/dist/components/tabs/CdrTabs.vue.d.ts +2 -2
- package/dist/icon-component-docgen.json +622 -436
- package/dist/src/components/accordion/CdrAccordion.vue2.mjs +51 -54
- package/dist/src/components/accordion/CdrAccordionGroup.vue2.mjs +19 -19
- package/dist/src/components/accordion/styles/CdrAccordion.module.scss.mjs +29 -29
- package/dist/src/components/accordion/styles/CdrAccordionGroup.module.scss.mjs +2 -2
- package/dist/src/components/accordion/symbols.mjs +2 -3
- package/dist/src/components/banner/styles/CdrBanner.module.scss.mjs +14 -14
- package/dist/src/components/breadcrumb/styles/CdrBreadcrumb.module.scss.mjs +7 -7
- package/dist/src/components/button/styles/CdrButton.module.scss.mjs +31 -31
- package/dist/src/components/caption/styles/CdrCaption.module.scss.mjs +4 -4
- package/dist/src/components/card/styles/CdrCard.module.scss.mjs +1 -1
- package/dist/src/components/checkbox/CdrCheckbox.vue2.mjs +32 -20
- package/dist/src/components/checkbox/styles/CdrCheckbox.module.scss.mjs +27 -25
- package/dist/src/components/chip/styles/CdrChip.module.scss.mjs +4 -4
- package/dist/src/components/chip/styles/CdrChipGroup.module.scss.mjs +4 -4
- package/dist/src/components/container/styles/CdrContainer.module.scss.mjs +2 -2
- package/dist/src/components/formError/styles/CdrFormError.module.scss.mjs +2 -2
- package/dist/src/components/formGroup/styles/CdrFormGroup.module.scss.mjs +8 -8
- package/dist/src/components/grid/styles/CdrGrid.module.scss.mjs +21 -21
- package/dist/src/components/icon/styles/CdrIcon.module.scss.mjs +12 -12
- package/dist/src/components/image/styles/CdrImg.module.scss.mjs +8 -8
- package/dist/src/components/input/styles/CdrInput.module.scss.mjs +34 -34
- package/dist/src/components/labelStandalone/styles/CdrLabelStandalone.module.scss.mjs +12 -12
- package/dist/src/components/labelWrapper/CdrLabelWrapper.vue2.mjs +11 -11
- package/dist/src/components/labelWrapper/styles/CdrLabelWrapper.module.scss.mjs +25 -23
- package/dist/src/components/link/styles/CdrLink.module.scss.mjs +3 -3
- package/dist/src/components/list/styles/CdrList.module.scss.mjs +7 -7
- package/dist/src/components/modal/CdrModal.vue2.mjs +2 -2
- package/dist/src/components/modal/styles/CdrModal.module.scss.mjs +12 -12
- package/dist/src/components/pagination/styles/CdrPagination.module.scss.mjs +53 -53
- package/dist/src/components/popover/styles/CdrPopover.module.scss.mjs +65 -65
- package/dist/src/components/popup/styles/CdrPopup.module.scss.mjs +14 -14
- package/dist/src/components/quote/styles/CdrQuote.module.scss.mjs +4 -4
- package/dist/src/components/radio/styles/CdrRadio.module.scss.mjs +27 -25
- package/dist/src/components/rating/CdrRating.vue2.mjs +43 -29
- package/dist/src/components/rating/components/CdrStar00.vue.mjs +9 -0
- package/dist/src/components/rating/components/CdrStar00.vue2.mjs +37 -0
- package/dist/src/components/rating/components/CdrStar100.vue.mjs +9 -0
- package/dist/src/components/rating/components/CdrStar100.vue2.mjs +37 -0
- package/dist/src/components/rating/components/CdrStar25.vue.mjs +9 -0
- package/dist/src/components/rating/components/CdrStar25.vue2.mjs +48 -0
- package/dist/src/components/rating/components/CdrStar50.vue.mjs +9 -0
- package/dist/src/components/rating/components/CdrStar50.vue2.mjs +53 -0
- package/dist/src/components/rating/components/CdrStar75.vue.mjs +9 -0
- package/dist/src/components/rating/components/CdrStar75.vue2.mjs +50 -0
- package/dist/src/components/rating/components/CdrStarNull.vue.mjs +9 -0
- package/dist/src/components/rating/components/CdrStarNull.vue2.mjs +43 -0
- package/dist/src/components/rating/composables/useStar.mjs +8 -0
- package/dist/src/components/rating/styles/CdrRating.module.scss.mjs +44 -28
- package/dist/src/components/select/styles/CdrSelect.module.scss.mjs +42 -42
- package/dist/src/components/skeleton/styles/CdrSkeleton.module.scss.mjs +1 -1
- package/dist/src/components/skeleton/styles/CdrSkeletonBone.module.scss.mjs +7 -7
- package/dist/src/components/switch/styles/CdrSwitch.module.scss.mjs +10 -10
- package/dist/src/components/table/styles/CdrTable.module.scss.mjs +13 -13
- package/dist/src/components/tabs/CdrTabs.vue2.mjs +12 -12
- package/dist/src/components/tabs/styles/CdrTabPanel.module.scss.mjs +5 -5
- package/dist/src/components/tabs/styles/CdrTabs.module.scss.mjs +30 -30
- package/dist/src/components/text/styles/CdrText.module.scss.mjs +1 -1
- package/dist/src/components/toast/styles/CdrToast.module.scss.mjs +57 -57
- package/dist/src/components/toggleButton/styles/CdrToggleButton.module.scss.mjs +2 -2
- package/dist/src/components/toggleButton/styles/CdrToggleGroup.module.scss.mjs +7 -7
- package/dist/src/components/tooltip/styles/CdrTooltip.module.scss.mjs +16 -16
- package/dist/src/mixins/breakpoints.mjs +2 -2
- 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-skeleton-bone.css +1 -1
- package/dist/style/cdr-skeleton.css +1 -1
- package/dist/style/cdr-switch.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-toggle-button.css +1 -1
- package/dist/style/cdr-toggle-group.css +1 -1
- package/dist/style/cdr-tooltip.css +1 -1
- package/dist/style.css +1 -1
- package/package.json +3 -3
- /package/dist/node_modules/@rei/cdr-tokens/dist/{js → rei-dot-com/js}/cdr-tokens.mjs +0 -0
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
const c = {
|
|
2
|
-
"cdr-chip-group": "cdr-chip-group_14-0-0
|
|
3
|
-
"cdr-chip-group__content": "cdr-chip-group__content_14-0-0
|
|
4
|
-
"cdr-chip-group__legend--hidden": "cdr-chip-group__legend--hidden_14-0-0
|
|
5
|
-
"cdr-chip-group__legend": "cdr-chip-group__legend_14-0-0
|
|
2
|
+
"cdr-chip-group": "cdr-chip-group_14-0-0",
|
|
3
|
+
"cdr-chip-group__content": "cdr-chip-group__content_14-0-0",
|
|
4
|
+
"cdr-chip-group__legend--hidden": "cdr-chip-group__legend--hidden_14-0-0",
|
|
5
|
+
"cdr-chip-group__legend": "cdr-chip-group__legend_14-0-0"
|
|
6
6
|
};
|
|
7
7
|
export {
|
|
8
8
|
c as default
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
const r = {
|
|
2
|
-
"cdr-form-error": "cdr-form-error_14-0-0
|
|
3
|
-
"cdr-form-error__icon": "cdr-form-error__icon_14-0-0
|
|
4
|
-
"cdr-form-group": "cdr-form-group_14-0-0
|
|
5
|
-
"cdr-form-group--error": "cdr-form-group--error_14-0-0
|
|
6
|
-
"cdr-form-group--disabled": "cdr-form-group--disabled_14-0-0
|
|
7
|
-
"cdr-form-group__optional": "cdr-form-group__optional_14-0-0
|
|
8
|
-
"cdr-form-group__required": "cdr-form-group__required_14-0-0
|
|
9
|
-
"cdr-form-group__wrapper": "cdr-form-group__wrapper_14-0-0
|
|
2
|
+
"cdr-form-error": "cdr-form-error_14-0-0",
|
|
3
|
+
"cdr-form-error__icon": "cdr-form-error__icon_14-0-0",
|
|
4
|
+
"cdr-form-group": "cdr-form-group_14-0-0",
|
|
5
|
+
"cdr-form-group--error": "cdr-form-group--error_14-0-0",
|
|
6
|
+
"cdr-form-group--disabled": "cdr-form-group--disabled_14-0-0",
|
|
7
|
+
"cdr-form-group__optional": "cdr-form-group__optional_14-0-0",
|
|
8
|
+
"cdr-form-group__required": "cdr-form-group__required_14-0-0",
|
|
9
|
+
"cdr-form-group__wrapper": "cdr-form-group__wrapper_14-0-0"
|
|
10
10
|
};
|
|
11
11
|
export {
|
|
12
12
|
r as default
|
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
const r = {
|
|
2
|
-
"cdr-grid": "cdr-grid_14-0-0
|
|
3
|
-
"cdr-grid--gutter-none": "cdr-grid--gutter-none_14-0-0
|
|
4
|
-
"cdr-grid--gutter-small": "cdr-grid--gutter-small_14-0-0
|
|
5
|
-
"cdr-grid--gutter-medium": "cdr-grid--gutter-medium_14-0-0
|
|
6
|
-
"cdr-grid--gutter-large": "cdr-grid--gutter-large_14-0-0
|
|
7
|
-
"cdr-grid--gutter-none@xs": "cdr-grid--gutter-none@xs_14-0-0
|
|
8
|
-
"cdr-grid--gutter-small@xs": "cdr-grid--gutter-small@xs_14-0-0
|
|
9
|
-
"cdr-grid--gutter-medium@xs": "cdr-grid--gutter-medium@xs_14-0-0
|
|
10
|
-
"cdr-grid--gutter-large@xs": "cdr-grid--gutter-large@xs_14-0-0
|
|
11
|
-
"cdr-grid--gutter-none@sm": "cdr-grid--gutter-none@sm_14-0-0
|
|
12
|
-
"cdr-grid--gutter-small@sm": "cdr-grid--gutter-small@sm_14-0-0
|
|
13
|
-
"cdr-grid--gutter-medium@sm": "cdr-grid--gutter-medium@sm_14-0-0
|
|
14
|
-
"cdr-grid--gutter-large@sm": "cdr-grid--gutter-large@sm_14-0-0
|
|
15
|
-
"cdr-grid--gutter-none@md": "cdr-grid--gutter-none@md_14-0-0
|
|
16
|
-
"cdr-grid--gutter-small@md": "cdr-grid--gutter-small@md_14-0-0
|
|
17
|
-
"cdr-grid--gutter-medium@md": "cdr-grid--gutter-medium@md_14-0-0
|
|
18
|
-
"cdr-grid--gutter-large@md": "cdr-grid--gutter-large@md_14-0-0
|
|
19
|
-
"cdr-grid--gutter-none@lg": "cdr-grid--gutter-none@lg_14-0-0
|
|
20
|
-
"cdr-grid--gutter-small@lg": "cdr-grid--gutter-small@lg_14-0-0
|
|
21
|
-
"cdr-grid--gutter-medium@lg": "cdr-grid--gutter-medium@lg_14-0-0
|
|
22
|
-
"cdr-grid--gutter-large@lg": "cdr-grid--gutter-large@lg_14-0-0
|
|
2
|
+
"cdr-grid": "cdr-grid_14-0-0",
|
|
3
|
+
"cdr-grid--gutter-none": "cdr-grid--gutter-none_14-0-0",
|
|
4
|
+
"cdr-grid--gutter-small": "cdr-grid--gutter-small_14-0-0",
|
|
5
|
+
"cdr-grid--gutter-medium": "cdr-grid--gutter-medium_14-0-0",
|
|
6
|
+
"cdr-grid--gutter-large": "cdr-grid--gutter-large_14-0-0",
|
|
7
|
+
"cdr-grid--gutter-none@xs": "cdr-grid--gutter-none@xs_14-0-0",
|
|
8
|
+
"cdr-grid--gutter-small@xs": "cdr-grid--gutter-small@xs_14-0-0",
|
|
9
|
+
"cdr-grid--gutter-medium@xs": "cdr-grid--gutter-medium@xs_14-0-0",
|
|
10
|
+
"cdr-grid--gutter-large@xs": "cdr-grid--gutter-large@xs_14-0-0",
|
|
11
|
+
"cdr-grid--gutter-none@sm": "cdr-grid--gutter-none@sm_14-0-0",
|
|
12
|
+
"cdr-grid--gutter-small@sm": "cdr-grid--gutter-small@sm_14-0-0",
|
|
13
|
+
"cdr-grid--gutter-medium@sm": "cdr-grid--gutter-medium@sm_14-0-0",
|
|
14
|
+
"cdr-grid--gutter-large@sm": "cdr-grid--gutter-large@sm_14-0-0",
|
|
15
|
+
"cdr-grid--gutter-none@md": "cdr-grid--gutter-none@md_14-0-0",
|
|
16
|
+
"cdr-grid--gutter-small@md": "cdr-grid--gutter-small@md_14-0-0",
|
|
17
|
+
"cdr-grid--gutter-medium@md": "cdr-grid--gutter-medium@md_14-0-0",
|
|
18
|
+
"cdr-grid--gutter-large@md": "cdr-grid--gutter-large@md_14-0-0",
|
|
19
|
+
"cdr-grid--gutter-none@lg": "cdr-grid--gutter-none@lg_14-0-0",
|
|
20
|
+
"cdr-grid--gutter-small@lg": "cdr-grid--gutter-small@lg_14-0-0",
|
|
21
|
+
"cdr-grid--gutter-medium@lg": "cdr-grid--gutter-medium@lg_14-0-0",
|
|
22
|
+
"cdr-grid--gutter-large@lg": "cdr-grid--gutter-large@lg_14-0-0"
|
|
23
23
|
};
|
|
24
24
|
export {
|
|
25
25
|
r as default
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
const c = {
|
|
2
|
-
"cdr-icon": "cdr-icon_14-0-0
|
|
3
|
-
"cdr-icon--small": "cdr-icon--small_14-0-0
|
|
4
|
-
"cdr-icon--large": "cdr-icon--large_14-0-0
|
|
5
|
-
"cdr-icon--small@xs": "cdr-icon--small@xs_14-0-0
|
|
6
|
-
"cdr-icon--large@xs": "cdr-icon--large@xs_14-0-0
|
|
7
|
-
"cdr-icon--small@sm": "cdr-icon--small@sm_14-0-0
|
|
8
|
-
"cdr-icon--large@sm": "cdr-icon--large@sm_14-0-0
|
|
9
|
-
"cdr-icon--small@md": "cdr-icon--small@md_14-0-0
|
|
10
|
-
"cdr-icon--large@md": "cdr-icon--large@md_14-0-0
|
|
11
|
-
"cdr-icon--small@lg": "cdr-icon--small@lg_14-0-0
|
|
12
|
-
"cdr-icon--large@lg": "cdr-icon--large@lg_14-0-0
|
|
13
|
-
"cdr-icon--inherit-color": "cdr-icon--inherit-color_14-0-0
|
|
2
|
+
"cdr-icon": "cdr-icon_14-0-0",
|
|
3
|
+
"cdr-icon--small": "cdr-icon--small_14-0-0",
|
|
4
|
+
"cdr-icon--large": "cdr-icon--large_14-0-0",
|
|
5
|
+
"cdr-icon--small@xs": "cdr-icon--small@xs_14-0-0",
|
|
6
|
+
"cdr-icon--large@xs": "cdr-icon--large@xs_14-0-0",
|
|
7
|
+
"cdr-icon--small@sm": "cdr-icon--small@sm_14-0-0",
|
|
8
|
+
"cdr-icon--large@sm": "cdr-icon--large@sm_14-0-0",
|
|
9
|
+
"cdr-icon--small@md": "cdr-icon--small@md_14-0-0",
|
|
10
|
+
"cdr-icon--large@md": "cdr-icon--large@md_14-0-0",
|
|
11
|
+
"cdr-icon--small@lg": "cdr-icon--small@lg_14-0-0",
|
|
12
|
+
"cdr-icon--large@lg": "cdr-icon--large@lg_14-0-0",
|
|
13
|
+
"cdr-icon--inherit-color": "cdr-icon--inherit-color_14-0-0"
|
|
14
14
|
};
|
|
15
15
|
export {
|
|
16
16
|
c as default
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
const r = {
|
|
2
|
-
"cdr-image": "cdr-image_14-0-0
|
|
3
|
-
"cdr-image--responsive": "cdr-image--responsive_14-0-0
|
|
4
|
-
"cdr-image--rounded": "cdr-image--rounded_14-0-0
|
|
5
|
-
"cdr-image--circle": "cdr-image--circle_14-0-0
|
|
6
|
-
"cdr-image-ratio": "cdr-image-ratio_14-0-0
|
|
7
|
-
"cdr-image-ratio__cover": "cdr-image-ratio__cover_14-0-0
|
|
8
|
-
"cdr-image-ratio__cover--crop": "cdr-image-ratio__cover--crop_14-0-0
|
|
9
|
-
"cdr-image-ratio__cover--cover": "cdr-image-ratio__cover--cover_14-0-0
|
|
2
|
+
"cdr-image": "cdr-image_14-0-0",
|
|
3
|
+
"cdr-image--responsive": "cdr-image--responsive_14-0-0",
|
|
4
|
+
"cdr-image--rounded": "cdr-image--rounded_14-0-0",
|
|
5
|
+
"cdr-image--circle": "cdr-image--circle_14-0-0",
|
|
6
|
+
"cdr-image-ratio": "cdr-image-ratio_14-0-0",
|
|
7
|
+
"cdr-image-ratio__cover": "cdr-image-ratio__cover_14-0-0",
|
|
8
|
+
"cdr-image-ratio__cover--crop": "cdr-image-ratio__cover--crop_14-0-0",
|
|
9
|
+
"cdr-image-ratio__cover--cover": "cdr-image-ratio__cover--cover_14-0-0"
|
|
10
10
|
};
|
|
11
11
|
export {
|
|
12
12
|
r as default
|
|
@@ -1,37 +1,37 @@
|
|
|
1
|
-
const
|
|
2
|
-
"cdr-label-standalone": "cdr-label-standalone_14-0-0
|
|
3
|
-
"cdr-label-standalone__label-wrapper": "cdr-label-standalone__label-wrapper_14-0-0
|
|
4
|
-
"cdr-label-standalone__label": "cdr-label-standalone__label_14-0-0
|
|
5
|
-
"cdr-label-standalone__label--sr-only": "cdr-label-standalone__label--sr-only_14-0-0
|
|
6
|
-
"cdr-label-standalone__label--disabled": "cdr-label-standalone__label--disabled_14-0-0
|
|
7
|
-
"cdr-label-standalone__optional": "cdr-label-standalone__optional_14-0-0
|
|
8
|
-
"cdr-label-standalone__helper": "cdr-label-standalone__helper_14-0-0
|
|
9
|
-
"cdr-label-standalone__info": "cdr-label-standalone__info_14-0-0
|
|
10
|
-
"cdr-label-standalone__post-content": "cdr-label-standalone__post-content_14-0-0
|
|
11
|
-
"cdr-label-standalone__info-action": "cdr-label-standalone__info-action_14-0-0
|
|
12
|
-
"cdr-label-standalone__input-wrap": "cdr-label-standalone__input-wrap_14-0-0
|
|
13
|
-
"cdr-label-standalone__input-spacing": "cdr-label-standalone__input-spacing_14-0-0
|
|
14
|
-
"cdr-form-error": "cdr-form-error_14-0-0
|
|
15
|
-
"cdr-form-error__icon": "cdr-form-error__icon_14-0-0
|
|
16
|
-
"cdr-input": "cdr-input_14-0-0
|
|
17
|
-
"cdr-input--focus": "cdr-input--focus_14-0-0
|
|
18
|
-
"cdr-input--multiline": "cdr-input--multiline_14-0-0
|
|
19
|
-
"cdr-input--preicon": "cdr-input--preicon_14-0-0
|
|
20
|
-
"cdr-input--posticon": "cdr-input--posticon_14-0-0
|
|
21
|
-
"cdr-input--posticons": "cdr-input--posticons_14-0-0
|
|
22
|
-
"cdr-input--primary": "cdr-input--primary_14-0-0
|
|
23
|
-
"cdr-input--secondary": "cdr-input--secondary_14-0-0
|
|
24
|
-
"cdr-input--error": "cdr-input--error_14-0-0
|
|
25
|
-
"cdr-input--large": "cdr-input--large_14-0-0
|
|
26
|
-
"cdr-input--large@xs": "cdr-input--large@xs_14-0-0
|
|
27
|
-
"cdr-input--large@sm": "cdr-input--large@sm_14-0-0
|
|
28
|
-
"cdr-input--large@md": "cdr-input--large@md_14-0-0
|
|
29
|
-
"cdr-input--large@lg": "cdr-input--large@lg_14-0-0
|
|
30
|
-
"cdr-input__pre-icon": "cdr-input__pre-icon_14-0-0
|
|
31
|
-
"cdr-input__post-icon": "cdr-input__post-icon_14-0-0
|
|
32
|
-
"cdr-input__helper-text": "cdr-input__helper-text_14-0-0
|
|
33
|
-
"cdr-input-wrap": "cdr-input-wrap_14-0-0
|
|
1
|
+
const n = {
|
|
2
|
+
"cdr-label-standalone": "cdr-label-standalone_14-0-0",
|
|
3
|
+
"cdr-label-standalone__label-wrapper": "cdr-label-standalone__label-wrapper_14-0-0",
|
|
4
|
+
"cdr-label-standalone__label": "cdr-label-standalone__label_14-0-0",
|
|
5
|
+
"cdr-label-standalone__label--sr-only": "cdr-label-standalone__label--sr-only_14-0-0",
|
|
6
|
+
"cdr-label-standalone__label--disabled": "cdr-label-standalone__label--disabled_14-0-0",
|
|
7
|
+
"cdr-label-standalone__optional": "cdr-label-standalone__optional_14-0-0",
|
|
8
|
+
"cdr-label-standalone__helper": "cdr-label-standalone__helper_14-0-0",
|
|
9
|
+
"cdr-label-standalone__info": "cdr-label-standalone__info_14-0-0",
|
|
10
|
+
"cdr-label-standalone__post-content": "cdr-label-standalone__post-content_14-0-0",
|
|
11
|
+
"cdr-label-standalone__info-action": "cdr-label-standalone__info-action_14-0-0",
|
|
12
|
+
"cdr-label-standalone__input-wrap": "cdr-label-standalone__input-wrap_14-0-0",
|
|
13
|
+
"cdr-label-standalone__input-spacing": "cdr-label-standalone__input-spacing_14-0-0",
|
|
14
|
+
"cdr-form-error": "cdr-form-error_14-0-0",
|
|
15
|
+
"cdr-form-error__icon": "cdr-form-error__icon_14-0-0",
|
|
16
|
+
"cdr-input": "cdr-input_14-0-0",
|
|
17
|
+
"cdr-input--focus": "cdr-input--focus_14-0-0",
|
|
18
|
+
"cdr-input--multiline": "cdr-input--multiline_14-0-0",
|
|
19
|
+
"cdr-input--preicon": "cdr-input--preicon_14-0-0",
|
|
20
|
+
"cdr-input--posticon": "cdr-input--posticon_14-0-0",
|
|
21
|
+
"cdr-input--posticons": "cdr-input--posticons_14-0-0",
|
|
22
|
+
"cdr-input--primary": "cdr-input--primary_14-0-0",
|
|
23
|
+
"cdr-input--secondary": "cdr-input--secondary_14-0-0",
|
|
24
|
+
"cdr-input--error": "cdr-input--error_14-0-0",
|
|
25
|
+
"cdr-input--large": "cdr-input--large_14-0-0",
|
|
26
|
+
"cdr-input--large@xs": "cdr-input--large@xs_14-0-0",
|
|
27
|
+
"cdr-input--large@sm": "cdr-input--large@sm_14-0-0",
|
|
28
|
+
"cdr-input--large@md": "cdr-input--large@md_14-0-0",
|
|
29
|
+
"cdr-input--large@lg": "cdr-input--large@lg_14-0-0",
|
|
30
|
+
"cdr-input__pre-icon": "cdr-input__pre-icon_14-0-0",
|
|
31
|
+
"cdr-input__post-icon": "cdr-input__post-icon_14-0-0",
|
|
32
|
+
"cdr-input__helper-text": "cdr-input__helper-text_14-0-0",
|
|
33
|
+
"cdr-input-wrap": "cdr-input-wrap_14-0-0"
|
|
34
34
|
};
|
|
35
35
|
export {
|
|
36
|
-
|
|
36
|
+
n as default
|
|
37
37
|
};
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
const l = {
|
|
2
|
-
"cdr-label-standalone": "cdr-label-standalone_14-0-0
|
|
3
|
-
"cdr-label-standalone__label-wrapper": "cdr-label-standalone__label-wrapper_14-0-0
|
|
4
|
-
"cdr-label-standalone__label": "cdr-label-standalone__label_14-0-0
|
|
5
|
-
"cdr-label-standalone__label--sr-only": "cdr-label-standalone__label--sr-only_14-0-0
|
|
6
|
-
"cdr-label-standalone__label--disabled": "cdr-label-standalone__label--disabled_14-0-0
|
|
7
|
-
"cdr-label-standalone__optional": "cdr-label-standalone__optional_14-0-0
|
|
8
|
-
"cdr-label-standalone__helper": "cdr-label-standalone__helper_14-0-0
|
|
9
|
-
"cdr-label-standalone__info": "cdr-label-standalone__info_14-0-0
|
|
10
|
-
"cdr-label-standalone__post-content": "cdr-label-standalone__post-content_14-0-0
|
|
11
|
-
"cdr-label-standalone__info-action": "cdr-label-standalone__info-action_14-0-0
|
|
12
|
-
"cdr-label-standalone__input-wrap": "cdr-label-standalone__input-wrap_14-0-0
|
|
13
|
-
"cdr-label-standalone__input-spacing": "cdr-label-standalone__input-spacing_14-0-0
|
|
2
|
+
"cdr-label-standalone": "cdr-label-standalone_14-0-0",
|
|
3
|
+
"cdr-label-standalone__label-wrapper": "cdr-label-standalone__label-wrapper_14-0-0",
|
|
4
|
+
"cdr-label-standalone__label": "cdr-label-standalone__label_14-0-0",
|
|
5
|
+
"cdr-label-standalone__label--sr-only": "cdr-label-standalone__label--sr-only_14-0-0",
|
|
6
|
+
"cdr-label-standalone__label--disabled": "cdr-label-standalone__label--disabled_14-0-0",
|
|
7
|
+
"cdr-label-standalone__optional": "cdr-label-standalone__optional_14-0-0",
|
|
8
|
+
"cdr-label-standalone__helper": "cdr-label-standalone__helper_14-0-0",
|
|
9
|
+
"cdr-label-standalone__info": "cdr-label-standalone__info_14-0-0",
|
|
10
|
+
"cdr-label-standalone__post-content": "cdr-label-standalone__post-content_14-0-0",
|
|
11
|
+
"cdr-label-standalone__info-action": "cdr-label-standalone__info-action_14-0-0",
|
|
12
|
+
"cdr-label-standalone__input-wrap": "cdr-label-standalone__input-wrap_14-0-0",
|
|
13
|
+
"cdr-label-standalone__input-spacing": "cdr-label-standalone__input-spacing_14-0-0"
|
|
14
14
|
};
|
|
15
15
|
export {
|
|
16
16
|
l as default
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { defineComponent as b, useCssModule as u, computed as
|
|
1
|
+
import { defineComponent as b, useCssModule as u, computed as n, openBlock as f, createElementBlock as C, normalizeClass as r, unref as s, createElementVNode as t, renderSlot as i } from "vue";
|
|
2
2
|
import { responsiveModifyClass as g } from "../../utils/buildClass.mjs";
|
|
3
3
|
import $ from "../../props/background.mjs";
|
|
4
|
-
import
|
|
5
|
-
const
|
|
4
|
+
import v from "../../utils/mapClasses.mjs";
|
|
5
|
+
const c = "cdr-label-wrapper", _ = /* @__PURE__ */ b({
|
|
6
6
|
name: "CdrLabelWrapper",
|
|
7
7
|
__name: "CdrLabelWrapper",
|
|
8
8
|
props: {
|
|
@@ -14,18 +14,18 @@ const t = "cdr-label-wrapper", B = /* @__PURE__ */ b({
|
|
|
14
14
|
size: String
|
|
15
15
|
},
|
|
16
16
|
setup(a) {
|
|
17
|
-
const e = a, l = u(), d =
|
|
18
|
-
return (
|
|
17
|
+
const e = a, l = u(), d = n(() => e.modifier ? `${c}--${e.modifier}` : ""), p = n(() => e.size ? g(c, "", e.size) : ""), m = n(() => e.disabled ? `${c}--disabled` : "");
|
|
18
|
+
return (o, w) => (f(), C("div", {
|
|
19
19
|
class: r(s(l)["cdr-label-wrapper__container"])
|
|
20
|
-
}, [
|
|
21
|
-
class: r(s(
|
|
22
|
-
}, [i(
|
|
20
|
+
}, [t("label", {
|
|
21
|
+
class: r(s(v)(s(l), "cdr-label-wrapper", `cdr-label-wrapper--${a.background}`, m.value, d.value, p.value).concat(` ${a.labelClass || ""}`))
|
|
22
|
+
}, [i(o.$slots, "input"), t("span", {
|
|
23
23
|
class: r(s(l)["cdr-label-wrapper__figure"])
|
|
24
|
-
}, null, 2),
|
|
24
|
+
}, null, 2), i(o.$slots, "svgs"), t("span", {
|
|
25
25
|
class: r([s(l)["cdr-label-wrapper__content"], a.contentClass])
|
|
26
|
-
}, [i(
|
|
26
|
+
}, [i(o.$slots, "default")], 2)], 2)], 2));
|
|
27
27
|
}
|
|
28
28
|
});
|
|
29
29
|
export {
|
|
30
|
-
|
|
30
|
+
_ as default
|
|
31
31
|
};
|
|
@@ -1,27 +1,29 @@
|
|
|
1
1
|
const r = {
|
|
2
|
-
"cdr-label-wrapper": "cdr-label-wrapper_14-0-0
|
|
3
|
-
"cdr-label-wrapper__container": "cdr-label-wrapper__container_14-0-0
|
|
4
|
-
"cdr-label-wrapper--primary": "cdr-label-wrapper--primary_14-0-0
|
|
5
|
-
"cdr-label-wrapper--secondary": "cdr-label-wrapper--secondary_14-0-0
|
|
6
|
-
"cdr-label-wrapper--disabled": "cdr-label-wrapper--disabled_14-0-0
|
|
7
|
-
"cdr-label-wrapper__figure": "cdr-label-wrapper__figure_14-0-0
|
|
8
|
-
"cdr-label-wrapper__content": "cdr-label-wrapper__content_14-0-0
|
|
9
|
-
"cdr-label-wrapper--hide-figure": "cdr-label-wrapper--hide-figure_14-0-0
|
|
10
|
-
"cdr-
|
|
11
|
-
"cdr-label-wrapper--
|
|
12
|
-
"cdr-label-wrapper--
|
|
13
|
-
"cdr-label-wrapper--
|
|
14
|
-
"cdr-
|
|
15
|
-
"cdr-label-wrapper--
|
|
16
|
-
"cdr-label-wrapper--
|
|
17
|
-
"cdr-label-wrapper--
|
|
18
|
-
"cdr-label-wrapper--
|
|
19
|
-
"cdr-label-wrapper--
|
|
20
|
-
"cdr-label-wrapper--
|
|
21
|
-
"cdr-label-wrapper--
|
|
22
|
-
"cdr-label-wrapper--
|
|
23
|
-
"cdr-label-wrapper--
|
|
24
|
-
"cdr-label-wrapper--
|
|
2
|
+
"cdr-label-wrapper": "cdr-label-wrapper_14-0-0",
|
|
3
|
+
"cdr-label-wrapper__container": "cdr-label-wrapper__container_14-0-0",
|
|
4
|
+
"cdr-label-wrapper--primary": "cdr-label-wrapper--primary_14-0-0",
|
|
5
|
+
"cdr-label-wrapper--secondary": "cdr-label-wrapper--secondary_14-0-0",
|
|
6
|
+
"cdr-label-wrapper--disabled": "cdr-label-wrapper--disabled_14-0-0",
|
|
7
|
+
"cdr-label-wrapper__figure": "cdr-label-wrapper__figure_14-0-0",
|
|
8
|
+
"cdr-label-wrapper__content": "cdr-label-wrapper__content_14-0-0",
|
|
9
|
+
"cdr-label-wrapper--hide-figure": "cdr-label-wrapper--hide-figure_14-0-0",
|
|
10
|
+
"cdr-checkbox__svg-box": "cdr-checkbox__svg-box_14-0-0",
|
|
11
|
+
"cdr-label-wrapper--small": "cdr-label-wrapper--small_14-0-0",
|
|
12
|
+
"cdr-label-wrapper--medium": "cdr-label-wrapper--medium_14-0-0",
|
|
13
|
+
"cdr-label-wrapper--large": "cdr-label-wrapper--large_14-0-0",
|
|
14
|
+
"cdr-checkbox__checkbox-box": "cdr-checkbox__checkbox-box_14-0-0",
|
|
15
|
+
"cdr-label-wrapper--small@xs": "cdr-label-wrapper--small@xs_14-0-0",
|
|
16
|
+
"cdr-label-wrapper--medium@xs": "cdr-label-wrapper--medium@xs_14-0-0",
|
|
17
|
+
"cdr-label-wrapper--large@xs": "cdr-label-wrapper--large@xs_14-0-0",
|
|
18
|
+
"cdr-label-wrapper--small@sm": "cdr-label-wrapper--small@sm_14-0-0",
|
|
19
|
+
"cdr-label-wrapper--medium@sm": "cdr-label-wrapper--medium@sm_14-0-0",
|
|
20
|
+
"cdr-label-wrapper--large@sm": "cdr-label-wrapper--large@sm_14-0-0",
|
|
21
|
+
"cdr-label-wrapper--small@md": "cdr-label-wrapper--small@md_14-0-0",
|
|
22
|
+
"cdr-label-wrapper--medium@md": "cdr-label-wrapper--medium@md_14-0-0",
|
|
23
|
+
"cdr-label-wrapper--large@md": "cdr-label-wrapper--large@md_14-0-0",
|
|
24
|
+
"cdr-label-wrapper--small@lg": "cdr-label-wrapper--small@lg_14-0-0",
|
|
25
|
+
"cdr-label-wrapper--medium@lg": "cdr-label-wrapper--medium@lg_14-0-0",
|
|
26
|
+
"cdr-label-wrapper--large@lg": "cdr-label-wrapper--large@lg_14-0-0"
|
|
25
27
|
};
|
|
26
28
|
export {
|
|
27
29
|
r as default
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
const n = {
|
|
2
|
-
"cdr-link": "cdr-link_14-0-0
|
|
3
|
-
"cdr-link--standalone": "cdr-link--standalone_14-0-0
|
|
4
|
-
"cdr-link--inherit-color": "cdr-link--inherit-color_14-0-0
|
|
2
|
+
"cdr-link": "cdr-link_14-0-0",
|
|
3
|
+
"cdr-link--standalone": "cdr-link--standalone_14-0-0",
|
|
4
|
+
"cdr-link--inherit-color": "cdr-link--inherit-color_14-0-0"
|
|
5
5
|
};
|
|
6
6
|
export {
|
|
7
7
|
n as default
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
const
|
|
2
|
-
"cdr-list": "cdr-list_14-0-0
|
|
3
|
-
"cdr-list--compact": "cdr-list--compact_14-0-0
|
|
4
|
-
"cdr-list--ordered": "cdr-list--ordered_14-0-0
|
|
5
|
-
"cdr-list--unordered": "cdr-list--unordered_14-0-0
|
|
6
|
-
"cdr-list--inline": "cdr-list--inline_14-0-0
|
|
1
|
+
const d = {
|
|
2
|
+
"cdr-list": "cdr-list_14-0-0",
|
|
3
|
+
"cdr-list--compact": "cdr-list--compact_14-0-0",
|
|
4
|
+
"cdr-list--ordered": "cdr-list--ordered_14-0-0",
|
|
5
|
+
"cdr-list--unordered": "cdr-list--unordered_14-0-0",
|
|
6
|
+
"cdr-list--inline": "cdr-list--inline_14-0-0"
|
|
7
7
|
};
|
|
8
8
|
export {
|
|
9
|
-
|
|
9
|
+
d as default
|
|
10
10
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent as te, useAttrs as le, useCssModule as oe, ref as l, computed as h, watch as ne, onMounted as ae, onUnmounted as se, openBlock as re, createElementBlock as de, normalizeClass as r, unref as o, createElementVNode as n, mergeProps as ce, renderSlot as E, normalizeStyle as z, toDisplayString as ie, createCommentVNode as ue, createVNode as O, withCtx as me, nextTick as A } from "vue";
|
|
2
2
|
import { debounce as fe } from "../../utils/debounce.mjs";
|
|
3
3
|
import R from "tabbable";
|
|
4
|
-
import { CdrSpaceTwoX as X, CdrSpaceOneX as ve, CdrBreakpointSm as pe } from "../../../node_modules/@rei/cdr-tokens/dist/js/cdr-tokens.mjs";
|
|
4
|
+
import { CdrSpaceTwoX as X, CdrSpaceOneX as ve, CdrBreakpointSm as pe } from "../../../node_modules/@rei/cdr-tokens/dist/rei-dot-com/js/cdr-tokens.mjs";
|
|
5
5
|
import he from "./onTransitionEnd.mjs";
|
|
6
6
|
import ye from "../button/CdrButton.vue.mjs";
|
|
7
7
|
import be from "../icon/comps/x-lg.vue.mjs";
|
|
@@ -85,7 +85,7 @@ const ge = ["tabIndex"], we = ["role", "aria-label"], xe = ["tabIndex"], Ce = "c
|
|
|
85
85
|
}), _ = l(0), S = l(0), k = l(0), L = l(0), H = l(0), T = l(0), N = l(!1), u = l(null), v = l(null), m = l(null), B = l(null), x = () => {
|
|
86
86
|
A(() => {
|
|
87
87
|
var e, t, f, c, p;
|
|
88
|
-
S.value = window.innerHeight, N.value = window.innerWidth < pe, _.value = ((e = B.value) == null ? void 0 : e.offsetHeight) || 0, k.value = ((t = m.value) == null ? void 0 : t.scrollHeight) || 0, L.value = ((f = m.value) == null ? void 0 : f.offsetHeight) || 0, H.value = ((c = m.value) == null ? void 0 : c.offsetWidth) || 0, T.value = ((p = m.value) == null ? void 0 : p.clientWidth) || 0;
|
|
88
|
+
S.value = window.innerHeight, N.value = window.innerWidth < +pe, _.value = ((e = B.value) == null ? void 0 : e.offsetHeight) || 0, k.value = ((t = m.value) == null ? void 0 : t.scrollHeight) || 0, L.value = ((f = m.value) == null ? void 0 : f.offsetHeight) || 0, H.value = ((c = m.value) == null ? void 0 : c.offsetWidth) || 0, T.value = ((p = m.value) == null ? void 0 : p.clientWidth) || 0;
|
|
89
89
|
});
|
|
90
90
|
}, C = (e) => {
|
|
91
91
|
V("closed", e);
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
const d = {
|
|
2
|
-
"cdr-modal": "cdr-modal_14-0-0
|
|
3
|
-
"cdr-modal__overlay": "cdr-modal__overlay_14-0-0
|
|
4
|
-
"cdr-modal__outerWrap": "cdr-modal__outerWrap_14-0-0
|
|
5
|
-
"cdr-modal__contentWrap": "cdr-modal__contentWrap_14-0-0
|
|
6
|
-
"cdr-modal__innerWrap": "cdr-modal__innerWrap_14-0-0
|
|
7
|
-
"cdr-modal__dialog": "cdr-modal__dialog_14-0-0
|
|
8
|
-
"cdr-modal__content": "cdr-modal__content_14-0-0
|
|
9
|
-
"cdr-modal__header": "cdr-modal__header_14-0-0
|
|
10
|
-
"cdr-modal__title": "cdr-modal__title_14-0-0
|
|
11
|
-
"cdr-modal__close-button": "cdr-modal__close-button_14-0-0
|
|
12
|
-
"cdr-modal__text-content": "cdr-modal__text-content_14-0-0
|
|
13
|
-
"cdr-modal--closed": "cdr-modal--closed_14-0-0
|
|
2
|
+
"cdr-modal": "cdr-modal_14-0-0",
|
|
3
|
+
"cdr-modal__overlay": "cdr-modal__overlay_14-0-0",
|
|
4
|
+
"cdr-modal__outerWrap": "cdr-modal__outerWrap_14-0-0",
|
|
5
|
+
"cdr-modal__contentWrap": "cdr-modal__contentWrap_14-0-0",
|
|
6
|
+
"cdr-modal__innerWrap": "cdr-modal__innerWrap_14-0-0",
|
|
7
|
+
"cdr-modal__dialog": "cdr-modal__dialog_14-0-0",
|
|
8
|
+
"cdr-modal__content": "cdr-modal__content_14-0-0",
|
|
9
|
+
"cdr-modal__header": "cdr-modal__header_14-0-0",
|
|
10
|
+
"cdr-modal__title": "cdr-modal__title_14-0-0",
|
|
11
|
+
"cdr-modal__close-button": "cdr-modal__close-button_14-0-0",
|
|
12
|
+
"cdr-modal__text-content": "cdr-modal__text-content_14-0-0",
|
|
13
|
+
"cdr-modal--closed": "cdr-modal--closed_14-0-0"
|
|
14
14
|
};
|
|
15
15
|
export {
|
|
16
16
|
d as default
|
|
@@ -1,57 +1,57 @@
|
|
|
1
1
|
const l = {
|
|
2
|
-
"cdr-icon": "cdr-icon_14-0-0
|
|
3
|
-
"cdr-icon--small": "cdr-icon--small_14-0-0
|
|
4
|
-
"cdr-icon--large": "cdr-icon--large_14-0-0
|
|
5
|
-
"cdr-icon--small@xs": "cdr-icon--small@xs_14-0-0
|
|
6
|
-
"cdr-icon--large@xs": "cdr-icon--large@xs_14-0-0
|
|
7
|
-
"cdr-icon--small@sm": "cdr-icon--small@sm_14-0-0
|
|
8
|
-
"cdr-icon--large@sm": "cdr-icon--large@sm_14-0-0
|
|
9
|
-
"cdr-icon--small@md": "cdr-icon--small@md_14-0-0
|
|
10
|
-
"cdr-icon--large@md": "cdr-icon--large@md_14-0-0
|
|
11
|
-
"cdr-icon--small@lg": "cdr-icon--small@lg_14-0-0
|
|
12
|
-
"cdr-icon--large@lg": "cdr-icon--large@lg_14-0-0
|
|
13
|
-
"cdr-icon--inherit-color": "cdr-icon--inherit-color_14-0-0
|
|
14
|
-
"cdr-label-standalone": "cdr-label-standalone_14-0-0
|
|
15
|
-
"cdr-label-standalone__label-wrapper": "cdr-label-standalone__label-wrapper_14-0-0
|
|
16
|
-
"cdr-label-standalone__label": "cdr-label-standalone__label_14-0-0
|
|
17
|
-
"cdr-label-standalone__label--sr-only": "cdr-label-standalone__label--sr-only_14-0-0
|
|
18
|
-
"cdr-label-standalone__label--disabled": "cdr-label-standalone__label--disabled_14-0-0
|
|
19
|
-
"cdr-label-standalone__optional": "cdr-label-standalone__optional_14-0-0
|
|
20
|
-
"cdr-label-standalone__helper": "cdr-label-standalone__helper_14-0-0
|
|
21
|
-
"cdr-label-standalone__info": "cdr-label-standalone__info_14-0-0
|
|
22
|
-
"cdr-label-standalone__post-content": "cdr-label-standalone__post-content_14-0-0
|
|
23
|
-
"cdr-label-standalone__info-action": "cdr-label-standalone__info-action_14-0-0
|
|
24
|
-
"cdr-label-standalone__input-wrap": "cdr-label-standalone__input-wrap_14-0-0
|
|
25
|
-
"cdr-label-standalone__input-spacing": "cdr-label-standalone__input-spacing_14-0-0
|
|
26
|
-
"cdr-form-error": "cdr-form-error_14-0-0
|
|
27
|
-
"cdr-form-error__icon": "cdr-form-error__icon_14-0-0
|
|
28
|
-
"cdr-select": "cdr-select_14-0-0
|
|
29
|
-
"cdr-select--primary": "cdr-select--primary_14-0-0
|
|
30
|
-
"cdr-select--secondary": "cdr-select--secondary_14-0-0
|
|
31
|
-
"cdr-select--error": "cdr-select--error_14-0-0
|
|
32
|
-
"cdr-select--preicon": "cdr-select--preicon_14-0-0
|
|
33
|
-
"cdr-select__prompt": "cdr-select__prompt_14-0-0
|
|
34
|
-
"cdr-select__caret": "cdr-select__caret_14-0-0
|
|
35
|
-
"cdr-select__caret--disabled": "cdr-select__caret--disabled_14-0-0
|
|
36
|
-
"cdr-select__pre-icon": "cdr-select__pre-icon_14-0-0
|
|
37
|
-
"cdr-select--multiple": "cdr-select--multiple_14-0-0
|
|
38
|
-
"cdr-select--large@xs": "cdr-select--large@xs_14-0-0
|
|
39
|
-
"cdr-select--large": "cdr-select--large_14-0-0
|
|
40
|
-
"cdr-select--large@sm": "cdr-select--large@sm_14-0-0
|
|
41
|
-
"cdr-select--large@md": "cdr-select--large@md_14-0-0
|
|
42
|
-
"cdr-select--large@lg": "cdr-select--large@lg_14-0-0
|
|
43
|
-
"cdr-select-wrap": "cdr-select-wrap_14-0-0
|
|
44
|
-
"cdr-pagination": "cdr-pagination_14-0-0
|
|
45
|
-
"cdr-pagination__li--links": "cdr-pagination__li--links_14-0-0
|
|
46
|
-
"cdr-pagination__li--select": "cdr-pagination__li--select_14-0-0
|
|
47
|
-
"cdr-pagination__link": "cdr-pagination__link_14-0-0
|
|
48
|
-
"cdr-pagination__link--current": "cdr-pagination__link--current_14-0-0
|
|
49
|
-
"cdr-pagination__link--disabled": "cdr-pagination__link--disabled_14-0-0
|
|
50
|
-
"cdr-pagination__ellipse": "cdr-pagination__ellipse_14-0-0
|
|
51
|
-
"cdr-pagination__prev": "cdr-pagination__prev_14-0-0
|
|
52
|
-
"cdr-pagination__next": "cdr-pagination__next_14-0-0
|
|
53
|
-
"cdr-pagination__caret--prev": "cdr-pagination__caret--prev_14-0-0
|
|
54
|
-
"cdr-pagination__caret--next": "cdr-pagination__caret--next_14-0-0
|
|
2
|
+
"cdr-icon": "cdr-icon_14-0-0",
|
|
3
|
+
"cdr-icon--small": "cdr-icon--small_14-0-0",
|
|
4
|
+
"cdr-icon--large": "cdr-icon--large_14-0-0",
|
|
5
|
+
"cdr-icon--small@xs": "cdr-icon--small@xs_14-0-0",
|
|
6
|
+
"cdr-icon--large@xs": "cdr-icon--large@xs_14-0-0",
|
|
7
|
+
"cdr-icon--small@sm": "cdr-icon--small@sm_14-0-0",
|
|
8
|
+
"cdr-icon--large@sm": "cdr-icon--large@sm_14-0-0",
|
|
9
|
+
"cdr-icon--small@md": "cdr-icon--small@md_14-0-0",
|
|
10
|
+
"cdr-icon--large@md": "cdr-icon--large@md_14-0-0",
|
|
11
|
+
"cdr-icon--small@lg": "cdr-icon--small@lg_14-0-0",
|
|
12
|
+
"cdr-icon--large@lg": "cdr-icon--large@lg_14-0-0",
|
|
13
|
+
"cdr-icon--inherit-color": "cdr-icon--inherit-color_14-0-0",
|
|
14
|
+
"cdr-label-standalone": "cdr-label-standalone_14-0-0",
|
|
15
|
+
"cdr-label-standalone__label-wrapper": "cdr-label-standalone__label-wrapper_14-0-0",
|
|
16
|
+
"cdr-label-standalone__label": "cdr-label-standalone__label_14-0-0",
|
|
17
|
+
"cdr-label-standalone__label--sr-only": "cdr-label-standalone__label--sr-only_14-0-0",
|
|
18
|
+
"cdr-label-standalone__label--disabled": "cdr-label-standalone__label--disabled_14-0-0",
|
|
19
|
+
"cdr-label-standalone__optional": "cdr-label-standalone__optional_14-0-0",
|
|
20
|
+
"cdr-label-standalone__helper": "cdr-label-standalone__helper_14-0-0",
|
|
21
|
+
"cdr-label-standalone__info": "cdr-label-standalone__info_14-0-0",
|
|
22
|
+
"cdr-label-standalone__post-content": "cdr-label-standalone__post-content_14-0-0",
|
|
23
|
+
"cdr-label-standalone__info-action": "cdr-label-standalone__info-action_14-0-0",
|
|
24
|
+
"cdr-label-standalone__input-wrap": "cdr-label-standalone__input-wrap_14-0-0",
|
|
25
|
+
"cdr-label-standalone__input-spacing": "cdr-label-standalone__input-spacing_14-0-0",
|
|
26
|
+
"cdr-form-error": "cdr-form-error_14-0-0",
|
|
27
|
+
"cdr-form-error__icon": "cdr-form-error__icon_14-0-0",
|
|
28
|
+
"cdr-select": "cdr-select_14-0-0",
|
|
29
|
+
"cdr-select--primary": "cdr-select--primary_14-0-0",
|
|
30
|
+
"cdr-select--secondary": "cdr-select--secondary_14-0-0",
|
|
31
|
+
"cdr-select--error": "cdr-select--error_14-0-0",
|
|
32
|
+
"cdr-select--preicon": "cdr-select--preicon_14-0-0",
|
|
33
|
+
"cdr-select__prompt": "cdr-select__prompt_14-0-0",
|
|
34
|
+
"cdr-select__caret": "cdr-select__caret_14-0-0",
|
|
35
|
+
"cdr-select__caret--disabled": "cdr-select__caret--disabled_14-0-0",
|
|
36
|
+
"cdr-select__pre-icon": "cdr-select__pre-icon_14-0-0",
|
|
37
|
+
"cdr-select--multiple": "cdr-select--multiple_14-0-0",
|
|
38
|
+
"cdr-select--large@xs": "cdr-select--large@xs_14-0-0",
|
|
39
|
+
"cdr-select--large": "cdr-select--large_14-0-0",
|
|
40
|
+
"cdr-select--large@sm": "cdr-select--large@sm_14-0-0",
|
|
41
|
+
"cdr-select--large@md": "cdr-select--large@md_14-0-0",
|
|
42
|
+
"cdr-select--large@lg": "cdr-select--large@lg_14-0-0",
|
|
43
|
+
"cdr-select-wrap": "cdr-select-wrap_14-0-0",
|
|
44
|
+
"cdr-pagination": "cdr-pagination_14-0-0",
|
|
45
|
+
"cdr-pagination__li--links": "cdr-pagination__li--links_14-0-0",
|
|
46
|
+
"cdr-pagination__li--select": "cdr-pagination__li--select_14-0-0",
|
|
47
|
+
"cdr-pagination__link": "cdr-pagination__link_14-0-0",
|
|
48
|
+
"cdr-pagination__link--current": "cdr-pagination__link--current_14-0-0",
|
|
49
|
+
"cdr-pagination__link--disabled": "cdr-pagination__link--disabled_14-0-0",
|
|
50
|
+
"cdr-pagination__ellipse": "cdr-pagination__ellipse_14-0-0",
|
|
51
|
+
"cdr-pagination__prev": "cdr-pagination__prev_14-0-0",
|
|
52
|
+
"cdr-pagination__next": "cdr-pagination__next_14-0-0",
|
|
53
|
+
"cdr-pagination__caret--prev": "cdr-pagination__caret--prev_14-0-0",
|
|
54
|
+
"cdr-pagination__caret--next": "cdr-pagination__caret--next_14-0-0"
|
|
55
55
|
};
|
|
56
56
|
export {
|
|
57
57
|
l as default
|