@roadtrip/components 3.4.0 → 3.6.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 (161) hide show
  1. package/dist/cjs/index-a2306350.js +12 -8
  2. package/dist/cjs/loader.cjs.js +1 -1
  3. package/dist/cjs/road-badge_14.cjs.entry.js +1 -1
  4. package/dist/cjs/road-progress-indicator-horizontal.cjs.entry.js +2 -12
  5. package/dist/cjs/road-progress-indicator-vertical-item.cjs.entry.js +19 -0
  6. package/dist/cjs/road-progress-indicator-vertical.cjs.entry.js +19 -0
  7. package/dist/cjs/road-tag.cjs.entry.js +24 -0
  8. package/dist/cjs/road-toast.cjs.entry.js +1 -1
  9. package/dist/cjs/roadtrip.cjs.js +1 -1
  10. package/dist/collection/collection-manifest.json +4 -3
  11. package/dist/collection/components/button/button.css +6 -1
  12. package/dist/collection/components/icon/svg/discount-workshop-color.svg +1 -1
  13. package/dist/collection/components/icon/svg/discount-workshop-outline.svg +1 -1
  14. package/dist/collection/components/icon/svg/discount-workshop-solid.svg +1 -1
  15. package/dist/collection/components/icon/svg/file-archive-color.svg +1 -0
  16. package/dist/collection/components/icon/svg/file-archive-outline.svg +1 -0
  17. package/dist/collection/components/icon/svg/flag-bulgaria-color.svg +1 -0
  18. package/dist/collection/components/icon/svg/flag-croatia-color.svg +1 -0
  19. package/dist/collection/components/icon/svg/flag-czech-republic-color.svg +1 -0
  20. package/dist/collection/components/icon/svg/flag-denmark-color.svg +1 -0
  21. package/dist/collection/components/icon/svg/flag-finland-color.svg +1 -0
  22. package/dist/collection/components/icon/svg/flag-greece-color.svg +1 -0
  23. package/dist/collection/components/icon/svg/flag-hungary-color.svg +1 -0
  24. package/dist/collection/components/icon/svg/flag-netherlands-color.svg +1 -0
  25. package/dist/collection/components/icon/svg/flag-norway-color.svg +1 -0
  26. package/dist/collection/components/icon/svg/flag-slovakia-color.svg +1 -0
  27. package/dist/collection/components/icon/svg/flag-slovenia-color.svg +1 -0
  28. package/dist/collection/components/icon/svg/flag-switzerland-color.svg +1 -0
  29. package/dist/collection/components/icon/svg/flag-turkey-color.svg +1 -0
  30. package/dist/collection/components/icon/svg/folding-chair-color.svg +1 -0
  31. package/dist/collection/components/icon/svg/folding-chair-outline.svg +1 -0
  32. package/dist/collection/components/icon/svg/furniture-color.svg +1 -0
  33. package/dist/collection/components/icon/svg/furniture-outline.svg +1 -0
  34. package/dist/collection/components/icon/svg/garage-color.svg +1 -1
  35. package/dist/collection/components/icon/svg/garage-house-color.svg +1 -1
  36. package/dist/collection/components/icon/svg/garage-house-outline.svg +1 -1
  37. package/dist/collection/components/icon/svg/garage-outline.svg +1 -1
  38. package/dist/collection/components/icon/svg/location-pin-all-outline.svg +1 -1
  39. package/dist/collection/components/icon/svg/location-pin-garage-auto5-color.svg +1 -1
  40. package/dist/collection/components/icon/svg/location-pin-garage-auto5-outline.svg +1 -1
  41. package/dist/collection/components/icon/svg/location-pin-garage-color.svg +1 -1
  42. package/dist/collection/components/icon/svg/location-pin-garage-outline.svg +1 -1
  43. package/dist/collection/components/icon/svg/location-pin-garage-solid.svg +1 -1
  44. package/dist/collection/components/icon/svg/microwave-color.svg +1 -0
  45. package/dist/collection/components/icon/svg/microwave-outline.svg +1 -0
  46. package/dist/collection/components/icon/svg/shower-color.svg +1 -0
  47. package/dist/collection/components/icon/svg/shower-outline.svg +1 -0
  48. package/dist/collection/components/icon/svg/sticker-certified-tuv-hu-au-color.svg +1 -0
  49. package/dist/collection/components/icon/svg/sticker-certified-tuv-hu-au-outline.svg +1 -0
  50. package/dist/collection/components/icon/svg/tire-pressure-color.svg +1 -1
  51. package/dist/collection/components/icon/svg/tire-pressure-outline.svg +1 -1
  52. package/dist/collection/components/icon/svg/vehicle-rooftop-tent-color.svg +1 -0
  53. package/dist/collection/components/icon/svg/vehicle-rooftop-tent-outline.svg +1 -0
  54. package/dist/collection/components/icon/svg/vehicle-rooftop-tent-solid.svg +1 -0
  55. package/dist/collection/components/icon/svg/ventilator-color.svg +1 -1
  56. package/dist/collection/components/icon/svg/ventilator-outline.svg +1 -1
  57. package/dist/collection/components/icon/svg/water-color.svg +1 -0
  58. package/dist/collection/components/icon/svg/water-outline.svg +1 -0
  59. package/dist/collection/components/progress-indicator-horizontal/progress-indicator-horizontal.css +74 -73
  60. package/dist/collection/components/progress-indicator-horizontal/progress-indicator-horizontal.js +6 -61
  61. package/dist/collection/components/progress-indicator-horizontal/progress-indicator-horizontal.stories.js +7 -38
  62. package/dist/collection/components/{vertical-stepper/vertical-stepper.css → progress-indicator-vertical/progress-indicator-vertical.css} +2 -2
  63. package/dist/collection/components/{vertical-stepper/vertical-stepper.js → progress-indicator-vertical/progress-indicator-vertical.js} +8 -9
  64. package/dist/collection/components/progress-indicator-vertical/progress-indicator-vertical.stories.js +256 -0
  65. package/dist/collection/components/progress-indicator-vertical-item/progress-indicator-vertical-item.css +212 -0
  66. package/dist/collection/components/progress-indicator-vertical-item/progress-indicator-vertical-item.js +20 -0
  67. package/dist/collection/components/tag/tag.css +80 -0
  68. package/dist/collection/components/tag/tag.js +50 -0
  69. package/dist/collection/components/tag/tag.stories.js +41 -0
  70. package/dist/collection/components/toast/toast.css +2 -0
  71. package/dist/esm/index-a99a5e7b.js +12 -8
  72. package/dist/esm/loader.js +1 -1
  73. package/dist/esm/road-badge_14.entry.js +1 -1
  74. package/dist/esm/road-progress-indicator-horizontal.entry.js +2 -12
  75. package/dist/esm/road-progress-indicator-vertical-item.entry.js +15 -0
  76. package/dist/esm/road-progress-indicator-vertical.entry.js +15 -0
  77. package/dist/esm/road-tag.entry.js +20 -0
  78. package/dist/esm/road-toast.entry.js +1 -1
  79. package/dist/esm/roadtrip.js +1 -1
  80. package/dist/html.html-data.json +68 -37
  81. package/dist/icons/icons.svg +1 -1
  82. package/dist/icons/index.d.ts +31 -0
  83. package/dist/icons/index.js +95 -64
  84. package/dist/roadtrip/p-07bb357f.entry.js +1 -0
  85. package/dist/roadtrip/p-38cf1a21.entry.js +1 -0
  86. package/dist/roadtrip/p-451c3bbf.entry.js +1 -0
  87. package/dist/roadtrip/p-850ed3d4.entry.js +1 -0
  88. package/dist/roadtrip/p-c44f7bd9.entry.js +1 -0
  89. package/dist/roadtrip/p-df3469df.entry.js +1 -0
  90. package/dist/roadtrip/roadtrip.css +1 -1
  91. package/dist/roadtrip/roadtrip.esm.js +1 -1
  92. package/dist/roadtrip/svg/discount-workshop-color.svg +1 -1
  93. package/dist/roadtrip/svg/discount-workshop-outline.svg +1 -1
  94. package/dist/roadtrip/svg/discount-workshop-solid.svg +1 -1
  95. package/dist/roadtrip/svg/file-archive-color.svg +1 -0
  96. package/dist/roadtrip/svg/file-archive-outline.svg +1 -0
  97. package/dist/roadtrip/svg/flag-bulgaria-color.svg +1 -0
  98. package/dist/roadtrip/svg/flag-croatia-color.svg +1 -0
  99. package/dist/roadtrip/svg/flag-czech-republic-color.svg +1 -0
  100. package/dist/roadtrip/svg/flag-denmark-color.svg +1 -0
  101. package/dist/roadtrip/svg/flag-finland-color.svg +1 -0
  102. package/dist/roadtrip/svg/flag-greece-color.svg +1 -0
  103. package/dist/roadtrip/svg/flag-hungary-color.svg +1 -0
  104. package/dist/roadtrip/svg/flag-netherlands-color.svg +1 -0
  105. package/dist/roadtrip/svg/flag-norway-color.svg +1 -0
  106. package/dist/roadtrip/svg/flag-slovakia-color.svg +1 -0
  107. package/dist/roadtrip/svg/flag-slovenia-color.svg +1 -0
  108. package/dist/roadtrip/svg/flag-switzerland-color.svg +1 -0
  109. package/dist/roadtrip/svg/flag-turkey-color.svg +1 -0
  110. package/dist/roadtrip/svg/folding-chair-color.svg +1 -0
  111. package/dist/roadtrip/svg/folding-chair-outline.svg +1 -0
  112. package/dist/roadtrip/svg/furniture-color.svg +1 -0
  113. package/dist/roadtrip/svg/furniture-outline.svg +1 -0
  114. package/dist/roadtrip/svg/garage-color.svg +1 -1
  115. package/dist/roadtrip/svg/garage-house-color.svg +1 -1
  116. package/dist/roadtrip/svg/garage-house-outline.svg +1 -1
  117. package/dist/roadtrip/svg/garage-outline.svg +1 -1
  118. package/dist/roadtrip/svg/location-pin-all-outline.svg +1 -1
  119. package/dist/roadtrip/svg/location-pin-garage-auto5-color.svg +1 -1
  120. package/dist/roadtrip/svg/location-pin-garage-auto5-outline.svg +1 -1
  121. package/dist/roadtrip/svg/location-pin-garage-color.svg +1 -1
  122. package/dist/roadtrip/svg/location-pin-garage-outline.svg +1 -1
  123. package/dist/roadtrip/svg/location-pin-garage-solid.svg +1 -1
  124. package/dist/roadtrip/svg/microwave-color.svg +1 -0
  125. package/dist/roadtrip/svg/microwave-outline.svg +1 -0
  126. package/dist/roadtrip/svg/shower-color.svg +1 -0
  127. package/dist/roadtrip/svg/shower-outline.svg +1 -0
  128. package/dist/roadtrip/svg/sticker-certified-tuv-hu-au-color.svg +1 -0
  129. package/dist/roadtrip/svg/sticker-certified-tuv-hu-au-outline.svg +1 -0
  130. package/dist/roadtrip/svg/tire-pressure-color.svg +1 -1
  131. package/dist/roadtrip/svg/tire-pressure-outline.svg +1 -1
  132. package/dist/roadtrip/svg/vehicle-rooftop-tent-color.svg +1 -0
  133. package/dist/roadtrip/svg/vehicle-rooftop-tent-outline.svg +1 -0
  134. package/dist/roadtrip/svg/vehicle-rooftop-tent-solid.svg +1 -0
  135. package/dist/roadtrip/svg/ventilator-color.svg +1 -1
  136. package/dist/roadtrip/svg/ventilator-outline.svg +1 -1
  137. package/dist/roadtrip/svg/water-color.svg +1 -0
  138. package/dist/roadtrip/svg/water-outline.svg +1 -0
  139. package/dist/types/components/progress-indicator-horizontal/progress-indicator-horizontal.d.ts +4 -21
  140. package/dist/types/components/progress-indicator-vertical/progress-indicator-vertical.d.ts +14 -0
  141. package/dist/types/components/progress-indicator-vertical-item/progress-indicator-vertical-item.d.ts +6 -0
  142. package/dist/types/components/tag/tag.d.ts +11 -0
  143. package/dist/types/components.d.ts +49 -44
  144. package/icons/icons.svg +1 -1
  145. package/icons/index.d.ts +31 -0
  146. package/icons/index.js +95 -64
  147. package/package.json +1 -1
  148. package/dist/cjs/road-vertical-stepper-item.cjs.entry.js +0 -19
  149. package/dist/cjs/road-vertical-stepper.cjs.entry.js +0 -19
  150. package/dist/collection/components/vertical-stepper/vertical-stepper.stories.js +0 -542
  151. package/dist/collection/components/vertical-stepper-item/vertical-stepper-item.css +0 -185
  152. package/dist/collection/components/vertical-stepper-item/vertical-stepper-item.js +0 -20
  153. package/dist/esm/road-vertical-stepper-item.entry.js +0 -15
  154. package/dist/esm/road-vertical-stepper.entry.js +0 -15
  155. package/dist/roadtrip/p-42e5299f.entry.js +0 -1
  156. package/dist/roadtrip/p-47472e0c.entry.js +0 -1
  157. package/dist/roadtrip/p-932e323f.entry.js +0 -1
  158. package/dist/roadtrip/p-aa81d540.entry.js +0 -1
  159. package/dist/roadtrip/p-b68c2056.entry.js +0 -1
  160. package/dist/types/components/vertical-stepper/vertical-stepper.d.ts +0 -15
  161. package/dist/types/components/vertical-stepper-item/vertical-stepper-item.d.ts +0 -6
@@ -2077,6 +2077,14 @@ const loadModule = (cmpMeta, hostRef, hmrVersionId) => {
2077
2077
  return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2078
2078
  /* webpackMode: "lazy" */
2079
2079
  './road-progress-indicator-horizontal.cjs.entry.js')); }).then(processMod, consoleError);
2080
+ case 'road-progress-indicator-vertical.cjs':
2081
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2082
+ /* webpackMode: "lazy" */
2083
+ './road-progress-indicator-vertical.cjs.entry.js')); }).then(processMod, consoleError);
2084
+ case 'road-progress-indicator-vertical-item.cjs':
2085
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2086
+ /* webpackMode: "lazy" */
2087
+ './road-progress-indicator-vertical-item.cjs.entry.js')); }).then(processMod, consoleError);
2080
2088
  case 'road-progress-tracker.cjs':
2081
2089
  return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2082
2090
  /* webpackMode: "lazy" */
@@ -2153,6 +2161,10 @@ const loadModule = (cmpMeta, hostRef, hmrVersionId) => {
2153
2161
  return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2154
2162
  /* webpackMode: "lazy" */
2155
2163
  './road-tabs.cjs.entry.js')); }).then(processMod, consoleError);
2164
+ case 'road-tag.cjs':
2165
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2166
+ /* webpackMode: "lazy" */
2167
+ './road-tag.cjs.entry.js')); }).then(processMod, consoleError);
2156
2168
  case 'road-text.cjs':
2157
2169
  return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2158
2170
  /* webpackMode: "lazy" */
@@ -2181,14 +2193,6 @@ const loadModule = (cmpMeta, hostRef, hmrVersionId) => {
2181
2193
  return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2182
2194
  /* webpackMode: "lazy" */
2183
2195
  './road-tooltip.cjs.entry.js')); }).then(processMod, consoleError);
2184
- case 'road-vertical-stepper.cjs':
2185
- return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2186
- /* webpackMode: "lazy" */
2187
- './road-vertical-stepper.cjs.entry.js')); }).then(processMod, consoleError);
2188
- case 'road-vertical-stepper-item.cjs':
2189
- return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2190
- /* webpackMode: "lazy" */
2191
- './road-vertical-stepper-item.cjs.entry.js')); }).then(processMod, consoleError);
2192
2196
  case 'road-avatar.cjs':
2193
2197
  return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2194
2198
  /* webpackMode: "lazy" */
@@ -29,7 +29,7 @@ const patchEsm = () => {
29
29
  const defineCustomElements = (win, options) => {
30
30
  if (typeof window === 'undefined') return Promise.resolve();
31
31
  return patchEsm().then(() => {
32
- return index.bootstrapLazy([["road-badge_14.cjs",[[2,"road-counter",{"inputId":[1,"input-id"],"min":[2],"max":[2],"step":[1],"value":[2],"size":[1],"dustbin":[4],"leftIconClasses":[32],"rightIconClasses":[32],"isDustbinVisible":[32]}],[1,"road-item",{"button":[4],"detail":[4],"active":[4],"detailIcon":[1,"detail-icon"],"disabled":[4],"download":[1],"href":[1],"rel":[1],"lines":[1],"target":[1],"type":[1],"multipleInputs":[32]}],[1,"road-badge",{"color":[1],"bubble":[4]}],[1,"road-list",{"lines":[1]}],[1,"road-toolbar",{"color":[1]}],[33,"road-drawer",{"isOpen":[1028,"is-open"],"position":[1],"drawerWidth":[2,"drawer-width"],"hasInverseHeader":[4,"has-inverse-header"],"hasBackIcon":[4,"has-back-icon"],"backText":[1,"back-text"],"drawerTitle":[1,"drawer-title"],"hasCloseIcon":[4,"has-close-icon"],"open":[64],"close":[64],"back":[64]},[[4,"keyup","onEscape"]]],[1,"road-col"],[1,"road-grid"],[6,"road-input",{"inputId":[1,"input-id"],"autocapitalize":[1],"autocomplete":[1],"autocorrect":[1],"autofocus":[4],"disabled":[4],"enterkeyhint":[1],"inputmode":[1],"max":[1],"maxlength":[2],"min":[1],"minlength":[2],"name":[1],"pattern":[1],"placeholder":[1],"readonly":[4],"required":[4],"spellcheck":[4],"step":[1],"size":[2],"sizes":[1],"type":[1],"value":[1032],"label":[1],"error":[1],"helper":[1],"debounce":[2]}],[1,"road-row"],[1,"road-button",{"color":[1],"size":[513],"buttonType":[1,"button-type"],"disabled":[516],"expand":[516],"download":[1],"href":[1],"rel":[1],"target":[1],"outline":[4]}],[1,"road-input-group"],[1,"road-label"],[1,"road-icon",{"color":[1],"ariaLabel":[1537,"aria-label"],"ariaHidden":[513,"aria-hidden"],"name":[1],"src":[1],"icon":[8],"size":[1],"rotate":[1],"lazy":[4],"sanitize":[4],"svgContent":[32],"isVisible":[32]}]]],["road-duration.cjs",[[1,"road-duration",{"isOpen":[1028,"is-open"],"header":[1],"min":[2],"max":[2],"step":[2],"open":[64],"close":[64]},[[0,"roadcardclick","handleClick"]]]]],["road-plate-number.cjs",[[2,"road-plate-number",{"country":[1],"disabled":[4],"placeholder":[1],"readonly":[4],"value":[1032],"motorbike":[4]}]]],["road-profil-dropdown.cjs",[[1,"road-profil-dropdown",{"isOpen":[1028,"is-open"]}]]],["road-accordion.cjs",[[1,"road-accordion",{"isOpen":[1028,"is-open"],"isLight":[4,"is-light"],"isLightSeparator":[4,"is-light-separator"],"isSmall":[4,"is-small"]}]]],["road-banner.cjs",[[1,"road-banner",{"isOpen":[1028,"is-open"],"label":[1],"link":[1],"url":[1],"close":[64]}]]],["road-carousel.cjs",[[1,"road-carousel",{"options":[8],"pager":[4],"arrows":[4],"update":[64],"updateAutoHeight":[64],"slideTo":[64],"slideNext":[64],"slidePrev":[64],"getActiveIndex":[64],"getPreviousIndex":[64],"length":[64],"isEnd":[64],"isBeginning":[64],"startAutoplay":[64],"stopAutoplay":[64],"lockSwipeToNext":[64],"lockSwipeToPrev":[64],"lockSwipes":[64],"getSwiper":[64]}]]],["road-checkbox.cjs",[[6,"road-checkbox",{"checkboxId":[1,"checkbox-id"],"name":[1],"required":[4],"checked":[1028],"indeterminate":[4],"disabled":[4],"value":[1],"label":[1],"inverse":[4],"error":[1],"helper":[1]}]]],["road-chip.cjs",[[1,"road-chip",{"color":[1],"outline":[4],"size":[1],"hasCloseIcon":[4,"has-close-icon"]}]]],["road-collapse.cjs",[[1,"road-collapse",{"isOpen":[1028,"is-open"],"showMore":[1,"show-more"],"showLess":[1,"show-less"],"centered":[4]}]]],["road-dialog.cjs",[[1,"road-dialog",{"isOpen":[1028,"is-open"],"hasCloseIcon":[4,"has-close-icon"],"color":[1],"icon":[1],"label":[1],"description":[1],"open":[64],"close":[64]},[[4,"keyup","onEscape"]]]]],["road-dropdown.cjs",[[1,"road-dropdown",{"isOpen":[1028,"is-open"],"isLight":[4,"is-light"],"isMedium":[4,"is-medium"],"position":[513],"direction":[513]}]]],["road-modal.cjs",[[1,"road-modal",{"maxWidth":[2,"max-width"],"isOpen":[1028,"is-open"],"hasInverseHeader":[4,"has-inverse-header"],"modalTitle":[1,"modal-title"],"hasCloseIcon":[4,"has-close-icon"],"open":[64],"close":[64]},[[4,"keyup","onEscape"]]]]],["road-range.cjs",[[6,"road-range",{"rangeId":[1,"range-id"],"value":[1032],"min":[1],"max":[1],"step":[1],"showValue":[4,"show-value"],"showTick":[4,"show-tick"],"showLabels":[4,"show-labels"]}]]],["road-rating.cjs",[[1,"road-rating",{"size":[513],"rate":[2],"reviews":[2],"reviewsText":[1,"reviews-text"]}]]],["road-toast.cjs",[[1,"road-toast",{"isOpen":[1028,"is-open"],"color":[1],"label":[1],"timeout":[2],"open":[64],"close":[64]}]]],["road-alert.cjs",[[1,"road-alert",{"color":[1],"label":[1],"link":[1],"url":[1]}]]],["road-autocomplete.cjs",[[6,"road-autocomplete",{"options":[16],"visible":[32]},[[0,"roadFocus","handleFocus"],[0,"roadfocus","handleFocus"],[4,"click","onClickOutside"]]]]],["road-button-floating.cjs",[[1,"road-button-floating",{"position":[513],"href":[1],"rel":[1],"target":[1]},[[9,"scroll","onScroll"]]]]],["road-carousel-item.cjs",[[4,"road-carousel-item"]]],["road-flap.cjs",[[1,"road-flap",{"color":[1],"size":[513]}]]],["road-global-navigation.cjs",[[1,"road-global-navigation",{"selectedTab":[1,"selected-tab"]},[[0,"roadNavbarItemClick","onNavbarChanged"],[0,"roadnavbaritemclick","onNavbarChanged"]]]]],["road-img.cjs",[[1,"road-img",{"alt":[1],"src":[1],"loadSrc":[32],"loadError":[32]}]]],["road-navbar.cjs",[[1,"road-navbar",{"selectedTab":[1,"selected-tab"]},[[0,"roadNavbarItemClick","onNavbarChanged"],[0,"roadnavbaritemclick","onNavbarChanged"]]]]],["road-navbar-item.cjs",[[1,"road-navbar-item",{"disabled":[4],"download":[1],"href":[1],"rel":[1],"selected":[1028],"tab":[1],"target":[1]},[[8,"roadNavbarChanged","onNavbarChanged"],[8,"roadnavbarchanged","onNavbarChanged"]]]]],["road-progress.cjs",[[1,"road-progress",{"value":[2],"numbersteps":[1],"label":[1],"showstep":[4],"animation":[4],"light":[4],"fullwidth":[4],"color":[1]}]]],["road-progress-indicator-horizontal.cjs",[[1,"road-progress-indicator-horizontal",{"color":[513],"light":[4],"outline":[4],"stateFirstStep":[1,"state-first-step"],"stateSecondStep":[1,"state-second-step"],"stateThirdStep":[1,"state-third-step"],"urlStep1":[1,"url-step-1"],"urlStep2":[1,"url-step-2"],"urlStep3":[1,"url-step-3"]}]]],["road-progress-tracker.cjs",[[1,"road-progress-tracker"]]],["road-progress-tracker-item.cjs",[[4,"road-progress-tracker-item"]]],["road-radio.cjs",[[2,"road-radio",{"radioId":[1,"radio-id"],"name":[1],"required":[4],"disabled":[4],"value":[8],"label":[1],"inverse":[4],"error":[4],"helper":[1],"inline":[4],"checked":[32]},[[8,"roadChange","onRoadChangedChanged"],[8,"roadchange","onRoadChangedChanged"]]]]],["road-radio-group.cjs",[[6,"road-radio-group",{"radioGroupId":[1,"radio-group-id"],"allowEmptySelection":[4,"allow-empty-selection"],"name":[1],"value":[1032],"label":[1],"asterisk":[4],"ariaLabel":[513,"aria-label"],"error":[1025],"helper":[1]}]]],["road-segmented-button.cjs",[[1,"road-segmented-button",{"size":[1],"selected":[1028],"tab":[1]},[[8,"roadSegmentedButtonBarChanged","onButtonBarChanged"],[8,"roadSegmentedButtonbarchanged","onButtonBarChanged"]]]]],["road-segmented-button-bar.cjs",[[1,"road-segmented-button-bar",{"selectedTab":[1,"selected-tab"]}]]],["road-segmented-buttons.cjs",[[1,"road-segmented-buttons",{"selectedTab":[32],"select":[64],"getTab":[64],"getSelected":[64]}]]],["road-select.cjs",[[2,"road-select",{"selectId":[1,"select-id"],"options":[16],"autofocus":[4],"disabled":[4],"name":[1],"required":[4],"size":[2],"sizes":[1],"label":[1],"error":[1],"value":[1032]}]]],["road-select-filter.cjs",[[6,"road-select-filter",{"options":[16],"parameters":[8],"isActive":[4,"is-active"],"onlySelect":[4,"only-select"],"isOpen":[32],"currentValue":[32]},[[0,"roadFocus","handleFocus"],[0,"roadfocus","handleFocus"],[0,"roadBlur","handleBlur"],[0,"roadblur","handleBlur"],[0,"roadChange","handleChange"],[0,"roadchange","handleChange"],[4,"click","onClickOutside"]]]]],["road-skeleton.cjs",[[1,"road-skeleton"]]],["road-spinner.cjs",[[1,"road-spinner",{"size":[513],"color":[513]}]]],["road-switch.cjs",[[2,"road-switch",{"switchId":[1,"switch-id"],"name":[1],"checked":[1028],"disabled":[4],"label":[1],"color":[1],"hasLeftLabel":[4,"has-left-label"],"isSpaced":[4,"is-spaced"],"value":[1],"on":[1],"off":[1]}]]],["road-tab.cjs",[[1,"road-tab",{"active":[1028],"tab":[1],"setActive":[64]}]]],["road-tab-bar.cjs",[[1,"road-tab-bar",{"secondary":[4],"expand":[4],"center":[4],"selectedTab":[1,"selected-tab"]}]]],["road-tab-button.cjs",[[1,"road-tab-button",{"download":[1],"href":[1],"rel":[1],"layout":[1],"selected":[1028],"tab":[1],"target":[1]},[[8,"roadTabBarChanged","onTabBarChanged"],[8,"roadTabbarchanged","onTabBarChanged"]]]]],["road-table.cjs",[[6,"road-table"]]],["road-tabs.cjs",[[1,"road-tabs",{"selectedTab":[32],"select":[64],"getTab":[64],"getSelected":[64]}]]],["road-text.cjs",[[1,"road-text",{"color":[1]}]]],["road-textarea.cjs",[[2,"road-textarea",{"textareaId":[1,"textarea-id"],"autocapitalize":[1],"autofocus":[4],"disabled":[4],"inputmode":[1],"enterkeyhint":[1],"maxlength":[2],"minlength":[2],"name":[1],"placeholder":[1],"sizes":[1],"readonly":[4],"required":[4],"spellcheck":[4],"cols":[2],"rows":[2],"wrap":[1],"value":[1025],"label":[1],"error":[1],"helper":[1]}]]],["road-toggle.cjs",[[2,"road-toggle",{"toggleId":[1,"toggle-id"],"name":[1],"checked":[1028],"disabled":[4],"label":[1],"color":[1],"hasLeftLabel":[4,"has-left-label"],"isSpaced":[4,"is-spaced"],"value":[1],"on":[1],"off":[1]}]]],["road-toolbar-title.cjs",[[1,"road-toolbar-title"]]],["road-toolbar-title-page.cjs",[[1,"road-toolbar-title-page"]]],["road-tooltip.cjs",[[1,"road-tooltip",{"tooltipId":[1,"tooltip-id"],"content":[1],"position":[1],"contentAlign":[1,"content-align"],"isOpen":[1028,"is-open"],"trigger":[1],"open":[64],"close":[64]}]]],["road-vertical-stepper.cjs",[[1,"road-vertical-stepper"]]],["road-vertical-stepper-item.cjs",[[4,"road-vertical-stepper-item"]]],["road-avatar.cjs",[[1,"road-avatar",{"size":[513]}]]],["road-card.cjs",[[1,"road-card",{"button":[4],"value":[1],"type":[1],"download":[1],"href":[1],"rel":[1],"target":[1]}]]]], options);
32
+ return index.bootstrapLazy([["road-badge_14.cjs",[[2,"road-counter",{"inputId":[1,"input-id"],"min":[2],"max":[2],"step":[1],"value":[2],"size":[1],"dustbin":[4],"leftIconClasses":[32],"rightIconClasses":[32],"isDustbinVisible":[32]}],[1,"road-item",{"button":[4],"detail":[4],"active":[4],"detailIcon":[1,"detail-icon"],"disabled":[4],"download":[1],"href":[1],"rel":[1],"lines":[1],"target":[1],"type":[1],"multipleInputs":[32]}],[1,"road-badge",{"color":[1],"bubble":[4]}],[1,"road-list",{"lines":[1]}],[1,"road-toolbar",{"color":[1]}],[33,"road-drawer",{"isOpen":[1028,"is-open"],"position":[1],"drawerWidth":[2,"drawer-width"],"hasInverseHeader":[4,"has-inverse-header"],"hasBackIcon":[4,"has-back-icon"],"backText":[1,"back-text"],"drawerTitle":[1,"drawer-title"],"hasCloseIcon":[4,"has-close-icon"],"open":[64],"close":[64],"back":[64]},[[4,"keyup","onEscape"]]],[1,"road-col"],[1,"road-grid"],[6,"road-input",{"inputId":[1,"input-id"],"autocapitalize":[1],"autocomplete":[1],"autocorrect":[1],"autofocus":[4],"disabled":[4],"enterkeyhint":[1],"inputmode":[1],"max":[1],"maxlength":[2],"min":[1],"minlength":[2],"name":[1],"pattern":[1],"placeholder":[1],"readonly":[4],"required":[4],"spellcheck":[4],"step":[1],"size":[2],"sizes":[1],"type":[1],"value":[1032],"label":[1],"error":[1],"helper":[1],"debounce":[2]}],[1,"road-row"],[1,"road-button",{"color":[1],"size":[513],"buttonType":[1,"button-type"],"disabled":[516],"expand":[516],"download":[1],"href":[1],"rel":[1],"target":[1],"outline":[4]}],[1,"road-input-group"],[1,"road-label"],[1,"road-icon",{"color":[1],"ariaLabel":[1537,"aria-label"],"ariaHidden":[513,"aria-hidden"],"name":[1],"src":[1],"icon":[8],"size":[1],"rotate":[1],"lazy":[4],"sanitize":[4],"svgContent":[32],"isVisible":[32]}]]],["road-duration.cjs",[[1,"road-duration",{"isOpen":[1028,"is-open"],"header":[1],"min":[2],"max":[2],"step":[2],"open":[64],"close":[64]},[[0,"roadcardclick","handleClick"]]]]],["road-plate-number.cjs",[[2,"road-plate-number",{"country":[1],"disabled":[4],"placeholder":[1],"readonly":[4],"value":[1032],"motorbike":[4]}]]],["road-profil-dropdown.cjs",[[1,"road-profil-dropdown",{"isOpen":[1028,"is-open"]}]]],["road-accordion.cjs",[[1,"road-accordion",{"isOpen":[1028,"is-open"],"isLight":[4,"is-light"],"isLightSeparator":[4,"is-light-separator"],"isSmall":[4,"is-small"]}]]],["road-banner.cjs",[[1,"road-banner",{"isOpen":[1028,"is-open"],"label":[1],"link":[1],"url":[1],"close":[64]}]]],["road-carousel.cjs",[[1,"road-carousel",{"options":[8],"pager":[4],"arrows":[4],"update":[64],"updateAutoHeight":[64],"slideTo":[64],"slideNext":[64],"slidePrev":[64],"getActiveIndex":[64],"getPreviousIndex":[64],"length":[64],"isEnd":[64],"isBeginning":[64],"startAutoplay":[64],"stopAutoplay":[64],"lockSwipeToNext":[64],"lockSwipeToPrev":[64],"lockSwipes":[64],"getSwiper":[64]}]]],["road-checkbox.cjs",[[6,"road-checkbox",{"checkboxId":[1,"checkbox-id"],"name":[1],"required":[4],"checked":[1028],"indeterminate":[4],"disabled":[4],"value":[1],"label":[1],"inverse":[4],"error":[1],"helper":[1]}]]],["road-chip.cjs",[[1,"road-chip",{"color":[1],"outline":[4],"size":[1],"hasCloseIcon":[4,"has-close-icon"]}]]],["road-collapse.cjs",[[1,"road-collapse",{"isOpen":[1028,"is-open"],"showMore":[1,"show-more"],"showLess":[1,"show-less"],"centered":[4]}]]],["road-dialog.cjs",[[1,"road-dialog",{"isOpen":[1028,"is-open"],"hasCloseIcon":[4,"has-close-icon"],"color":[1],"icon":[1],"label":[1],"description":[1],"open":[64],"close":[64]},[[4,"keyup","onEscape"]]]]],["road-dropdown.cjs",[[1,"road-dropdown",{"isOpen":[1028,"is-open"],"isLight":[4,"is-light"],"isMedium":[4,"is-medium"],"position":[513],"direction":[513]}]]],["road-modal.cjs",[[1,"road-modal",{"maxWidth":[2,"max-width"],"isOpen":[1028,"is-open"],"hasInverseHeader":[4,"has-inverse-header"],"modalTitle":[1,"modal-title"],"hasCloseIcon":[4,"has-close-icon"],"open":[64],"close":[64]},[[4,"keyup","onEscape"]]]]],["road-range.cjs",[[6,"road-range",{"rangeId":[1,"range-id"],"value":[1032],"min":[1],"max":[1],"step":[1],"showValue":[4,"show-value"],"showTick":[4,"show-tick"],"showLabels":[4,"show-labels"]}]]],["road-rating.cjs",[[1,"road-rating",{"size":[513],"rate":[2],"reviews":[2],"reviewsText":[1,"reviews-text"]}]]],["road-toast.cjs",[[1,"road-toast",{"isOpen":[1028,"is-open"],"color":[1],"label":[1],"timeout":[2],"open":[64],"close":[64]}]]],["road-alert.cjs",[[1,"road-alert",{"color":[1],"label":[1],"link":[1],"url":[1]}]]],["road-autocomplete.cjs",[[6,"road-autocomplete",{"options":[16],"visible":[32]},[[0,"roadFocus","handleFocus"],[0,"roadfocus","handleFocus"],[4,"click","onClickOutside"]]]]],["road-button-floating.cjs",[[1,"road-button-floating",{"position":[513],"href":[1],"rel":[1],"target":[1]},[[9,"scroll","onScroll"]]]]],["road-carousel-item.cjs",[[4,"road-carousel-item"]]],["road-flap.cjs",[[1,"road-flap",{"color":[1],"size":[513]}]]],["road-global-navigation.cjs",[[1,"road-global-navigation",{"selectedTab":[1,"selected-tab"]},[[0,"roadNavbarItemClick","onNavbarChanged"],[0,"roadnavbaritemclick","onNavbarChanged"]]]]],["road-img.cjs",[[1,"road-img",{"alt":[1],"src":[1],"loadSrc":[32],"loadError":[32]}]]],["road-navbar.cjs",[[1,"road-navbar",{"selectedTab":[1,"selected-tab"]},[[0,"roadNavbarItemClick","onNavbarChanged"],[0,"roadnavbaritemclick","onNavbarChanged"]]]]],["road-navbar-item.cjs",[[1,"road-navbar-item",{"disabled":[4],"download":[1],"href":[1],"rel":[1],"selected":[1028],"tab":[1],"target":[1]},[[8,"roadNavbarChanged","onNavbarChanged"],[8,"roadnavbarchanged","onNavbarChanged"]]]]],["road-progress.cjs",[[1,"road-progress",{"value":[2],"numbersteps":[1],"label":[1],"showstep":[4],"animation":[4],"light":[4],"fullwidth":[4],"color":[1]}]]],["road-progress-indicator-horizontal.cjs",[[1,"road-progress-indicator-horizontal",{"color":[513],"stateFirstStep":[1,"state-first-step"],"stateSecondStep":[1,"state-second-step"],"stateThirdStep":[1,"state-third-step"],"urlStep1":[1,"url-step-1"],"urlStep2":[1,"url-step-2"],"urlStep3":[1,"url-step-3"]}]]],["road-progress-indicator-vertical.cjs",[[1,"road-progress-indicator-vertical"]]],["road-progress-indicator-vertical-item.cjs",[[4,"road-progress-indicator-vertical-item"]]],["road-progress-tracker.cjs",[[1,"road-progress-tracker"]]],["road-progress-tracker-item.cjs",[[4,"road-progress-tracker-item"]]],["road-radio.cjs",[[2,"road-radio",{"radioId":[1,"radio-id"],"name":[1],"required":[4],"disabled":[4],"value":[8],"label":[1],"inverse":[4],"error":[4],"helper":[1],"inline":[4],"checked":[32]},[[8,"roadChange","onRoadChangedChanged"],[8,"roadchange","onRoadChangedChanged"]]]]],["road-radio-group.cjs",[[6,"road-radio-group",{"radioGroupId":[1,"radio-group-id"],"allowEmptySelection":[4,"allow-empty-selection"],"name":[1],"value":[1032],"label":[1],"asterisk":[4],"ariaLabel":[513,"aria-label"],"error":[1025],"helper":[1]}]]],["road-segmented-button.cjs",[[1,"road-segmented-button",{"size":[1],"selected":[1028],"tab":[1]},[[8,"roadSegmentedButtonBarChanged","onButtonBarChanged"],[8,"roadSegmentedButtonbarchanged","onButtonBarChanged"]]]]],["road-segmented-button-bar.cjs",[[1,"road-segmented-button-bar",{"selectedTab":[1,"selected-tab"]}]]],["road-segmented-buttons.cjs",[[1,"road-segmented-buttons",{"selectedTab":[32],"select":[64],"getTab":[64],"getSelected":[64]}]]],["road-select.cjs",[[2,"road-select",{"selectId":[1,"select-id"],"options":[16],"autofocus":[4],"disabled":[4],"name":[1],"required":[4],"size":[2],"sizes":[1],"label":[1],"error":[1],"value":[1032]}]]],["road-select-filter.cjs",[[6,"road-select-filter",{"options":[16],"parameters":[8],"isActive":[4,"is-active"],"onlySelect":[4,"only-select"],"isOpen":[32],"currentValue":[32]},[[0,"roadFocus","handleFocus"],[0,"roadfocus","handleFocus"],[0,"roadBlur","handleBlur"],[0,"roadblur","handleBlur"],[0,"roadChange","handleChange"],[0,"roadchange","handleChange"],[4,"click","onClickOutside"]]]]],["road-skeleton.cjs",[[1,"road-skeleton"]]],["road-spinner.cjs",[[1,"road-spinner",{"size":[513],"color":[513]}]]],["road-switch.cjs",[[2,"road-switch",{"switchId":[1,"switch-id"],"name":[1],"checked":[1028],"disabled":[4],"label":[1],"color":[1],"hasLeftLabel":[4,"has-left-label"],"isSpaced":[4,"is-spaced"],"value":[1],"on":[1],"off":[1]}]]],["road-tab.cjs",[[1,"road-tab",{"active":[1028],"tab":[1],"setActive":[64]}]]],["road-tab-bar.cjs",[[1,"road-tab-bar",{"secondary":[4],"expand":[4],"center":[4],"selectedTab":[1,"selected-tab"]}]]],["road-tab-button.cjs",[[1,"road-tab-button",{"download":[1],"href":[1],"rel":[1],"layout":[1],"selected":[1028],"tab":[1],"target":[1]},[[8,"roadTabBarChanged","onTabBarChanged"],[8,"roadTabbarchanged","onTabBarChanged"]]]]],["road-table.cjs",[[6,"road-table"]]],["road-tabs.cjs",[[1,"road-tabs",{"selectedTab":[32],"select":[64],"getTab":[64],"getSelected":[64]}]]],["road-tag.cjs",[[1,"road-tag",{"color":[1]}]]],["road-text.cjs",[[1,"road-text",{"color":[1]}]]],["road-textarea.cjs",[[2,"road-textarea",{"textareaId":[1,"textarea-id"],"autocapitalize":[1],"autofocus":[4],"disabled":[4],"inputmode":[1],"enterkeyhint":[1],"maxlength":[2],"minlength":[2],"name":[1],"placeholder":[1],"sizes":[1],"readonly":[4],"required":[4],"spellcheck":[4],"cols":[2],"rows":[2],"wrap":[1],"value":[1025],"label":[1],"error":[1],"helper":[1]}]]],["road-toggle.cjs",[[2,"road-toggle",{"toggleId":[1,"toggle-id"],"name":[1],"checked":[1028],"disabled":[4],"label":[1],"color":[1],"hasLeftLabel":[4,"has-left-label"],"isSpaced":[4,"is-spaced"],"value":[1],"on":[1],"off":[1]}]]],["road-toolbar-title.cjs",[[1,"road-toolbar-title"]]],["road-toolbar-title-page.cjs",[[1,"road-toolbar-title-page"]]],["road-tooltip.cjs",[[1,"road-tooltip",{"tooltipId":[1,"tooltip-id"],"content":[1],"position":[1],"contentAlign":[1,"content-align"],"isOpen":[1028,"is-open"],"trigger":[1],"open":[64],"close":[64]}]]],["road-avatar.cjs",[[1,"road-avatar",{"size":[513]}]]],["road-card.cjs",[[1,"road-card",{"button":[4],"value":[1],"type":[1],"download":[1],"href":[1],"rel":[1],"target":[1]}]]]], options);
33
33
  });
34
34
  };
35
35
 
@@ -29,7 +29,7 @@ const Badge = class {
29
29
  };
30
30
  Badge.style = badgeCss;
31
31
 
32
- const buttonCss = ":host{--border-radius:0.25rem;--font-size:var(--road-button-medium);--margin-bottom:1rem;--padding-start:1.5rem;--padding-end:1.5rem;box-sizing:border-box;display:inline-flex;display:-webkit-inline-flex;align-items:center;justify-content:center;height:3rem;padding:0;margin-bottom:var(--margin-bottom);font-family:var(--road-font, sans-serif);font-size:var(--font-size);font-weight:700;line-height:1.375;color:var(--road-grey-10);text-decoration:none;white-space:nowrap;vertical-align:middle;background:transparent;border:1px solid transparent;border-radius:var(--border-radius);transition:background 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms}:host(:hover){text-decoration:none}:host(.focus-visible){outline:0}.button-native{position:relative;display:flex;flex-flow:row nowrap;flex-shrink:0;align-items:center;justify-content:center;width:100%;height:100%;padding:0 var(--padding-end) 0 var(--padding-start);margin:0;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;color:inherit;text-align:inherit;text-decoration:none;text-indent:inherit;text-overflow:inherit;text-transform:inherit;letter-spacing:inherit;white-space:inherit;cursor:pointer;background:transparent;border:none;outline:0;-webkit-tap-highlight-color:rgba(0, 0, 0, 0)}:host(.btn-default:not([disabled]).focus-visible){background:var(--road-grey-80)}:host(.btn-primary){color:var(--road-on-button-primary);background:var(--road-button-primary)}:host(.btn-primary) ::slotted(road-icon){color:var(--road-on-button-primary)}:host(.btn-primary:not([disabled]):hover),:host(.btn-primary:not([disabled]).focus-visible){background:var(--road-button-primary-variant)}:host(.btn-secondary){color:var(--road-on-button-secondary);background:var(--road-button-secondary)}:host(.btn-secondary) ::slotted(road-icon){color:var(--road-on-button-secondary)}:host(.btn-secondary:not([disabled]):hover),:host(.btn-secondary:not([disabled]).focus-visible){background:var(--road-button-secondary-variant)}:host(.btn-link){font-weight:400;color:var(--road-link-primary);text-decoration:underline;background:transparent}:host(.btn-link:not([disabled]):hover),:host(.btn-link:not([disabled]).focus-visible){color:var(--road-primary-30)}:host(.btn-outline-primary),:host(.btn-outline-secondary),:host(.btn-outline-default){background:transparent}:host(.btn-outline-default){color:var(--road-on-surface-weak);background:var(--road-surface);border-color:var(--road-outline)}:host(.btn-outline-default) ::slotted(road-icon){color:var(--road-on-surface-weak)}:host(.btn-outline-default:hover),:host(.btn-outline-default.focus-visible){background:var(--road-grey-80)}:host(.btn-ghost) ::slotted(road-icon){color:var(--road-icon)}:host(.btn-ghost:hover),:host(.btn-ghost.focus-visible){background:var(--road-button-ghost-variant)}:host(.btn-outline-primary){color:var(--road-button-primary);border-color:var(--road-button-primary)}:host(.btn-outline-primary) ::slotted(road-icon){color:var(--road-button-primary)}:host(.btn-outline-primary:hover),:host(.btn-outline-primary.focus-visible){background:var(--road-button-tertiary-variant)}:host(.btn-outline-secondary){color:var(--road-button-secondary);border-color:var(--road-button-secondary)}:host(.btn-outline-secondary) ::slotted(road-icon){color:var(--road-button-secondary)}:host(.btn-outline-secondary:hover),:host(.btn-outline-secondary.focus-visible){background:var(--road-button-tertiary-variant)}:host([aria-disabled]){pointer-events:none;opacity:0.16}.button-native:disabled{cursor:not-allowed}::slotted([slot=\"start\"]){margin-right:0.5rem}::slotted([slot=\"end\"]){margin-left:0.5rem}:host(.btn-xl){height:3.5rem}:host(.btn-xl) ::slotted(road-icon){width:2rem;height:2rem}:host(.btn-md){--font-size:var(--road-font-size-14);height:2.5rem}:host(.btn-md) ::slotted(road-icon){width:1.5rem;height:1.5rem}:host(.btn-sm){--font-size:var(--road-font-size-14);height:2rem}:host(.btn-sm) ::slotted(road-icon){width:1.25rem;height:1.25rem}:host(.btn-block){width:100%}::slotted(road-badge){position:absolute;top:4px;left:calc(50% + 0.375rem);box-sizing:border-box;height:auto}";
32
+ const buttonCss = ":host{--border-radius:0.25rem;--font-size:var(--road-button-medium);--margin-bottom:1rem;--padding-start:1.5rem;--padding-end:1.5rem;box-sizing:border-box;display:inline-flex;display:-webkit-inline-flex;align-items:center;justify-content:center;height:3rem;padding:0;margin-bottom:var(--margin-bottom);font-family:var(--road-font, sans-serif);font-size:var(--font-size);font-weight:700;line-height:1.375;color:var(--road-grey-10);text-decoration:none;white-space:nowrap;vertical-align:middle;background:transparent;border:1px solid transparent;border-radius:var(--border-radius);transition:background 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms}:host(:hover){text-decoration:none}:host(.focus-visible){outline:0}.button-native{position:relative;display:flex;flex-flow:row nowrap;flex-shrink:0;align-items:center;justify-content:center;width:100%;height:100%;padding:0 var(--padding-end) 0 var(--padding-start);margin:0;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;color:inherit;text-align:inherit;text-decoration:none;text-indent:inherit;text-overflow:inherit;text-transform:inherit;letter-spacing:inherit;white-space:inherit;cursor:pointer;background:transparent;border:none;outline:0;-webkit-tap-highlight-color:rgba(0, 0, 0, 0)}:host(.btn-default:not([disabled]).focus-visible){background:var(--road-grey-80)}:host(.btn-primary){color:var(--road-on-button-primary);background:var(--road-button-primary)}:host(.btn-primary) ::slotted(road-icon){color:var(--road-on-button-primary)}:host(.btn-primary:not([disabled]):hover),:host(.btn-primary:not([disabled]).focus-visible){background:var(--road-button-primary-variant)}:host(.btn-secondary){color:var(--road-on-button-secondary);background:var(--road-button-secondary)}:host(.btn-secondary) ::slotted(road-icon){color:var(--road-on-button-secondary)}:host(.btn-secondary:not([disabled]):hover),:host(.btn-secondary:not([disabled]).focus-visible){background:var(--road-button-secondary-variant)}:host(.btn-link){font-weight:400;color:var(--road-link-primary);text-decoration:underline;background:transparent}:host(.btn-link:not([disabled]):hover),:host(.btn-link:not([disabled]).focus-visible){color:var(--road-primary-30)}:host(.btn-outline-primary),:host(.btn-outline-secondary),:host(.btn-outline-default){background:transparent}:host(.btn-outline-default){color:var(--road-on-surface-weak);background:var(--road-surface);border-color:var(--road-outline)}:host(.btn-outline-default) ::slotted(road-icon){color:var(--road-on-surface-weak)}:host(.btn-outline-default:hover),:host(.btn-outline-default.focus-visible){background:var(--road-grey-80)}:host(.btn-ghost) ::slotted(road-icon){color:var(--road-icon)}:host(.btn-ghost:hover),:host(.btn-ghost.focus-visible){background:var(--road-button-ghost-variant)}:host(.btn-outline-primary){color:var(--road-button-primary);border-color:var(--road-button-primary)}:host(.btn-outline-primary) ::slotted(road-icon){color:var(--road-button-primary)}:host(.btn-outline-primary:hover),:host(.btn-outline-primary.focus-visible){background:var(--road-button-tertiary-variant)}:host(.btn-outline-secondary){color:var(--road-button-secondary);border-color:var(--road-button-secondary)}:host(.btn-outline-secondary) ::slotted(road-icon){color:var(--road-button-secondary)}:host(.btn-outline-secondary:hover),:host(.btn-outline-secondary.focus-visible){background:var(--road-button-tertiary-variant)}:host([aria-disabled]){color:var(--road-on-surface-disabled);pointer-events:none;background-color:var(--road-surface-disabled)}:host([aria-disabled]) ::slotted(road-icon){color:var(--road-on-surface-disabled)}.button-native:disabled{cursor:not-allowed}::slotted([slot=\"start\"]){margin-right:0.5rem}::slotted([slot=\"end\"]){margin-left:0.5rem}:host(.btn-xl){height:3.5rem}:host(.btn-xl) ::slotted(road-icon){width:2rem;height:2rem}:host(.btn-md){--font-size:var(--road-font-size-14);height:2.5rem}:host(.btn-md) ::slotted(road-icon){width:1.5rem;height:1.5rem}:host(.btn-sm){--font-size:var(--road-font-size-14);height:2rem}:host(.btn-sm) ::slotted(road-icon){width:1.25rem;height:1.25rem}:host(.btn-block){width:100%}::slotted(road-badge){position:absolute;top:4px;left:calc(50% + 0.375rem);box-sizing:border-box;height:auto}";
33
33
 
34
34
  const Button = class {
35
35
  constructor(hostRef) {
@@ -4,7 +4,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-a2306350.js');
6
6
 
7
- const progressIndicatorHorizontalCss = ":host{display:block}.progress-indicator-horizontal{display:flex;padding-left:0;margin:0;font-family:var(--road-font);line-height:1.5;list-style:none}.progress-indicator-horizontal-item{display:flex;flex:1;flex-direction:column;text-align:center}.progress-indicator-horizontal-item:not(:last-child)::after{position:relative;top:1rem;left:calc(50% + 16px);order:-1;width:calc(100% - 32px);height:2px;content:\"\";background:var(--road-surface-disabled)}.progress-indicator-horizontal-outline-light .progress-indicator-horizontal-item:not(:last-child)::after,.progress-indicator-horizontal-secondary-outline-light .progress-indicator-horizontal-item:not(:last-child)::after{left:calc(50% + calc(2rem / 2));width:calc(100% - 2rem)}.progress-indicator-horizontal-item:not(.completed) .progress-indicator-horizontal-link{cursor:not-allowed}.progress-indicator-horizontal-link{z-index:1;display:flex;flex-direction:column;align-items:center;text-decoration:none}.progress-indicator-horizontal-icon{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;font-size:var(--road-button-medium);font-weight:700;color:var(--road-on-surface-disabled);background:var(--road-surface-disabled);border-radius:50%;fill:currentColor}::slotted(.progress-indicator-horizontal-icon) road-icon{color:var(--road-secondary-600)}.progress-indicator-horizontal-outline .progress-indicator-horizontal-icon,.progress-indicator-horizontal-secondary.progress-indicator-horizontal-outline .progress-indicator-horizontal-icon{width:calc(2rem - 4px);height:calc(2rem - 4px);color:var(--road-on-surface-disabled);background:var(--road-surface);border:2px solid var(--road-surface-disabled);fill:currentColor}.progress-indicator-horizontal-outline-light .progress-indicator-horizontal-icon,.progress-indicator-horizontal-secondary.progress-indicator-horizontal-outline-light .progress-indicator-horizontal-icon{color:var(--road-on-surface-disabled);background:none;border:2px solid var(--road-surface-disabled);fill:currentColor}.progress-indicator-horizontal-title{display:block;margin-top:0.25rem;font-size:var(--road-body-small);font-weight:700;color:var(--road-on-surface-disabled)}.progress-indicator-horizontal-title span{display:block;font-size:var(--road-body-small);font-weight:400;color:var(--road-on-surface-weak)}.completed:not(:last-child)::after{background:var(--road-primary)}.progress-indicator-horizontal-secondary .completed:not(:last-child)::after,.progress-indicator-horizontal-secondary.progress-indicator-horizontal-outline .completed:not(:last-child)::after,.progress-indicator-horizontal-secondary.progress-indicator-horizontal-outline-light .completed:not(:last-child)::after{background:var(--road-secondary)}.completed .progress-indicator-horizontal-icon,.current .progress-indicator-horizontal-icon{width:2rem;height:2rem;color:var(--road-on-primary);background:var(--road-primary);border:0}.progress-indicator-horizontal-outline .completed .progress-indicator-horizontal-icon{color:var(--road-primary);background:var(--road-surface);border:2px solid var(--road-primary)}.progress-indicator-horizontal-outline-light .completed .progress-indicator-horizontal-icon{color:var(--road-primary);background:none;border:2px solid var(--road-primary)}.progress-indicator-horizontal-secondary .completed .progress-indicator-horizontal-icon{color:var(--road-on-secondary);background:var(--road-secondary);border:0}.progress-indicator-horizontal-secondary.progress-indicator-horizontal-outline .completed .progress-indicator-horizontal-icon{width:calc(2rem - 4px);height:calc(2rem - 4px);color:var(--road-secondary);background:var(--road-surface);border:2px solid var(--road-secondary)}.progress-indicator-horizontal-secondary.progress-indicator-horizontal-outline-light .completed .progress-indicator-horizontal-icon{width:calc(2rem - 4px);height:calc(2rem - 4px);color:var(--road-secondary);background:none;border:2px solid var(--road-secondary)}.progress-indicator-horizontal-secondary .current .progress-indicator-horizontal-icon{width:calc(2rem - 4px);height:calc(2rem - 4px);color:var(--road-grey-900);background:var(--road-secondary);border:2px solid var(--road-secondary)}.progress-indicator-horizontal-secondary.progress-indicator-horizontal-outline .current .progress-indicator-horizontal-icon{color:var(--road-on-secondary);background:var(--road-secondary)}.progress-indicator-horizontal-secondary.progress-indicator-horizontal-outline-light .current .progress-indicator-horizontal-icon{color:var(--road-on-secondary);background:var(--road-secondary)}.current .progress-indicator-horizontal-title,.completed .progress-indicator-horizontal-title{font-weight:700;color:var(--road-on-surface)}";
7
+ const progressIndicatorHorizontalCss = ":host{display:block}.progress-indicator-horizontal{display:flex;padding-left:0;margin:0;font-family:var(--road-font);line-height:1.5;list-style:none}.progress-indicator-horizontal.progress-indicator-horizontal-header{background-color:var(--road-header-surface)}.progress-indicator-horizontal-item{display:flex;flex:1;flex-direction:column;text-align:center}.progress-indicator-horizontal-item:last-child{margin-top:0.125rem}.progress-indicator-horizontal-item:not(:last-child)::after{position:relative;top:0.8rem;left:calc(50% + 12px);order:-1;width:calc(100% - 24px);height:2px;content:\"\";background:var(--road-surface-disabled)}.progress-indicator-horizontal-header .progress-indicator-horizontal-item:not(:last-child)::after{position:relative;top:0.8rem;left:calc(50% + 12px);order:-1;width:calc(100% - 24px);height:2px;content:\"\";background:var(--road-header-surface-disabled)}.progress-indicator-horizontal-item:not(.completed) .progress-indicator-horizontal-link{cursor:not-allowed}.progress-indicator-horizontal-link{z-index:1;display:flex;flex-direction:column;align-items:center;text-decoration:none}.progress-indicator-horizontal-icon{display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;font-size:var(--road-font-size-12);font-weight:700;color:var(--road-on-surface-disabled);background:var(--road-surface-disabled);border-radius:50%;fill:currentColor}::slotted([slot=\"progress-indicator-horizontal-icon\"]) road-icon{color:currentColor}.progress-indicator-horizontal-header ::slotted([slot=\"progress-indicator-horizontal-icon\"]) road-icon{color:currentColor}.progress-indicator-horizontal-header .progress-indicator-horizontal-icon{display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;font-size:var(--road-font-size-12);font-weight:700;color:var(--road-on-header-surface-disabled);background:var(--road-header-surface-disabled);border-radius:50%;fill:currentColor}.progress-indicator-horizontal-title{display:block;margin-top:0.25rem;font-size:var(--road-body-small);font-weight:700;color:var(--road-on-surface-disabled)}.progress-indicator-horizontal-title span{display:block;font-size:var(--road-body-small);font-weight:400;color:var(--road-on-surface-weak)}.progress-indicator-horizontal-header .progress-indicator-horizontal-title{display:block;margin-top:0.25rem;font-size:var(--road-body-small);font-weight:700;color:var(--road-on-header-surface-disabled)}.progress-indicator-horizontal-header .progress-indicator-horizontal-title span{display:block;font-size:var(--road-body-small);font-weight:400;color:var(--road-on-header-surface-weak)}.completed:not(:last-child)::after{background:var(--road-primary)}.progress-indicator-horizontal-header .completed:not(:last-child)::after{background:var(--road-header-badge)}.current .progress-indicator-horizontal-icon{color:var(--road-on-primary);background:var(--road-primary);border:0}.completed .progress-indicator-horizontal-icon{width:calc(1.5rem - 4px);height:calc(1.5rem - 4px);color:var(--road-primary);background:var(--road-surface);border:2px solid var(--road-primary)}.progress-indicator-horizontal-header .completed .progress-indicator-horizontal-icon{color:var(--road-header-badge);background:none;border:2px solid var(--road-header-badge)}.progress-indicator-horizontal-header .current .progress-indicator-horizontal-icon{width:calc(1.5rem);height:calc(1.5rem);color:var(--road-on-header-badge);background:var(--road-header-badge);border:0}.current .progress-indicator-horizontal-title,.completed .progress-indicator-horizontal-title{font-weight:700;color:var(--road-on-surface)}.progress-indicator-horizontal-header .current .progress-indicator-horizontal-title,.progress-indicator-horizontal-header .completed .progress-indicator-horizontal-title{font-weight:700;color:var(--road-on-header-surface)}";
8
8
 
9
9
  const Stepper = class {
10
10
  constructor(hostRef) {
@@ -13,26 +13,16 @@ const Stepper = class {
13
13
  * The color progress-indicator-horizontal.
14
14
  */
15
15
  this.color = 'default';
16
- /**
17
- * Display an outline without background.
18
- */
19
- this.light = false;
20
- /**
21
- * Display an outline style .
22
- */
23
- this.outline = false;
24
16
  }
25
17
  render() {
26
18
  const colorClass = this.color !== undefined ? `progress-indicator-horizontal progress-indicator-horizontal-${this.color}` : 'progress-indicator-horizontal';
27
- const outlineClass = this.outline == true ? `progress-indicator-horizontal progress-indicator-horizontal-outline` : 'progress-indicator-horizontal';
28
- const lightClass = this.light == true ? `progress-indicator-horizontal progress-indicator-horizontal-outline-light` : 'progress-indicator-horizontal';
29
19
  const stateClass = this.stateFirstStep !== undefined ? `progress-indicator-horizontal-item ${this.stateFirstStep}` : 'progress-indicator-horizontal-item';
30
20
  const stateSecondStepClass = this.stateSecondStep !== undefined ? `progress-indicator-horizontal-item ${this.stateSecondStep}` : 'progress-indicator-horizontal-item';
31
21
  const stateThirdStepClass = this.stateSecondStep !== undefined ? `progress-indicator-horizontal-item ${this.stateThirdStep}` : 'progress-indicator-horizontal-item';
32
22
  const urlStep1 = this.urlStep1 !== undefined ? `${this.urlStep1}` : '#';
33
23
  const urlStep2 = this.urlStep2 !== undefined ? `${this.urlStep2}` : '#';
34
24
  const urlStep3 = this.urlStep3 !== undefined ? `${this.urlStep3}` : '#';
35
- return (index.h(index.Host, null, index.h("nav", null, index.h("ul", { class: `${colorClass} ${outlineClass} ${lightClass}` }, index.h("li", { class: `${stateClass}` }, index.h("a", { class: "progress-indicator-horizontal-link", href: `${urlStep1}` }, index.h("span", { class: "progress-indicator-horizontal-icon" }, index.h("slot", { name: "progress-indicator-horizontal-icon" })), index.h("span", { class: "progress-indicator-horizontal-title" }, index.h("slot", { name: "progress-indicator-horizontal-title" })))), index.h("li", { class: `${stateSecondStepClass}` }, index.h("a", { class: "progress-indicator-horizontal-link", href: `${urlStep2}` }, index.h("span", { class: "progress-indicator-horizontal-icon" }, index.h("slot", { name: "progress-indicator-horizontal-icon2" })), index.h("span", { class: "progress-indicator-horizontal-title" }, index.h("slot", { name: "progress-indicator-horizontal-title2" })))), index.h("li", { class: `${stateThirdStepClass}` }, index.h("a", { class: "progress-indicator-horizontal-link", href: `${urlStep3}` }, index.h("span", { class: "progress-indicator-horizontal-icon" }, index.h("slot", { name: "progress-indicator-horizontal-icon3" })), index.h("span", { class: "progress-indicator-horizontal-title" }, index.h("slot", { name: "progress-indicator-horizontal-title3" }))))))));
25
+ return (index.h(index.Host, null, index.h("nav", null, index.h("ul", { class: `${colorClass}` }, index.h("li", { class: `${stateClass}` }, index.h("a", { class: "progress-indicator-horizontal-link", href: `${urlStep1}` }, index.h("span", { class: "progress-indicator-horizontal-icon" }, index.h("slot", { name: "progress-indicator-horizontal-icon" })), index.h("span", { class: "progress-indicator-horizontal-title" }, index.h("slot", { name: "progress-indicator-horizontal-title" })))), index.h("li", { class: `${stateSecondStepClass}` }, index.h("a", { class: "progress-indicator-horizontal-link", href: `${urlStep2}` }, index.h("span", { class: "progress-indicator-horizontal-icon" }, index.h("slot", { name: "progress-indicator-horizontal-icon2" })), index.h("span", { class: "progress-indicator-horizontal-title" }, index.h("slot", { name: "progress-indicator-horizontal-title2" })))), index.h("li", { class: `${stateThirdStepClass}` }, index.h("a", { class: "progress-indicator-horizontal-link", href: `${urlStep3}` }, index.h("span", { class: "progress-indicator-horizontal-icon" }, index.h("slot", { name: "progress-indicator-horizontal-icon3" })), index.h("span", { class: "progress-indicator-horizontal-title" }, index.h("slot", { name: "progress-indicator-horizontal-title3" }))))))));
36
26
  }
37
27
  };
38
28
  Stepper.style = progressIndicatorHorizontalCss;
@@ -0,0 +1,19 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ const index = require('./index-a2306350.js');
6
+
7
+ const progressIndicatorVerticalItemCss = "road-progress-indicator-vertical-item{display:flex;flex-direction:row;justify-content:flex-start;min-height:65px}.progress-indicator-vertical-item-content{display:inline-block;margin-left:1rem}road-progress-indicator-vertical-item:not(.completed) .progress-indicator-vertical-link{cursor:not-allowed}.progress-indicator-vertical-link{position:relative;z-index:1;display:flex}.progress-indicator-vertical-icon{display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;font-size:var(--road-font-size-12);font-weight:700;color:var(--road-on-surface-disabled);background:var(--road-surface-disabled);border-radius:50%;fill:currentColor}.progress-indicator-vertical-icon road-icon{display:flex}.progress-indicator-vertical-substep-link{position:relative;z-index:1;display:flex;margin:0 0.5rem}.progress-indicator-vertical-line{position:absolute;top:24px;left:11px;z-index:-1;height:calc(100% - 24px);border-left:2px solid var(--road-surface-disabled)}road-progress-indicator-vertical-item:last-child .progress-indicator-vertical-line{border-left:0}.progress-indicator-vertical-substep-icon{display:inline-flex;align-items:center;justify-content:center;width:0.5rem;height:0.5rem;margin-top:0.7rem;background:var(--road-surface-disabled);border-radius:50%}.progress-indicator-vertical-substep-beforeline{position:absolute;top:0;left:3px;z-index:-1;height:calc(30% - 8px);border-left:2px solid var(--road-surface-disabled)}.progress-indicator-vertical-substep-line{position:absolute;top:19px;left:3px;z-index:-1;height:calc(83% - 8px);border-left:2px solid var(--road-surface-disabled)}.progress-indicator-vertical-title road-label{display:block;font-size:var(--road-body-large);font-weight:700;color:var(--road-on-surface-disabled)}.progress-indicator-vertical-description{display:block;margin:0;font-size:var(--road-label-small);font-weight:400;color:var(--road-on-surface-disabled)}.current .progress-indicator-vertical-icon{color:var(--road-on-primary);background:var(--road-primary)}.current .progress-indicator-vertical-title road-label{font-weight:700;color:var(--road-on-surface)}.current .progress-indicator-vertical-description{color:var(--road-on-surface-weak)}.current .progress-indicator-vertical-substep-icon{background:var(--road-primary);border:0}.current .progress-indicator-vertical-substep-beforeline{border-left:2px solid var(--road-primary)}.in-progress .progress-indicator-vertical-icon{color:var(--road-on-primary);background:var(--road-primary);border:0}.in-progress .progress-indicator-vertical-title road-label{font-weight:700;color:var(--road-on-surface)}.in-progress .progress-indicator-vertical-description{color:var(--road-on-surface-weak)}.in-progress .progress-indicator-vertical-line{background:var(--road-primary)}.completed:not(:last-child)::after{background:var(--road-primary)}.completed .progress-indicator-vertical-icon{color:var(--road-primary);background:none;border:2px solid var(--road-primary)}.completed .progress-indicator-vertical-line{border-left:2px solid var(--road-primary)}.completed .progress-indicator-vertical-substep-beforeline{border-left:2px solid var(--road-primary)}.completed .progress-indicator-vertical-substep-line{border-left:2px solid var(--road-primary)}.completed .progress-indicator-vertical-title road-label{font-weight:700;color:var(--road-on-surface)}.completed .progress-indicator-vertical-description{color:var(--road-on-surface-weak)}.completed .progress-indicator-vertical-substep-icon{background:none;border:2px solid var(--road-primary)}";
8
+
9
+ const ProgressIndicatorVerticalItem = class {
10
+ constructor(hostRef) {
11
+ index.registerInstance(this, hostRef);
12
+ }
13
+ render() {
14
+ return (index.h(index.Host, null, index.h("slot", null)));
15
+ }
16
+ };
17
+ ProgressIndicatorVerticalItem.style = progressIndicatorVerticalItemCss;
18
+
19
+ exports.road_progress_indicator_vertical_item = ProgressIndicatorVerticalItem;
@@ -0,0 +1,19 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ const index = require('./index-a2306350.js');
6
+
7
+ const progressIndicatorVerticalCss = ":host{display:block}.progress-indicator-vertical{display:flex;flex-direction:column;padding-left:0;list-style:none}";
8
+
9
+ const ProgressIndicatorVertical = class {
10
+ constructor(hostRef) {
11
+ index.registerInstance(this, hostRef);
12
+ }
13
+ render() {
14
+ return (index.h(index.Host, null, index.h("nav", null, index.h("ul", null, index.h("slot", null)))));
15
+ }
16
+ };
17
+ ProgressIndicatorVertical.style = progressIndicatorVerticalCss;
18
+
19
+ exports.road_progress_indicator_vertical = ProgressIndicatorVertical;
@@ -0,0 +1,24 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ const index = require('./index-a2306350.js');
6
+ require('./polyfill-c7a0fa22.js');
7
+
8
+ const tagCss = ":host{box-sizing:border-box;display:inline-flex;align-items:center;padding:0.125rem 0.5rem;font-size:var(--road-body-small);border-radius:0.25rem}:host(.tag-grey){color:var(--road-grey-30);background-color:var(--road-grey-85)}:host(.tag-yellow){color:var(--road-yellow-mikado-20);background-color:var(--road-yellow-mikado-90)}:host(.tag-red){color:var(--road-red-pepper-30);background-color:var(--road-red-pepper-95)}:host(.tag-violet){color:var(--road-violet-electric-30);background-color:var(--road-violet-electric-95)}:host(.tag-blue){color:var(--road-blue-klein-40);background-color:var(--road-blue-klein-95)}:host(.tag-green){color:var(--road-green-monstera-30);background-color:var(--road-green-monstera-95)}@media (any-hover: hover){:host(.chip-outline:hover){border-color:var(--road-outline-variant)}:host(.chip-secondary:hover){background:var(--road-button-primary-variant)}:host(.chip-secondary:hover) .chip-close{color:var(--road-primary)}}:host(.chip-outline:hover){border-color:var(--road-outline-variant)}:host(.chip-secondary.focus-visible){background:var(--road-button-primary-variant)}";
9
+
10
+ const Tag = class {
11
+ constructor(hostRef) {
12
+ index.registerInstance(this, hostRef);
13
+ /**
14
+ * The color to use from your application's color palette.
15
+ */
16
+ this.color = 'grey';
17
+ }
18
+ render() {
19
+ return (index.h(index.Host, { class: `tag-${this.color}` }, index.h("slot", null)));
20
+ }
21
+ };
22
+ Tag.style = tagCss;
23
+
24
+ exports.road_tag = Tag;
@@ -5,7 +5,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
5
5
  const index = require('./index-a2306350.js');
6
6
  const index$1 = require('./index-0fd360a4.js');
7
7
 
8
- const toastCss = ":host{position:fixed;right:0;bottom:1rem;left:0;z-index:1;display:flex;justify-content:center;width:328px;margin:0 auto;visibility:hidden;opacity:0;transition:opacity .3s ease-in-out,visibility .15s,transform .3s ease-in-out;transform:translateY(-100%)}@media (min-width: 1200px){:host{right:1.5rem;bottom:3rem;left:auto;width:auto;transform:translateX(100%)}}:host(.toast-open){visibility:visible;opacity:1;transform:none}.toast{position:relative;box-sizing:border-box;display:flex;flex:0 0 100%;flex-flow:wrap;align-items:flex-start;width:328px;padding:0.75rem 2rem 0.6rem 1rem;font-family:var(--road-font);font-size:var(--road-body-medium);line-height:1.4;color:var(--road-on-info-surface-inverse);text-align:left;background:var(--road-info-surface-inverse);border-radius:0.25rem}@media (min-width: 575px){.toast{padding:1rem;margin-right:auto;margin-left:auto}}.toast-danger{color:var(--road-on-danger-surface-inverse);background:var(--road-danger-surface-inverse)}.toast-danger road-icon{color:var(--road-danger-icon-inverse)}.toast-warning{color:var(--road-on-warning-surface-inverse);background:var(--road-warning-surface-inverse)}.toast-warning road-icon{color:var(--road-warning-icon-inverse)}.toast-success{color:var(--road-on-success-surface-inverse);background:var(--road-success-surface-inverse)}.toast-success road-icon{color:var(--road-success-icon-inverse)}.toast-info{color:var(--road-on-info-surface-inverse);background:var(--road-info-surface-inverse)}.toast-info road-icon{color:var(--road-info-icon-inverse)}.toast-icon{top:auto;left:0.5rem;margin-top:-5px;margin-right:0.5rem}@media (min-width: 575px){.toast-icon{position:relative;top:auto;left:auto;margin-right:0.5rem}}.toast-close{position:absolute;right:0.5rem;padding:0;color:inherit;cursor:pointer;background:none;border:0;border-radius:4px;fill:var(--road-info-icon-inverse)}.toast-warning .toast-close{fill:var(--road-warning-icon-inverse)}.toast-close:focus{border-color:var(--road-info-surface-inverse);outline:none}.toast-label{width:240px;margin:0}:host ::slotted(road-progress){position:absolute;bottom:-8px;left:0;flex-basis:100%;width:100%;margin-top:0.5rem}@keyframes load{0%{width:0}100%{width:100%}}";
8
+ const toastCss = ":host{position:fixed;right:0;bottom:1rem;left:0;z-index:1;display:flex;justify-content:center;width:328px;margin:0 auto;pointer-events:none;visibility:hidden;opacity:0;transition:opacity .3s ease-in-out,visibility .15s,transform .3s ease-in-out;transform:translateY(-100%)}@media (min-width: 1200px){:host{right:1.5rem;bottom:3rem;left:auto;width:auto;transform:translateX(100%)}}:host(.toast-open){visibility:visible;opacity:1;transform:none}.toast{position:relative;box-sizing:border-box;display:flex;flex:0 0 100%;flex-flow:wrap;align-items:flex-start;width:328px;padding:0.75rem 2rem 0.6rem 1rem;font-family:var(--road-font);font-size:var(--road-body-medium);line-height:1.4;color:var(--road-on-info-surface-inverse);text-align:left;background:var(--road-info-surface-inverse);border-radius:0.25rem}@media (min-width: 575px){.toast{padding:1rem;margin-right:auto;margin-left:auto}}.toast-danger{color:var(--road-on-danger-surface-inverse);pointer-events:all;background:var(--road-danger-surface-inverse)}.toast-danger road-icon{color:var(--road-danger-icon-inverse)}.toast-warning{color:var(--road-on-warning-surface-inverse);background:var(--road-warning-surface-inverse)}.toast-warning road-icon{color:var(--road-warning-icon-inverse)}.toast-success{color:var(--road-on-success-surface-inverse);background:var(--road-success-surface-inverse)}.toast-success road-icon{color:var(--road-success-icon-inverse)}.toast-info{color:var(--road-on-info-surface-inverse);background:var(--road-info-surface-inverse)}.toast-info road-icon{color:var(--road-info-icon-inverse)}.toast-icon{top:auto;left:0.5rem;margin-top:-5px;margin-right:0.5rem}@media (min-width: 575px){.toast-icon{position:relative;top:auto;left:auto;margin-right:0.5rem}}.toast-close{position:absolute;right:0.5rem;padding:0;color:inherit;cursor:pointer;background:none;border:0;border-radius:4px;fill:var(--road-info-icon-inverse)}.toast-warning .toast-close{fill:var(--road-warning-icon-inverse)}.toast-close:focus{border-color:var(--road-info-surface-inverse);outline:none}.toast-label{width:240px;margin:0}:host ::slotted(road-progress){position:absolute;bottom:-8px;left:0;flex-basis:100%;width:100%;margin-top:0.5rem}@keyframes load{0%{width:0}100%{width:100%}}";
9
9
 
10
10
  const Toast = class {
11
11
  constructor(hostRef) {
@@ -83,5 +83,5 @@ const patchDynamicImport = (base, orgScriptElm) => {
83
83
  };
84
84
 
85
85
  patchBrowser().then(options => {
86
- return index.bootstrapLazy([["road-badge_14.cjs",[[2,"road-counter",{"inputId":[1,"input-id"],"min":[2],"max":[2],"step":[1],"value":[2],"size":[1],"dustbin":[4],"leftIconClasses":[32],"rightIconClasses":[32],"isDustbinVisible":[32]}],[1,"road-item",{"button":[4],"detail":[4],"active":[4],"detailIcon":[1,"detail-icon"],"disabled":[4],"download":[1],"href":[1],"rel":[1],"lines":[1],"target":[1],"type":[1],"multipleInputs":[32]}],[1,"road-badge",{"color":[1],"bubble":[4]}],[1,"road-list",{"lines":[1]}],[1,"road-toolbar",{"color":[1]}],[33,"road-drawer",{"isOpen":[1028,"is-open"],"position":[1],"drawerWidth":[2,"drawer-width"],"hasInverseHeader":[4,"has-inverse-header"],"hasBackIcon":[4,"has-back-icon"],"backText":[1,"back-text"],"drawerTitle":[1,"drawer-title"],"hasCloseIcon":[4,"has-close-icon"],"open":[64],"close":[64],"back":[64]},[[4,"keyup","onEscape"]]],[1,"road-col"],[1,"road-grid"],[6,"road-input",{"inputId":[1,"input-id"],"autocapitalize":[1],"autocomplete":[1],"autocorrect":[1],"autofocus":[4],"disabled":[4],"enterkeyhint":[1],"inputmode":[1],"max":[1],"maxlength":[2],"min":[1],"minlength":[2],"name":[1],"pattern":[1],"placeholder":[1],"readonly":[4],"required":[4],"spellcheck":[4],"step":[1],"size":[2],"sizes":[1],"type":[1],"value":[1032],"label":[1],"error":[1],"helper":[1],"debounce":[2]}],[1,"road-row"],[1,"road-button",{"color":[1],"size":[513],"buttonType":[1,"button-type"],"disabled":[516],"expand":[516],"download":[1],"href":[1],"rel":[1],"target":[1],"outline":[4]}],[1,"road-input-group"],[1,"road-label"],[1,"road-icon",{"color":[1],"ariaLabel":[1537,"aria-label"],"ariaHidden":[513,"aria-hidden"],"name":[1],"src":[1],"icon":[8],"size":[1],"rotate":[1],"lazy":[4],"sanitize":[4],"svgContent":[32],"isVisible":[32]}]]],["road-duration.cjs",[[1,"road-duration",{"isOpen":[1028,"is-open"],"header":[1],"min":[2],"max":[2],"step":[2],"open":[64],"close":[64]},[[0,"roadcardclick","handleClick"]]]]],["road-plate-number.cjs",[[2,"road-plate-number",{"country":[1],"disabled":[4],"placeholder":[1],"readonly":[4],"value":[1032],"motorbike":[4]}]]],["road-profil-dropdown.cjs",[[1,"road-profil-dropdown",{"isOpen":[1028,"is-open"]}]]],["road-accordion.cjs",[[1,"road-accordion",{"isOpen":[1028,"is-open"],"isLight":[4,"is-light"],"isLightSeparator":[4,"is-light-separator"],"isSmall":[4,"is-small"]}]]],["road-banner.cjs",[[1,"road-banner",{"isOpen":[1028,"is-open"],"label":[1],"link":[1],"url":[1],"close":[64]}]]],["road-carousel.cjs",[[1,"road-carousel",{"options":[8],"pager":[4],"arrows":[4],"update":[64],"updateAutoHeight":[64],"slideTo":[64],"slideNext":[64],"slidePrev":[64],"getActiveIndex":[64],"getPreviousIndex":[64],"length":[64],"isEnd":[64],"isBeginning":[64],"startAutoplay":[64],"stopAutoplay":[64],"lockSwipeToNext":[64],"lockSwipeToPrev":[64],"lockSwipes":[64],"getSwiper":[64]}]]],["road-checkbox.cjs",[[6,"road-checkbox",{"checkboxId":[1,"checkbox-id"],"name":[1],"required":[4],"checked":[1028],"indeterminate":[4],"disabled":[4],"value":[1],"label":[1],"inverse":[4],"error":[1],"helper":[1]}]]],["road-chip.cjs",[[1,"road-chip",{"color":[1],"outline":[4],"size":[1],"hasCloseIcon":[4,"has-close-icon"]}]]],["road-collapse.cjs",[[1,"road-collapse",{"isOpen":[1028,"is-open"],"showMore":[1,"show-more"],"showLess":[1,"show-less"],"centered":[4]}]]],["road-dialog.cjs",[[1,"road-dialog",{"isOpen":[1028,"is-open"],"hasCloseIcon":[4,"has-close-icon"],"color":[1],"icon":[1],"label":[1],"description":[1],"open":[64],"close":[64]},[[4,"keyup","onEscape"]]]]],["road-dropdown.cjs",[[1,"road-dropdown",{"isOpen":[1028,"is-open"],"isLight":[4,"is-light"],"isMedium":[4,"is-medium"],"position":[513],"direction":[513]}]]],["road-modal.cjs",[[1,"road-modal",{"maxWidth":[2,"max-width"],"isOpen":[1028,"is-open"],"hasInverseHeader":[4,"has-inverse-header"],"modalTitle":[1,"modal-title"],"hasCloseIcon":[4,"has-close-icon"],"open":[64],"close":[64]},[[4,"keyup","onEscape"]]]]],["road-range.cjs",[[6,"road-range",{"rangeId":[1,"range-id"],"value":[1032],"min":[1],"max":[1],"step":[1],"showValue":[4,"show-value"],"showTick":[4,"show-tick"],"showLabels":[4,"show-labels"]}]]],["road-rating.cjs",[[1,"road-rating",{"size":[513],"rate":[2],"reviews":[2],"reviewsText":[1,"reviews-text"]}]]],["road-toast.cjs",[[1,"road-toast",{"isOpen":[1028,"is-open"],"color":[1],"label":[1],"timeout":[2],"open":[64],"close":[64]}]]],["road-alert.cjs",[[1,"road-alert",{"color":[1],"label":[1],"link":[1],"url":[1]}]]],["road-autocomplete.cjs",[[6,"road-autocomplete",{"options":[16],"visible":[32]},[[0,"roadFocus","handleFocus"],[0,"roadfocus","handleFocus"],[4,"click","onClickOutside"]]]]],["road-button-floating.cjs",[[1,"road-button-floating",{"position":[513],"href":[1],"rel":[1],"target":[1]},[[9,"scroll","onScroll"]]]]],["road-carousel-item.cjs",[[4,"road-carousel-item"]]],["road-flap.cjs",[[1,"road-flap",{"color":[1],"size":[513]}]]],["road-global-navigation.cjs",[[1,"road-global-navigation",{"selectedTab":[1,"selected-tab"]},[[0,"roadNavbarItemClick","onNavbarChanged"],[0,"roadnavbaritemclick","onNavbarChanged"]]]]],["road-img.cjs",[[1,"road-img",{"alt":[1],"src":[1],"loadSrc":[32],"loadError":[32]}]]],["road-navbar.cjs",[[1,"road-navbar",{"selectedTab":[1,"selected-tab"]},[[0,"roadNavbarItemClick","onNavbarChanged"],[0,"roadnavbaritemclick","onNavbarChanged"]]]]],["road-navbar-item.cjs",[[1,"road-navbar-item",{"disabled":[4],"download":[1],"href":[1],"rel":[1],"selected":[1028],"tab":[1],"target":[1]},[[8,"roadNavbarChanged","onNavbarChanged"],[8,"roadnavbarchanged","onNavbarChanged"]]]]],["road-progress.cjs",[[1,"road-progress",{"value":[2],"numbersteps":[1],"label":[1],"showstep":[4],"animation":[4],"light":[4],"fullwidth":[4],"color":[1]}]]],["road-progress-indicator-horizontal.cjs",[[1,"road-progress-indicator-horizontal",{"color":[513],"light":[4],"outline":[4],"stateFirstStep":[1,"state-first-step"],"stateSecondStep":[1,"state-second-step"],"stateThirdStep":[1,"state-third-step"],"urlStep1":[1,"url-step-1"],"urlStep2":[1,"url-step-2"],"urlStep3":[1,"url-step-3"]}]]],["road-progress-tracker.cjs",[[1,"road-progress-tracker"]]],["road-progress-tracker-item.cjs",[[4,"road-progress-tracker-item"]]],["road-radio.cjs",[[2,"road-radio",{"radioId":[1,"radio-id"],"name":[1],"required":[4],"disabled":[4],"value":[8],"label":[1],"inverse":[4],"error":[4],"helper":[1],"inline":[4],"checked":[32]},[[8,"roadChange","onRoadChangedChanged"],[8,"roadchange","onRoadChangedChanged"]]]]],["road-radio-group.cjs",[[6,"road-radio-group",{"radioGroupId":[1,"radio-group-id"],"allowEmptySelection":[4,"allow-empty-selection"],"name":[1],"value":[1032],"label":[1],"asterisk":[4],"ariaLabel":[513,"aria-label"],"error":[1025],"helper":[1]}]]],["road-segmented-button.cjs",[[1,"road-segmented-button",{"size":[1],"selected":[1028],"tab":[1]},[[8,"roadSegmentedButtonBarChanged","onButtonBarChanged"],[8,"roadSegmentedButtonbarchanged","onButtonBarChanged"]]]]],["road-segmented-button-bar.cjs",[[1,"road-segmented-button-bar",{"selectedTab":[1,"selected-tab"]}]]],["road-segmented-buttons.cjs",[[1,"road-segmented-buttons",{"selectedTab":[32],"select":[64],"getTab":[64],"getSelected":[64]}]]],["road-select.cjs",[[2,"road-select",{"selectId":[1,"select-id"],"options":[16],"autofocus":[4],"disabled":[4],"name":[1],"required":[4],"size":[2],"sizes":[1],"label":[1],"error":[1],"value":[1032]}]]],["road-select-filter.cjs",[[6,"road-select-filter",{"options":[16],"parameters":[8],"isActive":[4,"is-active"],"onlySelect":[4,"only-select"],"isOpen":[32],"currentValue":[32]},[[0,"roadFocus","handleFocus"],[0,"roadfocus","handleFocus"],[0,"roadBlur","handleBlur"],[0,"roadblur","handleBlur"],[0,"roadChange","handleChange"],[0,"roadchange","handleChange"],[4,"click","onClickOutside"]]]]],["road-skeleton.cjs",[[1,"road-skeleton"]]],["road-spinner.cjs",[[1,"road-spinner",{"size":[513],"color":[513]}]]],["road-switch.cjs",[[2,"road-switch",{"switchId":[1,"switch-id"],"name":[1],"checked":[1028],"disabled":[4],"label":[1],"color":[1],"hasLeftLabel":[4,"has-left-label"],"isSpaced":[4,"is-spaced"],"value":[1],"on":[1],"off":[1]}]]],["road-tab.cjs",[[1,"road-tab",{"active":[1028],"tab":[1],"setActive":[64]}]]],["road-tab-bar.cjs",[[1,"road-tab-bar",{"secondary":[4],"expand":[4],"center":[4],"selectedTab":[1,"selected-tab"]}]]],["road-tab-button.cjs",[[1,"road-tab-button",{"download":[1],"href":[1],"rel":[1],"layout":[1],"selected":[1028],"tab":[1],"target":[1]},[[8,"roadTabBarChanged","onTabBarChanged"],[8,"roadTabbarchanged","onTabBarChanged"]]]]],["road-table.cjs",[[6,"road-table"]]],["road-tabs.cjs",[[1,"road-tabs",{"selectedTab":[32],"select":[64],"getTab":[64],"getSelected":[64]}]]],["road-text.cjs",[[1,"road-text",{"color":[1]}]]],["road-textarea.cjs",[[2,"road-textarea",{"textareaId":[1,"textarea-id"],"autocapitalize":[1],"autofocus":[4],"disabled":[4],"inputmode":[1],"enterkeyhint":[1],"maxlength":[2],"minlength":[2],"name":[1],"placeholder":[1],"sizes":[1],"readonly":[4],"required":[4],"spellcheck":[4],"cols":[2],"rows":[2],"wrap":[1],"value":[1025],"label":[1],"error":[1],"helper":[1]}]]],["road-toggle.cjs",[[2,"road-toggle",{"toggleId":[1,"toggle-id"],"name":[1],"checked":[1028],"disabled":[4],"label":[1],"color":[1],"hasLeftLabel":[4,"has-left-label"],"isSpaced":[4,"is-spaced"],"value":[1],"on":[1],"off":[1]}]]],["road-toolbar-title.cjs",[[1,"road-toolbar-title"]]],["road-toolbar-title-page.cjs",[[1,"road-toolbar-title-page"]]],["road-tooltip.cjs",[[1,"road-tooltip",{"tooltipId":[1,"tooltip-id"],"content":[1],"position":[1],"contentAlign":[1,"content-align"],"isOpen":[1028,"is-open"],"trigger":[1],"open":[64],"close":[64]}]]],["road-vertical-stepper.cjs",[[1,"road-vertical-stepper"]]],["road-vertical-stepper-item.cjs",[[4,"road-vertical-stepper-item"]]],["road-avatar.cjs",[[1,"road-avatar",{"size":[513]}]]],["road-card.cjs",[[1,"road-card",{"button":[4],"value":[1],"type":[1],"download":[1],"href":[1],"rel":[1],"target":[1]}]]]], options);
86
+ return index.bootstrapLazy([["road-badge_14.cjs",[[2,"road-counter",{"inputId":[1,"input-id"],"min":[2],"max":[2],"step":[1],"value":[2],"size":[1],"dustbin":[4],"leftIconClasses":[32],"rightIconClasses":[32],"isDustbinVisible":[32]}],[1,"road-item",{"button":[4],"detail":[4],"active":[4],"detailIcon":[1,"detail-icon"],"disabled":[4],"download":[1],"href":[1],"rel":[1],"lines":[1],"target":[1],"type":[1],"multipleInputs":[32]}],[1,"road-badge",{"color":[1],"bubble":[4]}],[1,"road-list",{"lines":[1]}],[1,"road-toolbar",{"color":[1]}],[33,"road-drawer",{"isOpen":[1028,"is-open"],"position":[1],"drawerWidth":[2,"drawer-width"],"hasInverseHeader":[4,"has-inverse-header"],"hasBackIcon":[4,"has-back-icon"],"backText":[1,"back-text"],"drawerTitle":[1,"drawer-title"],"hasCloseIcon":[4,"has-close-icon"],"open":[64],"close":[64],"back":[64]},[[4,"keyup","onEscape"]]],[1,"road-col"],[1,"road-grid"],[6,"road-input",{"inputId":[1,"input-id"],"autocapitalize":[1],"autocomplete":[1],"autocorrect":[1],"autofocus":[4],"disabled":[4],"enterkeyhint":[1],"inputmode":[1],"max":[1],"maxlength":[2],"min":[1],"minlength":[2],"name":[1],"pattern":[1],"placeholder":[1],"readonly":[4],"required":[4],"spellcheck":[4],"step":[1],"size":[2],"sizes":[1],"type":[1],"value":[1032],"label":[1],"error":[1],"helper":[1],"debounce":[2]}],[1,"road-row"],[1,"road-button",{"color":[1],"size":[513],"buttonType":[1,"button-type"],"disabled":[516],"expand":[516],"download":[1],"href":[1],"rel":[1],"target":[1],"outline":[4]}],[1,"road-input-group"],[1,"road-label"],[1,"road-icon",{"color":[1],"ariaLabel":[1537,"aria-label"],"ariaHidden":[513,"aria-hidden"],"name":[1],"src":[1],"icon":[8],"size":[1],"rotate":[1],"lazy":[4],"sanitize":[4],"svgContent":[32],"isVisible":[32]}]]],["road-duration.cjs",[[1,"road-duration",{"isOpen":[1028,"is-open"],"header":[1],"min":[2],"max":[2],"step":[2],"open":[64],"close":[64]},[[0,"roadcardclick","handleClick"]]]]],["road-plate-number.cjs",[[2,"road-plate-number",{"country":[1],"disabled":[4],"placeholder":[1],"readonly":[4],"value":[1032],"motorbike":[4]}]]],["road-profil-dropdown.cjs",[[1,"road-profil-dropdown",{"isOpen":[1028,"is-open"]}]]],["road-accordion.cjs",[[1,"road-accordion",{"isOpen":[1028,"is-open"],"isLight":[4,"is-light"],"isLightSeparator":[4,"is-light-separator"],"isSmall":[4,"is-small"]}]]],["road-banner.cjs",[[1,"road-banner",{"isOpen":[1028,"is-open"],"label":[1],"link":[1],"url":[1],"close":[64]}]]],["road-carousel.cjs",[[1,"road-carousel",{"options":[8],"pager":[4],"arrows":[4],"update":[64],"updateAutoHeight":[64],"slideTo":[64],"slideNext":[64],"slidePrev":[64],"getActiveIndex":[64],"getPreviousIndex":[64],"length":[64],"isEnd":[64],"isBeginning":[64],"startAutoplay":[64],"stopAutoplay":[64],"lockSwipeToNext":[64],"lockSwipeToPrev":[64],"lockSwipes":[64],"getSwiper":[64]}]]],["road-checkbox.cjs",[[6,"road-checkbox",{"checkboxId":[1,"checkbox-id"],"name":[1],"required":[4],"checked":[1028],"indeterminate":[4],"disabled":[4],"value":[1],"label":[1],"inverse":[4],"error":[1],"helper":[1]}]]],["road-chip.cjs",[[1,"road-chip",{"color":[1],"outline":[4],"size":[1],"hasCloseIcon":[4,"has-close-icon"]}]]],["road-collapse.cjs",[[1,"road-collapse",{"isOpen":[1028,"is-open"],"showMore":[1,"show-more"],"showLess":[1,"show-less"],"centered":[4]}]]],["road-dialog.cjs",[[1,"road-dialog",{"isOpen":[1028,"is-open"],"hasCloseIcon":[4,"has-close-icon"],"color":[1],"icon":[1],"label":[1],"description":[1],"open":[64],"close":[64]},[[4,"keyup","onEscape"]]]]],["road-dropdown.cjs",[[1,"road-dropdown",{"isOpen":[1028,"is-open"],"isLight":[4,"is-light"],"isMedium":[4,"is-medium"],"position":[513],"direction":[513]}]]],["road-modal.cjs",[[1,"road-modal",{"maxWidth":[2,"max-width"],"isOpen":[1028,"is-open"],"hasInverseHeader":[4,"has-inverse-header"],"modalTitle":[1,"modal-title"],"hasCloseIcon":[4,"has-close-icon"],"open":[64],"close":[64]},[[4,"keyup","onEscape"]]]]],["road-range.cjs",[[6,"road-range",{"rangeId":[1,"range-id"],"value":[1032],"min":[1],"max":[1],"step":[1],"showValue":[4,"show-value"],"showTick":[4,"show-tick"],"showLabels":[4,"show-labels"]}]]],["road-rating.cjs",[[1,"road-rating",{"size":[513],"rate":[2],"reviews":[2],"reviewsText":[1,"reviews-text"]}]]],["road-toast.cjs",[[1,"road-toast",{"isOpen":[1028,"is-open"],"color":[1],"label":[1],"timeout":[2],"open":[64],"close":[64]}]]],["road-alert.cjs",[[1,"road-alert",{"color":[1],"label":[1],"link":[1],"url":[1]}]]],["road-autocomplete.cjs",[[6,"road-autocomplete",{"options":[16],"visible":[32]},[[0,"roadFocus","handleFocus"],[0,"roadfocus","handleFocus"],[4,"click","onClickOutside"]]]]],["road-button-floating.cjs",[[1,"road-button-floating",{"position":[513],"href":[1],"rel":[1],"target":[1]},[[9,"scroll","onScroll"]]]]],["road-carousel-item.cjs",[[4,"road-carousel-item"]]],["road-flap.cjs",[[1,"road-flap",{"color":[1],"size":[513]}]]],["road-global-navigation.cjs",[[1,"road-global-navigation",{"selectedTab":[1,"selected-tab"]},[[0,"roadNavbarItemClick","onNavbarChanged"],[0,"roadnavbaritemclick","onNavbarChanged"]]]]],["road-img.cjs",[[1,"road-img",{"alt":[1],"src":[1],"loadSrc":[32],"loadError":[32]}]]],["road-navbar.cjs",[[1,"road-navbar",{"selectedTab":[1,"selected-tab"]},[[0,"roadNavbarItemClick","onNavbarChanged"],[0,"roadnavbaritemclick","onNavbarChanged"]]]]],["road-navbar-item.cjs",[[1,"road-navbar-item",{"disabled":[4],"download":[1],"href":[1],"rel":[1],"selected":[1028],"tab":[1],"target":[1]},[[8,"roadNavbarChanged","onNavbarChanged"],[8,"roadnavbarchanged","onNavbarChanged"]]]]],["road-progress.cjs",[[1,"road-progress",{"value":[2],"numbersteps":[1],"label":[1],"showstep":[4],"animation":[4],"light":[4],"fullwidth":[4],"color":[1]}]]],["road-progress-indicator-horizontal.cjs",[[1,"road-progress-indicator-horizontal",{"color":[513],"stateFirstStep":[1,"state-first-step"],"stateSecondStep":[1,"state-second-step"],"stateThirdStep":[1,"state-third-step"],"urlStep1":[1,"url-step-1"],"urlStep2":[1,"url-step-2"],"urlStep3":[1,"url-step-3"]}]]],["road-progress-indicator-vertical.cjs",[[1,"road-progress-indicator-vertical"]]],["road-progress-indicator-vertical-item.cjs",[[4,"road-progress-indicator-vertical-item"]]],["road-progress-tracker.cjs",[[1,"road-progress-tracker"]]],["road-progress-tracker-item.cjs",[[4,"road-progress-tracker-item"]]],["road-radio.cjs",[[2,"road-radio",{"radioId":[1,"radio-id"],"name":[1],"required":[4],"disabled":[4],"value":[8],"label":[1],"inverse":[4],"error":[4],"helper":[1],"inline":[4],"checked":[32]},[[8,"roadChange","onRoadChangedChanged"],[8,"roadchange","onRoadChangedChanged"]]]]],["road-radio-group.cjs",[[6,"road-radio-group",{"radioGroupId":[1,"radio-group-id"],"allowEmptySelection":[4,"allow-empty-selection"],"name":[1],"value":[1032],"label":[1],"asterisk":[4],"ariaLabel":[513,"aria-label"],"error":[1025],"helper":[1]}]]],["road-segmented-button.cjs",[[1,"road-segmented-button",{"size":[1],"selected":[1028],"tab":[1]},[[8,"roadSegmentedButtonBarChanged","onButtonBarChanged"],[8,"roadSegmentedButtonbarchanged","onButtonBarChanged"]]]]],["road-segmented-button-bar.cjs",[[1,"road-segmented-button-bar",{"selectedTab":[1,"selected-tab"]}]]],["road-segmented-buttons.cjs",[[1,"road-segmented-buttons",{"selectedTab":[32],"select":[64],"getTab":[64],"getSelected":[64]}]]],["road-select.cjs",[[2,"road-select",{"selectId":[1,"select-id"],"options":[16],"autofocus":[4],"disabled":[4],"name":[1],"required":[4],"size":[2],"sizes":[1],"label":[1],"error":[1],"value":[1032]}]]],["road-select-filter.cjs",[[6,"road-select-filter",{"options":[16],"parameters":[8],"isActive":[4,"is-active"],"onlySelect":[4,"only-select"],"isOpen":[32],"currentValue":[32]},[[0,"roadFocus","handleFocus"],[0,"roadfocus","handleFocus"],[0,"roadBlur","handleBlur"],[0,"roadblur","handleBlur"],[0,"roadChange","handleChange"],[0,"roadchange","handleChange"],[4,"click","onClickOutside"]]]]],["road-skeleton.cjs",[[1,"road-skeleton"]]],["road-spinner.cjs",[[1,"road-spinner",{"size":[513],"color":[513]}]]],["road-switch.cjs",[[2,"road-switch",{"switchId":[1,"switch-id"],"name":[1],"checked":[1028],"disabled":[4],"label":[1],"color":[1],"hasLeftLabel":[4,"has-left-label"],"isSpaced":[4,"is-spaced"],"value":[1],"on":[1],"off":[1]}]]],["road-tab.cjs",[[1,"road-tab",{"active":[1028],"tab":[1],"setActive":[64]}]]],["road-tab-bar.cjs",[[1,"road-tab-bar",{"secondary":[4],"expand":[4],"center":[4],"selectedTab":[1,"selected-tab"]}]]],["road-tab-button.cjs",[[1,"road-tab-button",{"download":[1],"href":[1],"rel":[1],"layout":[1],"selected":[1028],"tab":[1],"target":[1]},[[8,"roadTabBarChanged","onTabBarChanged"],[8,"roadTabbarchanged","onTabBarChanged"]]]]],["road-table.cjs",[[6,"road-table"]]],["road-tabs.cjs",[[1,"road-tabs",{"selectedTab":[32],"select":[64],"getTab":[64],"getSelected":[64]}]]],["road-tag.cjs",[[1,"road-tag",{"color":[1]}]]],["road-text.cjs",[[1,"road-text",{"color":[1]}]]],["road-textarea.cjs",[[2,"road-textarea",{"textareaId":[1,"textarea-id"],"autocapitalize":[1],"autofocus":[4],"disabled":[4],"inputmode":[1],"enterkeyhint":[1],"maxlength":[2],"minlength":[2],"name":[1],"placeholder":[1],"sizes":[1],"readonly":[4],"required":[4],"spellcheck":[4],"cols":[2],"rows":[2],"wrap":[1],"value":[1025],"label":[1],"error":[1],"helper":[1]}]]],["road-toggle.cjs",[[2,"road-toggle",{"toggleId":[1,"toggle-id"],"name":[1],"checked":[1028],"disabled":[4],"label":[1],"color":[1],"hasLeftLabel":[4,"has-left-label"],"isSpaced":[4,"is-spaced"],"value":[1],"on":[1],"off":[1]}]]],["road-toolbar-title.cjs",[[1,"road-toolbar-title"]]],["road-toolbar-title-page.cjs",[[1,"road-toolbar-title-page"]]],["road-tooltip.cjs",[[1,"road-tooltip",{"tooltipId":[1,"tooltip-id"],"content":[1],"position":[1],"contentAlign":[1,"content-align"],"isOpen":[1028,"is-open"],"trigger":[1],"open":[64],"close":[64]}]]],["road-avatar.cjs",[[1,"road-avatar",{"size":[513]}]]],["road-card.cjs",[[1,"road-card",{"button":[4],"value":[1],"type":[1],"download":[1],"href":[1],"rel":[1],"target":[1]}]]]], options);
87
87
  });
@@ -37,6 +37,8 @@
37
37
  "./components/profil-dropdown/profil-dropdown.js",
38
38
  "./components/progress/progress.js",
39
39
  "./components/progress-indicator-horizontal/progress-indicator-horizontal.js",
40
+ "./components/progress-indicator-vertical/progress-indicator-vertical.js",
41
+ "./components/progress-indicator-vertical-item/progress-indicator-vertical-item.js",
40
42
  "./components/progress-tracker/progress-tracker.js",
41
43
  "./components/progress-tracker-item/progress-tracker-item.js",
42
44
  "./components/radio/radio.js",
@@ -57,6 +59,7 @@
57
59
  "./components/tab-button/tab-button.js",
58
60
  "./components/table/table.js",
59
61
  "./components/tabs/tabs.js",
62
+ "./components/tag/tag.js",
60
63
  "./components/text/text.js",
61
64
  "./components/textarea/textarea.js",
62
65
  "./components/toast/toast.js",
@@ -64,9 +67,7 @@
64
67
  "./components/toolbar/toolbar.js",
65
68
  "./components/toolbar-title/toolbar-title.js",
66
69
  "./components/toolbar-title-page/toolbar-title-page.js",
67
- "./components/tooltip/tooltip.js",
68
- "./components/vertical-stepper/vertical-stepper.js",
69
- "./components/vertical-stepper-item/vertical-stepper-item.js"
70
+ "./components/tooltip/tooltip.js"
70
71
  ],
71
72
  "compiler": {
72
73
  "name": "@stencil/core",
@@ -247,8 +247,13 @@
247
247
  -------------------- */
248
248
 
249
249
  :host([aria-disabled]) {
250
+ color: var(--road-on-surface-disabled);
250
251
  pointer-events: none;
251
- opacity: 0.16;
252
+ background-color: var(--road-surface-disabled);
253
+ }
254
+
255
+ :host([aria-disabled]) ::slotted(road-icon){
256
+ color: var(--road-on-surface-disabled);
252
257
  }
253
258
 
254
259
  .button-native:disabled {
@@ -1 +1 @@
1
- <svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><path d="M55.52 36.41h-2.5v25.31h2.5V36.41ZM30.12 32.66v-2.5H6.04v-3.48h21.11v-2.5H11.14v-4.9h14.03v-2.5H8.64v7.4H1.27v2.5h2.27v35.04h2.5V32.66h24.08Z"/><path d="m42.82 45.59-2.34-6.97a2.734 2.734 0 0 0-2.59-1.86H21.18c-1.17 0-2.22.75-2.59 1.86l-2.34 6.97h-.83a1.25 1.25 0 0 0 0 2.5h.48v8.72c0 .69.56 1.25 1.25 1.25h.25V60a1.25 1.25 0 0 0 2.5 0v-1.94h19.28V60a1.25 1.25 0 0 0 2.5 0v-1.94h.25c.69 0 1.25-.56 1.25-1.25v-8.72h.48a1.25 1.25 0 0 0 0-2.5h-.84Zm-21.87-6.17c.03-.1.12-.16.22-.16h16.71c.1 0 .19.06.22.16l2.07 6.17h-21.3l2.07-6.17h.01Zm19.71 16.15H18.38V48.1h22.28v7.47ZM45.57 1.25c-9.51 0-17.25 7.74-17.25 17.25s7.74 17.25 17.25 17.25 17.25-7.74 17.25-17.25S55.08 1.25 45.57 1.25Zm0 32c-8.13 0-14.75-6.62-14.75-14.75 0-8.13 6.62-14.75 14.75-14.75 8.13 0 14.75 6.62 14.75 14.75 0 8.13-6.62 14.75-14.75 14.75Z"/><path d="M36.8 53.65a1.75 1.75 0 1 0 0-3.5 1.75 1.75 0 0 0 0 3.5ZM22.26 53.65a1.75 1.75 0 1 0 0-3.5 1.75 1.75 0 0 0 0 3.5ZM40.08 18.07c1.93 0 3.5-1.57 3.5-3.5v-2.5c0-1.93-1.57-3.5-3.5-3.5h-.5c-1.93 0-3.5 1.57-3.5 3.5v2.5c0 1.93 1.57 3.5 3.5 3.5h.5Zm-1.5-3.5v-2.5c0-.55.45-1 1-1h.5c.55 0 1 .45 1 1v2.5c0 .55-.45 1-1 1h-.5c-.55 0-1-.45-1-1ZM51.12 18.43c-2.07 0-3.75 1.68-3.75 3.75v2c0 2.07 1.68 3.75 3.75 3.75 2.07 0 3.75-1.68 3.75-3.75v-2c0-2.07-1.68-3.75-3.75-3.75Zm1.25 5.75a1.25 1.25 0 0 1-2.5 0v-2a1.25 1.25 0 0 1 2.5 0v2ZM50.858 9.156 38.284 26.35l2.018 1.476 12.574-17.193-2.018-1.476Z" fill="var(--road-icon-variant, rgb(252, 183, 49))"/></svg>
1
+ <svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><path d="M55.52 36.41h-2.5v25.31h2.5V36.41Zm-25.4-3.75v-2.5H6.04v-3.48h21.11v-2.5H11.14v-4.9h14.03v-2.5H8.64v7.4H1.27v2.5h2.27v35.04h2.5V32.66h24.08Z"/><path d="m42.82 45.59-2.34-6.97a2.734 2.734 0 0 0-2.59-1.86H21.18c-1.17 0-2.22.75-2.59 1.86l-2.34 6.97h-.83a1.25 1.25 0 0 0 0 2.5h.48v8.72c0 .69.56 1.25 1.25 1.25h.25V60a1.25 1.25 0 0 0 2.5 0v-1.94h19.28V60a1.25 1.25 0 0 0 2.5 0v-1.94h.25c.69 0 1.25-.56 1.25-1.25v-8.72h.48a1.25 1.25 0 0 0 0-2.5h-.84Zm-21.87-6.17c.03-.1.12-.16.22-.16h16.71c.1 0 .19.06.22.16l2.07 6.17h-21.3l2.07-6.17h.01Zm19.71 16.15H18.38V48.1h22.28v7.47Zm4.91-54.32c-9.51 0-17.25 7.74-17.25 17.25s7.74 17.25 17.25 17.25 17.25-7.74 17.25-17.25S55.08 1.25 45.57 1.25Zm0 32c-8.13 0-14.75-6.62-14.75-14.75 0-8.13 6.62-14.75 14.75-14.75 8.13 0 14.75 6.62 14.75 14.75 0 8.13-6.62 14.75-14.75 14.75Z"/><path d="M36.8 53.65a1.75 1.75 0 1 0 0-3.5 1.75 1.75 0 0 0 0 3.5Zm-14.54 0a1.75 1.75 0 1 0 0-3.5 1.75 1.75 0 0 0 0 3.5Zm17.82-35.58c1.93 0 3.5-1.57 3.5-3.5v-2.5c0-1.93-1.57-3.5-3.5-3.5h-.5c-1.93 0-3.5 1.57-3.5 3.5v2.5c0 1.93 1.57 3.5 3.5 3.5h.5Zm-1.5-3.5v-2.5c0-.55.45-1 1-1h.5c.55 0 1 .45 1 1v2.5c0 .55-.45 1-1 1h-.5c-.55 0-1-.45-1-1Zm12.54 3.86c-2.07 0-3.75 1.68-3.75 3.75v2c0 2.07 1.68 3.75 3.75 3.75 2.07 0 3.75-1.68 3.75-3.75v-2c0-2.07-1.68-3.75-3.75-3.75Zm1.25 5.75a1.25 1.25 0 0 1-2.5 0v-2a1.25 1.25 0 0 1 2.5 0v2ZM50.858 9.156 38.284 26.35l2.018 1.476 12.574-17.193-2.018-1.476Z" fill="var(--road-icon-variant, rgb(252, 183, 49))"/></svg>
@@ -1 +1 @@
1
- <svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><path d="M55.52 36.41h-2.5v25.31h2.5V36.41ZM30.12 32.66v-2.5H6.04v-3.48h21.11v-2.5H11.14v-4.9h14.03v-2.5H8.64v7.4H1.27v2.5h2.27v35.04h2.5V32.66h24.08Z"/><path d="m42.82 45.59-2.34-6.97a2.734 2.734 0 0 0-2.59-1.86H21.18c-1.17 0-2.22.75-2.59 1.86l-2.34 6.97h-.83a1.25 1.25 0 0 0 0 2.5h.48v8.72c0 .69.56 1.25 1.25 1.25h.25V60a1.25 1.25 0 0 0 2.5 0v-1.94h19.28V60a1.25 1.25 0 0 0 2.5 0v-1.94h.25c.69 0 1.25-.56 1.25-1.25v-8.72h.48a1.25 1.25 0 0 0 0-2.5h-.84Zm-21.87-6.17c.03-.1.12-.16.22-.16h16.71c.1 0 .19.06.22.16l2.07 6.17h-21.3l2.07-6.17h.01Zm19.71 16.15H18.38V48.1h22.28v7.47ZM45.57 1.25c-9.51 0-17.25 7.74-17.25 17.25s7.74 17.25 17.25 17.25 17.25-7.74 17.25-17.25S55.08 1.25 45.57 1.25Zm0 32c-8.13 0-14.75-6.62-14.75-14.75 0-8.13 6.62-14.75 14.75-14.75 8.13 0 14.75 6.62 14.75 14.75 0 8.13-6.62 14.75-14.75 14.75Z"/><path d="M36.8 53.65a1.75 1.75 0 1 0 0-3.5 1.75 1.75 0 0 0 0 3.5ZM22.26 53.65a1.75 1.75 0 1 0 0-3.5 1.75 1.75 0 0 0 0 3.5ZM40.08 18.07c1.93 0 3.5-1.57 3.5-3.5v-2.5c0-1.93-1.57-3.5-3.5-3.5h-.5c-1.93 0-3.5 1.57-3.5 3.5v2.5c0 1.93 1.57 3.5 3.5 3.5h.5Zm-1.5-3.5v-2.5c0-.55.45-1 1-1h.5c.55 0 1 .45 1 1v2.5c0 .55-.45 1-1 1h-.5c-.55 0-1-.45-1-1ZM51.12 18.43c-2.07 0-3.75 1.68-3.75 3.75v2c0 2.07 1.68 3.75 3.75 3.75 2.07 0 3.75-1.68 3.75-3.75v-2c0-2.07-1.68-3.75-3.75-3.75Zm1.25 5.75a1.25 1.25 0 0 1-2.5 0v-2a1.25 1.25 0 0 1 2.5 0v2ZM50.858 9.156 38.284 26.35l2.018 1.476 12.574-17.193-2.018-1.476Z"/></svg>
1
+ <svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><path d="M55.52 36.41h-2.5v25.31h2.5V36.41Zm-25.4-3.75v-2.5H6.04v-3.48h21.11v-2.5H11.14v-4.9h14.03v-2.5H8.64v7.4H1.27v2.5h2.27v35.04h2.5V32.66h24.08Z"/><path d="m42.82 45.59-2.34-6.97a2.734 2.734 0 0 0-2.59-1.86H21.18c-1.17 0-2.22.75-2.59 1.86l-2.34 6.97h-.83a1.25 1.25 0 0 0 0 2.5h.48v8.72c0 .69.56 1.25 1.25 1.25h.25V60a1.25 1.25 0 0 0 2.5 0v-1.94h19.28V60a1.25 1.25 0 0 0 2.5 0v-1.94h.25c.69 0 1.25-.56 1.25-1.25v-8.72h.48a1.25 1.25 0 0 0 0-2.5h-.84Zm-21.87-6.17c.03-.1.12-.16.22-.16h16.71c.1 0 .19.06.22.16l2.07 6.17h-21.3l2.07-6.17h.01Zm19.71 16.15H18.38V48.1h22.28v7.47Zm4.91-54.32c-9.51 0-17.25 7.74-17.25 17.25s7.74 17.25 17.25 17.25 17.25-7.74 17.25-17.25S55.08 1.25 45.57 1.25Zm0 32c-8.13 0-14.75-6.62-14.75-14.75 0-8.13 6.62-14.75 14.75-14.75 8.13 0 14.75 6.62 14.75 14.75 0 8.13-6.62 14.75-14.75 14.75Z"/><path d="M36.8 53.65a1.75 1.75 0 1 0 0-3.5 1.75 1.75 0 0 0 0 3.5Zm-14.54 0a1.75 1.75 0 1 0 0-3.5 1.75 1.75 0 0 0 0 3.5Zm17.82-35.58c1.93 0 3.5-1.57 3.5-3.5v-2.5c0-1.93-1.57-3.5-3.5-3.5h-.5c-1.93 0-3.5 1.57-3.5 3.5v2.5c0 1.93 1.57 3.5 3.5 3.5h.5Zm-1.5-3.5v-2.5c0-.55.45-1 1-1h.5c.55 0 1 .45 1 1v2.5c0 .55-.45 1-1 1h-.5c-.55 0-1-.45-1-1Zm12.54 3.86c-2.07 0-3.75 1.68-3.75 3.75v2c0 2.07 1.68 3.75 3.75 3.75 2.07 0 3.75-1.68 3.75-3.75v-2c0-2.07-1.68-3.75-3.75-3.75Zm1.25 5.75a1.25 1.25 0 0 1-2.5 0v-2a1.25 1.25 0 0 1 2.5 0v2ZM50.858 9.156 38.284 26.35l2.018 1.476 12.574-17.193-2.018-1.476Z"/></svg>
@@ -1 +1 @@
1
- <svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><path d="M53.02 61.72h2.5V35.25c-.8.48-1.63.91-2.5 1.27v25.2ZM29.97 30.16H6.04v-3.48h21.85a19.44 19.44 0 0 1-1.82-8.18c0-.58.04-1.15.09-1.72H8.64v7.4H1.27v2.5h2.27v35.04h2.5V32.66h26.15c-.81-.77-1.55-1.6-2.22-2.5ZM51.12 20.93c-.69 0-1.25.56-1.25 1.25v2a1.25 1.25 0 0 0 2.5 0v-2c0-.69-.56-1.25-1.25-1.25ZM40.08 11.07h-.5a1 1 0 0 0-1 1v2.5a1 1 0 0 0 1 1h.5a1 1 0 0 0 1-1v-2.5a1 1 0 0 0-1-1Z"/><path d="M45.57 1.5c-9.39 0-17 7.61-17 17s7.61 17 17 17 17-7.61 17-17-7.61-17-17-17Zm-9.49 13.07v-2.5c0-1.93 1.57-3.5 3.5-3.5h.5c1.93 0 3.5 1.57 3.5 3.5v2.5c0 1.93-1.57 3.5-3.5 3.5h-.5c-1.93 0-3.5-1.57-3.5-3.5Zm4.21 13.27-2.02-1.48L50.84 9.17l2.02 1.48-12.57 17.19Zm14.57-3.65c0 2.07-1.68 3.75-3.75 3.75-2.07 0-3.75-1.68-3.75-3.75v-2c0-2.07 1.68-3.75 3.75-3.75 2.07 0 3.75 1.68 3.75 3.75v2ZM42.82 45.59l-2.34-6.97a2.734 2.734 0 0 0-2.59-1.86H21.18c-1.17 0-2.22.75-2.59 1.86l-2.34 6.97h-.83a1.25 1.25 0 0 0 0 2.5h.48v8.72c0 .69.56 1.25 1.25 1.25h.25V60a1.25 1.25 0 0 0 2.5 0v-1.94h19.28V60a1.25 1.25 0 0 0 2.5 0v-1.94h.25c.69 0 1.25-.56 1.25-1.25v-8.72h.48a1.25 1.25 0 0 0 0-2.5h-.84Zm-21.56 8.06c-.97 0-1.75-.78-1.75-1.75s.78-1.75 1.75-1.75 1.75.78 1.75 1.75-.78 1.75-1.75 1.75Zm16.54 0c-.97 0-1.75-.78-1.75-1.75s.78-1.75 1.75-1.75 1.75.78 1.75 1.75-.78 1.75-1.75 1.75Zm-18.92-8.06 2.07-6.17c.03-.1.12-.16.22-.16h16.71c.1 0 .19.06.22.16l2.07 6.17h-21.3.01Z"/></svg>
1
+ <svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><path d="M53.02 61.72h2.5V35.25c-.8.48-1.63.91-2.5 1.27v25.2ZM29.97 30.16H6.04v-3.48h21.85a19.44 19.44 0 0 1-1.82-8.18c0-.58.04-1.15.09-1.72H8.64v7.4H1.27v2.5h2.27v35.04h2.5V32.66h26.15c-.81-.77-1.55-1.6-2.22-2.5Zm21.15-9.23c-.69 0-1.25.56-1.25 1.25v2a1.25 1.25 0 0 0 2.5 0v-2c0-.69-.56-1.25-1.25-1.25Zm-11.04-9.86h-.5a1 1 0 0 0-1 1v2.5a1 1 0 0 0 1 1h.5a1 1 0 0 0 1-1v-2.5a1 1 0 0 0-1-1Z"/><path d="M45.57 1.5c-9.39 0-17 7.61-17 17s7.61 17 17 17 17-7.61 17-17-7.61-17-17-17Zm-9.49 13.07v-2.5c0-1.93 1.57-3.5 3.5-3.5h.5c1.93 0 3.5 1.57 3.5 3.5v2.5c0 1.93-1.57 3.5-3.5 3.5h-.5c-1.93 0-3.5-1.57-3.5-3.5Zm4.21 13.27-2.02-1.48L50.84 9.17l2.02 1.48-12.57 17.19Zm14.57-3.65c0 2.07-1.68 3.75-3.75 3.75-2.07 0-3.75-1.68-3.75-3.75v-2c0-2.07 1.68-3.75 3.75-3.75 2.07 0 3.75 1.68 3.75 3.75v2Zm-12.04 21.4-2.34-6.97a2.734 2.734 0 0 0-2.59-1.86H21.18c-1.17 0-2.22.75-2.59 1.86l-2.34 6.97h-.83a1.25 1.25 0 0 0 0 2.5h.48v8.72c0 .69.56 1.25 1.25 1.25h.25V60a1.25 1.25 0 0 0 2.5 0v-1.94h19.28V60a1.25 1.25 0 0 0 2.5 0v-1.94h.25c.69 0 1.25-.56 1.25-1.25v-8.72h.48a1.25 1.25 0 0 0 0-2.5h-.84Zm-21.56 8.06c-.97 0-1.75-.78-1.75-1.75s.78-1.75 1.75-1.75 1.75.78 1.75 1.75-.78 1.75-1.75 1.75Zm16.54 0c-.97 0-1.75-.78-1.75-1.75s.78-1.75 1.75-1.75 1.75.78 1.75 1.75-.78 1.75-1.75 1.75Zm-18.92-8.06 2.07-6.17c.03-.1.12-.16.22-.16h16.71c.1 0 .19.06.22.16l2.07 6.17h-21.3.01Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><path d="M16.19 11.1c0-.41.34-.75.75-.75h31.11v22.93h2.5V10.35a2.5 2.5 0 0 0-2.5-2.5H16.94c-1.79 0-3.25 1.46-3.25 3.25v22.18h2.5V11.1Zm30.57-8.34H17.49v2.5h29.27v-2.5Z"/><path d="M41.67 27.67H22.58v2.5h19.09v-2.5Zm0-6.09H22.58v2.5h19.09v-2.5Zm-6.36-6.09H22.58v2.5h12.73v-2.5Z"/><path d="m54.13 29.99-2 1.5 3.27 4.36H41.25l-2.76 3.82H25.8l-2.55-3.82H8.85l3.27-4.36-2-1.5-4.07 5.42v25.85h52.14V35.41l-4.07-5.42h.01Zm1.57 28.77H8.56V38.35h13.35l2.55 3.82h15.31l2.76-3.82H55.7v20.41Z"/><path d="M25.15 54.9h13.96v-8.86H25.15v8.86Zm2.5-6.36h8.96v3.86h-8.96v-3.86Z" fill="var(--road-icon-variant, rgb(252, 183, 49))"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><path d="M16.19 11.1c0-.41.34-.75.75-.75h31.11v22.93h2.5V10.35a2.5 2.5 0 0 0-2.5-2.5H16.94c-1.79 0-3.25 1.46-3.25 3.25v22.18h2.5V11.1Zm30.57-8.34H17.49v2.5h29.27v-2.5Z"/><path d="M41.67 27.67H22.58v2.5h19.09v-2.5Zm0-6.09H22.58v2.5h19.09v-2.5Zm-6.36-6.09H22.58v2.5h12.73v-2.5Z"/><path d="m54.13 29.99-2 1.5 3.27 4.36H41.25l-2.76 3.82H25.8l-2.55-3.82H8.85l3.27-4.36-2-1.5-4.07 5.42v25.85h52.14V35.41l-4.07-5.42h.01Zm1.57 28.77H8.56V38.35h13.35l2.55 3.82h15.31l2.76-3.82H55.7v20.41Z"/><path d="M25.15 54.9h13.96v-8.86H25.15v8.86Zm2.5-6.36h8.96v3.86h-8.96v-3.86Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M24 4H0v16h24V4Z" fill="#51586C" fill-opacity=".28"/><path d="M23 12H1v6.999h22V12Z" fill="#D62612"/><path d="M23 5H1v7h22V5Z" fill="#fff"/><path d="M23 9.668H1v4.667h22V9.668Z" fill="#00966E"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M24 4H0v16h24V4Z" fill="#51586C" fill-opacity=".28"/><path d="M23 12H1v6.999h22V12Z" fill="#171796"/><path d="M23 5H1v7h22V5Z" fill="red"/><path d="M23 9.668H1v4.667h22V9.668Z" fill="#fff"/><path d="m11.344 7.546-.002.001-.738-.423-.558.639.367 1.45a6.428 6.428 0 0 1 1.054-.176l-.123-1.491Zm2.614.217-.002.001-.56-.64-.736.422-.124 1.49c.36.03.712.09 1.053.177l.369-1.45Z" fill="#171796"/><path d="m10.046 7.763-.002.001-.797-.295-.447.72.604 1.373a6.39 6.39 0 0 1 1.01-.35l-.368-1.45Zm2.614-.217-.002.001L12 7.008l-.656.538.123 1.49a6.36 6.36 0 0 1 1.069 0l.124-1.49Zm1.935 2.015.605-1.372-.446-.72-.796.294-.369 1.45c.348.088.684.206 1.006.348Z" fill="#0093DD"/><path d="M12 15.628a2.726 2.726 0 0 0 2.718-2.717H9.284A2.725 2.725 0 0 0 12 15.628Zm-2-7.153a.391.391 0 0 1-.346.571.39.39 0 0 1-.382-.315c.218.375.79.179.727-.256Zm3.823-.183c.4.102.785.236 1.155.4l-.233.53a6.778 6.778 0 0 0-1.064-.369l.142-.56Z" fill="#fff"/><path d="M10.457 9.816H9.43v1.129h1.027v-1.13Zm0 2.258h1.028v-1.129h-1.027v1.129ZM9.43 12.9c0 .102.006.204.018.303h1.01v-1.129H9.43v.826Zm3.083-.826h-1.028v1.13h1.028v-1.13Zm0 2.258h1.028v-1.129h-1.028v1.13Zm1.028.618c.228-.172.426-.38.587-.618h-.587v.618Zm-3.083-.618h1.027v-1.129h-1.027v1.13Zm-.588 0c.16.237.36.447.588.619v-.619H9.87Z" fill="red"/><path d="M12.178 15.461a2.55 2.55 0 0 0 .335-.045v-1.084h-1.027v1.084c.225.047.462.06.692.045Zm2.372-2.258c.031-.208.013-.908.018-1.129H13.54v1.13h1.008Zm-2.037-1.129h1.028v-1.129h-1.028v1.129Zm0-2.258h-1.027v1.129h1.027v-1.13Zm2.055 1.129v-1.13H13.54v1.13h1.027Zm-4.246-2.092a6.724 6.724 0 0 1 1.115-.186l-.032-.377a7.13 7.13 0 0 0-1.176.196l.093.367Zm-.185-.729c.4-.102.814-.171 1.237-.206l-.03-.37a7.92 7.92 0 0 0-1.298.216l.091.36Zm4.645 1.013.156-.354a7.273 7.273 0 0 0-1.14-.394l-.091.361c.373.096.734.221 1.08.374l-.005.013Z" fill="red"/><path d="M9.726 8.13c0 .14-.114.254-.254.254-.336-.014-.336-.494 0-.508.14 0 .254.114.254.254Zm2.202-.286c0 .122-.1.221-.222.221-.294-.011-.294-.432 0-.443.122 0 .222.099.222.222Zm.595 0a.221.221 0 0 1-.222.221c-.294-.011-.294-.432 0-.443.123 0 .222.099.222.222Zm-.305.613c0 .122-.1.221-.222.221-.294-.011-.294-.431 0-.443.123 0 .222.1.222.222Zm2.603-.419c0 .14-.114.254-.253.254a.254.254 0 1 1 .254-.254Zm-1.438.298-.322-.087.06-.247c.036-.166-.201-.225-.248-.062l-.094.376c-.034.124.092.18.053.35l.114.026s.023-.208.193-.165c.17.043.101.232.101.232l.114.027c.058-.119.283-.387.029-.45Z" fill="#F7DB17"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M24 4H0v16h24V4Z" fill="#51586C" fill-opacity=".28"/><path d="M23 5.004H1v13.995h22V5.004Z" fill="#D7141A"/><path d="M23 5H1v7h22V5Z" fill="#fff"/><path d="M11.5 12 1 5v14l10.5-7Z" fill="#11457E"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M24 4H0v16h24V4Z" fill="#51586C" fill-opacity=".28"/><path d="M23 5.004H1v13.995h22V5.004Z" fill="#C60C30"/><path d="M9 19H7v-6H1v-2h6V5h2v6h14v2H9v6Z" fill="#fff"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M24 4H0v16h24V4Z" fill="#51586C" fill-opacity=".28"/><path d="M23 5.004H1v13.995h22V5.004Z" fill="#fff"/><path d="M11.18 19H7.36v-5.09H1v-3.82h6.36V5h3.82v5.09H23v3.82H11.18V19Z" fill="#002F6C"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M24 4H0v16h24V4Z" fill="#51586C" fill-opacity=".28"/><path d="M23 5.004H1v13.995h22V5.004Z" fill="#0D5EAF"/><path d="M23 15.894H1v1.56h22v-1.56ZM8.78 8.114H5.67v-3.11H4.11v3.11H1v1.56h3.11v3.11H1v1.55h22v-1.55H5.67v-3.11h3.11v1.55H23v-1.55H8.78v-1.56Z" fill="#fff"/><path d="M23 6.564H8.78v1.56H23v-1.56Z" fill="#fff"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M24 4H0v16h24V4Z" fill="#51586C" fill-opacity=".28"/><path d="M23 12H1v6.999h22V12Z" fill="#477050"/><path d="M23 5H1v7h22V5Z" fill="#CE2939"/><path d="M23 9.668H1v4.667h22V9.668Z" fill="#fff"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M24 4H0v16h24V4Z" fill="#51586C" fill-opacity=".28"/><path d="M23 12H1v6.999h22V12Z" fill="#21468B"/><path d="M23 5H1v7h22V5Z" fill="#AE1C28"/><path d="M23 9.668H1v4.667h22V9.668Z" fill="#fff"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M24 4H0v16h24V4Z" fill="#51586C" fill-opacity=".28"/><path d="M23 5.004H1v13.995h22V5.004Z" fill="#BA0C2F"/><path d="M10.75 10.25V5h-3.5v5.25H1v3.5h6.25V19h3.5v-5.25H23v-3.5H10.75Z" fill="#fff"/><path d="M9.88 19H8.13v-6.12H1v-1.75h7.12V5h1.75v6.12H23v1.75H9.87v6.12l.01.01Z" fill="#003087"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M24 4H0v16h24V4Z" fill="#51586C" fill-opacity=".28"/><path d="M23 12H1v6.999h22V12Z" fill="#EE1C25"/><path d="M23 5H1v7h22V5Z" fill="#fff"/><path d="M23 9.668H1v4.667h22V9.668Z" fill="#0B4EA2"/><path d="M7.3 15.733c-1.749-.82-3.002-2.137-3.01-4.065.005-2.29.103-3.197.119-3.378h5.782c.015.173.115 1.093.119 3.378-.008 1.929-1.26 3.244-3.01 4.065Z" fill="#fff"/><path d="M4.6 8.5c-.025.309-.1 1.373-.1 3.168.01 1.809 1.164 3.04 2.8 3.832 1.636-.792 2.79-2.024 2.8-3.833 0-1.794-.075-2.858-.1-3.167H4.6Z" fill="#EE1C25"/><path d="M7.053 11.605v1.127h.494v-1.127c.924 0 1.186.082 1.462.165a4.53 4.53 0 0 1 0-.838c-.276.084-.538.165-1.462.165v-.758c.292 0 .694.012 1.157.17a4.51 4.51 0 0 1 0-.84 3.488 3.488 0 0 1-1.157.166c0-.22.068-.692.154-1.083a4.502 4.502 0 0 1-.801 0c.085.391.153.864.153 1.083-.292 0-.694-.011-1.157-.167.026.28.026.56 0 .84.463-.157.865-.17 1.157-.17v.76c-.923 0-1.186-.082-1.462-.166.026.279.026.56 0 .838.276-.083.538-.165 1.462-.165Z" fill="#fff"/><path d="M8.19 13.482c-.39-.962-1.281-1.16-1.78 0-.411-.58-1.022-.454-1.344.166.545.833 1.22 1.339 2.234 1.852 1.015-.514 1.69-1.02 2.235-1.852-.35-.647-.938-.729-1.344-.166Z" fill="#0B4EA2"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M24 4H0v16h24V4Z" fill="#51586C" fill-opacity=".28"/><path d="M23 12H1v6.999h22V12Z" fill="#ED1C24"/><path d="M23 5H1v7h22V5Z" fill="#fff"/><path d="M23 9.668H1v4.667h22V9.668Z" fill="#005DA4"/><path d="M6.979 11.928a2.329 2.329 0 0 1-1.61-2.066l-.14-2.216a4.291 4.291 0 0 1 3.542 0l-.139 2.216a2.33 2.33 0 0 1-1.631 2.073l-.022-.007Z" fill="#005DA4"/><path d="M7 8.787a.235.235 0 1 0 0-.47.235.235 0 0 0 0 .47Zm.713-.639a.235.235 0 1 0 0-.47.235.235 0 0 0 0 .47Zm-1.426 0a.235.235 0 1 0 0-.47.235.235 0 0 0 0 .47Z" fill="#FD0"/><path d="m7.675 9.484-.27.37-.41-.81-.41.81-.27-.37-.77 1.11c.09.21.21.4.35.58.28.35.66.62 1.09.75h.02c.43-.12.8-.38 1.08-.72.1-.13.19-.26.25-.36.05-.08.08-.16.12-.25l-.77-1.12-.01.01Z" fill="#fff"/><path d="M7.975 11.024c-.27.02-.29-.22-.49-.24-.19.02-.22.25-.49.24-.17 0-.27-.09-.34-.16-.25-.25-.32.19-.63.16-.27.02-.29-.22-.49-.24v-.27c.27-.02.29.22.49.24.19-.03.21-.25.48-.24.27-.02.29.22.49.24.19-.02.22-.25.49-.24.27-.02.29.22.49.24.19-.02.22-.25.49-.24v.27c-.19.02-.22.25-.49.24Z" fill="#005DA4"/><path d="M6.98 12.067A2.463 2.463 0 0 1 5.236 9.87L5.1 7.708c.083-.041.18-.084.265-.122l.142 2.267c.045.872.66 1.67 1.492 1.935a2.189 2.189 0 0 0 1.492-1.935l.142-2.267c.086.038.182.08.265.122L8.764 9.87A2.464 2.464 0 0 1 7 12.073l-.02-.006Z" fill="#ED1C24"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M24 4H0v16h24V4Z" fill="#51586C" fill-opacity=".28"/><path d="M23 5.004H1v13.995h22V5.004Z" fill="#DA291C"/><path d="M10.688 7.625h2.624v3.063h3.063v2.624h-3.063v3.063h-2.624v-3.063H7.624v-2.624h3.063V7.624Z" fill="#fff"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M24 4H0v16h24V4Z" fill="#51586C" fill-opacity=".28"/><path d="M23 5.004H1v13.995h22V5.004Z" fill="#E30A17"/><path d="m13.66 12 .748-1.029-1.21.394-.747-1.03v1.273L11.242 12l1.21.392v1.272l.747-1.029 1.209.394L13.661 12Z" fill="#fff"/><path d="M11.246 14.082a2.8 2.8 0 1 1 .211-3.953 3.5 3.5 0 1 0 0 3.744 2.673 2.673 0 0 1-.211.21Z" fill="#fff"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><path d="M31.52 42.6c-.69 0-1.37 0-2.05-.02-5.4-.12-18.46-.94-23.14-5.96-.22-.23-.34-.54-.34-.85v-.76c0-.4.19-.77.51-1.01l9.52-6.95c.29-.21.67-.29 1.02-.21 9.79 2.3 20.02 2.3 30.39 0 .35-.08.72 0 1.01.21L57.96 34c.32.24.51.61.51 1.01v.76c0 .34-.14.66-.38.89-4.24 4.16-16.06 5.94-26.59 5.94h.02ZM8.75 35.46c3.21 2.65 11.01 4.4 20.78 4.62 11.49.26 22.17-1.67 26.17-4.65l-8.27-6.04c-10.35 2.22-20.57 2.22-30.39 0l-8.3 6.06.01.01ZM56.28 18.74l-7.31-2.6v2.65l5.64 2v9.83h2.5V19.91c0-.53-.33-1-.83-1.18v.01ZM15.52 16.14l-7.31 2.6c-.5.18-.83.65-.83 1.18v10.71h2.5V20.8l5.64-2v-2.66Z"/><path d="M32.25 24.37c-4.1 0-7.94-.2-10.79-.56-3.56-.45-5.93-1.11-5.93-2.89V4l1.7.66c3.75 1.44 26.25 1.82 29.96.04l1.79-.86v17.08c0 .94 0 3.45-16.72 3.45h-.01Zm-14.22-3.84c3.12 1.75 25.32 1.75 28.45 0V7.49c-6.2 1.31-22.27 1.12-28.45-.06v13.1Z"/><path d="M48.97 3.83v-.58a1.25 1.25 0 0 0-2.5 0v1.69c.28-.08.52-.16.71-.25l1.79-.86ZM18.02 3.25a1.25 1.25 0 0 0-2.5 0V4l1.7.66c.21.08.48.16.8.23V3.25ZM48.46 27.05l.51.37v-6.51c0 .5 0 1.44-2.5 2.22v3.9c.33-.07.65-.12.98-.19.35-.08.72 0 1.01.21ZM15.52 20.91v6.51l.51-.37c.29-.21.67-.29 1.02-.21.32.07.64.13.96.2v-3.87c-1.57-.46-2.5-1.14-2.5-2.25l.01-.01ZM32.25 49.76l-16.64-8.75c-1.27-.3-2.5-.65-3.66-1.07v1.21c0 .46.26.89.67 1.11l17.02 8.96-15.99 8.89c-.4.22-.64.64-.64 1.09v1.19h2.5v-.46l16.77-9.33 17.76 9.35v.44h2.5V61.2c0-.46-.26-.89-.67-1.11l-16.98-8.94 17.01-9.46c.4-.22.64-.64.64-1.09v-.85c-1.39.49-2.92.91-4.56 1.26l-15.73 8.75Z" fill="var(--road-icon-variant, rgb(252, 183, 49))"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M31.52 42.6c-.69 0-1.37 0-2.05-.02-5.4-.12-18.46-.94-23.14-5.96-.22-.23-.34-.54-.34-.85v-.76c0-.4.19-.77.51-1.01l9.52-6.95c.29-.21.67-.29 1.02-.21 9.79 2.3 20.02 2.3 30.39 0 .35-.08.72 0 1.01.21L57.96 34c.32.24.51.61.51 1.01v.76c0 .34-.14.66-.38.89-4.24 4.16-16.06 5.94-26.59 5.94h.02ZM8.75 35.46c3.21 2.65 11.01 4.4 20.78 4.62 11.49.26 22.17-1.67 26.17-4.65l-8.27-6.04c-10.35 2.22-20.57 2.22-30.39 0l-8.3 6.06.01.01ZM56.28 18.74l-7.31-2.6v2.65l5.64 2v9.83h2.5V19.91c0-.53-.33-1-.83-1.18v.01ZM15.52 16.14l-7.31 2.6c-.5.18-.83.65-.83 1.18v10.71h2.5V20.8l5.64-2v-2.66Z"/><path d="M32.25 24.37c-4.1 0-7.94-.2-10.79-.56-3.56-.45-5.93-1.11-5.93-2.89V4l1.7.66c3.75 1.44 26.25 1.82 29.96.04l1.79-.86v17.08c0 .94 0 3.45-16.72 3.45h-.01Zm-14.22-3.84c3.12 1.75 25.32 1.75 28.45 0V7.49c-6.2 1.31-22.27 1.12-28.45-.06v13.1Z"/><path d="M48.97 3.83v-.58a1.25 1.25 0 0 0-2.5 0v1.69c.28-.08.52-.16.71-.25l1.79-.86ZM18.02 3.25a1.25 1.25 0 0 0-2.5 0V4l1.7.66c.21.08.48.16.8.23V3.25ZM48.46 27.05l.51.37v-6.51c0 .5 0 1.44-2.5 2.22v3.9c.33-.07.65-.12.98-.19.35-.08.72 0 1.01.21ZM15.52 20.91v6.51l.51-.37c.29-.21.67-.29 1.02-.21.32.07.64.13.96.2v-3.87c-1.57-.46-2.5-1.14-2.5-2.25l.01-.01ZM32.25 49.76l-16.64-8.75c-1.27-.3-2.5-.65-3.66-1.07v1.21c0 .46.26.89.67 1.11l17.02 8.96-15.99 8.89c-.4.22-.64.64-.64 1.09v1.19h2.5v-.46l16.77-9.33 17.76 9.35v.44h2.5V61.2c0-.46-.26-.89-.67-1.11l-16.98-8.94 17.01-9.46c.4-.22.64-.64.64-1.09v-.85c-1.39.49-2.92.91-4.56 1.26l-15.73 8.75Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><path d="M40.41 30.21v-1.87h5.75v-2.5h-8.5c.1-.32.17-.65.17-1v-7.13H29.9v7.13c0 .35.07.68.17 1h-8.08a6.115 6.115 0 0 0 1.41-3.91v-3.54h1.62a1.25 1.25 0 0 0 0-2.5H23.4v-2.75H5.22v2.75H3.6a1.25 1.25 0 0 0 0 2.5h1.62v3.54c0 1.48.53 2.85 1.41 3.91H1v2.5h5.75v28.98h2.5V45.97l14.67-7.43 13.98 7.07v11.7h2.5V30.2l.01.01Zm-8.01-10h2.93v4.63c0 .41-.34.75-.75.75h-1.43c-.41 0-.75-.34-.75-.75v-4.63ZM7.72 15.65H20.9v6.28c0 2.02-1.64 3.66-3.66 3.66h-5.86c-2.02 0-3.66-1.64-3.66-3.66v-6.28ZM37.9 28.67l-13.98 7.07-14.64-7.41H37.9v.34ZM9.25 43.17V31.12l11.9 6.02-11.9 6.02v.01Zm28.65-.35-11.21-5.67 11.21-5.67v11.35-.01ZM6.47 11h15.68a1.25 1.25 0 0 0 0-2.5H6.47a1.25 1.25 0 0 0 0 2.5ZM60.95 41.02h-3.5l-4.16 4.25-4.16-4.25h-3.5l5.91 6.03-6.28 6.4 1.79 1.75 6.24-6.36 6.24 6.36 1.79-1.75-6.28-6.4 5.91-6.03Z"/><path d="M15.47 8.5h-2.33a1.25 1.25 0 0 1 0-2.5h2.33a1.25 1.25 0 0 1 0 2.5ZM61.43 41.02H45.16a1.25 1.25 0 0 1 0-2.5h16.27a1.25 1.25 0 0 1 0 2.5Z" fill="var(--road-icon-variant, rgb(252, 183, 49))"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><path d="M40.41 30.21v-1.87h5.75v-2.5h-8.5c.1-.32.17-.65.17-1v-7.13H29.9v7.13c0 .35.07.68.17 1h-8.08a6.115 6.115 0 0 0 1.41-3.91v-3.54h1.62a1.25 1.25 0 0 0 0-2.5H23.4v-2.75H5.22v2.75H3.6a1.25 1.25 0 0 0 0 2.5h1.62v3.54c0 1.48.53 2.85 1.41 3.91H1v2.5h5.75v28.98h2.5V45.97l14.67-7.43 13.98 7.07v11.7h2.5V30.2l.01.01Zm-8.01-10h2.93v4.63c0 .41-.34.75-.75.75h-1.43c-.41 0-.75-.34-.75-.75v-4.63ZM7.72 15.65H20.9v6.28c0 2.02-1.64 3.66-3.66 3.66h-5.86c-2.02 0-3.66-1.64-3.66-3.66v-6.28ZM37.9 28.67l-13.98 7.07-14.64-7.41H37.9v.34ZM9.25 43.17V31.12l11.9 6.02-11.9 6.02v.01Zm28.65-.35-11.21-5.67 11.21-5.67v11.35-.01ZM6.47 11h15.68a1.25 1.25 0 0 0 0-2.5H6.47a1.25 1.25 0 0 0 0 2.5ZM60.95 41.02h-3.5l-4.16 4.25-4.16-4.25h-3.5l5.91 6.03-6.28 6.4 1.79 1.75 6.24-6.36 6.24 6.36 1.79-1.75-6.28-6.4 5.91-6.03ZM15.47 8.5h-2.33a1.25 1.25 0 0 1 0-2.5h2.33a1.25 1.25 0 0 1 0 2.5Z"/><path d="M61.43 41.02H45.16a1.25 1.25 0 0 1 0-2.5h16.27a1.25 1.25 0 0 1 0 2.5Z"/></svg>
@@ -1 +1 @@
1
- <svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><path d="M62.76 16.93h-7.37v-7.4H8.61v7.4H1.24v2.5h2.27v35.04h2.5V25.41h51.98v29.06h2.5V19.43h2.27v-2.5Zm-51.65-4.9h41.78v4.9H11.11v-4.9Zm46.88 10.88H6.01v-3.48h51.98v3.48Z"/><path d="m45.26 38.34-2.34-6.97a2.734 2.734 0 0 0-2.59-1.86H23.62c-1.17 0-2.22.75-2.59 1.86l-2.34 6.97h-.83a1.25 1.25 0 0 0 0 2.5h.48v8.72c0 .69.56 1.25 1.25 1.25h.25v1.94a1.25 1.25 0 0 0 2.5 0v-1.94h19.28v1.94a1.25 1.25 0 0 0 2.5 0v-1.94h.25c.69 0 1.25-.56 1.25-1.25v-8.72h.48a1.25 1.25 0 0 0 0-2.5h-.84Zm-21.87-6.17c.03-.1.12-.16.22-.16h16.71c.1 0 .19.06.22.16l2.07 6.18h-21.3l2.07-6.17.01-.01ZM43.1 48.32H20.82v-7.47H43.1v7.47Z"/><path d="M39.24 46.4a1.75 1.75 0 1 0 0-3.5 1.75 1.75 0 0 0 0 3.5ZM24.7 46.4a1.75 1.75 0 1 0 0-3.5 1.75 1.75 0 0 0 0 3.5Z" fill="var(--road-icon-variant, rgb(252, 183, 49))"/></svg>
1
+ <svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><path d="M62.76 16.93h-7.37v-7.4H8.61v7.4H1.24v2.5h2.27v35.04h2.5V25.41h51.98v29.06h2.5V19.43h2.27v-2.5Zm-51.65-4.9h41.78v4.9H11.11v-4.9Zm46.88 10.88H6.01v-3.48h51.98v3.48Z"/><path d="m45.26 38.34-2.34-6.97a2.734 2.734 0 0 0-2.59-1.86H23.62c-1.17 0-2.22.75-2.59 1.86l-2.34 6.97h-.83a1.25 1.25 0 0 0 0 2.5h.48v8.72c0 .69.56 1.25 1.25 1.25h.25v1.94a1.25 1.25 0 0 0 2.5 0v-1.94h19.28v1.94a1.25 1.25 0 0 0 2.5 0v-1.94h.25c.69 0 1.25-.56 1.25-1.25v-8.72h.48a1.25 1.25 0 0 0 0-2.5h-.84Zm-21.87-6.17c.03-.1.12-.16.22-.16h16.71c.1 0 .19.06.22.16l2.07 6.18h-21.3l2.07-6.17.01-.01ZM43.1 48.32H20.82v-7.47H43.1v7.47Z"/><path d="M39.24 46.4a1.75 1.75 0 1 0 0-3.5 1.75 1.75 0 0 0 0 3.5Zm-14.54 0a1.75 1.75 0 1 0 0-3.5 1.75 1.75 0 0 0 0 3.5Z" fill="var(--road-icon-variant, rgb(252, 183, 49))"/></svg>
@@ -1 +1 @@
1
- <svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><path d="M54.14 5.37h-8.82v7.59L32 5.17 3.51 21.83v37h2.5V29.77h51.98v29.06h2.5v-37l-6.35-3.71V5.37Zm-6.32 2.49h3.82v8.78l-3.82-2.23V7.86Zm6.8 13.42H9.39L32 8.07l22.62 13.22v-.01ZM6.01 27.26v-3.48h51.98v3.48H6.01Z"/><path d="m45.26 42.2-2.34-6.97a2.734 2.734 0 0 0-2.59-1.86H23.62c-1.18 0-2.22.75-2.59 1.86l-2.34 6.97h-.83a1.25 1.25 0 0 0 0 2.5h.48v8.72c0 .69.56 1.25 1.25 1.25h.25v1.94a1.25 1.25 0 0 0 2.5 0v-1.94h19.28v1.94a1.25 1.25 0 0 0 2.5 0v-1.94h.25c.69 0 1.25-.56 1.25-1.25V44.7h.48a1.25 1.25 0 0 0 0-2.5h-.84ZM23.4 36.02c.03-.09.12-.16.22-.16h16.71c.1 0 .19.06.22.16l2.07 6.18h-21.3l2.07-6.18h.01Zm19.71 16.15H20.83V44.7h22.28v7.47Z"/><path d="M39.24 50.26a1.75 1.75 0 1 0 0-3.5 1.75 1.75 0 0 0 0 3.5ZM24.7 50.26a1.75 1.75 0 1 0 0-3.5 1.75 1.75 0 0 0 0 3.5Z" fill="var(--road-icon-variant, rgb(252, 183, 49))"/></svg>
1
+ <svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><path d="M54.14 5.37h-8.82v7.59L32 5.17 3.51 21.83v37h2.5V29.77h51.98v29.06h2.5v-37l-6.35-3.71V5.37Zm-6.32 2.49h3.82v8.78l-3.82-2.23V7.86Zm6.8 13.42H9.39L32 8.07l22.62 13.22v-.01ZM6.01 27.26v-3.48h51.98v3.48H6.01Z"/><path d="m45.26 42.2-2.34-6.97a2.734 2.734 0 0 0-2.59-1.86H23.62c-1.18 0-2.22.75-2.59 1.86l-2.34 6.97h-.83a1.25 1.25 0 0 0 0 2.5h.48v8.72c0 .69.56 1.25 1.25 1.25h.25v1.94a1.25 1.25 0 0 0 2.5 0v-1.94h19.28v1.94a1.25 1.25 0 0 0 2.5 0v-1.94h.25c.69 0 1.25-.56 1.25-1.25V44.7h.48a1.25 1.25 0 0 0 0-2.5h-.84ZM23.4 36.02c.03-.09.12-.16.22-.16h16.71c.1 0 .19.06.22.16l2.07 6.18h-21.3l2.07-6.18h.01Zm19.71 16.15H20.83V44.7h22.28v7.47Z"/><path d="M39.24 50.26a1.75 1.75 0 1 0 0-3.5 1.75 1.75 0 0 0 0 3.5Zm-14.54 0a1.75 1.75 0 1 0 0-3.5 1.75 1.75 0 0 0 0 3.5Z" fill="var(--road-icon-variant, rgb(252, 183, 49))"/></svg>
@@ -1 +1 @@
1
- <svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><path d="M54.14 5.37h-8.82v7.59L32 5.17 3.51 21.83v37h2.5V29.77h51.98v29.06h2.5v-37l-6.35-3.71V5.37Zm-6.32 2.49h3.82v8.78l-3.82-2.23V7.86Zm6.8 13.42H9.39L32 8.07l22.62 13.22v-.01ZM6.01 27.26v-3.48h51.98v3.48H6.01Z"/><path d="m45.26 42.2-2.34-6.97a2.734 2.734 0 0 0-2.59-1.86H23.62c-1.18 0-2.22.75-2.59 1.86l-2.34 6.97h-.83a1.25 1.25 0 0 0 0 2.5h.48v8.72c0 .69.56 1.25 1.25 1.25h.25v1.94a1.25 1.25 0 0 0 2.5 0v-1.94h19.28v1.94a1.25 1.25 0 0 0 2.5 0v-1.94h.25c.69 0 1.25-.56 1.25-1.25V44.7h.48a1.25 1.25 0 0 0 0-2.5h-.84ZM23.4 36.02c.03-.09.12-.16.22-.16h16.71c.1 0 .19.06.22.16l2.07 6.18h-21.3l2.07-6.18h.01Zm19.71 16.15H20.83V44.7h22.28v7.47Z"/><path d="M39.24 50.26a1.75 1.75 0 1 0 0-3.5 1.75 1.75 0 0 0 0 3.5ZM24.7 50.26a1.75 1.75 0 1 0 0-3.5 1.75 1.75 0 0 0 0 3.5Z"/></svg>
1
+ <svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><path d="M54.14 5.37h-8.82v7.59L32 5.17 3.51 21.83v37h2.5V29.77h51.98v29.06h2.5v-37l-6.35-3.71V5.37Zm-6.32 2.49h3.82v8.78l-3.82-2.23V7.86Zm6.8 13.42H9.39L32 8.07l22.62 13.22v-.01ZM6.01 27.26v-3.48h51.98v3.48H6.01Z"/><path d="m45.26 42.2-2.34-6.97a2.734 2.734 0 0 0-2.59-1.86H23.62c-1.18 0-2.22.75-2.59 1.86l-2.34 6.97h-.83a1.25 1.25 0 0 0 0 2.5h.48v8.72c0 .69.56 1.25 1.25 1.25h.25v1.94a1.25 1.25 0 0 0 2.5 0v-1.94h19.28v1.94a1.25 1.25 0 0 0 2.5 0v-1.94h.25c.69 0 1.25-.56 1.25-1.25V44.7h.48a1.25 1.25 0 0 0 0-2.5h-.84ZM23.4 36.02c.03-.09.12-.16.22-.16h16.71c.1 0 .19.06.22.16l2.07 6.18h-21.3l2.07-6.18h.01Zm19.71 16.15H20.83V44.7h22.28v7.47Z"/><path d="M39.24 50.26a1.75 1.75 0 1 0 0-3.5 1.75 1.75 0 0 0 0 3.5Zm-14.54 0a1.75 1.75 0 1 0 0-3.5 1.75 1.75 0 0 0 0 3.5Z"/></svg>