@rei/cedar 14.1.1 → 15.0.0-alpha.1

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.
Files changed (166) hide show
  1. package/dist/cedar.umd.js +14 -14
  2. package/dist/component-docgen.json +3154 -2695
  3. package/dist/icon-component-docgen.json +601 -601
  4. package/dist/lib.d.ts +788 -411
  5. package/dist/node_modules/@rei/cdr-tokens/dist/rei-dot-com/js/cdr-tokens.mjs +10 -7
  6. package/dist/reset.css +0 -5
  7. package/dist/src/components/abstract/CdrAbstract.vue.mjs +9 -0
  8. package/dist/src/components/abstract/CdrAbstract.vue2.mjs +24 -0
  9. package/dist/src/components/abstract/styles/CdrAbstract.module.scss.mjs +6 -0
  10. package/dist/src/components/accordion/CdrAccordion.vue2.mjs +29 -29
  11. package/dist/src/components/accordion/styles/CdrAccordion.module.scss.mjs +29 -29
  12. package/dist/src/components/accordion/styles/CdrAccordionGroup.module.scss.mjs +2 -2
  13. package/dist/src/components/banner/styles/CdrBanner.module.scss.mjs +14 -14
  14. package/dist/src/components/breadcrumb/styles/CdrBreadcrumb.module.scss.mjs +7 -7
  15. package/dist/src/components/button/styles/CdrButton.module.scss.mjs +31 -31
  16. package/dist/src/components/caption/styles/CdrCaption.module.scss.mjs +4 -4
  17. package/dist/src/components/card/styles/CdrCard.module.scss.mjs +3 -3
  18. package/dist/src/components/checkbox/CdrCheckbox.vue2.mjs +21 -21
  19. package/dist/src/components/checkbox/styles/CdrCheckbox.module.scss.mjs +29 -29
  20. package/dist/src/components/chip/styles/CdrChip.module.scss.mjs +4 -4
  21. package/dist/src/components/chip/styles/CdrChipGroup.module.scss.mjs +6 -6
  22. package/dist/src/components/choreographer/CdrChoreographer.vue.mjs +9 -0
  23. package/dist/src/components/choreographer/CdrChoreographer.vue2.mjs +48 -0
  24. package/dist/src/components/choreographer/styles/CdrChoreographer.module.scss.mjs +9 -0
  25. package/dist/src/components/container/styles/CdrContainer.module.scss.mjs +4 -4
  26. package/dist/src/components/formError/styles/CdrFormError.module.scss.mjs +2 -2
  27. package/dist/src/components/formGroup/styles/CdrFormGroup.module.scss.mjs +8 -8
  28. package/dist/src/components/grid/styles/CdrGrid.module.scss.mjs +21 -21
  29. package/dist/src/components/icon/styles/CdrIcon.module.scss.mjs +12 -12
  30. package/dist/src/components/image/CdrImg.vue2.mjs +32 -96
  31. package/dist/src/components/image/styles/CdrImg.module.scss.mjs +3 -10
  32. package/dist/src/components/input/CdrInput.vue2.mjs +29 -29
  33. package/dist/src/components/input/styles/CdrInput.module.scss.mjs +34 -34
  34. package/dist/src/components/kicker/CdrKicker.vue.mjs +9 -0
  35. package/dist/src/components/kicker/CdrKicker.vue2.mjs +14 -0
  36. package/dist/src/components/kicker/styles/CdrKicker.module.scss.mjs +6 -0
  37. package/dist/src/components/labelStandalone/styles/CdrLabelStandalone.module.scss.mjs +14 -14
  38. package/dist/src/components/labelWrapper/styles/CdrLabelWrapper.module.scss.mjs +27 -27
  39. package/dist/src/components/lead/CdrHeadingSubheadingBlock.vue.mjs +9 -0
  40. package/dist/src/components/lead/CdrHeadingSubheadingBlock.vue2.mjs +34 -0
  41. package/dist/src/components/lead/CdrLead.vue.mjs +9 -0
  42. package/dist/src/components/lead/CdrLead.vue2.mjs +53 -0
  43. package/dist/src/components/lead/styles/CdrHeadingSubheadingBlock.module.scss.mjs +7 -0
  44. package/dist/src/components/lead/styles/CdrLead.module.scss.mjs +10 -0
  45. package/dist/src/components/link/styles/CdrLink.module.scss.mjs +5 -5
  46. package/dist/src/components/list/styles/CdrList.module.scss.mjs +5 -5
  47. package/dist/src/components/modal/CdrModal.vue2.mjs +110 -90
  48. package/dist/src/components/modal/styles/CdrModal.module.scss.mjs +14 -14
  49. package/dist/src/components/pagination/CdrPagination.vue2.mjs +79 -79
  50. package/dist/src/components/pagination/styles/CdrPagination.module.scss.mjs +55 -55
  51. package/dist/src/components/picture/CdrPicture.vue.mjs +9 -0
  52. package/dist/src/components/picture/CdrPicture.vue2.mjs +42 -0
  53. package/dist/src/components/picture/styles/CdrPicture.module.scss.mjs +6 -0
  54. package/dist/src/components/popover/CdrPopover.vue2.mjs +38 -38
  55. package/dist/src/components/popover/styles/CdrPopover.module.scss.mjs +63 -63
  56. package/dist/src/components/popup/CdrPopup.vue2.mjs +28 -28
  57. package/dist/src/components/popup/styles/CdrPopup.module.scss.mjs +14 -14
  58. package/dist/src/components/quote/styles/CdrQuote.module.scss.mjs +4 -4
  59. package/dist/src/components/radio/CdrRadio.vue2.mjs +23 -23
  60. package/dist/src/components/radio/styles/CdrRadio.module.scss.mjs +29 -29
  61. package/dist/src/components/rating/styles/CdrRating.module.scss.mjs +46 -46
  62. package/dist/src/components/select/CdrSelect.vue2.mjs +30 -30
  63. package/dist/src/components/select/styles/CdrSelect.module.scss.mjs +42 -42
  64. package/dist/src/components/skeleton/styles/CdrSkeleton.module.scss.mjs +1 -1
  65. package/dist/src/components/skeleton/styles/CdrSkeletonBone.module.scss.mjs +7 -7
  66. package/dist/src/components/switch/CdrSwitch.vue2.mjs +25 -25
  67. package/dist/src/components/switch/styles/CdrSwitch.module.scss.mjs +8 -8
  68. package/dist/src/components/table/styles/CdrTable.module.scss.mjs +13 -13
  69. package/dist/src/components/tabs/CdrTabPanel.vue2.mjs +12 -12
  70. package/dist/src/components/tabs/styles/CdrTabPanel.module.scss.mjs +7 -7
  71. package/dist/src/components/tabs/styles/CdrTabs.module.scss.mjs +30 -30
  72. package/dist/src/components/text/presets/CdrBody.vue.mjs +9 -0
  73. package/dist/src/components/text/presets/CdrBody.vue2.mjs +39 -0
  74. package/dist/src/components/text/presets/CdrBody.vue3.mjs +6 -0
  75. package/dist/src/components/text/presets/CdrEyebrow.vue.mjs +9 -0
  76. package/dist/src/components/text/presets/CdrEyebrow.vue2.mjs +18 -0
  77. package/dist/src/components/text/presets/CdrEyebrow.vue3.mjs +6 -0
  78. package/dist/src/components/text/presets/CdrHeadingDisplay.vue.mjs +9 -0
  79. package/dist/src/components/text/presets/CdrHeadingDisplay.vue2.mjs +33 -0
  80. package/dist/src/components/text/presets/CdrHeadingDisplay.vue3.mjs +6 -0
  81. package/dist/src/components/text/presets/CdrHeadingSans.vue.mjs +9 -0
  82. package/dist/src/components/text/presets/CdrHeadingSans.vue2.mjs +33 -0
  83. package/dist/src/components/text/presets/CdrHeadingSans.vue3.mjs +6 -0
  84. package/dist/src/components/text/presets/CdrHeadingSerif.vue.mjs +9 -0
  85. package/dist/src/components/text/presets/CdrHeadingSerif.vue2.mjs +39 -0
  86. package/dist/src/components/text/presets/CdrHeadingSerif.vue3.mjs +6 -0
  87. package/dist/src/components/text/presets/CdrSubheadingSans.vue.mjs +9 -0
  88. package/dist/src/components/text/presets/CdrSubheadingSans.vue2.mjs +33 -0
  89. package/dist/src/components/text/presets/CdrSubheadingSans.vue3.mjs +6 -0
  90. package/dist/src/components/text/presets/CdrUtilitySans.vue.mjs +9 -0
  91. package/dist/src/components/text/presets/CdrUtilitySans.vue2.mjs +39 -0
  92. package/dist/src/components/text/presets/CdrUtilitySans.vue3.mjs +6 -0
  93. package/dist/src/components/text/presets/CdrUtilitySerif.vue.mjs +9 -0
  94. package/dist/src/components/text/presets/CdrUtilitySerif.vue2.mjs +39 -0
  95. package/dist/src/components/text/presets/CdrUtilitySerif.vue3.mjs +6 -0
  96. package/dist/src/components/text/styles/CdrText.module.scss.mjs +1 -1
  97. package/dist/src/components/title/CdrTitle.vue.mjs +9 -0
  98. package/dist/src/components/title/CdrTitle.vue2.mjs +23 -0
  99. package/dist/src/components/title/styles/CdrTitle.module.scss.mjs +6 -0
  100. package/dist/src/components/toast/CdrToast.vue2.mjs +21 -21
  101. package/dist/src/components/toast/styles/CdrToast.module.scss.mjs +57 -57
  102. package/dist/src/components/toggleButton/CdrToggleGroup.vue2.mjs +27 -27
  103. package/dist/src/components/toggleButton/styles/CdrToggleButton.module.scss.mjs +2 -2
  104. package/dist/src/components/toggleButton/styles/CdrToggleGroup.module.scss.mjs +5 -5
  105. package/dist/src/components/tooltip/CdrTooltip.vue2.mjs +25 -25
  106. package/dist/src/components/tooltip/styles/CdrTooltip.module.scss.mjs +16 -16
  107. package/dist/src/lib.mjs +468 -440
  108. package/dist/style/cdr-abstract.css +1 -0
  109. package/dist/style/cdr-accordion-group.css +1 -1
  110. package/dist/style/cdr-accordion.css +1 -1
  111. package/dist/style/cdr-banner.css +1 -1
  112. package/dist/style/cdr-body.css +1 -0
  113. package/dist/style/cdr-breadcrumb.css +1 -1
  114. package/dist/style/cdr-button.css +1 -1
  115. package/dist/style/cdr-caption.css +1 -1
  116. package/dist/style/cdr-card.css +1 -1
  117. package/dist/style/cdr-checkbox.css +1 -1
  118. package/dist/style/cdr-chip-group.css +1 -1
  119. package/dist/style/cdr-chip.css +1 -1
  120. package/dist/style/cdr-choreographer.css +1 -0
  121. package/dist/style/cdr-container.css +1 -1
  122. package/dist/style/cdr-eyebrow.css +1 -0
  123. package/dist/style/cdr-form-error.css +1 -1
  124. package/dist/style/cdr-form-group.css +1 -1
  125. package/dist/style/cdr-grid.css +1 -1
  126. package/dist/style/cdr-heading-display.css +1 -0
  127. package/dist/style/cdr-heading-sans.css +1 -0
  128. package/dist/style/cdr-heading-serif.css +1 -0
  129. package/dist/style/cdr-heading-subheading-block.css +1 -0
  130. package/dist/style/cdr-icon.css +1 -1
  131. package/dist/style/cdr-img.css +1 -1
  132. package/dist/style/cdr-input.css +1 -1
  133. package/dist/style/cdr-kicker.css +1 -0
  134. package/dist/style/cdr-label-standalone.css +1 -1
  135. package/dist/style/cdr-label-wrapper.css +1 -1
  136. package/dist/style/cdr-lead.css +1 -0
  137. package/dist/style/cdr-link.css +1 -1
  138. package/dist/style/cdr-list.css +1 -1
  139. package/dist/style/cdr-modal.css +1 -1
  140. package/dist/style/cdr-pagination.css +1 -1
  141. package/dist/style/cdr-picture.css +1 -0
  142. package/dist/style/cdr-popover.css +1 -1
  143. package/dist/style/cdr-popup.css +1 -1
  144. package/dist/style/cdr-quote.css +1 -1
  145. package/dist/style/cdr-radio.css +1 -1
  146. package/dist/style/cdr-rating.css +1 -1
  147. package/dist/style/cdr-select.css +1 -1
  148. package/dist/style/cdr-skeleton-bone.css +1 -1
  149. package/dist/style/cdr-skeleton.css +1 -1
  150. package/dist/style/cdr-subheading-sans.css +1 -0
  151. package/dist/style/cdr-switch.css +1 -1
  152. package/dist/style/cdr-tab-panel.css +1 -1
  153. package/dist/style/cdr-table.css +1 -1
  154. package/dist/style/cdr-tabs.css +1 -1
  155. package/dist/style/cdr-text.css +1 -1
  156. package/dist/style/cdr-title.css +1 -0
  157. package/dist/style/cdr-toast.css +1 -1
  158. package/dist/style/cdr-toggle-button.css +1 -1
  159. package/dist/style/cdr-toggle-group.css +1 -1
  160. package/dist/style/cdr-tooltip.css +1 -1
  161. package/dist/style/cdr-utility-sans.css +1 -0
  162. package/dist/style/cdr-utility-serif.css +1 -0
  163. package/dist/style.css +1 -1
  164. package/package.json +6 -12
  165. package/dist/cedar-compiled.css +0 -2332
  166. package/dist/style/cedar-full.css +0 -41
@@ -1,9 +1,9 @@
1
- const c = {
2
- "cdr-chip-group": "cdr-chip-group_14-1-1",
3
- "cdr-chip-group__content": "cdr-chip-group__content_14-1-1",
4
- "cdr-chip-group__legend--hidden": "cdr-chip-group__legend--hidden_14-1-1",
5
- "cdr-chip-group__legend": "cdr-chip-group__legend_14-1-1"
1
+ const p = {
2
+ "cdr-chip-group": "cdr-chip-group_15-0-0-alpha-1",
3
+ "cdr-chip-group__content": "cdr-chip-group__content_15-0-0-alpha-1",
4
+ "cdr-chip-group__legend--hidden": "cdr-chip-group__legend--hidden_15-0-0-alpha-1",
5
+ "cdr-chip-group__legend": "cdr-chip-group__legend_15-0-0-alpha-1"
6
6
  };
7
7
  export {
8
- c as default
8
+ p as default
9
9
  };
@@ -0,0 +1,9 @@
1
+ import o from "./CdrChoreographer.vue2.mjs";
2
+ import s from "./styles/CdrChoreographer.module.scss.mjs";
3
+ import r from "../../../_virtual/_plugin-vue_export-helper.mjs";
4
+ const t = {
5
+ $style: s
6
+ }, f = /* @__PURE__ */ r(o, [["__cssModules", t]]);
7
+ export {
8
+ f as default
9
+ };
@@ -0,0 +1,48 @@
1
+ import { defineComponent as l, useCssModule as C, resolveComponent as d, openBlock as o, createElementBlock as e, Fragment as a, renderList as n, createBlock as t, resolveDynamicComponent as h, mergeProps as f, unref as u, withCtx as g, createTextVNode as k, toDisplayString as _ } from "vue";
2
+ import x from "../abstract/CdrAbstract.vue.mjs";
3
+ import A from "../card/CdrCard.vue.mjs";
4
+ import b from "../image/CdrImg.vue.mjs";
5
+ import B from "../kicker/CdrKicker.vue.mjs";
6
+ import $ from "../link/CdrLink.vue.mjs";
7
+ import v from "../rating/CdrRating.vue.mjs";
8
+ import D from "../title/CdrTitle.vue.mjs";
9
+ const L = "cdr-choreographer", S = /* @__PURE__ */ l({
10
+ name: "CdrChoreographer",
11
+ __name: "CdrChoreographer",
12
+ props: {
13
+ schema: {
14
+ type: Array,
15
+ default: () => []
16
+ }
17
+ },
18
+ setup(c) {
19
+ const m = {
20
+ abstract: x,
21
+ kicker: B,
22
+ title: D,
23
+ image: b,
24
+ rating: v,
25
+ link: $,
26
+ card: A
27
+ }, s = C();
28
+ return (M, T) => {
29
+ const p = d("CdrChoreographer", !0);
30
+ return o(!0), e(a, null, n(c.schema, (r, i) => (o(), t(h(m[r.type]), f({
31
+ key: `entry-${i}`
32
+ }, r == null ? void 0 : r.props, {
33
+ class: u(s)[`${L}__${r.type}`]
34
+ }), {
35
+ default: g(() => [Array.isArray(r == null ? void 0 : r.content) ? (o(), t(p, {
36
+ key: 0,
37
+ schema: r == null ? void 0 : r.content
38
+ }, null, 8, ["schema"])) : (o(), e(a, {
39
+ key: 1
40
+ }, [k(_(r == null ? void 0 : r.content), 1)], 64))]),
41
+ _: 2
42
+ }, 1040, ["class"]))), 128);
43
+ };
44
+ }
45
+ });
46
+ export {
47
+ S as default
48
+ };
@@ -0,0 +1,9 @@
1
+ const r = {
2
+ "cdr-choreographer__kicker": "cdr-choreographer__kicker_15-0-0-alpha-1",
3
+ "cdr-choreographer__title": "cdr-choreographer__title_15-0-0-alpha-1",
4
+ "cdr-choreographer__rating": "cdr-choreographer__rating_15-0-0-alpha-1",
5
+ "cdr-choreographer__abstract": "cdr-choreographer__abstract_15-0-0-alpha-1"
6
+ };
7
+ export {
8
+ r as default
9
+ };
@@ -1,7 +1,7 @@
1
- const t = {
2
- "cdr-container": "cdr-container_14-1-1",
3
- "cdr-container--static": "cdr-container--static_14-1-1"
1
+ const a = {
2
+ "cdr-container": "cdr-container_15-0-0-alpha-1",
3
+ "cdr-container--static": "cdr-container--static_15-0-0-alpha-1"
4
4
  };
5
5
  export {
6
- t as default
6
+ a as default
7
7
  };
@@ -1,6 +1,6 @@
1
1
  const r = {
2
- "cdr-form-error": "cdr-form-error_14-1-1",
3
- "cdr-form-error__icon": "cdr-form-error__icon_14-1-1"
2
+ "cdr-form-error": "cdr-form-error_15-0-0-alpha-1",
3
+ "cdr-form-error__icon": "cdr-form-error__icon_15-0-0-alpha-1"
4
4
  };
5
5
  export {
6
6
  r as default
@@ -1,12 +1,12 @@
1
1
  const r = {
2
- "cdr-form-error": "cdr-form-error_14-1-1",
3
- "cdr-form-error__icon": "cdr-form-error__icon_14-1-1",
4
- "cdr-form-group": "cdr-form-group_14-1-1",
5
- "cdr-form-group--error": "cdr-form-group--error_14-1-1",
6
- "cdr-form-group--disabled": "cdr-form-group--disabled_14-1-1",
7
- "cdr-form-group__optional": "cdr-form-group__optional_14-1-1",
8
- "cdr-form-group__required": "cdr-form-group__required_14-1-1",
9
- "cdr-form-group__wrapper": "cdr-form-group__wrapper_14-1-1"
2
+ "cdr-form-error": "cdr-form-error_15-0-0-alpha-1",
3
+ "cdr-form-error__icon": "cdr-form-error__icon_15-0-0-alpha-1",
4
+ "cdr-form-group": "cdr-form-group_15-0-0-alpha-1",
5
+ "cdr-form-group--error": "cdr-form-group--error_15-0-0-alpha-1",
6
+ "cdr-form-group--disabled": "cdr-form-group--disabled_15-0-0-alpha-1",
7
+ "cdr-form-group__optional": "cdr-form-group__optional_15-0-0-alpha-1",
8
+ "cdr-form-group__required": "cdr-form-group__required_15-0-0-alpha-1",
9
+ "cdr-form-group__wrapper": "cdr-form-group__wrapper_15-0-0-alpha-1"
10
10
  };
11
11
  export {
12
12
  r as default
@@ -1,25 +1,25 @@
1
1
  const r = {
2
- "cdr-grid": "cdr-grid_14-1-1",
3
- "cdr-grid--gutter-none": "cdr-grid--gutter-none_14-1-1",
4
- "cdr-grid--gutter-small": "cdr-grid--gutter-small_14-1-1",
5
- "cdr-grid--gutter-medium": "cdr-grid--gutter-medium_14-1-1",
6
- "cdr-grid--gutter-large": "cdr-grid--gutter-large_14-1-1",
7
- "cdr-grid--gutter-none@xs": "cdr-grid--gutter-none@xs_14-1-1",
8
- "cdr-grid--gutter-small@xs": "cdr-grid--gutter-small@xs_14-1-1",
9
- "cdr-grid--gutter-medium@xs": "cdr-grid--gutter-medium@xs_14-1-1",
10
- "cdr-grid--gutter-large@xs": "cdr-grid--gutter-large@xs_14-1-1",
11
- "cdr-grid--gutter-none@sm": "cdr-grid--gutter-none@sm_14-1-1",
12
- "cdr-grid--gutter-small@sm": "cdr-grid--gutter-small@sm_14-1-1",
13
- "cdr-grid--gutter-medium@sm": "cdr-grid--gutter-medium@sm_14-1-1",
14
- "cdr-grid--gutter-large@sm": "cdr-grid--gutter-large@sm_14-1-1",
15
- "cdr-grid--gutter-none@md": "cdr-grid--gutter-none@md_14-1-1",
16
- "cdr-grid--gutter-small@md": "cdr-grid--gutter-small@md_14-1-1",
17
- "cdr-grid--gutter-medium@md": "cdr-grid--gutter-medium@md_14-1-1",
18
- "cdr-grid--gutter-large@md": "cdr-grid--gutter-large@md_14-1-1",
19
- "cdr-grid--gutter-none@lg": "cdr-grid--gutter-none@lg_14-1-1",
20
- "cdr-grid--gutter-small@lg": "cdr-grid--gutter-small@lg_14-1-1",
21
- "cdr-grid--gutter-medium@lg": "cdr-grid--gutter-medium@lg_14-1-1",
22
- "cdr-grid--gutter-large@lg": "cdr-grid--gutter-large@lg_14-1-1"
2
+ "cdr-grid": "cdr-grid_15-0-0-alpha-1",
3
+ "cdr-grid--gutter-none": "cdr-grid--gutter-none_15-0-0-alpha-1",
4
+ "cdr-grid--gutter-small": "cdr-grid--gutter-small_15-0-0-alpha-1",
5
+ "cdr-grid--gutter-medium": "cdr-grid--gutter-medium_15-0-0-alpha-1",
6
+ "cdr-grid--gutter-large": "cdr-grid--gutter-large_15-0-0-alpha-1",
7
+ "cdr-grid--gutter-none@xs": "cdr-grid--gutter-none@xs_15-0-0-alpha-1",
8
+ "cdr-grid--gutter-small@xs": "cdr-grid--gutter-small@xs_15-0-0-alpha-1",
9
+ "cdr-grid--gutter-medium@xs": "cdr-grid--gutter-medium@xs_15-0-0-alpha-1",
10
+ "cdr-grid--gutter-large@xs": "cdr-grid--gutter-large@xs_15-0-0-alpha-1",
11
+ "cdr-grid--gutter-none@sm": "cdr-grid--gutter-none@sm_15-0-0-alpha-1",
12
+ "cdr-grid--gutter-small@sm": "cdr-grid--gutter-small@sm_15-0-0-alpha-1",
13
+ "cdr-grid--gutter-medium@sm": "cdr-grid--gutter-medium@sm_15-0-0-alpha-1",
14
+ "cdr-grid--gutter-large@sm": "cdr-grid--gutter-large@sm_15-0-0-alpha-1",
15
+ "cdr-grid--gutter-none@md": "cdr-grid--gutter-none@md_15-0-0-alpha-1",
16
+ "cdr-grid--gutter-small@md": "cdr-grid--gutter-small@md_15-0-0-alpha-1",
17
+ "cdr-grid--gutter-medium@md": "cdr-grid--gutter-medium@md_15-0-0-alpha-1",
18
+ "cdr-grid--gutter-large@md": "cdr-grid--gutter-large@md_15-0-0-alpha-1",
19
+ "cdr-grid--gutter-none@lg": "cdr-grid--gutter-none@lg_15-0-0-alpha-1",
20
+ "cdr-grid--gutter-small@lg": "cdr-grid--gutter-small@lg_15-0-0-alpha-1",
21
+ "cdr-grid--gutter-medium@lg": "cdr-grid--gutter-medium@lg_15-0-0-alpha-1",
22
+ "cdr-grid--gutter-large@lg": "cdr-grid--gutter-large@lg_15-0-0-alpha-1"
23
23
  };
24
24
  export {
25
25
  r as default
@@ -1,16 +1,16 @@
1
1
  const c = {
2
- "cdr-icon": "cdr-icon_14-1-1",
3
- "cdr-icon--small": "cdr-icon--small_14-1-1",
4
- "cdr-icon--large": "cdr-icon--large_14-1-1",
5
- "cdr-icon--small@xs": "cdr-icon--small@xs_14-1-1",
6
- "cdr-icon--large@xs": "cdr-icon--large@xs_14-1-1",
7
- "cdr-icon--small@sm": "cdr-icon--small@sm_14-1-1",
8
- "cdr-icon--large@sm": "cdr-icon--large@sm_14-1-1",
9
- "cdr-icon--small@md": "cdr-icon--small@md_14-1-1",
10
- "cdr-icon--large@md": "cdr-icon--large@md_14-1-1",
11
- "cdr-icon--small@lg": "cdr-icon--small@lg_14-1-1",
12
- "cdr-icon--large@lg": "cdr-icon--large@lg_14-1-1",
13
- "cdr-icon--inherit-color": "cdr-icon--inherit-color_14-1-1"
2
+ "cdr-icon": "cdr-icon_15-0-0-alpha-1",
3
+ "cdr-icon--small": "cdr-icon--small_15-0-0-alpha-1",
4
+ "cdr-icon--large": "cdr-icon--large_15-0-0-alpha-1",
5
+ "cdr-icon--small@xs": "cdr-icon--small@xs_15-0-0-alpha-1",
6
+ "cdr-icon--large@xs": "cdr-icon--large@xs_15-0-0-alpha-1",
7
+ "cdr-icon--small@sm": "cdr-icon--small@sm_15-0-0-alpha-1",
8
+ "cdr-icon--large@sm": "cdr-icon--large@sm_15-0-0-alpha-1",
9
+ "cdr-icon--small@md": "cdr-icon--small@md_15-0-0-alpha-1",
10
+ "cdr-icon--large@md": "cdr-icon--large@md_15-0-0-alpha-1",
11
+ "cdr-icon--small@lg": "cdr-icon--small@lg_15-0-0-alpha-1",
12
+ "cdr-icon--large@lg": "cdr-icon--large@lg_15-0-0-alpha-1",
13
+ "cdr-icon--inherit-color": "cdr-icon--inherit-color_15-0-0-alpha-1"
14
14
  };
15
15
  export {
16
16
  c as default
@@ -1,107 +1,43 @@
1
- import { defineComponent as S, useCssModule as b, computed as a, openBlock as u, createElementBlock as m, normalizeStyle as h, normalizeClass as k, unref as s, createElementVNode as O, mergeProps as f } from "vue";
2
- import v from "../../utils/mapClasses.mjs";
3
- import P from "../../utils/propValidator.mjs";
4
- const j = ["src", "alt"], q = ["src", "alt"], o = "cdr-image", x = "cdr-image-ratio", l = "cdr-image-ratio__cover", I = /* @__PURE__ */ S({
1
+ import { defineComponent as n, computed as i, useCssModule as c, openBlock as l, createElementBlock as u, normalizeClass as m, unref as p, normalizeStyle as g } from "vue";
2
+ import { CdrRadiusSoft as f, CdrRadiusSofter as C, CdrRadiusRound as y } from "../../../node_modules/@rei/cdr-tokens/dist/rei-dot-com/js/cdr-tokens.mjs";
3
+ const h = ["src", "alt", "srcset", "sizes", "loading", "decoding", "fetchpriority"], z = "cdr-image", S = /* @__PURE__ */ n({
5
4
  name: "CdrImg",
6
- inheritAttrs: !1,
7
5
  __name: "CdrImg",
8
6
  props: {
9
- /**
10
- * Image source url.
11
- */
12
- src: {
13
- type: String,
14
- required: !0
15
- },
16
- /**
17
- * Image alt text. Defaults to an empty string
18
- */
7
+ src: {},
19
8
  alt: {
20
- type: String,
21
9
  default: ""
22
10
  },
23
- /**
24
- * Aspect ratio of the media container
25
- * @demoSelectMultiple false
26
- * @values auto, square, 1-2, 2-3, 3-4, 9-16, 2-1, 3-2, 4-3, 16-9
27
- */
28
- ratio: {
29
- type: String,
30
- default: void 0,
31
- validator: (e) => ["auto", "square", "1-2", "2-3", "3-4", "9-16", "2-1", "3-2", "4-3", "16-9"].indexOf(e) >= 0 || !1
32
- },
33
- /**
34
- * Requires a `ratio`. Area to crop the image overflow to. {left, center, right} {top, center, bottom}
35
- * @demoSelectMultiple false
36
- * @values left, x-center, right, top, y-center, bottom
37
- */
38
- crop: {
39
- type: String
40
- },
41
- /**
42
- * Requires a `ratio`. Scale the image to be as large as possible to fill the area (background-position: cover;)
43
- */
44
- cover: {
45
- type: Boolean
46
- },
47
- /**
48
- * Adds a custom class to the cdr-img__ratio container div
49
- */
50
- containerClass: String,
51
- /**
52
- * Sets a border radius to an element {square, top, right, bottom, left}
53
- * @demoSelectMultiple false
54
- * @values circle, rounded
55
- */
56
- radius: {
57
- type: String,
58
- validator: (e) => ["circle", "rounded"].indexOf(e) >= 0 || !1
59
- },
60
- /**
61
- * Modifies the style variant for this component.
62
- * @demoSelectMultiple false
63
- * @values responsive
64
- */
65
- modifier: {
66
- type: String,
67
- default: "",
68
- validator: (e) => P(e, ["", "responsive"])
69
- }
11
+ srcset: {},
12
+ sizes: {},
13
+ ratio: {},
14
+ position: {},
15
+ fit: {},
16
+ radius: {},
17
+ loading: {},
18
+ decoding: {},
19
+ fetchpriority: {}
70
20
  },
71
- setup(e) {
72
- const t = e, i = b(), c = a(() => t.modifier ? `${o}--${t.modifier}` : ""), n = a(() => t.radius ? `${o}--${t.radius}` : ""), p = a(() => ({
73
- objectPosition: t.crop
74
- })), g = a(() => {
75
- let r;
76
- if (t.ratio === "square")
77
- r = "100%";
78
- else if (t.ratio === "auto")
79
- r = "0";
80
- else if (t.ratio) {
81
- const [d, $] = t.ratio.split("-");
82
- r = `${+$ / +d * 100}%`;
83
- }
84
- return {
85
- "--ratio": r
86
- };
87
- }), C = a(() => t.crop ? `${l}--crop` : ""), y = a(() => t.cover ? `${l}--cover` : "");
88
- return (r, d) => e.ratio ? (u(), m("div", {
89
- key: 0,
90
- style: h(g.value),
91
- class: k([s(i)[x], e.containerClass])
92
- }, [O("img", f({
93
- style: p.value,
94
- class: s(v)(s(i), o, c.value, n.value, l, C.value, y.value),
95
- src: e.src,
96
- alt: e.alt
97
- }, r.$attrs), null, 16, j)], 6)) : (u(), m("img", f({
98
- key: 1,
99
- class: s(v)(s(i), o, c.value, n.value),
100
- src: e.src,
101
- alt: e.alt
102
- }, r.$attrs), null, 16, q));
21
+ setup(o) {
22
+ const e = o, r = /* @__PURE__ */ new Map([["soft", f], ["softer", C], ["round", y]]), t = i(() => r.get(e.radius) ? `${r.get(e.radius)}rem` : e.radius), a = i(() => ({
23
+ "--cdr-img-aspect-ratio": e.ratio,
24
+ "--cdr-img-object-position": e.position,
25
+ "--cdr-img-object-fit": e.fit,
26
+ "--cdr-img-border-radius": t.value
27
+ })), d = c();
28
+ return (s, R) => (l(), u("img", {
29
+ class: m(p(d)[z]),
30
+ style: g(a.value),
31
+ src: s.src,
32
+ alt: s.alt,
33
+ srcset: s.srcset,
34
+ sizes: s.sizes,
35
+ loading: s.loading,
36
+ decoding: s.decoding,
37
+ fetchpriority: s.fetchpriority
38
+ }, null, 14, h));
103
39
  }
104
40
  });
105
41
  export {
106
- I as default
42
+ S as default
107
43
  };
@@ -1,13 +1,6 @@
1
- const r = {
2
- "cdr-image": "cdr-image_14-1-1",
3
- "cdr-image--responsive": "cdr-image--responsive_14-1-1",
4
- "cdr-image--rounded": "cdr-image--rounded_14-1-1",
5
- "cdr-image--circle": "cdr-image--circle_14-1-1",
6
- "cdr-image-ratio": "cdr-image-ratio_14-1-1",
7
- "cdr-image-ratio__cover": "cdr-image-ratio__cover_14-1-1",
8
- "cdr-image-ratio__cover--crop": "cdr-image-ratio__cover--crop_14-1-1",
9
- "cdr-image-ratio__cover--cover": "cdr-image-ratio__cover--cover_14-1-1"
1
+ const a = {
2
+ "cdr-image": "cdr-image_15-0-0-alpha-1"
10
3
  };
11
4
  export {
12
- r as default
5
+ a as default
13
6
  };
@@ -1,12 +1,12 @@
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
- import Y from "../../utils/propValidator.mjs";
3
- import Z from "../labelStandalone/CdrLabelStandalone.vue.mjs";
4
- import _ from "../formError/CdrFormError.vue.mjs";
5
- import ee from "../../props/size.mjs";
6
- import re from "../../props/background.mjs";
1
+ import { defineComponent as O, useSlots as G, useAttrs as J, useCssModule as K, ref as Q, computed as i, openBlock as m, createBlock as P, unref as r, normalizeClass as v, 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
+ import Z from "../../utils/propValidator.mjs";
3
+ import _ from "../labelStandalone/CdrLabelStandalone.vue.mjs";
4
+ import ee from "../formError/CdrFormError.vue.mjs";
5
+ import re from "../../props/size.mjs";
6
+ import te from "../../props/background.mjs";
7
7
  import $ from "../../utils/mapClasses.mjs";
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({
8
+ import oe from "../../utils/uid.mjs";
9
+ const ae = ["rows", "id", "disabled", "aria-required", "aria-invalid", "aria-errormessage", "aria-describedby"], ie = ["type", "disabled", "aria-required", "aria-invalid", "aria-errormessage", "aria-describedby"], le = ["id"], h = "cdr-input", be = /* @__PURE__ */ O({
10
10
  name: "CdrInput",
11
11
  inheritAttrs: !1,
12
12
  customOptions: {},
@@ -28,7 +28,7 @@ const oe = ["rows", "id", "disabled", "aria-required", "aria-invalid", "aria-err
28
28
  type: {
29
29
  type: [String],
30
30
  default: "text",
31
- validator: (e) => Y(e, ["text", "email", "number", "password", "search", "url", "tel", "date", "datetime-local"])
31
+ validator: (e) => Z(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.
@@ -59,13 +59,13 @@ const oe = ["rows", "id", "disabled", "aria-required", "aria-invalid", "aria-err
59
59
  * Sets the background color the input is rendered on
60
60
  * @values primary, secondary
61
61
  */
62
- background: re,
62
+ background: te,
63
63
  /**
64
64
  * Sets the input field size
65
65
  * @demoSelectMultiple false
66
66
  * @values medium, large
67
67
  */
68
- size: ee,
68
+ size: re,
69
69
  /**
70
70
  * Sets the `role` attribute for the embedded error state messaging.
71
71
  */
@@ -108,10 +108,10 @@ const oe = ["rows", "id", "disabled", "aria-required", "aria-invalid", "aria-err
108
108
  setup(e, {
109
109
  emit: F
110
110
  }) {
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(" ");
111
+ const a = e, M = F, l = G(), C = J(), c = K(), p = Q(!1), E = l["helper-text-top"], L = l["helper-text-bottom"], g = l["pre-icon"], k = l["post-icon"], T = l["post-icon"] ? l["post-icon"]().length > 1 : !1, U = l.info, D = l["info-action"], s = a.id ? a.id : oe(), H = i(() => a.rows > 1 ? "cdr-input--multiline" : ""), q = i(() => g ? "cdr-input--preicon" : ""), B = i(() => k ? "cdr-input--posticon" : ""), w = i(() => T ? "cdr-input--posticons" : ""), x = i(() => a.error ? "cdr-input--error" : ""), I = i(() => `cdr-input--${a.background}`), S = i(() => a.size ? `${h}--${a.size}` : ""), R = i(() => p.value ? "cdr-input--focus" : ""), V = i(() => {
112
+ const t = [l["helper-text-top"] ? `${s}-helper-text-top` : "", l["helper-text-bottom"] ? `${s}-helper-text-bottom` : "", C["aria-describedby"]].filter((o) => o).join(" ");
113
113
  return a.error ? `${s}-error` : t;
114
- }), R = l(() => {
114
+ }), j = i(() => {
115
115
  const t = a.numeric || a.type === "number";
116
116
  return {
117
117
  id: s,
@@ -120,15 +120,15 @@ const oe = ["rows", "id", "disabled", "aria-required", "aria-invalid", "aria-err
120
120
  inputmode: t ? "numeric" : void 0,
121
121
  ...C
122
122
  };
123
- }), b = l({
123
+ }), b = i({
124
124
  get() {
125
125
  return a.modelValue;
126
126
  },
127
127
  set(t) {
128
- F("update:modelValue", t);
128
+ M("update:modelValue", t);
129
129
  }
130
130
  });
131
- return (t, o) => (m(), P(Z, {
131
+ return (t, o) => (m(), P(_, {
132
132
  "for-id": r(s),
133
133
  label: e.label,
134
134
  "hide-label": e.hideLabel,
@@ -136,13 +136,13 @@ const oe = ["rows", "id", "disabled", "aria-required", "aria-invalid", "aria-err
136
136
  optional: e.optional,
137
137
  disabled: e.disabled,
138
138
  class: v(e.labelClass)
139
- }, Q({
139
+ }, W({
140
140
  default: d(() => [z("div", {
141
- class: v(r($)(r(c), "cdr-input-wrap", H.value))
141
+ class: v(r($)(r(c), "cdr-input-wrap", R.value))
142
142
  }, [e.rows && e.rows > 1 ? N((m(), f("textarea", A({
143
143
  key: 0,
144
144
  rows: e.rows,
145
- class: r($)(r(c), h, D.value, q.value, B.value, w.value, x.value, I.value, S.value),
145
+ class: r($)(r(c), h, H.value, q.value, B.value, w.value, x.value, I.value, S.value),
146
146
  id: r(s),
147
147
  disabled: e.disabled,
148
148
  "aria-required": e.required || void 0,
@@ -153,7 +153,7 @@ const oe = ["rows", "id", "disabled", "aria-required", "aria-invalid", "aria-err
153
153
  onFocus: o[0] || (o[0] = (n) => p.value = !0),
154
154
  onBlur: o[1] || (o[1] = (n) => p.value = !1),
155
155
  "onUpdate:modelValue": o[2] || (o[2] = (n) => b.value = n)
156
- }), null, 16, oe)), [[W, b.value]]) : N((m(), f("input", A({
156
+ }), null, 16, ae)), [[X, 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),
@@ -161,12 +161,12 @@ const oe = ["rows", "id", "disabled", "aria-required", "aria-invalid", "aria-err
161
161
  "aria-required": e.required || void 0,
162
162
  "aria-invalid": !!e.error || void 0,
163
163
  "aria-errormessage": !!e.error && `${r(s)}-error` || void 0
164
- }, R.value, {
164
+ }, j.value, {
165
165
  "aria-describedby": V.value || void 0,
166
166
  onFocus: o[3] || (o[3] = (n) => p.value = !0),
167
167
  onBlur: o[4] || (o[4] = (n) => p.value = !1),
168
168
  "onUpdate:modelValue": o[5] || (o[5] = (n) => b.value = n)
169
- }), null, 16, ae)), [[X, b.value]]), r(g) ? (m(), f("span", {
169
+ }), null, 16, ie)), [[Y, b.value]]), r(g) ? (m(), f("span", {
170
170
  key: 2,
171
171
  class: v(r(c)["cdr-input__pre-icon"])
172
172
  }, [u(t.$slots, "pre-icon")], 2)) : y("", !0), r(k) ? (m(), f("span", {
@@ -174,19 +174,19 @@ const oe = ["rows", "id", "disabled", "aria-required", "aria-invalid", "aria-err
174
174
  class: v(r(c)["cdr-input__post-icon"])
175
175
  }, [u(t.$slots, "post-icon")], 2)) : y("", !0)], 2)]),
176
176
  _: 2
177
- }, [r(M) ? {
177
+ }, [r(E) ? {
178
178
  name: "helper",
179
179
  fn: d(() => [u(t.$slots, "helper-text-top")]),
180
180
  key: "0"
181
- } : void 0, r(T) ? {
181
+ } : void 0, r(U) ? {
182
182
  name: "info",
183
183
  fn: d(() => [u(t.$slots, "info")]),
184
184
  key: "1"
185
- } : void 0, r(U) ? {
185
+ } : void 0, r(D) ? {
186
186
  name: "info-action",
187
187
  fn: d(() => [u(t.$slots, "info-action")]),
188
188
  key: "2"
189
- } : void 0, r(E) && !e.error ? {
189
+ } : void 0, r(L) && !e.error ? {
190
190
  name: "helper-text-bottom",
191
191
  fn: d(() => [z("span", {
192
192
  id: `${r(s)}-helper-text-bottom`,
@@ -195,7 +195,7 @@ const oe = ["rows", "id", "disabled", "aria-required", "aria-invalid", "aria-err
195
195
  key: "3"
196
196
  } : void 0, e.error ? {
197
197
  name: "error",
198
- fn: d(() => [e.error ? (m(), P(_, {
198
+ fn: d(() => [e.error ? (m(), P(ee, {
199
199
  key: 0,
200
200
  error: e.error,
201
201
  role: e.errorRole,
@@ -209,5 +209,5 @@ const oe = ["rows", "id", "disabled", "aria-required", "aria-invalid", "aria-err
209
209
  }
210
210
  });
211
211
  export {
212
- ve as default
212
+ be as default
213
213
  };
@@ -1,37 +1,37 @@
1
- const n = {
2
- "cdr-label-standalone": "cdr-label-standalone_14-1-1",
3
- "cdr-label-standalone__label-wrapper": "cdr-label-standalone__label-wrapper_14-1-1",
4
- "cdr-label-standalone__label": "cdr-label-standalone__label_14-1-1",
5
- "cdr-label-standalone__label--sr-only": "cdr-label-standalone__label--sr-only_14-1-1",
6
- "cdr-label-standalone__label--disabled": "cdr-label-standalone__label--disabled_14-1-1",
7
- "cdr-label-standalone__optional": "cdr-label-standalone__optional_14-1-1",
8
- "cdr-label-standalone__helper": "cdr-label-standalone__helper_14-1-1",
9
- "cdr-label-standalone__info": "cdr-label-standalone__info_14-1-1",
10
- "cdr-label-standalone__post-content": "cdr-label-standalone__post-content_14-1-1",
11
- "cdr-label-standalone__info-action": "cdr-label-standalone__info-action_14-1-1",
12
- "cdr-label-standalone__input-wrap": "cdr-label-standalone__input-wrap_14-1-1",
13
- "cdr-label-standalone__input-spacing": "cdr-label-standalone__input-spacing_14-1-1",
14
- "cdr-form-error": "cdr-form-error_14-1-1",
15
- "cdr-form-error__icon": "cdr-form-error__icon_14-1-1",
16
- "cdr-input": "cdr-input_14-1-1",
17
- "cdr-input--focus": "cdr-input--focus_14-1-1",
18
- "cdr-input--multiline": "cdr-input--multiline_14-1-1",
19
- "cdr-input--preicon": "cdr-input--preicon_14-1-1",
20
- "cdr-input--posticon": "cdr-input--posticon_14-1-1",
21
- "cdr-input--posticons": "cdr-input--posticons_14-1-1",
22
- "cdr-input--primary": "cdr-input--primary_14-1-1",
23
- "cdr-input--secondary": "cdr-input--secondary_14-1-1",
24
- "cdr-input--error": "cdr-input--error_14-1-1",
25
- "cdr-input--large": "cdr-input--large_14-1-1",
26
- "cdr-input--large@xs": "cdr-input--large@xs_14-1-1",
27
- "cdr-input--large@sm": "cdr-input--large@sm_14-1-1",
28
- "cdr-input--large@md": "cdr-input--large@md_14-1-1",
29
- "cdr-input--large@lg": "cdr-input--large@lg_14-1-1",
30
- "cdr-input__pre-icon": "cdr-input__pre-icon_14-1-1",
31
- "cdr-input__post-icon": "cdr-input__post-icon_14-1-1",
32
- "cdr-input__helper-text": "cdr-input__helper-text_14-1-1",
33
- "cdr-input-wrap": "cdr-input-wrap_14-1-1"
1
+ const a = {
2
+ "cdr-label-standalone": "cdr-label-standalone_15-0-0-alpha-1",
3
+ "cdr-label-standalone__label-wrapper": "cdr-label-standalone__label-wrapper_15-0-0-alpha-1",
4
+ "cdr-label-standalone__label": "cdr-label-standalone__label_15-0-0-alpha-1",
5
+ "cdr-label-standalone__label--sr-only": "cdr-label-standalone__label--sr-only_15-0-0-alpha-1",
6
+ "cdr-label-standalone__label--disabled": "cdr-label-standalone__label--disabled_15-0-0-alpha-1",
7
+ "cdr-label-standalone__optional": "cdr-label-standalone__optional_15-0-0-alpha-1",
8
+ "cdr-label-standalone__helper": "cdr-label-standalone__helper_15-0-0-alpha-1",
9
+ "cdr-label-standalone__info": "cdr-label-standalone__info_15-0-0-alpha-1",
10
+ "cdr-label-standalone__post-content": "cdr-label-standalone__post-content_15-0-0-alpha-1",
11
+ "cdr-label-standalone__info-action": "cdr-label-standalone__info-action_15-0-0-alpha-1",
12
+ "cdr-label-standalone__input-wrap": "cdr-label-standalone__input-wrap_15-0-0-alpha-1",
13
+ "cdr-label-standalone__input-spacing": "cdr-label-standalone__input-spacing_15-0-0-alpha-1",
14
+ "cdr-form-error": "cdr-form-error_15-0-0-alpha-1",
15
+ "cdr-form-error__icon": "cdr-form-error__icon_15-0-0-alpha-1",
16
+ "cdr-input": "cdr-input_15-0-0-alpha-1",
17
+ "cdr-input--focus": "cdr-input--focus_15-0-0-alpha-1",
18
+ "cdr-input--multiline": "cdr-input--multiline_15-0-0-alpha-1",
19
+ "cdr-input--preicon": "cdr-input--preicon_15-0-0-alpha-1",
20
+ "cdr-input--posticon": "cdr-input--posticon_15-0-0-alpha-1",
21
+ "cdr-input--posticons": "cdr-input--posticons_15-0-0-alpha-1",
22
+ "cdr-input--primary": "cdr-input--primary_15-0-0-alpha-1",
23
+ "cdr-input--secondary": "cdr-input--secondary_15-0-0-alpha-1",
24
+ "cdr-input--error": "cdr-input--error_15-0-0-alpha-1",
25
+ "cdr-input--large": "cdr-input--large_15-0-0-alpha-1",
26
+ "cdr-input--large@xs": "cdr-input--large@xs_15-0-0-alpha-1",
27
+ "cdr-input--large@sm": "cdr-input--large@sm_15-0-0-alpha-1",
28
+ "cdr-input--large@md": "cdr-input--large@md_15-0-0-alpha-1",
29
+ "cdr-input--large@lg": "cdr-input--large@lg_15-0-0-alpha-1",
30
+ "cdr-input__pre-icon": "cdr-input__pre-icon_15-0-0-alpha-1",
31
+ "cdr-input__post-icon": "cdr-input__post-icon_15-0-0-alpha-1",
32
+ "cdr-input__helper-text": "cdr-input__helper-text_15-0-0-alpha-1",
33
+ "cdr-input-wrap": "cdr-input-wrap_15-0-0-alpha-1"
34
34
  };
35
35
  export {
36
- n as default
36
+ a as default
37
37
  };
@@ -0,0 +1,9 @@
1
+ import s from "./CdrKicker.vue2.mjs";
2
+ import o from "./styles/CdrKicker.module.scss.mjs";
3
+ import r from "../../../_virtual/_plugin-vue_export-helper.mjs";
4
+ const t = {
5
+ $style: o
6
+ }, f = /* @__PURE__ */ r(s, [["__cssModules", t]]);
7
+ export {
8
+ f as default
9
+ };