@lmvz-ds/components 0.22.1 → 0.24.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 (113) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/cjs/{aria-loader-Cec1zR2g.js → aria-loader-BRo2FTGh.js} +1 -0
  3. package/cjs/index.cjs.js +1 -1
  4. package/cjs/lmvz-button_3.cjs.entry.js +375 -0
  5. package/cjs/lmvz-card.cjs.entry.js +2 -2
  6. package/cjs/lmvz-checkbox.cjs.entry.js +4 -4
  7. package/cjs/lmvz-chip.cjs.entry.js +3 -3
  8. package/cjs/lmvz-components.cjs.js +1 -1
  9. package/cjs/lmvz-header_2.cjs.entry.js +3 -3
  10. package/cjs/lmvz-input.cjs.entry.js +5 -5
  11. package/cjs/lmvz-menuitem.cjs.entry.js +4 -4
  12. package/cjs/lmvz-modal.cjs.entry.js +6 -109
  13. package/cjs/lmvz-select.cjs.entry.js +4 -4
  14. package/cjs/lmvz-toggle.cjs.entry.js +4 -4
  15. package/cjs/loader.cjs.js +1 -1
  16. package/cjs/{reactive-controller-host-DnSTWHCF.js → reactive-controller-host-BOFg4vL-.js} +1 -1
  17. package/collection/collection-manifest.json +1 -0
  18. package/collection/components/lmvz-button/lmvz-button.css +60 -41
  19. package/collection/components/lmvz-button/lmvz-button.js +6 -7
  20. package/collection/components/lmvz-button-group/lmvz-button-group.css +14 -0
  21. package/collection/components/lmvz-button-group/lmvz-button-group.js +216 -0
  22. package/collection/components/lmvz-card/lmvz-card.css +59 -40
  23. package/collection/components/lmvz-card/lmvz-card.js +1 -1
  24. package/collection/components/lmvz-checkbox/lmvz-checkbox.css +12 -8
  25. package/collection/components/lmvz-checkbox/lmvz-checkbox.js +1 -1
  26. package/collection/components/lmvz-chip/lmvz-chip.js +1 -1
  27. package/collection/components/lmvz-header/lmvz-header.js +1 -1
  28. package/collection/components/lmvz-icon/lmvz-icon.js +1 -1
  29. package/collection/components/lmvz-input/lmvz-input.css +12 -8
  30. package/collection/components/lmvz-input/lmvz-input.js +2 -2
  31. package/collection/components/lmvz-menuitem/lmvz-menuitem.css +12 -8
  32. package/collection/components/lmvz-menuitem/lmvz-menuitem.js +1 -1
  33. package/collection/components/lmvz-modal/lmvz-modal.css +36 -38
  34. package/collection/components/lmvz-modal/lmvz-modal.js +4 -108
  35. package/collection/components/lmvz-select/lmvz-select.css +12 -8
  36. package/collection/components/lmvz-select/lmvz-select.js +1 -1
  37. package/collection/components/lmvz-toggle/lmvz-toggle.css +12 -8
  38. package/collection/components/lmvz-toggle/lmvz-toggle.js +1 -1
  39. package/collection/integration/header-integration/header-integration.js +1 -1
  40. package/components/index.d.ts +2 -0
  41. package/components/index.d.ts.bak +2 -0
  42. package/components/index.js +1 -1
  43. package/components/lmvz-button-group.d.ts +11 -0
  44. package/components/lmvz-button-group.d.ts.bak +11 -0
  45. package/components/lmvz-button-group.js +1 -0
  46. package/components/lmvz-button.js +1 -1
  47. package/components/lmvz-card.js +1 -1
  48. package/components/lmvz-checkbox.js +1 -1
  49. package/components/lmvz-chip.js +1 -1
  50. package/components/lmvz-header.js +1 -1
  51. package/components/lmvz-icon.js +1 -1
  52. package/components/lmvz-input.js +1 -1
  53. package/components/lmvz-menuitem.js +1 -1
  54. package/components/lmvz-modal.js +1 -1
  55. package/components/lmvz-select.js +1 -1
  56. package/components/lmvz-toggle.js +1 -1
  57. package/components/p-CcnyKhAw.js +1 -0
  58. package/components/p-CdDO7mQa.js +1 -0
  59. package/components/p-Cg2XX_J-.js +1 -0
  60. package/components/p-DSvYtVoD.js +1 -0
  61. package/components/p-slgmfnHm.js +1 -0
  62. package/esm/{aria-loader-BVolm0lC.js → aria-loader-GfsGHZHY.js} +1 -1
  63. package/esm/index.js +1 -1
  64. package/esm/lmvz-button_3.entry.js +371 -0
  65. package/esm/lmvz-card.entry.js +2 -2
  66. package/esm/lmvz-checkbox.entry.js +4 -4
  67. package/esm/lmvz-chip.entry.js +3 -3
  68. package/esm/lmvz-components.js +1 -1
  69. package/esm/lmvz-header_2.entry.js +3 -3
  70. package/esm/lmvz-input.entry.js +5 -5
  71. package/esm/lmvz-menuitem.entry.js +4 -4
  72. package/esm/lmvz-modal.entry.js +6 -109
  73. package/esm/lmvz-select.entry.js +4 -4
  74. package/esm/lmvz-toggle.entry.js +4 -4
  75. package/esm/loader.js +1 -1
  76. package/esm/{reactive-controller-host-lF2kXM1x.js → reactive-controller-host-CroMsXdS.js} +1 -1
  77. package/hydrate/index.js +273 -189
  78. package/hydrate/index.mjs +273 -189
  79. package/lmvz-components/index.esm.js +1 -1
  80. package/lmvz-components/lmvz-components.esm.js +1 -1
  81. package/lmvz-components/p-2824a56b.entry.js +1 -0
  82. package/lmvz-components/p-4263c9b2.entry.js +1 -0
  83. package/lmvz-components/p-4f5c3c4a.entry.js +1 -0
  84. package/lmvz-components/p-6f8cbc4f.entry.js +1 -0
  85. package/lmvz-components/p-88adb9fa.entry.js +1 -0
  86. package/lmvz-components/{p-DCTzMRMQ.js → p-BRl6zKXT.js} +1 -1
  87. package/lmvz-components/p-CdDO7mQa.js +1 -0
  88. package/lmvz-components/p-a7c3074a.entry.js +1 -0
  89. package/lmvz-components/p-b3b04d46.entry.js +1 -0
  90. package/lmvz-components/p-d1dacf7e.entry.js +1 -0
  91. package/lmvz-components/{p-d984e118.entry.js → p-f6d1d9df.entry.js} +1 -1
  92. package/lmvz-components/p-fefefc54.entry.js +1 -0
  93. package/manifest.json +111 -12
  94. package/package.json +5 -1
  95. package/types/components/lmvz-button/lmvz-button.d.ts +1 -1
  96. package/types/components/lmvz-button-group/lmvz-button-group.d.ts +20 -0
  97. package/types/components/lmvz-modal/lmvz-modal.d.ts +1 -16
  98. package/types/components.d.ts +27 -3
  99. package/cjs/lmvz-button_2.cjs.entry.js +0 -198
  100. package/components/p-Boj0PCdB.js +0 -1
  101. package/components/p-Cc6dOWwS.js +0 -1
  102. package/components/p-DBc1BzQb.js +0 -1
  103. package/esm/lmvz-button_2.entry.js +0 -195
  104. package/lmvz-components/p-08a08b63.entry.js +0 -1
  105. package/lmvz-components/p-1b181e90.entry.js +0 -1
  106. package/lmvz-components/p-23fb2476.entry.js +0 -1
  107. package/lmvz-components/p-6bb145e4.entry.js +0 -1
  108. package/lmvz-components/p-7a310b1e.entry.js +0 -1
  109. package/lmvz-components/p-b7940687.entry.js +0 -1
  110. package/lmvz-components/p-db8306a5.entry.js +0 -1
  111. package/lmvz-components/p-dhVSUYqd.js +0 -1
  112. package/lmvz-components/p-ea335543.entry.js +0 -1
  113. package/lmvz-components/p-f8ea0eb2.entry.js +0 -1
@@ -5,31 +5,35 @@
5
5
  * Important: Always import this file _before_ layering your own styles!
6
6
  */
7
7
  @layer lmvz-ds.theme {
8
+ /**
9
+ * !CAUTION: Changes to this file have to be manually synced into `/packages/styles/src/no-transform/router-font.css`
10
+ */
11
+
8
12
  @font-face {
9
13
  font-family: Router;
10
14
  src:
15
+ local('RouterBook-Regular'),
11
16
  local('Router-Book'),
12
- url('/assets/fonts/Router-Book.woff') format('woff'),
13
- local('Router');
14
- font-weight: 400 normal;
17
+ url('/assets/fonts/Router-Book.woff') format('woff');
18
+ font-weight: 400;
15
19
  }
16
20
 
17
21
  @font-face {
18
22
  font-family: Router;
19
23
  src:
24
+ local('RouterMedium-Regular'),
20
25
  local('Router-Medium'),
21
- url('/assets/fonts/Router-Medium.woff') format('woff'),
22
- local('Router');
26
+ url('/assets/fonts/Router-Medium.woff') format('woff');
23
27
  font-weight: 500;
24
28
  }
25
29
 
26
30
  @font-face {
27
31
  font-family: Router;
28
32
  src:
33
+ local('RouterBold-Regular'),
29
34
  local('Router-Bold'),
30
- url('/assets/fonts/Router-Bold.woff') format('woff'),
31
- local('Router');
32
- font-weight: 700 bold;
35
+ url('/assets/fonts/Router-Bold.woff') format('woff');
36
+ font-weight: 700;
33
37
  }
34
38
 
35
39
  }
@@ -47,22 +51,28 @@ h6 {
47
51
  margin: 0;
48
52
  }
49
53
 
54
+ *[hidden] {
55
+ display: none !important;
56
+ }
57
+
50
58
  }
51
59
  :host {
52
60
  /** component dependencies */
53
61
  /* * the (invalid nested) import will be handled by postcss */
54
62
  /* stylelint-disable no-invalid-position-at-import-rule */
55
63
  button {
56
- --lmvz-button-color: var(--lmvz-component-color, var(--lmvz-semantic-color-int-on-primary, #ffffff));
57
- --lmvz-button-padding-inline: var(--lmvz-button-padding, var(--lmvz-component-input-md-padding-x, clamp(0.75rem, 0.69rem + 0.26vw, 1rem)));
58
- --lmvz-button-padding-block: var(--lmvz-button-padding, var(--lmvz-component-input-md-padding-y, clamp(0.75rem, 0.69rem + 0.26vw, 1rem)));
59
- --lmvz-button-gap: var(--lmvz-component-input-md-gap-x, clamp(0.25rem, 0.16rem + 0.39vw, 0.63rem));
60
- --lmvz-button-font: var(--lmvz-typography-body-lg, 400 clamp(1rem, 0.97rem + 0.13vw, 1.13rem) / 1.4
64
+ /* secondary styling is default, primary is explicit */
65
+ --lmvz-button-color: var(--lmvz-component-color, var(--lmvz-semantic-color-int-on-secondary, #000000));
66
+ --lmvz-button-padding-inline: var(--lmvz-button-padding, var(--lmvz-component-input-padding-md, clamp(0.88rem, 0.84rem + 0.13vw, 1rem)));
67
+ --lmvz-button-padding-block: var(--lmvz-button-padding, var(--lmvz-component-input-padding-md, clamp(0.88rem, 0.84rem + 0.13vw, 1rem)));
68
+ --lmvz-button-gap: var(--lmvz-component-input-gap-md, clamp(0.5rem, 0.44rem + 0.26vw, 0.75rem));
69
+ --lmvz-button-min-height: var(--lmvz-component-input-size-md, clamp(2.5rem, 2.44rem + 0.26vw, 2.75rem));
70
+ --lmvz-button-font: var(--lmvz-typography-body-md-strong, 500 clamp(0.88rem, 0.84rem + 0.13vw, 1rem) / 1.4
61
71
  Router);
62
72
  --lmvz-button-radius: var(--lmvz-component-input-radius-default, 999px);
63
73
  --lmvz-button-border-width: 0;
64
74
  --lmvz-button-border-color: transparent;
65
- --lmvz-button-background: var(--lmvz-semantic-color-int-primary, #000000);
75
+ --lmvz-button-background: var(--lmvz-semantic-color-int-secondary, #f0f0f0);
66
76
 
67
77
  display: inline-flex;
68
78
  align-items: center;
@@ -70,6 +80,7 @@ h6 {
70
80
  gap: var(--lmvz-button-gap);
71
81
  padding-block: var(--lmvz-button-padding-block);
72
82
  padding-inline: var(--lmvz-button-padding-inline);
83
+ min-height: var(--lmvz-button-min-height);
73
84
  border-radius: var(--lmvz-button-radius);
74
85
  border: var(--lmvz-button-border-width) solid var(--lmvz-button-border-color);
75
86
  background-color: var(--lmvz-button-background);
@@ -92,8 +103,8 @@ button > * {
92
103
  }
93
104
 
94
105
  button:focus-visible {
95
- outline: var(--lmvz-semantic-border-width-default, 1px) solid var(--lmvz-semantic-color-status-on-active, #0e7ab4);
96
- outline-offset: var(--lmvz-component-input-sm-padding-x, clamp(0.5rem, 0.44rem + 0.26vw, 0.75rem));
106
+ outline: 2px solid var(--lmvz-semantic-color-border-active, #0f8acc);
107
+ outline-offset: 2px;
97
108
  }
98
109
 
99
110
  button:is([disabled], .disabled) {
@@ -109,36 +120,45 @@ button:is([disabled], .disabled) {
109
120
  }
110
121
 
111
122
  button:not([disabled]):hover {
112
- --lmvz-button-background: var(--lmvz-semantic-color-int-primary-hover, #2e2e2e);
123
+ --lmvz-button-background: var(--lmvz-semantic-color-int-secondary-hover, #e0e0e0);
113
124
  }
114
125
 
115
126
  button:not([disabled]):active {
127
+ --lmvz-button-background: var(--lmvz-semantic-color-int-secondary-active, #d4d4d4);
128
+ }
129
+
130
+ button.primary {
131
+ --lmvz-button-background: var(--lmvz-semantic-color-int-primary, #000000);
132
+ --lmvz-button-color: var(--lmvz-semantic-color-int-on-primary, #ffffff);
133
+ --lmvz-button-border-width: 0;
134
+ --lmvz-button-border-color: transparent;
135
+ }
136
+
137
+ button.primary:not([disabled], .disabled):hover {
138
+ --lmvz-button-background: var(--lmvz-semantic-color-int-primary-hover, #2e2e2e);
139
+ }
140
+
141
+ button.primary:not([disabled], .disabled):active {
116
142
  --lmvz-button-background: var(--lmvz-semantic-color-int-primary-active, #545454);
117
143
  }
118
144
 
119
145
  button.secondary {
120
146
  --lmvz-button-background: var(--lmvz-semantic-color-int-secondary, #f0f0f0);
121
147
  --lmvz-button-color: var(--lmvz-semantic-color-int-on-secondary, #000000);
122
- --lmvz-button-border-width: var(--lmvz-semantic-border-width-default, 1px);
123
- --lmvz-button-border-color: var(--lmvz-semantic-color-border-default, #e0e0e0);
148
+ --lmvz-button-border-width: 0;
149
+ --lmvz-button-border-color: transparent;
124
150
  }
125
151
 
126
152
  button.secondary:not([disabled], .disabled):hover {
127
153
  --lmvz-button-background: var(--lmvz-semantic-color-int-secondary-hover, #e0e0e0);
128
- --lmvz-button-border-color: var(--lmvz-semantic-color-border-hover, #c7c7c7);
154
+ --lmvz-button-color: var(--lmvz-semantic-color-int-on-secondary-hover, #000000);
129
155
  }
130
156
 
131
157
  button.secondary:not([disabled], .disabled):active {
132
158
  --lmvz-button-background: var(--lmvz-semantic-color-int-secondary-active, #d4d4d4);
133
- --lmvz-button-border-color: var(--lmvz-semantic-color-border-active, #0f8acc);
159
+ --lmvz-button-color: var(--lmvz-semantic-color-int-on-secondary-active, #000000);
134
160
  }
135
161
 
136
- /* button.secondary:is([disabled], .disabled) {
137
- --lmvz-button-background: var(--lmvz-global-color-neutral-200);
138
- --lmvz-button-border-color: var(--lmvz-global-color-neutral-400);
139
- --lmvz-button-color: var(--lmvz-global-color-neutral-700);
140
- } */
141
-
142
162
  button.tertiary {
143
163
  --lmvz-button-background: var(--lmvz-semantic-color-int-tertiary, #ffffff);
144
164
  --lmvz-button-color: var(--lmvz-semantic-color-int-on-tertiary, #545454);
@@ -146,30 +166,29 @@ button.tertiary {
146
166
 
147
167
  button.tertiary:not([disabled], .disabled):hover {
148
168
  --lmvz-button-background: var(--lmvz-semantic-color-int-tertiary-hover, #f0f0f0);
169
+ --lmvz-button-color: var(--lmvz-semantic-color-int-on-tertiary-hover, #000000);
149
170
  }
150
171
 
151
172
  button.tertiary:not([disabled], .disabled):active {
152
173
  --lmvz-button-background: var(--lmvz-semantic-color-int-tertiary-active, #e0e0e0);
174
+ --lmvz-button-color: var(--lmvz-semantic-color-int-on-tertiary-active, #000000);
153
175
  }
154
176
 
155
- /* button.tertiary:is([disabled], .disabled) {
156
- --lmvz-button-background: var(--lmvz-global-color-neutral-100);
157
- --lmvz-button-color: var(--lmvz-global-color-neutral-600);
158
- } */
159
-
160
177
  button.small {
161
- --lmvz-button-padding-inline: var(--lmvz-component-input-sm-padding-x, clamp(0.5rem, 0.44rem + 0.26vw, 0.75rem));
162
- --lmvz-button-padding-block: var(--lmvz-component-input-sm-padding-y, clamp(0.5rem, 0.44rem + 0.26vw, 0.75rem));
163
- --lmvz-button-gap: var(--lmvz-component-input-sm-gap-x, clamp(0.25rem, 0.16rem + 0.39vw, 0.63rem));
164
- --lmvz-button-font: var(--lmvz-typography-body-md, 400 clamp(0.88rem, 0.84rem + 0.13vw, 1rem) / 1.4
178
+ --lmvz-button-padding-inline: var(--lmvz-component-input-padding-sm, clamp(0.75rem, 0.72rem + 0.13vw, 0.88rem));
179
+ --lmvz-button-padding-block: var(--lmvz-component-input-padding-sm, clamp(0.75rem, 0.72rem + 0.13vw, 0.88rem));
180
+ --lmvz-button-gap: var(--lmvz-component-input-gap-sm, clamp(0.38rem, 0.34rem + 0.13vw, 0.5rem));
181
+ --lmvz-button-min-height: var(--lmvz-component-input-size-sm, clamp(2rem, 1.94rem + 0.26vw, 2.25rem));
182
+ --lmvz-button-font: var(--lmvz-typography-body-sm-strong, 500 clamp(0.75rem, 0.73rem + 0.06vw, 0.81rem) / 1.4
165
183
  Router);
166
184
  }
167
185
 
168
186
  button.large {
169
- --lmvz-button-padding-inline: var(--lmvz-component-input-lg-padding-x, clamp(0.88rem, 0.78rem + 0.39vw, 1.25rem));
170
- --lmvz-button-padding-block: var(--lmvz-component-input-lg-padding-y, clamp(0.88rem, 0.78rem + 0.39vw, 1.25rem));
171
- --lmvz-button-gap: var(--lmvz-component-input-lg-gap-x, clamp(0.25rem, 0.16rem + 0.39vw, 0.63rem));
172
- --lmvz-button-font: var(--lmvz-typography-body-lg, 400 clamp(1rem, 0.97rem + 0.13vw, 1.13rem) / 1.4
187
+ --lmvz-button-padding-inline: var(--lmvz-component-input-padding-lg, clamp(1rem, 0.94rem + 0.26vw, 1.25rem));
188
+ --lmvz-button-padding-block: var(--lmvz-component-input-padding-lg, clamp(1rem, 0.94rem + 0.26vw, 1.25rem));
189
+ --lmvz-button-gap: var(--lmvz-component-input-gap-lg, clamp(0.75rem, 0.72rem + 0.13vw, 0.88rem));
190
+ --lmvz-button-min-height: var(--lmvz-component-input-size-lg, clamp(2.75rem, 2.69rem + 0.26vw, 3rem));
191
+ --lmvz-button-font: var(--lmvz-typography-body-lg-strong, 500 clamp(1rem, 0.97rem + 0.13vw, 1.13rem) / 1.4
173
192
  Router);
174
193
  }
175
194
 
@@ -19,7 +19,7 @@ export class LmvzCard {
19
19
  const imgStyle = {
20
20
  backgroundImage: `url(${this.imageUrl ?? this.fallbackImage})`,
21
21
  };
22
- return (h(Host, { key: '46c2832b4f90b9eb222749632bc7ad59cd645e10', role: "article" }, h("div", { key: 'cc387fe96cff2dd04c24f75cf838a2bf6f438279', class: "top" }, h("div", { key: 'f9a54a5f81378ef4265e1d74c36c78af002e8874', class: "image-wrapper", style: imgStyle }, h("div", { key: '76daed00408f7ae9ee46977637ddcd3d4f846380', class: "chip-slot" }, h("slot", { key: '6ad522ef7428166b876d0218ef8d801c4ef337f1', name: "chip" })))), h("div", { key: '9c9799668ac199cfecbe10061e271d70d70e2d07', class: "bottom" }, h("header", { key: '1bec743235bea5c7ab163225ffbd7bc6cf11f754' }, h("h2", { key: '06f8e14153328bc5ca920e71e09d9343047c440c', class: "title" }, this.cardTitle)), h("p", { key: '86b95db4e6464ca3236b4a03798013c3580819bf', class: "description" }, this.description), h("div", { key: '553dc998d5318a4730196baa0b9baff3a0a3369f', class: "actions" }, h("button", { key: '7532d01b46769198c23a1b1015c187fdefce146a', class: "primary", onClick: this._onPrimaryClick.bind(this), "data-testid": "primary" }, this.primaryActionLabel), h("button", { key: '633d679ae59b1896aa2a06e04b4564569cf27a7d', class: "tertiary", "aria-label": "More actions", onClick: this._onOverflowClick }, h("span", { key: 'b72c45f93d259502b9d7c5ffb19e292a53c60ec6', class: "icon-placeholder" }, "..."))))));
22
+ return (h(Host, { key: '2d9ecdeed986f142fb7ff477b56dece59549bbc7', role: "article" }, h("div", { key: '34fc9c3a1338b31ce73424e8c07c79a291ead85c', class: "top" }, h("div", { key: '1756e6b26d7f42499753c36ed0fc13755fe32bfe', class: "image-wrapper", style: imgStyle }, h("div", { key: 'cd8be8acc9e949092b6363024316d12d445a9fbc', class: "chip-slot" }, h("slot", { key: '26389ab3b7031b948ff1701857e6028446662cf5', name: "chip" })))), h("div", { key: '2fa61cd7bef437f15929ae39be7fa294e8778321', class: "bottom" }, h("header", { key: 'b237ca025e42a29f528f827dc3c83b3b0f9267c0' }, h("h2", { key: 'ffd0a509ba97acb75d4c15d0fd01eef08689a2a7', class: "title" }, this.cardTitle)), h("p", { key: 'c40bd5d5f7e41a0cebc2f7f9e572ba98cc892cc1', class: "description" }, this.description), h("div", { key: '7663f93b41ef1e798b464bd6ad75ca8a53c0667b', class: "actions" }, h("button", { key: '3348e6700aa1571183558ab8fe4f73393c1cc943', class: "primary", onClick: this._onPrimaryClick.bind(this), "data-testid": "primary" }, this.primaryActionLabel), h("button", { key: 'd3a12cdabbdd68c3b04e06984db44abd3bbd22ea', class: "tertiary", "aria-label": "More actions", onClick: this._onOverflowClick }, h("span", { key: '80e31e6b691e18d1b42a2b4831349c3abf8e02b0', class: "icon-placeholder" }, "..."))))));
23
23
  }
24
24
  static get is() { return "lmvz-card"; }
25
25
  static get encapsulation() { return "scoped"; }
@@ -5,31 +5,35 @@
5
5
  * Important: Always import this file _before_ layering your own styles!
6
6
  */
7
7
  @layer lmvz-ds.theme {
8
+ /**
9
+ * !CAUTION: Changes to this file have to be manually synced into `/packages/styles/src/no-transform/router-font.css`
10
+ */
11
+
8
12
  @font-face {
9
13
  font-family: Router;
10
14
  src:
15
+ local('RouterBook-Regular'),
11
16
  local('Router-Book'),
12
- url('/assets/fonts/Router-Book.woff') format('woff'),
13
- local('Router');
14
- font-weight: 400 normal;
17
+ url('/assets/fonts/Router-Book.woff') format('woff');
18
+ font-weight: 400;
15
19
  }
16
20
 
17
21
  @font-face {
18
22
  font-family: Router;
19
23
  src:
24
+ local('RouterMedium-Regular'),
20
25
  local('Router-Medium'),
21
- url('/assets/fonts/Router-Medium.woff') format('woff'),
22
- local('Router');
26
+ url('/assets/fonts/Router-Medium.woff') format('woff');
23
27
  font-weight: 500;
24
28
  }
25
29
 
26
30
  @font-face {
27
31
  font-family: Router;
28
32
  src:
33
+ local('RouterBold-Regular'),
29
34
  local('Router-Bold'),
30
- url('/assets/fonts/Router-Bold.woff') format('woff'),
31
- local('Router');
32
- font-weight: 700 bold;
35
+ url('/assets/fonts/Router-Bold.woff') format('woff');
36
+ font-weight: 700;
33
37
  }
34
38
 
35
39
  }
@@ -83,7 +83,7 @@ export class LmvzCheckbox extends ReactiveControllerHost {
83
83
  this.lmvzChange.emit(this.checked);
84
84
  };
85
85
  render() {
86
- return (h(Host, { key: '6014c885305bc9824f7a6d4f0ba8c642125f3a5b' }, h("div", { key: 'cbc6de2b684acfb00b77a366e707d73de74a0b8a', class: "pill" }, h("input", { key: '5b442512b6cab2e60a1d62fd40e4c868b1bf87ac', type: "checkbox", id: this.checkboxId, checked: this.checkedState, disabled: this.disabled, required: this.required, "aria-required": this.required ? 'true' : 'false', "aria-invalid": this.error ? 'true' : 'false', "aria-describedby": this.ariaDescribedBy, "aria-errormessage": this.error && this.errorId ? this.errorId : undefined, ref: (el) => (this.nativeInput = el), onChange: this.handleChange, autoFocus: this.autofocus }), h("span", { key: '09c534b7c5642c620129ea05a4468bd584c56ce7', class: "box", "aria-hidden": "true" }, this.checkedState && h("span", { key: 'eaa49e1a60054f8efc62ade0446a4704f0bb46e9', class: "indicator", innerHTML: CHECKMARK_SVG })), h("span", { key: '8fb836d71cbb3d4eadaf67284f5bb52906549275', class: "content" }, h("label", { key: '8df862f11e9885158264908fdac6599f21ecba07', htmlFor: this.checkboxId }, this.label), this.helperText && (h("span", { key: '1e45e6177774e937311cddacd1a3d3379c9c6af5', class: "helper-text", id: this.helperId, role: "status" }, this.helperText)))), this.errorMessage && (h("span", { key: '83fc1f7cd6828973e52ef27604f12f94f41d7f4b', class: "error-text", id: this.errorId, role: "alert" }, this.errorMessage))));
86
+ return (h(Host, { key: '70201fa49465f1e29b98bb251ea254be0293b1df' }, h("div", { key: 'dfeb788e3e2d9a8329e7798954c744eee616692e', class: "pill" }, h("input", { key: '79fefaa297a5fbbb1b7f180c7cf4cccf8650a1f0', type: "checkbox", id: this.checkboxId, checked: this.checkedState, disabled: this.disabled, required: this.required, "aria-required": this.required ? 'true' : 'false', "aria-invalid": this.error ? 'true' : 'false', "aria-describedby": this.ariaDescribedBy, "aria-errormessage": this.error && this.errorId ? this.errorId : undefined, ref: (el) => (this.nativeInput = el), onChange: this.handleChange, autoFocus: this.autofocus }), h("span", { key: '8808a026274979678515b3e750065af38d62fff9', class: "box", "aria-hidden": "true" }, this.checkedState && h("span", { key: '861c08fb2a5cc6f24d3ae0a9f28cb6d2f51beda4', class: "indicator", innerHTML: CHECKMARK_SVG })), h("span", { key: '6dc36656d76bd3a6816553b4dcbdbea2c9bd2b0f', class: "content" }, h("label", { key: 'c343c4261e2eb231925d0f3ca0a83f9f3cdd0b9b', htmlFor: this.checkboxId }, this.label), this.helperText && (h("span", { key: '8473ed19adfe975b715a5e0b78c949c6b11de99e', class: "helper-text", id: this.helperId, role: "status" }, this.helperText)))), this.errorMessage && (h("span", { key: 'e934cec1cc622908188cf9090e24988e5df45799', class: "error-text", id: this.errorId, role: "alert" }, this.errorMessage))));
87
87
  }
88
88
  static get is() { return "lmvz-checkbox"; }
89
89
  static get encapsulation() { return "scoped"; }
@@ -48,7 +48,7 @@ export class LmvzChip extends ReactiveControllerHost {
48
48
  }
49
49
  }, 500);
50
50
  render() {
51
- return (h(Host, { key: '14ee006aff40f125aef2e9a461e68e25c6ed27d6', type: this.type, size: this.size }, h("slot", { key: '3222c7f40b833f344aa233c13e2644d6e928bf4c', name: "before-text", ref: (el) => (this.beforeSlot = el), onSlotchange: () => this.checkContent() }), h("span", { key: '4d1c9fa87ccda9387b945444e9ac6a50703a19e5', class: "content-overflow-wrapper" }, h("slot", { key: '42866115b8a6c50e86663ed8934504240ee0e6fa', ref: (el) => (this.defaultSlot = el), onSlotchange: () => this.checkContent() })), h("slot", { key: '890afa73be440ee7e7620a024744be08fee57b83', name: "after-text", ref: (el) => (this.afterSlot = el), onSlotchange: () => this.checkContent() })));
51
+ return (h(Host, { key: '70654d69189e77f9356853a921366083b2c4b969', type: this.type, size: this.size }, h("slot", { key: 'c7e667b93166286fe68a812dd8eec82885e3fc5e', name: "before-text", ref: (el) => (this.beforeSlot = el), onSlotchange: () => this.checkContent() }), h("span", { key: 'af38dd0429b42685a114e26175ce42d09f5fdcc1', class: "content-overflow-wrapper" }, h("slot", { key: '924158498d65b9ac7c912b6b1a479016176e0b78', ref: (el) => (this.defaultSlot = el), onSlotchange: () => this.checkContent() })), h("slot", { key: '9ff0394dbfb2131fafe513d0f2d8ce26c7781f20', name: "after-text", ref: (el) => (this.afterSlot = el), onSlotchange: () => this.checkContent() })));
52
52
  }
53
53
  static get is() { return "lmvz-chip"; }
54
54
  static get encapsulation() { return "shadow"; }
@@ -84,7 +84,7 @@ export class LmvzHeader extends ReactiveControllerHost {
84
84
  }
85
85
  }
86
86
  render() {
87
- return (h(Host, { key: '87ecb9948039ea2f4b998bf35865e5839708a65c', onFocus: this.delegateFocus.bind(this) }, h("div", { key: '4f1ae09b1a3e0a9c3eb12659b3952eef34cbd67b', class: "brand" }, h("slot", { key: '99c03f87f0b3462d9b44835ba34ee05c75373b22', name: "brand" }, h("img", { key: '1616ce8464c2e798a53bc7c879385e3882e4d32f', id: "fallback-logo-lmvz", src: logo, alt: "Lehrmittelverlag Z\u00FCrich" }))), h("nav", { key: 'ff7c56dbc9e80ba9a0757683069e1cba168abcb6', "aria-label": "Hauptnavigation" }, h("div", { key: 'a3bb67d788b936422992b066431c73098ff2aa11', role: "menubar", class: "primary-menubar" }, h("slot", { key: 'e85b93f943c6d97bd5a7fa6f75e4855785d09ec5', name: "nav-primary", ref: (el) => (this.primarySlot = el) }), h("div", { key: 'e9efcfc5d3a8cb991c255b32b205924dafb5aaf6', role: "menu", id: "nav-secondary", class: "secondary-menubar", hidden: !this.lmvzActiveNav, ref: (el) => (this.secondaryNav = el) }, h("slot", { key: '7314e6a72705d48b347fa30945b1d5513b87bfd3', name: this.secondarySlotName, ref: (el) => (this.secondarySlot = el) })))), h("div", { key: 'aee503cddbf8964833934e594caf5faa6e073a02', class: "actions" }, h("slot", { key: '5c1b15c0507ef24f67e37cd1652b4cc5ce4cc104', name: "actions" }))));
87
+ return (h(Host, { key: '323b7b13ef147f48e5f06537c7f27ab6e8a649ca', onFocus: this.delegateFocus.bind(this) }, h("div", { key: '518434d55b7bfc5c1a8988f707984b8e2a41163c', class: "brand" }, h("slot", { key: '1829a1ba10ba3a4e1a0e32564c534e960dc652d1', name: "brand" }, h("img", { key: '485c217a7fc920646ec531cac9744a10f29dab4e', id: "fallback-logo-lmvz", src: logo, alt: "Lehrmittelverlag Z\u00FCrich" }))), h("nav", { key: 'df2cea9f42427c0bb51a498cc2627f0113a608a0', "aria-label": "Hauptnavigation" }, h("div", { key: '93d6e0edc45c0032c5d3c93ea5f22e204fb0617e', role: "menubar", class: "primary-menubar" }, h("slot", { key: '1b0238ca89023cc9a0ec4453e79a4597aaa92f2a', name: "nav-primary", ref: (el) => (this.primarySlot = el) }), h("div", { key: 'd7576b23a5f9268a106c98052a869825493e0485', role: "menu", id: "nav-secondary", class: "secondary-menubar", hidden: !this.lmvzActiveNav, ref: (el) => (this.secondaryNav = el) }, h("slot", { key: 'ada5f271c58350c44bb55c3bd976450214795f2b', name: this.secondarySlotName, ref: (el) => (this.secondarySlot = el) })))), h("div", { key: 'db47039ebf932942210fd3f0920f9f86f9d2b09b', class: "actions" }, h("slot", { key: '2d220a2946f26e69052d20dd4524e60fafbfe137', name: "actions" }))));
88
88
  }
89
89
  static get is() { return "lmvz-header"; }
90
90
  static get encapsulation() { return "shadow"; }
@@ -57,7 +57,7 @@ export class LmvzIcon extends ReactiveControllerHost {
57
57
  super.componentDidRender();
58
58
  }
59
59
  render() {
60
- return h(Host, { key: 'e76fe28500b3545b8917ecdad590da5bc04ed38f', role: "img", "aria-hidden": `${this.ariaHidden}`, innerHTML: this.iconData });
60
+ return h(Host, { key: '03b4391d02a77409257bcda51c2b65ad9a9e0a0c', role: "img", "aria-hidden": `${this.ariaHidden}`, innerHTML: this.iconData });
61
61
  }
62
62
  waitUntilVisible(callback, rootMargin = 50) {
63
63
  if (!Build.isBrowser || typeof window === 'undefined' || !window.IntersectionObserver) {
@@ -5,31 +5,35 @@
5
5
  * Important: Always import this file _before_ layering your own styles!
6
6
  */
7
7
  @layer lmvz-ds.theme {
8
+ /**
9
+ * !CAUTION: Changes to this file have to be manually synced into `/packages/styles/src/no-transform/router-font.css`
10
+ */
11
+
8
12
  @font-face {
9
13
  font-family: Router;
10
14
  src:
15
+ local('RouterBook-Regular'),
11
16
  local('Router-Book'),
12
- url('/assets/fonts/Router-Book.woff') format('woff'),
13
- local('Router');
14
- font-weight: 400 normal;
17
+ url('/assets/fonts/Router-Book.woff') format('woff');
18
+ font-weight: 400;
15
19
  }
16
20
 
17
21
  @font-face {
18
22
  font-family: Router;
19
23
  src:
24
+ local('RouterMedium-Regular'),
20
25
  local('Router-Medium'),
21
- url('/assets/fonts/Router-Medium.woff') format('woff'),
22
- local('Router');
26
+ url('/assets/fonts/Router-Medium.woff') format('woff');
23
27
  font-weight: 500;
24
28
  }
25
29
 
26
30
  @font-face {
27
31
  font-family: Router;
28
32
  src:
33
+ local('RouterBold-Regular'),
29
34
  local('Router-Bold'),
30
- url('/assets/fonts/Router-Bold.woff') format('woff'),
31
- local('Router');
32
- font-weight: 700 bold;
35
+ url('/assets/fonts/Router-Bold.woff') format('woff');
36
+ font-weight: 700;
33
37
  }
34
38
 
35
39
  }
@@ -150,9 +150,9 @@ export class LmvzInput extends ReactiveControllerHost {
150
150
  render() {
151
151
  const hasValue = Boolean(this.value);
152
152
  const shouldFloatLabel = hasValue || Boolean(this.placeholder);
153
- return (h("div", { key: '3cbfee5fccbb5efe1bfb9c6622653e11d4896615', class: classNames('input-container', {
153
+ return (h("div", { key: 'b8c3aaccafb89725aaa157a72633c67ae8b4d58c', class: classNames('input-container', {
154
154
  'interaction-filled': hasValue,
155
- }) }, h("div", { key: '2712b0d5eda0ca1d4da70f362047df07acf922a5', class: "input-wrapper" }, h("slot", { key: '992bc86de6b3bdd3cdbac1c000d38a338e6e4474', name: "before-input" }), h("div", { key: '35ace7d889667f5d09eea76dcba161f8711c9b1c', class: "label-input-group" }, h("label", { key: '28520dddf331d35ba75283673aa81e0046628907', htmlFor: this.inputId, class: classNames({ floating: shouldFloatLabel }) }, this.label, this.required && (h("span", { key: 'b91766b86b1bc68ce3dbb4b734ee4aa40fe0759b', class: "required-indicator", "aria-hidden": "true" }, ' ', "*"))), h("input", { key: 'ed7cd4b64091256df1c3b939c1e22d6082fe58b9', id: this.inputId, ref: (el) => (this.nativeInputElement = el), type: this.type, min: this.min, max: this.max, step: this.step, value: this.value, name: this.name, placeholder: this.placeholder, disabled: this.disabled, readOnly: this.readonly, required: this.required, form: this.form, autocomplete: this.autocomplete, inputmode: this.inputmode, autocorrect: this.autocorrect, autocapitalize: this.autocapitalize, spellcheck: this.spellcheck, autofocus: this.autofocus, minlength: this.minlength, maxlength: this.maxlength, pattern: this.pattern, "aria-invalid": this.error ? 'true' : 'false', "aria-required": this.required ? 'true' : 'false', "aria-describedby": this.describedBy, "aria-errormessage": this.errorId, onInput: this.handleInput, onChange: this.handleChange, onFocus: this.handleFocus, onBlur: this.handleBlur })), h("slot", { key: '1e42c305b8e554fadd7c50fbbb54ea234c734b0a', name: "after-input" })), h("div", { key: '190a1a92971a717f3ef594615fbe4dd0c9a72493', id: this.helperId, role: "status" }, this.helperText || null), h("div", { key: '4d07b45a51d3733caf09a1bbc56ae6f51411ecbc', id: this.errorId, role: "alert" }, (this.showErrorMessage && this.errorMessage) || null)));
155
+ }) }, h("div", { key: '80261c486d3bfe61aa060d50e9a6774c961339a1', class: "input-wrapper" }, h("slot", { key: '6856dd64991251adc63d8064ed63e9cf7b1773a2', name: "before-input" }), h("div", { key: 'c975357079efef465c56fb50cbb404bd1cbe3fb1', class: "label-input-group" }, h("label", { key: '798417172f8411be97866edbffbd2bb98c308c69', htmlFor: this.inputId, class: classNames({ floating: shouldFloatLabel }) }, this.label, this.required && (h("span", { key: '9fd59f3d93c984304e6c8ae6531df82bc0057243', class: "required-indicator", "aria-hidden": "true" }, ' ', "*"))), h("input", { key: 'a4e1133b4891c01044365eb3c97ee234c84c9bac', id: this.inputId, ref: (el) => (this.nativeInputElement = el), type: this.type, min: this.min, max: this.max, step: this.step, value: this.value, name: this.name, placeholder: this.placeholder, disabled: this.disabled, readOnly: this.readonly, required: this.required, form: this.form, autocomplete: this.autocomplete, inputmode: this.inputmode, autocorrect: this.autocorrect, autocapitalize: this.autocapitalize, spellcheck: this.spellcheck, autofocus: this.autofocus, minlength: this.minlength, maxlength: this.maxlength, pattern: this.pattern, "aria-invalid": this.error ? 'true' : 'false', "aria-required": this.required ? 'true' : 'false', "aria-describedby": this.describedBy, "aria-errormessage": this.errorId, onInput: this.handleInput, onChange: this.handleChange, onFocus: this.handleFocus, onBlur: this.handleBlur })), h("slot", { key: 'c774f03e704889b524f305c00d60c0902abdff5f', name: "after-input" })), h("div", { key: 'f513746541c71ce0d67c26eb220b54408fc3f136', id: this.helperId, role: "status" }, this.helperText || null), h("div", { key: '197683e55807bf100ca1543f5b84b14e910e721f', id: this.errorId, role: "alert" }, (this.showErrorMessage && this.errorMessage) || null)));
156
156
  }
157
157
  static get is() { return "lmvz-input"; }
158
158
  static get encapsulation() { return "scoped"; }
@@ -5,31 +5,35 @@
5
5
  * Important: Always import this file _before_ layering your own styles!
6
6
  */
7
7
  @layer lmvz-ds.theme {
8
+ /**
9
+ * !CAUTION: Changes to this file have to be manually synced into `/packages/styles/src/no-transform/router-font.css`
10
+ */
11
+
8
12
  @font-face {
9
13
  font-family: Router;
10
14
  src:
15
+ local('RouterBook-Regular'),
11
16
  local('Router-Book'),
12
- url('/assets/fonts/Router-Book.woff') format('woff'),
13
- local('Router');
14
- font-weight: 400 normal;
17
+ url('/assets/fonts/Router-Book.woff') format('woff');
18
+ font-weight: 400;
15
19
  }
16
20
 
17
21
  @font-face {
18
22
  font-family: Router;
19
23
  src:
24
+ local('RouterMedium-Regular'),
20
25
  local('Router-Medium'),
21
- url('/assets/fonts/Router-Medium.woff') format('woff'),
22
- local('Router');
26
+ url('/assets/fonts/Router-Medium.woff') format('woff');
23
27
  font-weight: 500;
24
28
  }
25
29
 
26
30
  @font-face {
27
31
  font-family: Router;
28
32
  src:
33
+ local('RouterBold-Regular'),
29
34
  local('Router-Bold'),
30
- url('/assets/fonts/Router-Bold.woff') format('woff'),
31
- local('Router');
32
- font-weight: 700 bold;
35
+ url('/assets/fonts/Router-Bold.woff') format('woff');
36
+ font-weight: 700;
33
37
  }
34
38
 
35
39
  }
@@ -21,7 +21,7 @@ export class LmvzMenuItem extends ReactiveControllerHost {
21
21
  this.addController(new ElementActivationController(this));
22
22
  }
23
23
  render() {
24
- return (h(Host, { key: 'a87116fba2d35c612e590c6b4e12c03b60d1ef0e' }, h("slot", { key: 'b302049db0b5818d4d7f90c043eb5c3caf48ca1b', ref: (e) => (this.validationSlot = e) })));
24
+ return (h(Host, { key: '3a722fe1fbacabd99ac5a5bd23537a1ff383fb95' }, h("slot", { key: 'e475dd50bbd2f9f349edb61766a0b21c1fb1ae16', ref: (e) => (this.validationSlot = e) })));
25
25
  }
26
26
  static get is() { return "lmvz-menuitem"; }
27
27
  static get encapsulation() { return "scoped"; }
@@ -5,31 +5,35 @@
5
5
  * Important: Always import this file _before_ layering your own styles!
6
6
  */
7
7
  @layer lmvz-ds.theme {
8
+ /**
9
+ * !CAUTION: Changes to this file have to be manually synced into `/packages/styles/src/no-transform/router-font.css`
10
+ */
11
+
8
12
  @font-face {
9
13
  font-family: Router;
10
14
  src:
15
+ local('RouterBook-Regular'),
11
16
  local('Router-Book'),
12
- url('/assets/fonts/Router-Book.woff') format('woff'),
13
- local('Router');
14
- font-weight: 400 normal;
17
+ url('/assets/fonts/Router-Book.woff') format('woff');
18
+ font-weight: 400;
15
19
  }
16
20
 
17
21
  @font-face {
18
22
  font-family: Router;
19
23
  src:
24
+ local('RouterMedium-Regular'),
20
25
  local('Router-Medium'),
21
- url('/assets/fonts/Router-Medium.woff') format('woff'),
22
- local('Router');
26
+ url('/assets/fonts/Router-Medium.woff') format('woff');
23
27
  font-weight: 500;
24
28
  }
25
29
 
26
30
  @font-face {
27
31
  font-family: Router;
28
32
  src:
33
+ local('RouterBold-Regular'),
29
34
  local('Router-Bold'),
30
- url('/assets/fonts/Router-Bold.woff') format('woff'),
31
- local('Router');
32
- font-weight: 700 bold;
35
+ url('/assets/fonts/Router-Bold.woff') format('woff');
36
+ font-weight: 700;
33
37
  }
34
38
 
35
39
  }
@@ -47,42 +51,52 @@ h6 {
47
51
  margin: 0;
48
52
  }
49
53
 
54
+ *[hidden] {
55
+ display: none !important;
56
+ }
57
+
50
58
  }
51
59
  :host {
52
60
  display: contents;
53
- color: var(--lmvz-semantic-color-on-surface-primary, #000000);
54
-
55
- --lmvz-modal-shell-padding: var(--lmvz-dimension-16-24, clamp(1rem, 0.88rem + 0.52vw, 1.5rem));
56
- --lmvz-modal-shell-gap: var(--lmvz-dimension-16-24, clamp(1rem, 0.88rem + 0.52vw, 1.5rem));
57
- --lmvz-modal-actions-gap: var(--lmvz-dimension-8-12, clamp(0.5rem, 0.44rem + 0.26vw, 0.75rem));
58
- --lmvz-modal-viewport-padding: var(--lmvz-dimension-16-24, clamp(1rem, 0.88rem + 0.52vw, 1.5rem));
59
61
 
60
- /* TODO(LDHCID-135): Assumption until a modal container token/value is available. */
61
- --lmvz-modal-shell-max-width: 40rem;
62
+ /* TODO: missing token for modal/box gap */
63
+ --lmvz-modal-shell-gap: var(--lmvz-dimension-16-20, clamp(1rem, 0.94rem + 0.26vw, 1.25rem));
62
64
  }
63
65
  dialog {
64
66
  border: none;
65
67
  padding: 0;
66
68
  background: transparent;
67
- color: var(--lmvz-semantic-color-on-surface-primary, #000000);
68
69
  }
69
70
  dialog::backdrop {
70
71
  /* TODO(LDHCID-135): Missing token for the modal backdrop color */
71
72
  /* Fallback for browsers without CSS Color Level 4 relative-color syntax (Chrome < 119, FF < 128, Safari < 16.4) */
72
73
  background: rgba(0, 0, 0, 0.19);
73
- background: rgb(from var(--lmvz-semantic-color-int-primary, #000000) r g b / 0.19);
74
+ background: rgb(from var(--lmvz-semantic-color-int-primary, #000000) r g b / 0.29);
74
75
  }
75
76
  .modal-shell {
77
+ position: relative;
76
78
  display: flex;
77
79
  flex-direction: column;
80
+ inline-size: fit-content;
81
+ max-inline-size: clamp(40rem, 100%, 80vw);
78
82
  gap: var(--lmvz-modal-shell-gap);
79
- inline-size: min(calc(100vw - (2 * var(--lmvz-modal-viewport-padding))), var(--lmvz-modal-shell-max-width));
80
- max-inline-size: 100%;
81
- padding: var(--lmvz-modal-shell-padding);
82
- border-radius: var(--lmvz-semantic-border-radius-lg, 14px);
83
+ padding-block: var(--lmvz-component-modal-padding-y, clamp(2.25rem, 2.19rem + 0.26vw, 2.5rem));
84
+ padding-inline: var(--lmvz-component-modal-padding-x, clamp(1.5rem, 1.14rem + 1.55vw, 3rem));
85
+ border-radius: var(--lmvz-component-modal-border-radius, 18px);
83
86
  background: var(--lmvz-semantic-color-surface-primary, #ffffff);
84
87
  /* TODO(LDHCID-135): clarify overflow behaviour */
85
88
  overflow: auto;
89
+
90
+ .close-button {
91
+ position: absolute;
92
+ top: var(--lmvz-dimension-10-12, clamp(0.63rem, 0.59rem + 0.13vw, 0.75rem));
93
+ right: var(--lmvz-dimension-10-12, clamp(0.63rem, 0.59rem + 0.13vw, 0.75rem));
94
+ }
95
+ }
96
+ @media (min-width: 768px) {
97
+ .modal-shell {
98
+ max-inline-size: 100vw;
99
+ }
86
100
  }
87
101
  .header {
88
102
  display: flex;
@@ -102,19 +116,3 @@ dialog::backdrop {
102
116
  font: var(--lmvz-typography-body-md, 400 clamp(0.88rem, 0.84rem + 0.13vw, 1rem) / 1.4
103
117
  Router);
104
118
  }
105
- .actions {
106
- display: flex;
107
- flex-wrap: wrap;
108
- justify-content: flex-end;
109
- gap: var(--lmvz-modal-actions-gap);
110
- font: var(--lmvz-typography-body-md, 400 clamp(0.88rem, 0.84rem + 0.13vw, 1rem) / 1.4
111
- Router);
112
- /* TODO(LDHCID-135): Action wrapping threshold remains an assumption and currently follows intrinsic content width */
113
- }
114
- .close-button {
115
- display: inline-flex;
116
- flex: none;
117
- }
118
- ::slotted([slot='actions'][hidden]) {
119
- display: none;
120
- }