@rei/cedar 15.0.1 → 15.2.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/README.md +8 -39
- package/dist/cdr-fonts.css +1 -25
- package/dist/cdr-reset.css +1 -101
- package/dist/cdr-style.css +1 -1
- package/dist/cedar.umd.js +9 -9
- package/dist/component-docgen.json +3570 -2858
- package/dist/icon-component-docgen.json +723 -723
- package/dist/lib.d.ts +7271 -5893
- package/dist/src/components/abstract/styles/CdrAbstract.module.scss.mjs +1 -1
- package/dist/src/components/accordion/CdrAccordionGroup.vue2.mjs +1 -2
- 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/CdrChipGroup.vue2.mjs +1 -2
- 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/choreographer/CdrChoreographer.vue2.mjs +16 -13
- package/dist/src/components/choreographer/styles/CdrChoreographer.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/fulfillmentTile/CdrFulfillmentTile.vue.mjs +9 -0
- package/dist/src/components/fulfillmentTile/CdrFulfillmentTile.vue2.mjs +98 -0
- package/dist/src/components/fulfillmentTile/CdrFulfillmentTileContent.vue.mjs +9 -0
- package/dist/src/components/fulfillmentTile/CdrFulfillmentTileContent.vue2.mjs +32 -0
- package/dist/src/components/fulfillmentTile/CdrFulfillmentTileHeader.vue.mjs +9 -0
- package/dist/src/components/fulfillmentTile/CdrFulfillmentTileHeader.vue2.mjs +36 -0
- package/dist/src/components/fulfillmentTile/CdrFulfillmentTileIcon.vue.mjs +9 -0
- package/dist/src/components/fulfillmentTile/CdrFulfillmentTileIcon.vue2.mjs +19 -0
- package/dist/src/components/fulfillmentTile/CdrFulfillmentTileLayout.vue.mjs +9 -0
- package/dist/src/components/fulfillmentTile/CdrFulfillmentTileLayout.vue2.mjs +26 -0
- package/dist/src/components/fulfillmentTile/styles/CdrFulfillmentTile.module.scss.mjs +32 -0
- package/dist/src/components/fulfillmentTile/styles/CdrFulfillmentTileContent.module.scss.mjs +7 -0
- package/dist/src/components/fulfillmentTile/styles/CdrFulfillmentTileHeader.module.scss.mjs +8 -0
- package/dist/src/components/fulfillmentTile/styles/CdrFulfillmentTileIcon.module.scss.mjs +11 -0
- package/dist/src/components/fulfillmentTile/styles/CdrFulfillmentTileLayout.module.scss.mjs +8 -0
- package/dist/src/components/grid/styles/CdrGrid.module.scss.mjs +21 -21
- package/dist/src/components/icon/CdrIcon.vue2.mjs +5 -5
- package/dist/src/components/icon/styles/CdrIcon.module.scss.mjs +12 -12
- package/dist/src/components/image/styles/CdrImg.module.scss.mjs +1 -1
- package/dist/src/components/input/CdrInput.vue2.mjs +19 -19
- package/dist/src/components/input/styles/CdrInput.module.scss.mjs +32 -32
- package/dist/src/components/kicker/styles/CdrKicker.module.scss.mjs +1 -1
- 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/landingLead/CdrLandingLead.vue2.mjs +7 -5
- package/dist/src/components/landingLead/components/CdrHeadingSubheadingBlock.vue2.mjs +17 -15
- package/dist/src/components/landingLead/styles/CdrHeadingSubheadingBlock.module.scss.mjs +4 -4
- package/dist/src/components/landingLead/styles/CdrLandingLead.module.scss.mjs +8 -8
- 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/CdrModal.vue2.mjs +1 -2
- package/dist/src/components/modal/onTransitionEnd.mjs +1 -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/picture/CdrPicture.vue2.mjs +14 -13
- package/dist/src/components/picture/styles/CdrPicture.module.scss.mjs +2 -2
- 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/splitSurface/styles/CdrSplitSurface.module.scss.mjs +5 -5
- package/dist/src/components/surface/CdrSurface.vue.mjs +9 -0
- package/dist/src/components/surface/CdrSurface.vue2.mjs +54 -0
- package/dist/src/components/surface/styles/CdrSurface.module.scss.mjs +35 -0
- package/dist/src/components/surfaceSelection/CdrSurfaceSelection.vue.mjs +9 -0
- package/dist/src/components/surfaceSelection/CdrSurfaceSelection.vue2.mjs +73 -0
- package/dist/src/components/surfaceSelection/CdrSurfaceSelectionLayout.vue.mjs +9 -0
- package/dist/src/components/surfaceSelection/CdrSurfaceSelectionLayout.vue2.mjs +26 -0
- package/dist/src/components/surfaceSelection/styles/CdrSurfaceSelection.module.scss.mjs +32 -0
- package/dist/src/components/surfaceSelection/styles/CdrSurfaceSelectionLayout.module.scss.mjs +8 -0
- 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/CdrTabs.vue2.mjs +7 -7
- 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/presets/styles/CdrBody.module.scss.mjs +1 -1
- package/dist/src/components/text/presets/styles/CdrEyebrow.module.scss.mjs +1 -1
- package/dist/src/components/text/presets/styles/CdrHeadingDisplay.module.scss.mjs +1 -1
- package/dist/src/components/text/presets/styles/CdrHeadingSans.module.scss.mjs +1 -1
- package/dist/src/components/text/presets/styles/CdrHeadingSerif.module.scss.mjs +1 -1
- package/dist/src/components/text/presets/styles/CdrSubheadingSans.module.scss.mjs +1 -1
- package/dist/src/components/text/presets/styles/CdrUtilitySans.module.scss.mjs +1 -1
- package/dist/src/components/text/presets/styles/CdrUtilitySerif.module.scss.mjs +1 -1
- package/dist/src/components/text/styles/CdrText.module.scss.mjs +1 -1
- package/dist/src/components/title/styles/CdrTitle.module.scss.mjs +1 -1
- package/dist/src/components/toast/styles/CdrToast.module.scss.mjs +57 -57
- package/dist/src/components/toggleButton/CdrToggleGroup.vue2.mjs +4 -4
- 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/src/lib.mjs +492 -474
- package/dist/src/utils/propValidator.mjs +5 -5
- package/dist/src/utils/surface.mjs +46 -0
- package/dist/style/cdr-abstract.css +1 -1
- package/dist/style/cdr-accordion-group.css +1 -1
- package/dist/style/cdr-accordion.css +1 -1
- package/dist/style/cdr-banner.css +1 -1
- package/dist/style/cdr-body.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-choreographer.css +1 -1
- package/dist/style/cdr-container.css +1 -1
- package/dist/style/cdr-eyebrow.css +1 -1
- package/dist/style/cdr-fonts.css +1 -0
- package/dist/style/cdr-form-error.css +1 -1
- package/dist/style/cdr-form-group.css +1 -1
- package/dist/style/cdr-fulfillment-tile-content.css +1 -0
- package/dist/style/cdr-fulfillment-tile-header.css +1 -0
- package/dist/style/cdr-fulfillment-tile-icon.css +1 -0
- package/dist/style/cdr-fulfillment-tile-layout.css +1 -0
- package/dist/style/cdr-fulfillment-tile.css +1 -0
- package/dist/style/cdr-grid.css +1 -1
- package/dist/style/cdr-heading-display.css +1 -1
- package/dist/style/cdr-heading-sans.css +1 -1
- package/dist/style/cdr-heading-serif.css +1 -1
- package/dist/style/cdr-heading-subheading-block.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-kicker.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-landing-lead.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-picture.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-reset.css +1 -0
- 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-split-surface.css +1 -1
- package/dist/style/cdr-subheading-sans.css +1 -1
- package/dist/style/cdr-surface-selection-layout.css +1 -0
- package/dist/style/cdr-surface-selection.css +1 -0
- package/dist/style/cdr-surface.css +1 -0
- 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-title.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/cdr-utility-sans.css +1 -1
- package/dist/style/cdr-utility-serif.css +1 -1
- package/package.json +14 -12
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { defineComponent as d, useCssModule as u, computed as m, openBlock as t, createBlock as f, normalizeProps as p, guardReactiveProps as h, withCtx as a, createElementBlock as n, normalizeClass as r, unref as o, renderSlot as s, createCommentVNode as i, createVNode as _ } from "vue";
|
|
2
|
+
import C from "../text/presets/CdrSubheadingSans.vue.mjs";
|
|
3
|
+
import g from "./CdrFulfillmentTileLayout.vue.mjs";
|
|
4
|
+
const k = "cdr-fulfillment-tile-header", F = /* @__PURE__ */ d({
|
|
5
|
+
name: "CdrFulfillmentTileHeader",
|
|
6
|
+
__name: "CdrFulfillmentTileHeader",
|
|
7
|
+
setup($) {
|
|
8
|
+
const l = u(), c = m(() => ({
|
|
9
|
+
orientation: "horizontal",
|
|
10
|
+
class: {
|
|
11
|
+
[l[k]]: !0
|
|
12
|
+
}
|
|
13
|
+
}));
|
|
14
|
+
return (e, y) => (t(), f(g, p(h(c.value)), {
|
|
15
|
+
default: a(() => [e.$slots["icon-left"] ? (t(), n("span", {
|
|
16
|
+
key: 0,
|
|
17
|
+
class: r(o(l)["cdr-fulfillment-tile-header__icon"])
|
|
18
|
+
}, [s(e.$slots, "icon-left")], 2)) : i("", !0), _(C, {
|
|
19
|
+
strong: !0,
|
|
20
|
+
scale: "-1",
|
|
21
|
+
tag: "span",
|
|
22
|
+
class: r(o(l)["cdr-fulfillment-tile-header__label"])
|
|
23
|
+
}, {
|
|
24
|
+
default: a(() => [s(e.$slots, "header")]),
|
|
25
|
+
_: 3
|
|
26
|
+
}, 8, ["class"]), e.$slots["icon-right"] ? (t(), n("span", {
|
|
27
|
+
key: 1,
|
|
28
|
+
class: r(o(l)["cdr-fulfillment-tile-header__icon"])
|
|
29
|
+
}, [s(e.$slots, "icon-right")], 2)) : i("", !0)]),
|
|
30
|
+
_: 3
|
|
31
|
+
}, 16));
|
|
32
|
+
}
|
|
33
|
+
});
|
|
34
|
+
export {
|
|
35
|
+
F as default
|
|
36
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import o from "./CdrFulfillmentTileIcon.vue2.mjs";
|
|
2
|
+
import s from "./styles/CdrFulfillmentTileIcon.module.scss.mjs";
|
|
3
|
+
import t from "../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
4
|
+
const e = {
|
|
5
|
+
$style: s
|
|
6
|
+
}, c = /* @__PURE__ */ t(o, [["__cssModules", e]]);
|
|
7
|
+
export {
|
|
8
|
+
c as default
|
|
9
|
+
};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { defineComponent as c, useCssModule as r, computed as u, openBlock as p, createElementBlock as f, normalizeClass as m, unref as l, renderSlot as d } from "vue";
|
|
2
|
+
const t = "cdr-fulfillment-tile-icon", _ = /* @__PURE__ */ c({
|
|
3
|
+
name: "CdrFulfillmentTileIcon",
|
|
4
|
+
__name: "CdrFulfillmentTileIcon",
|
|
5
|
+
props: {
|
|
6
|
+
type: {
|
|
7
|
+
default: "default"
|
|
8
|
+
}
|
|
9
|
+
},
|
|
10
|
+
setup(s) {
|
|
11
|
+
const n = s, e = r(), o = u(() => `${t}--${n.type}`);
|
|
12
|
+
return (a, i) => (p(), f("span", {
|
|
13
|
+
class: m([l(e)[t], l(e)[o.value]])
|
|
14
|
+
}, [d(a.$slots, "default")], 2));
|
|
15
|
+
}
|
|
16
|
+
});
|
|
17
|
+
export {
|
|
18
|
+
_ as default
|
|
19
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import o from "./CdrFulfillmentTileLayout.vue2.mjs";
|
|
2
|
+
import s from "./styles/CdrFulfillmentTileLayout.module.scss.mjs";
|
|
3
|
+
import t from "../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
4
|
+
const e = {
|
|
5
|
+
$style: s
|
|
6
|
+
}, f = /* @__PURE__ */ t(o, [["__cssModules", e]]);
|
|
7
|
+
export {
|
|
8
|
+
f as default
|
|
9
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import "core-js/modules/es.array.push.js";
|
|
2
|
+
import { defineComponent as a, useCssModule as i, computed as u, openBlock as c, createElementBlock as p, normalizeProps as m, guardReactiveProps as d, renderSlot as f } from "vue";
|
|
3
|
+
import C from "../../utils/mapClasses.mjs";
|
|
4
|
+
const t = "cdr-fulfillment-tile-layout", v = /* @__PURE__ */ a({
|
|
5
|
+
name: "CdrFulfillmentTileLayout",
|
|
6
|
+
__name: "CdrFulfillmentTileLayout",
|
|
7
|
+
props: {
|
|
8
|
+
orientation: {
|
|
9
|
+
default: "horizontal"
|
|
10
|
+
}
|
|
11
|
+
},
|
|
12
|
+
setup(s) {
|
|
13
|
+
const l = s, r = i(), n = u(() => {
|
|
14
|
+
const {
|
|
15
|
+
orientation: e
|
|
16
|
+
} = l, o = [t];
|
|
17
|
+
return o.push(`${t}--${e}`), {
|
|
18
|
+
class: C(r, ...o)
|
|
19
|
+
};
|
|
20
|
+
});
|
|
21
|
+
return (e, o) => (c(), p("div", m(d(n.value)), [f(e.$slots, "default")], 16));
|
|
22
|
+
}
|
|
23
|
+
});
|
|
24
|
+
export {
|
|
25
|
+
v as default
|
|
26
|
+
};
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
const l = {
|
|
2
|
+
"cdr-fulfillment-tile": "cdr-fulfillment-tile_15-2-0",
|
|
3
|
+
"cdr-fulfillment-tile--background-default": "cdr-fulfillment-tile--background-default_15-2-0",
|
|
4
|
+
"cdr-fulfillment-tile--border-color-default": "cdr-fulfillment-tile--border-color-default_15-2-0",
|
|
5
|
+
"cdr-fulfillment-tile--border-width-zero": "cdr-fulfillment-tile--border-width-zero_15-2-0",
|
|
6
|
+
"cdr-fulfillment-tile--border-width-sixteenth-x": "cdr-fulfillment-tile--border-width-sixteenth-x_15-2-0",
|
|
7
|
+
"cdr-fulfillment-tile--border-width-eighth-x": "cdr-fulfillment-tile--border-width-eighth-x_15-2-0",
|
|
8
|
+
"cdr-fulfillment-tile--border-width-three-sixteenth-x": "cdr-fulfillment-tile--border-width-three-sixteenth-x_15-2-0",
|
|
9
|
+
"cdr-fulfillment-tile--border-width-quarter-x": "cdr-fulfillment-tile--border-width-quarter-x_15-2-0",
|
|
10
|
+
"cdr-fulfillment-tile--border-width-three-eighth-x": "cdr-fulfillment-tile--border-width-three-eighth-x_15-2-0",
|
|
11
|
+
"cdr-fulfillment-tile--border-style-dotted": "cdr-fulfillment-tile--border-style-dotted_15-2-0",
|
|
12
|
+
"cdr-fulfillment-tile--border-style-dashed": "cdr-fulfillment-tile--border-style-dashed_15-2-0",
|
|
13
|
+
"cdr-fulfillment-tile--border-style-solid": "cdr-fulfillment-tile--border-style-solid_15-2-0",
|
|
14
|
+
"cdr-fulfillment-tile--radius-sharp": "cdr-fulfillment-tile--radius-sharp_15-2-0",
|
|
15
|
+
"cdr-fulfillment-tile--radius-soft": "cdr-fulfillment-tile--radius-soft_15-2-0",
|
|
16
|
+
"cdr-fulfillment-tile--radius-softer": "cdr-fulfillment-tile--radius-softer_15-2-0",
|
|
17
|
+
"cdr-fulfillment-tile--radius-softest": "cdr-fulfillment-tile--radius-softest_15-2-0",
|
|
18
|
+
"cdr-fulfillment-tile--radius-round": "cdr-fulfillment-tile--radius-round_15-2-0",
|
|
19
|
+
"cdr-fulfillment-tile--shadow-flat": "cdr-fulfillment-tile--shadow-flat_15-2-0",
|
|
20
|
+
"cdr-fulfillment-tile--shadow-raised": "cdr-fulfillment-tile--shadow-raised_15-2-0",
|
|
21
|
+
"cdr-fulfillment-tile--shadow-elevated": "cdr-fulfillment-tile--shadow-elevated_15-2-0",
|
|
22
|
+
"cdr-fulfillment-tile--shadow-floating": "cdr-fulfillment-tile--shadow-floating_15-2-0",
|
|
23
|
+
"cdr-fulfillment-tile--shadow-lifted": "cdr-fulfillment-tile--shadow-lifted_15-2-0",
|
|
24
|
+
"cdr-fulfillment-tile--border": "cdr-fulfillment-tile--border_15-2-0",
|
|
25
|
+
"cdr-fulfillment-tile__layout": "cdr-fulfillment-tile__layout_15-2-0",
|
|
26
|
+
"cdr-fulfillment-tile__loading": "cdr-fulfillment-tile__loading_15-2-0",
|
|
27
|
+
"cdr-fulfillment-tile__inner": "cdr-fulfillment-tile__inner_15-2-0",
|
|
28
|
+
"cdr-fulfillment-tile__main": "cdr-fulfillment-tile__main_15-2-0"
|
|
29
|
+
};
|
|
30
|
+
export {
|
|
31
|
+
l as default
|
|
32
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
const l = {
|
|
2
|
+
"cdr-fulfillment-tile-header": "cdr-fulfillment-tile-header_15-2-0",
|
|
3
|
+
"cdr-fulfillment-tile-header__icon": "cdr-fulfillment-tile-header__icon_15-2-0",
|
|
4
|
+
"cdr-fulfillment-tile-header__label": "cdr-fulfillment-tile-header__label_15-2-0"
|
|
5
|
+
};
|
|
6
|
+
export {
|
|
7
|
+
l as default
|
|
8
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
const l = {
|
|
2
|
+
"cdr-fulfillment-tile-icon": "cdr-fulfillment-tile-icon_15-2-0",
|
|
3
|
+
"cdr-fulfillment-tile-icon--default": "cdr-fulfillment-tile-icon--default_15-2-0",
|
|
4
|
+
"cdr-fulfillment-tile-icon--info": "cdr-fulfillment-tile-icon--info_15-2-0",
|
|
5
|
+
"cdr-fulfillment-tile-icon--warning": "cdr-fulfillment-tile-icon--warning_15-2-0",
|
|
6
|
+
"cdr-fulfillment-tile-icon--success": "cdr-fulfillment-tile-icon--success_15-2-0",
|
|
7
|
+
"cdr-fulfillment-tile-icon--error": "cdr-fulfillment-tile-icon--error_15-2-0"
|
|
8
|
+
};
|
|
9
|
+
export {
|
|
10
|
+
l as default
|
|
11
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
const l = {
|
|
2
|
+
"cdr-fulfillment-tile-layout": "cdr-fulfillment-tile-layout_15-2-0",
|
|
3
|
+
"cdr-fulfillment-tile-layout--horizontal": "cdr-fulfillment-tile-layout--horizontal_15-2-0",
|
|
4
|
+
"cdr-fulfillment-tile-layout--vertical": "cdr-fulfillment-tile-layout--vertical_15-2-0"
|
|
5
|
+
};
|
|
6
|
+
export {
|
|
7
|
+
l as default
|
|
8
|
+
};
|
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
const r = {
|
|
2
|
-
"cdr-grid": "cdr-grid_15-0
|
|
3
|
-
"cdr-grid--gutter-none": "cdr-grid--gutter-none_15-0
|
|
4
|
-
"cdr-grid--gutter-small": "cdr-grid--gutter-small_15-0
|
|
5
|
-
"cdr-grid--gutter-medium": "cdr-grid--gutter-medium_15-0
|
|
6
|
-
"cdr-grid--gutter-large": "cdr-grid--gutter-large_15-0
|
|
7
|
-
"cdr-grid--gutter-none@xs": "cdr-grid--gutter-none@xs_15-0
|
|
8
|
-
"cdr-grid--gutter-small@xs": "cdr-grid--gutter-small@xs_15-0
|
|
9
|
-
"cdr-grid--gutter-medium@xs": "cdr-grid--gutter-medium@xs_15-0
|
|
10
|
-
"cdr-grid--gutter-large@xs": "cdr-grid--gutter-large@xs_15-0
|
|
11
|
-
"cdr-grid--gutter-none@sm": "cdr-grid--gutter-none@sm_15-0
|
|
12
|
-
"cdr-grid--gutter-small@sm": "cdr-grid--gutter-small@sm_15-0
|
|
13
|
-
"cdr-grid--gutter-medium@sm": "cdr-grid--gutter-medium@sm_15-0
|
|
14
|
-
"cdr-grid--gutter-large@sm": "cdr-grid--gutter-large@sm_15-0
|
|
15
|
-
"cdr-grid--gutter-none@md": "cdr-grid--gutter-none@md_15-0
|
|
16
|
-
"cdr-grid--gutter-small@md": "cdr-grid--gutter-small@md_15-0
|
|
17
|
-
"cdr-grid--gutter-medium@md": "cdr-grid--gutter-medium@md_15-0
|
|
18
|
-
"cdr-grid--gutter-large@md": "cdr-grid--gutter-large@md_15-0
|
|
19
|
-
"cdr-grid--gutter-none@lg": "cdr-grid--gutter-none@lg_15-0
|
|
20
|
-
"cdr-grid--gutter-small@lg": "cdr-grid--gutter-small@lg_15-0
|
|
21
|
-
"cdr-grid--gutter-medium@lg": "cdr-grid--gutter-medium@lg_15-0
|
|
22
|
-
"cdr-grid--gutter-large@lg": "cdr-grid--gutter-large@lg_15-0
|
|
2
|
+
"cdr-grid": "cdr-grid_15-2-0",
|
|
3
|
+
"cdr-grid--gutter-none": "cdr-grid--gutter-none_15-2-0",
|
|
4
|
+
"cdr-grid--gutter-small": "cdr-grid--gutter-small_15-2-0",
|
|
5
|
+
"cdr-grid--gutter-medium": "cdr-grid--gutter-medium_15-2-0",
|
|
6
|
+
"cdr-grid--gutter-large": "cdr-grid--gutter-large_15-2-0",
|
|
7
|
+
"cdr-grid--gutter-none@xs": "cdr-grid--gutter-none@xs_15-2-0",
|
|
8
|
+
"cdr-grid--gutter-small@xs": "cdr-grid--gutter-small@xs_15-2-0",
|
|
9
|
+
"cdr-grid--gutter-medium@xs": "cdr-grid--gutter-medium@xs_15-2-0",
|
|
10
|
+
"cdr-grid--gutter-large@xs": "cdr-grid--gutter-large@xs_15-2-0",
|
|
11
|
+
"cdr-grid--gutter-none@sm": "cdr-grid--gutter-none@sm_15-2-0",
|
|
12
|
+
"cdr-grid--gutter-small@sm": "cdr-grid--gutter-small@sm_15-2-0",
|
|
13
|
+
"cdr-grid--gutter-medium@sm": "cdr-grid--gutter-medium@sm_15-2-0",
|
|
14
|
+
"cdr-grid--gutter-large@sm": "cdr-grid--gutter-large@sm_15-2-0",
|
|
15
|
+
"cdr-grid--gutter-none@md": "cdr-grid--gutter-none@md_15-2-0",
|
|
16
|
+
"cdr-grid--gutter-small@md": "cdr-grid--gutter-small@md_15-2-0",
|
|
17
|
+
"cdr-grid--gutter-medium@md": "cdr-grid--gutter-medium@md_15-2-0",
|
|
18
|
+
"cdr-grid--gutter-large@md": "cdr-grid--gutter-large@md_15-2-0",
|
|
19
|
+
"cdr-grid--gutter-none@lg": "cdr-grid--gutter-none@lg_15-2-0",
|
|
20
|
+
"cdr-grid--gutter-small@lg": "cdr-grid--gutter-small@lg_15-2-0",
|
|
21
|
+
"cdr-grid--gutter-medium@lg": "cdr-grid--gutter-medium@lg_15-2-0",
|
|
22
|
+
"cdr-grid--gutter-large@lg": "cdr-grid--gutter-large@lg_15-2-0"
|
|
23
23
|
};
|
|
24
24
|
export {
|
|
25
25
|
r as default
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as h, useCssModule as v, useAttrs as g, computed as a, openBlock as l, createElementBlock as n, mergeProps as i, unref as
|
|
1
|
+
import { defineComponent as h, useCssModule as v, useAttrs as g, computed as a, openBlock as l, createElementBlock as n, mergeProps as i, unref as d, renderSlot as y, normalizeProps as b, createCommentVNode as w } from "vue";
|
|
2
2
|
import z from "../../utils/mapClasses.mjs";
|
|
3
3
|
import { responsiveModifyClass as k } from "../../utils/buildClass.mjs";
|
|
4
4
|
import x from "../../utils/propValidator.mjs";
|
|
@@ -20,22 +20,22 @@ const o = "cdr-icon", I = /* @__PURE__ */ h({
|
|
|
20
20
|
size: {
|
|
21
21
|
type: String,
|
|
22
22
|
default: void 0,
|
|
23
|
-
validator: (s) => x(s, ["small", "large"])
|
|
23
|
+
validator: (s) => x(s, ["small", "medium", "large"])
|
|
24
24
|
}
|
|
25
25
|
},
|
|
26
26
|
setup(s) {
|
|
27
|
-
const e = s,
|
|
27
|
+
const e = s, c = v(), r = g(), m = !r["aria-label"] && !r["aria-labelledby"], u = a(() => e.inheritColor ? `${o}--inherit-color` : ""), p = a(() => e.size ? k(o, "", e.size) : ""), t = {
|
|
28
28
|
xmlns: "http://www.w3.org/2000/svg",
|
|
29
29
|
viewBox: "0 0 24 24",
|
|
30
30
|
"aria-hidden": void 0
|
|
31
31
|
};
|
|
32
|
-
|
|
32
|
+
m && (t["aria-hidden"] = "true");
|
|
33
33
|
const f = {
|
|
34
34
|
href: e.use,
|
|
35
35
|
"xlink:href": e.use
|
|
36
36
|
};
|
|
37
37
|
return (C, B) => (l(), n("svg", i(t, {
|
|
38
|
-
class:
|
|
38
|
+
class: d(z)(d(c), o, p.value, u.value)
|
|
39
39
|
}), [y(C.$slots, "default"), s.use ? (l(), n("use", b(i({
|
|
40
40
|
key: 0
|
|
41
41
|
}, f)), null, 16)) : w("", !0)], 16));
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
const c = {
|
|
2
|
-
"cdr-icon": "cdr-icon_15-0
|
|
3
|
-
"cdr-icon--small": "cdr-icon--small_15-0
|
|
4
|
-
"cdr-icon--large": "cdr-icon--large_15-0
|
|
5
|
-
"cdr-icon--small@xs": "cdr-icon--small@xs_15-0
|
|
6
|
-
"cdr-icon--large@xs": "cdr-icon--large@xs_15-0
|
|
7
|
-
"cdr-icon--small@sm": "cdr-icon--small@sm_15-0
|
|
8
|
-
"cdr-icon--large@sm": "cdr-icon--large@sm_15-0
|
|
9
|
-
"cdr-icon--small@md": "cdr-icon--small@md_15-0
|
|
10
|
-
"cdr-icon--large@md": "cdr-icon--large@md_15-0
|
|
11
|
-
"cdr-icon--small@lg": "cdr-icon--small@lg_15-0
|
|
12
|
-
"cdr-icon--large@lg": "cdr-icon--large@lg_15-0
|
|
13
|
-
"cdr-icon--inherit-color": "cdr-icon--inherit-color_15-0
|
|
2
|
+
"cdr-icon": "cdr-icon_15-2-0",
|
|
3
|
+
"cdr-icon--small": "cdr-icon--small_15-2-0",
|
|
4
|
+
"cdr-icon--large": "cdr-icon--large_15-2-0",
|
|
5
|
+
"cdr-icon--small@xs": "cdr-icon--small@xs_15-2-0",
|
|
6
|
+
"cdr-icon--large@xs": "cdr-icon--large@xs_15-2-0",
|
|
7
|
+
"cdr-icon--small@sm": "cdr-icon--small@sm_15-2-0",
|
|
8
|
+
"cdr-icon--large@sm": "cdr-icon--large@sm_15-2-0",
|
|
9
|
+
"cdr-icon--small@md": "cdr-icon--small@md_15-2-0",
|
|
10
|
+
"cdr-icon--large@md": "cdr-icon--large@md_15-2-0",
|
|
11
|
+
"cdr-icon--small@lg": "cdr-icon--small@lg_15-2-0",
|
|
12
|
+
"cdr-icon--large@lg": "cdr-icon--large@lg_15-2-0",
|
|
13
|
+
"cdr-icon--inherit-color": "cdr-icon--inherit-color_15-2-0"
|
|
14
14
|
};
|
|
15
15
|
export {
|
|
16
16
|
c as default
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { defineComponent as O, useSlots as G, useAttrs as J, useCssModule as K, ref as Q, computed as
|
|
1
|
+
import { defineComponent as O, useSlots as G, useAttrs as J, useCssModule as K, ref as Q, computed as a, openBlock as m, createBlock as P, unref as r, normalizeClass as p, createSlots as W, withCtx as d, createElementVNode as z, withDirectives as N, createElementBlock as f, mergeProps as A, vModelText as X, vModelDynamic as Y, renderSlot as u, createCommentVNode as y } from "vue";
|
|
2
2
|
import Z from "../../utils/propValidator.mjs";
|
|
3
3
|
import _ from "../labelStandalone/CdrLabelStandalone.vue.mjs";
|
|
4
4
|
import ee from "../formError/CdrFormError.vue.mjs";
|
|
5
5
|
import re from "../../props/background.mjs";
|
|
6
6
|
import C from "../../utils/mapClasses.mjs";
|
|
7
7
|
import te from "../../utils/uid.mjs";
|
|
8
|
-
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"], $ = "cdr-input",
|
|
8
|
+
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"], $ = "cdr-input", ve = /* @__PURE__ */ O({
|
|
9
9
|
name: "CdrInput",
|
|
10
10
|
inheritAttrs: !1,
|
|
11
11
|
customOptions: {},
|
|
@@ -109,11 +109,11 @@ const oe = ["rows", "id", "disabled", "aria-required", "aria-invalid", "aria-err
|
|
|
109
109
|
setup(e, {
|
|
110
110
|
emit: F
|
|
111
111
|
}) {
|
|
112
|
-
const
|
|
112
|
+
const l = e, M = F, i = G(), g = J(), c = K(), v = Q(!1), E = i["helper-text-top"], L = i["helper-text-bottom"], h = i["pre-icon"], k = a(() => i["post-icon"]), T = a(() => i["post-icon"] ? i["post-icon"]().length > 1 : !1), U = i.info, D = i["info-action"], s = l.id ? l.id : te(), H = a(() => l.rows > 1 ? "cdr-input--multiline" : ""), q = a(() => h ? "cdr-input--preicon" : ""), S = a(() => k.value ? "cdr-input--posticon" : ""), B = a(() => T.value ? "cdr-input--posticons" : ""), w = a(() => l.error ? "cdr-input--error" : ""), x = a(() => `cdr-input--${l.background}`), I = a(() => l.size ? `${$}--${l.size}` : ""), R = a(() => v.value ? "cdr-input--focus" : ""), V = a(() => {
|
|
113
113
|
const t = [i["helper-text-top"] ? `${s}-helper-text-top` : "", i["helper-text-bottom"] ? `${s}-helper-text-bottom` : "", g["aria-describedby"]].filter((o) => o).join(" ");
|
|
114
|
-
return
|
|
115
|
-
}), j =
|
|
116
|
-
const t =
|
|
114
|
+
return l.error ? `${s}-error` : t;
|
|
115
|
+
}), j = a(() => {
|
|
116
|
+
const t = l.numeric || l.type === "number";
|
|
117
117
|
return {
|
|
118
118
|
id: s,
|
|
119
119
|
autocomplete: "off",
|
|
@@ -121,9 +121,9 @@ const oe = ["rows", "id", "disabled", "aria-required", "aria-invalid", "aria-err
|
|
|
121
121
|
inputmode: t ? "numeric" : void 0,
|
|
122
122
|
...g
|
|
123
123
|
};
|
|
124
|
-
}), b =
|
|
124
|
+
}), b = a({
|
|
125
125
|
get() {
|
|
126
|
-
return
|
|
126
|
+
return l.modelValue;
|
|
127
127
|
},
|
|
128
128
|
set(t) {
|
|
129
129
|
M("update:modelValue", t);
|
|
@@ -136,11 +136,11 @@ const oe = ["rows", "id", "disabled", "aria-required", "aria-invalid", "aria-err
|
|
|
136
136
|
required: e.required,
|
|
137
137
|
optional: e.optional,
|
|
138
138
|
disabled: e.disabled,
|
|
139
|
-
class:
|
|
139
|
+
class: p(e.inputContainerClass),
|
|
140
140
|
"label-class": e.labelClass
|
|
141
141
|
}, W({
|
|
142
142
|
default: d(() => [z("div", {
|
|
143
|
-
class:
|
|
143
|
+
class: p(r(C)(r(c), "cdr-input-wrap", R.value))
|
|
144
144
|
}, [e.rows && e.rows > 1 ? N((m(), f("textarea", A({
|
|
145
145
|
key: 0,
|
|
146
146
|
rows: e.rows,
|
|
@@ -152,8 +152,8 @@ const oe = ["rows", "id", "disabled", "aria-required", "aria-invalid", "aria-err
|
|
|
152
152
|
"aria-errormessage": !!e.error && `${r(s)}-error` || void 0,
|
|
153
153
|
"aria-describedby": V.value || void 0
|
|
154
154
|
}, t.$attrs, {
|
|
155
|
-
onFocus: o[0] || (o[0] = (n) =>
|
|
156
|
-
onBlur: o[1] || (o[1] = (n) =>
|
|
155
|
+
onFocus: o[0] || (o[0] = (n) => v.value = !0),
|
|
156
|
+
onBlur: o[1] || (o[1] = (n) => v.value = !1),
|
|
157
157
|
"onUpdate:modelValue": o[2] || (o[2] = (n) => b.value = n)
|
|
158
158
|
}), null, 16, oe)), [[X, b.value]]) : N((m(), f("input", A({
|
|
159
159
|
key: 1,
|
|
@@ -165,15 +165,15 @@ const oe = ["rows", "id", "disabled", "aria-required", "aria-invalid", "aria-err
|
|
|
165
165
|
"aria-errormessage": !!e.error && `${r(s)}-error` || void 0
|
|
166
166
|
}, j.value, {
|
|
167
167
|
"aria-describedby": V.value || void 0,
|
|
168
|
-
onFocus: o[3] || (o[3] = (n) =>
|
|
169
|
-
onBlur: o[4] || (o[4] = (n) =>
|
|
168
|
+
onFocus: o[3] || (o[3] = (n) => v.value = !0),
|
|
169
|
+
onBlur: o[4] || (o[4] = (n) => v.value = !1),
|
|
170
170
|
"onUpdate:modelValue": o[5] || (o[5] = (n) => b.value = n)
|
|
171
171
|
}), null, 16, ae)), [[Y, b.value]]), r(h) ? (m(), f("span", {
|
|
172
172
|
key: 2,
|
|
173
|
-
class:
|
|
174
|
-
}, [u(t.$slots, "pre-icon")], 2)) : y("", !0),
|
|
173
|
+
class: p(r(c)["cdr-input__pre-icon"])
|
|
174
|
+
}, [u(t.$slots, "pre-icon")], 2)) : y("", !0), k.value ? (m(), f("span", {
|
|
175
175
|
key: 3,
|
|
176
|
-
class:
|
|
176
|
+
class: p(r(c)["cdr-input__post-icon"])
|
|
177
177
|
}, [u(t.$slots, "post-icon")], 2)) : y("", !0)], 2)]),
|
|
178
178
|
_: 2
|
|
179
179
|
}, [r(E) ? {
|
|
@@ -192,7 +192,7 @@ const oe = ["rows", "id", "disabled", "aria-required", "aria-invalid", "aria-err
|
|
|
192
192
|
name: "helper-text-bottom",
|
|
193
193
|
fn: d(() => [z("span", {
|
|
194
194
|
id: `${r(s)}-helper-text-bottom`,
|
|
195
|
-
class:
|
|
195
|
+
class: p(r(c)["cdr-input__helper-text"])
|
|
196
196
|
}, [u(t.$slots, "helper-text-bottom")], 10, le)]),
|
|
197
197
|
key: "3"
|
|
198
198
|
} : void 0, e.error ? {
|
|
@@ -211,5 +211,5 @@ const oe = ["rows", "id", "disabled", "aria-required", "aria-invalid", "aria-err
|
|
|
211
211
|
}
|
|
212
212
|
});
|
|
213
213
|
export {
|
|
214
|
-
|
|
214
|
+
ve as default
|
|
215
215
|
};
|
|
@@ -1,36 +1,36 @@
|
|
|
1
1
|
const n = {
|
|
2
|
-
"cdr-label-standalone": "cdr-label-standalone_15-0
|
|
3
|
-
"cdr-label-standalone__label-wrapper": "cdr-label-standalone__label-wrapper_15-0
|
|
4
|
-
"cdr-label-standalone__label": "cdr-label-standalone__label_15-0
|
|
5
|
-
"cdr-label-standalone__label--sr-only": "cdr-label-standalone__label--sr-only_15-0
|
|
6
|
-
"cdr-label-standalone__label--disabled": "cdr-label-standalone__label--disabled_15-0
|
|
7
|
-
"cdr-label-standalone__optional": "cdr-label-standalone__optional_15-0
|
|
8
|
-
"cdr-label-standalone__helper": "cdr-label-standalone__helper_15-0
|
|
9
|
-
"cdr-label-standalone__info": "cdr-label-standalone__info_15-0
|
|
10
|
-
"cdr-label-standalone__post-content": "cdr-label-standalone__post-content_15-0
|
|
11
|
-
"cdr-label-standalone__info-action": "cdr-label-standalone__info-action_15-0
|
|
12
|
-
"cdr-label-standalone__input-wrap": "cdr-label-standalone__input-wrap_15-0
|
|
13
|
-
"cdr-label-standalone__input-spacing": "cdr-label-standalone__input-spacing_15-0
|
|
14
|
-
"cdr-form-error": "cdr-form-error_15-0
|
|
15
|
-
"cdr-form-error__icon": "cdr-form-error__icon_15-0
|
|
16
|
-
"cdr-input": "cdr-input_15-0
|
|
17
|
-
"cdr-input--focus": "cdr-input--focus_15-0
|
|
18
|
-
"cdr-input--multiline": "cdr-input--multiline_15-0
|
|
19
|
-
"cdr-input--preicon": "cdr-input--preicon_15-0
|
|
20
|
-
"cdr-input--posticon": "cdr-input--posticon_15-0
|
|
21
|
-
"cdr-input--posticons": "cdr-input--posticons_15-0
|
|
22
|
-
"cdr-input--primary": "cdr-input--primary_15-0
|
|
23
|
-
"cdr-input--secondary": "cdr-input--secondary_15-0
|
|
24
|
-
"cdr-input--error": "cdr-input--error_15-0
|
|
25
|
-
"cdr-input--large": "cdr-input--large_15-0
|
|
26
|
-
"cdr-input--large@xs": "cdr-input--large@xs_15-0
|
|
27
|
-
"cdr-input--large@sm": "cdr-input--large@sm_15-0
|
|
28
|
-
"cdr-input--large@md": "cdr-input--large@md_15-0
|
|
29
|
-
"cdr-input--large@lg": "cdr-input--large@lg_15-0
|
|
30
|
-
"cdr-input__pre-icon": "cdr-input__pre-icon_15-0
|
|
31
|
-
"cdr-input__post-icon": "cdr-input__post-icon_15-0
|
|
32
|
-
"cdr-input__helper-text": "cdr-input__helper-text_15-0
|
|
33
|
-
"cdr-input-wrap": "cdr-input-wrap_15-0
|
|
2
|
+
"cdr-label-standalone": "cdr-label-standalone_15-2-0",
|
|
3
|
+
"cdr-label-standalone__label-wrapper": "cdr-label-standalone__label-wrapper_15-2-0",
|
|
4
|
+
"cdr-label-standalone__label": "cdr-label-standalone__label_15-2-0",
|
|
5
|
+
"cdr-label-standalone__label--sr-only": "cdr-label-standalone__label--sr-only_15-2-0",
|
|
6
|
+
"cdr-label-standalone__label--disabled": "cdr-label-standalone__label--disabled_15-2-0",
|
|
7
|
+
"cdr-label-standalone__optional": "cdr-label-standalone__optional_15-2-0",
|
|
8
|
+
"cdr-label-standalone__helper": "cdr-label-standalone__helper_15-2-0",
|
|
9
|
+
"cdr-label-standalone__info": "cdr-label-standalone__info_15-2-0",
|
|
10
|
+
"cdr-label-standalone__post-content": "cdr-label-standalone__post-content_15-2-0",
|
|
11
|
+
"cdr-label-standalone__info-action": "cdr-label-standalone__info-action_15-2-0",
|
|
12
|
+
"cdr-label-standalone__input-wrap": "cdr-label-standalone__input-wrap_15-2-0",
|
|
13
|
+
"cdr-label-standalone__input-spacing": "cdr-label-standalone__input-spacing_15-2-0",
|
|
14
|
+
"cdr-form-error": "cdr-form-error_15-2-0",
|
|
15
|
+
"cdr-form-error__icon": "cdr-form-error__icon_15-2-0",
|
|
16
|
+
"cdr-input": "cdr-input_15-2-0",
|
|
17
|
+
"cdr-input--focus": "cdr-input--focus_15-2-0",
|
|
18
|
+
"cdr-input--multiline": "cdr-input--multiline_15-2-0",
|
|
19
|
+
"cdr-input--preicon": "cdr-input--preicon_15-2-0",
|
|
20
|
+
"cdr-input--posticon": "cdr-input--posticon_15-2-0",
|
|
21
|
+
"cdr-input--posticons": "cdr-input--posticons_15-2-0",
|
|
22
|
+
"cdr-input--primary": "cdr-input--primary_15-2-0",
|
|
23
|
+
"cdr-input--secondary": "cdr-input--secondary_15-2-0",
|
|
24
|
+
"cdr-input--error": "cdr-input--error_15-2-0",
|
|
25
|
+
"cdr-input--large": "cdr-input--large_15-2-0",
|
|
26
|
+
"cdr-input--large@xs": "cdr-input--large@xs_15-2-0",
|
|
27
|
+
"cdr-input--large@sm": "cdr-input--large@sm_15-2-0",
|
|
28
|
+
"cdr-input--large@md": "cdr-input--large@md_15-2-0",
|
|
29
|
+
"cdr-input--large@lg": "cdr-input--large@lg_15-2-0",
|
|
30
|
+
"cdr-input__pre-icon": "cdr-input__pre-icon_15-2-0",
|
|
31
|
+
"cdr-input__post-icon": "cdr-input__post-icon_15-2-0",
|
|
32
|
+
"cdr-input__helper-text": "cdr-input__helper-text_15-2-0",
|
|
33
|
+
"cdr-input-wrap": "cdr-input-wrap_15-2-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_15-0
|
|
3
|
-
"cdr-label-standalone__label-wrapper": "cdr-label-standalone__label-wrapper_15-0
|
|
4
|
-
"cdr-label-standalone__label": "cdr-label-standalone__label_15-0
|
|
5
|
-
"cdr-label-standalone__label--sr-only": "cdr-label-standalone__label--sr-only_15-0
|
|
6
|
-
"cdr-label-standalone__label--disabled": "cdr-label-standalone__label--disabled_15-0
|
|
7
|
-
"cdr-label-standalone__optional": "cdr-label-standalone__optional_15-0
|
|
8
|
-
"cdr-label-standalone__helper": "cdr-label-standalone__helper_15-0
|
|
9
|
-
"cdr-label-standalone__info": "cdr-label-standalone__info_15-0
|
|
10
|
-
"cdr-label-standalone__post-content": "cdr-label-standalone__post-content_15-0
|
|
11
|
-
"cdr-label-standalone__info-action": "cdr-label-standalone__info-action_15-0
|
|
12
|
-
"cdr-label-standalone__input-wrap": "cdr-label-standalone__input-wrap_15-0
|
|
13
|
-
"cdr-label-standalone__input-spacing": "cdr-label-standalone__input-spacing_15-0
|
|
2
|
+
"cdr-label-standalone": "cdr-label-standalone_15-2-0",
|
|
3
|
+
"cdr-label-standalone__label-wrapper": "cdr-label-standalone__label-wrapper_15-2-0",
|
|
4
|
+
"cdr-label-standalone__label": "cdr-label-standalone__label_15-2-0",
|
|
5
|
+
"cdr-label-standalone__label--sr-only": "cdr-label-standalone__label--sr-only_15-2-0",
|
|
6
|
+
"cdr-label-standalone__label--disabled": "cdr-label-standalone__label--disabled_15-2-0",
|
|
7
|
+
"cdr-label-standalone__optional": "cdr-label-standalone__optional_15-2-0",
|
|
8
|
+
"cdr-label-standalone__helper": "cdr-label-standalone__helper_15-2-0",
|
|
9
|
+
"cdr-label-standalone__info": "cdr-label-standalone__info_15-2-0",
|
|
10
|
+
"cdr-label-standalone__post-content": "cdr-label-standalone__post-content_15-2-0",
|
|
11
|
+
"cdr-label-standalone__info-action": "cdr-label-standalone__info-action_15-2-0",
|
|
12
|
+
"cdr-label-standalone__input-wrap": "cdr-label-standalone__input-wrap_15-2-0",
|
|
13
|
+
"cdr-label-standalone__input-spacing": "cdr-label-standalone__input-spacing_15-2-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_15-0
|
|
3
|
-
"cdr-label-wrapper__container": "cdr-label-wrapper__container_15-0
|
|
4
|
-
"cdr-label-wrapper--primary": "cdr-label-wrapper--primary_15-0
|
|
5
|
-
"cdr-label-wrapper--secondary": "cdr-label-wrapper--secondary_15-0
|
|
6
|
-
"cdr-label-wrapper--disabled": "cdr-label-wrapper--disabled_15-0
|
|
7
|
-
"cdr-label-wrapper__figure": "cdr-label-wrapper__figure_15-0
|
|
8
|
-
"cdr-label-wrapper__content": "cdr-label-wrapper__content_15-0
|
|
9
|
-
"cdr-label-wrapper--hide-figure": "cdr-label-wrapper--hide-figure_15-0
|
|
10
|
-
"cdr-checkbox__svg-box": "cdr-checkbox__svg-box_15-0
|
|
11
|
-
"cdr-label-wrapper--small": "cdr-label-wrapper--small_15-0
|
|
12
|
-
"cdr-label-wrapper--medium": "cdr-label-wrapper--medium_15-0
|
|
13
|
-
"cdr-label-wrapper--large": "cdr-label-wrapper--large_15-0
|
|
14
|
-
"cdr-checkbox__checkbox-box": "cdr-checkbox__checkbox-box_15-0
|
|
15
|
-
"cdr-label-wrapper--small@xs": "cdr-label-wrapper--small@xs_15-0
|
|
16
|
-
"cdr-label-wrapper--medium@xs": "cdr-label-wrapper--medium@xs_15-0
|
|
17
|
-
"cdr-label-wrapper--large@xs": "cdr-label-wrapper--large@xs_15-0
|
|
18
|
-
"cdr-label-wrapper--small@sm": "cdr-label-wrapper--small@sm_15-0
|
|
19
|
-
"cdr-label-wrapper--medium@sm": "cdr-label-wrapper--medium@sm_15-0
|
|
20
|
-
"cdr-label-wrapper--large@sm": "cdr-label-wrapper--large@sm_15-0
|
|
21
|
-
"cdr-label-wrapper--small@md": "cdr-label-wrapper--small@md_15-0
|
|
22
|
-
"cdr-label-wrapper--medium@md": "cdr-label-wrapper--medium@md_15-0
|
|
23
|
-
"cdr-label-wrapper--large@md": "cdr-label-wrapper--large@md_15-0
|
|
24
|
-
"cdr-label-wrapper--small@lg": "cdr-label-wrapper--small@lg_15-0
|
|
25
|
-
"cdr-label-wrapper--medium@lg": "cdr-label-wrapper--medium@lg_15-0
|
|
26
|
-
"cdr-label-wrapper--large@lg": "cdr-label-wrapper--large@lg_15-0
|
|
2
|
+
"cdr-label-wrapper": "cdr-label-wrapper_15-2-0",
|
|
3
|
+
"cdr-label-wrapper__container": "cdr-label-wrapper__container_15-2-0",
|
|
4
|
+
"cdr-label-wrapper--primary": "cdr-label-wrapper--primary_15-2-0",
|
|
5
|
+
"cdr-label-wrapper--secondary": "cdr-label-wrapper--secondary_15-2-0",
|
|
6
|
+
"cdr-label-wrapper--disabled": "cdr-label-wrapper--disabled_15-2-0",
|
|
7
|
+
"cdr-label-wrapper__figure": "cdr-label-wrapper__figure_15-2-0",
|
|
8
|
+
"cdr-label-wrapper__content": "cdr-label-wrapper__content_15-2-0",
|
|
9
|
+
"cdr-label-wrapper--hide-figure": "cdr-label-wrapper--hide-figure_15-2-0",
|
|
10
|
+
"cdr-checkbox__svg-box": "cdr-checkbox__svg-box_15-2-0",
|
|
11
|
+
"cdr-label-wrapper--small": "cdr-label-wrapper--small_15-2-0",
|
|
12
|
+
"cdr-label-wrapper--medium": "cdr-label-wrapper--medium_15-2-0",
|
|
13
|
+
"cdr-label-wrapper--large": "cdr-label-wrapper--large_15-2-0",
|
|
14
|
+
"cdr-checkbox__checkbox-box": "cdr-checkbox__checkbox-box_15-2-0",
|
|
15
|
+
"cdr-label-wrapper--small@xs": "cdr-label-wrapper--small@xs_15-2-0",
|
|
16
|
+
"cdr-label-wrapper--medium@xs": "cdr-label-wrapper--medium@xs_15-2-0",
|
|
17
|
+
"cdr-label-wrapper--large@xs": "cdr-label-wrapper--large@xs_15-2-0",
|
|
18
|
+
"cdr-label-wrapper--small@sm": "cdr-label-wrapper--small@sm_15-2-0",
|
|
19
|
+
"cdr-label-wrapper--medium@sm": "cdr-label-wrapper--medium@sm_15-2-0",
|
|
20
|
+
"cdr-label-wrapper--large@sm": "cdr-label-wrapper--large@sm_15-2-0",
|
|
21
|
+
"cdr-label-wrapper--small@md": "cdr-label-wrapper--small@md_15-2-0",
|
|
22
|
+
"cdr-label-wrapper--medium@md": "cdr-label-wrapper--medium@md_15-2-0",
|
|
23
|
+
"cdr-label-wrapper--large@md": "cdr-label-wrapper--large@md_15-2-0",
|
|
24
|
+
"cdr-label-wrapper--small@lg": "cdr-label-wrapper--small@lg_15-2-0",
|
|
25
|
+
"cdr-label-wrapper--medium@lg": "cdr-label-wrapper--medium@lg_15-2-0",
|
|
26
|
+
"cdr-label-wrapper--large@lg": "cdr-label-wrapper--large@lg_15-2-0"
|
|
27
27
|
};
|
|
28
28
|
export {
|
|
29
29
|
r as default
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import { defineComponent as l, useCssModule as o, openBlock as g, createBlock as m, unref as t, normalizeClass as i, withCtx as r, createVNode as n, createTextVNode as d, toDisplayString as c } from "vue";
|
|
2
2
|
import u from "../image/CdrImg.vue.mjs";
|
|
3
3
|
import f from "../splitSurface/CdrSplitSurface.vue.mjs";
|
|
4
|
-
|
|
5
|
-
|
|
4
|
+
/* empty css */
|
|
5
|
+
/* empty css */
|
|
6
|
+
import p from "./components/CdrHeadingSubheadingBlock.vue.mjs";
|
|
7
|
+
const s = "cdr-landing-lead", _ = /* @__PURE__ */ l({
|
|
6
8
|
name: "CdrLandingLead",
|
|
7
9
|
__name: "CdrLandingLead",
|
|
8
10
|
props: {
|
|
@@ -34,7 +36,7 @@ const s = "cdr-landing-lead", x = /* @__PURE__ */ l({
|
|
|
34
36
|
},
|
|
35
37
|
setup(e) {
|
|
36
38
|
const a = o();
|
|
37
|
-
return (
|
|
39
|
+
return (S, C) => (g(), m(t(f), {
|
|
38
40
|
class: i(t(a)[s])
|
|
39
41
|
}, {
|
|
40
42
|
top: r(() => [n(t(u), {
|
|
@@ -43,7 +45,7 @@ const s = "cdr-landing-lead", x = /* @__PURE__ */ l({
|
|
|
43
45
|
alt: e.imgAlt,
|
|
44
46
|
class: i(t(a)[`${s}__image`])
|
|
45
47
|
}, null, 8, ["src", "srcset", "alt", "class"])]),
|
|
46
|
-
bottom: r(() => [n(
|
|
48
|
+
bottom: r(() => [n(p, {
|
|
47
49
|
class: i(t(a)[`${s}__copy-block`])
|
|
48
50
|
}, {
|
|
49
51
|
subheading: r(() => [d(c(e.subheading), 1)]),
|
|
@@ -55,5 +57,5 @@ const s = "cdr-landing-lead", x = /* @__PURE__ */ l({
|
|
|
55
57
|
}
|
|
56
58
|
});
|
|
57
59
|
export {
|
|
58
|
-
|
|
60
|
+
_ as default
|
|
59
61
|
};
|