@rei/cedar 13.5.0-alpha.1 → 13.5.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 +1031 -1031
- package/dist/cedar.umd.js +2 -0
- package/dist/component-docgen.json +3298 -0
- package/dist/icon-component-docgen.json +4094 -0
- package/dist/src/components/accordion/CdrAccordion.vue.mjs +13 -1
- package/dist/src/components/accordion/CdrAccordionGroup.vue.mjs +4 -0
- 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/banner/CdrBanner.vue.mjs +5 -0
- package/dist/src/components/banner/styles/CdrBanner.module.scss.mjs +14 -14
- package/dist/src/components/breadcrumb/CdrBreadcrumb.vue.mjs +21 -8
- package/dist/src/components/breadcrumb/styles/CdrBreadcrumb.module.scss.mjs +7 -7
- package/dist/src/components/button/CdrButton.vue.mjs +29 -0
- package/dist/src/components/button/styles/CdrButton.module.scss.mjs +31 -31
- package/dist/src/components/caption/CdrCaption.vue.mjs +8 -0
- package/dist/src/components/caption/styles/CdrCaption.module.scss.mjs +4 -4
- package/dist/src/components/card/CdrCard.vue.mjs +3 -0
- package/dist/src/components/card/styles/CdrCard.module.scss.mjs +3 -3
- package/dist/src/components/checkbox/CdrCheckbox.vue.mjs +53 -28
- package/dist/src/components/checkbox/styles/CdrCheckbox.module.scss.mjs +27 -27
- package/dist/src/components/chip/CdrChipGroup.vue.mjs +6 -0
- package/dist/src/components/chip/styles/CdrChip.module.scss.mjs +4 -4
- package/dist/src/components/chip/styles/CdrChipGroup.module.scss.mjs +6 -6
- package/dist/src/components/container/CdrContainer.vue.mjs +6 -1
- package/dist/src/components/container/styles/CdrContainer.module.scss.mjs +4 -4
- 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/CdrGrid.vue.mjs +4 -3
- package/dist/src/components/grid/styles/CdrGrid.module.scss.mjs +21 -21
- package/dist/src/components/icon/CdrIcon.vue.mjs +8 -5
- package/dist/src/components/icon/styles/CdrIcon.module.scss.mjs +12 -12
- package/dist/src/components/image/CdrImg.vue.mjs +16 -5
- package/dist/src/components/image/styles/CdrImg.module.scss.mjs +10 -10
- package/dist/src/components/input/CdrInput.vue.mjs +38 -10
- package/dist/src/components/input/styles/CdrInput.module.scss.mjs +34 -34
- package/dist/src/components/labelStandalone/styles/CdrLabelStandalone.module.scss.mjs +14 -14
- package/dist/src/components/labelWrapper/styles/CdrLabelWrapper.module.scss.mjs +25 -25
- package/dist/src/components/link/CdrLink.vue.mjs +14 -0
- package/dist/src/components/link/styles/CdrLink.module.scss.mjs +5 -5
- package/dist/src/components/list/CdrList.vue.mjs +7 -1
- package/dist/src/components/list/styles/CdrList.module.scss.mjs +5 -5
- package/dist/src/components/modal/CdrModal.vue.mjs +28 -1
- package/dist/src/components/modal/styles/CdrModal.module.scss.mjs +14 -14
- package/dist/src/components/pagination/CdrPagination.vue.mjs +53 -24
- package/dist/src/components/pagination/styles/CdrPagination.module.scss.mjs +55 -55
- package/dist/src/components/popover/CdrPopover.vue.mjs +33 -11
- package/dist/src/components/popover/styles/CdrPopover.module.scss.mjs +63 -63
- package/dist/src/components/popup/CdrPopup.vue.mjs +14 -14
- package/dist/src/components/popup/styles/CdrPopup.module.scss.mjs +14 -14
- package/dist/src/components/quote/CdrQuote.vue.mjs +11 -2
- package/dist/src/components/quote/styles/CdrQuote.module.scss.mjs +4 -4
- package/dist/src/components/radio/CdrRadio.vue.mjs +26 -7
- package/dist/src/components/radio/styles/CdrRadio.module.scss.mjs +27 -27
- package/dist/src/components/rating/CdrRating.vue.mjs +8 -3
- package/dist/src/components/rating/styles/CdrRating.module.scss.mjs +30 -30
- package/dist/src/components/select/CdrSelect.vue.mjs +41 -15
- package/dist/src/components/select/styles/CdrSelect.module.scss.mjs +42 -42
- package/dist/src/components/skeleton/CdrSkeleton.vue.mjs +6 -0
- package/dist/src/components/skeleton/CdrSkeletonBone.vue.mjs +5 -0
- 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/CdrSwitch.vue.mjs +21 -1
- package/dist/src/components/switch/styles/CdrSwitch.module.scss.mjs +8 -8
- package/dist/src/components/table/CdrTable.vue.mjs +12 -0
- package/dist/src/components/table/styles/CdrTable.module.scss.mjs +13 -13
- package/dist/src/components/tabs/CdrTabPanel.vue.mjs +22 -11
- package/dist/src/components/tabs/CdrTabs.vue.mjs +20 -0
- package/dist/src/components/tabs/styles/CdrTabPanel.module.scss.mjs +7 -7
- package/dist/src/components/tabs/styles/CdrTabs.module.scss.mjs +30 -30
- package/dist/src/components/text/CdrText.vue.mjs +23 -17
- package/dist/src/components/text/styles/CdrText.module.scss.mjs +1 -1
- package/dist/src/components/toast/CdrToast.vue.mjs +17 -1
- package/dist/src/components/toast/styles/CdrToast.module.scss.mjs +57 -57
- package/dist/src/components/toggleButton/CdrToggleButton.vue.mjs +3 -0
- package/dist/src/components/toggleButton/CdrToggleGroup.vue.mjs +13 -1
- package/dist/src/components/toggleButton/styles/CdrToggleButton.module.scss.mjs +2 -2
- package/dist/src/components/toggleButton/styles/CdrToggleGroup.module.scss.mjs +5 -5
- package/dist/src/components/tooltip/CdrTooltip.vue.mjs +22 -1
- package/dist/src/components/tooltip/styles/CdrTooltip.module.scss.mjs +16 -16
- 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 +7 -3
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as P, ref as u, watch as E, onMounted as S, useCssModule as k, resolveComponent as m, openBlock as y, createElementBlock as b, normalizeClass as
|
|
1
|
+
import { defineComponent as P, ref as u, watch as E, onMounted as S, useCssModule as k, resolveComponent as m, openBlock as y, createElementBlock as b, normalizeClass as l, createElementVNode as f, renderSlot as a, createVNode as v, withCtx as h, createTextVNode as q, toDisplayString as T, createCommentVNode as B } from "vue";
|
|
2
2
|
import M from "tabbable";
|
|
3
3
|
import N from "../icon/comps/x-sm.vue.mjs";
|
|
4
4
|
import V from "../button/CdrButton.vue.mjs";
|
|
@@ -15,51 +15,73 @@ const H = P({
|
|
|
15
15
|
CdrPopup: w
|
|
16
16
|
},
|
|
17
17
|
props: {
|
|
18
|
+
/**
|
|
19
|
+
* Sets the position where the popover will render relative to the trigger element.
|
|
20
|
+
* @demoSelectMultiple false
|
|
21
|
+
* @values top, bottom, left, right
|
|
22
|
+
*/
|
|
18
23
|
position: {
|
|
19
24
|
type: String,
|
|
20
25
|
required: !1,
|
|
21
26
|
default: "top",
|
|
22
27
|
validator: (e) => A(e, ["top", "bottom", "left", "right"])
|
|
23
28
|
},
|
|
29
|
+
/**
|
|
30
|
+
* If set to `true`, popover will attempt to dynamically set it's position to
|
|
31
|
+
* ensure it renders within the visible browser window.
|
|
32
|
+
* If `false` the popover will always render in the provided `position`.
|
|
33
|
+
*/
|
|
24
34
|
autoPosition: {
|
|
25
35
|
type: Boolean,
|
|
26
36
|
required: !1,
|
|
27
37
|
default: !0
|
|
28
38
|
},
|
|
39
|
+
/** Sets the title for the popover content. Can also be provided via the `title` slot. */
|
|
29
40
|
label: {
|
|
30
41
|
type: String,
|
|
31
42
|
required: !1
|
|
32
43
|
},
|
|
44
|
+
/** ID for the popover element, required for accessibility */
|
|
33
45
|
id: {
|
|
34
46
|
type: String,
|
|
35
47
|
required: !0
|
|
36
48
|
},
|
|
49
|
+
/** Add custom class to the popover content wrapper. Allows for overriding size, styling, etc. */
|
|
37
50
|
contentClass: {
|
|
38
51
|
type: String,
|
|
39
52
|
required: !1
|
|
40
53
|
},
|
|
54
|
+
/**
|
|
55
|
+
* Used to programmatically control the popover state. Does not need to be set if you are using the `trigger` slot.
|
|
56
|
+
* @demoIgnore true
|
|
57
|
+
*/
|
|
41
58
|
open: {
|
|
42
59
|
type: Boolean,
|
|
43
60
|
default: !1,
|
|
44
61
|
required: !1
|
|
45
62
|
}
|
|
46
63
|
},
|
|
47
|
-
emits:
|
|
64
|
+
emits: {
|
|
65
|
+
/** Emits when popover is opened */
|
|
66
|
+
opened: null,
|
|
67
|
+
/** Emits when popover is closed */
|
|
68
|
+
closed: null
|
|
69
|
+
},
|
|
48
70
|
setup(e, t) {
|
|
49
71
|
const s = u(!1);
|
|
50
|
-
let
|
|
72
|
+
let n;
|
|
51
73
|
const i = u(null), p = u(null), d = t.slots.trigger, c = t.slots.title || e.label, r = (o) => {
|
|
52
74
|
if (s.value === !0)
|
|
53
75
|
return;
|
|
54
76
|
const {
|
|
55
77
|
activeElement: $
|
|
56
78
|
} = document;
|
|
57
|
-
|
|
79
|
+
n = $, s.value = !0, t.emit("opened", o), setTimeout(() => {
|
|
58
80
|
const C = M(p.value.$el);
|
|
59
81
|
C[0] && C[0].focus();
|
|
60
82
|
}, 50);
|
|
61
83
|
}, g = (o) => {
|
|
62
|
-
s.value = !1, t.emit("closed", o),
|
|
84
|
+
s.value = !1, t.emit("closed", o), n && n.focus();
|
|
63
85
|
}, _ = () => {
|
|
64
86
|
const o = i.value.children[0];
|
|
65
87
|
o && o.addEventListener("click", r);
|
|
@@ -85,10 +107,10 @@ const H = P({
|
|
|
85
107
|
}), I = {
|
|
86
108
|
ref: "triggerEl"
|
|
87
109
|
};
|
|
88
|
-
function L(e, t, s,
|
|
110
|
+
function L(e, t, s, n, i, p) {
|
|
89
111
|
const d = m("icon-x-sm"), c = m("cdr-button"), r = m("cdr-popup");
|
|
90
112
|
return y(), b("div", {
|
|
91
|
-
class:
|
|
113
|
+
class: l(e.mapClasses(e.style, "cdr-popover--wrapper", e.hasTrigger && "cdr-popover--position"))
|
|
92
114
|
}, [f("div", I, [a(e.$slots, "trigger")], 512), v(r, {
|
|
93
115
|
role: "dialog",
|
|
94
116
|
ref: "popupEl",
|
|
@@ -101,14 +123,14 @@ function L(e, t, s, l, i, p) {
|
|
|
101
123
|
"content-class": e.contentClass
|
|
102
124
|
}, {
|
|
103
125
|
default: h(() => [f("div", {
|
|
104
|
-
class:
|
|
126
|
+
class: l(e.style["cdr-popover__container"])
|
|
105
127
|
}, [f("div", {
|
|
106
|
-
class:
|
|
128
|
+
class: l(e.style["cdr-popover__content"])
|
|
107
129
|
}, [e.hasTitle ? (y(), b("div", {
|
|
108
130
|
key: 0,
|
|
109
|
-
class:
|
|
131
|
+
class: l(e.style["cdr-popover__title"])
|
|
110
132
|
}, [a(e.$slots, "title", {}, () => [q(T(e.label), 1)])], 2)) : B("", !0), a(e.$slots, "default")], 2), v(c, {
|
|
111
|
-
class:
|
|
133
|
+
class: l(e.style["cdr-popover__close-button"]),
|
|
112
134
|
"icon-only": "",
|
|
113
135
|
onClick: e.closePopover,
|
|
114
136
|
"aria-label": "Close",
|
|
@@ -1,67 +1,67 @@
|
|
|
1
1
|
const r = {
|
|
2
|
-
"cdr-popup": "cdr-popup_13-5-0
|
|
3
|
-
"cdr-popup--open": "cdr-popup--open_13-5-0
|
|
4
|
-
"cdr-popup--closed": "cdr-popup--closed_13-5-0
|
|
5
|
-
"cdr-popup__content": "cdr-popup__content_13-5-0
|
|
6
|
-
"cdr-popup__arrow": "cdr-popup__arrow_13-5-0
|
|
7
|
-
"cdr-popup--top": "cdr-popup--top_13-5-0
|
|
8
|
-
"cdr-popup--bottom": "cdr-popup--bottom_13-5-0
|
|
9
|
-
"cdr-popup--exit": "cdr-popup--exit_13-5-0
|
|
10
|
-
"cdr-popup--corner-left": "cdr-popup--corner-left_13-5-0
|
|
11
|
-
"cdr-popup--corner-right": "cdr-popup--corner-right_13-5-0
|
|
12
|
-
"cdr-popup--left": "cdr-popup--left_13-5-0
|
|
13
|
-
"cdr-popup--right": "cdr-popup--right_13-5-0
|
|
14
|
-
"cdr-popup--corner-top": "cdr-popup--corner-top_13-5-0
|
|
15
|
-
"cdr-popup--corner-bottom": "cdr-popup--corner-bottom_13-5-0
|
|
16
|
-
"cdr-button": "cdr-button_13-5-0
|
|
17
|
-
"cdr-button--has-icon-left": "cdr-button--has-icon-left_13-5-0
|
|
18
|
-
"cdr-button--has-icon-right": "cdr-button--has-icon-right_13-5-0
|
|
19
|
-
"cdr-button--primary": "cdr-button--primary_13-5-0
|
|
20
|
-
"cdr-button--secondary": "cdr-button--secondary_13-5-0
|
|
21
|
-
"cdr-button--dark": "cdr-button--dark_13-5-0
|
|
22
|
-
"cdr-button--sale": "cdr-button--sale_13-5-0
|
|
23
|
-
"cdr-button--link": "cdr-button--link_13-5-0
|
|
24
|
-
"cdr-button--large": "cdr-button--large_13-5-0
|
|
25
|
-
"cdr-button--medium": "cdr-button--medium_13-5-0
|
|
26
|
-
"cdr-button--small": "cdr-button--small_13-5-0
|
|
27
|
-
"cdr-button--icon-only": "cdr-button--icon-only_13-5-0
|
|
28
|
-
"cdr-button--icon-only-large": "cdr-button--icon-only-large_13-5-0
|
|
29
|
-
"cdr-button--with-background": "cdr-button--with-background_13-5-0
|
|
30
|
-
"cdr-button--full-width": "cdr-button--full-width_13-5-0
|
|
31
|
-
"cdr-button--small@xs": "cdr-button--small@xs_13-5-0
|
|
32
|
-
"cdr-button--medium@xs": "cdr-button--medium@xs_13-5-0
|
|
33
|
-
"cdr-button--large@xs": "cdr-button--large@xs_13-5-0
|
|
34
|
-
"cdr-button--full-width@xs": "cdr-button--full-width@xs_13-5-0
|
|
35
|
-
"cdr-button--small@sm": "cdr-button--small@sm_13-5-0
|
|
36
|
-
"cdr-button--medium@sm": "cdr-button--medium@sm_13-5-0
|
|
37
|
-
"cdr-button--large@sm": "cdr-button--large@sm_13-5-0
|
|
38
|
-
"cdr-button--full-width@sm": "cdr-button--full-width@sm_13-5-0
|
|
39
|
-
"cdr-button--small@md": "cdr-button--small@md_13-5-0
|
|
40
|
-
"cdr-button--medium@md": "cdr-button--medium@md_13-5-0
|
|
41
|
-
"cdr-button--large@md": "cdr-button--large@md_13-5-0
|
|
42
|
-
"cdr-button--full-width@md": "cdr-button--full-width@md_13-5-0
|
|
43
|
-
"cdr-button--small@lg": "cdr-button--small@lg_13-5-0
|
|
44
|
-
"cdr-button--medium@lg": "cdr-button--medium@lg_13-5-0
|
|
45
|
-
"cdr-button--large@lg": "cdr-button--large@lg_13-5-0
|
|
46
|
-
"cdr-button--full-width@lg": "cdr-button--full-width@lg_13-5-0
|
|
47
|
-
"cdr-icon": "cdr-icon_13-5-0
|
|
48
|
-
"cdr-icon--small": "cdr-icon--small_13-5-0
|
|
49
|
-
"cdr-icon--large": "cdr-icon--large_13-5-0
|
|
50
|
-
"cdr-icon--small@xs": "cdr-icon--small@xs_13-5-0
|
|
51
|
-
"cdr-icon--large@xs": "cdr-icon--large@xs_13-5-0
|
|
52
|
-
"cdr-icon--small@sm": "cdr-icon--small@sm_13-5-0
|
|
53
|
-
"cdr-icon--large@sm": "cdr-icon--large@sm_13-5-0
|
|
54
|
-
"cdr-icon--small@md": "cdr-icon--small@md_13-5-0
|
|
55
|
-
"cdr-icon--large@md": "cdr-icon--large@md_13-5-0
|
|
56
|
-
"cdr-icon--small@lg": "cdr-icon--small@lg_13-5-0
|
|
57
|
-
"cdr-icon--large@lg": "cdr-icon--large@lg_13-5-0
|
|
58
|
-
"cdr-icon--inherit-color": "cdr-icon--inherit-color_13-5-0
|
|
59
|
-
"cdr-popover--position": "cdr-popover--position_13-5-0
|
|
60
|
-
"cdr-popover--wrapper": "cdr-popover--wrapper_13-5-0
|
|
61
|
-
"cdr-popover__title": "cdr-popover__title_13-5-0
|
|
62
|
-
"cdr-popover__container": "cdr-popover__container_13-5-0
|
|
63
|
-
"cdr-popover__content": "cdr-popover__content_13-5-0
|
|
64
|
-
"cdr-popover__close-button": "cdr-popover__close-button_13-5-0
|
|
2
|
+
"cdr-popup": "cdr-popup_13-5-0",
|
|
3
|
+
"cdr-popup--open": "cdr-popup--open_13-5-0",
|
|
4
|
+
"cdr-popup--closed": "cdr-popup--closed_13-5-0",
|
|
5
|
+
"cdr-popup__content": "cdr-popup__content_13-5-0",
|
|
6
|
+
"cdr-popup__arrow": "cdr-popup__arrow_13-5-0",
|
|
7
|
+
"cdr-popup--top": "cdr-popup--top_13-5-0",
|
|
8
|
+
"cdr-popup--bottom": "cdr-popup--bottom_13-5-0",
|
|
9
|
+
"cdr-popup--exit": "cdr-popup--exit_13-5-0",
|
|
10
|
+
"cdr-popup--corner-left": "cdr-popup--corner-left_13-5-0",
|
|
11
|
+
"cdr-popup--corner-right": "cdr-popup--corner-right_13-5-0",
|
|
12
|
+
"cdr-popup--left": "cdr-popup--left_13-5-0",
|
|
13
|
+
"cdr-popup--right": "cdr-popup--right_13-5-0",
|
|
14
|
+
"cdr-popup--corner-top": "cdr-popup--corner-top_13-5-0",
|
|
15
|
+
"cdr-popup--corner-bottom": "cdr-popup--corner-bottom_13-5-0",
|
|
16
|
+
"cdr-button": "cdr-button_13-5-0",
|
|
17
|
+
"cdr-button--has-icon-left": "cdr-button--has-icon-left_13-5-0",
|
|
18
|
+
"cdr-button--has-icon-right": "cdr-button--has-icon-right_13-5-0",
|
|
19
|
+
"cdr-button--primary": "cdr-button--primary_13-5-0",
|
|
20
|
+
"cdr-button--secondary": "cdr-button--secondary_13-5-0",
|
|
21
|
+
"cdr-button--dark": "cdr-button--dark_13-5-0",
|
|
22
|
+
"cdr-button--sale": "cdr-button--sale_13-5-0",
|
|
23
|
+
"cdr-button--link": "cdr-button--link_13-5-0",
|
|
24
|
+
"cdr-button--large": "cdr-button--large_13-5-0",
|
|
25
|
+
"cdr-button--medium": "cdr-button--medium_13-5-0",
|
|
26
|
+
"cdr-button--small": "cdr-button--small_13-5-0",
|
|
27
|
+
"cdr-button--icon-only": "cdr-button--icon-only_13-5-0",
|
|
28
|
+
"cdr-button--icon-only-large": "cdr-button--icon-only-large_13-5-0",
|
|
29
|
+
"cdr-button--with-background": "cdr-button--with-background_13-5-0",
|
|
30
|
+
"cdr-button--full-width": "cdr-button--full-width_13-5-0",
|
|
31
|
+
"cdr-button--small@xs": "cdr-button--small@xs_13-5-0",
|
|
32
|
+
"cdr-button--medium@xs": "cdr-button--medium@xs_13-5-0",
|
|
33
|
+
"cdr-button--large@xs": "cdr-button--large@xs_13-5-0",
|
|
34
|
+
"cdr-button--full-width@xs": "cdr-button--full-width@xs_13-5-0",
|
|
35
|
+
"cdr-button--small@sm": "cdr-button--small@sm_13-5-0",
|
|
36
|
+
"cdr-button--medium@sm": "cdr-button--medium@sm_13-5-0",
|
|
37
|
+
"cdr-button--large@sm": "cdr-button--large@sm_13-5-0",
|
|
38
|
+
"cdr-button--full-width@sm": "cdr-button--full-width@sm_13-5-0",
|
|
39
|
+
"cdr-button--small@md": "cdr-button--small@md_13-5-0",
|
|
40
|
+
"cdr-button--medium@md": "cdr-button--medium@md_13-5-0",
|
|
41
|
+
"cdr-button--large@md": "cdr-button--large@md_13-5-0",
|
|
42
|
+
"cdr-button--full-width@md": "cdr-button--full-width@md_13-5-0",
|
|
43
|
+
"cdr-button--small@lg": "cdr-button--small@lg_13-5-0",
|
|
44
|
+
"cdr-button--medium@lg": "cdr-button--medium@lg_13-5-0",
|
|
45
|
+
"cdr-button--large@lg": "cdr-button--large@lg_13-5-0",
|
|
46
|
+
"cdr-button--full-width@lg": "cdr-button--full-width@lg_13-5-0",
|
|
47
|
+
"cdr-icon": "cdr-icon_13-5-0",
|
|
48
|
+
"cdr-icon--small": "cdr-icon--small_13-5-0",
|
|
49
|
+
"cdr-icon--large": "cdr-icon--large_13-5-0",
|
|
50
|
+
"cdr-icon--small@xs": "cdr-icon--small@xs_13-5-0",
|
|
51
|
+
"cdr-icon--large@xs": "cdr-icon--large@xs_13-5-0",
|
|
52
|
+
"cdr-icon--small@sm": "cdr-icon--small@sm_13-5-0",
|
|
53
|
+
"cdr-icon--large@sm": "cdr-icon--large@sm_13-5-0",
|
|
54
|
+
"cdr-icon--small@md": "cdr-icon--small@md_13-5-0",
|
|
55
|
+
"cdr-icon--large@md": "cdr-icon--large@md_13-5-0",
|
|
56
|
+
"cdr-icon--small@lg": "cdr-icon--small@lg_13-5-0",
|
|
57
|
+
"cdr-icon--large@lg": "cdr-icon--large@lg_13-5-0",
|
|
58
|
+
"cdr-icon--inherit-color": "cdr-icon--inherit-color_13-5-0",
|
|
59
|
+
"cdr-popover--position": "cdr-popover--position_13-5-0",
|
|
60
|
+
"cdr-popover--wrapper": "cdr-popover--wrapper_13-5-0",
|
|
61
|
+
"cdr-popover__title": "cdr-popover__title_13-5-0",
|
|
62
|
+
"cdr-popover__container": "cdr-popover__container_13-5-0",
|
|
63
|
+
"cdr-popover__content": "cdr-popover__content_13-5-0",
|
|
64
|
+
"cdr-popover__close-button": "cdr-popover__close-button_13-5-0"
|
|
65
65
|
};
|
|
66
66
|
export {
|
|
67
67
|
r as default
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { defineComponent as H, ref as n, computed as i, watch as w, onMounted as O, onUnmounted as q, useCssModule as A, openBlock as K, createElementBlock as N, normalizeClass as h, createElementVNode as k, mergeProps as U, renderSlot as V, nextTick as m } from "vue";
|
|
2
2
|
import { debounce as W } from "lodash-es";
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
import
|
|
8
|
-
const
|
|
3
|
+
import _ from "../../utils/propValidator.mjs";
|
|
4
|
+
import j from "./calculatePlacement.mjs";
|
|
5
|
+
import D from "../../utils/mapClasses.mjs";
|
|
6
|
+
import F from "./styles/CdrPopup.module.scss.mjs";
|
|
7
|
+
import G from "../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
8
|
+
const I = H({
|
|
9
9
|
name: "CdrPopup",
|
|
10
10
|
inheritAttrs: !1,
|
|
11
11
|
customOptions: {},
|
|
@@ -18,7 +18,7 @@ const J = H({
|
|
|
18
18
|
type: String,
|
|
19
19
|
required: !1,
|
|
20
20
|
default: "top",
|
|
21
|
-
validator: (e) =>
|
|
21
|
+
validator: (e) => _(e, ["top", "bottom", "left", "right"])
|
|
22
22
|
},
|
|
23
23
|
autoPosition: {
|
|
24
24
|
type: Boolean,
|
|
@@ -58,7 +58,7 @@ const J = H({
|
|
|
58
58
|
const o = E.value.parentElement.getBoundingClientRect(), {
|
|
59
59
|
innerHeight: S,
|
|
60
60
|
innerWidth: T
|
|
61
|
-
} = window, y =
|
|
61
|
+
} = window, y = j(o, C.value, T, S, e.position);
|
|
62
62
|
s.value = y.pos, l.value = y.corner;
|
|
63
63
|
}), a.value = !1, setTimeout(() => {
|
|
64
64
|
R();
|
|
@@ -76,7 +76,7 @@ const J = H({
|
|
|
76
76
|
document.removeEventListener("keydown", r), document.removeEventListener("click", u), window.removeEventListener("resize", p);
|
|
77
77
|
}), {
|
|
78
78
|
style: A(),
|
|
79
|
-
mapClasses:
|
|
79
|
+
mapClasses: D,
|
|
80
80
|
baseClass: f,
|
|
81
81
|
positionClass: P,
|
|
82
82
|
cornerClass: $,
|
|
@@ -92,20 +92,20 @@ const J = H({
|
|
|
92
92
|
};
|
|
93
93
|
}
|
|
94
94
|
});
|
|
95
|
-
function
|
|
95
|
+
function J(e, v, f, s, l, t) {
|
|
96
96
|
return K(), N("div", {
|
|
97
97
|
ref: "rootEl",
|
|
98
98
|
class: h(e.mapClasses(e.style, e.baseClass, e.openClass, e.exitingClass, e.positionClass, e.cornerClass, e.closedClass))
|
|
99
99
|
}, [k("div", U(e.$attrs, {
|
|
100
|
-
class: e.
|
|
100
|
+
class: [e.style["cdr-popup__content"], e.contentClass],
|
|
101
101
|
ref: "popupEl"
|
|
102
102
|
}), [V(e.$slots, "default")], 16), k("div", {
|
|
103
103
|
class: h(e.style["cdr-popup__arrow"])
|
|
104
104
|
}, null, 2)], 2);
|
|
105
105
|
}
|
|
106
|
-
const
|
|
107
|
-
$style:
|
|
108
|
-
}, te = /* @__PURE__ */ I
|
|
106
|
+
const Q = {
|
|
107
|
+
$style: F
|
|
108
|
+
}, te = /* @__PURE__ */ G(I, [["render", J], ["__cssModules", Q]]);
|
|
109
109
|
export {
|
|
110
110
|
te as default
|
|
111
111
|
};
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
const p = {
|
|
2
|
-
"cdr-popup": "cdr-popup_13-5-0
|
|
3
|
-
"cdr-popup--open": "cdr-popup--open_13-5-0
|
|
4
|
-
"cdr-popup--closed": "cdr-popup--closed_13-5-0
|
|
5
|
-
"cdr-popup__content": "cdr-popup__content_13-5-0
|
|
6
|
-
"cdr-popup__arrow": "cdr-popup__arrow_13-5-0
|
|
7
|
-
"cdr-popup--top": "cdr-popup--top_13-5-0
|
|
8
|
-
"cdr-popup--bottom": "cdr-popup--bottom_13-5-0
|
|
9
|
-
"cdr-popup--exit": "cdr-popup--exit_13-5-0
|
|
10
|
-
"cdr-popup--corner-left": "cdr-popup--corner-left_13-5-0
|
|
11
|
-
"cdr-popup--corner-right": "cdr-popup--corner-right_13-5-0
|
|
12
|
-
"cdr-popup--left": "cdr-popup--left_13-5-0
|
|
13
|
-
"cdr-popup--right": "cdr-popup--right_13-5-0
|
|
14
|
-
"cdr-popup--corner-top": "cdr-popup--corner-top_13-5-0
|
|
15
|
-
"cdr-popup--corner-bottom": "cdr-popup--corner-bottom_13-5-0
|
|
2
|
+
"cdr-popup": "cdr-popup_13-5-0",
|
|
3
|
+
"cdr-popup--open": "cdr-popup--open_13-5-0",
|
|
4
|
+
"cdr-popup--closed": "cdr-popup--closed_13-5-0",
|
|
5
|
+
"cdr-popup__content": "cdr-popup__content_13-5-0",
|
|
6
|
+
"cdr-popup__arrow": "cdr-popup__arrow_13-5-0",
|
|
7
|
+
"cdr-popup--top": "cdr-popup--top_13-5-0",
|
|
8
|
+
"cdr-popup--bottom": "cdr-popup--bottom_13-5-0",
|
|
9
|
+
"cdr-popup--exit": "cdr-popup--exit_13-5-0",
|
|
10
|
+
"cdr-popup--corner-left": "cdr-popup--corner-left_13-5-0",
|
|
11
|
+
"cdr-popup--corner-right": "cdr-popup--corner-right_13-5-0",
|
|
12
|
+
"cdr-popup--left": "cdr-popup--left_13-5-0",
|
|
13
|
+
"cdr-popup--right": "cdr-popup--right_13-5-0",
|
|
14
|
+
"cdr-popup--corner-top": "cdr-popup--corner-top_13-5-0",
|
|
15
|
+
"cdr-popup--corner-bottom": "cdr-popup--corner-bottom_13-5-0"
|
|
16
16
|
};
|
|
17
17
|
export {
|
|
18
18
|
p as default
|
|
@@ -6,19 +6,28 @@ import q from "../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
|
6
6
|
const S = d({
|
|
7
7
|
name: "CdrQuote",
|
|
8
8
|
props: {
|
|
9
|
+
/**
|
|
10
|
+
* Sets the semantic HTML element for the quote.
|
|
11
|
+
* @values blockquote, aside, q, div
|
|
12
|
+
*/
|
|
9
13
|
tag: {
|
|
10
14
|
type: String,
|
|
11
15
|
default: "blockquote",
|
|
12
16
|
validator: (s) => u(s, ["blockquote", "aside", "q", "div"])
|
|
13
17
|
},
|
|
18
|
+
/**
|
|
19
|
+
* Modifies the style variant for the quote
|
|
20
|
+
* @demoSelectMultiple true
|
|
21
|
+
* @values pull
|
|
22
|
+
*/
|
|
14
23
|
modifier: {
|
|
15
24
|
type: String,
|
|
16
25
|
default: "",
|
|
17
26
|
validator: (s) => u(s, ["", "pull"])
|
|
18
27
|
},
|
|
19
|
-
/**
|
|
28
|
+
/** Sets the quote body text. */
|
|
20
29
|
summary: String,
|
|
21
|
-
/**
|
|
30
|
+
/** Sets the quote attribution text. */
|
|
22
31
|
citation: String
|
|
23
32
|
},
|
|
24
33
|
setup(s) {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
const t = {
|
|
2
|
-
"cdr-text": "cdr-text_13-5-0
|
|
3
|
-
"cdr-quote": "cdr-quote_13-5-0
|
|
4
|
-
"cdr-quote__summary": "cdr-quote__summary_13-5-0
|
|
5
|
-
"cdr-quote--pull": "cdr-quote--pull_13-5-0
|
|
2
|
+
"cdr-text": "cdr-text_13-5-0",
|
|
3
|
+
"cdr-quote": "cdr-quote_13-5-0",
|
|
4
|
+
"cdr-quote__summary": "cdr-quote__summary_13-5-0",
|
|
5
|
+
"cdr-quote--pull": "cdr-quote--pull_13-5-0"
|
|
6
6
|
};
|
|
7
7
|
export {
|
|
8
8
|
t as default
|
|
@@ -14,34 +14,47 @@ const h = i({
|
|
|
14
14
|
customOptions: {},
|
|
15
15
|
props: {
|
|
16
16
|
/**
|
|
17
|
-
*
|
|
17
|
+
* Adds CSS class to the label for custom styles.
|
|
18
18
|
*/
|
|
19
19
|
labelClass: String,
|
|
20
20
|
/**
|
|
21
|
-
*
|
|
21
|
+
* Adds CSS class to the input for custom styles.
|
|
22
22
|
*/
|
|
23
23
|
inputClass: String,
|
|
24
24
|
/**
|
|
25
|
-
*
|
|
25
|
+
* Adds CSS class to the slot wrapper for custom styles.
|
|
26
26
|
*/
|
|
27
27
|
contentClass: String,
|
|
28
28
|
/**
|
|
29
|
-
* Sets the name of the radio
|
|
29
|
+
* Sets the name of the radio button.
|
|
30
30
|
*/
|
|
31
31
|
name: {
|
|
32
32
|
type: String,
|
|
33
33
|
required: !0
|
|
34
34
|
},
|
|
35
|
+
/**
|
|
36
|
+
* Modifies the style variants for this component
|
|
37
|
+
* @demoSelectMultiple true
|
|
38
|
+
* @values hide-figure
|
|
39
|
+
*/
|
|
35
40
|
modifier: {
|
|
36
41
|
type: String,
|
|
37
42
|
default: "",
|
|
38
43
|
validator: (e) => V(e, ["", "hide-figure"])
|
|
39
44
|
},
|
|
45
|
+
/**
|
|
46
|
+
* Sets the radio size; values can target responsive breakpoints. Example `small@lg`
|
|
47
|
+
* @demoSelectMultiple false
|
|
48
|
+
* @values small, medium, large
|
|
49
|
+
*/
|
|
40
50
|
size: k,
|
|
41
|
-
|
|
51
|
+
/**
|
|
52
|
+
* Sets the background color the radio button is rendered on
|
|
53
|
+
* @values primary, secondary
|
|
54
|
+
*/
|
|
42
55
|
background: v,
|
|
43
56
|
/**
|
|
44
|
-
* Sets the value of the radio.
|
|
57
|
+
* Sets the value of the radio.
|
|
45
58
|
*/
|
|
46
59
|
customValue: {
|
|
47
60
|
type: [String, Number, Boolean, Object, Array, Symbol, Function]
|
|
@@ -51,7 +64,13 @@ const h = i({
|
|
|
51
64
|
type: [String, Number, Boolean, Object, Array, Symbol, Function]
|
|
52
65
|
}
|
|
53
66
|
},
|
|
54
|
-
emits:
|
|
67
|
+
emits: {
|
|
68
|
+
/**
|
|
69
|
+
* Event emitted by v-model on the radio's <input> element
|
|
70
|
+
* @param modelValue
|
|
71
|
+
*/
|
|
72
|
+
"update:modelValue": null
|
|
73
|
+
},
|
|
55
74
|
setup(e, o) {
|
|
56
75
|
const s = "cdr-radio", r = d({
|
|
57
76
|
get() {
|
|
@@ -1,30 +1,30 @@
|
|
|
1
|
-
const
|
|
2
|
-
"cdr-label-wrapper": "cdr-label-wrapper_13-5-0
|
|
3
|
-
"cdr-label-wrapper__container": "cdr-label-wrapper__container_13-5-0
|
|
4
|
-
"cdr-label-wrapper--primary": "cdr-label-wrapper--primary_13-5-0
|
|
5
|
-
"cdr-label-wrapper--secondary": "cdr-label-wrapper--secondary_13-5-0
|
|
6
|
-
"cdr-label-wrapper--disabled": "cdr-label-wrapper--disabled_13-5-0
|
|
7
|
-
"cdr-label-wrapper__figure": "cdr-label-wrapper__figure_13-5-0
|
|
8
|
-
"cdr-label-wrapper__content": "cdr-label-wrapper__content_13-5-0
|
|
9
|
-
"cdr-label-wrapper--hide-figure": "cdr-label-wrapper--hide-figure_13-5-0
|
|
10
|
-
"cdr-label-wrapper--small": "cdr-label-wrapper--small_13-5-0
|
|
11
|
-
"cdr-label-wrapper--medium": "cdr-label-wrapper--medium_13-5-0
|
|
12
|
-
"cdr-label-wrapper--large": "cdr-label-wrapper--large_13-5-0
|
|
13
|
-
"cdr-label-wrapper--small@xs": "cdr-label-wrapper--small@xs_13-5-0
|
|
14
|
-
"cdr-label-wrapper--medium@xs": "cdr-label-wrapper--medium@xs_13-5-0
|
|
15
|
-
"cdr-label-wrapper--large@xs": "cdr-label-wrapper--large@xs_13-5-0
|
|
16
|
-
"cdr-label-wrapper--small@sm": "cdr-label-wrapper--small@sm_13-5-0
|
|
17
|
-
"cdr-label-wrapper--medium@sm": "cdr-label-wrapper--medium@sm_13-5-0
|
|
18
|
-
"cdr-label-wrapper--large@sm": "cdr-label-wrapper--large@sm_13-5-0
|
|
19
|
-
"cdr-label-wrapper--small@md": "cdr-label-wrapper--small@md_13-5-0
|
|
20
|
-
"cdr-label-wrapper--medium@md": "cdr-label-wrapper--medium@md_13-5-0
|
|
21
|
-
"cdr-label-wrapper--large@md": "cdr-label-wrapper--large@md_13-5-0
|
|
22
|
-
"cdr-label-wrapper--small@lg": "cdr-label-wrapper--small@lg_13-5-0
|
|
23
|
-
"cdr-label-wrapper--medium@lg": "cdr-label-wrapper--medium@lg_13-5-0
|
|
24
|
-
"cdr-label-wrapper--large@lg": "cdr-label-wrapper--large@lg_13-5-0
|
|
25
|
-
"cdr-radio": "cdr-radio_13-5-0
|
|
26
|
-
"cdr-radio__input": "cdr-radio__input_13-5-0
|
|
1
|
+
const r = {
|
|
2
|
+
"cdr-label-wrapper": "cdr-label-wrapper_13-5-0",
|
|
3
|
+
"cdr-label-wrapper__container": "cdr-label-wrapper__container_13-5-0",
|
|
4
|
+
"cdr-label-wrapper--primary": "cdr-label-wrapper--primary_13-5-0",
|
|
5
|
+
"cdr-label-wrapper--secondary": "cdr-label-wrapper--secondary_13-5-0",
|
|
6
|
+
"cdr-label-wrapper--disabled": "cdr-label-wrapper--disabled_13-5-0",
|
|
7
|
+
"cdr-label-wrapper__figure": "cdr-label-wrapper__figure_13-5-0",
|
|
8
|
+
"cdr-label-wrapper__content": "cdr-label-wrapper__content_13-5-0",
|
|
9
|
+
"cdr-label-wrapper--hide-figure": "cdr-label-wrapper--hide-figure_13-5-0",
|
|
10
|
+
"cdr-label-wrapper--small": "cdr-label-wrapper--small_13-5-0",
|
|
11
|
+
"cdr-label-wrapper--medium": "cdr-label-wrapper--medium_13-5-0",
|
|
12
|
+
"cdr-label-wrapper--large": "cdr-label-wrapper--large_13-5-0",
|
|
13
|
+
"cdr-label-wrapper--small@xs": "cdr-label-wrapper--small@xs_13-5-0",
|
|
14
|
+
"cdr-label-wrapper--medium@xs": "cdr-label-wrapper--medium@xs_13-5-0",
|
|
15
|
+
"cdr-label-wrapper--large@xs": "cdr-label-wrapper--large@xs_13-5-0",
|
|
16
|
+
"cdr-label-wrapper--small@sm": "cdr-label-wrapper--small@sm_13-5-0",
|
|
17
|
+
"cdr-label-wrapper--medium@sm": "cdr-label-wrapper--medium@sm_13-5-0",
|
|
18
|
+
"cdr-label-wrapper--large@sm": "cdr-label-wrapper--large@sm_13-5-0",
|
|
19
|
+
"cdr-label-wrapper--small@md": "cdr-label-wrapper--small@md_13-5-0",
|
|
20
|
+
"cdr-label-wrapper--medium@md": "cdr-label-wrapper--medium@md_13-5-0",
|
|
21
|
+
"cdr-label-wrapper--large@md": "cdr-label-wrapper--large@md_13-5-0",
|
|
22
|
+
"cdr-label-wrapper--small@lg": "cdr-label-wrapper--small@lg_13-5-0",
|
|
23
|
+
"cdr-label-wrapper--medium@lg": "cdr-label-wrapper--medium@lg_13-5-0",
|
|
24
|
+
"cdr-label-wrapper--large@lg": "cdr-label-wrapper--large@lg_13-5-0",
|
|
25
|
+
"cdr-radio": "cdr-radio_13-5-0",
|
|
26
|
+
"cdr-radio__input": "cdr-radio__input_13-5-0"
|
|
27
27
|
};
|
|
28
28
|
export {
|
|
29
|
-
|
|
29
|
+
r as default
|
|
30
30
|
};
|
|
@@ -7,7 +7,7 @@ const V = p({
|
|
|
7
7
|
name: "CdrRating",
|
|
8
8
|
props: {
|
|
9
9
|
/**
|
|
10
|
-
*
|
|
10
|
+
* Sets the rating values between 0 and 5.
|
|
11
11
|
*/
|
|
12
12
|
rating: {
|
|
13
13
|
required: !0,
|
|
@@ -15,7 +15,7 @@ const V = p({
|
|
|
15
15
|
default: 0
|
|
16
16
|
},
|
|
17
17
|
/**
|
|
18
|
-
*
|
|
18
|
+
* Sets the total number of ratings
|
|
19
19
|
*/
|
|
20
20
|
count: {
|
|
21
21
|
required: !1,
|
|
@@ -30,11 +30,16 @@ const V = p({
|
|
|
30
30
|
default: !1
|
|
31
31
|
},
|
|
32
32
|
/**
|
|
33
|
-
*
|
|
33
|
+
* Sets the rating component (icons and text) to display inline and wraps them in an anchor tag so they can act as link.
|
|
34
34
|
*/
|
|
35
35
|
href: {
|
|
36
36
|
type: String
|
|
37
37
|
},
|
|
38
|
+
/**
|
|
39
|
+
* Sets the rating size.
|
|
40
|
+
* @demoSelectMultiple false
|
|
41
|
+
* @values small, medium, large
|
|
42
|
+
*/
|
|
38
43
|
size: {
|
|
39
44
|
type: String,
|
|
40
45
|
default: "medium",
|
|
@@ -1,33 +1,33 @@
|
|
|
1
|
-
const
|
|
2
|
-
"cdr-rating__icon": "cdr-rating__icon_13-5-0
|
|
3
|
-
"cdr-rating__count": "cdr-rating__count_13-5-0
|
|
4
|
-
"cdr-rating": "cdr-rating_13-5-0
|
|
5
|
-
"cdr-rating__number": "cdr-rating__number_13-5-0
|
|
6
|
-
"cdr-rating__ratings": "cdr-rating__ratings_13-5-0
|
|
7
|
-
"cdr-rating__caption-sr": "cdr-rating__caption-sr_13-5-0
|
|
8
|
-
"cdr-rating__placeholder": "cdr-rating__placeholder_13-5-0
|
|
9
|
-
"cdr-rating__placeholder--no-reviews": "cdr-rating__placeholder--no-reviews_13-5-0
|
|
10
|
-
"cdr-rating__100": "cdr-rating__100_13-5-0
|
|
11
|
-
"cdr-rating__75": "cdr-rating__75_13-5-0
|
|
12
|
-
"cdr-rating__50": "cdr-rating__50_13-5-0
|
|
13
|
-
"cdr-rating__25": "cdr-rating__25_13-5-0
|
|
14
|
-
"cdr-rating--linked": "cdr-rating--linked_13-5-0
|
|
15
|
-
"cdr-rating--large": "cdr-rating--large_13-5-0
|
|
16
|
-
"cdr-rating--medium": "cdr-rating--medium_13-5-0
|
|
17
|
-
"cdr-rating--small": "cdr-rating--small_13-5-0
|
|
18
|
-
"cdr-rating--small@xs": "cdr-rating--small@xs_13-5-0
|
|
19
|
-
"cdr-rating--medium@xs": "cdr-rating--medium@xs_13-5-0
|
|
20
|
-
"cdr-rating--large@xs": "cdr-rating--large@xs_13-5-0
|
|
21
|
-
"cdr-rating--small@sm": "cdr-rating--small@sm_13-5-0
|
|
22
|
-
"cdr-rating--medium@sm": "cdr-rating--medium@sm_13-5-0
|
|
23
|
-
"cdr-rating--large@sm": "cdr-rating--large@sm_13-5-0
|
|
24
|
-
"cdr-rating--small@md": "cdr-rating--small@md_13-5-0
|
|
25
|
-
"cdr-rating--medium@md": "cdr-rating--medium@md_13-5-0
|
|
26
|
-
"cdr-rating--large@md": "cdr-rating--large@md_13-5-0
|
|
27
|
-
"cdr-rating--small@lg": "cdr-rating--small@lg_13-5-0
|
|
28
|
-
"cdr-rating--medium@lg": "cdr-rating--medium@lg_13-5-0
|
|
29
|
-
"cdr-rating--large@lg": "cdr-rating--large@lg_13-5-0
|
|
1
|
+
const r = {
|
|
2
|
+
"cdr-rating__icon": "cdr-rating__icon_13-5-0",
|
|
3
|
+
"cdr-rating__count": "cdr-rating__count_13-5-0",
|
|
4
|
+
"cdr-rating": "cdr-rating_13-5-0",
|
|
5
|
+
"cdr-rating__number": "cdr-rating__number_13-5-0",
|
|
6
|
+
"cdr-rating__ratings": "cdr-rating__ratings_13-5-0",
|
|
7
|
+
"cdr-rating__caption-sr": "cdr-rating__caption-sr_13-5-0",
|
|
8
|
+
"cdr-rating__placeholder": "cdr-rating__placeholder_13-5-0",
|
|
9
|
+
"cdr-rating__placeholder--no-reviews": "cdr-rating__placeholder--no-reviews_13-5-0",
|
|
10
|
+
"cdr-rating__100": "cdr-rating__100_13-5-0",
|
|
11
|
+
"cdr-rating__75": "cdr-rating__75_13-5-0",
|
|
12
|
+
"cdr-rating__50": "cdr-rating__50_13-5-0",
|
|
13
|
+
"cdr-rating__25": "cdr-rating__25_13-5-0",
|
|
14
|
+
"cdr-rating--linked": "cdr-rating--linked_13-5-0",
|
|
15
|
+
"cdr-rating--large": "cdr-rating--large_13-5-0",
|
|
16
|
+
"cdr-rating--medium": "cdr-rating--medium_13-5-0",
|
|
17
|
+
"cdr-rating--small": "cdr-rating--small_13-5-0",
|
|
18
|
+
"cdr-rating--small@xs": "cdr-rating--small@xs_13-5-0",
|
|
19
|
+
"cdr-rating--medium@xs": "cdr-rating--medium@xs_13-5-0",
|
|
20
|
+
"cdr-rating--large@xs": "cdr-rating--large@xs_13-5-0",
|
|
21
|
+
"cdr-rating--small@sm": "cdr-rating--small@sm_13-5-0",
|
|
22
|
+
"cdr-rating--medium@sm": "cdr-rating--medium@sm_13-5-0",
|
|
23
|
+
"cdr-rating--large@sm": "cdr-rating--large@sm_13-5-0",
|
|
24
|
+
"cdr-rating--small@md": "cdr-rating--small@md_13-5-0",
|
|
25
|
+
"cdr-rating--medium@md": "cdr-rating--medium@md_13-5-0",
|
|
26
|
+
"cdr-rating--large@md": "cdr-rating--large@md_13-5-0",
|
|
27
|
+
"cdr-rating--small@lg": "cdr-rating--small@lg_13-5-0",
|
|
28
|
+
"cdr-rating--medium@lg": "cdr-rating--medium@lg_13-5-0",
|
|
29
|
+
"cdr-rating--large@lg": "cdr-rating--large@lg_13-5-0"
|
|
30
30
|
};
|
|
31
31
|
export {
|
|
32
|
-
|
|
32
|
+
r as default
|
|
33
33
|
};
|