@sbb-esta/lyne-elements-dev 4.9.0-dev.1774514108 → 4.9.0-dev.1774519787

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.
@@ -10,7 +10,7 @@ $theme: 'standard' !default;
10
10
  @use './mixins/font-face';
11
11
  @use './mixins/helpers';
12
12
  @use './mixins/inputs';
13
- @use './mixins/overlay' as overlay;
13
+ @use './mixins/overlay' as overlay-mixin;
14
14
  @use './mixins/popover';
15
15
  @use './mixins/scrollbar';
16
16
  @use './mixins/typo';
@@ -172,6 +172,9 @@ $theme: 'standard' !default;
172
172
  @use '../../option/option-hint/option-hint.global' as option-hint with (
173
173
  $theme: $theme
174
174
  );
175
+ @use '../../overlay/overlay.global' as overlay with (
176
+ $theme: $theme
177
+ );
175
178
  @use '../../option/optgroup/optgroup.global' as optgroup with (
176
179
  $theme: $theme
177
180
  );
@@ -275,7 +278,8 @@ $theme: 'standard' !default;
275
278
  @include option.base;
276
279
  @include option-hint.base;
277
280
  @include optgroup.base;
278
- @include overlay.options-panel-overlay-variables--global($theme);
281
+ @include overlay.base;
282
+ @include overlay-mixin.options-panel-overlay-variables--global($theme);
279
283
  @include paginator.base;
280
284
  @include compact-paginator.base;
281
285
  @include popover-component.base;
package/core.css CHANGED
@@ -1583,6 +1583,13 @@ slot[name=error]::slotted(*) {
1583
1583
  --sbb-optgroup-label-font-size: var(--sbb-text-font-size-xxs);
1584
1584
  --sbb-optgroup-label-padding-end: var(--sbb-spacing-fixed-2x);
1585
1585
  --sbb-optgroup-label-padding-inline: var(--sbb-spacing-responsive-xxxs);
1586
+ --sbb-overlay-background-color: var(--sbb-background-color-3);
1587
+ --sbb-overlay-display: none;
1588
+ --sbb-overlay-height: 100%;
1589
+ --sbb-overlay-inset: 0 auto auto 0;
1590
+ --sbb-overlay-animation-easing: ease;
1591
+ --sbb-overlay-pointer-events: none;
1592
+ --sbb-overlay-container-display: none;
1586
1593
  --sbb-options-panel-border-radius: var(--sbb-border-radius-4x);
1587
1594
  --sbb-options-panel-animation-timing-function: ease;
1588
1595
  --sbb-options-panel-background-color: var(--sbb-background-color-1);
@@ -108913,176 +108913,6 @@
108913
108913
  }
108914
108914
  ]
108915
108915
  },
108916
- {
108917
- "kind": "javascript-module",
108918
- "path": "navigation/common/navigation-action-common.js",
108919
- "declarations": [
108920
- {
108921
- "kind": "class",
108922
- "description": "",
108923
- "name": "SbbNavigationActionCommonElementMixinType",
108924
- "members": [
108925
- {
108926
- "kind": "field",
108927
- "name": "size",
108928
- "type": {
108929
- "text": "SbbNavigationActionSize"
108930
- },
108931
- "privacy": "public"
108932
- },
108933
- {
108934
- "kind": "field",
108935
- "name": "marker",
108936
- "type": {
108937
- "text": "SbbNavigationMarkerElement | null"
108938
- },
108939
- "privacy": "public",
108940
- "readonly": true
108941
- },
108942
- {
108943
- "kind": "field",
108944
- "name": "section",
108945
- "type": {
108946
- "text": "SbbNavigationSectionElement | null"
108947
- },
108948
- "privacy": "public",
108949
- "readonly": true
108950
- },
108951
- {
108952
- "kind": "field",
108953
- "name": "connectedSection",
108954
- "type": {
108955
- "text": "SbbNavigationSectionElement | undefined"
108956
- },
108957
- "privacy": "public"
108958
- }
108959
- ]
108960
- },
108961
- {
108962
- "kind": "mixin",
108963
- "description": "",
108964
- "name": "SbbNavigationActionCommonElementMixin",
108965
- "members": [
108966
- {
108967
- "kind": "field",
108968
- "name": "styles",
108969
- "type": {
108970
- "text": "CSSResultGroup"
108971
- },
108972
- "privacy": "public",
108973
- "static": true,
108974
- "default": "[boxSizingStyles, style]"
108975
- },
108976
- {
108977
- "kind": "field",
108978
- "name": "size",
108979
- "type": {
108980
- "text": "SbbNavigationActionSize"
108981
- },
108982
- "privacy": "public",
108983
- "description": "Action size variant, either s, m or l.",
108984
- "default": "'l' / 's' (lean)",
108985
- "attribute": "size",
108986
- "reflects": true
108987
- },
108988
- {
108989
- "kind": "field",
108990
- "name": "connectedSection",
108991
- "type": {
108992
- "text": "SbbNavigationSectionElement | undefined"
108993
- },
108994
- "privacy": "public",
108995
- "description": "The section that is being controlled by the action, if any."
108996
- },
108997
- {
108998
- "kind": "field",
108999
- "name": "marker",
109000
- "type": {
109001
- "text": "SbbNavigationMarkerElement | null"
109002
- },
109003
- "privacy": "public",
109004
- "description": "The navigation marker in which the action is nested.",
109005
- "readonly": true
109006
- },
109007
- {
109008
- "kind": "field",
109009
- "name": "section",
109010
- "type": {
109011
- "text": "SbbNavigationSectionElement | null"
109012
- },
109013
- "privacy": "public",
109014
- "description": "The section in which the action is nested.",
109015
- "readonly": true
109016
- },
109017
- {
109018
- "kind": "field",
109019
- "name": "_navigationMarker",
109020
- "type": {
109021
- "text": "SbbNavigationMarkerElement | null"
109022
- },
109023
- "privacy": "private",
109024
- "default": "null"
109025
- },
109026
- {
109027
- "kind": "field",
109028
- "name": "_navigationSection",
109029
- "type": {
109030
- "text": "SbbNavigationSectionElement | null"
109031
- },
109032
- "privacy": "private",
109033
- "default": "null"
109034
- },
109035
- {
109036
- "kind": "method",
109037
- "name": "renderTemplate",
109038
- "privacy": "protected",
109039
- "return": {
109040
- "type": {
109041
- "text": "TemplateResult"
109042
- }
109043
- }
109044
- }
109045
- ],
109046
- "attributes": [
109047
- {
109048
- "name": "size",
109049
- "type": {
109050
- "text": "SbbNavigationActionSize"
109051
- },
109052
- "description": "Action size variant, either s, m or l.",
109053
- "default": "'l' / 's' (lean)",
109054
- "fieldName": "size"
109055
- }
109056
- ],
109057
- "parameters": [
109058
- {
109059
- "name": "superClass",
109060
- "type": {
109061
- "text": "T"
109062
- }
109063
- }
109064
- ]
109065
- }
109066
- ],
109067
- "exports": [
109068
- {
109069
- "kind": "js",
109070
- "name": "SbbNavigationActionCommonElementMixinType",
109071
- "declaration": {
109072
- "name": "SbbNavigationActionCommonElementMixinType",
109073
- "module": "navigation/common/navigation-action-common.js"
109074
- }
109075
- },
109076
- {
109077
- "kind": "js",
109078
- "name": "SbbNavigationActionCommonElementMixin",
109079
- "declaration": {
109080
- "name": "SbbNavigationActionCommonElementMixin",
109081
- "module": "navigation/common/navigation-action-common.js"
109082
- }
109083
- }
109084
- ]
109085
- },
109086
108916
  {
109087
108917
  "kind": "javascript-module",
109088
108918
  "path": "mini-calendar/mini-calendar-month/mini-calendar-month.component.js",
@@ -109301,6 +109131,176 @@
109301
109131
  }
109302
109132
  ]
109303
109133
  },
109134
+ {
109135
+ "kind": "javascript-module",
109136
+ "path": "navigation/common/navigation-action-common.js",
109137
+ "declarations": [
109138
+ {
109139
+ "kind": "class",
109140
+ "description": "",
109141
+ "name": "SbbNavigationActionCommonElementMixinType",
109142
+ "members": [
109143
+ {
109144
+ "kind": "field",
109145
+ "name": "size",
109146
+ "type": {
109147
+ "text": "SbbNavigationActionSize"
109148
+ },
109149
+ "privacy": "public"
109150
+ },
109151
+ {
109152
+ "kind": "field",
109153
+ "name": "marker",
109154
+ "type": {
109155
+ "text": "SbbNavigationMarkerElement | null"
109156
+ },
109157
+ "privacy": "public",
109158
+ "readonly": true
109159
+ },
109160
+ {
109161
+ "kind": "field",
109162
+ "name": "section",
109163
+ "type": {
109164
+ "text": "SbbNavigationSectionElement | null"
109165
+ },
109166
+ "privacy": "public",
109167
+ "readonly": true
109168
+ },
109169
+ {
109170
+ "kind": "field",
109171
+ "name": "connectedSection",
109172
+ "type": {
109173
+ "text": "SbbNavigationSectionElement | undefined"
109174
+ },
109175
+ "privacy": "public"
109176
+ }
109177
+ ]
109178
+ },
109179
+ {
109180
+ "kind": "mixin",
109181
+ "description": "",
109182
+ "name": "SbbNavigationActionCommonElementMixin",
109183
+ "members": [
109184
+ {
109185
+ "kind": "field",
109186
+ "name": "styles",
109187
+ "type": {
109188
+ "text": "CSSResultGroup"
109189
+ },
109190
+ "privacy": "public",
109191
+ "static": true,
109192
+ "default": "[boxSizingStyles, style]"
109193
+ },
109194
+ {
109195
+ "kind": "field",
109196
+ "name": "size",
109197
+ "type": {
109198
+ "text": "SbbNavigationActionSize"
109199
+ },
109200
+ "privacy": "public",
109201
+ "description": "Action size variant, either s, m or l.",
109202
+ "default": "'l' / 's' (lean)",
109203
+ "attribute": "size",
109204
+ "reflects": true
109205
+ },
109206
+ {
109207
+ "kind": "field",
109208
+ "name": "connectedSection",
109209
+ "type": {
109210
+ "text": "SbbNavigationSectionElement | undefined"
109211
+ },
109212
+ "privacy": "public",
109213
+ "description": "The section that is being controlled by the action, if any."
109214
+ },
109215
+ {
109216
+ "kind": "field",
109217
+ "name": "marker",
109218
+ "type": {
109219
+ "text": "SbbNavigationMarkerElement | null"
109220
+ },
109221
+ "privacy": "public",
109222
+ "description": "The navigation marker in which the action is nested.",
109223
+ "readonly": true
109224
+ },
109225
+ {
109226
+ "kind": "field",
109227
+ "name": "section",
109228
+ "type": {
109229
+ "text": "SbbNavigationSectionElement | null"
109230
+ },
109231
+ "privacy": "public",
109232
+ "description": "The section in which the action is nested.",
109233
+ "readonly": true
109234
+ },
109235
+ {
109236
+ "kind": "field",
109237
+ "name": "_navigationMarker",
109238
+ "type": {
109239
+ "text": "SbbNavigationMarkerElement | null"
109240
+ },
109241
+ "privacy": "private",
109242
+ "default": "null"
109243
+ },
109244
+ {
109245
+ "kind": "field",
109246
+ "name": "_navigationSection",
109247
+ "type": {
109248
+ "text": "SbbNavigationSectionElement | null"
109249
+ },
109250
+ "privacy": "private",
109251
+ "default": "null"
109252
+ },
109253
+ {
109254
+ "kind": "method",
109255
+ "name": "renderTemplate",
109256
+ "privacy": "protected",
109257
+ "return": {
109258
+ "type": {
109259
+ "text": "TemplateResult"
109260
+ }
109261
+ }
109262
+ }
109263
+ ],
109264
+ "attributes": [
109265
+ {
109266
+ "name": "size",
109267
+ "type": {
109268
+ "text": "SbbNavigationActionSize"
109269
+ },
109270
+ "description": "Action size variant, either s, m or l.",
109271
+ "default": "'l' / 's' (lean)",
109272
+ "fieldName": "size"
109273
+ }
109274
+ ],
109275
+ "parameters": [
109276
+ {
109277
+ "name": "superClass",
109278
+ "type": {
109279
+ "text": "T"
109280
+ }
109281
+ }
109282
+ ]
109283
+ }
109284
+ ],
109285
+ "exports": [
109286
+ {
109287
+ "kind": "js",
109288
+ "name": "SbbNavigationActionCommonElementMixinType",
109289
+ "declaration": {
109290
+ "name": "SbbNavigationActionCommonElementMixinType",
109291
+ "module": "navigation/common/navigation-action-common.js"
109292
+ }
109293
+ },
109294
+ {
109295
+ "kind": "js",
109296
+ "name": "SbbNavigationActionCommonElementMixin",
109297
+ "declaration": {
109298
+ "name": "SbbNavigationActionCommonElementMixin",
109299
+ "module": "navigation/common/navigation-action-common.js"
109300
+ }
109301
+ }
109302
+ ]
109303
+ },
109304
109304
  {
109305
109305
  "kind": "javascript-module",
109306
109306
  "path": "navigation/navigation/navigation.component.js",
@@ -1,2 +1,2 @@
1
- import { n as SbbMonthChangeEvent, t as SbbCalendarElement } from "../../calendar.component-0Pl7qEXL.js";
1
+ import { n as SbbMonthChangeEvent, t as SbbCalendarElement } from "../../calendar.component-BvJGWtm-.js";
2
2
  export { SbbCalendarElement, SbbMonthChangeEvent };
@@ -1,4 +1,4 @@
1
- import { n as SbbMonthChangeEvent, t as SbbCalendarElement } from "../calendar.component-0Pl7qEXL.js";
1
+ import { n as SbbMonthChangeEvent, t as SbbCalendarElement } from "../calendar.component-BvJGWtm-.js";
2
2
  //#region src/elements/calendar/calendar.ts
3
3
  /** @entrypoint */
4
4
  SbbCalendarElement.define();