@roadtrip/components 2.49.1 → 2.50.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 (56) hide show
  1. package/dist/cjs/index-a2306350.js +8 -0
  2. package/dist/cjs/loader.cjs.js +1 -1
  3. package/dist/cjs/road-badge_14.cjs.entry.js +1 -1
  4. package/dist/cjs/road-global-navigation.cjs.entry.js +41 -0
  5. package/dist/cjs/road-navbar-item.cjs.entry.js +1 -1
  6. package/dist/cjs/road-navbar.cjs.entry.js +1 -1
  7. package/dist/cjs/road-profil-dropdown.cjs.entry.js +1 -1
  8. package/dist/cjs/road-radio.cjs.entry.js +1 -1
  9. package/dist/cjs/road-toolbar-title-page.cjs.entry.js +19 -0
  10. package/dist/cjs/road-toolbar-title.cjs.entry.js +1 -1
  11. package/dist/cjs/roadtrip.cjs.js +1 -1
  12. package/dist/collection/collection-manifest.json +2 -0
  13. package/dist/collection/components/global-navigation/global-navigation.css +6 -0
  14. package/dist/collection/components/global-navigation/global-navigation.js +119 -0
  15. package/dist/collection/components/global-navigation/global-navigation.stories.js +358 -0
  16. package/dist/collection/components/navbar/navbar.css +33 -3
  17. package/dist/collection/components/navbar/navbar.js +1 -1
  18. package/dist/collection/components/navbar/navbar.stories.js +162 -11
  19. package/dist/collection/components/navbar-item/navbar-item.css +71 -10
  20. package/dist/collection/components/profil-dropdown/profil-dropdown.css +2 -1
  21. package/dist/collection/components/profil-dropdown/profil-dropdown.stories.js +6 -3
  22. package/dist/collection/components/radio/radio.css +3 -2
  23. package/dist/collection/components/toolbar/toolbar.css +75 -3
  24. package/dist/collection/components/toolbar/toolbar.stories.js +33 -1
  25. package/dist/collection/components/toolbar-title/toolbar-title.css +1 -1
  26. package/dist/collection/components/toolbar-title-page/toolbar-title-page.css +44 -0
  27. package/dist/collection/components/toolbar-title-page/toolbar-title-page.js +21 -0
  28. package/dist/esm/index-a99a5e7b.js +8 -0
  29. package/dist/esm/loader.js +1 -1
  30. package/dist/esm/road-badge_14.entry.js +1 -1
  31. package/dist/esm/road-global-navigation.entry.js +37 -0
  32. package/dist/esm/road-navbar-item.entry.js +1 -1
  33. package/dist/esm/road-navbar.entry.js +1 -1
  34. package/dist/esm/road-profil-dropdown.entry.js +1 -1
  35. package/dist/esm/road-radio.entry.js +1 -1
  36. package/dist/esm/road-toolbar-title-page.entry.js +15 -0
  37. package/dist/esm/road-toolbar-title.entry.js +1 -1
  38. package/dist/esm/roadtrip.js +1 -1
  39. package/dist/html.html-data.json +33 -0
  40. package/dist/roadtrip/p-4b5223c4.entry.js +1 -0
  41. package/dist/roadtrip/p-50bca8ef.entry.js +1 -0
  42. package/dist/roadtrip/{p-0ce45fe7.entry.js → p-51e4b1f8.entry.js} +1 -1
  43. package/dist/roadtrip/{p-16f79a5a.entry.js → p-5234ed1d.entry.js} +1 -1
  44. package/dist/roadtrip/p-53b13858.entry.js +1 -0
  45. package/dist/roadtrip/p-69764878.entry.js +1 -0
  46. package/dist/roadtrip/p-99936080.entry.js +1 -0
  47. package/dist/roadtrip/{p-ed05f2c9.entry.js → p-cd5179f9.entry.js} +1 -1
  48. package/dist/roadtrip/roadtrip.esm.js +1 -1
  49. package/dist/types/components/global-navigation/global-navigation.d.ts +19 -0
  50. package/dist/types/components/navbar/navbar.d.ts +1 -1
  51. package/dist/types/components/toolbar-title-page/toolbar-title-page.d.ts +6 -0
  52. package/dist/types/components.d.ts +38 -0
  53. package/package.json +1 -1
  54. package/dist/roadtrip/p-4354fc7f.entry.js +0 -1
  55. package/dist/roadtrip/p-d5a7bdc7.entry.js +0 -1
  56. package/dist/roadtrip/p-edc33971.entry.js +0 -1
@@ -10,35 +10,76 @@
10
10
 
11
11
 
12
12
  :host {
13
- flex: 1 1 0%;
13
+ position: relative;
14
+ box-sizing: border-box;
15
+ display: flex;
16
+ flex: 1;
17
+ flex-basis: 0;
14
18
  flex-direction: column;
19
+ flex-grow: 1;
15
20
  align-items: center;
16
21
  justify-content: center;
17
- height: 100%;
18
- outline: 0;
22
+ font-weight: 700;
23
+ text-align: center;
24
+ white-space: nowrap;
25
+ }
26
+
27
+ @media (min-width: 1200px) {
28
+
29
+ :host {
30
+ flex-grow: inherit;
31
+ width: 100%;
32
+ padding: 0.5rem;
33
+ }
34
+
19
35
  }
20
36
 
21
37
  /**
22
38
  * Selected state
23
39
  */
24
40
 
25
- :host(.tab-selected) {
41
+ :host(.tab-selected),
42
+ :host(.tab-selected) ::slotted(road-icon) {
26
43
  color: var(--road-primary-500);
27
44
  }
28
45
 
29
- :host(.tab-selected) ::slotted(road-icon) {
46
+ :host(.tab-selected)::after {
47
+ position: absolute;
48
+ bottom: -12px;
49
+ left: 0;
50
+ display: block;
51
+ width: 100%;
52
+ height: 4px;
30
53
  color: var(--road-primary-500);
54
+ content: "";
55
+ background-color: var(--road-primary-500);
31
56
  }
32
57
 
58
+ @media (min-width: 1200px) {
59
+
60
+ :host(.tab-selected)::after {
61
+ bottom: auto;
62
+ left: 0;
63
+ width: 4px;
64
+ height: 100%;
65
+ }
66
+
67
+ }
68
+
69
+
33
70
  /**
34
71
  * Focus on Tab state
35
72
  */
36
73
 
37
74
  :host(.focus-visible) ::slotted(road-icon),
75
+ :host(.focus-visible) ::slotted(road-icon)::after,
38
76
  :host(.focus-visible) ::slotted(road-label),
77
+ :host(.focus-visible) ::slotted(road-label)::after,
39
78
  :host(:hover) ::slotted(road-icon),
40
- :host(:hover) ::slotted(road-label) {
41
- color: var(--road-primary-700);
79
+ :host(:hover) ::slotted(road-icon)::after,
80
+ :host(:hover) ::slotted(road-label),
81
+ :host(:hover) ::slotted(road-label)::after {
82
+ color: var(--road-primary-500);
42
83
  }
43
84
 
44
85
 
@@ -97,15 +138,35 @@
97
138
  -------------------- */
98
139
 
99
140
  ::slotted(road-icon) {
100
- width: 1.5rem;
101
- height: 1.5rem;
141
+ display: block;
142
+ width: 2rem;
143
+ height: 2rem;
144
+ margin-right: auto;
145
+ margin-bottom: 0.25rem;
146
+ margin-left: auto;
147
+ fill: currentColor;
102
148
  }
103
149
 
104
150
  /* LABEL
105
151
  -------------------- */
106
152
 
107
153
  ::slotted(road-label) {
108
- font-size: 0.75rem;
154
+ position: relative;
155
+ box-sizing: border-box;
156
+ display: flex;
157
+ flex: 1;
158
+ flex-direction: column;
159
+ font-size: 0.875rem;
160
+ font-weight: 700;
161
+ text-align: center;
162
+ white-space: nowrap;
163
+ }
164
+
165
+ @media (min-width: 1200px) {
166
+
167
+ ::slotted(road-label) {
168
+ display: block;
169
+ }
109
170
  }
110
171
 
111
172
  /* BADGE
@@ -76,7 +76,7 @@
76
76
  min-width: 16.875rem;
77
77
  padding: 0.5rem 0;
78
78
  color: var(--road-grey-900);
79
- background: var(--road-test);
79
+ background: var(--road-grey-000);
80
80
  border: 1px solid;
81
81
  border-color: var(--road-grey-200);
82
82
  border-radius: 0.25rem;
@@ -105,6 +105,7 @@ road-item {
105
105
  display: flex;
106
106
  flex-direction: column;
107
107
  margin-left: 1rem;
108
+ text-align: left;
108
109
  }
109
110
 
110
111
  .profil-item-info-name {
@@ -43,7 +43,7 @@ export default {
43
43
  avatar: `<road-img slot="avatar" src="https://images.unsplash.com/photo-1527980965255-d3b416303d12?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=800&q=80" alt="avatar" title="Person name"></road-img>`,
44
44
  avatarItem: `<road-img slot="avatarItem" src="https://images.unsplash.com/photo-1527980965255-d3b416303d12?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=800&q=80" alt="avatar" title="Person name"></road-img>`,
45
45
  list: `<road-list slot="list">
46
- <road-item button style="--border-radius: 0; --min-height: 2.5rem; --inner-padding: 0;">
46
+ <road-item button style="--border-radius: 0; --min-height: 2.5rem; --inner-padding: 0;" class="edit-profil">
47
47
  <road-icon slot="start" name="edit-outline" size="md"></road-icon>
48
48
  <road-label style="font-size: 1rem">
49
49
  Edit profile
@@ -55,7 +55,10 @@ export default {
55
55
  Log out
56
56
  </road-label>
57
57
  </road-item>
58
- </road-list>`,
58
+ </road-list>
59
+
60
+
61
+ `,
59
62
  },
60
63
  };
61
64
 
@@ -63,6 +66,6 @@ export const Playground = (args) => html`
63
66
  <road-profil-dropdown is-open=${ifDefined(args['is-open'])}>
64
67
  ${unsafeHTML(args.list)}
65
68
  ${unsafeHTML(args.avatar)}
66
- ${unsafeHTML(args.avatarItem)}
69
+ ${unsafeHTML(args.avatarItem)}
67
70
  </road-profil-dropdown>
68
71
  `;
@@ -53,6 +53,7 @@
53
53
  .form-radio-label {
54
54
  position: relative;
55
55
  display: inline-flex;
56
+ align-items: flex-start;
56
57
  margin: 0;
57
58
  cursor: pointer;
58
59
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
@@ -64,7 +65,7 @@
64
65
  flex-shrink: 0;
65
66
  width: 1.25rem;
66
67
  height: 1.25rem;
67
- margin: 0 0.75rem 0 0;
68
+ margin: 0.1rem 0.75rem 0 0;
68
69
  content: "";
69
70
  background: var(--road-grey-000);
70
71
  border: 1px solid var(--road-grey-500);
@@ -74,7 +75,7 @@
74
75
 
75
76
  .form-radio-label::after {
76
77
  position: absolute;
77
- top: 0.1875rem;
78
+ top: 0.285rem;
78
79
  left: 0.1875rem;
79
80
  box-sizing: border-box;
80
81
  display: block;
@@ -30,11 +30,49 @@
30
30
  align-items: center;
31
31
  justify-content: space-between;
32
32
  width: 100%;
33
- min-height: 3.5rem;
33
+ min-height: 3.73rem;
34
34
  contain: content;
35
35
  overflow: hidden;
36
36
  }
37
37
 
38
+ /* TOOLBAR TITLE CONTAINER
39
+ -------------------- */
40
+
41
+ .toolbar-title-container {
42
+ position: absolute;
43
+ top: 0;
44
+ left: 0;
45
+ display: flex;
46
+ flex: 1;
47
+ align-items: center;
48
+ width: 100%;
49
+ height: 100%;
50
+ padding: 0 3.5rem;
51
+ text-align: center;
52
+ }
53
+
54
+ /* TOOLBAR TITLE
55
+ -------------------- */
56
+
57
+ .toolbar-title {
58
+ display: block;
59
+ width: 100%;
60
+ font-size: 1.125rem;
61
+ font-weight: 700;
62
+ text-align: left;
63
+ text-overflow: ellipsis;
64
+ white-space: nowrap;
65
+ pointer-events: auto;
66
+ }
67
+
68
+ @media (min-width: 1200px) {
69
+
70
+ .toolbar-title {
71
+ font-size: 1.25rem;
72
+ text-align: center;
73
+ }
74
+ }
75
+
38
76
  /* CONTENT
39
77
  -------------------- */
40
78
 
@@ -44,17 +82,51 @@
44
82
  max-width: 100%;
45
83
  }
46
84
 
85
+ /* TOOLBAR LOGO
86
+ -------------------- */
87
+
88
+ .toolbar .logo {
89
+ position: relative;
90
+ z-index: 1;
91
+ padding-left: 1rem;
92
+ margin-bottom: 0;
93
+ font-size: 0.875rem;
94
+ font-weight: 400;
95
+ }
96
+
97
+ .toolbar .app-name {
98
+ margin-left: 1rem;
99
+ font-size: 1.25rem;
100
+ font-weight: 700;
101
+ }
102
+
47
103
  /* BUTTONS
48
104
  -------------------- */
49
105
 
50
- ::slotted(road-button) {
106
+ ::slotted([slot="start"]) {
51
107
  --margin-bottom: 0;
52
108
  --padding-start: 0.5rem;
53
109
  --padding-end: 0.5rem;
54
- --border-radius: 1.5rem;
55
110
 
111
+ align-self: auto;
56
112
  font-size: 0.875rem;
57
113
  font-weight: 400;
114
+ background: var(--road-grey-000);
115
+ border-left: 1px solid var(--road-grey-500);
116
+ border-radius: 0;
117
+ }
118
+
119
+ ::slotted([slot="end"]),
120
+ ::slotted([slot="secondary"]) {
121
+ --margin-bottom: 0;
122
+ --padding-start: 0.5rem;
123
+ --padding-end: 0.5rem;
124
+
125
+ font-size: 0.875rem;
126
+ font-weight: 400;
127
+ background: var(--road-grey-000);
128
+ border-left: 1px solid var(--road-grey-500);
129
+ border-radius: 0;
58
130
  }
59
131
 
60
132
  /* COLORS
@@ -61,10 +61,42 @@ export const Playground = Template.bind({});
61
61
 
62
62
  export const withButtons = Template.bind({});
63
63
  withButtons.args = {
64
- start: `<road-button slot="start">
64
+ start: `<road-button slot="start" class="border-0">
65
65
  <road-icon name="navigation-chevron" rotate="180"></road-icon>
66
66
  </road-button>`,
67
67
  end: `<road-button slot="end">
68
68
  <road-icon name="more-horizontal"></road-icon>
69
69
  </road-button>`,
70
70
  };
71
+
72
+
73
+ export const headerHomeApp = Template.bind({});
74
+ headerHomeApp.args = {
75
+ ' ': ``,
76
+ start: `<road-button slot="start" class="border-0 align-self-auto">
77
+ <road-icon name="pass-maintain-logo-solid-color"></road-icon> <road-label class="font-weight-bold h6 mb-0 ml-8">App Name</road-label>
78
+ </road-button>`,
79
+ secondary: `<road-button class="border-0 align-items-center" slot="secondary">
80
+ <road-icon name="alert-question-outline"></road-icon><road-label class="d-none d-xl-block mx-8">Help</road-label>
81
+ </road-button>`,
82
+ end: `<road-button class="d-none d-xl-flex align-items-center" slot="end">
83
+ <road-icon name="speak-advice-outline"></road-icon><road-label class="d-none d-xl-block mx-8">Feedback</road-label>
84
+ </road-button>
85
+ </div>`,
86
+ };
87
+
88
+
89
+ export const headerApp = Template.bind({});
90
+ headerApp.args = {
91
+ ' ': `<road-toolbar-title>Title</road-toolbar-title>`,
92
+ start: `<road-button slot="start" class="border-0">
93
+ <road-icon name="navigation-chevron" rotate="180" size="sm"></road-icon>Back
94
+ </road-button>`,
95
+ secondary: `<road-button class="border-0 align-items-center" slot="secondary">
96
+ <road-icon name="alert-question-outline"></road-icon><road-label class="d-none d-xl-block mx-8">Help</road-label>
97
+ </road-button>`,
98
+ end: `<road-button class="d-none d-xl-flex align-items-center" slot="end">
99
+ <road-icon name="speak-advice-outline"></road-icon><road-label class="d-none d-xl-block mx-8">Feedback</road-label>
100
+ </road-button>
101
+ </div>`,
102
+ };
@@ -20,7 +20,7 @@
20
20
  display: block;
21
21
  width: 100%;
22
22
  overflow: hidden;
23
- font-size: 1rem;
23
+ font-size: 1.3125rem;
24
24
  font-weight: 700;
25
25
  text-overflow: ellipsis;
26
26
  white-space: nowrap;
@@ -0,0 +1,44 @@
1
+ /*
2
+ * Toolbar Title Page
3
+ *
4
+ */
5
+
6
+ :host {
7
+ position: absolute;
8
+ top: 30px;
9
+ left: 0.8rem;
10
+ }
11
+
12
+ @media (min-width: 1200px) {
13
+
14
+ :host {
15
+ position: fixed;
16
+ top: 0;
17
+ left: 0;
18
+ display: flex;
19
+ flex: 1;
20
+ align-items: center;
21
+ width: 100%;
22
+ height: 100%;
23
+ padding: 0 3.5rem;
24
+ text-align: center;
25
+ }
26
+ }
27
+
28
+ .toolbar-title-page {
29
+ display: block;
30
+ width: 100%;
31
+ font-size: 1.125rem;
32
+ font-weight: 700;
33
+ text-overflow: ellipsis;
34
+ white-space: nowrap;
35
+ pointer-events: auto;
36
+ }
37
+
38
+ @media (min-width: 1200px) {
39
+
40
+ .toolbar-title-page {
41
+ font-size: 1.25rem;
42
+ text-align: center;
43
+ }
44
+ }
@@ -0,0 +1,21 @@
1
+ import { h } from '@stencil/core';
2
+ /**
3
+ * @slot - Name of the app.
4
+ */
5
+ export class ToolbarAppName {
6
+ render() {
7
+ return (h("div", { class: "toolbar-title-page" }, h("slot", null)));
8
+ }
9
+ static get is() { return "road-toolbar-title-page"; }
10
+ static get encapsulation() { return "shadow"; }
11
+ static get originalStyleUrls() {
12
+ return {
13
+ "$": ["toolbar-title-page.css"]
14
+ };
15
+ }
16
+ static get styleUrls() {
17
+ return {
18
+ "$": ["toolbar-title-page.css"]
19
+ };
20
+ }
21
+ }
@@ -2015,6 +2015,10 @@ const loadModule = (cmpMeta, hostRef, hmrVersionId) => {
2015
2015
  return import(
2016
2016
  /* webpackMode: "lazy" */
2017
2017
  './road-flap.entry.js').then(processMod, consoleError);
2018
+ case 'road-global-navigation':
2019
+ return import(
2020
+ /* webpackMode: "lazy" */
2021
+ './road-global-navigation.entry.js').then(processMod, consoleError);
2018
2022
  case 'road-img':
2019
2023
  return import(
2020
2024
  /* webpackMode: "lazy" */
@@ -2135,6 +2139,10 @@ const loadModule = (cmpMeta, hostRef, hmrVersionId) => {
2135
2139
  return import(
2136
2140
  /* webpackMode: "lazy" */
2137
2141
  './road-toolbar-title.entry.js').then(processMod, consoleError);
2142
+ case 'road-toolbar-title-page':
2143
+ return import(
2144
+ /* webpackMode: "lazy" */
2145
+ './road-toolbar-title-page.entry.js').then(processMod, consoleError);
2138
2146
  case 'road-tooltip':
2139
2147
  return import(
2140
2148
  /* webpackMode: "lazy" */
@@ -25,7 +25,7 @@ const patchEsm = () => {
25
25
  const defineCustomElements = (win, options) => {
26
26
  if (typeof window === 'undefined') return Promise.resolve();
27
27
  return patchEsm().then(() => {
28
- return bootstrapLazy([["road-badge_14",[[2,"road-counter",{"inputId":[1,"input-id"],"min":[2],"max":[2],"step":[1],"value":[2],"size":[1],"dustbin":[4],"leftIconClasses":[32],"rightIconClasses":[32],"isDustbinVisible":[32]}],[1,"road-item",{"button":[4],"detail":[4],"active":[4],"detailIcon":[1,"detail-icon"],"disabled":[4],"download":[1],"href":[1],"rel":[1],"lines":[1],"target":[1],"type":[1],"multipleInputs":[32]}],[1,"road-badge",{"color":[1],"bubble":[4]}],[1,"road-list",{"lines":[1]}],[1,"road-toolbar",{"color":[1]}],[33,"road-drawer",{"isOpen":[1028,"is-open"],"position":[1],"drawerWidth":[2,"drawer-width"],"hasInverseHeader":[4,"has-inverse-header"],"hasBackIcon":[4,"has-back-icon"],"backText":[1,"back-text"],"drawerTitle":[1,"drawer-title"],"hasCloseIcon":[4,"has-close-icon"],"open":[64],"close":[64],"back":[64]},[[4,"keyup","onEscape"]]],[1,"road-col"],[1,"road-grid"],[6,"road-input",{"inputId":[1,"input-id"],"autocapitalize":[1],"autocomplete":[1],"autocorrect":[1],"autofocus":[4],"disabled":[4],"enterkeyhint":[1],"inputmode":[1],"max":[1],"maxlength":[2],"min":[1],"minlength":[2],"name":[1],"pattern":[1],"placeholder":[1],"readonly":[4],"required":[4],"spellcheck":[4],"step":[1],"size":[2],"sizes":[1],"type":[1],"value":[1032],"label":[1],"error":[1],"helper":[1],"debounce":[2]}],[1,"road-row"],[1,"road-button",{"color":[1],"size":[513],"buttonType":[1,"button-type"],"disabled":[516],"expand":[516],"download":[1],"href":[1],"rel":[1],"target":[1],"outline":[4]}],[1,"road-input-group"],[1,"road-label"],[1,"road-icon",{"color":[1],"ariaLabel":[1537,"aria-label"],"ariaHidden":[513,"aria-hidden"],"name":[1],"src":[1],"icon":[8],"size":[1],"rotate":[1],"lazy":[4],"sanitize":[4],"svgContent":[32],"isVisible":[32]}]]],["road-duration",[[1,"road-duration",{"isOpen":[1028,"is-open"],"header":[1],"min":[2],"max":[2],"step":[2],"open":[64],"close":[64]},[[0,"roadcardclick","handleClick"]]]]],["road-plate-number",[[2,"road-plate-number",{"country":[1],"disabled":[4],"placeholder":[1],"readonly":[4],"value":[1032],"motorbike":[4]}]]],["road-profil-dropdown",[[1,"road-profil-dropdown",{"isOpen":[1028,"is-open"]}]]],["road-accordion",[[1,"road-accordion",{"isOpen":[1028,"is-open"],"isLight":[4,"is-light"],"isLightSeparator":[4,"is-light-separator"],"isSmall":[4,"is-small"]}]]],["road-banner",[[1,"road-banner",{"isOpen":[1028,"is-open"],"label":[1],"link":[1],"url":[1],"close":[64]}]]],["road-carousel",[[1,"road-carousel",{"options":[8],"pager":[4],"arrows":[4],"update":[64],"updateAutoHeight":[64],"slideTo":[64],"slideNext":[64],"slidePrev":[64],"getActiveIndex":[64],"getPreviousIndex":[64],"length":[64],"isEnd":[64],"isBeginning":[64],"startAutoplay":[64],"stopAutoplay":[64],"lockSwipeToNext":[64],"lockSwipeToPrev":[64],"lockSwipes":[64],"getSwiper":[64]}]]],["road-checkbox",[[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",[[1,"road-chip",{"color":[1],"outline":[4],"size":[1],"hasCloseIcon":[4,"has-close-icon"]}]]],["road-collapse",[[1,"road-collapse",{"isOpen":[1028,"is-open"],"showMore":[1,"show-more"],"showLess":[1,"show-less"],"centered":[4]}]]],["road-dialog",[[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",[[1,"road-dropdown",{"isOpen":[1028,"is-open"],"isLight":[4,"is-light"],"position":[513],"direction":[513]}]]],["road-modal",[[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",[[6,"road-range",{"rangeId":[1,"range-id"],"value":[1032],"min":[1],"max":[1],"step":[1],"showValue":[4,"show-value"],"showTick":[4,"show-tick"],"showLabels":[4,"show-labels"]}]]],["road-rating",[[1,"road-rating",{"size":[513],"rate":[2],"reviews":[2],"reviewsText":[1,"reviews-text"]}]]],["road-toast",[[1,"road-toast",{"isOpen":[1028,"is-open"],"color":[1],"label":[1],"timeout":[2],"open":[64],"close":[64]}]]],["road-alert",[[1,"road-alert",{"color":[1],"label":[1],"link":[1],"url":[1]}]]],["road-autocomplete",[[6,"road-autocomplete",{"options":[16],"visible":[32]},[[0,"roadFocus","handleFocus"],[0,"roadfocus","handleFocus"],[4,"click","onClickOutside"]]]]],["road-carousel-item",[[4,"road-carousel-item"]]],["road-flap",[[1,"road-flap",{"color":[1],"size":[513]}]]],["road-img",[[1,"road-img",{"alt":[1],"src":[1],"loadSrc":[32],"loadError":[32]}]]],["road-navbar",[[1,"road-navbar",{"selectedTab":[1,"selected-tab"]},[[0,"roadNavbarItemClick","onNavbarChanged"],[0,"roadnavbaritemclick","onNavbarChanged"]]]]],["road-navbar-item",[[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",[[1,"road-progress",{"value":[2],"numbersteps":[1],"label":[1],"showstep":[4],"color":[1]}]]],["road-radio",[[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",[[6,"road-radio-group",{"radioGroupId":[1,"radio-group-id"],"allowEmptySelection":[4,"allow-empty-selection"],"name":[1],"value":[1032],"label":[1],"asterisk":[4],"ariaLabel":[513,"aria-label"],"error":[1025],"helper":[1]}]]],["road-segmented-button",[[1,"road-segmented-button",{"size":[1],"selected":[1028],"tab":[1]},[[8,"roadSegmentedButtonBarChanged","onButtonBarChanged"],[8,"roadSegmentedButtonbarchanged","onButtonBarChanged"]]]]],["road-segmented-button-bar",[[1,"road-segmented-button-bar",{"selectedTab":[1,"selected-tab"]}]]],["road-segmented-buttons",[[1,"road-segmented-buttons",{"selectedTab":[32],"select":[64],"getTab":[64],"getSelected":[64]}]]],["road-select",[[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",[[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",[[1,"road-skeleton"]]],["road-spinner",[[1,"road-spinner",{"size":[513],"color":[513]}]]],["road-stepper",[[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",[[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",[[1,"road-tab",{"active":[1028],"tab":[1],"setActive":[64]}]]],["road-tab-bar",[[1,"road-tab-bar",{"secondary":[4],"expand":[4],"center":[4],"selectedTab":[1,"selected-tab"]}]]],["road-tab-button",[[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",[[6,"road-table"]]],["road-tabs",[[1,"road-tabs",{"selectedTab":[32],"select":[64],"getTab":[64],"getSelected":[64]}]]],["road-text",[[1,"road-text",{"color":[1]}]]],["road-textarea",[[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",[[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",[[1,"road-toolbar-title"]]],["road-tooltip",[[1,"road-tooltip",{"tooltipId":[1,"tooltip-id"],"content":[1],"position":[1],"contentAlign":[1,"content-align"],"isOpen":[1028,"is-open"],"trigger":[1],"open":[64],"close":[64]}]]],["road-vertical-stepper",[[1,"road-vertical-stepper"]]],["road-vertical-stepper-item",[[4,"road-vertical-stepper-item"]]],["road-avatar",[[1,"road-avatar",{"size":[513]}]]],["road-card",[[1,"road-card",{"button":[4],"value":[1],"type":[1],"download":[1],"href":[1],"rel":[1],"target":[1]}]]]], options);
28
+ return bootstrapLazy([["road-badge_14",[[2,"road-counter",{"inputId":[1,"input-id"],"min":[2],"max":[2],"step":[1],"value":[2],"size":[1],"dustbin":[4],"leftIconClasses":[32],"rightIconClasses":[32],"isDustbinVisible":[32]}],[1,"road-item",{"button":[4],"detail":[4],"active":[4],"detailIcon":[1,"detail-icon"],"disabled":[4],"download":[1],"href":[1],"rel":[1],"lines":[1],"target":[1],"type":[1],"multipleInputs":[32]}],[1,"road-badge",{"color":[1],"bubble":[4]}],[1,"road-list",{"lines":[1]}],[1,"road-toolbar",{"color":[1]}],[33,"road-drawer",{"isOpen":[1028,"is-open"],"position":[1],"drawerWidth":[2,"drawer-width"],"hasInverseHeader":[4,"has-inverse-header"],"hasBackIcon":[4,"has-back-icon"],"backText":[1,"back-text"],"drawerTitle":[1,"drawer-title"],"hasCloseIcon":[4,"has-close-icon"],"open":[64],"close":[64],"back":[64]},[[4,"keyup","onEscape"]]],[1,"road-col"],[1,"road-grid"],[6,"road-input",{"inputId":[1,"input-id"],"autocapitalize":[1],"autocomplete":[1],"autocorrect":[1],"autofocus":[4],"disabled":[4],"enterkeyhint":[1],"inputmode":[1],"max":[1],"maxlength":[2],"min":[1],"minlength":[2],"name":[1],"pattern":[1],"placeholder":[1],"readonly":[4],"required":[4],"spellcheck":[4],"step":[1],"size":[2],"sizes":[1],"type":[1],"value":[1032],"label":[1],"error":[1],"helper":[1],"debounce":[2]}],[1,"road-row"],[1,"road-button",{"color":[1],"size":[513],"buttonType":[1,"button-type"],"disabled":[516],"expand":[516],"download":[1],"href":[1],"rel":[1],"target":[1],"outline":[4]}],[1,"road-input-group"],[1,"road-label"],[1,"road-icon",{"color":[1],"ariaLabel":[1537,"aria-label"],"ariaHidden":[513,"aria-hidden"],"name":[1],"src":[1],"icon":[8],"size":[1],"rotate":[1],"lazy":[4],"sanitize":[4],"svgContent":[32],"isVisible":[32]}]]],["road-duration",[[1,"road-duration",{"isOpen":[1028,"is-open"],"header":[1],"min":[2],"max":[2],"step":[2],"open":[64],"close":[64]},[[0,"roadcardclick","handleClick"]]]]],["road-plate-number",[[2,"road-plate-number",{"country":[1],"disabled":[4],"placeholder":[1],"readonly":[4],"value":[1032],"motorbike":[4]}]]],["road-profil-dropdown",[[1,"road-profil-dropdown",{"isOpen":[1028,"is-open"]}]]],["road-accordion",[[1,"road-accordion",{"isOpen":[1028,"is-open"],"isLight":[4,"is-light"],"isLightSeparator":[4,"is-light-separator"],"isSmall":[4,"is-small"]}]]],["road-banner",[[1,"road-banner",{"isOpen":[1028,"is-open"],"label":[1],"link":[1],"url":[1],"close":[64]}]]],["road-carousel",[[1,"road-carousel",{"options":[8],"pager":[4],"arrows":[4],"update":[64],"updateAutoHeight":[64],"slideTo":[64],"slideNext":[64],"slidePrev":[64],"getActiveIndex":[64],"getPreviousIndex":[64],"length":[64],"isEnd":[64],"isBeginning":[64],"startAutoplay":[64],"stopAutoplay":[64],"lockSwipeToNext":[64],"lockSwipeToPrev":[64],"lockSwipes":[64],"getSwiper":[64]}]]],["road-checkbox",[[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",[[1,"road-chip",{"color":[1],"outline":[4],"size":[1],"hasCloseIcon":[4,"has-close-icon"]}]]],["road-collapse",[[1,"road-collapse",{"isOpen":[1028,"is-open"],"showMore":[1,"show-more"],"showLess":[1,"show-less"],"centered":[4]}]]],["road-dialog",[[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",[[1,"road-dropdown",{"isOpen":[1028,"is-open"],"isLight":[4,"is-light"],"position":[513],"direction":[513]}]]],["road-modal",[[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",[[6,"road-range",{"rangeId":[1,"range-id"],"value":[1032],"min":[1],"max":[1],"step":[1],"showValue":[4,"show-value"],"showTick":[4,"show-tick"],"showLabels":[4,"show-labels"]}]]],["road-rating",[[1,"road-rating",{"size":[513],"rate":[2],"reviews":[2],"reviewsText":[1,"reviews-text"]}]]],["road-toast",[[1,"road-toast",{"isOpen":[1028,"is-open"],"color":[1],"label":[1],"timeout":[2],"open":[64],"close":[64]}]]],["road-alert",[[1,"road-alert",{"color":[1],"label":[1],"link":[1],"url":[1]}]]],["road-autocomplete",[[6,"road-autocomplete",{"options":[16],"visible":[32]},[[0,"roadFocus","handleFocus"],[0,"roadfocus","handleFocus"],[4,"click","onClickOutside"]]]]],["road-carousel-item",[[4,"road-carousel-item"]]],["road-flap",[[1,"road-flap",{"color":[1],"size":[513]}]]],["road-global-navigation",[[1,"road-global-navigation",{"selectedTab":[1,"selected-tab"]},[[0,"roadNavbarItemClick","onNavbarChanged"],[0,"roadnavbaritemclick","onNavbarChanged"]]]]],["road-img",[[1,"road-img",{"alt":[1],"src":[1],"loadSrc":[32],"loadError":[32]}]]],["road-navbar",[[1,"road-navbar",{"selectedTab":[1,"selected-tab"]},[[0,"roadNavbarItemClick","onNavbarChanged"],[0,"roadnavbaritemclick","onNavbarChanged"]]]]],["road-navbar-item",[[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",[[1,"road-progress",{"value":[2],"numbersteps":[1],"label":[1],"showstep":[4],"color":[1]}]]],["road-radio",[[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",[[6,"road-radio-group",{"radioGroupId":[1,"radio-group-id"],"allowEmptySelection":[4,"allow-empty-selection"],"name":[1],"value":[1032],"label":[1],"asterisk":[4],"ariaLabel":[513,"aria-label"],"error":[1025],"helper":[1]}]]],["road-segmented-button",[[1,"road-segmented-button",{"size":[1],"selected":[1028],"tab":[1]},[[8,"roadSegmentedButtonBarChanged","onButtonBarChanged"],[8,"roadSegmentedButtonbarchanged","onButtonBarChanged"]]]]],["road-segmented-button-bar",[[1,"road-segmented-button-bar",{"selectedTab":[1,"selected-tab"]}]]],["road-segmented-buttons",[[1,"road-segmented-buttons",{"selectedTab":[32],"select":[64],"getTab":[64],"getSelected":[64]}]]],["road-select",[[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",[[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",[[1,"road-skeleton"]]],["road-spinner",[[1,"road-spinner",{"size":[513],"color":[513]}]]],["road-stepper",[[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",[[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",[[1,"road-tab",{"active":[1028],"tab":[1],"setActive":[64]}]]],["road-tab-bar",[[1,"road-tab-bar",{"secondary":[4],"expand":[4],"center":[4],"selectedTab":[1,"selected-tab"]}]]],["road-tab-button",[[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",[[6,"road-table"]]],["road-tabs",[[1,"road-tabs",{"selectedTab":[32],"select":[64],"getTab":[64],"getSelected":[64]}]]],["road-text",[[1,"road-text",{"color":[1]}]]],["road-textarea",[[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",[[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",[[1,"road-toolbar-title"]]],["road-toolbar-title-page",[[1,"road-toolbar-title-page"]]],["road-tooltip",[[1,"road-tooltip",{"tooltipId":[1,"tooltip-id"],"content":[1],"position":[1],"contentAlign":[1,"content-align"],"isOpen":[1028,"is-open"],"trigger":[1],"open":[64],"close":[64]}]]],["road-vertical-stepper",[[1,"road-vertical-stepper"]]],["road-vertical-stepper-item",[[4,"road-vertical-stepper-item"]]],["road-avatar",[[1,"road-avatar",{"size":[513]}]]],["road-card",[[1,"road-card",{"button":[4],"value":[1],"type":[1],"download":[1],"href":[1],"rel":[1],"target":[1]}]]]], options);
29
29
  });
30
30
  };
31
31
 
@@ -783,7 +783,7 @@ const Row = class {
783
783
  };
784
784
  Row.style = rowCss;
785
785
 
786
- const toolbarCss = ":host{position:relative;box-sizing:border-box;display:block;width:100%;contain:content;color:var(--road-grey-900);background:var(--road-grey-000);border-bottom:1px solid var(--road-grey-300)}.toolbar-container{position:relative;box-sizing:border-box;display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;min-height:3.5rem;contain:content;overflow:hidden}.toolbar-content{flex:1 1 0%;min-width:0;max-width:100%}::slotted(road-button){--margin-bottom:0;--padding-start:0.5rem;--padding-end:0.5rem;--border-radius:1.5rem;font-size:0.875rem;font-weight:400}:host(.toolbar-primary){color:var(--road-primary-contrast);background:var(--road-primary-900)}:host(.toolbar-secondary){color:var(--road-primary-contrast);background:var(--road-primary-500)}";
786
+ const toolbarCss = ":host{position:relative;box-sizing:border-box;display:block;width:100%;contain:content;color:var(--road-grey-900);background:var(--road-grey-000);border-bottom:1px solid var(--road-grey-300)}.toolbar-container{position:relative;box-sizing:border-box;display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;min-height:3.73rem;contain:content;overflow:hidden}.toolbar-title-container{position:absolute;top:0;left:0;display:flex;flex:1;align-items:center;width:100%;height:100%;padding:0 3.5rem;text-align:center}.toolbar-title{display:block;width:100%;font-size:1.125rem;font-weight:700;text-align:left;text-overflow:ellipsis;white-space:nowrap;pointer-events:auto}@media (min-width: 1200px){.toolbar-title{font-size:1.25rem;text-align:center}}.toolbar-content{flex:1 1 0%;min-width:0;max-width:100%}.toolbar .logo{position:relative;z-index:1;padding-left:1rem;margin-bottom:0;font-size:0.875rem;font-weight:400}.toolbar .app-name{margin-left:1rem;font-size:1.25rem;font-weight:700}::slotted([slot=\"start\"]){--margin-bottom:0;--padding-start:0.5rem;--padding-end:0.5rem;align-self:auto;font-size:0.875rem;font-weight:400;background:var(--road-grey-000);border-left:1px solid var(--road-grey-500);border-radius:0}::slotted([slot=\"end\"]),::slotted([slot=\"secondary\"]){--margin-bottom:0;--padding-start:0.5rem;--padding-end:0.5rem;font-size:0.875rem;font-weight:400;background:var(--road-grey-000);border-left:1px solid var(--road-grey-500);border-radius:0}:host(.toolbar-primary){color:var(--road-primary-contrast);background:var(--road-primary-900)}:host(.toolbar-secondary){color:var(--road-primary-contrast);background:var(--road-primary-500)}";
787
787
 
788
788
  const Toolbar = class {
789
789
  constructor(hostRef) {
@@ -0,0 +1,37 @@
1
+ import { r as registerInstance, c as createEvent, h, H as Host } from './index-a99a5e7b.js';
2
+ import './polyfill-2b159e86.js';
3
+
4
+ const globalNavigationCss = "";
5
+
6
+ const GlobalNavigation = class {
7
+ constructor(hostRef) {
8
+ registerInstance(this, hostRef);
9
+ this.roadnavbarchanged = createEvent(this, "roadnavbarchanged", 7);
10
+ this.roadNavbarChanged = createEvent(this, "roadNavbarChanged", 7);
11
+ }
12
+ selectedTabChanged() {
13
+ if (this.selectedTab !== undefined) {
14
+ this.roadnavbarchanged.emit({
15
+ tab: this.selectedTab,
16
+ });
17
+ this.roadNavbarChanged.emit({
18
+ tab: this.selectedTab,
19
+ });
20
+ }
21
+ }
22
+ onNavbarChanged(ev) {
23
+ this.selectedTab = ev.detail.tab;
24
+ }
25
+ componentWillLoad() {
26
+ this.selectedTabChanged();
27
+ }
28
+ render() {
29
+ return (h(Host, { role: "tablist" }, h("slot", null)));
30
+ }
31
+ static get watchers() { return {
32
+ "selectedTab": ["selectedTabChanged"]
33
+ }; }
34
+ };
35
+ GlobalNavigation.style = globalNavigationCss;
36
+
37
+ export { GlobalNavigation as road_global_navigation };
@@ -1,6 +1,6 @@
1
1
  import { r as registerInstance, c as createEvent, h, H as Host, e as getElement } from './index-a99a5e7b.js';
2
2
 
3
- const navbarItemCss = ":host{flex:1 1 0%;flex-direction:column;align-items:center;justify-content:center;height:100%;outline:0}:host(.tab-selected){color:var(--road-primary-500)}:host(.tab-selected) ::slotted(road-icon){color:var(--road-primary-500)}:host(.focus-visible) ::slotted(road-icon),:host(.focus-visible) ::slotted(road-label),:host(:hover) ::slotted(road-icon),:host(:hover) ::slotted(road-label){color:var(--road-primary-700)}.button-native{position:relative;box-sizing:border-box;display:flex;flex-direction:inherit;align-items:inherit;justify-content:inherit;width:100%;height:100%;margin:0;overflow:hidden;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;color:inherit;text-align:inherit;text-decoration:none;text-indent:inherit;text-overflow:inherit;text-transform:inherit;letter-spacing:inherit;white-space:inherit;cursor:pointer;background:transparent;border-color:initial;border-style:initial;border-width:0;border-radius:inherit;border-image:initial;outline:0;-webkit-tap-highlight-color:rgba(0, 0, 0, 0)}.button-inner{position:relative;z-index:1;display:flex;flex-flow:inherit;align-items:inherit;justify-content:inherit;width:100%;height:100%}::slotted(road-icon){width:1.5rem;height:1.5rem}::slotted(road-label){font-size:0.75rem}::slotted(road-badge){position:absolute;top:4px;left:calc(50% + 0.375rem);z-index:1;box-sizing:border-box;height:auto;font-size:0.625rem;font-weight:400}";
3
+ const navbarItemCss = ":host{position:relative;box-sizing:border-box;display:flex;flex:1;flex-basis:0;flex-direction:column;flex-grow:1;align-items:center;justify-content:center;font-weight:700;text-align:center;white-space:nowrap}@media (min-width: 1200px){:host{flex-grow:inherit;width:100%;padding:0.5rem}}:host(.tab-selected),:host(.tab-selected) ::slotted(road-icon){color:var(--road-primary-500)}:host(.tab-selected)::after{position:absolute;bottom:-12px;left:0;display:block;width:100%;height:4px;color:var(--road-primary-500);content:\"\";background-color:var(--road-primary-500)}@media (min-width: 1200px){:host(.tab-selected)::after{bottom:auto;left:0;width:4px;height:100%}}:host(.focus-visible) ::slotted(road-icon),:host(.focus-visible) ::slotted(road-icon)::after,:host(.focus-visible) ::slotted(road-label),:host(.focus-visible) ::slotted(road-label)::after,:host(:hover) ::slotted(road-icon),:host(:hover) ::slotted(road-icon)::after,:host(:hover) ::slotted(road-label),:host(:hover) ::slotted(road-label)::after{color:var(--road-primary-500)}.button-native{position:relative;box-sizing:border-box;display:flex;flex-direction:inherit;align-items:inherit;justify-content:inherit;width:100%;height:100%;margin:0;overflow:hidden;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;color:inherit;text-align:inherit;text-decoration:none;text-indent:inherit;text-overflow:inherit;text-transform:inherit;letter-spacing:inherit;white-space:inherit;cursor:pointer;background:transparent;border-color:initial;border-style:initial;border-width:0;border-radius:inherit;border-image:initial;outline:0;-webkit-tap-highlight-color:rgba(0, 0, 0, 0)}.button-inner{position:relative;z-index:1;display:flex;flex-flow:inherit;align-items:inherit;justify-content:inherit;width:100%;height:100%}::slotted(road-icon){display:block;width:2rem;height:2rem;margin-right:auto;margin-bottom:0.25rem;margin-left:auto;fill:currentColor}::slotted(road-label){position:relative;box-sizing:border-box;display:flex;flex:1;flex-direction:column;font-size:0.875rem;font-weight:700;text-align:center;white-space:nowrap}@media (min-width: 1200px){::slotted(road-label){display:block}}::slotted(road-badge){position:absolute;top:4px;left:calc(50% + 0.375rem);z-index:1;box-sizing:border-box;height:auto;font-size:0.625rem;font-weight:400}";
4
4
 
5
5
  const NavbarItem = class {
6
6
  constructor(hostRef) {
@@ -1,7 +1,7 @@
1
1
  import { r as registerInstance, c as createEvent, h, H as Host } from './index-a99a5e7b.js';
2
2
  import './polyfill-2b159e86.js';
3
3
 
4
- const navbarCss = ":host{--z-index:10;position:fixed;bottom:0;z-index:var(--z-index);box-sizing:border-box;display:flex;align-items:center;justify-content:center;width:100%;height:3.5rem;text-align:center;contain:strict;-webkit-user-select:none;user-select:none;background-color:var(--road-grey-000);border-top:1px solid var(--road-grey-300)}";
4
+ const navbarCss = ":host{--z-index:10;position:fixed;bottom:0;left:0;z-index:var(--z-index);box-sizing:border-box;display:flex;align-items:center;width:100%;height:5.125rem;padding-left:0;margin:0;text-align:center;-webkit-user-select:none;user-select:none;background-color:var(--road-grey-000);border-top:1px solid var(--road-grey-300)}@media (max-width: 576px){:host{overflow-x:auto}}@media (min-width: 1200px){:host{bottom:auto;flex-direction:column;width:104px;height:100%;border-top:0;border-right:1px solid var(--road-grey-300)}}::slotted(.drawer-button-save){position:absolute;bottom:0;width:100%}";
5
5
 
6
6
  const Navbar = class {
7
7
  constructor(hostRef) {
@@ -1,6 +1,6 @@
1
1
  import { r as registerInstance, h } from './index-a99a5e7b.js';
2
2
 
3
- const profilDropdownCss = ":host{--margin-top:0.5rem;display:block;font-size:1rem}.dropdown{position:relative;width:max-content;font-family:var(--road-font)}.dropdown summary{display:block;cursor:pointer;outline:none}.dropdown summary::-webkit-details-marker{display:none}.dropdown-button{position:relative;z-index:1;height:3.5rem;cursor:pointer;border-radius:0.25rem}.dropdown-button:hover{background:var(--road-grey-200)}.dropdown[open] .dropdown-menu{transform:scaleY(1)}.dropdown[open] .dropdown-menu.direction-top{position:absolute;bottom:0;left:0;transform:translate3d(0, -56px, 0);will-change:transform}.dropdown-menu{position:absolute;top:0;left:5.5rem;display:flex;flex-direction:column;width:100%;min-width:16.875rem;padding:0.5rem 0;color:var(--road-grey-900);background:var(--road-test);border:1px solid;border-color:var(--road-grey-200);border-radius:0.25rem;box-shadow:0 0.375rem 0.375rem rgba(41, 44, 51, 0.24);transition:transform 0.2s ease-in-out;transform:scaleY(0);transform-origin:0 0}road-item{font-size:1rem}.profil-item{display:flex;padding-bottom:1rem;margin:1rem;cursor:auto;border-bottom:1px solid var(--road-grey-200)}.profil-item-info{display:flex;flex-direction:column;margin-left:1rem}.profil-item-info-name{font-weight:700}.profil-item road-avatar:hover{box-shadow:none}.dropdown-item{display:flex;align-items:center;min-height:40px;padding:0 1rem;font-size:1rem;line-height:1.5;color:var(--road-grey-900);text-align:left;text-decoration:none;cursor:pointer;background:var(--road-grey-000);border:none;outline:none}.dropdown-item-border{border-color:var(--road-grey-200);border-bottom:1px solid}.dropdown-item road-icon{margin-right:0.7rem}road-item:hover:first-child,road-item.focus-visible:first-child{background:none}road-item:hover,road-item.focus-visible{background:var(--road-grey-100)}";
3
+ const profilDropdownCss = ":host{--margin-top:0.5rem;display:block;font-size:1rem}.dropdown{position:relative;width:max-content;font-family:var(--road-font)}.dropdown summary{display:block;cursor:pointer;outline:none}.dropdown summary::-webkit-details-marker{display:none}.dropdown-button{position:relative;z-index:1;height:3.5rem;cursor:pointer;border-radius:0.25rem}.dropdown-button:hover{background:var(--road-grey-200)}.dropdown[open] .dropdown-menu{transform:scaleY(1)}.dropdown[open] .dropdown-menu.direction-top{position:absolute;bottom:0;left:0;transform:translate3d(0, -56px, 0);will-change:transform}.dropdown-menu{position:absolute;top:0;left:5.5rem;display:flex;flex-direction:column;width:100%;min-width:16.875rem;padding:0.5rem 0;color:var(--road-grey-900);background:var(--road-grey-000);border:1px solid;border-color:var(--road-grey-200);border-radius:0.25rem;box-shadow:0 0.375rem 0.375rem rgba(41, 44, 51, 0.24);transition:transform 0.2s ease-in-out;transform:scaleY(0);transform-origin:0 0}road-item{font-size:1rem}.profil-item{display:flex;padding-bottom:1rem;margin:1rem;cursor:auto;border-bottom:1px solid var(--road-grey-200)}.profil-item-info{display:flex;flex-direction:column;margin-left:1rem;text-align:left}.profil-item-info-name{font-weight:700}.profil-item road-avatar:hover{box-shadow:none}.dropdown-item{display:flex;align-items:center;min-height:40px;padding:0 1rem;font-size:1rem;line-height:1.5;color:var(--road-grey-900);text-align:left;text-decoration:none;cursor:pointer;background:var(--road-grey-000);border:none;outline:none}.dropdown-item-border{border-color:var(--road-grey-200);border-bottom:1px solid}.dropdown-item road-icon{margin-right:0.7rem}road-item:hover:first-child,road-item.focus-visible:first-child{background:none}road-item:hover,road-item.focus-visible{background:var(--road-grey-100)}";
4
4
 
5
5
  const Dropdown = class {
6
6
  constructor(hostRef) {
@@ -1,7 +1,7 @@
1
1
  import { r as registerInstance, c as createEvent, h, H as Host, e as getElement } from './index-a99a5e7b.js';
2
2
  import './polyfill-2b159e86.js';
3
3
 
4
- const radioCss = ".sc-road-radio-h{position:relative;display:block;margin-bottom:1.5rem;font-family:var(--road-font, sans-serif);font-size:1rem;line-height:1.5;color:var(--road-grey-900)}.form-radio-inline.sc-road-radio-h{display:inline-flex;flex-wrap:wrap;align-items:center;margin-right:1.5rem;margin-bottom:0}.form-radio-input.sc-road-radio{position:absolute;z-index:-1;opacity:0}.form-radio-label.sc-road-radio{position:relative;display:inline-flex;margin:0;cursor:pointer;-webkit-tap-highlight-color:rgba(0, 0, 0, 0)}.form-radio-label.sc-road-radio::before{box-sizing:border-box;display:block;flex-shrink:0;width:1.25rem;height:1.25rem;margin:0 0.75rem 0 0;content:\"\";background:var(--road-grey-000);border:1px solid var(--road-grey-500);border-radius:50%;transition:border-color 0.2s ease-in-out}.form-radio-label.sc-road-radio::after{position:absolute;top:0.1875rem;left:0.1875rem;box-sizing:border-box;display:block;width:0.875rem;height:0.875rem;content:\"\";background:var(--road-grey-400);border:none;border-radius:50%;transition:background 0.2s ease-in-out, transform 0.2s ease-in-out;transform:scale(0);transform-origin:50% 50%}@media (hover: hover){.form-radio-input.sc-road-radio~.form-radio-label.sc-road-radio:hover::before{border-color:var(--road-primary-700)}.form-radio-input.sc-road-radio:checked~.form-radio-label.sc-road-radio:hover::after{background:var(--road-primary-700)}}.form-radio-input.sc-road-radio:checked~.form-radio-label.sc-road-radio::after{background:var(--road-primary-500);opacity:1;transform:scale(1)}.form-radio-input.focus-visible.sc-road-radio~.form-radio-label.sc-road-radio::before{box-shadow:0 0 0 0.125rem var(--road-grey-000), 0 0 0 0.1875rem var(--road-primary-700)}.form-radio-input.focus-visible.sc-road-radio:checked~.form-radio-label.sc-road-radio::after{background:var(--road-primary-700)}.form-radio-input.sc-road-radio:disabled~.form-radio-label.sc-road-radio,.form-radio-input[readonly].sc-road-radio~.form-radio-label.sc-road-radio{cursor:not-allowed}.form-radio-input.sc-road-radio:disabled~.form-radio-label.sc-road-radio::before,.form-radio-input[readonly].sc-road-radio~.form-radio-label.sc-road-radio::before{background:var(--road-disabled);border:none}.form-radio-input.sc-road-radio:disabled~.form-radio-label.sc-road-radio::after,.form-radio-input[readonly].sc-road-radio~.form-radio-label.sc-road-radio::after{background:var(--road-grey-400)}.form-radio-input.is-invalid.sc-road-radio~.form-radio-label.sc-road-radio::before{border-color:var(--road-danger-default)}.form-radio-inverse.sc-road-radio{display:flex;flex-direction:row-reverse;justify-content:space-between}.form-radio-inverse.sc-road-radio::before{margin:0 0 0 1rem}.form-radio-inverse.sc-road-radio::after{right:0.1875rem;left:auto}";
4
+ const radioCss = ".sc-road-radio-h{position:relative;display:block;margin-bottom:1.5rem;font-family:var(--road-font, sans-serif);font-size:1rem;line-height:1.5;color:var(--road-grey-900)}.form-radio-inline.sc-road-radio-h{display:inline-flex;flex-wrap:wrap;align-items:center;margin-right:1.5rem;margin-bottom:0}.form-radio-input.sc-road-radio{position:absolute;z-index:-1;opacity:0}.form-radio-label.sc-road-radio{position:relative;display:inline-flex;align-items:flex-start;margin:0;cursor:pointer;-webkit-tap-highlight-color:rgba(0, 0, 0, 0)}.form-radio-label.sc-road-radio::before{box-sizing:border-box;display:block;flex-shrink:0;width:1.25rem;height:1.25rem;margin:0.1rem 0.75rem 0 0;content:\"\";background:var(--road-grey-000);border:1px solid var(--road-grey-500);border-radius:50%;transition:border-color 0.2s ease-in-out}.form-radio-label.sc-road-radio::after{position:absolute;top:0.285rem;left:0.1875rem;box-sizing:border-box;display:block;width:0.875rem;height:0.875rem;content:\"\";background:var(--road-grey-400);border:none;border-radius:50%;transition:background 0.2s ease-in-out, transform 0.2s ease-in-out;transform:scale(0);transform-origin:50% 50%}@media (hover: hover){.form-radio-input.sc-road-radio~.form-radio-label.sc-road-radio:hover::before{border-color:var(--road-primary-700)}.form-radio-input.sc-road-radio:checked~.form-radio-label.sc-road-radio:hover::after{background:var(--road-primary-700)}}.form-radio-input.sc-road-radio:checked~.form-radio-label.sc-road-radio::after{background:var(--road-primary-500);opacity:1;transform:scale(1)}.form-radio-input.focus-visible.sc-road-radio~.form-radio-label.sc-road-radio::before{box-shadow:0 0 0 0.125rem var(--road-grey-000), 0 0 0 0.1875rem var(--road-primary-700)}.form-radio-input.focus-visible.sc-road-radio:checked~.form-radio-label.sc-road-radio::after{background:var(--road-primary-700)}.form-radio-input.sc-road-radio:disabled~.form-radio-label.sc-road-radio,.form-radio-input[readonly].sc-road-radio~.form-radio-label.sc-road-radio{cursor:not-allowed}.form-radio-input.sc-road-radio:disabled~.form-radio-label.sc-road-radio::before,.form-radio-input[readonly].sc-road-radio~.form-radio-label.sc-road-radio::before{background:var(--road-disabled);border:none}.form-radio-input.sc-road-radio:disabled~.form-radio-label.sc-road-radio::after,.form-radio-input[readonly].sc-road-radio~.form-radio-label.sc-road-radio::after{background:var(--road-grey-400)}.form-radio-input.is-invalid.sc-road-radio~.form-radio-label.sc-road-radio::before{border-color:var(--road-danger-default)}.form-radio-inverse.sc-road-radio{display:flex;flex-direction:row-reverse;justify-content:space-between}.form-radio-inverse.sc-road-radio::before{margin:0 0 0 1rem}.form-radio-inverse.sc-road-radio::after{right:0.1875rem;left:auto}";
5
5
 
6
6
  const Radio = class {
7
7
  constructor(hostRef) {
@@ -0,0 +1,15 @@
1
+ import { r as registerInstance, h } from './index-a99a5e7b.js';
2
+
3
+ const toolbarTitlePageCss = ":host{position:absolute;top:30px;left:0.8rem}@media (min-width: 1200px){:host{position:fixed;top:0;left:0;display:flex;flex:1;align-items:center;width:100%;height:100%;padding:0 3.5rem;text-align:center}}.toolbar-title-page{display:block;width:100%;font-size:1.125rem;font-weight:700;text-overflow:ellipsis;white-space:nowrap;pointer-events:auto}@media (min-width: 1200px){.toolbar-title-page{font-size:1.25rem;text-align:center}}";
4
+
5
+ const ToolbarAppName = class {
6
+ constructor(hostRef) {
7
+ registerInstance(this, hostRef);
8
+ }
9
+ render() {
10
+ return (h("div", { class: "toolbar-title-page" }, h("slot", null)));
11
+ }
12
+ };
13
+ ToolbarAppName.style = toolbarTitlePageCss;
14
+
15
+ export { ToolbarAppName as road_toolbar_title_page };