@rei/cedar 14.0.0-ts.5 → 14.0.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 (120) hide show
  1. package/dist/cedar-compiled.css +1074 -1036
  2. package/dist/cedar.umd.js +31 -2
  3. package/dist/component-docgen.json +3065 -976
  4. package/dist/components/image/CdrImg.vue.d.ts +2 -2
  5. package/dist/components/labelWrapper/CdrLabelWrapper.vue.d.ts +1 -0
  6. package/dist/components/rating/components/CdrStar00.vue.d.ts +16 -0
  7. package/dist/components/rating/components/CdrStar100.vue.d.ts +16 -0
  8. package/dist/components/rating/components/CdrStar25.vue.d.ts +16 -0
  9. package/dist/components/rating/components/CdrStar50.vue.d.ts +16 -0
  10. package/dist/components/rating/components/CdrStar75.vue.d.ts +16 -0
  11. package/dist/components/rating/components/CdrStarNull.vue.d.ts +16 -0
  12. package/dist/components/rating/composables/useStar.d.ts +8 -0
  13. package/dist/components/tabs/CdrTabs.vue.d.ts +2 -2
  14. package/dist/icon-component-docgen.json +575 -389
  15. package/dist/src/components/accordion/CdrAccordion.vue2.mjs +51 -54
  16. package/dist/src/components/accordion/CdrAccordionGroup.vue2.mjs +19 -19
  17. package/dist/src/components/accordion/styles/CdrAccordion.module.scss.mjs +29 -29
  18. package/dist/src/components/accordion/styles/CdrAccordionGroup.module.scss.mjs +2 -2
  19. package/dist/src/components/accordion/symbols.mjs +2 -3
  20. package/dist/src/components/banner/styles/CdrBanner.module.scss.mjs +14 -14
  21. package/dist/src/components/breadcrumb/styles/CdrBreadcrumb.module.scss.mjs +7 -7
  22. package/dist/src/components/button/styles/CdrButton.module.scss.mjs +31 -31
  23. package/dist/src/components/caption/styles/CdrCaption.module.scss.mjs +4 -4
  24. package/dist/src/components/card/styles/CdrCard.module.scss.mjs +1 -1
  25. package/dist/src/components/checkbox/CdrCheckbox.vue2.mjs +32 -20
  26. package/dist/src/components/checkbox/styles/CdrCheckbox.module.scss.mjs +27 -25
  27. package/dist/src/components/chip/styles/CdrChip.module.scss.mjs +4 -4
  28. package/dist/src/components/chip/styles/CdrChipGroup.module.scss.mjs +4 -4
  29. package/dist/src/components/container/styles/CdrContainer.module.scss.mjs +2 -2
  30. package/dist/src/components/formError/styles/CdrFormError.module.scss.mjs +2 -2
  31. package/dist/src/components/formGroup/styles/CdrFormGroup.module.scss.mjs +8 -8
  32. package/dist/src/components/grid/styles/CdrGrid.module.scss.mjs +21 -21
  33. package/dist/src/components/icon/styles/CdrIcon.module.scss.mjs +12 -12
  34. package/dist/src/components/image/CdrImg.vue2.mjs +7 -7
  35. package/dist/src/components/image/styles/CdrImg.module.scss.mjs +8 -8
  36. package/dist/src/components/input/styles/CdrInput.module.scss.mjs +34 -34
  37. package/dist/src/components/labelStandalone/styles/CdrLabelStandalone.module.scss.mjs +12 -12
  38. package/dist/src/components/labelWrapper/CdrLabelWrapper.vue2.mjs +11 -11
  39. package/dist/src/components/labelWrapper/styles/CdrLabelWrapper.module.scss.mjs +25 -23
  40. package/dist/src/components/link/styles/CdrLink.module.scss.mjs +3 -3
  41. package/dist/src/components/list/styles/CdrList.module.scss.mjs +7 -7
  42. package/dist/src/components/modal/CdrModal.vue2.mjs +2 -2
  43. package/dist/src/components/modal/styles/CdrModal.module.scss.mjs +12 -12
  44. package/dist/src/components/pagination/styles/CdrPagination.module.scss.mjs +53 -53
  45. package/dist/src/components/popover/styles/CdrPopover.module.scss.mjs +65 -65
  46. package/dist/src/components/popup/styles/CdrPopup.module.scss.mjs +14 -14
  47. package/dist/src/components/quote/styles/CdrQuote.module.scss.mjs +4 -4
  48. package/dist/src/components/radio/styles/CdrRadio.module.scss.mjs +27 -25
  49. package/dist/src/components/rating/CdrRating.vue2.mjs +43 -29
  50. package/dist/src/components/rating/components/CdrStar00.vue.mjs +9 -0
  51. package/dist/src/components/rating/components/CdrStar00.vue2.mjs +37 -0
  52. package/dist/src/components/rating/components/CdrStar100.vue.mjs +9 -0
  53. package/dist/src/components/rating/components/CdrStar100.vue2.mjs +37 -0
  54. package/dist/src/components/rating/components/CdrStar25.vue.mjs +9 -0
  55. package/dist/src/components/rating/components/CdrStar25.vue2.mjs +48 -0
  56. package/dist/src/components/rating/components/CdrStar50.vue.mjs +9 -0
  57. package/dist/src/components/rating/components/CdrStar50.vue2.mjs +53 -0
  58. package/dist/src/components/rating/components/CdrStar75.vue.mjs +9 -0
  59. package/dist/src/components/rating/components/CdrStar75.vue2.mjs +50 -0
  60. package/dist/src/components/rating/components/CdrStarNull.vue.mjs +9 -0
  61. package/dist/src/components/rating/components/CdrStarNull.vue2.mjs +43 -0
  62. package/dist/src/components/rating/composables/useStar.mjs +8 -0
  63. package/dist/src/components/rating/styles/CdrRating.module.scss.mjs +44 -28
  64. package/dist/src/components/select/styles/CdrSelect.module.scss.mjs +42 -42
  65. package/dist/src/components/skeleton/styles/CdrSkeleton.module.scss.mjs +1 -1
  66. package/dist/src/components/skeleton/styles/CdrSkeletonBone.module.scss.mjs +7 -7
  67. package/dist/src/components/switch/styles/CdrSwitch.module.scss.mjs +10 -10
  68. package/dist/src/components/table/styles/CdrTable.module.scss.mjs +13 -13
  69. package/dist/src/components/tabs/CdrTabs.vue2.mjs +12 -12
  70. package/dist/src/components/tabs/styles/CdrTabPanel.module.scss.mjs +5 -5
  71. package/dist/src/components/tabs/styles/CdrTabs.module.scss.mjs +30 -30
  72. package/dist/src/components/text/styles/CdrText.module.scss.mjs +1 -1
  73. package/dist/src/components/toast/styles/CdrToast.module.scss.mjs +57 -57
  74. package/dist/src/components/toggleButton/styles/CdrToggleButton.module.scss.mjs +2 -2
  75. package/dist/src/components/toggleButton/styles/CdrToggleGroup.module.scss.mjs +7 -7
  76. package/dist/src/components/tooltip/styles/CdrTooltip.module.scss.mjs +16 -16
  77. package/dist/src/mixins/breakpoints.mjs +2 -2
  78. package/dist/style/cdr-accordion-group.css +1 -1
  79. package/dist/style/cdr-accordion.css +1 -1
  80. package/dist/style/cdr-banner.css +1 -1
  81. package/dist/style/cdr-breadcrumb.css +1 -1
  82. package/dist/style/cdr-button.css +1 -1
  83. package/dist/style/cdr-caption.css +1 -1
  84. package/dist/style/cdr-card.css +1 -1
  85. package/dist/style/cdr-checkbox.css +1 -1
  86. package/dist/style/cdr-chip-group.css +1 -1
  87. package/dist/style/cdr-chip.css +1 -1
  88. package/dist/style/cdr-container.css +1 -1
  89. package/dist/style/cdr-form-error.css +1 -1
  90. package/dist/style/cdr-form-group.css +1 -1
  91. package/dist/style/cdr-grid.css +1 -1
  92. package/dist/style/cdr-icon.css +1 -1
  93. package/dist/style/cdr-img.css +1 -1
  94. package/dist/style/cdr-input.css +1 -1
  95. package/dist/style/cdr-label-standalone.css +1 -1
  96. package/dist/style/cdr-label-wrapper.css +1 -1
  97. package/dist/style/cdr-link.css +1 -1
  98. package/dist/style/cdr-list.css +1 -1
  99. package/dist/style/cdr-modal.css +1 -1
  100. package/dist/style/cdr-pagination.css +1 -1
  101. package/dist/style/cdr-popover.css +1 -1
  102. package/dist/style/cdr-popup.css +1 -1
  103. package/dist/style/cdr-quote.css +1 -1
  104. package/dist/style/cdr-radio.css +1 -1
  105. package/dist/style/cdr-rating.css +1 -1
  106. package/dist/style/cdr-select.css +1 -1
  107. package/dist/style/cdr-skeleton-bone.css +1 -1
  108. package/dist/style/cdr-skeleton.css +1 -1
  109. package/dist/style/cdr-switch.css +1 -1
  110. package/dist/style/cdr-tab-panel.css +1 -1
  111. package/dist/style/cdr-table.css +1 -1
  112. package/dist/style/cdr-tabs.css +1 -1
  113. package/dist/style/cdr-text.css +1 -1
  114. package/dist/style/cdr-toast.css +1 -1
  115. package/dist/style/cdr-toggle-button.css +1 -1
  116. package/dist/style/cdr-toggle-group.css +1 -1
  117. package/dist/style/cdr-tooltip.css +1 -1
  118. package/dist/style.css +1 -1
  119. package/package.json +3 -3
  120. /package/dist/node_modules/@rei/cdr-tokens/dist/{js → rei-dot-com/js}/cdr-tokens.mjs +0 -0
@@ -1,8 +1,8 @@
1
1
  const c = {
2
- "cdr-chip-group": "cdr-chip-group_14-0-0-ts-5",
3
- "cdr-chip-group__content": "cdr-chip-group__content_14-0-0-ts-5",
4
- "cdr-chip-group__legend--hidden": "cdr-chip-group__legend--hidden_14-0-0-ts-5",
5
- "cdr-chip-group__legend": "cdr-chip-group__legend_14-0-0-ts-5"
2
+ "cdr-chip-group": "cdr-chip-group_14-0-1",
3
+ "cdr-chip-group__content": "cdr-chip-group__content_14-0-1",
4
+ "cdr-chip-group__legend--hidden": "cdr-chip-group__legend--hidden_14-0-1",
5
+ "cdr-chip-group__legend": "cdr-chip-group__legend_14-0-1"
6
6
  };
7
7
  export {
8
8
  c as default
@@ -1,6 +1,6 @@
1
1
  const t = {
2
- "cdr-container": "cdr-container_14-0-0-ts-5",
3
- "cdr-container--static": "cdr-container--static_14-0-0-ts-5"
2
+ "cdr-container": "cdr-container_14-0-1",
3
+ "cdr-container--static": "cdr-container--static_14-0-1"
4
4
  };
5
5
  export {
6
6
  t as default
@@ -1,6 +1,6 @@
1
1
  const r = {
2
- "cdr-form-error": "cdr-form-error_14-0-0-ts-5",
3
- "cdr-form-error__icon": "cdr-form-error__icon_14-0-0-ts-5"
2
+ "cdr-form-error": "cdr-form-error_14-0-1",
3
+ "cdr-form-error__icon": "cdr-form-error__icon_14-0-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-0-0-ts-5",
3
- "cdr-form-error__icon": "cdr-form-error__icon_14-0-0-ts-5",
4
- "cdr-form-group": "cdr-form-group_14-0-0-ts-5",
5
- "cdr-form-group--error": "cdr-form-group--error_14-0-0-ts-5",
6
- "cdr-form-group--disabled": "cdr-form-group--disabled_14-0-0-ts-5",
7
- "cdr-form-group__optional": "cdr-form-group__optional_14-0-0-ts-5",
8
- "cdr-form-group__required": "cdr-form-group__required_14-0-0-ts-5",
9
- "cdr-form-group__wrapper": "cdr-form-group__wrapper_14-0-0-ts-5"
2
+ "cdr-form-error": "cdr-form-error_14-0-1",
3
+ "cdr-form-error__icon": "cdr-form-error__icon_14-0-1",
4
+ "cdr-form-group": "cdr-form-group_14-0-1",
5
+ "cdr-form-group--error": "cdr-form-group--error_14-0-1",
6
+ "cdr-form-group--disabled": "cdr-form-group--disabled_14-0-1",
7
+ "cdr-form-group__optional": "cdr-form-group__optional_14-0-1",
8
+ "cdr-form-group__required": "cdr-form-group__required_14-0-1",
9
+ "cdr-form-group__wrapper": "cdr-form-group__wrapper_14-0-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-0-0-ts-5",
3
- "cdr-grid--gutter-none": "cdr-grid--gutter-none_14-0-0-ts-5",
4
- "cdr-grid--gutter-small": "cdr-grid--gutter-small_14-0-0-ts-5",
5
- "cdr-grid--gutter-medium": "cdr-grid--gutter-medium_14-0-0-ts-5",
6
- "cdr-grid--gutter-large": "cdr-grid--gutter-large_14-0-0-ts-5",
7
- "cdr-grid--gutter-none@xs": "cdr-grid--gutter-none@xs_14-0-0-ts-5",
8
- "cdr-grid--gutter-small@xs": "cdr-grid--gutter-small@xs_14-0-0-ts-5",
9
- "cdr-grid--gutter-medium@xs": "cdr-grid--gutter-medium@xs_14-0-0-ts-5",
10
- "cdr-grid--gutter-large@xs": "cdr-grid--gutter-large@xs_14-0-0-ts-5",
11
- "cdr-grid--gutter-none@sm": "cdr-grid--gutter-none@sm_14-0-0-ts-5",
12
- "cdr-grid--gutter-small@sm": "cdr-grid--gutter-small@sm_14-0-0-ts-5",
13
- "cdr-grid--gutter-medium@sm": "cdr-grid--gutter-medium@sm_14-0-0-ts-5",
14
- "cdr-grid--gutter-large@sm": "cdr-grid--gutter-large@sm_14-0-0-ts-5",
15
- "cdr-grid--gutter-none@md": "cdr-grid--gutter-none@md_14-0-0-ts-5",
16
- "cdr-grid--gutter-small@md": "cdr-grid--gutter-small@md_14-0-0-ts-5",
17
- "cdr-grid--gutter-medium@md": "cdr-grid--gutter-medium@md_14-0-0-ts-5",
18
- "cdr-grid--gutter-large@md": "cdr-grid--gutter-large@md_14-0-0-ts-5",
19
- "cdr-grid--gutter-none@lg": "cdr-grid--gutter-none@lg_14-0-0-ts-5",
20
- "cdr-grid--gutter-small@lg": "cdr-grid--gutter-small@lg_14-0-0-ts-5",
21
- "cdr-grid--gutter-medium@lg": "cdr-grid--gutter-medium@lg_14-0-0-ts-5",
22
- "cdr-grid--gutter-large@lg": "cdr-grid--gutter-large@lg_14-0-0-ts-5"
2
+ "cdr-grid": "cdr-grid_14-0-1",
3
+ "cdr-grid--gutter-none": "cdr-grid--gutter-none_14-0-1",
4
+ "cdr-grid--gutter-small": "cdr-grid--gutter-small_14-0-1",
5
+ "cdr-grid--gutter-medium": "cdr-grid--gutter-medium_14-0-1",
6
+ "cdr-grid--gutter-large": "cdr-grid--gutter-large_14-0-1",
7
+ "cdr-grid--gutter-none@xs": "cdr-grid--gutter-none@xs_14-0-1",
8
+ "cdr-grid--gutter-small@xs": "cdr-grid--gutter-small@xs_14-0-1",
9
+ "cdr-grid--gutter-medium@xs": "cdr-grid--gutter-medium@xs_14-0-1",
10
+ "cdr-grid--gutter-large@xs": "cdr-grid--gutter-large@xs_14-0-1",
11
+ "cdr-grid--gutter-none@sm": "cdr-grid--gutter-none@sm_14-0-1",
12
+ "cdr-grid--gutter-small@sm": "cdr-grid--gutter-small@sm_14-0-1",
13
+ "cdr-grid--gutter-medium@sm": "cdr-grid--gutter-medium@sm_14-0-1",
14
+ "cdr-grid--gutter-large@sm": "cdr-grid--gutter-large@sm_14-0-1",
15
+ "cdr-grid--gutter-none@md": "cdr-grid--gutter-none@md_14-0-1",
16
+ "cdr-grid--gutter-small@md": "cdr-grid--gutter-small@md_14-0-1",
17
+ "cdr-grid--gutter-medium@md": "cdr-grid--gutter-medium@md_14-0-1",
18
+ "cdr-grid--gutter-large@md": "cdr-grid--gutter-large@md_14-0-1",
19
+ "cdr-grid--gutter-none@lg": "cdr-grid--gutter-none@lg_14-0-1",
20
+ "cdr-grid--gutter-small@lg": "cdr-grid--gutter-small@lg_14-0-1",
21
+ "cdr-grid--gutter-medium@lg": "cdr-grid--gutter-medium@lg_14-0-1",
22
+ "cdr-grid--gutter-large@lg": "cdr-grid--gutter-large@lg_14-0-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-0-0-ts-5",
3
- "cdr-icon--small": "cdr-icon--small_14-0-0-ts-5",
4
- "cdr-icon--large": "cdr-icon--large_14-0-0-ts-5",
5
- "cdr-icon--small@xs": "cdr-icon--small@xs_14-0-0-ts-5",
6
- "cdr-icon--large@xs": "cdr-icon--large@xs_14-0-0-ts-5",
7
- "cdr-icon--small@sm": "cdr-icon--small@sm_14-0-0-ts-5",
8
- "cdr-icon--large@sm": "cdr-icon--large@sm_14-0-0-ts-5",
9
- "cdr-icon--small@md": "cdr-icon--small@md_14-0-0-ts-5",
10
- "cdr-icon--large@md": "cdr-icon--large@md_14-0-0-ts-5",
11
- "cdr-icon--small@lg": "cdr-icon--small@lg_14-0-0-ts-5",
12
- "cdr-icon--large@lg": "cdr-icon--large@lg_14-0-0-ts-5",
13
- "cdr-icon--inherit-color": "cdr-icon--inherit-color_14-0-0-ts-5"
2
+ "cdr-icon": "cdr-icon_14-0-1",
3
+ "cdr-icon--small": "cdr-icon--small_14-0-1",
4
+ "cdr-icon--large": "cdr-icon--large_14-0-1",
5
+ "cdr-icon--small@xs": "cdr-icon--small@xs_14-0-1",
6
+ "cdr-icon--large@xs": "cdr-icon--large@xs_14-0-1",
7
+ "cdr-icon--small@sm": "cdr-icon--small@sm_14-0-1",
8
+ "cdr-icon--large@sm": "cdr-icon--large@sm_14-0-1",
9
+ "cdr-icon--small@md": "cdr-icon--small@md_14-0-1",
10
+ "cdr-icon--large@md": "cdr-icon--large@md_14-0-1",
11
+ "cdr-icon--small@lg": "cdr-icon--small@lg_14-0-1",
12
+ "cdr-icon--large@lg": "cdr-icon--large@lg_14-0-1",
13
+ "cdr-icon--inherit-color": "cdr-icon--inherit-color_14-0-1"
14
14
  };
15
15
  export {
16
16
  c as default
@@ -1,5 +1,5 @@
1
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 p from "../../utils/mapClasses.mjs";
2
+ import v from "../../utils/mapClasses.mjs";
3
3
  import P from "../../utils/propValidator.mjs";
4
4
  const j = ["src", "alt"], q = ["src", "alt"], o = "cdr-image", x = "cdr-image-ratio", l = "cdr-image-ratio__cover", I = /* @__PURE__ */ S({
5
5
  name: "CdrImg",
@@ -27,7 +27,7 @@ const j = ["src", "alt"], q = ["src", "alt"], o = "cdr-image", x = "cdr-image-ra
27
27
  */
28
28
  ratio: {
29
29
  type: String,
30
- default: "",
30
+ default: void 0,
31
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
32
  },
33
33
  /**
@@ -69,7 +69,7 @@ const j = ["src", "alt"], q = ["src", "alt"], o = "cdr-image", x = "cdr-image-ra
69
69
  }
70
70
  },
71
71
  setup(e) {
72
- const t = e, i = b(), c = a(() => t.modifier ? `${o}--${t.modifier}` : ""), n = a(() => t.radius ? `${o}--${t.radius}` : ""), v = a(() => ({
72
+ const t = e, i = b(), c = a(() => t.modifier ? `${o}--${t.modifier}` : ""), n = a(() => t.radius ? `${o}--${t.radius}` : ""), p = a(() => ({
73
73
  objectPosition: t.crop
74
74
  })), g = a(() => {
75
75
  let r;
@@ -77,7 +77,7 @@ const j = ["src", "alt"], q = ["src", "alt"], o = "cdr-image", x = "cdr-image-ra
77
77
  r = "100%";
78
78
  else if (t.ratio === "auto")
79
79
  r = "0";
80
- else {
80
+ else if (t.ratio) {
81
81
  const [d, $] = t.ratio.split("-");
82
82
  r = `${+$ / +d * 100}%`;
83
83
  }
@@ -90,13 +90,13 @@ const j = ["src", "alt"], q = ["src", "alt"], o = "cdr-image", x = "cdr-image-ra
90
90
  style: h(g.value),
91
91
  class: k([s(i)[x], e.containerClass])
92
92
  }, [O("img", f({
93
- style: v.value,
94
- class: s(p)(s(i), o, c.value, n.value, l, C.value, y.value),
93
+ style: p.value,
94
+ class: s(v)(s(i), o, c.value, n.value, l, C.value, y.value),
95
95
  src: e.src,
96
96
  alt: e.alt
97
97
  }, r.$attrs), null, 16, j)], 6)) : (u(), m("img", f({
98
98
  key: 1,
99
- class: s(p)(s(i), o, c.value, n.value),
99
+ class: s(v)(s(i), o, c.value, n.value),
100
100
  src: e.src,
101
101
  alt: e.alt
102
102
  }, r.$attrs), null, 16, q));
@@ -1,12 +1,12 @@
1
1
  const r = {
2
- "cdr-image": "cdr-image_14-0-0-ts-5",
3
- "cdr-image--responsive": "cdr-image--responsive_14-0-0-ts-5",
4
- "cdr-image--rounded": "cdr-image--rounded_14-0-0-ts-5",
5
- "cdr-image--circle": "cdr-image--circle_14-0-0-ts-5",
6
- "cdr-image-ratio": "cdr-image-ratio_14-0-0-ts-5",
7
- "cdr-image-ratio__cover": "cdr-image-ratio__cover_14-0-0-ts-5",
8
- "cdr-image-ratio__cover--crop": "cdr-image-ratio__cover--crop_14-0-0-ts-5",
9
- "cdr-image-ratio__cover--cover": "cdr-image-ratio__cover--cover_14-0-0-ts-5"
2
+ "cdr-image": "cdr-image_14-0-1",
3
+ "cdr-image--responsive": "cdr-image--responsive_14-0-1",
4
+ "cdr-image--rounded": "cdr-image--rounded_14-0-1",
5
+ "cdr-image--circle": "cdr-image--circle_14-0-1",
6
+ "cdr-image-ratio": "cdr-image-ratio_14-0-1",
7
+ "cdr-image-ratio__cover": "cdr-image-ratio__cover_14-0-1",
8
+ "cdr-image-ratio__cover--crop": "cdr-image-ratio__cover--crop_14-0-1",
9
+ "cdr-image-ratio__cover--cover": "cdr-image-ratio__cover--cover_14-0-1"
10
10
  };
11
11
  export {
12
12
  r as default
@@ -1,37 +1,37 @@
1
- const t = {
2
- "cdr-label-standalone": "cdr-label-standalone_14-0-0-ts-5",
3
- "cdr-label-standalone__label-wrapper": "cdr-label-standalone__label-wrapper_14-0-0-ts-5",
4
- "cdr-label-standalone__label": "cdr-label-standalone__label_14-0-0-ts-5",
5
- "cdr-label-standalone__label--sr-only": "cdr-label-standalone__label--sr-only_14-0-0-ts-5",
6
- "cdr-label-standalone__label--disabled": "cdr-label-standalone__label--disabled_14-0-0-ts-5",
7
- "cdr-label-standalone__optional": "cdr-label-standalone__optional_14-0-0-ts-5",
8
- "cdr-label-standalone__helper": "cdr-label-standalone__helper_14-0-0-ts-5",
9
- "cdr-label-standalone__info": "cdr-label-standalone__info_14-0-0-ts-5",
10
- "cdr-label-standalone__post-content": "cdr-label-standalone__post-content_14-0-0-ts-5",
11
- "cdr-label-standalone__info-action": "cdr-label-standalone__info-action_14-0-0-ts-5",
12
- "cdr-label-standalone__input-wrap": "cdr-label-standalone__input-wrap_14-0-0-ts-5",
13
- "cdr-label-standalone__input-spacing": "cdr-label-standalone__input-spacing_14-0-0-ts-5",
14
- "cdr-form-error": "cdr-form-error_14-0-0-ts-5",
15
- "cdr-form-error__icon": "cdr-form-error__icon_14-0-0-ts-5",
16
- "cdr-input": "cdr-input_14-0-0-ts-5",
17
- "cdr-input--focus": "cdr-input--focus_14-0-0-ts-5",
18
- "cdr-input--multiline": "cdr-input--multiline_14-0-0-ts-5",
19
- "cdr-input--preicon": "cdr-input--preicon_14-0-0-ts-5",
20
- "cdr-input--posticon": "cdr-input--posticon_14-0-0-ts-5",
21
- "cdr-input--posticons": "cdr-input--posticons_14-0-0-ts-5",
22
- "cdr-input--primary": "cdr-input--primary_14-0-0-ts-5",
23
- "cdr-input--secondary": "cdr-input--secondary_14-0-0-ts-5",
24
- "cdr-input--error": "cdr-input--error_14-0-0-ts-5",
25
- "cdr-input--large": "cdr-input--large_14-0-0-ts-5",
26
- "cdr-input--large@xs": "cdr-input--large@xs_14-0-0-ts-5",
27
- "cdr-input--large@sm": "cdr-input--large@sm_14-0-0-ts-5",
28
- "cdr-input--large@md": "cdr-input--large@md_14-0-0-ts-5",
29
- "cdr-input--large@lg": "cdr-input--large@lg_14-0-0-ts-5",
30
- "cdr-input__pre-icon": "cdr-input__pre-icon_14-0-0-ts-5",
31
- "cdr-input__post-icon": "cdr-input__post-icon_14-0-0-ts-5",
32
- "cdr-input__helper-text": "cdr-input__helper-text_14-0-0-ts-5",
33
- "cdr-input-wrap": "cdr-input-wrap_14-0-0-ts-5"
1
+ const n = {
2
+ "cdr-label-standalone": "cdr-label-standalone_14-0-1",
3
+ "cdr-label-standalone__label-wrapper": "cdr-label-standalone__label-wrapper_14-0-1",
4
+ "cdr-label-standalone__label": "cdr-label-standalone__label_14-0-1",
5
+ "cdr-label-standalone__label--sr-only": "cdr-label-standalone__label--sr-only_14-0-1",
6
+ "cdr-label-standalone__label--disabled": "cdr-label-standalone__label--disabled_14-0-1",
7
+ "cdr-label-standalone__optional": "cdr-label-standalone__optional_14-0-1",
8
+ "cdr-label-standalone__helper": "cdr-label-standalone__helper_14-0-1",
9
+ "cdr-label-standalone__info": "cdr-label-standalone__info_14-0-1",
10
+ "cdr-label-standalone__post-content": "cdr-label-standalone__post-content_14-0-1",
11
+ "cdr-label-standalone__info-action": "cdr-label-standalone__info-action_14-0-1",
12
+ "cdr-label-standalone__input-wrap": "cdr-label-standalone__input-wrap_14-0-1",
13
+ "cdr-label-standalone__input-spacing": "cdr-label-standalone__input-spacing_14-0-1",
14
+ "cdr-form-error": "cdr-form-error_14-0-1",
15
+ "cdr-form-error__icon": "cdr-form-error__icon_14-0-1",
16
+ "cdr-input": "cdr-input_14-0-1",
17
+ "cdr-input--focus": "cdr-input--focus_14-0-1",
18
+ "cdr-input--multiline": "cdr-input--multiline_14-0-1",
19
+ "cdr-input--preicon": "cdr-input--preicon_14-0-1",
20
+ "cdr-input--posticon": "cdr-input--posticon_14-0-1",
21
+ "cdr-input--posticons": "cdr-input--posticons_14-0-1",
22
+ "cdr-input--primary": "cdr-input--primary_14-0-1",
23
+ "cdr-input--secondary": "cdr-input--secondary_14-0-1",
24
+ "cdr-input--error": "cdr-input--error_14-0-1",
25
+ "cdr-input--large": "cdr-input--large_14-0-1",
26
+ "cdr-input--large@xs": "cdr-input--large@xs_14-0-1",
27
+ "cdr-input--large@sm": "cdr-input--large@sm_14-0-1",
28
+ "cdr-input--large@md": "cdr-input--large@md_14-0-1",
29
+ "cdr-input--large@lg": "cdr-input--large@lg_14-0-1",
30
+ "cdr-input__pre-icon": "cdr-input__pre-icon_14-0-1",
31
+ "cdr-input__post-icon": "cdr-input__post-icon_14-0-1",
32
+ "cdr-input__helper-text": "cdr-input__helper-text_14-0-1",
33
+ "cdr-input-wrap": "cdr-input-wrap_14-0-1"
34
34
  };
35
35
  export {
36
- t as default
36
+ n as default
37
37
  };
@@ -1,16 +1,16 @@
1
1
  const l = {
2
- "cdr-label-standalone": "cdr-label-standalone_14-0-0-ts-5",
3
- "cdr-label-standalone__label-wrapper": "cdr-label-standalone__label-wrapper_14-0-0-ts-5",
4
- "cdr-label-standalone__label": "cdr-label-standalone__label_14-0-0-ts-5",
5
- "cdr-label-standalone__label--sr-only": "cdr-label-standalone__label--sr-only_14-0-0-ts-5",
6
- "cdr-label-standalone__label--disabled": "cdr-label-standalone__label--disabled_14-0-0-ts-5",
7
- "cdr-label-standalone__optional": "cdr-label-standalone__optional_14-0-0-ts-5",
8
- "cdr-label-standalone__helper": "cdr-label-standalone__helper_14-0-0-ts-5",
9
- "cdr-label-standalone__info": "cdr-label-standalone__info_14-0-0-ts-5",
10
- "cdr-label-standalone__post-content": "cdr-label-standalone__post-content_14-0-0-ts-5",
11
- "cdr-label-standalone__info-action": "cdr-label-standalone__info-action_14-0-0-ts-5",
12
- "cdr-label-standalone__input-wrap": "cdr-label-standalone__input-wrap_14-0-0-ts-5",
13
- "cdr-label-standalone__input-spacing": "cdr-label-standalone__input-spacing_14-0-0-ts-5"
2
+ "cdr-label-standalone": "cdr-label-standalone_14-0-1",
3
+ "cdr-label-standalone__label-wrapper": "cdr-label-standalone__label-wrapper_14-0-1",
4
+ "cdr-label-standalone__label": "cdr-label-standalone__label_14-0-1",
5
+ "cdr-label-standalone__label--sr-only": "cdr-label-standalone__label--sr-only_14-0-1",
6
+ "cdr-label-standalone__label--disabled": "cdr-label-standalone__label--disabled_14-0-1",
7
+ "cdr-label-standalone__optional": "cdr-label-standalone__optional_14-0-1",
8
+ "cdr-label-standalone__helper": "cdr-label-standalone__helper_14-0-1",
9
+ "cdr-label-standalone__info": "cdr-label-standalone__info_14-0-1",
10
+ "cdr-label-standalone__post-content": "cdr-label-standalone__post-content_14-0-1",
11
+ "cdr-label-standalone__info-action": "cdr-label-standalone__info-action_14-0-1",
12
+ "cdr-label-standalone__input-wrap": "cdr-label-standalone__input-wrap_14-0-1",
13
+ "cdr-label-standalone__input-spacing": "cdr-label-standalone__input-spacing_14-0-1"
14
14
  };
15
15
  export {
16
16
  l as default
@@ -1,8 +1,8 @@
1
- import { defineComponent as b, useCssModule as u, computed as o, openBlock as f, createElementBlock as C, normalizeClass as r, unref as s, createElementVNode as n, renderSlot as i } from "vue";
1
+ import { defineComponent as b, useCssModule as u, computed as n, openBlock as f, createElementBlock as C, normalizeClass as r, unref as s, createElementVNode as t, renderSlot as i } from "vue";
2
2
  import { responsiveModifyClass as g } from "../../utils/buildClass.mjs";
3
3
  import $ from "../../props/background.mjs";
4
- import w from "../../utils/mapClasses.mjs";
5
- const t = "cdr-label-wrapper", B = /* @__PURE__ */ b({
4
+ import v from "../../utils/mapClasses.mjs";
5
+ const c = "cdr-label-wrapper", _ = /* @__PURE__ */ b({
6
6
  name: "CdrLabelWrapper",
7
7
  __name: "CdrLabelWrapper",
8
8
  props: {
@@ -14,18 +14,18 @@ const t = "cdr-label-wrapper", B = /* @__PURE__ */ b({
14
14
  size: String
15
15
  },
16
16
  setup(a) {
17
- const e = a, l = u(), d = o(() => e.modifier ? `${t}--${e.modifier}` : ""), p = o(() => e.size ? g(t, "", e.size) : ""), m = o(() => e.disabled ? `${t}--disabled` : "");
18
- return (c, k) => (f(), C("div", {
17
+ const e = a, l = u(), d = n(() => e.modifier ? `${c}--${e.modifier}` : ""), p = n(() => e.size ? g(c, "", e.size) : ""), m = n(() => e.disabled ? `${c}--disabled` : "");
18
+ return (o, w) => (f(), C("div", {
19
19
  class: r(s(l)["cdr-label-wrapper__container"])
20
- }, [n("label", {
21
- class: r(s(w)(s(l), "cdr-label-wrapper", `cdr-label-wrapper--${a.background}`, m.value, d.value, p.value).concat(` ${a.labelClass || ""}`))
22
- }, [i(c.$slots, "input"), n("span", {
20
+ }, [t("label", {
21
+ class: r(s(v)(s(l), "cdr-label-wrapper", `cdr-label-wrapper--${a.background}`, m.value, d.value, p.value).concat(` ${a.labelClass || ""}`))
22
+ }, [i(o.$slots, "input"), t("span", {
23
23
  class: r(s(l)["cdr-label-wrapper__figure"])
24
- }, null, 2), n("span", {
24
+ }, null, 2), i(o.$slots, "svgs"), t("span", {
25
25
  class: r([s(l)["cdr-label-wrapper__content"], a.contentClass])
26
- }, [i(c.$slots, "default")], 2)], 2)], 2));
26
+ }, [i(o.$slots, "default")], 2)], 2)], 2));
27
27
  }
28
28
  });
29
29
  export {
30
- B as default
30
+ _ as default
31
31
  };
@@ -1,27 +1,29 @@
1
1
  const r = {
2
- "cdr-label-wrapper": "cdr-label-wrapper_14-0-0-ts-5",
3
- "cdr-label-wrapper__container": "cdr-label-wrapper__container_14-0-0-ts-5",
4
- "cdr-label-wrapper--primary": "cdr-label-wrapper--primary_14-0-0-ts-5",
5
- "cdr-label-wrapper--secondary": "cdr-label-wrapper--secondary_14-0-0-ts-5",
6
- "cdr-label-wrapper--disabled": "cdr-label-wrapper--disabled_14-0-0-ts-5",
7
- "cdr-label-wrapper__figure": "cdr-label-wrapper__figure_14-0-0-ts-5",
8
- "cdr-label-wrapper__content": "cdr-label-wrapper__content_14-0-0-ts-5",
9
- "cdr-label-wrapper--hide-figure": "cdr-label-wrapper--hide-figure_14-0-0-ts-5",
10
- "cdr-label-wrapper--small": "cdr-label-wrapper--small_14-0-0-ts-5",
11
- "cdr-label-wrapper--medium": "cdr-label-wrapper--medium_14-0-0-ts-5",
12
- "cdr-label-wrapper--large": "cdr-label-wrapper--large_14-0-0-ts-5",
13
- "cdr-label-wrapper--small@xs": "cdr-label-wrapper--small@xs_14-0-0-ts-5",
14
- "cdr-label-wrapper--medium@xs": "cdr-label-wrapper--medium@xs_14-0-0-ts-5",
15
- "cdr-label-wrapper--large@xs": "cdr-label-wrapper--large@xs_14-0-0-ts-5",
16
- "cdr-label-wrapper--small@sm": "cdr-label-wrapper--small@sm_14-0-0-ts-5",
17
- "cdr-label-wrapper--medium@sm": "cdr-label-wrapper--medium@sm_14-0-0-ts-5",
18
- "cdr-label-wrapper--large@sm": "cdr-label-wrapper--large@sm_14-0-0-ts-5",
19
- "cdr-label-wrapper--small@md": "cdr-label-wrapper--small@md_14-0-0-ts-5",
20
- "cdr-label-wrapper--medium@md": "cdr-label-wrapper--medium@md_14-0-0-ts-5",
21
- "cdr-label-wrapper--large@md": "cdr-label-wrapper--large@md_14-0-0-ts-5",
22
- "cdr-label-wrapper--small@lg": "cdr-label-wrapper--small@lg_14-0-0-ts-5",
23
- "cdr-label-wrapper--medium@lg": "cdr-label-wrapper--medium@lg_14-0-0-ts-5",
24
- "cdr-label-wrapper--large@lg": "cdr-label-wrapper--large@lg_14-0-0-ts-5"
2
+ "cdr-label-wrapper": "cdr-label-wrapper_14-0-1",
3
+ "cdr-label-wrapper__container": "cdr-label-wrapper__container_14-0-1",
4
+ "cdr-label-wrapper--primary": "cdr-label-wrapper--primary_14-0-1",
5
+ "cdr-label-wrapper--secondary": "cdr-label-wrapper--secondary_14-0-1",
6
+ "cdr-label-wrapper--disabled": "cdr-label-wrapper--disabled_14-0-1",
7
+ "cdr-label-wrapper__figure": "cdr-label-wrapper__figure_14-0-1",
8
+ "cdr-label-wrapper__content": "cdr-label-wrapper__content_14-0-1",
9
+ "cdr-label-wrapper--hide-figure": "cdr-label-wrapper--hide-figure_14-0-1",
10
+ "cdr-checkbox__svg-box": "cdr-checkbox__svg-box_14-0-1",
11
+ "cdr-label-wrapper--small": "cdr-label-wrapper--small_14-0-1",
12
+ "cdr-label-wrapper--medium": "cdr-label-wrapper--medium_14-0-1",
13
+ "cdr-label-wrapper--large": "cdr-label-wrapper--large_14-0-1",
14
+ "cdr-checkbox__checkbox-box": "cdr-checkbox__checkbox-box_14-0-1",
15
+ "cdr-label-wrapper--small@xs": "cdr-label-wrapper--small@xs_14-0-1",
16
+ "cdr-label-wrapper--medium@xs": "cdr-label-wrapper--medium@xs_14-0-1",
17
+ "cdr-label-wrapper--large@xs": "cdr-label-wrapper--large@xs_14-0-1",
18
+ "cdr-label-wrapper--small@sm": "cdr-label-wrapper--small@sm_14-0-1",
19
+ "cdr-label-wrapper--medium@sm": "cdr-label-wrapper--medium@sm_14-0-1",
20
+ "cdr-label-wrapper--large@sm": "cdr-label-wrapper--large@sm_14-0-1",
21
+ "cdr-label-wrapper--small@md": "cdr-label-wrapper--small@md_14-0-1",
22
+ "cdr-label-wrapper--medium@md": "cdr-label-wrapper--medium@md_14-0-1",
23
+ "cdr-label-wrapper--large@md": "cdr-label-wrapper--large@md_14-0-1",
24
+ "cdr-label-wrapper--small@lg": "cdr-label-wrapper--small@lg_14-0-1",
25
+ "cdr-label-wrapper--medium@lg": "cdr-label-wrapper--medium@lg_14-0-1",
26
+ "cdr-label-wrapper--large@lg": "cdr-label-wrapper--large@lg_14-0-1"
25
27
  };
26
28
  export {
27
29
  r as default
@@ -1,7 +1,7 @@
1
1
  const n = {
2
- "cdr-link": "cdr-link_14-0-0-ts-5",
3
- "cdr-link--standalone": "cdr-link--standalone_14-0-0-ts-5",
4
- "cdr-link--inherit-color": "cdr-link--inherit-color_14-0-0-ts-5"
2
+ "cdr-link": "cdr-link_14-0-1",
3
+ "cdr-link--standalone": "cdr-link--standalone_14-0-1",
4
+ "cdr-link--inherit-color": "cdr-link--inherit-color_14-0-1"
5
5
  };
6
6
  export {
7
7
  n as default
@@ -1,10 +1,10 @@
1
- const t = {
2
- "cdr-list": "cdr-list_14-0-0-ts-5",
3
- "cdr-list--compact": "cdr-list--compact_14-0-0-ts-5",
4
- "cdr-list--ordered": "cdr-list--ordered_14-0-0-ts-5",
5
- "cdr-list--unordered": "cdr-list--unordered_14-0-0-ts-5",
6
- "cdr-list--inline": "cdr-list--inline_14-0-0-ts-5"
1
+ const d = {
2
+ "cdr-list": "cdr-list_14-0-1",
3
+ "cdr-list--compact": "cdr-list--compact_14-0-1",
4
+ "cdr-list--ordered": "cdr-list--ordered_14-0-1",
5
+ "cdr-list--unordered": "cdr-list--unordered_14-0-1",
6
+ "cdr-list--inline": "cdr-list--inline_14-0-1"
7
7
  };
8
8
  export {
9
- t as default
9
+ d as default
10
10
  };
@@ -1,7 +1,7 @@
1
1
  import { defineComponent as te, useAttrs as le, useCssModule as oe, ref as l, computed as h, watch as ne, onMounted as ae, onUnmounted as se, openBlock as re, createElementBlock as de, normalizeClass as r, unref as o, createElementVNode as n, mergeProps as ce, renderSlot as E, normalizeStyle as z, toDisplayString as ie, createCommentVNode as ue, createVNode as O, withCtx as me, nextTick as A } from "vue";
2
2
  import { debounce as fe } from "../../utils/debounce.mjs";
3
3
  import R from "tabbable";
4
- import { CdrSpaceTwoX as X, CdrSpaceOneX as ve, CdrBreakpointSm as pe } from "../../../node_modules/@rei/cdr-tokens/dist/js/cdr-tokens.mjs";
4
+ import { CdrSpaceTwoX as X, CdrSpaceOneX as ve, CdrBreakpointSm as pe } from "../../../node_modules/@rei/cdr-tokens/dist/rei-dot-com/js/cdr-tokens.mjs";
5
5
  import he from "./onTransitionEnd.mjs";
6
6
  import ye from "../button/CdrButton.vue.mjs";
7
7
  import be from "../icon/comps/x-lg.vue.mjs";
@@ -85,7 +85,7 @@ const ge = ["tabIndex"], we = ["role", "aria-label"], xe = ["tabIndex"], Ce = "c
85
85
  }), _ = l(0), S = l(0), k = l(0), L = l(0), H = l(0), T = l(0), N = l(!1), u = l(null), v = l(null), m = l(null), B = l(null), x = () => {
86
86
  A(() => {
87
87
  var e, t, f, c, p;
88
- S.value = window.innerHeight, N.value = window.innerWidth < pe, _.value = ((e = B.value) == null ? void 0 : e.offsetHeight) || 0, k.value = ((t = m.value) == null ? void 0 : t.scrollHeight) || 0, L.value = ((f = m.value) == null ? void 0 : f.offsetHeight) || 0, H.value = ((c = m.value) == null ? void 0 : c.offsetWidth) || 0, T.value = ((p = m.value) == null ? void 0 : p.clientWidth) || 0;
88
+ S.value = window.innerHeight, N.value = window.innerWidth < +pe, _.value = ((e = B.value) == null ? void 0 : e.offsetHeight) || 0, k.value = ((t = m.value) == null ? void 0 : t.scrollHeight) || 0, L.value = ((f = m.value) == null ? void 0 : f.offsetHeight) || 0, H.value = ((c = m.value) == null ? void 0 : c.offsetWidth) || 0, T.value = ((p = m.value) == null ? void 0 : p.clientWidth) || 0;
89
89
  });
90
90
  }, C = (e) => {
91
91
  V("closed", e);
@@ -1,16 +1,16 @@
1
1
  const d = {
2
- "cdr-modal": "cdr-modal_14-0-0-ts-5",
3
- "cdr-modal__overlay": "cdr-modal__overlay_14-0-0-ts-5",
4
- "cdr-modal__outerWrap": "cdr-modal__outerWrap_14-0-0-ts-5",
5
- "cdr-modal__contentWrap": "cdr-modal__contentWrap_14-0-0-ts-5",
6
- "cdr-modal__innerWrap": "cdr-modal__innerWrap_14-0-0-ts-5",
7
- "cdr-modal__dialog": "cdr-modal__dialog_14-0-0-ts-5",
8
- "cdr-modal__content": "cdr-modal__content_14-0-0-ts-5",
9
- "cdr-modal__header": "cdr-modal__header_14-0-0-ts-5",
10
- "cdr-modal__title": "cdr-modal__title_14-0-0-ts-5",
11
- "cdr-modal__close-button": "cdr-modal__close-button_14-0-0-ts-5",
12
- "cdr-modal__text-content": "cdr-modal__text-content_14-0-0-ts-5",
13
- "cdr-modal--closed": "cdr-modal--closed_14-0-0-ts-5"
2
+ "cdr-modal": "cdr-modal_14-0-1",
3
+ "cdr-modal__overlay": "cdr-modal__overlay_14-0-1",
4
+ "cdr-modal__outerWrap": "cdr-modal__outerWrap_14-0-1",
5
+ "cdr-modal__contentWrap": "cdr-modal__contentWrap_14-0-1",
6
+ "cdr-modal__innerWrap": "cdr-modal__innerWrap_14-0-1",
7
+ "cdr-modal__dialog": "cdr-modal__dialog_14-0-1",
8
+ "cdr-modal__content": "cdr-modal__content_14-0-1",
9
+ "cdr-modal__header": "cdr-modal__header_14-0-1",
10
+ "cdr-modal__title": "cdr-modal__title_14-0-1",
11
+ "cdr-modal__close-button": "cdr-modal__close-button_14-0-1",
12
+ "cdr-modal__text-content": "cdr-modal__text-content_14-0-1",
13
+ "cdr-modal--closed": "cdr-modal--closed_14-0-1"
14
14
  };
15
15
  export {
16
16
  d as default
@@ -1,57 +1,57 @@
1
1
  const l = {
2
- "cdr-icon": "cdr-icon_14-0-0-ts-5",
3
- "cdr-icon--small": "cdr-icon--small_14-0-0-ts-5",
4
- "cdr-icon--large": "cdr-icon--large_14-0-0-ts-5",
5
- "cdr-icon--small@xs": "cdr-icon--small@xs_14-0-0-ts-5",
6
- "cdr-icon--large@xs": "cdr-icon--large@xs_14-0-0-ts-5",
7
- "cdr-icon--small@sm": "cdr-icon--small@sm_14-0-0-ts-5",
8
- "cdr-icon--large@sm": "cdr-icon--large@sm_14-0-0-ts-5",
9
- "cdr-icon--small@md": "cdr-icon--small@md_14-0-0-ts-5",
10
- "cdr-icon--large@md": "cdr-icon--large@md_14-0-0-ts-5",
11
- "cdr-icon--small@lg": "cdr-icon--small@lg_14-0-0-ts-5",
12
- "cdr-icon--large@lg": "cdr-icon--large@lg_14-0-0-ts-5",
13
- "cdr-icon--inherit-color": "cdr-icon--inherit-color_14-0-0-ts-5",
14
- "cdr-label-standalone": "cdr-label-standalone_14-0-0-ts-5",
15
- "cdr-label-standalone__label-wrapper": "cdr-label-standalone__label-wrapper_14-0-0-ts-5",
16
- "cdr-label-standalone__label": "cdr-label-standalone__label_14-0-0-ts-5",
17
- "cdr-label-standalone__label--sr-only": "cdr-label-standalone__label--sr-only_14-0-0-ts-5",
18
- "cdr-label-standalone__label--disabled": "cdr-label-standalone__label--disabled_14-0-0-ts-5",
19
- "cdr-label-standalone__optional": "cdr-label-standalone__optional_14-0-0-ts-5",
20
- "cdr-label-standalone__helper": "cdr-label-standalone__helper_14-0-0-ts-5",
21
- "cdr-label-standalone__info": "cdr-label-standalone__info_14-0-0-ts-5",
22
- "cdr-label-standalone__post-content": "cdr-label-standalone__post-content_14-0-0-ts-5",
23
- "cdr-label-standalone__info-action": "cdr-label-standalone__info-action_14-0-0-ts-5",
24
- "cdr-label-standalone__input-wrap": "cdr-label-standalone__input-wrap_14-0-0-ts-5",
25
- "cdr-label-standalone__input-spacing": "cdr-label-standalone__input-spacing_14-0-0-ts-5",
26
- "cdr-form-error": "cdr-form-error_14-0-0-ts-5",
27
- "cdr-form-error__icon": "cdr-form-error__icon_14-0-0-ts-5",
28
- "cdr-select": "cdr-select_14-0-0-ts-5",
29
- "cdr-select--primary": "cdr-select--primary_14-0-0-ts-5",
30
- "cdr-select--secondary": "cdr-select--secondary_14-0-0-ts-5",
31
- "cdr-select--error": "cdr-select--error_14-0-0-ts-5",
32
- "cdr-select--preicon": "cdr-select--preicon_14-0-0-ts-5",
33
- "cdr-select__prompt": "cdr-select__prompt_14-0-0-ts-5",
34
- "cdr-select__caret": "cdr-select__caret_14-0-0-ts-5",
35
- "cdr-select__caret--disabled": "cdr-select__caret--disabled_14-0-0-ts-5",
36
- "cdr-select__pre-icon": "cdr-select__pre-icon_14-0-0-ts-5",
37
- "cdr-select--multiple": "cdr-select--multiple_14-0-0-ts-5",
38
- "cdr-select--large@xs": "cdr-select--large@xs_14-0-0-ts-5",
39
- "cdr-select--large": "cdr-select--large_14-0-0-ts-5",
40
- "cdr-select--large@sm": "cdr-select--large@sm_14-0-0-ts-5",
41
- "cdr-select--large@md": "cdr-select--large@md_14-0-0-ts-5",
42
- "cdr-select--large@lg": "cdr-select--large@lg_14-0-0-ts-5",
43
- "cdr-select-wrap": "cdr-select-wrap_14-0-0-ts-5",
44
- "cdr-pagination": "cdr-pagination_14-0-0-ts-5",
45
- "cdr-pagination__li--links": "cdr-pagination__li--links_14-0-0-ts-5",
46
- "cdr-pagination__li--select": "cdr-pagination__li--select_14-0-0-ts-5",
47
- "cdr-pagination__link": "cdr-pagination__link_14-0-0-ts-5",
48
- "cdr-pagination__link--current": "cdr-pagination__link--current_14-0-0-ts-5",
49
- "cdr-pagination__link--disabled": "cdr-pagination__link--disabled_14-0-0-ts-5",
50
- "cdr-pagination__ellipse": "cdr-pagination__ellipse_14-0-0-ts-5",
51
- "cdr-pagination__prev": "cdr-pagination__prev_14-0-0-ts-5",
52
- "cdr-pagination__next": "cdr-pagination__next_14-0-0-ts-5",
53
- "cdr-pagination__caret--prev": "cdr-pagination__caret--prev_14-0-0-ts-5",
54
- "cdr-pagination__caret--next": "cdr-pagination__caret--next_14-0-0-ts-5"
2
+ "cdr-icon": "cdr-icon_14-0-1",
3
+ "cdr-icon--small": "cdr-icon--small_14-0-1",
4
+ "cdr-icon--large": "cdr-icon--large_14-0-1",
5
+ "cdr-icon--small@xs": "cdr-icon--small@xs_14-0-1",
6
+ "cdr-icon--large@xs": "cdr-icon--large@xs_14-0-1",
7
+ "cdr-icon--small@sm": "cdr-icon--small@sm_14-0-1",
8
+ "cdr-icon--large@sm": "cdr-icon--large@sm_14-0-1",
9
+ "cdr-icon--small@md": "cdr-icon--small@md_14-0-1",
10
+ "cdr-icon--large@md": "cdr-icon--large@md_14-0-1",
11
+ "cdr-icon--small@lg": "cdr-icon--small@lg_14-0-1",
12
+ "cdr-icon--large@lg": "cdr-icon--large@lg_14-0-1",
13
+ "cdr-icon--inherit-color": "cdr-icon--inherit-color_14-0-1",
14
+ "cdr-label-standalone": "cdr-label-standalone_14-0-1",
15
+ "cdr-label-standalone__label-wrapper": "cdr-label-standalone__label-wrapper_14-0-1",
16
+ "cdr-label-standalone__label": "cdr-label-standalone__label_14-0-1",
17
+ "cdr-label-standalone__label--sr-only": "cdr-label-standalone__label--sr-only_14-0-1",
18
+ "cdr-label-standalone__label--disabled": "cdr-label-standalone__label--disabled_14-0-1",
19
+ "cdr-label-standalone__optional": "cdr-label-standalone__optional_14-0-1",
20
+ "cdr-label-standalone__helper": "cdr-label-standalone__helper_14-0-1",
21
+ "cdr-label-standalone__info": "cdr-label-standalone__info_14-0-1",
22
+ "cdr-label-standalone__post-content": "cdr-label-standalone__post-content_14-0-1",
23
+ "cdr-label-standalone__info-action": "cdr-label-standalone__info-action_14-0-1",
24
+ "cdr-label-standalone__input-wrap": "cdr-label-standalone__input-wrap_14-0-1",
25
+ "cdr-label-standalone__input-spacing": "cdr-label-standalone__input-spacing_14-0-1",
26
+ "cdr-form-error": "cdr-form-error_14-0-1",
27
+ "cdr-form-error__icon": "cdr-form-error__icon_14-0-1",
28
+ "cdr-select": "cdr-select_14-0-1",
29
+ "cdr-select--primary": "cdr-select--primary_14-0-1",
30
+ "cdr-select--secondary": "cdr-select--secondary_14-0-1",
31
+ "cdr-select--error": "cdr-select--error_14-0-1",
32
+ "cdr-select--preicon": "cdr-select--preicon_14-0-1",
33
+ "cdr-select__prompt": "cdr-select__prompt_14-0-1",
34
+ "cdr-select__caret": "cdr-select__caret_14-0-1",
35
+ "cdr-select__caret--disabled": "cdr-select__caret--disabled_14-0-1",
36
+ "cdr-select__pre-icon": "cdr-select__pre-icon_14-0-1",
37
+ "cdr-select--multiple": "cdr-select--multiple_14-0-1",
38
+ "cdr-select--large@xs": "cdr-select--large@xs_14-0-1",
39
+ "cdr-select--large": "cdr-select--large_14-0-1",
40
+ "cdr-select--large@sm": "cdr-select--large@sm_14-0-1",
41
+ "cdr-select--large@md": "cdr-select--large@md_14-0-1",
42
+ "cdr-select--large@lg": "cdr-select--large@lg_14-0-1",
43
+ "cdr-select-wrap": "cdr-select-wrap_14-0-1",
44
+ "cdr-pagination": "cdr-pagination_14-0-1",
45
+ "cdr-pagination__li--links": "cdr-pagination__li--links_14-0-1",
46
+ "cdr-pagination__li--select": "cdr-pagination__li--select_14-0-1",
47
+ "cdr-pagination__link": "cdr-pagination__link_14-0-1",
48
+ "cdr-pagination__link--current": "cdr-pagination__link--current_14-0-1",
49
+ "cdr-pagination__link--disabled": "cdr-pagination__link--disabled_14-0-1",
50
+ "cdr-pagination__ellipse": "cdr-pagination__ellipse_14-0-1",
51
+ "cdr-pagination__prev": "cdr-pagination__prev_14-0-1",
52
+ "cdr-pagination__next": "cdr-pagination__next_14-0-1",
53
+ "cdr-pagination__caret--prev": "cdr-pagination__caret--prev_14-0-1",
54
+ "cdr-pagination__caret--next": "cdr-pagination__caret--next_14-0-1"
55
55
  };
56
56
  export {
57
57
  l as default