@roadtrip/components 3.5.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.
- package/dist/cjs/index-a2306350.js +12 -8
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/road-progress-indicator-vertical-item.cjs.entry.js +19 -0
- package/dist/cjs/road-progress-indicator-vertical.cjs.entry.js +19 -0
- package/dist/cjs/road-tag.cjs.entry.js +24 -0
- package/dist/cjs/road-toast.cjs.entry.js +1 -1
- package/dist/cjs/roadtrip.cjs.js +1 -1
- package/dist/collection/collection-manifest.json +4 -3
- package/dist/collection/components/icon/svg/file-archive-color.svg +1 -1
- package/dist/collection/components/icon/svg/file-archive-outline.svg +1 -1
- package/dist/collection/components/icon/svg/flag-croatia-color.svg +1 -1
- package/dist/collection/components/icon/svg/flag-slovenia-color.svg +1 -1
- package/dist/collection/components/icon/svg/folding-chair-color.svg +1 -0
- package/dist/collection/components/icon/svg/folding-chair-outline.svg +1 -0
- package/dist/collection/components/icon/svg/furniture-color.svg +1 -0
- package/dist/collection/components/icon/svg/furniture-outline.svg +1 -0
- package/dist/collection/components/icon/svg/microwave-color.svg +1 -0
- package/dist/collection/components/icon/svg/microwave-outline.svg +1 -0
- package/dist/collection/components/icon/svg/shower-color.svg +1 -0
- package/dist/collection/components/icon/svg/shower-outline.svg +1 -0
- package/dist/collection/components/icon/svg/sticker-certified-tuv-hu-au-color.svg +1 -0
- package/dist/collection/components/icon/svg/sticker-certified-tuv-hu-au-outline.svg +1 -0
- package/dist/collection/components/icon/svg/vehicle-rooftop-tent-color.svg +1 -1
- package/dist/collection/components/icon/svg/vehicle-rooftop-tent-outline.svg +1 -1
- package/dist/collection/components/icon/svg/vehicle-rooftop-tent-solid.svg +1 -1
- package/dist/collection/components/icon/svg/ventilator-color.svg +1 -1
- package/dist/collection/components/icon/svg/ventilator-outline.svg +1 -1
- package/dist/collection/components/icon/svg/water-outline.svg +1 -1
- package/dist/collection/components/{vertical-stepper/vertical-stepper.css → progress-indicator-vertical/progress-indicator-vertical.css} +2 -2
- package/dist/collection/components/{vertical-stepper/vertical-stepper.js → progress-indicator-vertical/progress-indicator-vertical.js} +8 -9
- package/dist/collection/components/progress-indicator-vertical/progress-indicator-vertical.stories.js +256 -0
- package/dist/collection/components/progress-indicator-vertical-item/progress-indicator-vertical-item.css +212 -0
- package/dist/collection/components/progress-indicator-vertical-item/progress-indicator-vertical-item.js +20 -0
- package/dist/collection/components/tag/tag.css +80 -0
- package/dist/collection/components/tag/tag.js +50 -0
- package/dist/collection/components/tag/tag.stories.js +41 -0
- package/dist/collection/components/toast/toast.css +2 -0
- package/dist/esm/index-a99a5e7b.js +12 -8
- package/dist/esm/loader.js +1 -1
- package/dist/esm/road-progress-indicator-vertical-item.entry.js +15 -0
- package/dist/esm/road-progress-indicator-vertical.entry.js +15 -0
- package/dist/esm/road-tag.entry.js +20 -0
- package/dist/esm/road-toast.entry.js +1 -1
- package/dist/esm/roadtrip.js +1 -1
- package/dist/html.html-data.json +67 -28
- package/dist/icons/icons.svg +1 -1
- package/dist/icons/index.d.ts +10 -0
- package/dist/icons/index.js +29 -19
- package/dist/roadtrip/p-07bb357f.entry.js +1 -0
- package/dist/roadtrip/p-38cf1a21.entry.js +1 -0
- package/dist/roadtrip/p-c44f7bd9.entry.js +1 -0
- package/dist/roadtrip/p-df3469df.entry.js +1 -0
- package/dist/roadtrip/roadtrip.esm.js +1 -1
- package/dist/roadtrip/svg/file-archive-color.svg +1 -1
- package/dist/roadtrip/svg/file-archive-outline.svg +1 -1
- package/dist/roadtrip/svg/flag-croatia-color.svg +1 -1
- package/dist/roadtrip/svg/flag-slovenia-color.svg +1 -1
- package/dist/roadtrip/svg/folding-chair-color.svg +1 -0
- package/dist/roadtrip/svg/folding-chair-outline.svg +1 -0
- package/dist/roadtrip/svg/furniture-color.svg +1 -0
- package/dist/roadtrip/svg/furniture-outline.svg +1 -0
- package/dist/roadtrip/svg/microwave-color.svg +1 -0
- package/dist/roadtrip/svg/microwave-outline.svg +1 -0
- package/dist/roadtrip/svg/shower-color.svg +1 -0
- package/dist/roadtrip/svg/shower-outline.svg +1 -0
- package/dist/roadtrip/svg/sticker-certified-tuv-hu-au-color.svg +1 -0
- package/dist/roadtrip/svg/sticker-certified-tuv-hu-au-outline.svg +1 -0
- package/dist/roadtrip/svg/vehicle-rooftop-tent-color.svg +1 -1
- package/dist/roadtrip/svg/vehicle-rooftop-tent-outline.svg +1 -1
- package/dist/roadtrip/svg/vehicle-rooftop-tent-solid.svg +1 -1
- package/dist/roadtrip/svg/ventilator-color.svg +1 -1
- package/dist/roadtrip/svg/ventilator-outline.svg +1 -1
- package/dist/roadtrip/svg/water-outline.svg +1 -1
- package/dist/types/components/progress-indicator-vertical/progress-indicator-vertical.d.ts +14 -0
- package/dist/types/components/progress-indicator-vertical-item/progress-indicator-vertical-item.d.ts +6 -0
- package/dist/types/components/tag/tag.d.ts +11 -0
- package/dist/types/components.d.ts +47 -26
- package/icons/icons.svg +1 -1
- package/icons/index.d.ts +10 -0
- package/icons/index.js +29 -19
- package/package.json +1 -1
- package/dist/cjs/road-vertical-stepper-item.cjs.entry.js +0 -19
- package/dist/cjs/road-vertical-stepper.cjs.entry.js +0 -19
- package/dist/collection/components/vertical-stepper/vertical-stepper.stories.js +0 -542
- package/dist/collection/components/vertical-stepper-item/vertical-stepper-item.css +0 -185
- package/dist/collection/components/vertical-stepper-item/vertical-stepper-item.js +0 -20
- package/dist/esm/road-vertical-stepper-item.entry.js +0 -15
- package/dist/esm/road-vertical-stepper.entry.js +0 -15
- package/dist/roadtrip/p-42e5299f.entry.js +0 -1
- package/dist/roadtrip/p-932e323f.entry.js +0 -1
- package/dist/roadtrip/p-aa81d540.entry.js +0 -1
- package/dist/types/components/vertical-stepper/vertical-stepper.d.ts +0 -15
- package/dist/types/components/vertical-stepper-item/vertical-stepper-item.d.ts +0 -6
|
@@ -1 +1 @@
|
|
|
1
|
-
import{p as e,w as a,d as o,N as r,a as t,b as d}from"./p-cdc666bc.js";import"./p-e64fe690.js";(()=>{e.o=a.__cssshim;const d=Array.from(o.querySelectorAll("script")).find((e=>new RegExp(`/${r}(\\.esm)?\\.js($|\\?|#)`).test(e.src)||e.getAttribute("data-stencil-namespace")===r)),l={};return"onbeforeload"in d&&!history.scrollRestoration?{then(){}}:(l.resourcesUrl=new URL(".",new URL(d.getAttribute("data-resources-url")||d.src,a.location.href)).href,((e,t)=>{const d=`__sc_import_${r.replace(/\s|-/g,"_")}`;try{a[d]=new Function("w",`return import(w);//${Math.random()}`)}catch(l){const r=new Map;a[d]=l=>{const
|
|
1
|
+
import{p as e,w as a,d as o,N as r,a as t,b as d}from"./p-cdc666bc.js";import"./p-e64fe690.js";(()=>{e.o=a.__cssshim;const d=Array.from(o.querySelectorAll("script")).find((e=>new RegExp(`/${r}(\\.esm)?\\.js($|\\?|#)`).test(e.src)||e.getAttribute("data-stencil-namespace")===r)),l={};return"onbeforeload"in d&&!history.scrollRestoration?{then(){}}:(l.resourcesUrl=new URL(".",new URL(d.getAttribute("data-resources-url")||d.src,a.location.href)).href,((e,t)=>{const d=`__sc_import_${r.replace(/\s|-/g,"_")}`;try{a[d]=new Function("w",`return import(w);//${Math.random()}`)}catch(l){const r=new Map;a[d]=l=>{const i=new URL(l,e).href;let s=r.get(i);if(!s){const e=o.createElement("script");e.type="module",e.crossOrigin=t.crossOrigin,e.src=URL.createObjectURL(new Blob([`import * as m from '${i}'; window.${d}.m = m;`],{type:"application/javascript"})),s=new Promise((o=>{e.onload=()=>{o(a[d].m),e.remove()}})),r.set(i,s),o.head.appendChild(e)}return s}}})(l.resourcesUrl,d),a.customElements?t(l):__sc_import_roadtrip("./p-62b28500.js").then((()=>l)))})().then((e=>d([["p-850ed3d4",[[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]}]]],["p-400b12e7",[[1,"road-duration",{isOpen:[1028,"is-open"],header:[1],min:[2],max:[2],step:[2],open:[64],close:[64]},[[0,"roadcardclick","handleClick"]]]]],["p-e189433e",[[2,"road-plate-number",{country:[1],disabled:[4],placeholder:[1],readonly:[4],value:[1032],motorbike:[4]}]]],["p-0ce3567a",[[1,"road-profil-dropdown",{isOpen:[1028,"is-open"]}]]],["p-a2999a4e",[[1,"road-accordion",{isOpen:[1028,"is-open"],isLight:[4,"is-light"],isLightSeparator:[4,"is-light-separator"],isSmall:[4,"is-small"]}]]],["p-7ef481b0",[[1,"road-banner",{isOpen:[1028,"is-open"],label:[1],link:[1],url:[1],close:[64]}]]],["p-a41b478a",[[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]}]]],["p-fb23c9b4",[[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]}]]],["p-300fe50e",[[1,"road-chip",{color:[1],outline:[4],size:[1],hasCloseIcon:[4,"has-close-icon"]}]]],["p-2db00cbc",[[1,"road-collapse",{isOpen:[1028,"is-open"],showMore:[1,"show-more"],showLess:[1,"show-less"],centered:[4]}]]],["p-e669be7b",[[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"]]]]],["p-d6a872f3",[[1,"road-dropdown",{isOpen:[1028,"is-open"],isLight:[4,"is-light"],isMedium:[4,"is-medium"],position:[513],direction:[513]}]]],["p-d24c06f2",[[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"]]]]],["p-f5f42766",[[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"]}]]],["p-dced2265",[[1,"road-rating",{size:[513],rate:[2],reviews:[2],reviewsText:[1,"reviews-text"]}]]],["p-38cf1a21",[[1,"road-toast",{isOpen:[1028,"is-open"],color:[1],label:[1],timeout:[2],open:[64],close:[64]}]]],["p-604b9899",[[1,"road-alert",{color:[1],label:[1],link:[1],url:[1]}]]],["p-e7e55fc6",[[6,"road-autocomplete",{options:[16],visible:[32]},[[0,"roadFocus","handleFocus"],[0,"roadfocus","handleFocus"],[4,"click","onClickOutside"]]]]],["p-00762fb0",[[1,"road-button-floating",{position:[513],href:[1],rel:[1],target:[1]},[[9,"scroll","onScroll"]]]]],["p-5d29e9c8",[[4,"road-carousel-item"]]],["p-173c9d0d",[[1,"road-flap",{color:[1],size:[513]}]]],["p-72612490",[[1,"road-global-navigation",{selectedTab:[1,"selected-tab"]},[[0,"roadNavbarItemClick","onNavbarChanged"],[0,"roadnavbaritemclick","onNavbarChanged"]]]]],["p-0ad2e739",[[1,"road-img",{alt:[1],src:[1],loadSrc:[32],loadError:[32]}]]],["p-7a724931",[[1,"road-navbar",{selectedTab:[1,"selected-tab"]},[[0,"roadNavbarItemClick","onNavbarChanged"],[0,"roadnavbaritemclick","onNavbarChanged"]]]]],["p-4b77e940",[[1,"road-navbar-item",{disabled:[4],download:[1],href:[1],rel:[1],selected:[1028],tab:[1],target:[1]},[[8,"roadNavbarChanged","onNavbarChanged"],[8,"roadnavbarchanged","onNavbarChanged"]]]]],["p-57e3fe85",[[1,"road-progress",{value:[2],numbersteps:[1],label:[1],showstep:[4],animation:[4],light:[4],fullwidth:[4],color:[1]}]]],["p-451c3bbf",[[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"]}]]],["p-07bb357f",[[1,"road-progress-indicator-vertical"]]],["p-df3469df",[[4,"road-progress-indicator-vertical-item"]]],["p-e51617fb",[[1,"road-progress-tracker"]]],["p-b3f165f4",[[4,"road-progress-tracker-item"]]],["p-921fd6c1",[[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"]]]]],["p-b6925b27",[[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]}]]],["p-510fe45c",[[1,"road-segmented-button",{size:[1],selected:[1028],tab:[1]},[[8,"roadSegmentedButtonBarChanged","onButtonBarChanged"],[8,"roadSegmentedButtonbarchanged","onButtonBarChanged"]]]]],["p-9ef4cedb",[[1,"road-segmented-button-bar",{selectedTab:[1,"selected-tab"]}]]],["p-10024b8f",[[1,"road-segmented-buttons",{selectedTab:[32],select:[64],getTab:[64],getSelected:[64]}]]],["p-3e6f0b0f",[[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]}]]],["p-df5abb4b",[[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"]]]]],["p-6cef5b4e",[[1,"road-skeleton"]]],["p-a4e187ea",[[1,"road-spinner",{size:[513],color:[513]}]]],["p-0ca6fb50",[[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]}]]],["p-e6a69601",[[1,"road-tab",{active:[1028],tab:[1],setActive:[64]}]]],["p-85d01de7",[[1,"road-tab-bar",{secondary:[4],expand:[4],center:[4],selectedTab:[1,"selected-tab"]}]]],["p-6298ef24",[[1,"road-tab-button",{download:[1],href:[1],rel:[1],layout:[1],selected:[1028],tab:[1],target:[1]},[[8,"roadTabBarChanged","onTabBarChanged"],[8,"roadTabbarchanged","onTabBarChanged"]]]]],["p-cfbb1cd3",[[6,"road-table"]]],["p-ea321cc5",[[1,"road-tabs",{selectedTab:[32],select:[64],getTab:[64],getSelected:[64]}]]],["p-c44f7bd9",[[1,"road-tag",{color:[1]}]]],["p-e9bbb36d",[[1,"road-text",{color:[1]}]]],["p-80e42f95",[[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]}]]],["p-dc18333b",[[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]}]]],["p-1294ad0d",[[1,"road-toolbar-title"]]],["p-07ff311d",[[1,"road-toolbar-title-page"]]],["p-88aad04d",[[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]}]]],["p-b4381f61",[[1,"road-avatar",{size:[513]}]]],["p-b65936d0",[[1,"road-card",{button:[4],value:[1],type:[1],download:[1],href:[1],rel:[1],target:[1]}]]]],e)));
|
|
@@ -1 +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.
|
|
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>
|
|
@@ -1 +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.
|
|
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>
|
|
@@ -1 +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.
|
|
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>
|
|
@@ -1 +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.
|
|
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 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>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><path d="M59.12 51.47H4.25c-.69 0-1.25-.56-1.25-1.25V13.25c0-.69.56-1.25 1.25-1.25h54.87c.69 0 1.25.56 1.25 1.25v36.97c0 .69-.56 1.25-1.25 1.25ZM5.5 48.97h52.37V14.5H5.5v34.47Z"/><path d="M41.42 46.7h-31.4c-1.24 0-2.25-1.01-2.25-2.25V19.02c0-1.24 1.01-2.25 2.25-2.25h31.4c1.24 0 2.25 1.01 2.25 2.25v25.43c0 1.24-1.01 2.25-2.25 2.25Zm-31.15-2.5h30.9V19.27h-30.9V44.2ZM50.77 46.7a4.84 4.84 0 0 1-4.83-4.83 4.84 4.84 0 0 1 4.83-4.83 4.84 4.84 0 0 1 4.83 4.83 4.84 4.84 0 0 1-4.83 4.83Zm0-7.16c-1.28 0-2.33 1.04-2.33 2.33s1.04 2.33 2.33 2.33 2.33-1.04 2.33-2.33-1.04-2.33-2.33-2.33ZM50.77 35.97a4.84 4.84 0 0 1-4.83-4.83 4.84 4.84 0 0 1 4.83-4.83 4.84 4.84 0 0 1 4.83 4.83 4.84 4.84 0 0 1-4.83 4.83Zm0-7.16c-1.28 0-2.33 1.04-2.33 2.33s1.04 2.33 2.33 2.33 2.33-1.04 2.33-2.33-1.04-2.33-2.33-2.33ZM55.54 25.23H46c-.69 0-1.25-.56-1.25-1.25v-5.96c0-.69.56-1.25 1.25-1.25h9.54c.69 0 1.25.56 1.25 1.25v5.96c0 .69-.56 1.25-1.25 1.25Zm-8.29-2.5h7.04v-3.46h-7.04v3.46Z"/><path d="m19.48 39.12-1.88-1.64c2.08-2.38 1.41-3.22.19-4.73-1.35-1.67-3.39-4.2 1.08-8.48l1.73 1.81c-2.81 2.69-2.12 3.55-.87 5.1 1.28 1.58 3.21 3.97-.25 7.94ZM26.04 39.12l-1.88-1.64c2.08-2.38 1.41-3.22.19-4.73-1.35-1.67-3.39-4.2 1.08-8.48l1.73 1.81c-2.81 2.69-2.12 3.55-.87 5.1 1.28 1.58 3.21 3.97-.25 7.94ZM32.6 39.12l-1.88-1.64c2.08-2.38 1.41-3.22.19-4.73-1.35-1.67-3.39-4.2 1.08-8.48l1.73 1.81c-2.81 2.69-2.12 3.55-.87 5.1 1.28 1.58 3.21 3.97-.25 7.94Z" 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="M59.12 51.47H4.25c-.69 0-1.25-.56-1.25-1.25V13.25c0-.69.56-1.25 1.25-1.25h54.87c.69 0 1.25.56 1.25 1.25v36.97c0 .69-.56 1.25-1.25 1.25ZM5.5 48.97h52.37V14.5H5.5v34.47Z"/><path d="M41.42 46.7h-31.4c-1.24 0-2.25-1.01-2.25-2.25V19.02c0-1.24 1.01-2.25 2.25-2.25h31.4c1.24 0 2.25 1.01 2.25 2.25v25.43c0 1.24-1.01 2.25-2.25 2.25Zm-31.15-2.5h30.9V19.27h-30.9V44.2ZM50.77 46.7a4.84 4.84 0 0 1-4.83-4.83 4.84 4.84 0 0 1 4.83-4.83 4.84 4.84 0 0 1 4.83 4.83 4.84 4.84 0 0 1-4.83 4.83Zm0-7.16c-1.28 0-2.33 1.04-2.33 2.33s1.04 2.33 2.33 2.33 2.33-1.04 2.33-2.33-1.04-2.33-2.33-2.33ZM50.77 35.97a4.84 4.84 0 0 1-4.83-4.83 4.84 4.84 0 0 1 4.83-4.83 4.84 4.84 0 0 1 4.83 4.83 4.84 4.84 0 0 1-4.83 4.83Zm0-7.16c-1.28 0-2.33 1.04-2.33 2.33s1.04 2.33 2.33 2.33 2.33-1.04 2.33-2.33-1.04-2.33-2.33-2.33ZM55.54 25.23H46c-.69 0-1.25-.56-1.25-1.25v-5.96c0-.69.56-1.25 1.25-1.25h9.54c.69 0 1.25.56 1.25 1.25v5.96c0 .69-.56 1.25-1.25 1.25Zm-8.29-2.5h7.04v-3.46h-7.04v3.46Z"/><path d="m19.48 39.12-1.88-1.64c2.08-2.38 1.41-3.22.19-4.73-1.35-1.67-3.39-4.2 1.08-8.48l1.73 1.81c-2.81 2.69-2.12 3.55-.87 5.1 1.28 1.58 3.21 3.97-.25 7.94ZM26.04 39.12l-1.88-1.64c2.08-2.38 1.41-3.22.19-4.73-1.35-1.67-3.39-4.2 1.08-8.48l1.73 1.81c-2.81 2.69-2.12 3.55-.87 5.1 1.28 1.58 3.21 3.97-.25 7.94ZM32.6 39.12l-1.88-1.64c2.08-2.38 1.41-3.22.19-4.73-1.35-1.67-3.39-4.2 1.08-8.48l1.73 1.81c-2.81 2.69-2.12 3.55-.87 5.1 1.28 1.58 3.21 3.97-.25 7.94Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><path d="M33.06 15.02v2.51h2.5v-2.51c0-2.76-2.25-5.01-5.01-5.01H3v2.5h27.55c1.38 0 2.51 1.13 2.51 2.51Z"/><path d="M53.63 25.87h-8.01v-3.83c0-.69-.56-1.25-1.25-1.25h-3.79v-5.76c0-5.53-4.5-10.02-10.02-10.02H3v2.5h27.55c4.15 0 7.52 3.38 7.52 7.52v5.76h-9.06c-.69 0-1.25.56-1.25 1.25v3.83h-8.01c-3.99 0-7.24 3.25-7.24 7.24v2.75c0 .69.56 1.25 1.25 1.25h45.85c.69 0 1.25-.56 1.25-1.25v-2.75c0-3.99-3.25-7.24-7.24-7.24h.01Zm-38.61 8.74v-1.5a4.75 4.75 0 0 1 4.74-4.74h18.1v-2.5h-7.59v-2.58h12.85v2.58h-2.37v2.5h12.89a4.75 4.75 0 0 1 4.74 4.74v1.5H15.02Z"/><path d="M36.82 52.23c-.69 0-1.25.58-1.25 1.27a1.25 1.25 0 0 0 2.5 0v-.05c0-.69-.56-1.23-1.25-1.23v.01ZM36.82 42.13c-.69 0-1.25.58-1.25 1.27a1.25 1.25 0 0 0 2.5 0v-.05c0-.69-.56-1.23-1.25-1.23v.01ZM36.82 57.28c-.69 0-1.25.58-1.25 1.28a1.25 1.25 0 0 0 2.5 0v-.05c0-.69-.56-1.23-1.25-1.23ZM36.82 47.18c-.69 0-1.25.58-1.25 1.28a1.25 1.25 0 0 0 2.5 0v-.05c0-.69-.56-1.23-1.25-1.23ZM45.6 44.63c.68-.14 1.11-.8.97-1.48v-.05c-.15-.68-.81-1.08-1.49-.94-.68.14-1.1.83-.96 1.5.12.59.64.99 1.22.99.09 0 .17 0 .26-.03v.01ZM49.65 57.93c-.14-.68-.8-1.08-1.48-.94-.68.14-1.1.83-.96 1.5.12.59.64.99 1.22.99.09 0 .17 0 .26-.03.68-.14 1.11-.8.97-1.48v-.05l-.01.01ZM47.66 54.52c.68-.14 1.11-.8.97-1.48v-.05c-.15-.68-.81-1.08-1.49-.94-.68.14-1.1.83-.96 1.5.12.59.64.99 1.22.99.09 0 .17 0 .26-.03v.01ZM46.62 49.58c.68-.14 1.12-.79.98-1.47v-.05c-.15-.68-.8-1.09-1.48-.96-.68.14-1.11.82-.98 1.5.12.59.64 1 1.22 1 .08 0 .16 0 .25-.02h.01ZM58.92 52.53l-.02-.05c-.23-.65-.93-.97-1.58-.74-.65.23-.99.97-.76 1.62.18.51.66.84 1.18.84.14 0 .28-.02.41-.07.65-.23.99-.94.77-1.59v-.01ZM57.25 47.76l-.02-.05c-.23-.65-.93-.97-1.58-.74-.65.23-.99.97-.76 1.62.18.51.66.84 1.18.84.14 0 .28-.02.41-.07.65-.23.99-.94.77-1.59v-.01ZM60.59 57.31l-.02-.05c-.22-.65-.93-.98-1.58-.76-.65.22-1 .96-.77 1.61.18.52.66.85 1.18.85.13 0 .27-.02.4-.07.65-.22 1-.93.78-1.59l.01.01ZM55.59 42.99l-.02-.05c-.23-.65-.93-.97-1.58-.74-.65.23-.99.97-.76 1.62.18.51.66.84 1.18.84.14 0 .28-.02.41-.07.65-.23.99-.94.77-1.59v-.01ZM26.49 52.05c-.68-.14-1.34.32-1.49.99-.14.68.29 1.34.97 1.48a1.24 1.24 0 0 0 1.48-.96v-.05c.15-.68-.29-1.31-.96-1.46ZM25.46 56.99c-.68-.14-1.34.32-1.49.99-.14.68.29 1.34.97 1.48a1.24 1.24 0 0 0 1.48-.96v-.05c.15-.68-.29-1.31-.96-1.46ZM27.51 47.1c-.67-.14-1.34.33-1.48 1a1.239 1.239 0 0 0 1.23 1.49c.58 0 1.11-.41 1.22-1v-.05c.15-.68-.3-1.31-.98-1.45l.01.01ZM28.55 42.16c-.68-.14-1.34.32-1.49.99-.14.68.29 1.34.97 1.48a1.24 1.24 0 0 0 1.48-.96v-.05c.15-.68-.29-1.31-.96-1.46ZM16.37 51.74c-.65-.23-1.37.13-1.6.78-.23.65.11 1.37.76 1.6a1.257 1.257 0 0 0 1.6-.76l.02-.05c.23-.65-.12-1.34-.77-1.57h-.01ZM14.71 56.51c-.65-.23-1.37.13-1.6.78-.23.65.11 1.37.76 1.6a1.257 1.257 0 0 0 1.6-.76l.02-.05c.23-.65-.12-1.34-.77-1.57h-.01ZM18.03 46.97c-.66-.23-1.37.14-1.6.79-.23.65.11 1.36.77 1.59a1.243 1.243 0 0 0 1.59-.77l.02-.05c.23-.65-.12-1.34-.77-1.57l-.01.01ZM19.7 42.2c-.65-.23-1.37.14-1.6.79-.23.65.11 1.36.77 1.59a1.243 1.243 0 0 0 1.59-.77l.02-.05c.23-.65-.12-1.34-.77-1.57l-.01.01Z" 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="M33.06 15.02v2.51h2.5v-2.51c0-2.76-2.25-5.01-5.01-5.01H3v2.5h27.55c1.38 0 2.51 1.13 2.51 2.51Z"/><path d="M53.63 25.87h-8.01v-3.83c0-.69-.56-1.25-1.25-1.25h-3.79v-5.76c0-5.53-4.5-10.02-10.02-10.02H3v2.5h27.55c4.15 0 7.52 3.38 7.52 7.52v5.76h-9.06c-.69 0-1.25.56-1.25 1.25v3.83h-8.01c-3.99 0-7.24 3.25-7.24 7.24v2.75c0 .69.56 1.25 1.25 1.25h45.85c.69 0 1.25-.56 1.25-1.25v-2.75c0-3.99-3.25-7.24-7.24-7.24h.01Zm-38.61 8.74v-1.5a4.75 4.75 0 0 1 4.74-4.74h18.1v-2.5h-7.59v-2.58h12.85v2.58h-2.37v2.5h12.89a4.75 4.75 0 0 1 4.74 4.74v1.5H15.02ZM36.82 52.23c-.69 0-1.25.58-1.25 1.27a1.25 1.25 0 0 0 2.5 0v-.05c0-.69-.56-1.23-1.25-1.23v.01ZM36.82 42.13c-.69 0-1.25.58-1.25 1.27a1.25 1.25 0 0 0 2.5 0v-.05c0-.69-.56-1.23-1.25-1.23v.01ZM36.82 57.28c-.69 0-1.25.58-1.25 1.28a1.25 1.25 0 0 0 2.5 0v-.05c0-.69-.56-1.23-1.25-1.23ZM36.82 47.18c-.69 0-1.25.58-1.25 1.28a1.25 1.25 0 0 0 2.5 0v-.05c0-.69-.56-1.23-1.25-1.23ZM45.6 44.63c.68-.14 1.11-.8.97-1.48v-.05c-.15-.68-.81-1.08-1.49-.94-.68.14-1.1.83-.96 1.5.12.59.64.99 1.22.99.09 0 .17 0 .26-.03v.01ZM49.65 57.93c-.14-.68-.8-1.08-1.48-.94-.68.14-1.1.83-.96 1.5.12.59.64.99 1.22.99.09 0 .17 0 .26-.03.68-.14 1.11-.8.97-1.48v-.05l-.01.01ZM47.66 54.52c.68-.14 1.11-.8.97-1.48v-.05c-.15-.68-.81-1.08-1.49-.94-.68.14-1.1.83-.96 1.5.12.59.64.99 1.22.99.09 0 .17 0 .26-.03v.01ZM46.62 49.58c.68-.14 1.12-.79.98-1.47v-.05c-.15-.68-.8-1.09-1.48-.96-.68.14-1.11.82-.98 1.5.12.59.64 1 1.22 1 .08 0 .16 0 .25-.02h.01ZM58.92 52.53l-.02-.05c-.23-.65-.93-.97-1.58-.74-.65.23-.99.97-.76 1.62.18.51.66.84 1.18.84.14 0 .28-.02.41-.07.65-.23.99-.94.77-1.59v-.01ZM57.25 47.76l-.02-.05c-.23-.65-.93-.97-1.58-.74-.65.23-.99.97-.76 1.62.18.51.66.84 1.18.84.14 0 .28-.02.41-.07.65-.23.99-.94.77-1.59v-.01ZM60.59 57.31l-.02-.05c-.22-.65-.93-.98-1.58-.76-.65.22-1 .96-.77 1.61.18.52.66.85 1.18.85.13 0 .27-.02.4-.07.65-.22 1-.93.78-1.59l.01.01ZM55.59 42.99l-.02-.05c-.23-.65-.93-.97-1.58-.74-.65.23-.99.97-.76 1.62.18.51.66.84 1.18.84.14 0 .28-.02.41-.07.65-.23.99-.94.77-1.59v-.01ZM26.49 52.05c-.68-.14-1.34.32-1.49.99-.14.68.29 1.34.97 1.48a1.24 1.24 0 0 0 1.48-.96v-.05c.15-.68-.29-1.31-.96-1.46ZM25.46 56.99c-.68-.14-1.34.32-1.49.99-.14.68.29 1.34.97 1.48a1.24 1.24 0 0 0 1.48-.96v-.05c.15-.68-.29-1.31-.96-1.46ZM27.51 47.1c-.67-.14-1.34.33-1.48 1a1.239 1.239 0 0 0 1.23 1.49c.58 0 1.11-.41 1.22-1v-.05c.15-.68-.3-1.31-.98-1.45l.01.01ZM28.55 42.16c-.68-.14-1.34.32-1.49.99-.14.68.29 1.34.97 1.48a1.24 1.24 0 0 0 1.48-.96v-.05c.15-.68-.29-1.31-.96-1.46ZM16.37 51.74c-.65-.23-1.37.13-1.6.78-.23.65.11 1.37.76 1.6a1.257 1.257 0 0 0 1.6-.76l.02-.05c.23-.65-.12-1.34-.77-1.57h-.01ZM14.71 56.51c-.65-.23-1.37.13-1.6.78-.23.65.11 1.37.76 1.6a1.257 1.257 0 0 0 1.6-.76l.02-.05c.23-.65-.12-1.34-.77-1.57h-.01ZM18.03 46.97c-.66-.23-1.37.14-1.6.79-.23.65.11 1.36.77 1.59a1.243 1.243 0 0 0 1.59-.77l.02-.05c.23-.65-.12-1.34-.77-1.57l-.01.01ZM19.7 42.2c-.65-.23-1.37.14-1.6.79-.23.65.11 1.36.77 1.59a1.243 1.243 0 0 0 1.59-.77l.02-.05c.23-.65-.12-1.34-.77-1.57l-.01.01Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><path d="m53.55 12.22-1.77 1.77c4.34 4.76 6.64 10.72 6.92 16.76H52v2.5h6.7c-.28 6.04-2.58 12-6.92 16.76l-4.75-4.75-1.77 1.77 4.75 4.75c-4.63 4.22-10.5 6.66-16.76 6.94V52h-2.5v6.72a26.578 26.578 0 0 1-16.76-6.94l4.75-4.75-1.77-1.77-4.75 4.75C8 45.38 5.56 39.51 5.28 33.25H12v-2.5H5.29c.29-6.26 2.72-12.13 6.94-16.76l-1.77-1.77C5.49 17.63 2.76 24.6 2.76 32c0 7.81 3.04 15.16 8.57 20.68 5.52 5.52 12.87 8.57 20.68 8.57 7.81 0 15.16-3.04 20.68-8.57 11.11-11.11 11.39-29 .86-40.46Z"/><path d="m20.52 41.72 1.77 1.77 4.13-4.13a9.22 9.22 0 0 0 4.34 1.8V47h2.5v-5.84a9.12 9.12 0 0 0 4.34-1.8l4.13 4.13 1.77-1.77-4.13-4.13c.99-1.3 1.59-2.8 1.79-4.34h5.85v-2.5h-5.85c-.21-1.54-.8-3.04-1.79-4.34l-1.78 1.78a6.755 6.755 0 0 1-5.57 10.56c-1.8 0-3.5-.7-4.77-1.98-2.4-2.4-2.6-6.18-.62-8.83-.06.08-.13.15-.18.23h-.02l-1.77-1.77c-.99 1.3-1.58 2.8-1.79 4.34h-5.85v2.5h5.85c.21 1.54.81 3.04 1.79 4.34l-4.14 4.14Z"/><path d="M26.44 28.18A6.735 6.735 0 0 1 32 25.25c2.31 0 4.36 1.17 5.57 2.94l5.39-5.39-.88-.88A14.159 14.159 0 0 0 32 17.75c-3.81 0-7.38 1.48-10.08 4.17l-.88.88 5.37 5.37h.02l.01.01Zm-1.81-5.33c2.08-1.69 4.66-2.6 7.38-2.6 2.72 0 5.29.92 7.38 2.6l-1.78 1.78a9.192 9.192 0 0 0-5.6-1.88c-2.05 0-4 .66-5.6 1.88l-1.78-1.78Z" fill="var(--road-icon-variant, rgb(252, 183, 49))"/><path d="m46.15 19.63-.88-.88c-7.31-7.31-19.21-7.31-26.52 0l-.88.88-7.4-7.4.86-.91c5.52-5.53 12.87-8.57 20.68-8.57 7.81 0 15.16 3.04 20.68 8.57l.86.91-7.4 7.4Zm-14.14-8.87c5.05 0 10.1 1.79 14.12 5.36l3.89-3.89a26.578 26.578 0 0 0-18.01-6.97c-6.73 0-13.08 2.47-18.01 6.97l3.89 3.89c4.01-3.57 9.07-5.36 14.12-5.36Z" 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="m53.55 12.22-1.77 1.77c4.34 4.76 6.64 10.72 6.92 16.76H52v2.5h6.7c-.28 6.04-2.58 12-6.92 16.76l-4.75-4.75-1.77 1.77 4.75 4.75c-4.63 4.22-10.5 6.66-16.76 6.94V52h-2.5v6.72a26.578 26.578 0 0 1-16.76-6.94l4.75-4.75-1.77-1.77-4.75 4.75C8 45.38 5.56 39.51 5.28 33.25H12v-2.5H5.29c.29-6.26 2.72-12.13 6.94-16.76l-1.77-1.77C5.49 17.63 2.76 24.6 2.76 32c0 7.81 3.04 15.16 8.57 20.68 5.52 5.52 12.87 8.57 20.68 8.57 7.81 0 15.16-3.04 20.68-8.57 11.11-11.11 11.39-29 .86-40.46Z"/><path d="m20.52 41.72 1.77 1.77 4.13-4.13a9.22 9.22 0 0 0 4.34 1.8V47h2.5v-5.84a9.12 9.12 0 0 0 4.34-1.8l4.13 4.13 1.77-1.77-4.13-4.13c.99-1.3 1.59-2.8 1.79-4.34h5.85v-2.5h-5.85c-.21-1.54-.8-3.04-1.79-4.34l-1.78 1.78a6.755 6.755 0 0 1-5.57 10.56c-1.8 0-3.5-.7-4.77-1.98-2.4-2.4-2.6-6.18-.62-8.83-.06.08-.13.15-.18.23h-.02l-1.77-1.77c-.99 1.3-1.58 2.8-1.79 4.34h-5.85v2.5h5.85c.21 1.54.81 3.04 1.79 4.34l-4.14 4.14Z"/><path d="M26.44 28.18A6.735 6.735 0 0 1 32 25.25c2.31 0 4.36 1.17 5.57 2.94l5.39-5.39-.88-.88A14.159 14.159 0 0 0 32 17.75c-3.81 0-7.38 1.48-10.08 4.17l-.88.88 5.37 5.37h.02l.01.01Zm-1.81-5.33c2.08-1.69 4.66-2.6 7.38-2.6 2.72 0 5.29.92 7.38 2.6l-1.78 1.78a9.192 9.192 0 0 0-5.6-1.88c-2.05 0-4 .66-5.6 1.88l-1.78-1.78Z"/><path d="m46.15 19.63-.88-.88c-7.31-7.31-19.21-7.31-26.52 0l-.88.88-7.4-7.4.86-.91c5.52-5.53 12.87-8.57 20.68-8.57 7.81 0 15.16 3.04 20.68 8.57l.86.91-7.4 7.4Zm-14.14-8.87c5.05 0 10.1 1.79 14.12 5.36l3.89-3.89a26.578 26.578 0 0 0-18.01-6.97c-6.73 0-13.08 2.47-18.01 6.97l3.89 3.89c4.01-3.57 9.07-5.36 14.12-5.36Z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><path d="M46.792 31.053c-.57 0-1.14-.22-1.58-.65l-24.83-24.84c-.88-.88-.88-2.3 0-3.18 2.09-2.09 5.42-2.09 7.46-.04l20.59 20.59c2.05 2.05 2.05 5.38 0 7.42-.46.46-1.06.69-1.65.69l.01.01Zm-24.46-27.07 24.47 24.47c.94-1.11.89-2.73-.13-3.75l-20.6-20.59a2.751 2.751 0 0 0-3.75-.13h.01ZM6.398 43.72l1.63-1.1 3.02-4.47a7.728 7.728 0 0 1 4.86-3.24c-.27.79-.59 1.82-1.03 3.18l-.16.49c-.31.99-.15 2.04.45 2.88.6.84 1.55 1.34 2.59 1.36l29.45.52c.47.12.95.22 1.44.29 2.61.36 5.37 1.02 8.21 1.97.92.31 1.7.89 2.26 1.63h2.86a7.205 7.205 0 0 0-4.33-4c-2.99-1-5.9-1.7-8.67-2.08-1.89-.26-3.63-.96-5.02-2.02l-5.81-4.41c-2.35-1.78-5.27-2.72-8.22-2.69l-12.63.2c-3.35.05-6.46 1.74-8.33 4.52l-2.74 4.07-1.23.83a7.28 7.28 0 0 0-2.91 4.02h2.66c.36-.78.92-1.46 1.65-1.94v-.01Zm23.57-9.19c2.38-.03 4.76.74 6.67 2.18l5.35 4.06-10.52-.2.1-.03-1.73-6.01h.13Zm-12.87 4.81.16-.49c.48-1.5 1.02-3.18 1.32-4.13l8.68-.14 1.72 5.95-11.17-.21c-.33 0-.52-.2-.6-.31a.73.73 0 0 1-.1-.66l-.01-.
|
|
1
|
+
<svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><path d="M46.792 31.053c-.57 0-1.14-.22-1.58-.65l-24.83-24.84c-.88-.88-.88-2.3 0-3.18 2.09-2.09 5.42-2.09 7.46-.04l20.59 20.59c2.05 2.05 2.05 5.38 0 7.42-.46.46-1.06.69-1.65.69l.01.01Zm-24.46-27.07 24.47 24.47c.94-1.11.89-2.73-.13-3.75l-20.6-20.59a2.751 2.751 0 0 0-3.75-.13h.01ZM6.398 43.72l1.63-1.1 3.02-4.47a7.728 7.728 0 0 1 4.86-3.24c-.27.79-.59 1.82-1.03 3.18l-.16.49c-.31.99-.15 2.04.45 2.88.6.84 1.55 1.34 2.59 1.36l29.45.52c.47.12.95.22 1.44.29 2.61.36 5.37 1.02 8.21 1.97.92.31 1.7.89 2.26 1.63h2.86a7.205 7.205 0 0 0-4.33-4c-2.99-1-5.9-1.7-8.67-2.08-1.89-.26-3.63-.96-5.02-2.02l-5.81-4.41c-2.35-1.78-5.27-2.72-8.22-2.69l-12.63.2c-3.35.05-6.46 1.74-8.33 4.52l-2.74 4.07-1.23.83a7.28 7.28 0 0 0-2.91 4.02h2.66c.36-.78.92-1.46 1.65-1.94v-.01Zm23.57-9.19c2.38-.03 4.76.74 6.67 2.18l5.35 4.06-10.52-.2.1-.03-1.73-6.01h.13Zm-12.87 4.81.16-.49c.48-1.5 1.02-3.18 1.32-4.13l8.68-.14 1.72 5.95-11.17-.21c-.33 0-.52-.2-.6-.31a.73.73 0 0 1-.1-.66l-.01-.01Zm42.96 10.38c0 .13.03.25.03.38v6.06l-3.2.74h-2.5c-.02-3.43-2.82-6.21-6.25-6.21s-6.22 2.78-6.25 6.21h-21.67c-.02-3.43-2.82-6.21-6.25-6.21s-6.09 2.65-6.24 5.97l-2.34-.35a1.74 1.74 0 0 1-1.49-1.83l.36-6.33h-2.5l-.35 6.19a4.225 4.225 0 0 0 3.62 4.44l3.14.47c.92 2.3 3.17 3.94 5.8 3.94s4.79-1.57 5.75-3.79h22.68a6.257 6.257 0 0 0 5.75 3.79c2.58 0 4.79-1.57 5.75-3.79h3.29l3.67-.85a2.236 2.236 0 0 0 1.74-2.19V50.1c0-.13-.02-.25-.03-.38h-2.51ZM13.968 60.7c-2.07 0-3.75-1.68-3.75-3.75 0-2.07 1.68-3.75 3.75-3.75 2.07 0 3.75 1.68 3.75 3.75 0 2.07-1.68 3.75-3.75 3.75Zm34.17 0c-2.07 0-3.75-1.68-3.75-3.75 0-2.07 1.68-3.75 3.75-3.75 2.07 0 3.75 1.68 3.75 3.75 0 2.07-1.68 3.75-3.75 3.75Z"/><path d="M27.452 21.734h-5.17v2.5h5.17v-2.5Z" fill="var(--road-icon-variant, rgb(252, 183, 49))"/><path d="m45.212 30.404-2.39-2.39-9.53.14v-2.92c0-7.78-4.35-8.43-8.43-8.43s-8.43.65-8.43 8.43v3.17l-8.54.13c3.46-3.45 9.81-10.75 14.15-21.31l-1.66-1.66c-.1-.1-.18-.2-.25-.31-5.79 14.84-16.17 23.52-16.27 23.61a1.253 1.253 0 0 0 .79 2.22h.02l40.64-.6s-.07-.05-.09-.08h-.01Zm-26.28-5.16c0-5.65 2.25-5.93 5.93-5.93 3.68 0 5.93.29 5.93 5.93v2.95l-11.87.17v-3.13l.01.01ZM62.018 47.22h-5.29v2.5h5.87c-.05-.88-.25-1.72-.58-2.5Zm-59.89-1.56c-.24.77-.29 1.69-.33 2.5h5.56v-2.5h-5.23Z" 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="M46.792 31.053c-.57 0-1.14-.22-1.58-.65l-24.83-24.84c-.88-.88-.88-2.3 0-3.18 2.09-2.09 5.42-2.09 7.46-.04l20.59 20.59c2.05 2.05 2.05 5.38 0 7.42-.46.46-1.06.69-1.65.69l.01.01Zm-24.46-27.07 24.47 24.47c.94-1.11.89-2.73-.13-3.75l-20.6-20.59a2.751 2.751 0 0 0-3.75-.13h.01ZM6.398 43.72l1.63-1.1 3.02-4.47a7.728 7.728 0 0 1 4.86-3.24c-.27.79-.59 1.82-1.03 3.18l-.16.49c-.31.99-.15 2.04.45 2.88.6.84 1.55 1.34 2.59 1.36l29.45.52c.47.12.95.22 1.44.29 2.61.36 5.37 1.02 8.21 1.97.92.31 1.7.89 2.26 1.63h2.86a7.205 7.205 0 0 0-4.33-4c-2.99-1-5.9-1.7-8.67-2.08-1.89-.26-3.63-.96-5.02-2.02l-5.81-4.41c-2.35-1.78-5.27-2.72-8.22-2.69l-12.63.2c-3.35.05-6.46 1.74-8.33 4.52l-2.74 4.07-1.23.83a7.28 7.28 0 0 0-2.91 4.02h2.66c.36-.78.92-1.46 1.65-1.94v-.01Zm23.57-9.19c2.38-.03 4.76.74 6.67 2.18l5.35 4.06-10.52-.2.1-.03-1.73-6.01h.13Zm-12.87 4.81.16-.49c.48-1.5 1.02-3.18 1.32-4.13l8.68-.14 1.72 5.95-11.17-.21c-.33 0-.52-.2-.6-.31a.73.73 0 0 1-.1-.66l-.01-.
|
|
1
|
+
<svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><path d="M46.792 31.053c-.57 0-1.14-.22-1.58-.65l-24.83-24.84c-.88-.88-.88-2.3 0-3.18 2.09-2.09 5.42-2.09 7.46-.04l20.59 20.59c2.05 2.05 2.05 5.38 0 7.42-.46.46-1.06.69-1.65.69l.01.01Zm-24.46-27.07 24.47 24.47c.94-1.11.89-2.73-.13-3.75l-20.6-20.59a2.751 2.751 0 0 0-3.75-.13h.01ZM6.398 43.72l1.63-1.1 3.02-4.47a7.728 7.728 0 0 1 4.86-3.24c-.27.79-.59 1.82-1.03 3.18l-.16.49c-.31.99-.15 2.04.45 2.88.6.84 1.55 1.34 2.59 1.36l29.45.52c.47.12.95.22 1.44.29 2.61.36 5.37 1.02 8.21 1.97.92.31 1.7.89 2.26 1.63h2.86a7.205 7.205 0 0 0-4.33-4c-2.99-1-5.9-1.7-8.67-2.08-1.89-.26-3.63-.96-5.02-2.02l-5.81-4.41c-2.35-1.78-5.27-2.72-8.22-2.69l-12.63.2c-3.35.05-6.46 1.74-8.33 4.52l-2.74 4.07-1.23.83a7.28 7.28 0 0 0-2.91 4.02h2.66c.36-.78.92-1.46 1.65-1.94v-.01Zm23.57-9.19c2.38-.03 4.76.74 6.67 2.18l5.35 4.06-10.52-.2.1-.03-1.73-6.01h.13Zm-12.87 4.81.16-.49c.48-1.5 1.02-3.18 1.32-4.13l8.68-.14 1.72 5.95-11.17-.21c-.33 0-.52-.2-.6-.31a.73.73 0 0 1-.1-.66l-.01-.01Zm42.96 10.38c0 .13.03.25.03.38v6.06l-3.2.74h-2.5c-.02-3.43-2.82-6.21-6.25-6.21s-6.22 2.78-6.25 6.21h-21.67c-.02-3.43-2.82-6.21-6.25-6.21s-6.09 2.65-6.24 5.97l-2.34-.35a1.74 1.74 0 0 1-1.49-1.83l.36-6.33h-2.5l-.35 6.19a4.225 4.225 0 0 0 3.62 4.44l3.14.47c.92 2.3 3.17 3.94 5.8 3.94s4.79-1.57 5.75-3.79h22.68a6.257 6.257 0 0 0 5.75 3.79c2.58 0 4.79-1.57 5.75-3.79h3.29l3.67-.85a2.236 2.236 0 0 0 1.74-2.19V50.1c0-.13-.02-.25-.03-.38h-2.51ZM13.968 60.7c-2.07 0-3.75-1.68-3.75-3.75 0-2.07 1.68-3.75 3.75-3.75 2.07 0 3.75 1.68 3.75 3.75 0 2.07-1.68 3.75-3.75 3.75Zm34.17 0c-2.07 0-3.75-1.68-3.75-3.75 0-2.07 1.68-3.75 3.75-3.75 2.07 0 3.75 1.68 3.75 3.75 0 2.07-1.68 3.75-3.75 3.75ZM27.452 21.734h-5.17v2.5h5.17v-2.5Z"/><path d="m45.212 30.404-2.39-2.39-9.53.14v-2.92c0-7.78-4.35-8.43-8.43-8.43s-8.43.65-8.43 8.43v3.17l-8.54.13c3.46-3.45 9.81-10.75 14.15-21.31l-1.66-1.66c-.1-.1-.18-.2-.25-.31-5.79 14.84-16.17 23.52-16.27 23.61a1.253 1.253 0 0 0 .79 2.22h.02l40.64-.6s-.07-.05-.09-.08h-.01Zm-26.28-5.16c0-5.65 2.25-5.93 5.93-5.93 3.68 0 5.93.29 5.93 5.93v2.95l-11.87.17v-3.13l.01.01ZM62.018 47.22h-5.29v2.5h5.87c-.05-.88-.25-1.72-.58-2.5Zm-59.89-1.56c-.24.77-.29 1.69-.33 2.5h5.56v-2.5h-5.23Z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><path d="M42.405 59.397H19.72a6.245 6.245 0 0 1-11.547-.143l-3.142-.467a4.232 4.232 0 0 1-3.618-4.444l.35-6.186H5.32v-2.5H2.
|
|
1
|
+
<svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><path d="M42.405 59.397H19.72a6.245 6.245 0 0 1-11.547-.143l-3.142-.467a4.232 4.232 0 0 1-3.618-4.444l.35-6.186H5.32v-2.5H2.09A7.29 7.29 0 0 1 5 41.642l1.228-.827 2.743-4.07a10.262 10.262 0 0 1 8.335-4.52l12.661-.204a13.21 13.21 0 0 1 8.16 2.672l5.84 4.43a10.315 10.315 0 0 0 3.54 1.71l.254.005v.057c.405.103.814.184 1.227.243a48.057 48.057 0 0 1 8.666 2.076 7.206 7.206 0 0 1 4.325 4h-3.286v2.5h3.872c.007.127.031.25.031.378v6.26a2.243 2.243 0 0 1-1.74 2.19l-3.67.853h-3.292a6.248 6.248 0 0 1-11.492 0l.004.002Zm2-2.455a3.75 3.75 0 1 0 3.75-3.75 3.755 3.755 0 0 0-3.758 3.75h.008Zm-34.174 0a3.75 3.75 0 1 0 3.75-3.75 3.755 3.755 0 0 0-3.758 3.75h.008ZM30.005 34.52h-.16l1.732 6.012-.047.014 10.42.184-5.339-4.05a10.7 10.7 0 0 0-6.375-2.165l-.23.005Zm-11.43.184-1.479 4.625a.749.749 0 0 0 .7.974l11.167.2-1.709-5.933-8.68.134Zm29.857-11.773-20.59-20.59c-2.05-2.05-5.38-2.05-7.46.04-.78.78-.86 2-.25 2.87-5.79 14.84-16.17 23.52-16.27 23.61a1.253 1.253 0 0 0 .79 2.22h.02l40.64-.6c.42.38.95.58 1.48.58.59 0 1.18-.23 1.65-.69 2.05-2.05 2.05-5.38 0-7.42l-.01-.02Zm-20.99.67h-5.17v-2.5h5.17v2.5Zm5.85 4.55v-2.92c0-7.78-4.35-8.43-8.43-8.43s-8.43.65-8.43 8.43v3.17l-8.54.13c3.46-3.45 9.81-10.75 14.15-21.31l20.79 20.79-9.53.14h-.01Z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><path d="M57.273 46.37c-.529-9.334-11.674-12.48-18.278-13.526l-.1-.015a6.342 6.342 0 0 1-.726 2.418l.441.067c5.854.928 15.739 3.615 16.166 11.2a13.07 13.07 0 0 1-8.617 13.442c-1.407.531-2.896.81-4.4.824a6.984 6.984 0 0 1-5.656-2.287c-2.705-3.514-.836-7.643.971-11.638l.329-.73a13.812 13.812 0 0 0 .95-8.587l-.342-1.945-.056.01a6.422 6.422 0 0 1-2.111 2.089l.055.313a11.39 11.39 0 0 1-.773 7.094l-.327.726c-1.913 4.227-4.293 9.487-.674 14.19a9.429 9.429 0 0 0 7.637 3.263c1.8-.015 3.584-.347 5.269-.982A15.5 15.5 0 0 0 57.273 46.
|
|
1
|
+
<svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><path d="M57.273 46.37c-.529-9.334-11.674-12.48-18.278-13.526l-.1-.015a6.342 6.342 0 0 1-.726 2.418l.441.067c5.854.928 15.739 3.615 16.166 11.2a13.07 13.07 0 0 1-8.617 13.442c-1.407.531-2.896.81-4.4.824a6.984 6.984 0 0 1-5.656-2.287c-2.705-3.514-.836-7.643.971-11.638l.329-.73a13.812 13.812 0 0 0 .95-8.587l-.342-1.945-.056.01a6.422 6.422 0 0 1-2.111 2.089l.055.313a11.39 11.39 0 0 1-.773 7.094l-.327.726c-1.913 4.227-4.293 9.487-.674 14.19a9.429 9.429 0 0 0 7.637 3.263c1.8-.015 3.584-.347 5.269-.982A15.5 15.5 0 0 0 57.273 46.37Zm-27.744-8.501-.067.44c-.928 5.855-3.615 15.739-11.2 16.168A13.067 13.067 0 0 1 4.823 45.86a12.79 12.79 0 0 1-.825-4.4 6.987 6.987 0 0 1 2.287-5.654c3.515-2.7 7.644-.836 11.638.97l.73.33a13.806 13.806 0 0 0 8.587.949l1.946-.342-.01-.055a6.429 6.429 0 0 1-2.091-2.113l-.313.055a11.4 11.4 0 0 1-7.094-.774l-.727-.328c-4.227-1.912-9.487-4.292-14.191-.673a9.428 9.428 0 0 0-3.262 7.636c.015 1.8.347 3.584.982 5.27a15.45 15.45 0 0 0 14.829 10.273c.359 0 .725-.01 1.1-.031 9.333-.527 12.481-11.675 13.527-18.28l.015-.1a6.344 6.344 0 0 1-2.422-.724Zm33.068-20.124A15.5 15.5 0 0 0 46.671 7.503c-9.333.527-12.481 11.675-13.526 18.28l-.016.1a6.33 6.33 0 0 1 2.418.726l.067-.441c.928-5.855 3.616-15.74 11.2-16.168a13.045 13.045 0 0 1 13.441 8.618c.532 1.406.812 2.896.825 4.4a6.983 6.983 0 0 1-2.287 5.655c-3.513 2.7-7.641.837-11.638-.971l-.73-.33a13.812 13.812 0 0 0-8.587-.948l-1.945.342.009.056a6.418 6.418 0 0 1 2.09 2.114l.313-.055a11.4 11.4 0 0 1 7.093.774l.729.328c2.624 1.183 5.647 2.553 8.688 2.553a8.758 8.758 0 0 0 5.5-1.881 9.427 9.427 0 0 0 3.262-7.637 15.318 15.318 0 0 0-.98-5.273ZM26.908 29.229l-.441-.067c-5.854-.928-15.739-3.616-16.167-11.2a13.068 13.068 0 0 1 8.618-13.44 12.76 12.76 0 0 1 4.4-.824 6.987 6.987 0 0 1 5.656 2.287c2.7 3.514.837 7.643-.971 11.638l-.329.729a13.829 13.829 0 0 0-.95 8.588l.342 1.945.056-.01a6.429 6.429 0 0 1 2.113-2.091l-.055-.312a11.405 11.405 0 0 1 .774-7.1l.327-.726c1.913-4.227 4.293-9.487.673-14.191a9.427 9.427 0 0 0-7.636-3.262 15.3 15.3 0 0 0-5.269.982 15.5 15.5 0 0 0-10.245 15.93c.527 9.33 11.674 12.48 18.279 13.53l.1.016a6.325 6.325 0 0 1 .725-2.422Z"/><path d="M32.536 38.622a6.386 6.386 0 1 1 6.387-6.39 6.396 6.396 0 0 1-6.387 6.39Zm0-10.273a3.886 3.886 0 1 0 .003 7.772 3.886 3.886 0 0 0-.003-7.772Z" 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="M57.273 46.37c-.529-9.334-11.674-12.48-18.278-13.526l-.1-.015a6.342 6.342 0 0 1-.726 2.418l.441.067c5.854.928 15.739 3.615 16.166 11.2a13.07 13.07 0 0 1-8.617 13.442c-1.407.531-2.896.81-4.4.824a6.984 6.984 0 0 1-5.656-2.287c-2.705-3.514-.836-7.643.971-11.638l.329-.73a13.812 13.812 0 0 0 .95-8.587l-.342-1.945-.056.01a6.422 6.422 0 0 1-2.111 2.089l.055.313a11.39 11.39 0 0 1-.773 7.094l-.327.726c-1.913 4.227-4.293 9.487-.674 14.19a9.429 9.429 0 0 0 7.637 3.263c1.8-.015 3.584-.347 5.269-.982A15.5 15.5 0 0 0 57.273 46.
|
|
1
|
+
<svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><path d="M57.273 46.37c-.529-9.334-11.674-12.48-18.278-13.526l-.1-.015a6.342 6.342 0 0 1-.726 2.418l.441.067c5.854.928 15.739 3.615 16.166 11.2a13.07 13.07 0 0 1-8.617 13.442c-1.407.531-2.896.81-4.4.824a6.984 6.984 0 0 1-5.656-2.287c-2.705-3.514-.836-7.643.971-11.638l.329-.73a13.812 13.812 0 0 0 .95-8.587l-.342-1.945-.056.01a6.422 6.422 0 0 1-2.111 2.089l.055.313a11.39 11.39 0 0 1-.773 7.094l-.327.726c-1.913 4.227-4.293 9.487-.674 14.19a9.429 9.429 0 0 0 7.637 3.263c1.8-.015 3.584-.347 5.269-.982A15.5 15.5 0 0 0 57.273 46.37Zm-27.744-8.501-.067.44c-.928 5.855-3.615 15.739-11.2 16.168A13.067 13.067 0 0 1 4.823 45.86a12.79 12.79 0 0 1-.825-4.4 6.987 6.987 0 0 1 2.287-5.654c3.515-2.7 7.644-.836 11.638.97l.73.33a13.806 13.806 0 0 0 8.587.949l1.946-.342-.01-.055a6.429 6.429 0 0 1-2.091-2.113l-.313.055a11.4 11.4 0 0 1-7.094-.774l-.727-.328c-4.227-1.912-9.487-4.292-14.191-.673a9.428 9.428 0 0 0-3.262 7.636c.015 1.8.347 3.584.982 5.27a15.45 15.45 0 0 0 14.829 10.273c.359 0 .725-.01 1.1-.031 9.333-.527 12.481-11.675 13.527-18.28l.015-.1a6.344 6.344 0 0 1-2.422-.724Zm33.068-20.124A15.5 15.5 0 0 0 46.671 7.503c-9.333.527-12.481 11.675-13.526 18.28l-.016.1a6.33 6.33 0 0 1 2.418.726l.067-.441c.928-5.855 3.616-15.74 11.2-16.168a13.045 13.045 0 0 1 13.441 8.618c.532 1.406.812 2.896.825 4.4a6.983 6.983 0 0 1-2.287 5.655c-3.513 2.7-7.641.837-11.638-.971l-.73-.33a13.812 13.812 0 0 0-8.587-.948l-1.945.342.009.056a6.418 6.418 0 0 1 2.09 2.114l.313-.055a11.4 11.4 0 0 1 7.093.774l.729.328c2.624 1.183 5.647 2.553 8.688 2.553a8.758 8.758 0 0 0 5.5-1.881 9.427 9.427 0 0 0 3.262-7.637 15.318 15.318 0 0 0-.98-5.273ZM26.908 29.229l-.441-.067c-5.854-.928-15.739-3.616-16.167-11.2a13.068 13.068 0 0 1 8.618-13.44 12.76 12.76 0 0 1 4.4-.824 6.987 6.987 0 0 1 5.656 2.287c2.7 3.514.837 7.643-.971 11.638l-.329.729a13.829 13.829 0 0 0-.95 8.588l.342 1.945.056-.01a6.429 6.429 0 0 1 2.113-2.091l-.055-.312a11.405 11.405 0 0 1 .774-7.1l.327-.726c1.913-4.227 4.293-9.487.673-14.191a9.427 9.427 0 0 0-7.636-3.262 15.3 15.3 0 0 0-5.269.982 15.5 15.5 0 0 0-10.245 15.93c.527 9.33 11.674 12.48 18.279 13.53l.1.016a6.325 6.325 0 0 1 .725-2.422Z"/><path d="M32.536 38.622a6.386 6.386 0 1 1 6.387-6.39 6.396 6.396 0 0 1-6.387 6.39Zm0-10.273a3.886 3.886 0 1 0 .003 7.772 3.886 3.886 0 0 0-.003-7.772Z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><path d="M31.67 41.767c-6.14 0-11.13-4.99-11.13-11.13 0-4.89 2.25-8.2 4.62-11.71 2.06-3.04 4.19-6.18 5.3-10.82.13-.56.64-.96 1.22-.96s1.08.4 1.22.96c1.11 4.63 3.24 7.78 5.3 10.82 2.38 3.51 4.62 6.82 4.62 11.71 0 6.14-4.99 11.13-11.13 11.13h-.02Zm0-29.27c-1.26 3.13-2.93 5.59-4.44 7.83-2.25 3.32-4.19 6.19-4.19 10.31 0 4.76 3.87 8.63 8.63 8.63 4.76 0 8.63-3.87 8.63-8.63 0-4.12-1.94-6.99-4.19-10.31-1.52-2.24-3.18-4.7-4.44-7.83Z"
|
|
1
|
+
<svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><path d="M31.67 41.767c-6.14 0-11.13-4.99-11.13-11.13 0-4.89 2.25-8.2 4.62-11.71 2.06-3.04 4.19-6.18 5.3-10.82.13-.56.64-.96 1.22-.96s1.08.4 1.22.96c1.11 4.63 3.24 7.78 5.3 10.82 2.38 3.51 4.62 6.82 4.62 11.71 0 6.14-4.99 11.13-11.13 11.13h-.02Zm0-29.27c-1.26 3.13-2.93 5.59-4.44 7.83-2.25 3.32-4.19 6.19-4.19 10.31 0 4.76 3.87 8.63 8.63 8.63 4.76 0 8.63-3.87 8.63-8.63 0-4.12-1.94-6.99-4.19-10.31-1.52-2.24-3.18-4.7-4.44-7.83Z"/><path d="M31.67 36.827c-3.41 0-6.19-2.78-6.19-6.19h2.5c0 2.04 1.66 3.69 3.69 3.69v2.5Z"/><path d="M31.67 50.407c-9.72 0-19.78-3.12-19.78-8.34 0-2.33 1.98-4.46 5.59-5.98l.97 2.3c-2.54 1.07-4.06 2.45-4.06 3.68 0 2.7 7.55 5.84 17.28 5.84s17.28-3.14 17.28-5.84c0-1.23-1.52-2.6-4.06-3.68l.97-2.3c3.6 1.52 5.59 3.65 5.59 5.98 0 5.22-10.06 8.34-19.78 8.34Z"/><path d="M31.67 57.736C15.31 57.736 2 51.926 2 44.787c0-2.25 1.21-4.44 3.51-6.33l1.59 1.93c-1.73 1.42-2.6 2.9-2.6 4.39 0 4.94 11.16 10.45 27.17 10.45s27.17-5.51 27.17-10.45c0-1.26-.63-2.53-1.88-3.75l1.75-1.78c1.74 1.71 2.63 3.57 2.63 5.53 0 7.14-13.31 12.95-29.67 12.95v.01Z"/></svg>
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @slot - content of the stepper item, it should be road-vertical-stepper-item elements.
|
|
3
|
+
*
|
|
4
|
+
* if the state of the step is completed add the class `completed` on the road-vertical-stepper-item
|
|
5
|
+
*
|
|
6
|
+
* if the state of the step is in-progress add the class `in-progress` on the road-vertical-stepper-item
|
|
7
|
+
*
|
|
8
|
+
* if the state of the step is current add the class `current` on the road-vertical-stepper-item
|
|
9
|
+
*
|
|
10
|
+
* `<road-icon name="check-small" class="d-block" style="color: currentColor;"></road-icon>`
|
|
11
|
+
*/
|
|
12
|
+
export declare class ProgressIndicatorVertical {
|
|
13
|
+
render(): any;
|
|
14
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import './../../utils/polyfill';
|
|
2
|
+
/**
|
|
3
|
+
* @slot - Content of the tag.
|
|
4
|
+
*/
|
|
5
|
+
export declare class Tag {
|
|
6
|
+
/**
|
|
7
|
+
* The color to use from your application's color palette.
|
|
8
|
+
*/
|
|
9
|
+
color?: 'grey' | 'yellow' | 'red' | 'violet' | 'blue' | 'green';
|
|
10
|
+
render(): any;
|
|
11
|
+
}
|
|
@@ -919,6 +919,10 @@ export namespace Components {
|
|
|
919
919
|
*/
|
|
920
920
|
"urlStep3"?: string;
|
|
921
921
|
}
|
|
922
|
+
interface RoadProgressIndicatorVertical {
|
|
923
|
+
}
|
|
924
|
+
interface RoadProgressIndicatorVerticalItem {
|
|
925
|
+
}
|
|
922
926
|
interface RoadProgressTracker {
|
|
923
927
|
}
|
|
924
928
|
interface RoadProgressTrackerItem {
|
|
@@ -1299,6 +1303,12 @@ export namespace Components {
|
|
|
1299
1303
|
*/
|
|
1300
1304
|
"select": (tab: string | HTMLRoadTabElement) => Promise<boolean>;
|
|
1301
1305
|
}
|
|
1306
|
+
interface RoadTag {
|
|
1307
|
+
/**
|
|
1308
|
+
* The color to use from your application's color palette.
|
|
1309
|
+
*/
|
|
1310
|
+
"color"?: 'grey' | 'yellow' | 'red' | 'violet' | 'blue' | 'green';
|
|
1311
|
+
}
|
|
1302
1312
|
interface RoadText {
|
|
1303
1313
|
/**
|
|
1304
1314
|
* Color of the text.
|
|
@@ -1511,10 +1521,6 @@ export namespace Components {
|
|
|
1511
1521
|
*/
|
|
1512
1522
|
"trigger": string;
|
|
1513
1523
|
}
|
|
1514
|
-
interface RoadVerticalStepper {
|
|
1515
|
-
}
|
|
1516
|
-
interface RoadVerticalStepperItem {
|
|
1517
|
-
}
|
|
1518
1524
|
}
|
|
1519
1525
|
export interface RoadAutocompleteCustomEvent<T> extends CustomEvent<T> {
|
|
1520
1526
|
detail: T;
|
|
@@ -1871,6 +1877,18 @@ declare global {
|
|
|
1871
1877
|
prototype: HTMLRoadProgressIndicatorHorizontalElement;
|
|
1872
1878
|
new (): HTMLRoadProgressIndicatorHorizontalElement;
|
|
1873
1879
|
};
|
|
1880
|
+
interface HTMLRoadProgressIndicatorVerticalElement extends Components.RoadProgressIndicatorVertical, HTMLStencilElement {
|
|
1881
|
+
}
|
|
1882
|
+
var HTMLRoadProgressIndicatorVerticalElement: {
|
|
1883
|
+
prototype: HTMLRoadProgressIndicatorVerticalElement;
|
|
1884
|
+
new (): HTMLRoadProgressIndicatorVerticalElement;
|
|
1885
|
+
};
|
|
1886
|
+
interface HTMLRoadProgressIndicatorVerticalItemElement extends Components.RoadProgressIndicatorVerticalItem, HTMLStencilElement {
|
|
1887
|
+
}
|
|
1888
|
+
var HTMLRoadProgressIndicatorVerticalItemElement: {
|
|
1889
|
+
prototype: HTMLRoadProgressIndicatorVerticalItemElement;
|
|
1890
|
+
new (): HTMLRoadProgressIndicatorVerticalItemElement;
|
|
1891
|
+
};
|
|
1874
1892
|
interface HTMLRoadProgressTrackerElement extends Components.RoadProgressTracker, HTMLStencilElement {
|
|
1875
1893
|
}
|
|
1876
1894
|
var HTMLRoadProgressTrackerElement: {
|
|
@@ -1991,6 +2009,12 @@ declare global {
|
|
|
1991
2009
|
prototype: HTMLRoadTabsElement;
|
|
1992
2010
|
new (): HTMLRoadTabsElement;
|
|
1993
2011
|
};
|
|
2012
|
+
interface HTMLRoadTagElement extends Components.RoadTag, HTMLStencilElement {
|
|
2013
|
+
}
|
|
2014
|
+
var HTMLRoadTagElement: {
|
|
2015
|
+
prototype: HTMLRoadTagElement;
|
|
2016
|
+
new (): HTMLRoadTagElement;
|
|
2017
|
+
};
|
|
1994
2018
|
interface HTMLRoadTextElement extends Components.RoadText, HTMLStencilElement {
|
|
1995
2019
|
}
|
|
1996
2020
|
var HTMLRoadTextElement: {
|
|
@@ -2039,18 +2063,6 @@ declare global {
|
|
|
2039
2063
|
prototype: HTMLRoadTooltipElement;
|
|
2040
2064
|
new (): HTMLRoadTooltipElement;
|
|
2041
2065
|
};
|
|
2042
|
-
interface HTMLRoadVerticalStepperElement extends Components.RoadVerticalStepper, HTMLStencilElement {
|
|
2043
|
-
}
|
|
2044
|
-
var HTMLRoadVerticalStepperElement: {
|
|
2045
|
-
prototype: HTMLRoadVerticalStepperElement;
|
|
2046
|
-
new (): HTMLRoadVerticalStepperElement;
|
|
2047
|
-
};
|
|
2048
|
-
interface HTMLRoadVerticalStepperItemElement extends Components.RoadVerticalStepperItem, HTMLStencilElement {
|
|
2049
|
-
}
|
|
2050
|
-
var HTMLRoadVerticalStepperItemElement: {
|
|
2051
|
-
prototype: HTMLRoadVerticalStepperItemElement;
|
|
2052
|
-
new (): HTMLRoadVerticalStepperItemElement;
|
|
2053
|
-
};
|
|
2054
2066
|
interface HTMLElementTagNameMap {
|
|
2055
2067
|
"road-accordion": HTMLRoadAccordionElement;
|
|
2056
2068
|
"road-alert": HTMLRoadAlertElement;
|
|
@@ -2089,6 +2101,8 @@ declare global {
|
|
|
2089
2101
|
"road-profil-dropdown": HTMLRoadProfilDropdownElement;
|
|
2090
2102
|
"road-progress": HTMLRoadProgressElement;
|
|
2091
2103
|
"road-progress-indicator-horizontal": HTMLRoadProgressIndicatorHorizontalElement;
|
|
2104
|
+
"road-progress-indicator-vertical": HTMLRoadProgressIndicatorVerticalElement;
|
|
2105
|
+
"road-progress-indicator-vertical-item": HTMLRoadProgressIndicatorVerticalItemElement;
|
|
2092
2106
|
"road-progress-tracker": HTMLRoadProgressTrackerElement;
|
|
2093
2107
|
"road-progress-tracker-item": HTMLRoadProgressTrackerItemElement;
|
|
2094
2108
|
"road-radio": HTMLRoadRadioElement;
|
|
@@ -2109,6 +2123,7 @@ declare global {
|
|
|
2109
2123
|
"road-tab-button": HTMLRoadTabButtonElement;
|
|
2110
2124
|
"road-table": HTMLRoadTableElement;
|
|
2111
2125
|
"road-tabs": HTMLRoadTabsElement;
|
|
2126
|
+
"road-tag": HTMLRoadTagElement;
|
|
2112
2127
|
"road-text": HTMLRoadTextElement;
|
|
2113
2128
|
"road-textarea": HTMLRoadTextareaElement;
|
|
2114
2129
|
"road-toast": HTMLRoadToastElement;
|
|
@@ -2117,8 +2132,6 @@ declare global {
|
|
|
2117
2132
|
"road-toolbar-title": HTMLRoadToolbarTitleElement;
|
|
2118
2133
|
"road-toolbar-title-page": HTMLRoadToolbarTitlePageElement;
|
|
2119
2134
|
"road-tooltip": HTMLRoadTooltipElement;
|
|
2120
|
-
"road-vertical-stepper": HTMLRoadVerticalStepperElement;
|
|
2121
|
-
"road-vertical-stepper-item": HTMLRoadVerticalStepperItemElement;
|
|
2122
2135
|
}
|
|
2123
2136
|
}
|
|
2124
2137
|
declare namespace LocalJSX {
|
|
@@ -3129,6 +3142,10 @@ declare namespace LocalJSX {
|
|
|
3129
3142
|
*/
|
|
3130
3143
|
"urlStep3"?: string;
|
|
3131
3144
|
}
|
|
3145
|
+
interface RoadProgressIndicatorVertical {
|
|
3146
|
+
}
|
|
3147
|
+
interface RoadProgressIndicatorVerticalItem {
|
|
3148
|
+
}
|
|
3132
3149
|
interface RoadProgressTracker {
|
|
3133
3150
|
}
|
|
3134
3151
|
interface RoadProgressTrackerItem {
|
|
@@ -3548,6 +3565,12 @@ declare namespace LocalJSX {
|
|
|
3548
3565
|
*/
|
|
3549
3566
|
"onRoadtabswillchange"?: (event: RoadTabsCustomEvent<{tab: string}>) => void;
|
|
3550
3567
|
}
|
|
3568
|
+
interface RoadTag {
|
|
3569
|
+
/**
|
|
3570
|
+
* The color to use from your application's color palette.
|
|
3571
|
+
*/
|
|
3572
|
+
"color"?: 'grey' | 'yellow' | 'red' | 'violet' | 'blue' | 'green';
|
|
3573
|
+
}
|
|
3551
3574
|
interface RoadText {
|
|
3552
3575
|
/**
|
|
3553
3576
|
* Color of the text.
|
|
@@ -3781,10 +3804,6 @@ declare namespace LocalJSX {
|
|
|
3781
3804
|
*/
|
|
3782
3805
|
"trigger"?: string;
|
|
3783
3806
|
}
|
|
3784
|
-
interface RoadVerticalStepper {
|
|
3785
|
-
}
|
|
3786
|
-
interface RoadVerticalStepperItem {
|
|
3787
|
-
}
|
|
3788
3807
|
interface IntrinsicElements {
|
|
3789
3808
|
"road-accordion": RoadAccordion;
|
|
3790
3809
|
"road-alert": RoadAlert;
|
|
@@ -3823,6 +3842,8 @@ declare namespace LocalJSX {
|
|
|
3823
3842
|
"road-profil-dropdown": RoadProfilDropdown;
|
|
3824
3843
|
"road-progress": RoadProgress;
|
|
3825
3844
|
"road-progress-indicator-horizontal": RoadProgressIndicatorHorizontal;
|
|
3845
|
+
"road-progress-indicator-vertical": RoadProgressIndicatorVertical;
|
|
3846
|
+
"road-progress-indicator-vertical-item": RoadProgressIndicatorVerticalItem;
|
|
3826
3847
|
"road-progress-tracker": RoadProgressTracker;
|
|
3827
3848
|
"road-progress-tracker-item": RoadProgressTrackerItem;
|
|
3828
3849
|
"road-radio": RoadRadio;
|
|
@@ -3843,6 +3864,7 @@ declare namespace LocalJSX {
|
|
|
3843
3864
|
"road-tab-button": RoadTabButton;
|
|
3844
3865
|
"road-table": RoadTable;
|
|
3845
3866
|
"road-tabs": RoadTabs;
|
|
3867
|
+
"road-tag": RoadTag;
|
|
3846
3868
|
"road-text": RoadText;
|
|
3847
3869
|
"road-textarea": RoadTextarea;
|
|
3848
3870
|
"road-toast": RoadToast;
|
|
@@ -3851,8 +3873,6 @@ declare namespace LocalJSX {
|
|
|
3851
3873
|
"road-toolbar-title": RoadToolbarTitle;
|
|
3852
3874
|
"road-toolbar-title-page": RoadToolbarTitlePage;
|
|
3853
3875
|
"road-tooltip": RoadTooltip;
|
|
3854
|
-
"road-vertical-stepper": RoadVerticalStepper;
|
|
3855
|
-
"road-vertical-stepper-item": RoadVerticalStepperItem;
|
|
3856
3876
|
}
|
|
3857
3877
|
}
|
|
3858
3878
|
export { LocalJSX as JSX };
|
|
@@ -3896,6 +3916,8 @@ declare module "@stencil/core" {
|
|
|
3896
3916
|
"road-profil-dropdown": LocalJSX.RoadProfilDropdown & JSXBase.HTMLAttributes<HTMLRoadProfilDropdownElement>;
|
|
3897
3917
|
"road-progress": LocalJSX.RoadProgress & JSXBase.HTMLAttributes<HTMLRoadProgressElement>;
|
|
3898
3918
|
"road-progress-indicator-horizontal": LocalJSX.RoadProgressIndicatorHorizontal & JSXBase.HTMLAttributes<HTMLRoadProgressIndicatorHorizontalElement>;
|
|
3919
|
+
"road-progress-indicator-vertical": LocalJSX.RoadProgressIndicatorVertical & JSXBase.HTMLAttributes<HTMLRoadProgressIndicatorVerticalElement>;
|
|
3920
|
+
"road-progress-indicator-vertical-item": LocalJSX.RoadProgressIndicatorVerticalItem & JSXBase.HTMLAttributes<HTMLRoadProgressIndicatorVerticalItemElement>;
|
|
3899
3921
|
"road-progress-tracker": LocalJSX.RoadProgressTracker & JSXBase.HTMLAttributes<HTMLRoadProgressTrackerElement>;
|
|
3900
3922
|
"road-progress-tracker-item": LocalJSX.RoadProgressTrackerItem & JSXBase.HTMLAttributes<HTMLRoadProgressTrackerItemElement>;
|
|
3901
3923
|
"road-radio": LocalJSX.RoadRadio & JSXBase.HTMLAttributes<HTMLRoadRadioElement>;
|
|
@@ -3916,6 +3938,7 @@ declare module "@stencil/core" {
|
|
|
3916
3938
|
"road-tab-button": LocalJSX.RoadTabButton & JSXBase.HTMLAttributes<HTMLRoadTabButtonElement>;
|
|
3917
3939
|
"road-table": LocalJSX.RoadTable & JSXBase.HTMLAttributes<HTMLRoadTableElement>;
|
|
3918
3940
|
"road-tabs": LocalJSX.RoadTabs & JSXBase.HTMLAttributes<HTMLRoadTabsElement>;
|
|
3941
|
+
"road-tag": LocalJSX.RoadTag & JSXBase.HTMLAttributes<HTMLRoadTagElement>;
|
|
3919
3942
|
"road-text": LocalJSX.RoadText & JSXBase.HTMLAttributes<HTMLRoadTextElement>;
|
|
3920
3943
|
"road-textarea": LocalJSX.RoadTextarea & JSXBase.HTMLAttributes<HTMLRoadTextareaElement>;
|
|
3921
3944
|
"road-toast": LocalJSX.RoadToast & JSXBase.HTMLAttributes<HTMLRoadToastElement>;
|
|
@@ -3924,8 +3947,6 @@ declare module "@stencil/core" {
|
|
|
3924
3947
|
"road-toolbar-title": LocalJSX.RoadToolbarTitle & JSXBase.HTMLAttributes<HTMLRoadToolbarTitleElement>;
|
|
3925
3948
|
"road-toolbar-title-page": LocalJSX.RoadToolbarTitlePage & JSXBase.HTMLAttributes<HTMLRoadToolbarTitlePageElement>;
|
|
3926
3949
|
"road-tooltip": LocalJSX.RoadTooltip & JSXBase.HTMLAttributes<HTMLRoadTooltipElement>;
|
|
3927
|
-
"road-vertical-stepper": LocalJSX.RoadVerticalStepper & JSXBase.HTMLAttributes<HTMLRoadVerticalStepperElement>;
|
|
3928
|
-
"road-vertical-stepper-item": LocalJSX.RoadVerticalStepperItem & JSXBase.HTMLAttributes<HTMLRoadVerticalStepperItemElement>;
|
|
3929
3950
|
}
|
|
3930
3951
|
}
|
|
3931
3952
|
}
|