@rei/cedar 14.0.2 → 14.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 +1050 -1050
- package/dist/cedar.umd.js +5 -5
- package/dist/component-docgen.json +1721 -1720
- package/dist/icon-component-docgen.json +663 -663
- package/dist/lib.d.ts +4 -4
- 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/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 +2 -2
- package/dist/src/components/card/styles/CdrCard.module.scss.mjs +1 -1
- package/dist/src/components/checkbox/styles/CdrCheckbox.module.scss.mjs +27 -27
- 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/CdrInput.vue2.mjs +32 -32
- package/dist/src/components/input/styles/CdrInput.module.scss.mjs +32 -32
- package/dist/src/components/labelStandalone/styles/CdrLabelStandalone.module.scss.mjs +12 -12
- package/dist/src/components/labelWrapper/styles/CdrLabelWrapper.module.scss.mjs +25 -25
- package/dist/src/components/link/styles/CdrLink.module.scss.mjs +3 -3
- package/dist/src/components/list/styles/CdrList.module.scss.mjs +5 -5
- 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 +63 -63
- 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 -27
- package/dist/src/components/rating/styles/CdrRating.module.scss.mjs +44 -44
- 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 +8 -8
- package/dist/src/components/table/styles/CdrTable.module.scss.mjs +13 -13
- package/dist/src/components/tabs/styles/CdrTabPanel.module.scss.mjs +5 -5
- package/dist/src/components/tabs/styles/CdrTabs.module.scss.mjs +28 -28
- 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 +5 -5
- 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 +3 -3
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { defineComponent as j, useSlots as O, useAttrs as G, useCssModule as J, ref as K, computed as
|
|
1
|
+
import { defineComponent as j, useSlots as O, useAttrs as G, useCssModule as J, ref as K, computed as l, openBlock as m, createBlock as P, unref as r, normalizeClass as v, createSlots as Q, withCtx as d, createElementVNode as z, withDirectives as N, createElementBlock as f, mergeProps as A, vModelText as W, vModelDynamic as X, renderSlot as u, createCommentVNode as y } from "vue";
|
|
2
2
|
import Y from "../../utils/propValidator.mjs";
|
|
3
3
|
import Z from "../labelStandalone/CdrLabelStandalone.vue.mjs";
|
|
4
4
|
import _ from "../formError/CdrFormError.vue.mjs";
|
|
5
5
|
import ee from "../../props/size.mjs";
|
|
6
6
|
import re from "../../props/background.mjs";
|
|
7
7
|
import $ from "../../utils/mapClasses.mjs";
|
|
8
|
-
import
|
|
9
|
-
const
|
|
8
|
+
import te from "../../utils/uid.mjs";
|
|
9
|
+
const oe = ["rows", "id", "disabled", "aria-required", "aria-invalid", "aria-errormessage", "aria-describedby"], ae = ["type", "disabled", "aria-required", "aria-invalid", "aria-errormessage", "aria-describedby"], le = ["id"], h = "cdr-input", ve = /* @__PURE__ */ j({
|
|
10
10
|
name: "CdrInput",
|
|
11
11
|
inheritAttrs: !1,
|
|
12
12
|
customOptions: {},
|
|
@@ -20,15 +20,15 @@ const te = ["rows", "id", "disabled", "aria-required", "aria-invalid", "aria-err
|
|
|
20
20
|
},
|
|
21
21
|
/**
|
|
22
22
|
* 'type' attribute for the input as defined by w3c.
|
|
23
|
-
* Only supporting text|email|number|password|search|url|date.
|
|
23
|
+
* Only supporting text|email|number|password|search|url|date|datetime-local.
|
|
24
24
|
* The increment/decrement webkit psuedo element is hidden for number.
|
|
25
25
|
* @demoSelectMultiple false
|
|
26
|
-
* @values text, email, number, password, search, url, tel, date
|
|
26
|
+
* @values text, email, number, password, search, url, tel, date, datetime-local
|
|
27
27
|
*/
|
|
28
28
|
type: {
|
|
29
29
|
type: [String],
|
|
30
30
|
default: "text",
|
|
31
|
-
validator: (e) => Y(e, ["text", "email", "number", "password", "search", "url", "tel", "date"])
|
|
31
|
+
validator: (e) => Y(e, ["text", "email", "number", "password", "search", "url", "tel", "date", "datetime-local"])
|
|
32
32
|
},
|
|
33
33
|
/**
|
|
34
34
|
* Sets the text value for the input label. Required for a11y compliance. Use ‘hideLabel’ if the label display is not desired. Required.
|
|
@@ -108,27 +108,27 @@ const te = ["rows", "id", "disabled", "aria-required", "aria-invalid", "aria-err
|
|
|
108
108
|
setup(e, {
|
|
109
109
|
emit: F
|
|
110
110
|
}) {
|
|
111
|
-
const a = e,
|
|
112
|
-
const
|
|
113
|
-
return a.error ? `${s}-error` :
|
|
114
|
-
}), R =
|
|
115
|
-
const
|
|
111
|
+
const a = e, i = O(), C = G(), c = J(), p = K(!1), M = i["helper-text-top"], E = i["helper-text-bottom"], g = i["pre-icon"], k = i["post-icon"], L = i["post-icon"] ? i["post-icon"]().length > 1 : !1, T = i.info, U = i["info-action"], s = a.id ? a.id : te(), D = l(() => a.rows > 1 ? "cdr-input--multiline" : ""), q = l(() => g ? "cdr-input--preicon" : ""), B = l(() => k ? "cdr-input--posticon" : ""), w = l(() => L ? "cdr-input--posticons" : ""), x = l(() => a.error ? "cdr-input--error" : ""), I = l(() => `cdr-input--${a.background}`), S = l(() => a.size ? `${h}--${a.size}` : ""), H = l(() => p.value ? "cdr-input--focus" : ""), V = l(() => {
|
|
112
|
+
const t = [i["helper-text-top"] ? `${s}-helper-text-top` : "", i["helper-text-bottom"] ? `${s}-helper-text-bottom` : "", C["aria-describedby"]].filter((o) => o).join(" ");
|
|
113
|
+
return a.error ? `${s}-error` : t;
|
|
114
|
+
}), R = l(() => {
|
|
115
|
+
const t = a.numeric || a.type === "number";
|
|
116
116
|
return {
|
|
117
117
|
id: s,
|
|
118
118
|
autocomplete: "off",
|
|
119
|
-
pattern:
|
|
120
|
-
inputmode:
|
|
119
|
+
pattern: t ? "[0-9]*" : void 0,
|
|
120
|
+
inputmode: t ? "numeric" : void 0,
|
|
121
121
|
...C
|
|
122
122
|
};
|
|
123
|
-
}), b =
|
|
123
|
+
}), b = l({
|
|
124
124
|
get() {
|
|
125
125
|
return a.modelValue;
|
|
126
126
|
},
|
|
127
|
-
set(
|
|
128
|
-
F("update:modelValue",
|
|
127
|
+
set(t) {
|
|
128
|
+
F("update:modelValue", t);
|
|
129
129
|
}
|
|
130
130
|
});
|
|
131
|
-
return (
|
|
131
|
+
return (t, o) => (m(), P(Z, {
|
|
132
132
|
"for-id": r(s),
|
|
133
133
|
label: e.label,
|
|
134
134
|
"hide-label": e.hideLabel,
|
|
@@ -149,11 +149,11 @@ const te = ["rows", "id", "disabled", "aria-required", "aria-invalid", "aria-err
|
|
|
149
149
|
"aria-invalid": !!e.error || void 0,
|
|
150
150
|
"aria-errormessage": !!e.error && `${r(s)}-error` || void 0,
|
|
151
151
|
"aria-describedby": V.value || void 0
|
|
152
|
-
},
|
|
153
|
-
onFocus:
|
|
154
|
-
onBlur:
|
|
155
|
-
"onUpdate:modelValue":
|
|
156
|
-
}), null, 16,
|
|
152
|
+
}, t.$attrs, {
|
|
153
|
+
onFocus: o[0] || (o[0] = (n) => p.value = !0),
|
|
154
|
+
onBlur: o[1] || (o[1] = (n) => p.value = !1),
|
|
155
|
+
"onUpdate:modelValue": o[2] || (o[2] = (n) => b.value = n)
|
|
156
|
+
}), null, 16, oe)), [[W, b.value]]) : N((m(), f("input", A({
|
|
157
157
|
key: 1,
|
|
158
158
|
type: e.type,
|
|
159
159
|
class: r($)(r(c), h, q.value, B.value, w.value, x.value, I.value, S.value),
|
|
@@ -163,35 +163,35 @@ const te = ["rows", "id", "disabled", "aria-required", "aria-invalid", "aria-err
|
|
|
163
163
|
"aria-errormessage": !!e.error && `${r(s)}-error` || void 0
|
|
164
164
|
}, R.value, {
|
|
165
165
|
"aria-describedby": V.value || void 0,
|
|
166
|
-
onFocus:
|
|
167
|
-
onBlur:
|
|
168
|
-
"onUpdate:modelValue":
|
|
166
|
+
onFocus: o[3] || (o[3] = (n) => p.value = !0),
|
|
167
|
+
onBlur: o[4] || (o[4] = (n) => p.value = !1),
|
|
168
|
+
"onUpdate:modelValue": o[5] || (o[5] = (n) => b.value = n)
|
|
169
169
|
}), null, 16, ae)), [[X, b.value]]), r(g) ? (m(), f("span", {
|
|
170
170
|
key: 2,
|
|
171
171
|
class: v(r(c)["cdr-input__pre-icon"])
|
|
172
|
-
}, [u(
|
|
172
|
+
}, [u(t.$slots, "pre-icon")], 2)) : y("", !0), r(k) ? (m(), f("span", {
|
|
173
173
|
key: 3,
|
|
174
174
|
class: v(r(c)["cdr-input__post-icon"])
|
|
175
|
-
}, [u(
|
|
175
|
+
}, [u(t.$slots, "post-icon")], 2)) : y("", !0)], 2)]),
|
|
176
176
|
_: 2
|
|
177
177
|
}, [r(M) ? {
|
|
178
178
|
name: "helper",
|
|
179
|
-
fn: d(() => [u(
|
|
179
|
+
fn: d(() => [u(t.$slots, "helper-text-top")]),
|
|
180
180
|
key: "0"
|
|
181
181
|
} : void 0, r(T) ? {
|
|
182
182
|
name: "info",
|
|
183
|
-
fn: d(() => [u(
|
|
183
|
+
fn: d(() => [u(t.$slots, "info")]),
|
|
184
184
|
key: "1"
|
|
185
185
|
} : void 0, r(U) ? {
|
|
186
186
|
name: "info-action",
|
|
187
|
-
fn: d(() => [u(
|
|
187
|
+
fn: d(() => [u(t.$slots, "info-action")]),
|
|
188
188
|
key: "2"
|
|
189
189
|
} : void 0, r(E) && !e.error ? {
|
|
190
190
|
name: "helper-text-bottom",
|
|
191
191
|
fn: d(() => [z("span", {
|
|
192
192
|
id: `${r(s)}-helper-text-bottom`,
|
|
193
193
|
class: v(r(c)["cdr-input__helper-text"])
|
|
194
|
-
}, [u(
|
|
194
|
+
}, [u(t.$slots, "helper-text-bottom")], 10, le)]),
|
|
195
195
|
key: "3"
|
|
196
196
|
} : void 0, e.error ? {
|
|
197
197
|
name: "error",
|
|
@@ -201,7 +201,7 @@ const te = ["rows", "id", "disabled", "aria-required", "aria-invalid", "aria-err
|
|
|
201
201
|
role: e.errorRole,
|
|
202
202
|
id: `${r(s)}-error`
|
|
203
203
|
}, {
|
|
204
|
-
error: d(() => [u(
|
|
204
|
+
error: d(() => [u(t.$slots, "error")]),
|
|
205
205
|
_: 3
|
|
206
206
|
}, 8, ["error", "role", "id"])) : y("", !0)]),
|
|
207
207
|
key: "4"
|
|
@@ -1,36 +1,36 @@
|
|
|
1
1
|
const n = {
|
|
2
|
-
"cdr-label-standalone": "cdr-label-standalone_14-0
|
|
3
|
-
"cdr-label-standalone__label-wrapper": "cdr-label-standalone__label-wrapper_14-0
|
|
4
|
-
"cdr-label-standalone__label": "cdr-label-standalone__label_14-0
|
|
5
|
-
"cdr-label-standalone__label--sr-only": "cdr-label-standalone__label--sr-only_14-0
|
|
6
|
-
"cdr-label-standalone__label--disabled": "cdr-label-standalone__label--disabled_14-0
|
|
7
|
-
"cdr-label-standalone__optional": "cdr-label-standalone__optional_14-0
|
|
8
|
-
"cdr-label-standalone__helper": "cdr-label-standalone__helper_14-0
|
|
9
|
-
"cdr-label-standalone__info": "cdr-label-standalone__info_14-0
|
|
10
|
-
"cdr-label-standalone__post-content": "cdr-label-standalone__post-content_14-0
|
|
11
|
-
"cdr-label-standalone__info-action": "cdr-label-standalone__info-action_14-0
|
|
12
|
-
"cdr-label-standalone__input-wrap": "cdr-label-standalone__input-wrap_14-0
|
|
13
|
-
"cdr-label-standalone__input-spacing": "cdr-label-standalone__input-spacing_14-0
|
|
14
|
-
"cdr-form-error": "cdr-form-error_14-0
|
|
15
|
-
"cdr-form-error__icon": "cdr-form-error__icon_14-0
|
|
16
|
-
"cdr-input": "cdr-input_14-0
|
|
17
|
-
"cdr-input--focus": "cdr-input--focus_14-0
|
|
18
|
-
"cdr-input--multiline": "cdr-input--multiline_14-0
|
|
19
|
-
"cdr-input--preicon": "cdr-input--preicon_14-0
|
|
20
|
-
"cdr-input--posticon": "cdr-input--posticon_14-0
|
|
21
|
-
"cdr-input--posticons": "cdr-input--posticons_14-0
|
|
22
|
-
"cdr-input--primary": "cdr-input--primary_14-0
|
|
23
|
-
"cdr-input--secondary": "cdr-input--secondary_14-0
|
|
24
|
-
"cdr-input--error": "cdr-input--error_14-0
|
|
25
|
-
"cdr-input--large": "cdr-input--large_14-0
|
|
26
|
-
"cdr-input--large@xs": "cdr-input--large@xs_14-0
|
|
27
|
-
"cdr-input--large@sm": "cdr-input--large@sm_14-0
|
|
28
|
-
"cdr-input--large@md": "cdr-input--large@md_14-0
|
|
29
|
-
"cdr-input--large@lg": "cdr-input--large@lg_14-0
|
|
30
|
-
"cdr-input__pre-icon": "cdr-input__pre-icon_14-0
|
|
31
|
-
"cdr-input__post-icon": "cdr-input__post-icon_14-0
|
|
32
|
-
"cdr-input__helper-text": "cdr-input__helper-text_14-0
|
|
33
|
-
"cdr-input-wrap": "cdr-input-wrap_14-0
|
|
2
|
+
"cdr-label-standalone": "cdr-label-standalone_14-1-0",
|
|
3
|
+
"cdr-label-standalone__label-wrapper": "cdr-label-standalone__label-wrapper_14-1-0",
|
|
4
|
+
"cdr-label-standalone__label": "cdr-label-standalone__label_14-1-0",
|
|
5
|
+
"cdr-label-standalone__label--sr-only": "cdr-label-standalone__label--sr-only_14-1-0",
|
|
6
|
+
"cdr-label-standalone__label--disabled": "cdr-label-standalone__label--disabled_14-1-0",
|
|
7
|
+
"cdr-label-standalone__optional": "cdr-label-standalone__optional_14-1-0",
|
|
8
|
+
"cdr-label-standalone__helper": "cdr-label-standalone__helper_14-1-0",
|
|
9
|
+
"cdr-label-standalone__info": "cdr-label-standalone__info_14-1-0",
|
|
10
|
+
"cdr-label-standalone__post-content": "cdr-label-standalone__post-content_14-1-0",
|
|
11
|
+
"cdr-label-standalone__info-action": "cdr-label-standalone__info-action_14-1-0",
|
|
12
|
+
"cdr-label-standalone__input-wrap": "cdr-label-standalone__input-wrap_14-1-0",
|
|
13
|
+
"cdr-label-standalone__input-spacing": "cdr-label-standalone__input-spacing_14-1-0",
|
|
14
|
+
"cdr-form-error": "cdr-form-error_14-1-0",
|
|
15
|
+
"cdr-form-error__icon": "cdr-form-error__icon_14-1-0",
|
|
16
|
+
"cdr-input": "cdr-input_14-1-0",
|
|
17
|
+
"cdr-input--focus": "cdr-input--focus_14-1-0",
|
|
18
|
+
"cdr-input--multiline": "cdr-input--multiline_14-1-0",
|
|
19
|
+
"cdr-input--preicon": "cdr-input--preicon_14-1-0",
|
|
20
|
+
"cdr-input--posticon": "cdr-input--posticon_14-1-0",
|
|
21
|
+
"cdr-input--posticons": "cdr-input--posticons_14-1-0",
|
|
22
|
+
"cdr-input--primary": "cdr-input--primary_14-1-0",
|
|
23
|
+
"cdr-input--secondary": "cdr-input--secondary_14-1-0",
|
|
24
|
+
"cdr-input--error": "cdr-input--error_14-1-0",
|
|
25
|
+
"cdr-input--large": "cdr-input--large_14-1-0",
|
|
26
|
+
"cdr-input--large@xs": "cdr-input--large@xs_14-1-0",
|
|
27
|
+
"cdr-input--large@sm": "cdr-input--large@sm_14-1-0",
|
|
28
|
+
"cdr-input--large@md": "cdr-input--large@md_14-1-0",
|
|
29
|
+
"cdr-input--large@lg": "cdr-input--large@lg_14-1-0",
|
|
30
|
+
"cdr-input__pre-icon": "cdr-input__pre-icon_14-1-0",
|
|
31
|
+
"cdr-input__post-icon": "cdr-input__post-icon_14-1-0",
|
|
32
|
+
"cdr-input__helper-text": "cdr-input__helper-text_14-1-0",
|
|
33
|
+
"cdr-input-wrap": "cdr-input-wrap_14-1-0"
|
|
34
34
|
};
|
|
35
35
|
export {
|
|
36
36
|
n as default
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
const l = {
|
|
2
|
-
"cdr-label-standalone": "cdr-label-standalone_14-0
|
|
3
|
-
"cdr-label-standalone__label-wrapper": "cdr-label-standalone__label-wrapper_14-0
|
|
4
|
-
"cdr-label-standalone__label": "cdr-label-standalone__label_14-0
|
|
5
|
-
"cdr-label-standalone__label--sr-only": "cdr-label-standalone__label--sr-only_14-0
|
|
6
|
-
"cdr-label-standalone__label--disabled": "cdr-label-standalone__label--disabled_14-0
|
|
7
|
-
"cdr-label-standalone__optional": "cdr-label-standalone__optional_14-0
|
|
8
|
-
"cdr-label-standalone__helper": "cdr-label-standalone__helper_14-0
|
|
9
|
-
"cdr-label-standalone__info": "cdr-label-standalone__info_14-0
|
|
10
|
-
"cdr-label-standalone__post-content": "cdr-label-standalone__post-content_14-0
|
|
11
|
-
"cdr-label-standalone__info-action": "cdr-label-standalone__info-action_14-0
|
|
12
|
-
"cdr-label-standalone__input-wrap": "cdr-label-standalone__input-wrap_14-0
|
|
13
|
-
"cdr-label-standalone__input-spacing": "cdr-label-standalone__input-spacing_14-0
|
|
2
|
+
"cdr-label-standalone": "cdr-label-standalone_14-1-0",
|
|
3
|
+
"cdr-label-standalone__label-wrapper": "cdr-label-standalone__label-wrapper_14-1-0",
|
|
4
|
+
"cdr-label-standalone__label": "cdr-label-standalone__label_14-1-0",
|
|
5
|
+
"cdr-label-standalone__label--sr-only": "cdr-label-standalone__label--sr-only_14-1-0",
|
|
6
|
+
"cdr-label-standalone__label--disabled": "cdr-label-standalone__label--disabled_14-1-0",
|
|
7
|
+
"cdr-label-standalone__optional": "cdr-label-standalone__optional_14-1-0",
|
|
8
|
+
"cdr-label-standalone__helper": "cdr-label-standalone__helper_14-1-0",
|
|
9
|
+
"cdr-label-standalone__info": "cdr-label-standalone__info_14-1-0",
|
|
10
|
+
"cdr-label-standalone__post-content": "cdr-label-standalone__post-content_14-1-0",
|
|
11
|
+
"cdr-label-standalone__info-action": "cdr-label-standalone__info-action_14-1-0",
|
|
12
|
+
"cdr-label-standalone__input-wrap": "cdr-label-standalone__input-wrap_14-1-0",
|
|
13
|
+
"cdr-label-standalone__input-spacing": "cdr-label-standalone__input-spacing_14-1-0"
|
|
14
14
|
};
|
|
15
15
|
export {
|
|
16
16
|
l as default
|
|
@@ -1,29 +1,29 @@
|
|
|
1
1
|
const r = {
|
|
2
|
-
"cdr-label-wrapper": "cdr-label-wrapper_14-0
|
|
3
|
-
"cdr-label-wrapper__container": "cdr-label-wrapper__container_14-0
|
|
4
|
-
"cdr-label-wrapper--primary": "cdr-label-wrapper--primary_14-0
|
|
5
|
-
"cdr-label-wrapper--secondary": "cdr-label-wrapper--secondary_14-0
|
|
6
|
-
"cdr-label-wrapper--disabled": "cdr-label-wrapper--disabled_14-0
|
|
7
|
-
"cdr-label-wrapper__figure": "cdr-label-wrapper__figure_14-0
|
|
8
|
-
"cdr-label-wrapper__content": "cdr-label-wrapper__content_14-0
|
|
9
|
-
"cdr-label-wrapper--hide-figure": "cdr-label-wrapper--hide-figure_14-0
|
|
10
|
-
"cdr-checkbox__svg-box": "cdr-checkbox__svg-box_14-0
|
|
11
|
-
"cdr-label-wrapper--small": "cdr-label-wrapper--small_14-0
|
|
12
|
-
"cdr-label-wrapper--medium": "cdr-label-wrapper--medium_14-0
|
|
13
|
-
"cdr-label-wrapper--large": "cdr-label-wrapper--large_14-0
|
|
14
|
-
"cdr-checkbox__checkbox-box": "cdr-checkbox__checkbox-box_14-0
|
|
15
|
-
"cdr-label-wrapper--small@xs": "cdr-label-wrapper--small@xs_14-0
|
|
16
|
-
"cdr-label-wrapper--medium@xs": "cdr-label-wrapper--medium@xs_14-0
|
|
17
|
-
"cdr-label-wrapper--large@xs": "cdr-label-wrapper--large@xs_14-0
|
|
18
|
-
"cdr-label-wrapper--small@sm": "cdr-label-wrapper--small@sm_14-0
|
|
19
|
-
"cdr-label-wrapper--medium@sm": "cdr-label-wrapper--medium@sm_14-0
|
|
20
|
-
"cdr-label-wrapper--large@sm": "cdr-label-wrapper--large@sm_14-0
|
|
21
|
-
"cdr-label-wrapper--small@md": "cdr-label-wrapper--small@md_14-0
|
|
22
|
-
"cdr-label-wrapper--medium@md": "cdr-label-wrapper--medium@md_14-0
|
|
23
|
-
"cdr-label-wrapper--large@md": "cdr-label-wrapper--large@md_14-0
|
|
24
|
-
"cdr-label-wrapper--small@lg": "cdr-label-wrapper--small@lg_14-0
|
|
25
|
-
"cdr-label-wrapper--medium@lg": "cdr-label-wrapper--medium@lg_14-0
|
|
26
|
-
"cdr-label-wrapper--large@lg": "cdr-label-wrapper--large@lg_14-0
|
|
2
|
+
"cdr-label-wrapper": "cdr-label-wrapper_14-1-0",
|
|
3
|
+
"cdr-label-wrapper__container": "cdr-label-wrapper__container_14-1-0",
|
|
4
|
+
"cdr-label-wrapper--primary": "cdr-label-wrapper--primary_14-1-0",
|
|
5
|
+
"cdr-label-wrapper--secondary": "cdr-label-wrapper--secondary_14-1-0",
|
|
6
|
+
"cdr-label-wrapper--disabled": "cdr-label-wrapper--disabled_14-1-0",
|
|
7
|
+
"cdr-label-wrapper__figure": "cdr-label-wrapper__figure_14-1-0",
|
|
8
|
+
"cdr-label-wrapper__content": "cdr-label-wrapper__content_14-1-0",
|
|
9
|
+
"cdr-label-wrapper--hide-figure": "cdr-label-wrapper--hide-figure_14-1-0",
|
|
10
|
+
"cdr-checkbox__svg-box": "cdr-checkbox__svg-box_14-1-0",
|
|
11
|
+
"cdr-label-wrapper--small": "cdr-label-wrapper--small_14-1-0",
|
|
12
|
+
"cdr-label-wrapper--medium": "cdr-label-wrapper--medium_14-1-0",
|
|
13
|
+
"cdr-label-wrapper--large": "cdr-label-wrapper--large_14-1-0",
|
|
14
|
+
"cdr-checkbox__checkbox-box": "cdr-checkbox__checkbox-box_14-1-0",
|
|
15
|
+
"cdr-label-wrapper--small@xs": "cdr-label-wrapper--small@xs_14-1-0",
|
|
16
|
+
"cdr-label-wrapper--medium@xs": "cdr-label-wrapper--medium@xs_14-1-0",
|
|
17
|
+
"cdr-label-wrapper--large@xs": "cdr-label-wrapper--large@xs_14-1-0",
|
|
18
|
+
"cdr-label-wrapper--small@sm": "cdr-label-wrapper--small@sm_14-1-0",
|
|
19
|
+
"cdr-label-wrapper--medium@sm": "cdr-label-wrapper--medium@sm_14-1-0",
|
|
20
|
+
"cdr-label-wrapper--large@sm": "cdr-label-wrapper--large@sm_14-1-0",
|
|
21
|
+
"cdr-label-wrapper--small@md": "cdr-label-wrapper--small@md_14-1-0",
|
|
22
|
+
"cdr-label-wrapper--medium@md": "cdr-label-wrapper--medium@md_14-1-0",
|
|
23
|
+
"cdr-label-wrapper--large@md": "cdr-label-wrapper--large@md_14-1-0",
|
|
24
|
+
"cdr-label-wrapper--small@lg": "cdr-label-wrapper--small@lg_14-1-0",
|
|
25
|
+
"cdr-label-wrapper--medium@lg": "cdr-label-wrapper--medium@lg_14-1-0",
|
|
26
|
+
"cdr-label-wrapper--large@lg": "cdr-label-wrapper--large@lg_14-1-0"
|
|
27
27
|
};
|
|
28
28
|
export {
|
|
29
29
|
r as default
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
const n = {
|
|
2
|
-
"cdr-link": "cdr-link_14-0
|
|
3
|
-
"cdr-link--standalone": "cdr-link--standalone_14-0
|
|
4
|
-
"cdr-link--inherit-color": "cdr-link--inherit-color_14-0
|
|
2
|
+
"cdr-link": "cdr-link_14-1-0",
|
|
3
|
+
"cdr-link--standalone": "cdr-link--standalone_14-1-0",
|
|
4
|
+
"cdr-link--inherit-color": "cdr-link--inherit-color_14-1-0"
|
|
5
5
|
};
|
|
6
6
|
export {
|
|
7
7
|
n as default
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
const d = {
|
|
2
|
-
"cdr-list": "cdr-list_14-0
|
|
3
|
-
"cdr-list--compact": "cdr-list--compact_14-0
|
|
4
|
-
"cdr-list--ordered": "cdr-list--ordered_14-0
|
|
5
|
-
"cdr-list--unordered": "cdr-list--unordered_14-0
|
|
6
|
-
"cdr-list--inline": "cdr-list--inline_14-0
|
|
2
|
+
"cdr-list": "cdr-list_14-1-0",
|
|
3
|
+
"cdr-list--compact": "cdr-list--compact_14-1-0",
|
|
4
|
+
"cdr-list--ordered": "cdr-list--ordered_14-1-0",
|
|
5
|
+
"cdr-list--unordered": "cdr-list--unordered_14-1-0",
|
|
6
|
+
"cdr-list--inline": "cdr-list--inline_14-1-0"
|
|
7
7
|
};
|
|
8
8
|
export {
|
|
9
9
|
d as default
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
const d = {
|
|
2
|
-
"cdr-modal": "cdr-modal_14-0
|
|
3
|
-
"cdr-modal__overlay": "cdr-modal__overlay_14-0
|
|
4
|
-
"cdr-modal__outerWrap": "cdr-modal__outerWrap_14-0
|
|
5
|
-
"cdr-modal__contentWrap": "cdr-modal__contentWrap_14-0
|
|
6
|
-
"cdr-modal__innerWrap": "cdr-modal__innerWrap_14-0
|
|
7
|
-
"cdr-modal__dialog": "cdr-modal__dialog_14-0
|
|
8
|
-
"cdr-modal__content": "cdr-modal__content_14-0
|
|
9
|
-
"cdr-modal__header": "cdr-modal__header_14-0
|
|
10
|
-
"cdr-modal__title": "cdr-modal__title_14-0
|
|
11
|
-
"cdr-modal__close-button": "cdr-modal__close-button_14-0
|
|
12
|
-
"cdr-modal__text-content": "cdr-modal__text-content_14-0
|
|
13
|
-
"cdr-modal--closed": "cdr-modal--closed_14-0
|
|
2
|
+
"cdr-modal": "cdr-modal_14-1-0",
|
|
3
|
+
"cdr-modal__overlay": "cdr-modal__overlay_14-1-0",
|
|
4
|
+
"cdr-modal__outerWrap": "cdr-modal__outerWrap_14-1-0",
|
|
5
|
+
"cdr-modal__contentWrap": "cdr-modal__contentWrap_14-1-0",
|
|
6
|
+
"cdr-modal__innerWrap": "cdr-modal__innerWrap_14-1-0",
|
|
7
|
+
"cdr-modal__dialog": "cdr-modal__dialog_14-1-0",
|
|
8
|
+
"cdr-modal__content": "cdr-modal__content_14-1-0",
|
|
9
|
+
"cdr-modal__header": "cdr-modal__header_14-1-0",
|
|
10
|
+
"cdr-modal__title": "cdr-modal__title_14-1-0",
|
|
11
|
+
"cdr-modal__close-button": "cdr-modal__close-button_14-1-0",
|
|
12
|
+
"cdr-modal__text-content": "cdr-modal__text-content_14-1-0",
|
|
13
|
+
"cdr-modal--closed": "cdr-modal--closed_14-1-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
|
|
3
|
-
"cdr-icon--small": "cdr-icon--small_14-0
|
|
4
|
-
"cdr-icon--large": "cdr-icon--large_14-0
|
|
5
|
-
"cdr-icon--small@xs": "cdr-icon--small@xs_14-0
|
|
6
|
-
"cdr-icon--large@xs": "cdr-icon--large@xs_14-0
|
|
7
|
-
"cdr-icon--small@sm": "cdr-icon--small@sm_14-0
|
|
8
|
-
"cdr-icon--large@sm": "cdr-icon--large@sm_14-0
|
|
9
|
-
"cdr-icon--small@md": "cdr-icon--small@md_14-0
|
|
10
|
-
"cdr-icon--large@md": "cdr-icon--large@md_14-0
|
|
11
|
-
"cdr-icon--small@lg": "cdr-icon--small@lg_14-0
|
|
12
|
-
"cdr-icon--large@lg": "cdr-icon--large@lg_14-0
|
|
13
|
-
"cdr-icon--inherit-color": "cdr-icon--inherit-color_14-0
|
|
14
|
-
"cdr-label-standalone": "cdr-label-standalone_14-0
|
|
15
|
-
"cdr-label-standalone__label-wrapper": "cdr-label-standalone__label-wrapper_14-0
|
|
16
|
-
"cdr-label-standalone__label": "cdr-label-standalone__label_14-0
|
|
17
|
-
"cdr-label-standalone__label--sr-only": "cdr-label-standalone__label--sr-only_14-0
|
|
18
|
-
"cdr-label-standalone__label--disabled": "cdr-label-standalone__label--disabled_14-0
|
|
19
|
-
"cdr-label-standalone__optional": "cdr-label-standalone__optional_14-0
|
|
20
|
-
"cdr-label-standalone__helper": "cdr-label-standalone__helper_14-0
|
|
21
|
-
"cdr-label-standalone__info": "cdr-label-standalone__info_14-0
|
|
22
|
-
"cdr-label-standalone__post-content": "cdr-label-standalone__post-content_14-0
|
|
23
|
-
"cdr-label-standalone__info-action": "cdr-label-standalone__info-action_14-0
|
|
24
|
-
"cdr-label-standalone__input-wrap": "cdr-label-standalone__input-wrap_14-0
|
|
25
|
-
"cdr-label-standalone__input-spacing": "cdr-label-standalone__input-spacing_14-0
|
|
26
|
-
"cdr-form-error": "cdr-form-error_14-0
|
|
27
|
-
"cdr-form-error__icon": "cdr-form-error__icon_14-0
|
|
28
|
-
"cdr-select": "cdr-select_14-0
|
|
29
|
-
"cdr-select--primary": "cdr-select--primary_14-0
|
|
30
|
-
"cdr-select--secondary": "cdr-select--secondary_14-0
|
|
31
|
-
"cdr-select--error": "cdr-select--error_14-0
|
|
32
|
-
"cdr-select--preicon": "cdr-select--preicon_14-0
|
|
33
|
-
"cdr-select__prompt": "cdr-select__prompt_14-0
|
|
34
|
-
"cdr-select__caret": "cdr-select__caret_14-0
|
|
35
|
-
"cdr-select__caret--disabled": "cdr-select__caret--disabled_14-0
|
|
36
|
-
"cdr-select__pre-icon": "cdr-select__pre-icon_14-0
|
|
37
|
-
"cdr-select--multiple": "cdr-select--multiple_14-0
|
|
38
|
-
"cdr-select--large@xs": "cdr-select--large@xs_14-0
|
|
39
|
-
"cdr-select--large": "cdr-select--large_14-0
|
|
40
|
-
"cdr-select--large@sm": "cdr-select--large@sm_14-0
|
|
41
|
-
"cdr-select--large@md": "cdr-select--large@md_14-0
|
|
42
|
-
"cdr-select--large@lg": "cdr-select--large@lg_14-0
|
|
43
|
-
"cdr-select-wrap": "cdr-select-wrap_14-0
|
|
44
|
-
"cdr-pagination": "cdr-pagination_14-0
|
|
45
|
-
"cdr-pagination__li--links": "cdr-pagination__li--links_14-0
|
|
46
|
-
"cdr-pagination__li--select": "cdr-pagination__li--select_14-0
|
|
47
|
-
"cdr-pagination__link": "cdr-pagination__link_14-0
|
|
48
|
-
"cdr-pagination__link--current": "cdr-pagination__link--current_14-0
|
|
49
|
-
"cdr-pagination__link--disabled": "cdr-pagination__link--disabled_14-0
|
|
50
|
-
"cdr-pagination__ellipse": "cdr-pagination__ellipse_14-0
|
|
51
|
-
"cdr-pagination__prev": "cdr-pagination__prev_14-0
|
|
52
|
-
"cdr-pagination__next": "cdr-pagination__next_14-0
|
|
53
|
-
"cdr-pagination__caret--prev": "cdr-pagination__caret--prev_14-0
|
|
54
|
-
"cdr-pagination__caret--next": "cdr-pagination__caret--next_14-0
|
|
2
|
+
"cdr-icon": "cdr-icon_14-1-0",
|
|
3
|
+
"cdr-icon--small": "cdr-icon--small_14-1-0",
|
|
4
|
+
"cdr-icon--large": "cdr-icon--large_14-1-0",
|
|
5
|
+
"cdr-icon--small@xs": "cdr-icon--small@xs_14-1-0",
|
|
6
|
+
"cdr-icon--large@xs": "cdr-icon--large@xs_14-1-0",
|
|
7
|
+
"cdr-icon--small@sm": "cdr-icon--small@sm_14-1-0",
|
|
8
|
+
"cdr-icon--large@sm": "cdr-icon--large@sm_14-1-0",
|
|
9
|
+
"cdr-icon--small@md": "cdr-icon--small@md_14-1-0",
|
|
10
|
+
"cdr-icon--large@md": "cdr-icon--large@md_14-1-0",
|
|
11
|
+
"cdr-icon--small@lg": "cdr-icon--small@lg_14-1-0",
|
|
12
|
+
"cdr-icon--large@lg": "cdr-icon--large@lg_14-1-0",
|
|
13
|
+
"cdr-icon--inherit-color": "cdr-icon--inherit-color_14-1-0",
|
|
14
|
+
"cdr-label-standalone": "cdr-label-standalone_14-1-0",
|
|
15
|
+
"cdr-label-standalone__label-wrapper": "cdr-label-standalone__label-wrapper_14-1-0",
|
|
16
|
+
"cdr-label-standalone__label": "cdr-label-standalone__label_14-1-0",
|
|
17
|
+
"cdr-label-standalone__label--sr-only": "cdr-label-standalone__label--sr-only_14-1-0",
|
|
18
|
+
"cdr-label-standalone__label--disabled": "cdr-label-standalone__label--disabled_14-1-0",
|
|
19
|
+
"cdr-label-standalone__optional": "cdr-label-standalone__optional_14-1-0",
|
|
20
|
+
"cdr-label-standalone__helper": "cdr-label-standalone__helper_14-1-0",
|
|
21
|
+
"cdr-label-standalone__info": "cdr-label-standalone__info_14-1-0",
|
|
22
|
+
"cdr-label-standalone__post-content": "cdr-label-standalone__post-content_14-1-0",
|
|
23
|
+
"cdr-label-standalone__info-action": "cdr-label-standalone__info-action_14-1-0",
|
|
24
|
+
"cdr-label-standalone__input-wrap": "cdr-label-standalone__input-wrap_14-1-0",
|
|
25
|
+
"cdr-label-standalone__input-spacing": "cdr-label-standalone__input-spacing_14-1-0",
|
|
26
|
+
"cdr-form-error": "cdr-form-error_14-1-0",
|
|
27
|
+
"cdr-form-error__icon": "cdr-form-error__icon_14-1-0",
|
|
28
|
+
"cdr-select": "cdr-select_14-1-0",
|
|
29
|
+
"cdr-select--primary": "cdr-select--primary_14-1-0",
|
|
30
|
+
"cdr-select--secondary": "cdr-select--secondary_14-1-0",
|
|
31
|
+
"cdr-select--error": "cdr-select--error_14-1-0",
|
|
32
|
+
"cdr-select--preicon": "cdr-select--preicon_14-1-0",
|
|
33
|
+
"cdr-select__prompt": "cdr-select__prompt_14-1-0",
|
|
34
|
+
"cdr-select__caret": "cdr-select__caret_14-1-0",
|
|
35
|
+
"cdr-select__caret--disabled": "cdr-select__caret--disabled_14-1-0",
|
|
36
|
+
"cdr-select__pre-icon": "cdr-select__pre-icon_14-1-0",
|
|
37
|
+
"cdr-select--multiple": "cdr-select--multiple_14-1-0",
|
|
38
|
+
"cdr-select--large@xs": "cdr-select--large@xs_14-1-0",
|
|
39
|
+
"cdr-select--large": "cdr-select--large_14-1-0",
|
|
40
|
+
"cdr-select--large@sm": "cdr-select--large@sm_14-1-0",
|
|
41
|
+
"cdr-select--large@md": "cdr-select--large@md_14-1-0",
|
|
42
|
+
"cdr-select--large@lg": "cdr-select--large@lg_14-1-0",
|
|
43
|
+
"cdr-select-wrap": "cdr-select-wrap_14-1-0",
|
|
44
|
+
"cdr-pagination": "cdr-pagination_14-1-0",
|
|
45
|
+
"cdr-pagination__li--links": "cdr-pagination__li--links_14-1-0",
|
|
46
|
+
"cdr-pagination__li--select": "cdr-pagination__li--select_14-1-0",
|
|
47
|
+
"cdr-pagination__link": "cdr-pagination__link_14-1-0",
|
|
48
|
+
"cdr-pagination__link--current": "cdr-pagination__link--current_14-1-0",
|
|
49
|
+
"cdr-pagination__link--disabled": "cdr-pagination__link--disabled_14-1-0",
|
|
50
|
+
"cdr-pagination__ellipse": "cdr-pagination__ellipse_14-1-0",
|
|
51
|
+
"cdr-pagination__prev": "cdr-pagination__prev_14-1-0",
|
|
52
|
+
"cdr-pagination__next": "cdr-pagination__next_14-1-0",
|
|
53
|
+
"cdr-pagination__caret--prev": "cdr-pagination__caret--prev_14-1-0",
|
|
54
|
+
"cdr-pagination__caret--next": "cdr-pagination__caret--next_14-1-0"
|
|
55
55
|
};
|
|
56
56
|
export {
|
|
57
57
|
l as default
|