@roadtrip/components 3.34.0 → 3.36.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.
Files changed (187) hide show
  1. package/dist/cjs/index-bf8a763e.js.map +1 -1
  2. package/dist/cjs/index-fee0103c.js +4 -0
  3. package/dist/cjs/loader.cjs.js +1 -1
  4. package/dist/cjs/road-badge_14.cjs.entry.js +2 -2
  5. package/dist/cjs/road-radio-card.cjs.entry.js +73 -0
  6. package/dist/cjs/road-radio-card.cjs.entry.js.map +1 -0
  7. package/dist/cjs/road-radio-group.cjs.entry.js +8 -1
  8. package/dist/cjs/road-radio-group.cjs.entry.js.map +1 -1
  9. package/dist/cjs/road-range.cjs.entry.js +2 -2
  10. package/dist/cjs/road-rating.cjs.entry.js +1 -1
  11. package/dist/cjs/road-segmented-button-bar.cjs.entry.js +1 -1
  12. package/dist/cjs/road-segmented-button.cjs.entry.js +2 -2
  13. package/dist/cjs/road-segmented-buttons.cjs.entry.js +1 -1
  14. package/dist/cjs/road-select-filter.cjs.entry.js +2 -2
  15. package/dist/cjs/road-select.cjs.entry.js +1 -1
  16. package/dist/cjs/road-skeleton.cjs.entry.js +1 -1
  17. package/dist/cjs/road-spinner.cjs.entry.js +1 -1
  18. package/dist/cjs/road-switch.cjs.entry.js +2 -2
  19. package/dist/cjs/road-tab-bar.cjs.entry.js +2 -2
  20. package/dist/cjs/road-tab-button.cjs.entry.js +2 -2
  21. package/dist/cjs/road-tab.cjs.entry.js +2 -2
  22. package/dist/cjs/road-table.cjs.entry.js +1 -1
  23. package/dist/cjs/road-tabs.cjs.entry.js +1 -1
  24. package/dist/cjs/road-tag.cjs.entry.js +1 -1
  25. package/dist/cjs/road-text.cjs.entry.js +1 -1
  26. package/dist/cjs/road-textarea.cjs.entry.js +2 -2
  27. package/dist/cjs/road-textarea.cjs.entry.js.map +1 -1
  28. package/dist/cjs/road-toast.cjs.entry.js +1 -1
  29. package/dist/cjs/road-toggle.cjs.entry.js +2 -2
  30. package/dist/cjs/road-toolbar-title-page.cjs.entry.js +1 -1
  31. package/dist/cjs/road-toolbar-title.cjs.entry.js +1 -1
  32. package/dist/cjs/road-toolbar-v2.cjs.entry.js +1 -1
  33. package/dist/cjs/road-tooltip.cjs.entry.js +3 -3
  34. package/dist/cjs/roadtrip.cjs.js +1 -1
  35. package/dist/collection/collection-manifest.json +1 -0
  36. package/dist/collection/components/icon/svg/baby-seat-outline.svg +1 -0
  37. package/dist/collection/components/icon/svg/flag-luxembourg-color.svg +1 -1
  38. package/dist/collection/components/icon/svg/vehicle-cover-outline.svg +1 -0
  39. package/dist/collection/components/radio-card/radio-card.css +234 -0
  40. package/dist/collection/components/radio-card/radio-card.js +253 -0
  41. package/dist/collection/components/radio-card/radio-card.js.map +1 -0
  42. package/dist/collection/components/radio-card/radio-card.stories.js +90 -0
  43. package/dist/collection/components/radio-group/radio-group.js +8 -1
  44. package/dist/collection/components/radio-group/radio-group.js.map +1 -1
  45. package/dist/collection/components/range/range.js +2 -2
  46. package/dist/collection/components/rating/rating.js +1 -1
  47. package/dist/collection/components/row/row.js +1 -1
  48. package/dist/collection/components/segmented-button/segmented-button.js +2 -2
  49. package/dist/collection/components/segmented-button-bar/segmented-button-bar.js +1 -1
  50. package/dist/collection/components/segmented-buttons/segmented-buttons.js +1 -1
  51. package/dist/collection/components/select/select.js +1 -1
  52. package/dist/collection/components/select-filter/select-filter.js +2 -2
  53. package/dist/collection/components/skeleton/skeleton.js +1 -1
  54. package/dist/collection/components/spinner/spinner.js +1 -1
  55. package/dist/collection/components/switch/switch.js +2 -2
  56. package/dist/collection/components/tab/tab.js +2 -2
  57. package/dist/collection/components/tab-bar/tab-bar.js +2 -2
  58. package/dist/collection/components/tab-button/tab-button.js +2 -2
  59. package/dist/collection/components/table/table.js +1 -1
  60. package/dist/collection/components/tabs/tabs.js +1 -1
  61. package/dist/collection/components/tag/tag.js +1 -1
  62. package/dist/collection/components/text/text.js +1 -1
  63. package/dist/collection/components/textarea/textarea.css +5 -2
  64. package/dist/collection/components/textarea/textarea.js +1 -1
  65. package/dist/collection/components/toast/toast.js +1 -1
  66. package/dist/collection/components/toggle/toggle.js +2 -2
  67. package/dist/collection/components/toolbar/toolbar.js +1 -1
  68. package/dist/collection/components/toolbar-title/toolbar-title.js +1 -1
  69. package/dist/collection/components/toolbar-title-page/toolbar-title-page.js +1 -1
  70. package/dist/collection/components/toolbar-v2/toolbar-v2.js +1 -1
  71. package/dist/collection/components/tooltip/tooltip.js +3 -3
  72. package/dist/esm/index-8dc34f94.js +4 -0
  73. package/dist/esm/index-f1358629.js.map +1 -1
  74. package/dist/esm/loader.js +1 -1
  75. package/dist/esm/road-badge_14.entry.js +2 -2
  76. package/dist/esm/road-radio-card.entry.js +69 -0
  77. package/dist/esm/road-radio-card.entry.js.map +1 -0
  78. package/dist/esm/road-radio-group.entry.js +8 -1
  79. package/dist/esm/road-radio-group.entry.js.map +1 -1
  80. package/dist/esm/road-range.entry.js +2 -2
  81. package/dist/esm/road-rating.entry.js +1 -1
  82. package/dist/esm/road-segmented-button-bar.entry.js +1 -1
  83. package/dist/esm/road-segmented-button.entry.js +2 -2
  84. package/dist/esm/road-segmented-buttons.entry.js +1 -1
  85. package/dist/esm/road-select-filter.entry.js +2 -2
  86. package/dist/esm/road-select.entry.js +1 -1
  87. package/dist/esm/road-skeleton.entry.js +1 -1
  88. package/dist/esm/road-spinner.entry.js +1 -1
  89. package/dist/esm/road-switch.entry.js +2 -2
  90. package/dist/esm/road-tab-bar.entry.js +2 -2
  91. package/dist/esm/road-tab-button.entry.js +2 -2
  92. package/dist/esm/road-tab.entry.js +2 -2
  93. package/dist/esm/road-table.entry.js +1 -1
  94. package/dist/esm/road-tabs.entry.js +1 -1
  95. package/dist/esm/road-tag.entry.js +1 -1
  96. package/dist/esm/road-text.entry.js +1 -1
  97. package/dist/esm/road-textarea.entry.js +2 -2
  98. package/dist/esm/road-textarea.entry.js.map +1 -1
  99. package/dist/esm/road-toast.entry.js +1 -1
  100. package/dist/esm/road-toggle.entry.js +2 -2
  101. package/dist/esm/road-toolbar-title-page.entry.js +1 -1
  102. package/dist/esm/road-toolbar-title.entry.js +1 -1
  103. package/dist/esm/road-toolbar-v2.entry.js +1 -1
  104. package/dist/esm/road-tooltip.entry.js +3 -3
  105. package/dist/esm/roadtrip.js +1 -1
  106. package/dist/html.html-data.json +39 -0
  107. package/dist/icons/icons.svg +1 -1
  108. package/dist/icons/index.d.ts +2 -0
  109. package/dist/icons/index.js +2 -0
  110. package/dist/roadtrip/{p-78e6204e.entry.js → p-02a6e387.entry.js} +2 -2
  111. package/dist/roadtrip/{p-cb8924ee.entry.js → p-0b847a5d.entry.js} +2 -2
  112. package/dist/roadtrip/{p-4765c524.entry.js → p-0dce3168.entry.js} +2 -2
  113. package/dist/roadtrip/{p-061f6889.entry.js → p-1ca62c28.entry.js} +2 -2
  114. package/dist/roadtrip/{p-df897815.entry.js → p-355fcb74.entry.js} +2 -2
  115. package/dist/roadtrip/p-4a0711c8.entry.js +2 -0
  116. package/dist/roadtrip/p-4a0711c8.entry.js.map +1 -0
  117. package/dist/roadtrip/{p-4329a5ff.entry.js → p-4b1ac843.entry.js} +2 -2
  118. package/dist/roadtrip/{p-38fd91b3.entry.js → p-56f18548.entry.js} +2 -2
  119. package/dist/roadtrip/{p-ab550b59.entry.js → p-5f2a4cd5.entry.js} +2 -2
  120. package/dist/roadtrip/{p-f9ba8499.entry.js → p-5f6255ea.entry.js} +2 -2
  121. package/dist/roadtrip/{p-5ed9e829.entry.js → p-6cde1247.entry.js} +2 -2
  122. package/dist/roadtrip/{p-0de7b85d.entry.js → p-6e65c377.entry.js} +2 -2
  123. package/dist/roadtrip/p-6ef0a03b.entry.js +2 -0
  124. package/dist/roadtrip/{p-6fb0f8b8.entry.js.map → p-6ef0a03b.entry.js.map} +1 -1
  125. package/dist/roadtrip/{p-c4d3dda1.entry.js → p-780de42a.entry.js} +2 -2
  126. package/dist/roadtrip/p-80344aa2.entry.js +2 -0
  127. package/dist/roadtrip/p-80344aa2.entry.js.map +1 -0
  128. package/dist/roadtrip/{p-ebada9f6.entry.js → p-b0203787.entry.js} +2 -2
  129. package/dist/roadtrip/{p-7e1e110f.entry.js → p-c01aaf61.entry.js} +2 -2
  130. package/dist/roadtrip/{p-3aa617b1.entry.js → p-c09d87da.entry.js} +2 -2
  131. package/dist/roadtrip/p-cd1e078c.entry.js +2 -0
  132. package/dist/roadtrip/p-cd436a46.entry.js +2 -0
  133. package/dist/roadtrip/{p-93272a9d.entry.js.map → p-cd436a46.entry.js.map} +1 -1
  134. package/dist/roadtrip/p-d9cbd0b9.entry.js +2 -0
  135. package/dist/roadtrip/p-d9cbd0b9.entry.js.map +1 -0
  136. package/dist/roadtrip/{p-e82c8ca0.entry.js → p-da0e9f4e.entry.js} +2 -2
  137. package/dist/roadtrip/p-db82e012.js.map +1 -1
  138. package/dist/roadtrip/{p-e8bcf7a0.entry.js → p-df2f066e.entry.js} +2 -2
  139. package/dist/roadtrip/{p-dc9509b1.entry.js → p-dfc0d1c5.entry.js} +2 -2
  140. package/dist/roadtrip/{p-fafcecb2.entry.js → p-edfb6a90.entry.js} +2 -2
  141. package/dist/roadtrip/{p-7a7b1fb6.entry.js → p-f91b8ee7.entry.js} +2 -2
  142. package/dist/roadtrip/p-fb33aa91.entry.js +2 -0
  143. package/dist/roadtrip/roadtrip.css +1 -1
  144. package/dist/roadtrip/roadtrip.esm.js +1 -1
  145. package/dist/roadtrip/roadtrip.esm.js.map +1 -1
  146. package/dist/roadtrip/svg/baby-seat-outline.svg +1 -0
  147. package/dist/roadtrip/svg/flag-luxembourg-color.svg +1 -1
  148. package/dist/roadtrip/svg/vehicle-cover-outline.svg +1 -0
  149. package/dist/types/components/radio-card/radio-card.d.ts +25 -0
  150. package/dist/types/components/radio-group/radio-group.d.ts +1 -0
  151. package/dist/types/components.d.ts +45 -0
  152. package/hydrate/index.js +126 -38
  153. package/hydrate/index.mjs +126 -38
  154. package/icons/icons.svg +1 -1
  155. package/icons/index.d.ts +2 -0
  156. package/icons/index.js +2 -0
  157. package/package.json +1 -1
  158. package/dist/roadtrip/p-2f89b651.entry.js +0 -2
  159. package/dist/roadtrip/p-2f89b651.entry.js.map +0 -1
  160. package/dist/roadtrip/p-41bab704.entry.js +0 -2
  161. package/dist/roadtrip/p-6fb0f8b8.entry.js +0 -2
  162. package/dist/roadtrip/p-93272a9d.entry.js +0 -2
  163. package/dist/roadtrip/p-97245610.entry.js +0 -2
  164. package/dist/roadtrip/p-ce386f80.entry.js +0 -2
  165. package/dist/roadtrip/p-ce386f80.entry.js.map +0 -1
  166. /package/dist/roadtrip/{p-78e6204e.entry.js.map → p-02a6e387.entry.js.map} +0 -0
  167. /package/dist/roadtrip/{p-cb8924ee.entry.js.map → p-0b847a5d.entry.js.map} +0 -0
  168. /package/dist/roadtrip/{p-4765c524.entry.js.map → p-0dce3168.entry.js.map} +0 -0
  169. /package/dist/roadtrip/{p-061f6889.entry.js.map → p-1ca62c28.entry.js.map} +0 -0
  170. /package/dist/roadtrip/{p-df897815.entry.js.map → p-355fcb74.entry.js.map} +0 -0
  171. /package/dist/roadtrip/{p-4329a5ff.entry.js.map → p-4b1ac843.entry.js.map} +0 -0
  172. /package/dist/roadtrip/{p-38fd91b3.entry.js.map → p-56f18548.entry.js.map} +0 -0
  173. /package/dist/roadtrip/{p-ab550b59.entry.js.map → p-5f2a4cd5.entry.js.map} +0 -0
  174. /package/dist/roadtrip/{p-f9ba8499.entry.js.map → p-5f6255ea.entry.js.map} +0 -0
  175. /package/dist/roadtrip/{p-5ed9e829.entry.js.map → p-6cde1247.entry.js.map} +0 -0
  176. /package/dist/roadtrip/{p-0de7b85d.entry.js.map → p-6e65c377.entry.js.map} +0 -0
  177. /package/dist/roadtrip/{p-c4d3dda1.entry.js.map → p-780de42a.entry.js.map} +0 -0
  178. /package/dist/roadtrip/{p-ebada9f6.entry.js.map → p-b0203787.entry.js.map} +0 -0
  179. /package/dist/roadtrip/{p-7e1e110f.entry.js.map → p-c01aaf61.entry.js.map} +0 -0
  180. /package/dist/roadtrip/{p-3aa617b1.entry.js.map → p-c09d87da.entry.js.map} +0 -0
  181. /package/dist/roadtrip/{p-97245610.entry.js.map → p-cd1e078c.entry.js.map} +0 -0
  182. /package/dist/roadtrip/{p-e82c8ca0.entry.js.map → p-da0e9f4e.entry.js.map} +0 -0
  183. /package/dist/roadtrip/{p-e8bcf7a0.entry.js.map → p-df2f066e.entry.js.map} +0 -0
  184. /package/dist/roadtrip/{p-dc9509b1.entry.js.map → p-dfc0d1c5.entry.js.map} +0 -0
  185. /package/dist/roadtrip/{p-fafcecb2.entry.js.map → p-edfb6a90.entry.js.map} +0 -0
  186. /package/dist/roadtrip/{p-7a7b1fb6.entry.js.map → p-f91b8ee7.entry.js.map} +0 -0
  187. /package/dist/roadtrip/{p-41bab704.entry.js.map → p-fb33aa91.entry.js.map} +0 -0
@@ -99,7 +99,7 @@ export class Tabs {
99
99
  return Array.from(this.el.querySelectorAll('road-tab'));
100
100
  }
101
101
  render() {
102
- return (h(Host, { key: '6775e9080b20a46712a1b0d2de49a89977c840f9', onRoadTabButtonClick: this.onTabClicked }, h("slot", { key: 'c32dc3dbb5a97dc1b699ebfadf784b7f794520c8', name: "top" }), h("div", { key: 'd523d47374ce745ef869a3d92c012a8c9089652d', class: "tabs-inner" }, h("slot", { key: '7d049210173976a8906e8009c1ae65d284399d7d' }))));
102
+ return (h(Host, { key: '156304acaa7819f6a6420cc16ef1610e3ac3c729', onRoadTabButtonClick: this.onTabClicked }, h("slot", { key: 'd955421ac3b039e41c557ca80f02e9dba4c8bae1', name: "top" }), h("div", { key: 'a44620d8828baeeb94eee27d59a598de1ae6c723', class: "tabs-inner" }, h("slot", { key: '493a7741ad834c244c4c01ac7875b94a0e698b20' }))));
103
103
  }
104
104
  static get is() { return "road-tabs"; }
105
105
  static get encapsulation() { return "shadow"; }
@@ -16,7 +16,7 @@ export class Tag {
16
16
  }
17
17
  render() {
18
18
  const contrastClass = this.contrast ? `tag-${this.color} tag-${this.color}-contrast` : `tag-${this.color}`;
19
- return (h(Host, { key: '2b3a5ad4c33944c258767549bc5c5b47088e9e79', class: `${contrastClass}` }, h("slot", { key: 'c6b1754daf6f0beccdf7b41bf72a2d478222380e' })));
19
+ return (h(Host, { key: '03130dbfae36eca95f41b5a0024b7b4cd06c310a', class: `${contrastClass}` }, h("slot", { key: '5adabe2b8a1ef7a17fca7dcd24fbaf0cf234ab6e' })));
20
20
  }
21
21
  static get is() { return "road-tag"; }
22
22
  static get encapsulation() { return "shadow"; }
@@ -11,7 +11,7 @@ export class Text {
11
11
  }
12
12
  render() {
13
13
  const colorClass = this.color !== undefined ? `text-${this.color}` : '';
14
- return (h(Host, { key: '16ef8fa74811821df230a167c40e25871de4762c', class: `${colorClass}` }, h("slot", { key: '74bfd011e67ebb720bc91e8cb682abd9b7629340' })));
14
+ return (h(Host, { key: 'ce661d8700a5de9f45c8eadb585db40c170ab783', class: `${colorClass}` }, h("slot", { key: '403d340719d454fb54288e5447beb06e0fa429ac' })));
15
15
  }
16
16
  static get is() { return "road-text"; }
17
17
  static get encapsulation() { return "shadow"; }
@@ -124,6 +124,9 @@
124
124
  pointer-events: none;
125
125
  transition: transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
126
126
  transform-origin: 0 0;
127
+ width: 95%;
128
+ white-space: normal;
129
+ overflow-wrap: break-word;
127
130
  }
128
131
 
129
132
  /* SIZES
@@ -146,12 +149,12 @@
146
149
  :host(.input-xl) .form-control.has-value ~ .form-label,
147
150
  :host(.input-xl) .form-control[type="date"] ~ .form-label,
148
151
  :host(.input-xl) .form-control[type="time"] ~ .form-label {
149
- width: 100vw;
152
+ width:100%;
150
153
  transform: scale(0.75) translateY(-0.625rem);
151
154
  }
152
155
 
153
156
  :host(.input-xl) .form-control:placeholder-shown ~ .form-label {
154
- width: 100vw;
157
+ width: 100%;
155
158
  transform: scale(0.75) translateY(-0.625rem);
156
159
  }
157
160
 
@@ -82,7 +82,7 @@ export class Textarea {
82
82
  const hasValueClass = this.value !== '' ? 'has-value' : '';
83
83
  const noResizeClass = this.resize == false ? 'no-resize' : '';
84
84
  const isInvalidClass = this.error !== undefined && this.error !== '' ? 'is-invalid' : '';
85
- return (h(Host, { key: '5940308a9e1f7ed1672cd03a83e55ddd05056111', "aria-disabled": this.disabled ? 'true' : null, class: this.sizes && `input-${this.sizes}` }, h("textarea", { key: '0fa4446695b94cbe652f81fab4e36a6f6f8cf11a', class: `form-control textarea-control ${hasValueClass} ${noResizeClass} ${isInvalidClass}`, id: this.textareaId, "aria-disabled": this.disabled ? 'true' : null, "aria-labelledby": labelId, disabled: this.disabled, autoCapitalize: this.autocapitalize, autoFocus: this.autofocus, enterKeyHint: this.enterkeyhint, inputMode: this.inputmode, maxLength: this.maxlength, minLength: this.minlength, name: this.name, placeholder: this.placeholder, readOnly: this.readonly, required: this.required, value: value, spellcheck: this.spellcheck, cols: this.cols, rows: this.rows, wrap: this.wrap, onInput: this.onInput, onBlur: this.onBlur, onFocus: this.onFocus }), h("label", { key: 'fb2e631bd65dabff36792f56d7959f25c73b06ff', class: "form-label", id: labelId, htmlFor: this.textareaId }, this.label), this.error && this.error !== '' && h("p", { key: 'be5ac6f2e132cd7a9abf0eb1514d78ed8fabc03b', class: "invalid-feedback" }, this.error), this.helper && this.helper !== '' && h("p", { key: 'c61c6a1855748a295db996cf15bb2af3ba73988b', class: "helper" }, this.helper)));
85
+ return (h(Host, { key: 'c975447632482840e56666485cecf4713d1c758b', "aria-disabled": this.disabled ? 'true' : null, class: this.sizes && `input-${this.sizes}` }, h("textarea", { key: 'de0054b753bf6d54722ee04e31d320a71d3a7c2f', class: `form-control textarea-control ${hasValueClass} ${noResizeClass} ${isInvalidClass}`, id: this.textareaId, "aria-disabled": this.disabled ? 'true' : null, "aria-labelledby": labelId, disabled: this.disabled, autoCapitalize: this.autocapitalize, autoFocus: this.autofocus, enterKeyHint: this.enterkeyhint, inputMode: this.inputmode, maxLength: this.maxlength, minLength: this.minlength, name: this.name, placeholder: this.placeholder, readOnly: this.readonly, required: this.required, value: value, spellcheck: this.spellcheck, cols: this.cols, rows: this.rows, wrap: this.wrap, onInput: this.onInput, onBlur: this.onBlur, onFocus: this.onFocus }), h("label", { key: 'a9b5b3d50110501e54d55c65485b4cd71b18f0e3', class: "form-label", id: labelId, htmlFor: this.textareaId }, this.label), this.error && this.error !== '' && h("p", { key: '98af05a2b982faa261cd6330a267870bd0011e71', class: "invalid-feedback" }, this.error), this.helper && this.helper !== '' && h("p", { key: '5f37d2a87cb0f3c73e33efe9e301aab4a28b3041', class: "helper" }, this.helper)));
86
86
  }
87
87
  static get is() { return "road-textarea"; }
88
88
  static get encapsulation() { return "scoped"; }
@@ -86,7 +86,7 @@ export class Toast {
86
86
  if (this.color == 'danger') {
87
87
  this.timeout = 0;
88
88
  }
89
- return (h(Host, { key: '89d5c219c4d138ddc853a53eb366942515b0bff5', class: `${toastIsOpenClass}`, role: "alert" }, h("div", { key: '4d2e2d14b9025b9428329cfe998a7bd8970a3623', class: `toast toast-${this.color}` }, h("road-icon", { key: '94c8ff89697fdd6aaf7303f86780fe0c28c06dfe', class: "toast-icon", icon: icon, "aria-hidden": "true" }), h("p", { key: 'a09e63015b675404efcc89320707d08676f2877f', class: "toast-label" }, this.label), h("button", { key: '1911957ac22296c6585275b453dadc513fc192d3', type: "button", class: "toast-close", "aria-label": "Close", onClick: this.onClick }, h("road-icon", { key: 'df64d98907d013e84ce2b485b5a431d35be953d4', icon: navigationClose, size: "md" })), h("slot", { key: '4fe59f168f7b15152ae5ce372798e69577568069', name: "progress" }))));
89
+ return (h(Host, { key: '351715fec925da6fd5e8e6a4472641ea72b4a6a9', class: `${toastIsOpenClass}`, role: "alert" }, h("div", { key: '196d201202dbf45d927c2d7c39b8b0d30b9d29c6', class: `toast toast-${this.color}` }, h("road-icon", { key: 'ad32e677786cad46be2183ca649fc680e43d3b93', class: "toast-icon", icon: icon, "aria-hidden": "true" }), h("p", { key: '2146a9cde7ea10fdd61e8f6342dc8bb8c3de2c49', class: "toast-label" }, this.label), h("button", { key: 'ce28e9b8eecc98e798349a92d71c7e5ba8873944', type: "button", class: "toast-close", "aria-label": "Close", onClick: this.onClick }, h("road-icon", { key: 'b46a0b3dfd3d8c583b97acb4cf619f53f19f2bab', icon: navigationClose, size: "md" })), h("slot", { key: '4905ebcf66402dc304218db52c3d2cb5cbc41139', name: "progress" }))));
90
90
  }
91
91
  static get is() { return "road-toast"; }
92
92
  static get encapsulation() { return "shadow"; }
@@ -66,11 +66,11 @@ export class toggle {
66
66
  }
67
67
  render() {
68
68
  const labelId = this.toggleId + '-label';
69
- const textLabel = h("label", { key: 'fc640d3b84b175679ffbd7be8b6e56ae0298b07c', class: "form-toggle-label", id: labelId, htmlFor: this.toggleId }, this.label);
69
+ const textLabel = h("label", { key: 'a6f6e6a7afaeebdf6f72430ae0044299cbc4b272', class: "form-toggle-label", id: labelId, htmlFor: this.toggleId }, this.label);
70
70
  const isSpacedClass = this.isSpaced && 'form-toggle-spaced';
71
71
  const righttoggleClass = this.hasLeftLabel ? 'form-toggle-right' : '';
72
72
  const disabledClass = this.disabled ? 'disabled' : '';
73
- return (h(Host, { key: 'b70c71787640105ee246d1ce65dc1eed67ef2541' }, h("input", { key: 'd2921d1eb0a92347acae978122d647e390d4519a', class: "form-toggle-input", type: "checkbox", id: this.toggleId, name: this.name, checked: this.checked, disabled: this.disabled, value: this.value, "aria-checked": `${this.checked}`, "aria-disabled": this.disabled ? 'true' : null, "aria-labelledby": labelId, onClick: this.onClick, onFocus: this.onFocus, onBlur: this.onBlur }), h("label", { key: 'da00339aaf756ab5c888d1bc467ef43c9f1c7f86', class: `form-toggle-label ${isSpacedClass} ${disabledClass}`, htmlFor: this.toggleId }, this.hasLeftLabel && textLabel, h("div", { key: '82a8d49761061494d3c5d8868c3f1ed6145d7c0b', class: `form-toggle-lever ${righttoggleClass}`, "data-off": this.off, "data-on": this.on }), this.hasLeftLabel ? '' : textLabel)));
73
+ return (h(Host, { key: '6954fa13dc3f49af5c8d8b94f4436915b461843c' }, h("input", { key: '3ee599b527d81fade1ecf752baa9647294de1286', class: "form-toggle-input", type: "checkbox", id: this.toggleId, name: this.name, checked: this.checked, disabled: this.disabled, value: this.value, "aria-checked": `${this.checked}`, "aria-disabled": this.disabled ? 'true' : null, "aria-labelledby": labelId, onClick: this.onClick, onFocus: this.onFocus, onBlur: this.onBlur }), h("label", { key: '7650fa09df528c9b4ac08d71336443707ee2648f', class: `form-toggle-label ${isSpacedClass} ${disabledClass}`, htmlFor: this.toggleId }, this.hasLeftLabel && textLabel, h("div", { key: '69a1ad619c7f748d225f1a474813bfbc3ff79fe2', class: `form-toggle-lever ${righttoggleClass}`, "data-off": this.off, "data-on": this.on }), this.hasLeftLabel ? '' : textLabel)));
74
74
  }
75
75
  static get is() { return "road-toggle"; }
76
76
  static get encapsulation() { return "scoped"; }
@@ -10,7 +10,7 @@ import { Host, h } from "@stencil/core";
10
10
  export class Toolbar {
11
11
  render() {
12
12
  const colorClass = this.color !== undefined ? `toolbar-${this.color}` : '';
13
- return (h(Host, { key: '1666aad03b553002af15625a73060f5dbf4601b8', class: colorClass }, h("div", { key: 'e627795b3897fe397d86a9c879ea2df29ca40a30', class: "toolbar-container" }, h("slot", { key: '123ce565840045140bf2271fada84db838c1b0d6', name: "start" }), h("slot", { key: '115bb3ee9c656a81b61a601a319ec6923657894a', name: "primary" }), h("div", { key: '123ec182ca9d3dfd6bb2437c5689cce4c6e63069', class: "toolbar-content" }, h("slot", { key: '9c7a630301f524c0adef6bbc6ca6e89cabcba81a' })), h("slot", { key: 'a37d49d76f8df43da0e2969e17497f06e0eae184', name: "secondary" }), h("slot", { key: '62e6e5cbd5d9b1fdc2dead440ef9e60425796f75', name: "end" }))));
13
+ return (h(Host, { key: 'e73328139400d6f013e7beecab915cf38df79a23', class: colorClass }, h("div", { key: 'c83dfa77c85cca464db9fd21eed80efe21cc2573', class: "toolbar-container" }, h("slot", { key: '776839dba2b309b5de820daf9c480b4e8b401c43', name: "start" }), h("slot", { key: '5e81470ffc0f7d8d8cb47b7e4463d34d70d7f709', name: "primary" }), h("div", { key: '772294cc4194faf593c95c8cac10490b44bd5605', class: "toolbar-content" }, h("slot", { key: '1dd60892af9491f0f552f29d70f2f678481d5654' })), h("slot", { key: '749502b121ed0c7b92bf7d21db885642d0f0fe2f', name: "secondary" }), h("slot", { key: '5766725c5390520eee5a03bb2f8f41e1a64e84df', name: "end" }))));
14
14
  }
15
15
  static get is() { return "road-toolbar"; }
16
16
  static get encapsulation() { return "shadow"; }
@@ -4,7 +4,7 @@ import { h } from "@stencil/core";
4
4
  */
5
5
  export class ToolbarTitle {
6
6
  render() {
7
- return (h("div", { key: '0e4f5a9a555499bdafd072e142da81808f878091', class: "toolbar-title" }, h("slot", { key: '180b36b7360f47a0ebb168100e2fb711c8c18b78' })));
7
+ return (h("div", { key: '2bc8875e6f067415f19c944cc319a9457fa305df', class: "toolbar-title" }, h("slot", { key: '7031e74b2fec0447701528d2a0c02795a038f281' })));
8
8
  }
9
9
  static get is() { return "road-toolbar-title"; }
10
10
  static get encapsulation() { return "shadow"; }
@@ -4,7 +4,7 @@ import { h } from "@stencil/core";
4
4
  */
5
5
  export class ToolbarAppName {
6
6
  render() {
7
- return (h("div", { key: 'e2702e4bac40d997c95962c2197b80a3f2716da2', class: "toolbar-title-page" }, h("slot", { key: 'a5af4e9645e566f3177506394b3e7d34d738e7e5' })));
7
+ return (h("div", { key: 'd76c2100a700d99524ec69c76bf08e56ff7d0998', class: "toolbar-title-page" }, h("slot", { key: '9f22898e163ba4e81ff054b46a3e5e640abf7a7b' })));
8
8
  }
9
9
  static get is() { return "road-toolbar-title-page"; }
10
10
  static get encapsulation() { return "shadow"; }
@@ -9,7 +9,7 @@ import { Host, h } from "@stencil/core";
9
9
  */
10
10
  export class ToolbarV2 {
11
11
  render() {
12
- return (h(Host, { key: 'aa969f064908bea9d7b1291fdc5165dc7e4ec74b', class: "toolbar" }, h("div", { key: '6e1372064ad1c1a636a151856b267ed27d683f50', class: "toolbar-container" }, h("div", { key: '950306ea6570ad3ce8347d464dd02ed242a6856d', class: "toolbar-container-content-left" }, h("slot", { key: 'ec37c637dd7d95b86971e18a638273453443bfe9', name: "start" }), h("slot", { key: '358f719af8508135698e6fdad3cebe456c53e08b', name: "primary" })), h("div", { key: '7580a7c99a3cf2cd34ac56db6eaa40ee983ed4ee', class: "toolbar-content" }, h("slot", { key: '08f8b181ccc7b913a5957f9ce444c5a87f4be090' })), h("div", { key: '8587600a63e0994d0712f85ab09e07cca4021b1f', class: "toolbar-container-content-right" }, h("slot", { key: 'e053ccd0b7650c2da116ca033ebfa0c8ab14e110', name: "secondary" }), h("slot", { key: '4d3d4436c3a07d0620e38bf3d6ae7c12c0eb7125', name: "end" })))));
12
+ return (h(Host, { key: 'c2aa891f0a092a2ad818049cd7bd8216921085d6', class: "toolbar" }, h("div", { key: '0c8154579c5c164907b6a9f8e28c65e85a9383c8', class: "toolbar-container" }, h("div", { key: '5b7b972cf8e9d8728438e6beef791753c9ed8122', class: "toolbar-container-content-left" }, h("slot", { key: 'a388f0d9cc1aa4624fd456ab5fd6adc978adeb79', name: "start" }), h("slot", { key: '747be87afdac650da865f8b47ee63d8d228e4dc6', name: "primary" })), h("div", { key: '8377a0ab5534f3979572dd2a06cc39290ca6acdc', class: "toolbar-content" }, h("slot", { key: '7a74325743d4eef911088f09a242c0a0fb740999' })), h("div", { key: '03077029d30c10847b70b9b910cceedbd575fad0', class: "toolbar-container-content-right" }, h("slot", { key: '00590e6e694304b4a78634905332d8450c5679ed', name: "secondary" }), h("slot", { key: '3debaefb441cfb2a6bd5c1fa2555a500e3770bc8', name: "end" })))));
13
13
  }
14
14
  static get is() { return "road-toolbar-v2"; }
15
15
  static get encapsulation() { return "shadow"; }
@@ -95,12 +95,12 @@ export class Tooltip {
95
95
  return triggers.includes(triggerType);
96
96
  }
97
97
  render() {
98
- return (h(Host, { key: '172216930c32f4de48df7264149b90c95cdf299f', onMouseOver: this.onMouseOver, onMouseOut: this.onMouseOut, onClick: this.onClick, onFocus: this.onFocus, onBlur: this.onBlur, tabindex: "0" // Makes the element focusable
98
+ return (h(Host, { key: '2645780b6948b64ee79bebba713a1bc96bf3edc9', onMouseOver: this.onMouseOver, onMouseOut: this.onMouseOut, onClick: this.onClick, onFocus: this.onFocus, onBlur: this.onBlur, tabindex: "0" // Makes the element focusable
99
99
  ,
100
- "data-tooltip-position": this.position }, h("slot", { key: 'e87dd66f22d8586f1916b4fdd9839bec64d3aea4', "aria-describedby": this.tooltipId }), h("div", { key: 'b61044b9938cf4859676d05a76a6fc4e8f8fb77a', part: "tooltip", id: this.tooltipId, class: {
100
+ "data-tooltip-position": this.position }, h("slot", { key: '968912545c373f15578acfa6d251393f9713beea', "aria-describedby": this.tooltipId }), h("div", { key: 'a64601f45c06e1087e0f955dc6dd958fcec40268', part: "tooltip", id: this.tooltipId, class: {
101
101
  tooltip: true,
102
102
  'tooltip-open': this.isOpen,
103
- }, role: "tooltip", "aria-hidden": !this.isOpen ? 'true' : 'false' }, this.content, h("slot", { key: 'a7a84bbde98a3ee34b8ab8c1d397446dbd314f2e', name: "tooltip-content" }))));
103
+ }, role: "tooltip", "aria-hidden": !this.isOpen ? 'true' : 'false' }, this.content, h("slot", { key: 'a0cd1d74da1cd571bb847b04ae609dd3a3cc281d', name: "tooltip-content" }))));
104
104
  }
105
105
  static get is() { return "road-tooltip"; }
106
106
  static get encapsulation() { return "shadow"; }
@@ -211,6 +211,10 @@ var loadModule = (cmpMeta, hostRef, hmrVersionId) => {
211
211
  return import(
212
212
  /* webpackMode: "lazy" */
213
213
  './road-radio.entry.js').then(processMod, consoleError);
214
+ case 'road-radio-card':
215
+ return import(
216
+ /* webpackMode: "lazy" */
217
+ './road-radio-card.entry.js').then(processMod, consoleError);
214
218
  case 'road-radio-group':
215
219
  return import(
216
220
  /* webpackMode: "lazy" */