@roadtrip/components 2.40.1 → 2.41.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 (83) hide show
  1. package/dist/cjs/loader.cjs.js +1 -1
  2. package/dist/cjs/road-banner.cjs.entry.js +1 -1
  3. package/dist/cjs/road-carousel.cjs.entry.js +1 -1
  4. package/dist/cjs/road-counter.cjs.entry.js +28 -1
  5. package/dist/cjs/roadtrip.cjs.js +1 -1
  6. package/dist/collection/components/banner/banner.css +6 -1
  7. package/dist/collection/components/carousel/carousel.js +1 -1
  8. package/dist/collection/components/counter/counter.js +80 -2
  9. package/dist/collection/components/counter/counter.stories.js +6 -1
  10. package/dist/collection/components/icon/svg/flag-argentina-color.svg +1 -1
  11. package/dist/collection/components/icon/svg/flag-austria-color.svg +1 -1
  12. package/dist/collection/components/icon/svg/flag-belgium-color.svg +1 -1
  13. package/dist/collection/components/icon/svg/flag-france-color.svg +1 -1
  14. package/dist/collection/components/icon/svg/flag-germany-color.svg +1 -1
  15. package/dist/collection/components/icon/svg/flag-italy-color.svg +1 -1
  16. package/dist/collection/components/icon/svg/flag-poland-color.svg +1 -1
  17. package/dist/collection/components/icon/svg/flag-portugal-color.svg +1 -1
  18. package/dist/collection/components/icon/svg/flag-romania-color.svg +1 -1
  19. package/dist/collection/components/icon/svg/flag-russia-color.svg +1 -1
  20. package/dist/collection/components/icon/svg/flag-spain-color.svg +1 -1
  21. package/dist/collection/components/icon/svg/flag-sweden-color.svg +1 -1
  22. package/dist/collection/components/icon/svg/social-paypal-badge.svg +1 -1
  23. package/dist/collection/components/icon/svg/social-paypal-color.svg +1 -1
  24. package/dist/collection/components/icon/svg/social-paypal-original.svg +1 -1
  25. package/dist/collection/components/icon/svg/social-paypal-solid.svg +1 -1
  26. package/dist/collection/components/icon/svg/weather-sun-color.svg +1 -1
  27. package/dist/collection/components/icon/svg/weather-sun-outline-color.svg +1 -1
  28. package/dist/collection/components/icon/svg/weather-sun-snow-color.svg +1 -1
  29. package/dist/collection/components/icon/svg/weather-sun-snow-outline-color.svg +1 -1
  30. package/dist/collection/components/icon/svg/weather-sun-snow-solid-color.svg +1 -1
  31. package/dist/collection/components/icon/svg/weather-sun-solid-color.svg +1 -1
  32. package/dist/collection/components/input/input.stories.js +9 -0
  33. package/dist/esm/loader.js +1 -1
  34. package/dist/esm/road-banner.entry.js +1 -1
  35. package/dist/esm/road-carousel.entry.js +1 -1
  36. package/dist/esm/road-counter.entry.js +28 -1
  37. package/dist/esm/roadtrip.js +1 -1
  38. package/dist/esm-es5/loader.js +1 -1
  39. package/dist/esm-es5/road-banner.entry.js +1 -1
  40. package/dist/esm-es5/road-carousel.entry.js +1 -1
  41. package/dist/esm-es5/road-counter.entry.js +1 -1
  42. package/dist/esm-es5/roadtrip.js +1 -1
  43. package/dist/html.html-data.json +4 -0
  44. package/dist/icons/icons.svg +1 -9
  45. package/dist/roadtrip/{p-d4ff40be.system.entry.js → p-72d2813d.system.entry.js} +1 -1
  46. package/dist/roadtrip/p-77167161.entry.js +1 -0
  47. package/dist/roadtrip/p-8c2d1876.entry.js +1 -0
  48. package/dist/roadtrip/p-a5de9990.system.entry.js +1 -0
  49. package/dist/roadtrip/p-a64d28d7.entry.js +1 -0
  50. package/dist/roadtrip/p-b205281e.system.js +1 -1
  51. package/dist/roadtrip/{p-b2ec0cb1.system.entry.js → p-c1088217.system.entry.js} +1 -1
  52. package/dist/roadtrip/roadtrip.css +1 -1
  53. package/dist/roadtrip/roadtrip.esm.js +1 -1
  54. package/dist/roadtrip/svg/flag-argentina-color.svg +1 -1
  55. package/dist/roadtrip/svg/flag-austria-color.svg +1 -1
  56. package/dist/roadtrip/svg/flag-belgium-color.svg +1 -1
  57. package/dist/roadtrip/svg/flag-france-color.svg +1 -1
  58. package/dist/roadtrip/svg/flag-germany-color.svg +1 -1
  59. package/dist/roadtrip/svg/flag-italy-color.svg +1 -1
  60. package/dist/roadtrip/svg/flag-poland-color.svg +1 -1
  61. package/dist/roadtrip/svg/flag-portugal-color.svg +1 -1
  62. package/dist/roadtrip/svg/flag-romania-color.svg +1 -1
  63. package/dist/roadtrip/svg/flag-russia-color.svg +1 -1
  64. package/dist/roadtrip/svg/flag-spain-color.svg +1 -1
  65. package/dist/roadtrip/svg/flag-sweden-color.svg +1 -1
  66. package/dist/roadtrip/svg/social-paypal-badge.svg +1 -1
  67. package/dist/roadtrip/svg/social-paypal-color.svg +1 -1
  68. package/dist/roadtrip/svg/social-paypal-original.svg +1 -1
  69. package/dist/roadtrip/svg/social-paypal-solid.svg +1 -1
  70. package/dist/roadtrip/svg/weather-sun-color.svg +1 -1
  71. package/dist/roadtrip/svg/weather-sun-outline-color.svg +1 -1
  72. package/dist/roadtrip/svg/weather-sun-snow-color.svg +1 -1
  73. package/dist/roadtrip/svg/weather-sun-snow-outline-color.svg +1 -1
  74. package/dist/roadtrip/svg/weather-sun-snow-solid-color.svg +1 -1
  75. package/dist/roadtrip/svg/weather-sun-solid-color.svg +1 -1
  76. package/dist/types/components/counter/counter.d.ts +7 -0
  77. package/dist/types/components.d.ts +9 -0
  78. package/icons/icons.svg +1 -9
  79. package/package.json +1 -1
  80. package/dist/roadtrip/p-7c62af4e.entry.js +0 -1
  81. package/dist/roadtrip/p-93eaf8f0.entry.js +0 -1
  82. package/dist/roadtrip/p-cf019857.system.entry.js +0 -1
  83. package/dist/roadtrip/p-ea30f5e6.entry.js +0 -1
@@ -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_11.cjs",[[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"],[1,"road-label"],[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-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-counter.cjs",[[2,"road-counter",{"inputId":[1,"input-id"],"min":[1],"max":[1],"step":[1],"value":[2],"size":[1]}]]],["road-plate-number.cjs",[[2,"road-plate-number",{"country":[1],"disabled":[4],"placeholder":[1],"readonly":[4],"value":[1032],"motorbike":[4]}]]],["road-accordion.cjs",[[1,"road-accordion",{"isOpen":[1028,"is-open"],"isLight":[4,"is-light"]}]]],["road-banner.cjs",[[1,"road-banner",{"isOpen":[1028,"is-open"],"label":[1],"link":[1],"url":[1],"close":[64]}]]],["road-carousel.cjs",[[4,"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"],"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",[[2,"road-range",{"rangeId":[1,"range-id"],"value":[1032],"min":[1],"max":[1],"step":[1],"showValue":[4,"show-value"],"showTick":[4,"show-tick"]}]]],["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-avatar.cjs",[[1,"road-avatar"]]],["road-carousel-item.cjs",[[4,"road-carousel-item"]]],["road-flap.cjs",[[1,"road-flap",{"color":[1],"size":[513]}]]],["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],"label":[1],"color":[1]}]]],["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-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-stepper.cjs",[[1,"road-stepper",{"color":[513],"light":[4],"outline":[4],"stateFirstStep":[1,"state-first-step"],"stateSecondStep":[1,"state-second-step"],"stateThirdStep":[1,"state-third-step"]}]]],["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-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-card.cjs",[[1,"road-card",{"button":[4],"value":[1],"type":[1],"download":[1],"href":[1],"rel":[1],"target":[1]}]]],["road-input.cjs",[[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]}]]],["road-input-group.cjs",[[1,"road-input-group"]]]], options);
32
+ return index.bootstrapLazy([["road-badge_11.cjs",[[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"],[1,"road-label"],[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-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-counter.cjs",[[2,"road-counter",{"inputId":[1,"input-id"],"min":[1],"max":[1],"step":[1],"value":[2],"size":[1],"icon":[4]}]]],["road-plate-number.cjs",[[2,"road-plate-number",{"country":[1],"disabled":[4],"placeholder":[1],"readonly":[4],"value":[1032],"motorbike":[4]}]]],["road-accordion.cjs",[[1,"road-accordion",{"isOpen":[1028,"is-open"],"isLight":[4,"is-light"]}]]],["road-banner.cjs",[[1,"road-banner",{"isOpen":[1028,"is-open"],"label":[1],"link":[1],"url":[1],"close":[64]}]]],["road-carousel.cjs",[[4,"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"],"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",[[2,"road-range",{"rangeId":[1,"range-id"],"value":[1032],"min":[1],"max":[1],"step":[1],"showValue":[4,"show-value"],"showTick":[4,"show-tick"]}]]],["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-avatar.cjs",[[1,"road-avatar"]]],["road-carousel-item.cjs",[[4,"road-carousel-item"]]],["road-flap.cjs",[[1,"road-flap",{"color":[1],"size":[513]}]]],["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],"label":[1],"color":[1]}]]],["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-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-stepper.cjs",[[1,"road-stepper",{"color":[513],"light":[4],"outline":[4],"stateFirstStep":[1,"state-first-step"],"stateSecondStep":[1,"state-second-step"],"stateThirdStep":[1,"state-third-step"]}]]],["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-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-card.cjs",[[1,"road-card",{"button":[4],"value":[1],"type":[1],"download":[1],"href":[1],"rel":[1],"target":[1]}]]],["road-input.cjs",[[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]}]]],["road-input-group.cjs",[[1,"road-input-group"]]]], options);
33
33
  });
34
34
  };
35
35
 
@@ -5,7 +5,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
5
5
  const index = require('./index-9b63596c.js');
6
6
  const index$1 = require('./index-b51ea273.js');
7
7
 
8
- const bannerCss = ":host{display:none}:host(.banner-open){position:relative;display:block;padding:1rem 2rem;font-size:1rem;text-align:center;background-color:var(--road-secondary-500)}.banner-close{position:absolute;top:0;right:0;padding:0.25rem;cursor:pointer;background:none;border:0}.banner-open-label{font-weight:700}.banner-open-link{display:block;margin:0.25rem 0.75rem;font-size:0.875rem;color:var(--road-grey-900)}@media (min-width: 992px){.banner-close{right:0.25rem;bottom:0}.banner-open-link{display:initial}}";
8
+ const bannerCss = ":host{display:none}:host(.banner-open){position:relative;display:block;padding:1rem 2rem;font-size:1rem;text-align:center;background-color:var(--road-secondary-500)}.banner-close{position:absolute;top:0;right:0;padding:0.25rem;color:currentColor;cursor:pointer;background:none;border:0}.banner-close road-icon{color:currentColor}.banner-open-label{font-weight:700}.banner-open-link{display:block;margin:0.25rem 0.75rem;font-size:0.875rem;color:currentColor}@media (min-width: 992px){.banner-close{right:0.25rem;bottom:0}.banner-open-link{display:initial}}";
9
9
 
10
10
  let Banner = class {
11
11
  constructor(hostRef) {
@@ -240,9 +240,9 @@ let Carousel = class {
240
240
  async initSwiper() {
241
241
  const finalOptions = this.normalizeOptions();
242
242
  // init swiper core
243
+ await waitForSlides(this.el);
243
244
  // @ts-ignore
244
245
  const { Swiper } = await Promise.resolve().then(function () { return require('./swiper.bundle-dec9b216.js'); });
245
- await waitForSlides(this.el);
246
246
  const swiper = new Swiper(this.el, finalOptions);
247
247
  this.swiperReady = true;
248
248
  this.syncSwiper = swiper;
@@ -11,6 +11,8 @@ let Counter = class {
11
11
  index.registerInstance(this, hostRef);
12
12
  this.roadincrease = index.createEvent(this, "roadincrease", 7);
13
13
  this.roadIncrease = index.createEvent(this, "roadIncrease", 7);
14
+ this.checkvalue = index.createEvent(this, "checkvalue", 7);
15
+ this.checkValue = index.createEvent(this, "checkValue", 7);
14
16
  this.roaddecrease = index.createEvent(this, "roaddecrease", 7);
15
17
  this.roadDecrease = index.createEvent(this, "roadDecrease", 7);
16
18
  /**
@@ -21,19 +23,44 @@ let Counter = class {
21
23
  * The value of the counter.
22
24
  */
23
25
  this.value = 1;
26
+ /**
27
+ * Set to `true` to add icon.
28
+ */
29
+ this.icon = false;
24
30
  this.increase = () => {
25
31
  this.el.querySelector('input').stepUp();
32
+ var valueInput = this.el.querySelector('input').value;
33
+ var nb = parseInt(valueInput);
34
+ if (this.icon && nb > 1) {
35
+ let attribut = document.getElementById("iconCounterLess");
36
+ attribut.setAttribute('name', 'navigation-add-less');
37
+ }
38
+ else if (this.icon) {
39
+ let attribut = document.getElementById("iconCounterLess");
40
+ attribut.setAttribute('name', 'delete-forever');
41
+ }
26
42
  this.roadincrease.emit();
27
43
  this.roadIncrease.emit();
28
44
  };
29
45
  this.decrease = () => {
30
46
  this.el.querySelector('input').stepDown();
47
+ var valueInput = this.el.querySelector('input').value;
48
+ var nb = parseInt(valueInput);
49
+ if (this.icon && nb > 1) {
50
+ let attribut = document.getElementById("iconCounterLess");
51
+ attribut.setAttribute('name', 'navigation-add-less');
52
+ }
53
+ else if (this.icon) {
54
+ let attribut = document.getElementById("iconCounterLess");
55
+ attribut.setAttribute('name', 'delete-forever');
56
+ }
31
57
  this.roaddecrease.emit();
32
58
  this.roadDecrease.emit();
33
59
  };
34
60
  }
35
61
  render() {
36
- return (index.h("road-input-group", { class: this.size && `counter-${this.size}` }, index.h("road-button", { slot: "prepend", size: this.size, onClick: this.decrease }, "-"), index.h("road-input", { type: "number", min: this.min, max: this.max, step: this.step, value: this.value }), index.h("road-button", { slot: "append", size: this.size, onClick: this.increase }, "+")));
62
+ var icon = this.icon ? 'delete-forever' : 'navigation-add-less';
63
+ return (index.h("road-input-group", { class: this.size && `counter-${this.size}` }, index.h("road-button", { slot: "prepend", size: this.size, onClick: this.decrease }, index.h("road-icon", { name: icon, id: "iconCounterLess" })), index.h("road-input", { type: "number", min: this.min, max: this.max, step: this.step, value: this.value }), index.h("road-button", { slot: "append", size: this.size, onClick: this.increase }, index.h("road-icon", { name: "navigation-add-more" }))));
37
64
  }
38
65
  get el() { return index.getElement(this); }
39
66
  };
@@ -83,5 +83,5 @@ const patchDynamicImport = (base, orgScriptElm) => {
83
83
  };
84
84
 
85
85
  patchBrowser().then(options => {
86
- return index.bootstrapLazy([["road-badge_11.cjs",[[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"],[1,"road-label"],[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-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-counter.cjs",[[2,"road-counter",{"inputId":[1,"input-id"],"min":[1],"max":[1],"step":[1],"value":[2],"size":[1]}]]],["road-plate-number.cjs",[[2,"road-plate-number",{"country":[1],"disabled":[4],"placeholder":[1],"readonly":[4],"value":[1032],"motorbike":[4]}]]],["road-accordion.cjs",[[1,"road-accordion",{"isOpen":[1028,"is-open"],"isLight":[4,"is-light"]}]]],["road-banner.cjs",[[1,"road-banner",{"isOpen":[1028,"is-open"],"label":[1],"link":[1],"url":[1],"close":[64]}]]],["road-carousel.cjs",[[4,"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"],"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",[[2,"road-range",{"rangeId":[1,"range-id"],"value":[1032],"min":[1],"max":[1],"step":[1],"showValue":[4,"show-value"],"showTick":[4,"show-tick"]}]]],["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-avatar.cjs",[[1,"road-avatar"]]],["road-carousel-item.cjs",[[4,"road-carousel-item"]]],["road-flap.cjs",[[1,"road-flap",{"color":[1],"size":[513]}]]],["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],"label":[1],"color":[1]}]]],["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-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-stepper.cjs",[[1,"road-stepper",{"color":[513],"light":[4],"outline":[4],"stateFirstStep":[1,"state-first-step"],"stateSecondStep":[1,"state-second-step"],"stateThirdStep":[1,"state-third-step"]}]]],["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-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-card.cjs",[[1,"road-card",{"button":[4],"value":[1],"type":[1],"download":[1],"href":[1],"rel":[1],"target":[1]}]]],["road-input.cjs",[[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]}]]],["road-input-group.cjs",[[1,"road-input-group"]]]], options);
86
+ return index.bootstrapLazy([["road-badge_11.cjs",[[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"],[1,"road-label"],[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-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-counter.cjs",[[2,"road-counter",{"inputId":[1,"input-id"],"min":[1],"max":[1],"step":[1],"value":[2],"size":[1],"icon":[4]}]]],["road-plate-number.cjs",[[2,"road-plate-number",{"country":[1],"disabled":[4],"placeholder":[1],"readonly":[4],"value":[1032],"motorbike":[4]}]]],["road-accordion.cjs",[[1,"road-accordion",{"isOpen":[1028,"is-open"],"isLight":[4,"is-light"]}]]],["road-banner.cjs",[[1,"road-banner",{"isOpen":[1028,"is-open"],"label":[1],"link":[1],"url":[1],"close":[64]}]]],["road-carousel.cjs",[[4,"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"],"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",[[2,"road-range",{"rangeId":[1,"range-id"],"value":[1032],"min":[1],"max":[1],"step":[1],"showValue":[4,"show-value"],"showTick":[4,"show-tick"]}]]],["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-avatar.cjs",[[1,"road-avatar"]]],["road-carousel-item.cjs",[[4,"road-carousel-item"]]],["road-flap.cjs",[[1,"road-flap",{"color":[1],"size":[513]}]]],["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],"label":[1],"color":[1]}]]],["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-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-stepper.cjs",[[1,"road-stepper",{"color":[513],"light":[4],"outline":[4],"stateFirstStep":[1,"state-first-step"],"stateSecondStep":[1,"state-second-step"],"stateThirdStep":[1,"state-third-step"]}]]],["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-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-card.cjs",[[1,"road-card",{"button":[4],"value":[1],"type":[1],"download":[1],"href":[1],"rel":[1],"target":[1]}]]],["road-input.cjs",[[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]}]]],["road-input-group.cjs",[[1,"road-input-group"]]]], options);
87
87
  });
@@ -19,11 +19,16 @@
19
19
  top: 0;
20
20
  right: 0;
21
21
  padding: 0.25rem;
22
+ color: currentColor;
22
23
  cursor: pointer;
23
24
  background: none;
24
25
  border: 0;
25
26
  }
26
27
 
28
+ .banner-close road-icon{
29
+ color: currentColor;
30
+ }
31
+
27
32
  .banner-open-label{
28
33
  font-weight: 700;
29
34
  }
@@ -32,7 +37,7 @@
32
37
  display: block;
33
38
  margin: 0.25rem 0.75rem;
34
39
  font-size: 0.875rem;
35
- color: var(--road-grey-900);
40
+ color: currentColor;
36
41
  }
37
42
 
38
43
  @media (min-width: 992px) {
@@ -219,9 +219,9 @@ export class Carousel {
219
219
  async initSwiper() {
220
220
  const finalOptions = this.normalizeOptions();
221
221
  // init swiper core
222
+ await waitForSlides(this.el);
222
223
  // @ts-ignore
223
224
  const { Swiper } = await import('./swiper/swiper.bundle.js');
224
- await waitForSlides(this.el);
225
225
  const swiper = new Swiper(this.el, finalOptions);
226
226
  this.swiperReady = true;
227
227
  this.syncSwiper = swiper;
@@ -9,22 +9,49 @@ export class Counter {
9
9
  * The value of the counter.
10
10
  */
11
11
  this.value = 1;
12
+ /**
13
+ * Set to `true` to add icon.
14
+ */
15
+ this.icon = false;
12
16
  this.increase = () => {
13
17
  this.el.querySelector('input').stepUp();
18
+ var valueInput = this.el.querySelector('input').value;
19
+ var nb = parseInt(valueInput);
20
+ if (this.icon && nb > 1) {
21
+ let attribut = document.getElementById("iconCounterLess");
22
+ attribut.setAttribute('name', 'navigation-add-less');
23
+ }
24
+ else if (this.icon) {
25
+ let attribut = document.getElementById("iconCounterLess");
26
+ attribut.setAttribute('name', 'delete-forever');
27
+ }
14
28
  this.roadincrease.emit();
15
29
  this.roadIncrease.emit();
16
30
  };
17
31
  this.decrease = () => {
18
32
  this.el.querySelector('input').stepDown();
33
+ var valueInput = this.el.querySelector('input').value;
34
+ var nb = parseInt(valueInput);
35
+ if (this.icon && nb > 1) {
36
+ let attribut = document.getElementById("iconCounterLess");
37
+ attribut.setAttribute('name', 'navigation-add-less');
38
+ }
39
+ else if (this.icon) {
40
+ let attribut = document.getElementById("iconCounterLess");
41
+ attribut.setAttribute('name', 'delete-forever');
42
+ }
19
43
  this.roaddecrease.emit();
20
44
  this.roadDecrease.emit();
21
45
  };
22
46
  }
23
47
  render() {
48
+ var icon = this.icon ? 'delete-forever' : 'navigation-add-less';
24
49
  return (h("road-input-group", { class: this.size && `counter-${this.size}` },
25
- h("road-button", { slot: "prepend", size: this.size, onClick: this.decrease }, "-"),
50
+ h("road-button", { slot: "prepend", size: this.size, onClick: this.decrease },
51
+ h("road-icon", { name: icon, id: "iconCounterLess" })),
26
52
  h("road-input", { type: "number", min: this.min, max: this.max, step: this.step, value: this.value }),
27
- h("road-button", { slot: "append", size: this.size, onClick: this.increase }, "+")));
53
+ h("road-button", { slot: "append", size: this.size, onClick: this.increase },
54
+ h("road-icon", { name: "navigation-add-more" }))));
28
55
  }
29
56
  static get is() { return "road-counter"; }
30
57
  static get encapsulation() { return "scoped"; }
@@ -138,6 +165,24 @@ export class Counter {
138
165
  },
139
166
  "attribute": "size",
140
167
  "reflect": false
168
+ },
169
+ "icon": {
170
+ "type": "boolean",
171
+ "mutable": false,
172
+ "complexType": {
173
+ "original": "boolean",
174
+ "resolved": "boolean",
175
+ "references": {}
176
+ },
177
+ "required": false,
178
+ "optional": false,
179
+ "docs": {
180
+ "tags": [],
181
+ "text": "Set to `true` to add icon."
182
+ },
183
+ "attribute": "icon",
184
+ "reflect": false,
185
+ "defaultValue": "false"
141
186
  }
142
187
  }; }
143
188
  static get events() { return [{
@@ -173,6 +218,39 @@ export class Counter {
173
218
  "resolved": "void",
174
219
  "references": {}
175
220
  }
221
+ }, {
222
+ "method": "checkvalue",
223
+ "name": "checkvalue",
224
+ "bubbles": true,
225
+ "cancelable": true,
226
+ "composed": true,
227
+ "docs": {
228
+ "tags": [],
229
+ "text": ""
230
+ },
231
+ "complexType": {
232
+ "original": "void",
233
+ "resolved": "void",
234
+ "references": {}
235
+ }
236
+ }, {
237
+ "method": "checkValue",
238
+ "name": "checkValue",
239
+ "bubbles": true,
240
+ "cancelable": true,
241
+ "composed": true,
242
+ "docs": {
243
+ "tags": [{
244
+ "name": "internal",
245
+ "text": undefined
246
+ }],
247
+ "text": ""
248
+ },
249
+ "complexType": {
250
+ "original": "void",
251
+ "resolved": "void",
252
+ "references": {}
253
+ }
176
254
  }, {
177
255
  "method": "roaddecrease",
178
256
  "name": "roaddecrease",
@@ -31,6 +31,9 @@ export default {
31
31
  value: {
32
32
  control: 'number',
33
33
  },
34
+ icon: {
35
+ control: 'boolean',
36
+ },
34
37
  roaddecrease: {
35
38
  control: {
36
39
  type: null,
@@ -55,6 +58,7 @@ export default {
55
58
  max: 20,
56
59
  step: 1,
57
60
  value: 1,
61
+ icon: false,
58
62
  },
59
63
  };
60
64
 
@@ -64,7 +68,8 @@ const Template = (args) => html`
64
68
  min="${ifDefined(args.min)}"
65
69
  max="${ifDefined(args.max)}"
66
70
  step="${ifDefined(args.step)}"
67
- value="${ifDefined(args.value)}"
71
+ value="${ifDefined(args.value)}"
72
+ icon="${ifDefined(args.icon)}"
68
73
  input-id="${ifDefined(args['input-id'])}"
69
74
  ></road-counter>
70
75
  `;
@@ -1 +1 @@
1
- <svg width="24" height="24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M24 4H0v16h24V4Z" fill="#3E407C" fill-opacity=".16"/><path d="M23 5H1v14h22V5Z" fill="#74ACDF"/><path d="M23 9.667H1v4.667h22V9.667Z" fill="#fff"/><path d="m13.632 13.441-.986-.785.77 1-.868-.915.623 1.1-.731-1.027.464 1.172-.582-1.119.3 1.225-.42-1.189.123 1.255-.25-1.236-.053 1.26-.076-1.259-.227 1.24.1-1.257-.4 1.2.269-1.235-.561 1.13.442-1.181-.712 1.041.6-1.108-.85.931.75-1.013-.972.8.884-.9-1.074.661 1-.767-1.155.505 1.1-.62-1.214.339 1.173-.461-1.25.167 1.226-.294-1.261-.008 1.255-.12-1.248-.184 1.26.056-1.21-.356 1.24.231-1.148-.521 1.2.4-1.064-.675 1.128.563-.96-.817 1.04.715-.838-.943.929.852-.7-1.05.8.973-.545-1.137.658 1.075-.382-1.2.5 1.157-.21-1.243.336 1.215-.036-1.26.164 1.25.14-1.253-.012 1.261.313-1.221-.187 1.247.48-1.166-.36 1.209.64-1.088-.525 1.147.783-.988-.678 1.063.913-.87-.82.958 1.025-.734-.945.835 1.117-.584-1.052.7 1.188-.423-1.138.542 1.235-.254-1.2.378 1.258-.079-1.244.207 1.257.1-1.26.032 1.231.27-1.253-.143 1.182.439-1.22-.316 1.108.6-1.165-.483 1.015.748-1.086-.641.909.874Z" fill="#85340A"/><path d="M12 12.854a.862.862 0 1 0 0-1.724.862.862 0 0 0 0 1.724Z" fill="#F6B40E"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M24 4H0v16h24V4Z" fill="#3E407C" fill-opacity=".16"/><path d="M23 5H1v14h22V5Z" fill="#74ACDF"/><path d="M23 9.667H1v4.667h22V9.667Z" fill="#fff"/><path d="m13.632 13.441-.986-.785.77 1-.868-.915.623 1.1-.731-1.027.464 1.172-.582-1.119.3 1.225-.42-1.189.123 1.255-.25-1.236-.053 1.26-.076-1.259-.227 1.24.1-1.257-.4 1.2.269-1.235-.561 1.13.442-1.181-.712 1.041.6-1.108-.85.931.75-1.013-.972.8.884-.9-1.074.661 1-.767-1.155.505 1.1-.62-1.214.339 1.173-.461-1.25.167 1.226-.294-1.261-.008 1.255-.12-1.248-.184 1.26.056-1.21-.356 1.24.231-1.148-.521 1.2.4-1.064-.675 1.128.563-.96-.817 1.04.715-.838-.943.929.852-.7-1.05.8.973-.545-1.137.658 1.075-.382-1.2.5 1.157-.21-1.243.336 1.215-.036-1.26.164 1.25.14-1.253-.012 1.261.313-1.221-.187 1.247.48-1.166-.36 1.209.64-1.088-.525 1.147.783-.988-.678 1.063.913-.87-.82.958 1.025-.734-.945.835 1.117-.584-1.052.7 1.188-.423-1.138.542 1.235-.254-1.2.378 1.258-.079-1.244.207 1.257.1-1.26.032 1.231.27-1.253-.143 1.182.439-1.22-.316 1.108.6-1.165-.483 1.015.748-1.086-.641.909.874Z" fill="#85340A"/><path d="M12 12.854a.862.862 0 1 0 0-1.724.862.862 0 0 0 0 1.724Z" fill="#F6B40E"/></svg>
@@ -1 +1 @@
1
- <svg width="24" height="24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M24 4H0v16h24V4Z" fill="#3E407C" fill-opacity=".16"/><path d="M23 5H1v14h22V5Z" fill="#ED2939"/><path d="M23 9.667H1v4.667h22V9.667Z" fill="#fff"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M24 4H0v16h24V4Z" fill="#3E407C" fill-opacity=".16"/><path d="M23 5H1v14h22V5Z" fill="#ED2939"/><path d="M23 9.667H1v4.667h22V9.667Z" fill="#fff"/></svg>
@@ -1 +1 @@
1
- <svg width="24" height="24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M24 4H0v16h24V4Z" fill="#3E407C" fill-opacity=".16"/><path d="M23 5H12v14h11V5Z" fill="#ED2939"/><path d="M12 5H1v14h11V5Z"/><path d="M15.666 5H8.333v14h7.333V5Z" fill="#FAE042"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M24 4H0v16h24V4Z" fill="#3E407C" fill-opacity=".16"/><path d="M23 5H12v14h11V5Z" fill="#ED2939"/><path d="M12 5H1v14h11V5Z"/><path d="M15.666 5H8.333v14h7.333V5Z" fill="#FAE042"/></svg>
@@ -1 +1 @@
1
- <svg width="24" height="24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M24 4H0v16h24V4Z" fill="#3E407C" fill-opacity=".16"/><path d="M23 5H12v14h11V5Z" fill="#ED2939"/><path d="M12 5H1v14h11V5Z" fill="#002395"/><path d="M15.666 5H8.333v14h7.333V5Z" fill="#fff"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M24 4H0v16h24V4Z" fill="#3E407C" fill-opacity=".16"/><path d="M23 5H12v14h11V5Z" fill="#ED2939"/><path d="M12 5H1v14h11V5Z" fill="#002395"/><path d="M15.666 5H8.333v14h7.333V5Z" fill="#fff"/></svg>
@@ -1 +1 @@
1
- <svg width="24" height="24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M24 4H0v16h24V4Z" fill="#3E407C" fill-opacity=".16"/><path d="M23 12H1v6.999h22V12Z" fill="#FFCE00"/><path d="M23 5H1v7h22V5Z"/><path d="M23 9.667H1v4.667h22V9.667Z" fill="#D00"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M24 4H0v16h24V4Z" fill="#3E407C" fill-opacity=".16"/><path d="M23 12H1v6.999h22V12Z" fill="#FFCE00"/><path d="M23 5H1v7h22V5Z"/><path d="M23 9.667H1v4.667h22V9.667Z" fill="#D00"/></svg>
@@ -1 +1 @@
1
- <svg width="24" height="24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M24 4H0v16h24V4Z" fill="#3E407C" fill-opacity=".16"/><path d="M23 5H12v14h11V5Z" fill="#CE2B37"/><path d="M12 5H1v14h11V5Z" fill="#009246"/><path d="M15.666 5H8.333v14h7.333V5Z" fill="#fff"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M24 4H0v16h24V4Z" fill="#3E407C" fill-opacity=".16"/><path d="M23 5H12v14h11V5Z" fill="#CE2B37"/><path d="M12 5H1v14h11V5Z" fill="#009246"/><path d="M15.666 5H8.333v14h7.333V5Z" fill="#fff"/></svg>
@@ -1 +1 @@
1
- <svg width="24" height="24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M24 4H0v16h24V4Z" fill="#3E407C" fill-opacity=".16"/><path d="M23 5H1v14h22V5Z" fill="#fff"/><path d="M23 12H1v7h22v-7Z" fill="#DC143C"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M24 4H0v16h24V4Z" fill="#3E407C" fill-opacity=".16"/><path d="M23 5H1v14h22V5Z" fill="#fff"/><path d="M23 12H1v7h22v-7Z" fill="#DC143C"/></svg>
@@ -1 +1 @@
1
- <svg width="24" height="24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M24 4H0v16h24V4Z" fill="#3E407C" fill-opacity=".16"/><path d="M23 5H1v14h22V5Z" fill="red"/><path d="M9.8 5H1v14h8.8V5Z" fill="#060"/><path d="M9.799 15.686a3.686 3.686 0 1 0 0-7.372 3.686 3.686 0 0 0 0 7.372Z" fill="#FF0"/><path d="M12.046 9.746H7.554v2.648a2.246 2.246 0 1 0 4.492 0V9.746Z" fill="red"/><path d="M11.134 10.661v1.733a1.331 1.331 0 1 1-2.662 0v-1.733h2.662Z" fill="#fff"/><path d="M9.511 12.223a.29.29 0 0 0 .289.289.289.289 0 0 0 .289-.289v-.34h-.578v.34Zm.832-.345v.34a.289.289 0 0 0 .289.289.289.289 0 0 0 .289-.289v-.34h-.578Zm-1.699.345a.29.29 0 0 0 .29.289.289.289 0 0 0 .288-.289v-.34h-.578v.34Zm.867.93a.289.289 0 0 0 .289.289.289.289 0 0 0 .289-.289v-.34h-.578v.34Zm0-1.87a.29.29 0 0 0 .289.289.289.289 0 0 0 .289-.289v-.34h-.578v.34Z" fill="#039"/><path d="M8.234 10.025h-.426v.426h.426v-.426Zm1.779 0h-.426v.426h.426v-.426Zm1.76 0h-.426v.426h.426v-.426Zm-3.539 1.798h-.426v.426h.426v-.426Zm3.539 0h-.426v.426h.426v-.426Zm-3.295 1.495-.301.301.301.301.301-.301-.3-.301Zm2.624 0-.301.301.301.301.301-.301-.3-.301Z" fill="#FF0"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M24 4H0v16h24V4Z" fill="#3E407C" fill-opacity=".16"/><path d="M23 5H1v14h22V5Z" fill="red"/><path d="M9.8 5H1v14h8.8V5Z" fill="#060"/><path d="M9.799 15.686a3.686 3.686 0 1 0 0-7.372 3.686 3.686 0 0 0 0 7.372Z" fill="#FF0"/><path d="M12.046 9.746H7.554v2.648a2.246 2.246 0 1 0 4.492 0V9.746Z" fill="red"/><path d="M11.134 10.661v1.733a1.331 1.331 0 1 1-2.662 0v-1.733h2.662Z" fill="#fff"/><path d="M9.511 12.223a.29.29 0 0 0 .289.289.289.289 0 0 0 .289-.289v-.34h-.578v.34Zm.832-.345v.34a.289.289 0 0 0 .289.289.289.289 0 0 0 .289-.289v-.34h-.578Zm-1.699.345a.29.29 0 0 0 .29.289.289.289 0 0 0 .288-.289v-.34h-.578v.34Zm.867.93a.289.289 0 0 0 .289.289.289.289 0 0 0 .289-.289v-.34h-.578v.34Zm0-1.87a.29.29 0 0 0 .289.289.289.289 0 0 0 .289-.289v-.34h-.578v.34Z" fill="#039"/><path d="M8.234 10.025h-.426v.426h.426v-.426Zm1.779 0h-.426v.426h.426v-.426Zm1.76 0h-.426v.426h.426v-.426Zm-3.539 1.798h-.426v.426h.426v-.426Zm3.539 0h-.426v.426h.426v-.426Zm-3.295 1.495-.301.301.301.301.301-.301-.3-.301Zm2.624 0-.301.301.301.301.301-.301-.3-.301Z" fill="#FF0"/></svg>
@@ -1 +1 @@
1
- <svg width="24" height="24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M24 4H0v16h24V4Z" fill="#3E407C" fill-opacity=".16"/><path d="M12 5H1v14h11V5Z" fill="#002B7F"/><path d="M23 5H12v14h11V5Z" fill="#CE1126"/><path d="M15.666 5H8.333v14h7.333V5Z" fill="#FCD116"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M24 4H0v16h24V4Z" fill="#3E407C" fill-opacity=".16"/><path d="M12 5H1v14h11V5Z" fill="#002B7F"/><path d="M23 5H12v14h11V5Z" fill="#CE1126"/><path d="M15.666 5H8.333v14h7.333V5Z" fill="#FCD116"/></svg>
@@ -1 +1 @@
1
- <svg width="24" height="24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M24 4H0v16h24V4Z" fill="#3E407C" fill-opacity=".16"/><path d="M23 12H1v7h22v-7Z" fill="#D52B1E"/><path d="M23 5H1v7h22V5Z" fill="#fff"/><path d="M23 9.667H1v4.667h22V9.667Z" fill="#0039A6"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M24 4H0v16h24V4Z" fill="#3E407C" fill-opacity=".16"/><path d="M23 12H1v7h22v-7Z" fill="#D52B1E"/><path d="M23 5H1v7h22V5Z" fill="#fff"/><path d="M23 9.667H1v4.667h22V9.667Z" fill="#0039A6"/></svg>
@@ -1 +1 @@
1
- <svg width="24" height="24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M24 4H0v16h24V4Z" fill="#3E407C" fill-opacity=".16"/><path d="M23 5H1v14h22V5Z" fill="#C60B1E"/><path d="M23 8.5H1v7h22v-7Z" fill="#FFC400"/><path d="M9.427 10.312H7.3a.384.384 0 1 0 0 .768h2.127a.384.384 0 0 0 0-.768Z" fill="#AD191B"/><path d="M9.465 9.976h-.312a.375.375 0 0 0-.352-.246h-.373v-.246h.143v-.132h-.143V9.22h-.132v.132h-.143v.132h.143v.249h-.372a.375.375 0 0 0-.352.246H7.26a.4.4 0 0 0-.4.4v.312a.44.44 0 0 0 .366.433.335.335 0 0 0 .335.333h1.605a.335.335 0 0 0 .335-.333.44.44 0 0 0 .366-.433v-.312a.4.4 0 0 0-.402-.403Zm-1.915.518a.188.188 0 0 0-.081.306.334.334 0 0 0-.225.213.33.33 0 0 1-.272-.323v-.312a.29.29 0 0 1 .29-.29h.289l-.001.406Zm.625.293h-.417a.188.188 0 0 0-.1-.294v-.388a.263.263 0 0 1 .263-.263h.25l.004.945Zm.89-.294a.188.188 0 0 0-.1.294h-.418v-.945h.25a.264.264 0 0 1 .263.263l.005.388Zm.69.2a.33.33 0 0 1-.272.323.335.335 0 0 0-.225-.213.189.189 0 0 0-.081-.306v-.413h.289a.29.29 0 0 1 .29.29l-.001.319Z" fill="#C8B100"/><path d="M6.915 11.622v2.172c0 .57.647 1.034 1.446 1.034.799 0 1.446-.463 1.446-1.034v-2.172H6.915Z" fill="#CCCBCB"/><path d="M8.363 11.622H6.915v1.448h1.448v-1.448Zm0 1.449h1.448v.724a.724.724 0 1 1-1.448 0v-.724Z" fill="#AD191B"/><path d="M6.454 11.797H5.99v2.17h.464v-2.17Z" fill="#CCCBCB"/><path d="M6.537 11.358h-.629v.439h.629v-.439Z" fill="#C8B100"/><path d="M6.666 14.276h-.885v.331h.885v-.331Z" fill="#225CA7"/><path d="M6.413 11.109h-.381a.124.124 0 1 0 0 .248h.381a.124.124 0 1 0 0-.248Zm.038 2.427h-.69v-.28h.689a.092.092 0 0 0 0-.184v-.282a.374.374 0 1 1 0 .747l.001-.001Z" fill="#AD191B"/><path d="M5.99 13.071h-.07a.425.425 0 1 1 0-.849h1v.281h-1a.143.143 0 1 0 0 .286h.07v.282Z" fill="#AD191B"/><path d="M6.537 13.967h-.629v.308h.629v-.308Zm-.258-2.972h-.114v.114h.114v-.114Z" fill="#C8B100"/><path d="M10.736 11.797h-.464v2.17h.464v-2.17Z" fill="#CCCBCB"/><path d="M10.818 11.358h-.629v.439h.629v-.439Z" fill="#C8B100"/><path d="M10.06 14.606h.885v-.331h-.885v.331Z" fill="#225CA7"/><path d="M10.313 11.358h.381a.124.124 0 1 0 0-.248h-.381a.124.124 0 1 0 0 .248Zm-.038 2.178h.689v-.28h-.689a.092.092 0 0 1-.092-.092.092.092 0 0 1 .092-.092v-.282a.374.374 0 1 0 0 .747v-.001Z" fill="#AD191B"/><path d="M10.735 13.071h.07a.425.425 0 1 0 0-.849h-1v.281h1a.143.143 0 1 1 0 .286h-.07v.282Z" fill="#AD191B"/><path d="M10.818 13.967h-.629v.308h.629v-.308Zm-.372-2.858h.114v-.114h-.114v.114Zm-3.531 1.962h1.448v.724a.724.724 0 1 1-1.448 0v-.724Z" fill="#C8B100"/><path d="M8.363 13.556a.485.485 0 1 0 0-.97.485.485 0 0 0 0 .97Z" fill="#225CA7"/><path d="M8.962 11.143H7.765a.157.157 0 1 0 0 .313h1.197a.157.157 0 1 0 0-.313Z" fill="#AD191B"/><path d="M8.363 9.98a.188.188 0 1 0 0-.376.188.188 0 0 0 0 .376Z" fill="#225CA7"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M24 4H0v16h24V4Z" fill="#3E407C" fill-opacity=".16"/><path d="M23 5H1v14h22V5Z" fill="#C60B1E"/><path d="M23 8.5H1v7h22v-7Z" fill="#FFC400"/><path d="M9.427 10.312H7.3a.384.384 0 1 0 0 .768h2.127a.384.384 0 0 0 0-.768Z" fill="#AD191B"/><path d="M9.465 9.976h-.312a.375.375 0 0 0-.352-.246h-.373v-.246h.143v-.132h-.143V9.22h-.132v.132h-.143v.132h.143v.249h-.372a.375.375 0 0 0-.352.246H7.26a.4.4 0 0 0-.4.4v.312a.44.44 0 0 0 .366.433.335.335 0 0 0 .335.333h1.605a.335.335 0 0 0 .335-.333.44.44 0 0 0 .366-.433v-.312a.4.4 0 0 0-.402-.403Zm-1.915.518a.188.188 0 0 0-.081.306.334.334 0 0 0-.225.213.33.33 0 0 1-.272-.323v-.312a.29.29 0 0 1 .29-.29h.289l-.001.406Zm.625.293h-.417a.188.188 0 0 0-.1-.294v-.388a.263.263 0 0 1 .263-.263h.25l.004.945Zm.89-.294a.188.188 0 0 0-.1.294h-.418v-.945h.25a.264.264 0 0 1 .263.263l.005.388Zm.69.2a.33.33 0 0 1-.272.323.335.335 0 0 0-.225-.213.189.189 0 0 0-.081-.306v-.413h.289a.29.29 0 0 1 .29.29l-.001.319Z" fill="#C8B100"/><path d="M6.915 11.622v2.172c0 .57.647 1.034 1.446 1.034.799 0 1.446-.463 1.446-1.034v-2.172H6.915Z" fill="#CCCBCB"/><path d="M8.363 11.622H6.915v1.448h1.448v-1.448Zm0 1.449h1.448v.724a.724.724 0 1 1-1.448 0v-.724Z" fill="#AD191B"/><path d="M6.454 11.797H5.99v2.17h.464v-2.17Z" fill="#CCCBCB"/><path d="M6.537 11.358h-.629v.439h.629v-.439Z" fill="#C8B100"/><path d="M6.666 14.276h-.885v.331h.885v-.331Z" fill="#225CA7"/><path d="M6.413 11.109h-.381a.124.124 0 1 0 0 .248h.381a.124.124 0 1 0 0-.248Zm.038 2.427h-.69v-.28h.689a.092.092 0 0 0 0-.184v-.282a.374.374 0 1 1 0 .747l.001-.001Z" fill="#AD191B"/><path d="M5.99 13.071h-.07a.425.425 0 1 1 0-.849h1v.281h-1a.143.143 0 1 0 0 .286h.07v.282Z" fill="#AD191B"/><path d="M6.537 13.967h-.629v.308h.629v-.308Zm-.258-2.972h-.114v.114h.114v-.114Z" fill="#C8B100"/><path d="M10.736 11.797h-.464v2.17h.464v-2.17Z" fill="#CCCBCB"/><path d="M10.818 11.358h-.629v.439h.629v-.439Z" fill="#C8B100"/><path d="M10.06 14.606h.885v-.331h-.885v.331Z" fill="#225CA7"/><path d="M10.313 11.358h.381a.124.124 0 1 0 0-.248h-.381a.124.124 0 1 0 0 .248Zm-.038 2.178h.689v-.28h-.689a.092.092 0 0 1-.092-.092.092.092 0 0 1 .092-.092v-.282a.374.374 0 1 0 0 .747v-.001Z" fill="#AD191B"/><path d="M10.735 13.071h.07a.425.425 0 1 0 0-.849h-1v.281h1a.143.143 0 1 1 0 .286h-.07v.282Z" fill="#AD191B"/><path d="M10.818 13.967h-.629v.308h.629v-.308Zm-.372-2.858h.114v-.114h-.114v.114Zm-3.531 1.962h1.448v.724a.724.724 0 1 1-1.448 0v-.724Z" fill="#C8B100"/><path d="M8.363 13.556a.485.485 0 1 0 0-.97.485.485 0 0 0 0 .97Z" fill="#225CA7"/><path d="M8.962 11.143H7.765a.157.157 0 1 0 0 .313h1.197a.157.157 0 1 0 0-.313Z" fill="#AD191B"/><path d="M8.363 9.98a.188.188 0 1 0 0-.376.188.188 0 0 0 0 .376Z" fill="#225CA7"/></svg>
@@ -1 +1 @@
1
- <svg width="24" height="24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M23 5H1v14h22V5Z" fill="#006AA7"/><path d="M23 10.689H10.626V5H7.874v5.689H1v2.62h6.874V19h2.752v-5.691H23v-2.62Z" fill="#FECC00"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M23 5H1v14h22V5Z" fill="#006AA7"/><path d="M23 10.689H10.626V5H7.874v5.689H1v2.62h6.874V19h2.752v-5.691H23v-2.62Z" fill="#FECC00"/></svg>
@@ -1 +1 @@
1
- <svg width="64" height="66" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#a)" fill="#292C33"><path d="M54.63 9.37C48.63 3.37 40.49 0 32 0c-6.33 0-12.52 1.88-17.78 5.39A32.078 32.078 0 0 0 2.43 19.75 32.068 32.068 0 0 0 .61 38.24a31.89 31.89 0 0 0 8.76 16.38 32.116 32.116 0 0 0 16.38 8.76c6.21 1.23 12.64.6 18.49-1.82A31.95 31.95 0 0 0 58.6 49.77a31.964 31.964 0 0 0 5.39-17.78c0-8.49-3.37-16.63-9.37-22.63l.01.01Zm-8.02 20.18-.2 1.3c-.82 5.41-5.39 9.34-10.86 9.34h-1.64l-1.05 6.83a2.768 2.768 0 0 1-2.75 2.36H25c-.81 0-1.58-.35-2.11-.97-.53-.62-.76-1.43-.64-2.24l.32-2.1h-4.23c-.63 0-1.12-.57-1.02-1.19l4.23-27.37c.08-.5.51-.88 1.02-.88h13.2c3.69 0 6.6 2.97 6.68 6.52.35.19.69.41 1.01.65a8.211 8.211 0 0 1 3.14 7.75h.01Z"/><path d="M31.68 33.07H27.8l-1.98 12.8h3.66l1.05-6.82a2.768 2.768 0 0 1 2.75-2.36h2.26c3.73 0 6.84-2.68 7.4-6.37l.2-1.3c.22-1.44-.25-2.88-1.23-3.92a10.56 10.56 0 0 1-10.23 7.97Z"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h64v65.016H0z"/></clipPath></defs></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g clip-path="url(#a)" fill="#292C33"><path d="M54.63 9.37C48.63 3.37 40.49 0 32 0c-6.33 0-12.52 1.88-17.78 5.39A32.078 32.078 0 0 0 2.43 19.75 32.068 32.068 0 0 0 .61 38.24a31.89 31.89 0 0 0 8.76 16.38 32.116 32.116 0 0 0 16.38 8.76c6.21 1.23 12.64.6 18.49-1.82A31.95 31.95 0 0 0 58.6 49.77a31.964 31.964 0 0 0 5.39-17.78c0-8.49-3.37-16.63-9.37-22.63l.01.01Zm-8.02 20.18-.2 1.3c-.82 5.41-5.39 9.34-10.86 9.34h-1.64l-1.05 6.83a2.768 2.768 0 0 1-2.75 2.36H25c-.81 0-1.58-.35-2.11-.97-.53-.62-.76-1.43-.64-2.24l.32-2.1h-4.23c-.63 0-1.12-.57-1.02-1.19l4.23-27.37c.08-.5.51-.88 1.02-.88h13.2c3.69 0 6.6 2.97 6.68 6.52.35.19.69.41 1.01.65a8.211 8.211 0 0 1 3.14 7.75h.01Z"/><path d="M31.68 33.07H27.8l-1.98 12.8h3.66l1.05-6.82a2.768 2.768 0 0 1 2.75-2.36h2.26c3.73 0 6.84-2.68 7.4-6.37l.2-1.3c.22-1.44-.25-2.88-1.23-3.92a10.56 10.56 0 0 1-10.23 7.97Z"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h64v65.016H0z"/></clipPath></defs></svg>
@@ -1 +1 @@
1
- <svg width="64" height="66" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m43.48 23.73-.16 1.03c-.8 5.32-5.37 9.25-10.75 9.25h-5.82l-2.13 13.76c-.1.65.4 1.23 1.05 1.23h5.26c.53 0 .97-.38 1.05-.9l1.18-7.66c.08-.52.53-.9 1.05-.9h2.33c4.71 0 8.71-3.44 9.41-8.09l.2-1.34c.39-2.57-.75-4.98-2.68-6.38h.01Z" fill="#179BD7"/><path d="m43.33 24.76.16-1.03a6.576 6.576 0 0 0-3.89-1.26H29.45c-.53 0-.97.38-1.05.9l-1.64 10.64h5.82c5.38 0 9.95-3.93 10.75-9.25Z" fill="#222D65"/><path d="M29.45 22.47H39.6c1.46 0 2.8.47 3.89 1.26l.12-.8c.63-4.17-2.6-7.93-6.82-7.93h-13.6c-.53 0-.97.38-1.05.9l-4.36 28.2c-.1.65.4 1.23 1.05 1.23h6.18L26.76 34l1.64-10.64c.08-.52.53-.9 1.05-.9v.01Z" fill="#253B80"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="m43.48 23.73-.16 1.03c-.8 5.32-5.37 9.25-10.75 9.25h-5.82l-2.13 13.76c-.1.65.4 1.23 1.05 1.23h5.26c.53 0 .97-.38 1.05-.9l1.18-7.66c.08-.52.53-.9 1.05-.9h2.33c4.71 0 8.71-3.44 9.41-8.09l.2-1.34c.39-2.57-.75-4.98-2.68-6.38h.01Z" fill="#179BD7"/><path d="m43.33 24.76.16-1.03a6.576 6.576 0 0 0-3.89-1.26H29.45c-.53 0-.97.38-1.05.9l-1.64 10.64h5.82c5.38 0 9.95-3.93 10.75-9.25Z" fill="#222D65"/><path d="M29.45 22.47H39.6c1.46 0 2.8.47 3.89 1.26l.12-.8c.63-4.17-2.6-7.93-6.82-7.93h-13.6c-.53 0-.97.38-1.05.9l-4.36 28.2c-.1.65.4 1.23 1.05 1.23h6.18L26.76 34l1.64-10.64c.08-.52.53-.9 1.05-.9v.01Z" fill="#253B80"/></svg>
@@ -1 +1 @@
1
- <svg width="63" height="64" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m25.401 47.146.526-3.52H18.89l3.991-26.24a.375.375 0 0 1 .104-.214.363.363 0 0 0 .211-.106h9.87c3.254 0 5.565.746 6.719 2.134a4.19 4.19 0 0 1 1.05 2.026 6.14 6.14 0 0 1 0 2.774v.854l.525.32c.426.223.816.51 1.155.854.48.583.805 1.28.945 2.026a9.795 9.795 0 0 1-.104 2.986 8.826 8.826 0 0 1-1.26 3.414 7.394 7.394 0 0 1-1.89 2.134c-.78.58-1.676.98-2.624 1.174-1.066.267-2.157.41-3.255.426h-.736a2.485 2.485 0 0 0-1.47.534c-.217.16-.396.368-.523.608s-.2.506-.212.778l-.104.32-.945 6.294v.214c0 .106 0 .106-.105.106h-.106c0 .104-4.725.104-4.725.104Z" fill="#253B80"/><path d="M41.885 24.214v.534c-1.26 6.826-5.774 9.066-11.444 9.066H27.5a1.353 1.353 0 0 0-.898.329c-.25.215-.416.515-.467.845l-1.47 9.494-.42 2.666a.769.769 0 0 0 .178.595.746.746 0 0 0 .557.26h5.144c.301.006.595-.098.827-.294a1.27 1.27 0 0 0 .433-.773v-.214l.945-6.186.104-.32c.048-.302.202-.577.433-.773.232-.196.526-.3.827-.293h.735c4.935 0 8.82-2.026 9.975-8a6.645 6.645 0 0 0 .2-3.119 6.597 6.597 0 0 0-1.247-2.857 5.059 5.059 0 0 0-1.47-.96Z" fill="#179BD7"/><path d="M40.625 23.68a1.476 1.476 0 0 0-.63-.214c-.21 0-.42-.106-.63-.106-.834-.129-1.676-.2-2.52-.214h-7.77a.777.777 0 0 0-.526.106 1.34 1.34 0 0 0-.48.392 1.366 1.366 0 0 0-.255.568l-1.679 10.56v.32a1.38 1.38 0 0 1 .464-.849 1.34 1.34 0 0 1 .9-.325h2.94c5.67 0 10.08-2.346 11.444-9.066v-.64a4.347 4.347 0 0 0-1.05-.426.323.323 0 0 0-.208-.106Z" fill="#222D65"/><path d="M27.815 24.214a1.35 1.35 0 0 1 .734-.96.935.935 0 0 1 .526-.106h7.77c.844.01 1.686.08 2.52.214.21 0 .42.106.63.106.223.022.439.096.63.214.105 0 .21.106.315.106.357.123.707.266 1.05.426a6.42 6.42 0 0 0 .023-3.053 6.35 6.35 0 0 0-1.388-2.707C39.155 16.746 36.528 16 33.063 16h-9.87a1.44 1.44 0 0 0-.88.349 1.48 1.48 0 0 0-.483.825l-4.095 26.452a.827.827 0 0 0 .19.688.804.804 0 0 0 .65.272h6.09l1.47-9.814 1.68-10.558Z" fill="#253B80"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="m25.401 47.146.526-3.52H18.89l3.991-26.24a.375.375 0 0 1 .104-.214.363.363 0 0 0 .211-.106h9.87c3.254 0 5.565.746 6.719 2.134a4.19 4.19 0 0 1 1.05 2.026 6.14 6.14 0 0 1 0 2.774v.854l.525.32c.426.223.816.51 1.155.854.48.583.805 1.28.945 2.026a9.795 9.795 0 0 1-.104 2.986 8.826 8.826 0 0 1-1.26 3.414 7.394 7.394 0 0 1-1.89 2.134c-.78.58-1.676.98-2.624 1.174-1.066.267-2.157.41-3.255.426h-.736a2.485 2.485 0 0 0-1.47.534c-.217.16-.396.368-.523.608s-.2.506-.212.778l-.104.32-.945 6.294v.214c0 .106 0 .106-.105.106h-.106c0 .104-4.725.104-4.725.104Z" fill="#253B80"/><path d="M41.885 24.214v.534c-1.26 6.826-5.774 9.066-11.444 9.066H27.5a1.353 1.353 0 0 0-.898.329c-.25.215-.416.515-.467.845l-1.47 9.494-.42 2.666a.769.769 0 0 0 .178.595.746.746 0 0 0 .557.26h5.144c.301.006.595-.098.827-.294a1.27 1.27 0 0 0 .433-.773v-.214l.945-6.186.104-.32c.048-.302.202-.577.433-.773.232-.196.526-.3.827-.293h.735c4.935 0 8.82-2.026 9.975-8a6.645 6.645 0 0 0 .2-3.119 6.597 6.597 0 0 0-1.247-2.857 5.059 5.059 0 0 0-1.47-.96Z" fill="#179BD7"/><path d="M40.625 23.68a1.476 1.476 0 0 0-.63-.214c-.21 0-.42-.106-.63-.106-.834-.129-1.676-.2-2.52-.214h-7.77a.777.777 0 0 0-.526.106 1.34 1.34 0 0 0-.48.392 1.366 1.366 0 0 0-.255.568l-1.679 10.56v.32a1.38 1.38 0 0 1 .464-.849 1.34 1.34 0 0 1 .9-.325h2.94c5.67 0 10.08-2.346 11.444-9.066v-.64a4.347 4.347 0 0 0-1.05-.426.323.323 0 0 0-.208-.106Z" fill="#222D65"/><path d="M27.815 24.214a1.35 1.35 0 0 1 .734-.96.935.935 0 0 1 .526-.106h7.77c.844.01 1.686.08 2.52.214.21 0 .42.106.63.106.223.022.439.096.63.214.105 0 .21.106.315.106.357.123.707.266 1.05.426a6.42 6.42 0 0 0 .023-3.053 6.35 6.35 0 0 0-1.388-2.707C39.155 16.746 36.528 16 33.063 16h-9.87a1.44 1.44 0 0 0-.88.349 1.48 1.48 0 0 0-.483.825l-4.095 26.452a.827.827 0 0 0 .19.688.804.804 0 0 0 .65.272h6.09l1.47-9.814 1.68-10.558Z" fill="#253B80"/></svg>
@@ -1 +1 @@
1
- <svg width="64" height="66" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M44.63 21.799c-.32-.25-.66-.46-1.01-.65-.09-3.55-2.99-6.52-6.68-6.52h-13.2c-.51 0-.94.37-1.02.88l-4.23 27.37c-.1.63.39 1.19 1.02 1.19h4.23l-.32 2.1c-.12.8.11 1.62.64 2.24.53.62 1.3.97 2.11.97h5.11c1.38 0 2.54-.99 2.75-2.36l1.05-6.83h1.64c5.48 0 10.04-3.93 10.86-9.34l.2-1.3a8.19 8.19 0 0 0-3.14-7.75h-.01Zm-.32 7.23-.2 1.3a7.445 7.445 0 0 1-7.4 6.37h-2.26c-1.38 0-2.54.99-2.75 2.36l-1.05 6.82h-3.66l1.98-12.8h3.88c4.87 0 9.06-3.33 10.23-7.97a4.686 4.686 0 0 1 1.23 3.92Z" fill="#292C33"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M44.63 21.799c-.32-.25-.66-.46-1.01-.65-.09-3.55-2.99-6.52-6.68-6.52h-13.2c-.51 0-.94.37-1.02.88l-4.23 27.37c-.1.63.39 1.19 1.02 1.19h4.23l-.32 2.1c-.12.8.11 1.62.64 2.24.53.62 1.3.97 2.11.97h5.11c1.38 0 2.54-.99 2.75-2.36l1.05-6.83h1.64c5.48 0 10.04-3.93 10.86-9.34l.2-1.3a8.19 8.19 0 0 0-3.14-7.75h-.01Zm-.32 7.23-.2 1.3a7.445 7.445 0 0 1-7.4 6.37h-2.26c-1.38 0-2.54.99-2.75 2.36l-1.05 6.82h-3.66l1.98-12.8h3.88c4.87 0 9.06-3.33 10.23-7.97a4.686 4.686 0 0 1 1.23 3.92Z" fill="#292C33"/></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M12.787 31.25H5v2.5h7.787v-2.5Zm47.213 0h-7.787v2.5H60v-2.5ZM33.75 5h-2.5v6.787h2.5V5Zm0 48.213h-2.5V60h2.5v-6.787ZM13.939 12.17l-1.768 1.768 5.507 5.507 1.768-1.768-5.507-5.507Zm33.383 33.386-1.767 1.767 5.505 5.505 1.768-1.767-5.506-5.505Zm-30.352.706-4.799 4.799 1.768 1.768 4.799-4.8-1.768-1.767ZM51.061 12.17l-4.799 4.8 1.768 1.768 4.799-4.8-1.768-1.767ZM32.5 48.4a15.9 15.9 0 1 1 15.9-15.9 15.913 15.913 0 0 1-15.9 15.9Zm0-29.3a13.4 13.4 0 1 0 13.4 13.4 13.41 13.41 0 0 0-13.4-13.4Z" fill="var(--road-secondary-600, rgb(246, 164, 4))"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M12.787 31.25H5v2.5h7.787v-2.5Zm47.213 0h-7.787v2.5H60v-2.5ZM33.75 5h-2.5v6.787h2.5V5Zm0 48.213h-2.5V60h2.5v-6.787ZM13.939 12.17l-1.768 1.768 5.507 5.507 1.768-1.768-5.507-5.507Zm33.383 33.386-1.767 1.767 5.505 5.505 1.768-1.767-5.506-5.505Zm-30.352.706-4.799 4.799 1.768 1.768 4.799-4.8-1.768-1.767ZM51.061 12.17l-4.799 4.8 1.768 1.768 4.799-4.8-1.768-1.767ZM32.5 48.4a15.9 15.9 0 1 1 15.9-15.9 15.913 15.913 0 0 1-15.9 15.9Zm0-29.3a13.4 13.4 0 1 0 13.4 13.4 13.41 13.41 0 0 0-13.4-13.4Z" fill="#f6a404"/></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M5 31.25h7.787v2.5H5zm47.213 0H60v2.5h-7.787zM31.25 5h2.5v6.787h-2.5zm0 48.213h2.5V60h-2.5zM12.171 13.938l1.768-1.768 5.507 5.507-1.768 1.768zm33.384 33.385 1.767-1.767 5.506 5.505-1.768 1.767zm-33.384 3.738 4.8-4.8 1.767 1.769-4.8 4.799zM46.262 16.97l4.8-4.8 1.767 1.769-4.8 4.799zM32.5 48.4a15.9 15.9 0 1 1 15.9-15.9 15.913 15.913 0 0 1-15.9 15.9Zm0-29.3a13.4 13.4 0 1 0 13.4 13.4 13.411 13.411 0 0 0-13.4-13.4Z" fill="var(--accent, rgb(252, 183, 49))"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M5 31.25h7.787v2.5H5zm47.213 0H60v2.5h-7.787zM31.25 5h2.5v6.787h-2.5zm0 48.213h2.5V60h-2.5zM12.171 13.938l1.768-1.768 5.507 5.507-1.768 1.768zm33.384 33.385 1.767-1.767 5.506 5.505-1.768 1.767zm-33.384 3.738 4.8-4.8 1.767 1.769-4.8 4.799zM46.262 16.97l4.8-4.8 1.767 1.769-4.8 4.799zM32.5 48.4a15.9 15.9 0 1 1 15.9-15.9 15.913 15.913 0 0 1-15.9 15.9Zm0-29.3a13.4 13.4 0 1 0 13.4 13.4 13.411 13.411 0 0 0-13.4-13.4Z" fill="#f6a404"/></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M31.84 3h-2.5v6.743h2.5V3ZM9.81 29.071H3v2.5h6.81v-2.5Zm39.412-18.96-4.818 4.771 1.76 1.778 4.82-4.77-1.762-1.779ZM15.019 43.982l-4.818 4.77 1.76 1.778 4.818-4.77-1.76-1.778Zm-3.058-33.868-1.759 1.776 4.814 4.768 1.76-1.776-4.815-4.768Zm7.358 9.029a15.704 15.704 0 0 0 0 22.356l.88.87 22.558-22.337-.9-.889a16.072 16.072 0 0 0-22.538 0Zm.92 19.668a13.2 13.2 0 0 1 .84-17.89 13.567 13.567 0 0 1 18.083-.848L20.239 38.811Z" fill="var(--road-secondary-600, rgb(246, 164, 4))"/><path d="m61.583 40.332-7.58-2.031 5.1-4.137-1.576-1.941-6.5 5.279-8.83-2.366-1.416-5.284 6.459-6.465 8.269 1.32.395-2.47-6.481-1.034 5.549-5.55-1.768-1.767-15.218 15.217 1.789 6.679-3.868 3.868-6.677-1.79-15.218 15.218 1.768 1.768 5.55-5.55 1.035 6.483 2.469-.395-1.321-8.27 6.465-6.464 5.283 1.417 2.369 8.828-5.279 6.5 1.941 1.576 4.137-5.1 2.031 7.58 2.414-.646-2.034-7.574 6.131 2.344.893-2.336-7.823-2.991-2.365-8.83 3.869-3.87 8.829 2.367 2.992 7.823 2.336-.893-2.345-6.131 7.581 2.03.645-2.412Z" fill="#85B1DD"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M31.84 3h-2.5v6.743h2.5V3ZM9.81 29.071H3v2.5h6.81v-2.5Zm39.412-18.96-4.818 4.771 1.76 1.778 4.82-4.77-1.762-1.779ZM15.019 43.982l-4.818 4.77 1.76 1.778 4.818-4.77-1.76-1.778Zm-3.058-33.868-1.759 1.776 4.814 4.768 1.76-1.776-4.815-4.768Zm7.358 9.029a15.704 15.704 0 0 0 0 22.356l.88.87 22.558-22.337-.9-.889a16.072 16.072 0 0 0-22.538 0Zm.92 19.668a13.2 13.2 0 0 1 .84-17.89 13.567 13.567 0 0 1 18.083-.848L20.239 38.811Z" fill="#f6a404"/><path d="m61.583 40.332-7.58-2.031 5.1-4.137-1.576-1.941-6.5 5.279-8.83-2.366-1.416-5.284 6.459-6.465 8.269 1.32.395-2.47-6.481-1.034 5.549-5.55-1.768-1.767-15.218 15.217 1.789 6.679-3.868 3.868-6.677-1.79-15.218 15.218 1.768 1.768 5.55-5.55 1.035 6.483 2.469-.395-1.321-8.27 6.465-6.464 5.283 1.417 2.369 8.828-5.279 6.5 1.941 1.576 4.137-5.1 2.031 7.58 2.414-.646-2.034-7.574 6.131 2.344.893-2.336-7.823-2.991-2.365-8.83 3.869-3.87 8.829 2.367 2.992 7.823 2.336-.893-2.345-6.131 7.581 2.03.645-2.412Z" fill="#85B1DD"/></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="var(--accent, rgb(252, 183, 49))" d="M29.34 3h2.5v6.743h-2.5zM3 29.071h6.81v2.5H3zm41.404-14.189 4.818-4.771 1.761 1.778-4.818 4.771zm-34.203 33.87 4.818-4.77 1.76 1.778-4.817 4.77zm.001-36.862 1.76-1.776 4.814 4.768-1.76 1.776zm9.117 7.253a15.706 15.706 0 0 0 0 22.356l.88.87 22.558-22.337-.9-.889a16.072 16.072 0 0 0-22.538 0Zm.92 19.668a13.2 13.2 0 0 1 .84-17.89 13.567 13.567 0 0 1 18.083-.848Z"/><path d="m61.583 40.332-7.58-2.031 5.1-4.137-1.576-1.941-6.5 5.279-8.83-2.366-1.416-5.284 6.459-6.465 8.269 1.32.395-2.469-6.481-1.035 5.549-5.549-1.768-1.768-15.218 15.217 1.789 6.679-3.868 3.868-6.677-1.79-15.218 15.218 1.768 1.768 5.55-5.549 1.035 6.482 2.469-.395-1.321-8.27 6.465-6.464 5.283 1.417 2.369 8.828-5.279 6.5 1.941 1.576 4.137-5.1 2.031 7.58 2.414-.646-2.034-7.574 6.131 2.344.893-2.336-7.823-2.991-2.365-8.829 3.869-3.87 8.829 2.366 2.992 7.823 2.336-.893-2.345-6.131 7.581 2.031Z" fill="#85B1DD"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="#f6a404" d="M29.34 3h2.5v6.743h-2.5zM3 29.071h6.81v2.5H3zm41.404-14.189 4.818-4.771 1.761 1.778-4.818 4.771zm-34.203 33.87 4.818-4.77 1.76 1.778-4.817 4.77zm.001-36.862 1.76-1.776 4.814 4.768-1.76 1.776zm9.117 7.253a15.706 15.706 0 0 0 0 22.356l.88.87 22.558-22.337-.9-.889a16.072 16.072 0 0 0-22.538 0Zm.92 19.668a13.2 13.2 0 0 1 .84-17.89 13.567 13.567 0 0 1 18.083-.848Z"/><path d="m61.583 40.332-7.58-2.031 5.1-4.137-1.576-1.941-6.5 5.279-8.83-2.366-1.416-5.284 6.459-6.465 8.269 1.32.395-2.469-6.481-1.035 5.549-5.549-1.768-1.768-15.218 15.217 1.789 6.679-3.868 3.868-6.677-1.79-15.218 15.218 1.768 1.768 5.55-5.549 1.035 6.482 2.469-.395-1.321-8.27 6.465-6.464 5.283 1.417 2.369 8.828-5.279 6.5 1.941 1.576 4.137-5.1 2.031 7.58 2.414-.646-2.034-7.574 6.131 2.344.893-2.336-7.823-2.991-2.365-8.829 3.869-3.87 8.829 2.366 2.992 7.823 2.336-.893-2.345-6.131 7.581 2.031Z" fill="#85B1DD"/></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M31.84 3h-2.5v6.743h2.5V3ZM9.81 29.071H3v2.5h6.81v-2.5Zm39.412-18.96-4.818 4.771 1.76 1.778 4.82-4.77-1.762-1.779ZM15.019 43.982l-4.818 4.77 1.76 1.778 4.818-4.77-1.76-1.778Zm-3.058-33.868-1.759 1.776 4.814 4.768 1.76-1.776-4.815-4.768Zm7.358 9.029a15.704 15.704 0 0 0 0 22.356l.88.87 22.558-22.337-.9-.889a16.072 16.072 0 0 0-22.538 0Z" fill="var(--road-secondary-600, rgb(246, 164, 4))"/><path d="m61.583 40.333-7.58-2.031 5.1-4.137-1.576-1.941-6.5 5.279-8.83-2.366-1.416-5.284 6.459-6.465 8.269 1.32.395-2.47-6.481-1.034 5.549-5.55-1.768-1.767-15.218 15.217 1.789 6.679-3.868 3.868-6.677-1.79-15.218 15.218 1.768 1.768 5.55-5.55 1.035 6.483 2.469-.395-1.321-8.27 6.465-6.464 5.283 1.417 2.369 8.828-5.279 6.5 1.941 1.576 4.137-5.1 2.031 7.58 2.414-.646-2.034-7.574 6.131 2.344.893-2.336-7.823-2.991-2.365-8.83 3.869-3.87 8.829 2.367 2.992 7.823 2.336-.893-2.345-6.131 7.581 2.03.645-2.412Z" fill="#85B1DD"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M31.84 3h-2.5v6.743h2.5V3ZM9.81 29.071H3v2.5h6.81v-2.5Zm39.412-18.96-4.818 4.771 1.76 1.778 4.82-4.77-1.762-1.779ZM15.019 43.982l-4.818 4.77 1.76 1.778 4.818-4.77-1.76-1.778Zm-3.058-33.868-1.759 1.776 4.814 4.768 1.76-1.776-4.815-4.768Zm7.358 9.029a15.704 15.704 0 0 0 0 22.356l.88.87 22.558-22.337-.9-.889a16.072 16.072 0 0 0-22.538 0Z" fill="#f6a404"/><path d="m61.583 40.333-7.58-2.031 5.1-4.137-1.576-1.941-6.5 5.279-8.83-2.366-1.416-5.284 6.459-6.465 8.269 1.32.395-2.47-6.481-1.034 5.549-5.55-1.768-1.767-15.218 15.217 1.789 6.679-3.868 3.868-6.677-1.79-15.218 15.218 1.768 1.768 5.55-5.55 1.035 6.483 2.469-.395-1.321-8.27 6.465-6.464 5.283 1.417 2.369 8.828-5.279 6.5 1.941 1.576 4.137-5.1 2.031 7.58 2.414-.646-2.034-7.574 6.131 2.344.893-2.336-7.823-2.991-2.365-8.83 3.869-3.87 8.829 2.367 2.992 7.823 2.336-.893-2.345-6.131 7.581 2.03.645-2.412Z" fill="#85B1DD"/></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M12.787 31.25H5v2.5h7.787v-2.5Zm47.213 0h-7.787v2.5H60v-2.5ZM33.75 5h-2.5v6.787h2.5V5Zm0 48.213h-2.5V60h2.5v-6.787ZM13.938 12.171l-1.767 1.768 5.505 5.505 1.768-1.767-5.505-5.505Zm33.385 33.383-1.768 1.768 5.507 5.507 1.768-1.768-5.507-5.507Zm-30.353.708-4.799 4.799 1.768 1.768 4.799-4.8-1.768-1.767ZM51.062 12.17l-4.799 4.8 1.768 1.768 4.799-4.8-1.768-1.767ZM32.5 16.6a15.9 15.9 0 1 0 15.9 15.9 15.913 15.913 0 0 0-15.9-15.9Z" fill="var(--road-secondary-600, rgb(246, 164, 4))"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M12.787 31.25H5v2.5h7.787v-2.5Zm47.213 0h-7.787v2.5H60v-2.5ZM33.75 5h-2.5v6.787h2.5V5Zm0 48.213h-2.5V60h2.5v-6.787ZM13.938 12.171l-1.767 1.768 5.505 5.505 1.768-1.767-5.505-5.505Zm33.385 33.383-1.768 1.768 5.507 5.507 1.768-1.768-5.507-5.507Zm-30.353.708-4.799 4.799 1.768 1.768 4.799-4.8-1.768-1.767ZM51.062 12.17l-4.799 4.8 1.768 1.768 4.799-4.8-1.768-1.767ZM32.5 16.6a15.9 15.9 0 1 0 15.9 15.9 15.913 15.913 0 0 0-15.9-15.9Z" fill="#f6a404"/></svg>
@@ -236,6 +236,15 @@ Date.args = {
236
236
  max: '2021-12-31',
237
237
  };
238
238
 
239
+ export const Hour = Template.bind({});
240
+ Hour.args = {
241
+ label: 'Hour',
242
+ type: 'time',
243
+ value: '13:30',
244
+ min: '09:00',
245
+ max: '18:00',
246
+ };
247
+
239
248
  export const Disabled = Template.bind({});
240
249
  Disabled.args = {
241
250
  disabled: true,