@rei/cedar 15.0.0-beta.0 → 15.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cdr-reset.css +8 -0
- package/dist/cdr-style.css +1 -1
- package/dist/cedar.umd.js +14 -14
- package/dist/component-docgen.json +2643 -1795
- package/dist/icon-component-docgen.json +664 -664
- package/dist/lib.d.ts +205 -146
- package/dist/src/components/abstract/CdrAbstract.vue2.mjs +8 -10
- package/dist/src/components/abstract/styles/CdrAbstract.module.scss.mjs +1 -1
- 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 +4 -4
- package/dist/src/components/card/styles/CdrCard.module.scss.mjs +3 -3
- 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/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/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/CdrImg.vue2.mjs +2 -2
- package/dist/src/components/image/styles/CdrImg.module.scss.mjs +1 -1
- package/dist/src/components/input/CdrInput.vue2.mjs +15 -12
- package/dist/src/components/input/styles/CdrInput.module.scss.mjs +34 -34
- package/dist/src/components/kicker/CdrKicker.vue2.mjs +16 -8
- package/dist/src/components/kicker/styles/CdrKicker.module.scss.mjs +3 -3
- package/dist/src/components/labelStandalone/CdrLabelStandalone.vue2.mjs +23 -19
- 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/{lead/compositions/landingLead → landingLead}/CdrLandingLead.vue.mjs +1 -1
- package/dist/src/components/landingLead/CdrLandingLead.vue2.mjs +59 -0
- package/dist/src/components/{lead/compositions/landingLead → landingLead/components}/CdrHeadingSubheadingBlock.vue.mjs +2 -2
- package/dist/src/components/{lead/compositions/landingLead → landingLead/components}/CdrHeadingSubheadingBlock.vue2.mjs +2 -2
- package/dist/src/components/{lead/compositions/landingLead → landingLead}/styles/CdrHeadingSubheadingBlock.module.scss.mjs +4 -2
- package/dist/src/components/landingLead/styles/CdrLandingLead.module.scss.mjs +8 -0
- package/dist/src/components/link/styles/CdrLink.module.scss.mjs +3 -3
- package/dist/src/components/list/styles/CdrList.module.scss.mjs +7 -7
- package/dist/src/components/modal/styles/CdrModal.module.scss.mjs +12 -12
- package/dist/src/components/pagination/styles/CdrPagination.module.scss.mjs +55 -55
- package/dist/src/components/picture/CdrPicture.vue2.mjs +2 -2
- package/dist/src/components/picture/styles/CdrPicture.module.scss.mjs +4 -4
- package/dist/src/components/popover/styles/CdrPopover.module.scss.mjs +65 -65
- package/dist/src/components/popup/styles/CdrPopup.module.scss.mjs +14 -14
- package/dist/src/components/quote/CdrQuote.vue2.mjs +1 -2
- 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 +44 -44
- 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/CdrSplitSurface.vue.mjs +9 -0
- package/dist/src/components/splitSurface/CdrSplitSurface.vue2.mjs +30 -0
- package/dist/src/components/splitSurface/styles/CdrSplitSurface.module.scss.mjs +10 -0
- package/dist/src/components/switch/styles/CdrSwitch.module.scss.mjs +10 -10
- package/dist/src/components/table/styles/CdrTable.module.scss.mjs +15 -15
- 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/CdrBody.vue.mjs +1 -1
- package/dist/src/components/text/presets/CdrEyebrow.vue.mjs +1 -1
- package/dist/src/components/text/presets/CdrHeadingDisplay.vue.mjs +1 -1
- package/dist/src/components/text/presets/CdrHeadingSans.vue.mjs +1 -1
- package/dist/src/components/text/presets/CdrHeadingSerif.vue.mjs +1 -1
- package/dist/src/components/text/presets/CdrSubheadingSans.vue.mjs +1 -1
- package/dist/src/components/text/presets/CdrUtilitySans.vue.mjs +1 -1
- package/dist/src/components/text/presets/CdrUtilitySerif.vue.mjs +1 -1
- package/dist/src/components/text/presets/{CdrBody.vue3.mjs → styles/CdrBody.module.scss.mjs} +1 -1
- package/dist/src/components/text/presets/styles/CdrEyebrow.module.scss.mjs +6 -0
- package/dist/src/components/text/presets/styles/CdrHeadingDisplay.module.scss.mjs +6 -0
- package/dist/src/components/text/presets/styles/CdrHeadingSans.module.scss.mjs +6 -0
- package/dist/src/components/text/presets/styles/CdrHeadingSerif.module.scss.mjs +6 -0
- package/dist/src/components/text/presets/styles/CdrSubheadingSans.module.scss.mjs +6 -0
- package/dist/src/components/text/presets/styles/CdrUtilitySans.module.scss.mjs +6 -0
- package/dist/src/components/text/presets/styles/CdrUtilitySerif.module.scss.mjs +6 -0
- package/dist/src/components/text/styles/CdrText.module.scss.mjs +1 -1
- package/dist/src/components/title/CdrTitle.vue2.mjs +8 -9
- 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/styles/CdrToggleButton.module.scss.mjs +2 -2
- package/dist/src/components/toggleButton/styles/CdrToggleGroup.module.scss.mjs +7 -7
- package/dist/src/components/tooltip/CdrTooltip.vue2.mjs +32 -32
- package/dist/src/components/tooltip/styles/CdrTooltip.module.scss.mjs +16 -16
- package/dist/src/lib.mjs +27 -27
- 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-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-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-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 -0
- package/dist/style/cdr-subheading-sans.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-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 +1 -1
- package/dist/src/components/lead/CdrLead.vue.mjs +0 -9
- package/dist/src/components/lead/CdrLead.vue2.mjs +0 -24
- package/dist/src/components/lead/compositions/landingLead/CdrLandingLead.vue2.mjs +0 -57
- package/dist/src/components/lead/compositions/landingLead/styles/CdrLandingLead.module.scss.mjs +0 -7
- package/dist/src/components/lead/styles/CdrLead.module.scss.mjs +0 -10
- package/dist/src/components/text/presets/CdrEyebrow.vue3.mjs +0 -6
- package/dist/src/components/text/presets/CdrHeadingDisplay.vue3.mjs +0 -6
- package/dist/src/components/text/presets/CdrHeadingSans.vue3.mjs +0 -6
- package/dist/src/components/text/presets/CdrHeadingSerif.vue3.mjs +0 -6
- package/dist/src/components/text/presets/CdrSubheadingSans.vue3.mjs +0 -6
- package/dist/src/components/text/presets/CdrUtilitySans.vue3.mjs +0 -6
- package/dist/src/components/text/presets/CdrUtilitySerif.vue3.mjs +0 -6
- package/dist/style/cdr-lead.css +0 -1
|
@@ -1,32 +1,32 @@
|
|
|
1
1
|
const e = {
|
|
2
|
-
"cdr-tab-panel": "cdr-tab-panel_15-0-0
|
|
3
|
-
"cdr-tab-panel-enter-left": "cdr-tab-panel-enter-left_15-0-0
|
|
4
|
-
"cdr-tab-panel-enter-right": "cdr-tab-panel-enter-right_15-0-0
|
|
5
|
-
"cdr-tab-panel-exit-left": "cdr-tab-panel-exit-left_15-0-0
|
|
6
|
-
"cdr-tab-panel-exit-right": "cdr-tab-panel-exit-right_15-0-0
|
|
7
|
-
"cdr-tabs": "cdr-tabs_15-0-0
|
|
8
|
-
"cdr-tabs__header-container": "cdr-tabs__header-container_15-0-0
|
|
9
|
-
"cdr-tabs__header": "cdr-tabs__header_15-0-0
|
|
10
|
-
"cdr-tabs__header-item": "cdr-tabs__header-item_15-0-0
|
|
11
|
-
"cdr-tabs__header-item-active": "cdr-tabs__header-item-active_15-0-0
|
|
12
|
-
"cdr-tabs__header-item--disabled": "cdr-tabs__header-item--disabled_15-0-0
|
|
13
|
-
"cdr-tabs__gradient-container": "cdr-tabs__gradient-container_15-0-0
|
|
14
|
-
"cdr-tabs__gradient": "cdr-tabs__gradient_15-0-0
|
|
15
|
-
"cdr-tabs__gradient--left": "cdr-tabs__gradient--left_15-0-0
|
|
16
|
-
"cdr-tabs__gradient--right": "cdr-tabs__gradient--right_15-0-0
|
|
17
|
-
"cdr-tabs__gradient--active": "cdr-tabs__gradient--active_15-0-0
|
|
18
|
-
"cdr-tabs__underline": "cdr-tabs__underline_15-0-0
|
|
19
|
-
"cdr-tabs__content-container": "cdr-tabs__content-container_15-0-0
|
|
20
|
-
"fade-enter-active": "fade-enter-active_15-0-0
|
|
21
|
-
"fade-leave-active": "fade-leave-active_15-0-0
|
|
22
|
-
"fade-enter": "fade-enter_15-0-0
|
|
23
|
-
"fade-leave-to": "fade-leave-to_15-0-0
|
|
24
|
-
"cdr-tabs--compact": "cdr-tabs--compact_15-0-0
|
|
25
|
-
"cdr-tabs__header-item-label": "cdr-tabs__header-item-label_15-0-0
|
|
26
|
-
"cdr-tabs--small": "cdr-tabs--small_15-0-0
|
|
27
|
-
"cdr-tabs--no-border": "cdr-tabs--no-border_15-0-0
|
|
28
|
-
"cdr-tabs--full-width": "cdr-tabs--full-width_15-0-0
|
|
29
|
-
"cdr-tabs--centered": "cdr-tabs--centered_15-0-0
|
|
2
|
+
"cdr-tab-panel": "cdr-tab-panel_15-0-0",
|
|
3
|
+
"cdr-tab-panel-enter-left": "cdr-tab-panel-enter-left_15-0-0",
|
|
4
|
+
"cdr-tab-panel-enter-right": "cdr-tab-panel-enter-right_15-0-0",
|
|
5
|
+
"cdr-tab-panel-exit-left": "cdr-tab-panel-exit-left_15-0-0",
|
|
6
|
+
"cdr-tab-panel-exit-right": "cdr-tab-panel-exit-right_15-0-0",
|
|
7
|
+
"cdr-tabs": "cdr-tabs_15-0-0",
|
|
8
|
+
"cdr-tabs__header-container": "cdr-tabs__header-container_15-0-0",
|
|
9
|
+
"cdr-tabs__header": "cdr-tabs__header_15-0-0",
|
|
10
|
+
"cdr-tabs__header-item": "cdr-tabs__header-item_15-0-0",
|
|
11
|
+
"cdr-tabs__header-item-active": "cdr-tabs__header-item-active_15-0-0",
|
|
12
|
+
"cdr-tabs__header-item--disabled": "cdr-tabs__header-item--disabled_15-0-0",
|
|
13
|
+
"cdr-tabs__gradient-container": "cdr-tabs__gradient-container_15-0-0",
|
|
14
|
+
"cdr-tabs__gradient": "cdr-tabs__gradient_15-0-0",
|
|
15
|
+
"cdr-tabs__gradient--left": "cdr-tabs__gradient--left_15-0-0",
|
|
16
|
+
"cdr-tabs__gradient--right": "cdr-tabs__gradient--right_15-0-0",
|
|
17
|
+
"cdr-tabs__gradient--active": "cdr-tabs__gradient--active_15-0-0",
|
|
18
|
+
"cdr-tabs__underline": "cdr-tabs__underline_15-0-0",
|
|
19
|
+
"cdr-tabs__content-container": "cdr-tabs__content-container_15-0-0",
|
|
20
|
+
"fade-enter-active": "fade-enter-active_15-0-0",
|
|
21
|
+
"fade-leave-active": "fade-leave-active_15-0-0",
|
|
22
|
+
"fade-enter": "fade-enter_15-0-0",
|
|
23
|
+
"fade-leave-to": "fade-leave-to_15-0-0",
|
|
24
|
+
"cdr-tabs--compact": "cdr-tabs--compact_15-0-0",
|
|
25
|
+
"cdr-tabs__header-item-label": "cdr-tabs__header-item-label_15-0-0",
|
|
26
|
+
"cdr-tabs--small": "cdr-tabs--small_15-0-0",
|
|
27
|
+
"cdr-tabs--no-border": "cdr-tabs--no-border_15-0-0",
|
|
28
|
+
"cdr-tabs--full-width": "cdr-tabs--full-width_15-0-0",
|
|
29
|
+
"cdr-tabs--centered": "cdr-tabs--centered_15-0-0"
|
|
30
30
|
};
|
|
31
31
|
export {
|
|
32
32
|
e as default
|
|
@@ -1,19 +1,18 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
const
|
|
1
|
+
import { defineComponent as s, useCssModule as o, openBlock as a, createBlock as l, resolveDynamicComponent as n, normalizeClass as r, unref as c, withCtx as d, renderSlot as p } from "vue";
|
|
2
|
+
const u = "cdr-title", C = /* @__PURE__ */ s({
|
|
3
|
+
name: "CdrTitle",
|
|
3
4
|
__name: "CdrTitle",
|
|
4
5
|
props: {
|
|
5
|
-
/** Sets the HTML tag (p, span, h1, h2, etc) */
|
|
6
6
|
tag: {
|
|
7
|
-
type: String,
|
|
8
7
|
default: "h1"
|
|
9
8
|
}
|
|
10
9
|
},
|
|
11
|
-
setup(
|
|
12
|
-
const t =
|
|
13
|
-
return (
|
|
14
|
-
class: c(
|
|
10
|
+
setup(i) {
|
|
11
|
+
const t = o();
|
|
12
|
+
return (e, m) => (a(), l(n(e.tag), {
|
|
13
|
+
class: r(c(t)[u])
|
|
15
14
|
}, {
|
|
16
|
-
default: d(() => [
|
|
15
|
+
default: d(() => [p(e.$slots, "default")]),
|
|
17
16
|
_: 3
|
|
18
17
|
}, 8, ["class"]));
|
|
19
18
|
}
|
|
@@ -1,61 +1,61 @@
|
|
|
1
1
|
const t = {
|
|
2
|
-
"cdr-button": "cdr-button_15-0-0
|
|
3
|
-
"cdr-button--has-icon-left": "cdr-button--has-icon-left_15-0-0
|
|
4
|
-
"cdr-button--has-icon-right": "cdr-button--has-icon-right_15-0-0
|
|
5
|
-
"cdr-button--primary": "cdr-button--primary_15-0-0
|
|
6
|
-
"cdr-button--secondary": "cdr-button--secondary_15-0-0
|
|
7
|
-
"cdr-button--dark": "cdr-button--dark_15-0-0
|
|
8
|
-
"cdr-button--sale": "cdr-button--sale_15-0-0
|
|
9
|
-
"cdr-button--link": "cdr-button--link_15-0-0
|
|
10
|
-
"cdr-button--large": "cdr-button--large_15-0-0
|
|
11
|
-
"cdr-button--medium": "cdr-button--medium_15-0-0
|
|
12
|
-
"cdr-button--small": "cdr-button--small_15-0-0
|
|
13
|
-
"cdr-button--icon-only": "cdr-button--icon-only_15-0-0
|
|
14
|
-
"cdr-button--icon-only-large": "cdr-button--icon-only-large_15-0-0
|
|
15
|
-
"cdr-button--with-background": "cdr-button--with-background_15-0-0
|
|
16
|
-
"cdr-button--full-width": "cdr-button--full-width_15-0-0
|
|
17
|
-
"cdr-button--small@xs": "cdr-button--small@xs_15-0-0
|
|
18
|
-
"cdr-button--medium@xs": "cdr-button--medium@xs_15-0-0
|
|
19
|
-
"cdr-button--large@xs": "cdr-button--large@xs_15-0-0
|
|
20
|
-
"cdr-button--full-width@xs": "cdr-button--full-width@xs_15-0-0
|
|
21
|
-
"cdr-button--small@sm": "cdr-button--small@sm_15-0-0
|
|
22
|
-
"cdr-button--medium@sm": "cdr-button--medium@sm_15-0-0
|
|
23
|
-
"cdr-button--large@sm": "cdr-button--large@sm_15-0-0
|
|
24
|
-
"cdr-button--full-width@sm": "cdr-button--full-width@sm_15-0-0
|
|
25
|
-
"cdr-button--small@md": "cdr-button--small@md_15-0-0
|
|
26
|
-
"cdr-button--medium@md": "cdr-button--medium@md_15-0-0
|
|
27
|
-
"cdr-button--large@md": "cdr-button--large@md_15-0-0
|
|
28
|
-
"cdr-button--full-width@md": "cdr-button--full-width@md_15-0-0
|
|
29
|
-
"cdr-button--small@lg": "cdr-button--small@lg_15-0-0
|
|
30
|
-
"cdr-button--medium@lg": "cdr-button--medium@lg_15-0-0
|
|
31
|
-
"cdr-button--large@lg": "cdr-button--large@lg_15-0-0
|
|
32
|
-
"cdr-button--full-width@lg": "cdr-button--full-width@lg_15-0-0
|
|
33
|
-
"cdr-icon": "cdr-icon_15-0-0
|
|
34
|
-
"cdr-icon--small": "cdr-icon--small_15-0-0
|
|
35
|
-
"cdr-icon--large": "cdr-icon--large_15-0-0
|
|
36
|
-
"cdr-icon--small@xs": "cdr-icon--small@xs_15-0-0
|
|
37
|
-
"cdr-icon--large@xs": "cdr-icon--large@xs_15-0-0
|
|
38
|
-
"cdr-icon--small@sm": "cdr-icon--small@sm_15-0-0
|
|
39
|
-
"cdr-icon--large@sm": "cdr-icon--large@sm_15-0-0
|
|
40
|
-
"cdr-icon--small@md": "cdr-icon--small@md_15-0-0
|
|
41
|
-
"cdr-icon--large@md": "cdr-icon--large@md_15-0-0
|
|
42
|
-
"cdr-icon--small@lg": "cdr-icon--small@lg_15-0-0
|
|
43
|
-
"cdr-icon--large@lg": "cdr-icon--large@lg_15-0-0
|
|
44
|
-
"cdr-icon--inherit-color": "cdr-icon--inherit-color_15-0-0
|
|
45
|
-
"cdr-toast": "cdr-toast_15-0-0
|
|
46
|
-
"cdr-toast__transition--toast-enter-from": "cdr-toast__transition--toast-enter-from_15-0-0
|
|
47
|
-
"cdr-toast__transition--toast-enter-active": "cdr-toast__transition--toast-enter-active_15-0-0
|
|
48
|
-
"cdr-toast__transition--toast-leave-to": "cdr-toast__transition--toast-leave-to_15-0-0
|
|
49
|
-
"cdr-toast__transition--toast-leave-active": "cdr-toast__transition--toast-leave-active_15-0-0
|
|
50
|
-
"cdr-toast__main": "cdr-toast__main_15-0-0
|
|
51
|
-
"cdr-toast__icon-left": "cdr-toast__icon-left_15-0-0
|
|
52
|
-
"cdr-toast__message": "cdr-toast__message_15-0-0
|
|
53
|
-
"cdr-toast__close-button": "cdr-toast__close-button_15-0-0
|
|
54
|
-
"cdr-toast--default": "cdr-toast--default_15-0-0
|
|
55
|
-
"cdr-toast--info": "cdr-toast--info_15-0-0
|
|
56
|
-
"cdr-toast--warning": "cdr-toast--warning_15-0-0
|
|
57
|
-
"cdr-toast--success": "cdr-toast--success_15-0-0
|
|
58
|
-
"cdr-toast--error": "cdr-toast--error_15-0-0
|
|
2
|
+
"cdr-button": "cdr-button_15-0-0",
|
|
3
|
+
"cdr-button--has-icon-left": "cdr-button--has-icon-left_15-0-0",
|
|
4
|
+
"cdr-button--has-icon-right": "cdr-button--has-icon-right_15-0-0",
|
|
5
|
+
"cdr-button--primary": "cdr-button--primary_15-0-0",
|
|
6
|
+
"cdr-button--secondary": "cdr-button--secondary_15-0-0",
|
|
7
|
+
"cdr-button--dark": "cdr-button--dark_15-0-0",
|
|
8
|
+
"cdr-button--sale": "cdr-button--sale_15-0-0",
|
|
9
|
+
"cdr-button--link": "cdr-button--link_15-0-0",
|
|
10
|
+
"cdr-button--large": "cdr-button--large_15-0-0",
|
|
11
|
+
"cdr-button--medium": "cdr-button--medium_15-0-0",
|
|
12
|
+
"cdr-button--small": "cdr-button--small_15-0-0",
|
|
13
|
+
"cdr-button--icon-only": "cdr-button--icon-only_15-0-0",
|
|
14
|
+
"cdr-button--icon-only-large": "cdr-button--icon-only-large_15-0-0",
|
|
15
|
+
"cdr-button--with-background": "cdr-button--with-background_15-0-0",
|
|
16
|
+
"cdr-button--full-width": "cdr-button--full-width_15-0-0",
|
|
17
|
+
"cdr-button--small@xs": "cdr-button--small@xs_15-0-0",
|
|
18
|
+
"cdr-button--medium@xs": "cdr-button--medium@xs_15-0-0",
|
|
19
|
+
"cdr-button--large@xs": "cdr-button--large@xs_15-0-0",
|
|
20
|
+
"cdr-button--full-width@xs": "cdr-button--full-width@xs_15-0-0",
|
|
21
|
+
"cdr-button--small@sm": "cdr-button--small@sm_15-0-0",
|
|
22
|
+
"cdr-button--medium@sm": "cdr-button--medium@sm_15-0-0",
|
|
23
|
+
"cdr-button--large@sm": "cdr-button--large@sm_15-0-0",
|
|
24
|
+
"cdr-button--full-width@sm": "cdr-button--full-width@sm_15-0-0",
|
|
25
|
+
"cdr-button--small@md": "cdr-button--small@md_15-0-0",
|
|
26
|
+
"cdr-button--medium@md": "cdr-button--medium@md_15-0-0",
|
|
27
|
+
"cdr-button--large@md": "cdr-button--large@md_15-0-0",
|
|
28
|
+
"cdr-button--full-width@md": "cdr-button--full-width@md_15-0-0",
|
|
29
|
+
"cdr-button--small@lg": "cdr-button--small@lg_15-0-0",
|
|
30
|
+
"cdr-button--medium@lg": "cdr-button--medium@lg_15-0-0",
|
|
31
|
+
"cdr-button--large@lg": "cdr-button--large@lg_15-0-0",
|
|
32
|
+
"cdr-button--full-width@lg": "cdr-button--full-width@lg_15-0-0",
|
|
33
|
+
"cdr-icon": "cdr-icon_15-0-0",
|
|
34
|
+
"cdr-icon--small": "cdr-icon--small_15-0-0",
|
|
35
|
+
"cdr-icon--large": "cdr-icon--large_15-0-0",
|
|
36
|
+
"cdr-icon--small@xs": "cdr-icon--small@xs_15-0-0",
|
|
37
|
+
"cdr-icon--large@xs": "cdr-icon--large@xs_15-0-0",
|
|
38
|
+
"cdr-icon--small@sm": "cdr-icon--small@sm_15-0-0",
|
|
39
|
+
"cdr-icon--large@sm": "cdr-icon--large@sm_15-0-0",
|
|
40
|
+
"cdr-icon--small@md": "cdr-icon--small@md_15-0-0",
|
|
41
|
+
"cdr-icon--large@md": "cdr-icon--large@md_15-0-0",
|
|
42
|
+
"cdr-icon--small@lg": "cdr-icon--small@lg_15-0-0",
|
|
43
|
+
"cdr-icon--large@lg": "cdr-icon--large@lg_15-0-0",
|
|
44
|
+
"cdr-icon--inherit-color": "cdr-icon--inherit-color_15-0-0",
|
|
45
|
+
"cdr-toast": "cdr-toast_15-0-0",
|
|
46
|
+
"cdr-toast__transition--toast-enter-from": "cdr-toast__transition--toast-enter-from_15-0-0",
|
|
47
|
+
"cdr-toast__transition--toast-enter-active": "cdr-toast__transition--toast-enter-active_15-0-0",
|
|
48
|
+
"cdr-toast__transition--toast-leave-to": "cdr-toast__transition--toast-leave-to_15-0-0",
|
|
49
|
+
"cdr-toast__transition--toast-leave-active": "cdr-toast__transition--toast-leave-active_15-0-0",
|
|
50
|
+
"cdr-toast__main": "cdr-toast__main_15-0-0",
|
|
51
|
+
"cdr-toast__icon-left": "cdr-toast__icon-left_15-0-0",
|
|
52
|
+
"cdr-toast__message": "cdr-toast__message_15-0-0",
|
|
53
|
+
"cdr-toast__close-button": "cdr-toast__close-button_15-0-0",
|
|
54
|
+
"cdr-toast--default": "cdr-toast--default_15-0-0",
|
|
55
|
+
"cdr-toast--info": "cdr-toast--info_15-0-0",
|
|
56
|
+
"cdr-toast--warning": "cdr-toast--warning_15-0-0",
|
|
57
|
+
"cdr-toast--success": "cdr-toast--success_15-0-0",
|
|
58
|
+
"cdr-toast--error": "cdr-toast--error_15-0-0"
|
|
59
59
|
};
|
|
60
60
|
export {
|
|
61
61
|
t as default
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
const t = {
|
|
2
|
-
"cdr-toggle-button__item": "cdr-toggle-button__item_15-0-0
|
|
3
|
-
"cdr-toggle-button__container": "cdr-toggle-button__container_15-0-0
|
|
2
|
+
"cdr-toggle-button__item": "cdr-toggle-button__item_15-0-0",
|
|
3
|
+
"cdr-toggle-button__container": "cdr-toggle-button__container_15-0-0"
|
|
4
4
|
};
|
|
5
5
|
export {
|
|
6
6
|
t as default
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
const
|
|
2
|
-
"cdr-toggle-group": "cdr-toggle-group_15-0-0
|
|
3
|
-
"cdr-toggle-group--medium": "cdr-toggle-group--medium_15-0-0
|
|
4
|
-
"cdr-toggle-button__item": "cdr-toggle-button__item_15-0-0
|
|
5
|
-
"cdr-toggle-button__container": "cdr-toggle-button__container_15-0-0
|
|
6
|
-
"cdr-toggle-group--large": "cdr-toggle-group--large_15-0-0
|
|
1
|
+
const g = {
|
|
2
|
+
"cdr-toggle-group": "cdr-toggle-group_15-0-0",
|
|
3
|
+
"cdr-toggle-group--medium": "cdr-toggle-group--medium_15-0-0",
|
|
4
|
+
"cdr-toggle-button__item": "cdr-toggle-button__item_15-0-0",
|
|
5
|
+
"cdr-toggle-button__container": "cdr-toggle-button__container_15-0-0",
|
|
6
|
+
"cdr-toggle-group--large": "cdr-toggle-group--large_15-0-0"
|
|
7
7
|
};
|
|
8
8
|
export {
|
|
9
|
-
|
|
9
|
+
g as default
|
|
10
10
|
};
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
|
|
1
|
+
import { defineComponent as S, useCssModule as k, useSlots as B, ref as u, watch as P, onMounted as $, openBlock as q, createElementBlock as w, normalizeClass as M, unref as l, createElementVNode as N, renderSlot as C, createVNode as V, withCtx as x } from "vue";
|
|
2
|
+
import z from "../../utils/mapClasses.mjs";
|
|
3
|
+
import A from "../popup/CdrPopup.vue.mjs";
|
|
4
|
+
import H from "../../utils/propValidator.mjs";
|
|
5
|
+
import I from "../../utils/uid.mjs";
|
|
6
|
+
const F = /* @__PURE__ */ S({
|
|
6
7
|
name: "CdrTooltip",
|
|
7
8
|
__name: "CdrTooltip",
|
|
8
9
|
props: {
|
|
@@ -15,7 +16,7 @@ const F = /* @__PURE__ */ b({
|
|
|
15
16
|
type: String,
|
|
16
17
|
required: !1,
|
|
17
18
|
default: "top",
|
|
18
|
-
validator: (t) =>
|
|
19
|
+
validator: (t) => H(t, ["top", "bottom", "left", "right"])
|
|
19
20
|
},
|
|
20
21
|
/**
|
|
21
22
|
* If set to `true`, tooltip will attempt to dynamically set it's position to
|
|
@@ -28,8 +29,7 @@ const F = /* @__PURE__ */ b({
|
|
|
28
29
|
},
|
|
29
30
|
/** ID for the tooltip element, required for accessibility */
|
|
30
31
|
id: {
|
|
31
|
-
type: String
|
|
32
|
-
required: !0
|
|
32
|
+
type: String
|
|
33
33
|
},
|
|
34
34
|
/** Add custom class to the tooltip content wrapper. Allows for overriding size, styling, etc. */
|
|
35
35
|
contentClass: {
|
|
@@ -52,43 +52,43 @@ const F = /* @__PURE__ */ b({
|
|
|
52
52
|
closed: null
|
|
53
53
|
},
|
|
54
54
|
setup(t, {
|
|
55
|
-
emit:
|
|
55
|
+
emit: y
|
|
56
56
|
}) {
|
|
57
|
-
const
|
|
58
|
-
let
|
|
59
|
-
const
|
|
60
|
-
|
|
57
|
+
const s = t, c = y, m = s.id ? s.id : I(), h = k(), T = B(), r = u(!1);
|
|
58
|
+
let a;
|
|
59
|
+
const d = u(null), p = u(null), L = T.trigger, i = (e) => {
|
|
60
|
+
a && clearTimeout(a), r.value = !0, c("opened", e);
|
|
61
61
|
}, n = (e) => {
|
|
62
|
-
|
|
63
|
-
|
|
62
|
+
a = setTimeout(() => {
|
|
63
|
+
r.value = !1, c("closed", e);
|
|
64
64
|
}, 250);
|
|
65
|
-
},
|
|
66
|
-
var o, f,
|
|
67
|
-
const e = (o =
|
|
68
|
-
e && (e.addEventListener("mouseover",
|
|
65
|
+
}, b = () => {
|
|
66
|
+
var o, f, v, g, E;
|
|
67
|
+
const e = (o = p.value) == null ? void 0 : o.children[0];
|
|
68
|
+
e && (e.addEventListener("mouseover", i), e.addEventListener("focus", i), e.addEventListener("mouseleave", n), e.addEventListener("blur", n), (v = (f = d.value) == null ? void 0 : f.$el) == null || v.addEventListener("mouseover", i), (E = (g = d.value) == null ? void 0 : g.$el) == null || E.addEventListener("mouseleave", n));
|
|
69
69
|
};
|
|
70
|
-
return
|
|
70
|
+
return P(() => s.open, () => s.open ? i() : n()), $(() => {
|
|
71
71
|
var o;
|
|
72
|
-
|
|
73
|
-
const e = (o =
|
|
74
|
-
e && e.setAttribute("aria-describedby",
|
|
75
|
-
}), (e, o) => (
|
|
76
|
-
class:
|
|
77
|
-
}, [
|
|
72
|
+
b();
|
|
73
|
+
const e = (o = p.value) == null ? void 0 : o.children[0];
|
|
74
|
+
e && e.setAttribute("aria-describedby", m);
|
|
75
|
+
}), (e, o) => (q(), w("div", {
|
|
76
|
+
class: M(l(z)(l(h), "cdr-tooltip--wrapper", l(L) ? "cdr-tooltip--position" : ""))
|
|
77
|
+
}, [N("div", {
|
|
78
78
|
ref_key: "triggerEl",
|
|
79
|
-
ref:
|
|
80
|
-
}, [
|
|
79
|
+
ref: p
|
|
80
|
+
}, [C(e.$slots, "trigger")], 512), V(A, {
|
|
81
81
|
"content-class": t.contentClass,
|
|
82
82
|
role: "tooltip",
|
|
83
83
|
ref_key: "popupEl",
|
|
84
|
-
ref:
|
|
84
|
+
ref: d,
|
|
85
85
|
position: t.position,
|
|
86
86
|
"auto-position": t.autoPosition,
|
|
87
|
-
opened:
|
|
88
|
-
id:
|
|
87
|
+
opened: r.value,
|
|
88
|
+
id: l(m),
|
|
89
89
|
onClosed: n
|
|
90
90
|
}, {
|
|
91
|
-
default:
|
|
91
|
+
default: x(() => [C(e.$slots, "default")]),
|
|
92
92
|
_: 3
|
|
93
93
|
}, 8, ["content-class", "position", "auto-position", "opened", "id"])], 2));
|
|
94
94
|
}
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
const p = {
|
|
2
|
-
"cdr-popup": "cdr-popup_15-0-0
|
|
3
|
-
"cdr-popup--open": "cdr-popup--open_15-0-0
|
|
4
|
-
"cdr-popup--closed": "cdr-popup--closed_15-0-0
|
|
5
|
-
"cdr-popup__content": "cdr-popup__content_15-0-0
|
|
6
|
-
"cdr-popup__arrow": "cdr-popup__arrow_15-0-0
|
|
7
|
-
"cdr-popup--top": "cdr-popup--top_15-0-0
|
|
8
|
-
"cdr-popup--bottom": "cdr-popup--bottom_15-0-0
|
|
9
|
-
"cdr-popup--exit": "cdr-popup--exit_15-0-0
|
|
10
|
-
"cdr-popup--corner-left": "cdr-popup--corner-left_15-0-0
|
|
11
|
-
"cdr-popup--corner-right": "cdr-popup--corner-right_15-0-0
|
|
12
|
-
"cdr-popup--left": "cdr-popup--left_15-0-0
|
|
13
|
-
"cdr-popup--right": "cdr-popup--right_15-0-0
|
|
14
|
-
"cdr-popup--corner-top": "cdr-popup--corner-top_15-0-0
|
|
15
|
-
"cdr-popup--corner-bottom": "cdr-popup--corner-bottom_15-0-0
|
|
16
|
-
"cdr-tooltip--position": "cdr-tooltip--position_15-0-0
|
|
17
|
-
"cdr-tooltip--wrapper": "cdr-tooltip--wrapper_15-0-0
|
|
2
|
+
"cdr-popup": "cdr-popup_15-0-0",
|
|
3
|
+
"cdr-popup--open": "cdr-popup--open_15-0-0",
|
|
4
|
+
"cdr-popup--closed": "cdr-popup--closed_15-0-0",
|
|
5
|
+
"cdr-popup__content": "cdr-popup__content_15-0-0",
|
|
6
|
+
"cdr-popup__arrow": "cdr-popup__arrow_15-0-0",
|
|
7
|
+
"cdr-popup--top": "cdr-popup--top_15-0-0",
|
|
8
|
+
"cdr-popup--bottom": "cdr-popup--bottom_15-0-0",
|
|
9
|
+
"cdr-popup--exit": "cdr-popup--exit_15-0-0",
|
|
10
|
+
"cdr-popup--corner-left": "cdr-popup--corner-left_15-0-0",
|
|
11
|
+
"cdr-popup--corner-right": "cdr-popup--corner-right_15-0-0",
|
|
12
|
+
"cdr-popup--left": "cdr-popup--left_15-0-0",
|
|
13
|
+
"cdr-popup--right": "cdr-popup--right_15-0-0",
|
|
14
|
+
"cdr-popup--corner-top": "cdr-popup--corner-top_15-0-0",
|
|
15
|
+
"cdr-popup--corner-bottom": "cdr-popup--corner-bottom_15-0-0",
|
|
16
|
+
"cdr-tooltip--position": "cdr-tooltip--position_15-0-0",
|
|
17
|
+
"cdr-tooltip--wrapper": "cdr-tooltip--wrapper_15-0-0"
|
|
18
18
|
};
|
|
19
19
|
export {
|
|
20
20
|
p as default
|
package/dist/src/lib.mjs
CHANGED
|
@@ -17,20 +17,20 @@ import { default as H } from "./components/icon/CdrIcon.vue.mjs";
|
|
|
17
17
|
import { default as R } from "./components/image/CdrImg.vue.mjs";
|
|
18
18
|
import { default as v } from "./components/input/CdrInput.vue.mjs";
|
|
19
19
|
import { default as U } from "./components/kicker/CdrKicker.vue.mjs";
|
|
20
|
-
import { default as V } from "./components/
|
|
21
|
-
import { default as X } from "./components/
|
|
22
|
-
import { default as K } from "./components/
|
|
23
|
-
import { default as Z } from "./components/
|
|
24
|
-
import { default as J } from "./components/
|
|
25
|
-
import { default as j } from "./components/
|
|
26
|
-
import { default as _ } from "./components/
|
|
27
|
-
import { default as oo } from "./components/
|
|
28
|
-
import { default as eo } from "./components/
|
|
29
|
-
import { default as ao } from "./components/
|
|
30
|
-
import { default as lo } from "./components/
|
|
31
|
-
import { default as so } from "./components/
|
|
32
|
-
import { default as uo } from "./components/skeleton/
|
|
33
|
-
import { default as xo } from "./components/
|
|
20
|
+
import { default as V } from "./components/landingLead/CdrLandingLead.vue.mjs";
|
|
21
|
+
import { default as X } from "./components/link/CdrLink.vue.mjs";
|
|
22
|
+
import { default as K } from "./components/list/CdrList.vue.mjs";
|
|
23
|
+
import { default as Z } from "./components/modal/CdrModal.vue.mjs";
|
|
24
|
+
import { default as J } from "./components/pagination/CdrPagination.vue.mjs";
|
|
25
|
+
import { default as j } from "./components/picture/CdrPicture.vue.mjs";
|
|
26
|
+
import { default as _ } from "./components/popover/CdrPopover.vue.mjs";
|
|
27
|
+
import { default as oo } from "./components/quote/CdrQuote.vue.mjs";
|
|
28
|
+
import { default as eo } from "./components/radio/CdrRadio.vue.mjs";
|
|
29
|
+
import { default as ao } from "./components/rating/CdrRating.vue.mjs";
|
|
30
|
+
import { default as lo } from "./components/select/CdrSelect.vue.mjs";
|
|
31
|
+
import { default as so } from "./components/skeleton/CdrSkeleton.vue.mjs";
|
|
32
|
+
import { default as uo } from "./components/skeleton/CdrSkeletonBone.vue.mjs";
|
|
33
|
+
import { default as xo } from "./components/splitSurface/CdrSplitSurface.vue.mjs";
|
|
34
34
|
import { default as Io } from "./components/table/CdrTable.vue.mjs";
|
|
35
35
|
import { default as Co } from "./components/tabs/CdrTabPanel.vue.mjs";
|
|
36
36
|
import { default as ko } from "./components/tabs/CdrTabs.vue.mjs";
|
|
@@ -261,19 +261,19 @@ export {
|
|
|
261
261
|
v as CdrInput,
|
|
262
262
|
U as CdrKicker,
|
|
263
263
|
V as CdrLandingLead,
|
|
264
|
-
X as
|
|
265
|
-
K as
|
|
266
|
-
Z as
|
|
267
|
-
J as
|
|
268
|
-
j as
|
|
269
|
-
_ as
|
|
270
|
-
oo as
|
|
271
|
-
eo as
|
|
272
|
-
ao as
|
|
273
|
-
lo as
|
|
274
|
-
so as
|
|
275
|
-
uo as
|
|
276
|
-
xo as
|
|
264
|
+
X as CdrLink,
|
|
265
|
+
K as CdrList,
|
|
266
|
+
Z as CdrModal,
|
|
267
|
+
J as CdrPagination,
|
|
268
|
+
j as CdrPicture,
|
|
269
|
+
_ as CdrPopover,
|
|
270
|
+
oo as CdrQuote,
|
|
271
|
+
eo as CdrRadio,
|
|
272
|
+
ao as CdrRating,
|
|
273
|
+
lo as CdrSelect,
|
|
274
|
+
so as CdrSkeleton,
|
|
275
|
+
uo as CdrSkeletonBone,
|
|
276
|
+
xo as CdrSplitSurface,
|
|
277
277
|
vl as CdrSubheadingSans,
|
|
278
278
|
Ao as CdrSwitch,
|
|
279
279
|
Co as CdrTabPanel,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
:root{--cdr-heading-display-line-height-ratio: 1.07;--cdr-heading-serif-line-height-ratio: 1.25;--cdr-heading-sans-line-height-ratio: 1.25;--cdr-subheading-sans-line-height-ratio: 1.333;--cdr-utility-sans-line-height-ratio: 1.3;--cdr-utility-serif-line-height-ratio: 1.3;--cdr-eyebrow-line-height-ratio: 1.5;--cdr-body-line-height-ratio: 1.8}@supports (container-type: inline-size){:root{--cdr-type-scale--1: clamp(1.33rem, .29cqw + 1.24rem, 1.6rem);--cdr-type-scale-0: clamp(1.6rem, .44cqw + 1.46rem, 2rem);--cdr-type-scale-1: clamp(1.92rem, .64cqw + 1.72rem, 2.5rem);--cdr-type-scale-2: clamp(2.3rem, .9cqw + 2.02rem, 3.13rem);--cdr-type-scale-3: clamp(2.76rem, 1.25cqw + 2.36rem, 3.91rem);--cdr-type-scale-4: clamp(3.32rem, 1.72cqw + 2.77rem, 4.88rem);--cdr-type-scale-5: clamp(3.98rem, 2.33cqw + 3.24rem, 6.1rem);--cdr-type-scale-6: clamp(4.78rem, 3.13cqw + 3.78rem, 7.63rem);--cdr-type-scale-7: clamp(5.73rem, 4.17cqw + 4.4rem, 9.54rem)}}@supports not (container-type: inline-size){:root{--cdr-type-scale--1: clamp(1.33rem, .29vw + 1.24rem, 1.6rem);--cdr-type-scale-0: clamp(1.6rem, .44vw + 1.46rem, 2rem);--cdr-type-scale-1: clamp(1.92rem, .64vw + 1.72rem, 2.5rem);--cdr-type-scale-2: clamp(2.3rem, .9vw + 2.02rem, 3.13rem);--cdr-type-scale-3: clamp(2.76rem, 1.25vw + 2.36rem, 3.91rem);--cdr-type-scale-4: clamp(3.32rem, 1.72vw + 2.77rem, 4.88rem);--cdr-type-scale-5: clamp(3.98rem, 2.33vw + 3.24rem, 6.1rem);--cdr-type-scale-6: clamp(4.78rem, 3.13vw + 3.78rem, 7.63rem);--cdr-type-scale-7: clamp(5.73rem, 4.17vw + 4.4rem, 9.54rem)}}.cdr-abstract_15-0-0
|
|
1
|
+
:root{--cdr-heading-display-line-height-ratio: 1.07;--cdr-heading-serif-line-height-ratio: 1.25;--cdr-heading-sans-line-height-ratio: 1.25;--cdr-subheading-sans-line-height-ratio: 1.333;--cdr-utility-sans-line-height-ratio: 1.3;--cdr-utility-serif-line-height-ratio: 1.3;--cdr-eyebrow-line-height-ratio: 1.5;--cdr-body-line-height-ratio: 1.8}@supports (container-type: inline-size){:root{--cdr-type-scale--1: clamp(1.33rem, .29cqw + 1.24rem, 1.6rem);--cdr-type-scale-0: clamp(1.6rem, .44cqw + 1.46rem, 2rem);--cdr-type-scale-1: clamp(1.92rem, .64cqw + 1.72rem, 2.5rem);--cdr-type-scale-2: clamp(2.3rem, .9cqw + 2.02rem, 3.13rem);--cdr-type-scale-3: clamp(2.76rem, 1.25cqw + 2.36rem, 3.91rem);--cdr-type-scale-4: clamp(3.32rem, 1.72cqw + 2.77rem, 4.88rem);--cdr-type-scale-5: clamp(3.98rem, 2.33cqw + 3.24rem, 6.1rem);--cdr-type-scale-6: clamp(4.78rem, 3.13cqw + 3.78rem, 7.63rem);--cdr-type-scale-7: clamp(5.73rem, 4.17cqw + 4.4rem, 9.54rem)}}@supports not (container-type: inline-size){:root{--cdr-type-scale--1: clamp(1.33rem, .29vw + 1.24rem, 1.6rem);--cdr-type-scale-0: clamp(1.6rem, .44vw + 1.46rem, 2rem);--cdr-type-scale-1: clamp(1.92rem, .64vw + 1.72rem, 2.5rem);--cdr-type-scale-2: clamp(2.3rem, .9vw + 2.02rem, 3.13rem);--cdr-type-scale-3: clamp(2.76rem, 1.25vw + 2.36rem, 3.91rem);--cdr-type-scale-4: clamp(3.32rem, 1.72vw + 2.77rem, 4.88rem);--cdr-type-scale-5: clamp(3.98rem, 2.33vw + 3.24rem, 6.1rem);--cdr-type-scale-6: clamp(4.78rem, 3.13vw + 3.78rem, 7.63rem);--cdr-type-scale-7: clamp(5.73rem, 4.17vw + 4.4rem, 9.54rem)}}.cdr-abstract_15-0-0{font-family:Graphik,Helvetica Neue,sans-serif;font-style:normal;font-weight:500;letter-spacing:0;font-size:2rem;line-height:2.6rem;color:var(--cdr-text-color, var(--cdr-color-text-primary, rgba(12, 11, 8, .75)));margin:0;font-size:var(--cdr-type-scale-1);line-height:calc(var(--cdr-type-scale-1)*var(--cdr-subheading-sans-line-height-ratio));max-width:75ch}@container (max-width: 720px){.cdr-abstract_15-0-0{font-family:Graphik,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:2rem;line-height:3.6rem;font-size:var(--cdr-type-scale-0);line-height:calc(var(--cdr-type-scale-0)*var(--cdr-body-line-height-ratio))}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.cdr-accordion-group_15-0-0
|
|
1
|
+
.cdr-accordion-group_15-0-0{display:block;list-style:none;padding:0;margin:0}.cdr-accordion-group_15-0-0 li+li>.cdr-accordion_15-0-0{border-top:none}
|