@sbb-esta/lyne-elements-dev 4.11.0-dev.1777034939 → 4.11.0-dev.1777269711

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 (2) hide show
  1. package/custom-elements.json +170 -170
  2. package/package.json +2 -2
@@ -109957,176 +109957,6 @@
109957
109957
  }
109958
109958
  ]
109959
109959
  },
109960
- {
109961
- "kind": "javascript-module",
109962
- "path": "navigation/common/navigation-action-common.js",
109963
- "declarations": [
109964
- {
109965
- "kind": "class",
109966
- "description": "",
109967
- "name": "SbbNavigationActionCommonElementMixinType",
109968
- "members": [
109969
- {
109970
- "kind": "field",
109971
- "name": "size",
109972
- "type": {
109973
- "text": "SbbNavigationActionSize"
109974
- },
109975
- "privacy": "public"
109976
- },
109977
- {
109978
- "kind": "field",
109979
- "name": "marker",
109980
- "type": {
109981
- "text": "SbbNavigationMarkerElement | null"
109982
- },
109983
- "privacy": "public",
109984
- "readonly": true
109985
- },
109986
- {
109987
- "kind": "field",
109988
- "name": "section",
109989
- "type": {
109990
- "text": "SbbNavigationSectionElement | null"
109991
- },
109992
- "privacy": "public",
109993
- "readonly": true
109994
- },
109995
- {
109996
- "kind": "field",
109997
- "name": "connectedSection",
109998
- "type": {
109999
- "text": "SbbNavigationSectionElement | undefined"
110000
- },
110001
- "privacy": "public"
110002
- }
110003
- ]
110004
- },
110005
- {
110006
- "kind": "mixin",
110007
- "description": "",
110008
- "name": "SbbNavigationActionCommonElementMixin",
110009
- "members": [
110010
- {
110011
- "kind": "field",
110012
- "name": "styles",
110013
- "type": {
110014
- "text": "CSSResultGroup"
110015
- },
110016
- "privacy": "public",
110017
- "static": true,
110018
- "default": "[boxSizingStyles, unsafeCSS(style)]"
110019
- },
110020
- {
110021
- "kind": "field",
110022
- "name": "size",
110023
- "type": {
110024
- "text": "SbbNavigationActionSize"
110025
- },
110026
- "privacy": "public",
110027
- "description": "Action size variant, either s, m or l.",
110028
- "default": "'l' / 's' (lean)",
110029
- "attribute": "size",
110030
- "reflects": true
110031
- },
110032
- {
110033
- "kind": "field",
110034
- "name": "connectedSection",
110035
- "type": {
110036
- "text": "SbbNavigationSectionElement | undefined"
110037
- },
110038
- "privacy": "public",
110039
- "description": "The section that is being controlled by the action, if any."
110040
- },
110041
- {
110042
- "kind": "field",
110043
- "name": "marker",
110044
- "type": {
110045
- "text": "SbbNavigationMarkerElement | null"
110046
- },
110047
- "privacy": "public",
110048
- "description": "The navigation marker in which the action is nested.",
110049
- "readonly": true
110050
- },
110051
- {
110052
- "kind": "field",
110053
- "name": "section",
110054
- "type": {
110055
- "text": "SbbNavigationSectionElement | null"
110056
- },
110057
- "privacy": "public",
110058
- "description": "The section in which the action is nested.",
110059
- "readonly": true
110060
- },
110061
- {
110062
- "kind": "field",
110063
- "name": "_navigationMarker",
110064
- "type": {
110065
- "text": "SbbNavigationMarkerElement | null"
110066
- },
110067
- "privacy": "private",
110068
- "default": "null"
110069
- },
110070
- {
110071
- "kind": "field",
110072
- "name": "_navigationSection",
110073
- "type": {
110074
- "text": "SbbNavigationSectionElement | null"
110075
- },
110076
- "privacy": "private",
110077
- "default": "null"
110078
- },
110079
- {
110080
- "kind": "method",
110081
- "name": "renderTemplate",
110082
- "privacy": "protected",
110083
- "return": {
110084
- "type": {
110085
- "text": "TemplateResult"
110086
- }
110087
- }
110088
- }
110089
- ],
110090
- "attributes": [
110091
- {
110092
- "name": "size",
110093
- "type": {
110094
- "text": "SbbNavigationActionSize"
110095
- },
110096
- "description": "Action size variant, either s, m or l.",
110097
- "default": "'l' / 's' (lean)",
110098
- "fieldName": "size"
110099
- }
110100
- ],
110101
- "parameters": [
110102
- {
110103
- "name": "superClass",
110104
- "type": {
110105
- "text": "T"
110106
- }
110107
- }
110108
- ]
110109
- }
110110
- ],
110111
- "exports": [
110112
- {
110113
- "kind": "js",
110114
- "name": "SbbNavigationActionCommonElementMixinType",
110115
- "declaration": {
110116
- "name": "SbbNavigationActionCommonElementMixinType",
110117
- "module": "navigation/common/navigation-action-common.js"
110118
- }
110119
- },
110120
- {
110121
- "kind": "js",
110122
- "name": "SbbNavigationActionCommonElementMixin",
110123
- "declaration": {
110124
- "name": "SbbNavigationActionCommonElementMixin",
110125
- "module": "navigation/common/navigation-action-common.js"
110126
- }
110127
- }
110128
- ]
110129
- },
110130
109960
  {
110131
109961
  "kind": "javascript-module",
110132
109962
  "path": "mini-calendar/mini-calendar-month/mini-calendar-month.component.js",
@@ -110345,6 +110175,176 @@
110345
110175
  }
110346
110176
  ]
110347
110177
  },
110178
+ {
110179
+ "kind": "javascript-module",
110180
+ "path": "navigation/common/navigation-action-common.js",
110181
+ "declarations": [
110182
+ {
110183
+ "kind": "class",
110184
+ "description": "",
110185
+ "name": "SbbNavigationActionCommonElementMixinType",
110186
+ "members": [
110187
+ {
110188
+ "kind": "field",
110189
+ "name": "size",
110190
+ "type": {
110191
+ "text": "SbbNavigationActionSize"
110192
+ },
110193
+ "privacy": "public"
110194
+ },
110195
+ {
110196
+ "kind": "field",
110197
+ "name": "marker",
110198
+ "type": {
110199
+ "text": "SbbNavigationMarkerElement | null"
110200
+ },
110201
+ "privacy": "public",
110202
+ "readonly": true
110203
+ },
110204
+ {
110205
+ "kind": "field",
110206
+ "name": "section",
110207
+ "type": {
110208
+ "text": "SbbNavigationSectionElement | null"
110209
+ },
110210
+ "privacy": "public",
110211
+ "readonly": true
110212
+ },
110213
+ {
110214
+ "kind": "field",
110215
+ "name": "connectedSection",
110216
+ "type": {
110217
+ "text": "SbbNavigationSectionElement | undefined"
110218
+ },
110219
+ "privacy": "public"
110220
+ }
110221
+ ]
110222
+ },
110223
+ {
110224
+ "kind": "mixin",
110225
+ "description": "",
110226
+ "name": "SbbNavigationActionCommonElementMixin",
110227
+ "members": [
110228
+ {
110229
+ "kind": "field",
110230
+ "name": "styles",
110231
+ "type": {
110232
+ "text": "CSSResultGroup"
110233
+ },
110234
+ "privacy": "public",
110235
+ "static": true,
110236
+ "default": "[boxSizingStyles, unsafeCSS(style)]"
110237
+ },
110238
+ {
110239
+ "kind": "field",
110240
+ "name": "size",
110241
+ "type": {
110242
+ "text": "SbbNavigationActionSize"
110243
+ },
110244
+ "privacy": "public",
110245
+ "description": "Action size variant, either s, m or l.",
110246
+ "default": "'l' / 's' (lean)",
110247
+ "attribute": "size",
110248
+ "reflects": true
110249
+ },
110250
+ {
110251
+ "kind": "field",
110252
+ "name": "connectedSection",
110253
+ "type": {
110254
+ "text": "SbbNavigationSectionElement | undefined"
110255
+ },
110256
+ "privacy": "public",
110257
+ "description": "The section that is being controlled by the action, if any."
110258
+ },
110259
+ {
110260
+ "kind": "field",
110261
+ "name": "marker",
110262
+ "type": {
110263
+ "text": "SbbNavigationMarkerElement | null"
110264
+ },
110265
+ "privacy": "public",
110266
+ "description": "The navigation marker in which the action is nested.",
110267
+ "readonly": true
110268
+ },
110269
+ {
110270
+ "kind": "field",
110271
+ "name": "section",
110272
+ "type": {
110273
+ "text": "SbbNavigationSectionElement | null"
110274
+ },
110275
+ "privacy": "public",
110276
+ "description": "The section in which the action is nested.",
110277
+ "readonly": true
110278
+ },
110279
+ {
110280
+ "kind": "field",
110281
+ "name": "_navigationMarker",
110282
+ "type": {
110283
+ "text": "SbbNavigationMarkerElement | null"
110284
+ },
110285
+ "privacy": "private",
110286
+ "default": "null"
110287
+ },
110288
+ {
110289
+ "kind": "field",
110290
+ "name": "_navigationSection",
110291
+ "type": {
110292
+ "text": "SbbNavigationSectionElement | null"
110293
+ },
110294
+ "privacy": "private",
110295
+ "default": "null"
110296
+ },
110297
+ {
110298
+ "kind": "method",
110299
+ "name": "renderTemplate",
110300
+ "privacy": "protected",
110301
+ "return": {
110302
+ "type": {
110303
+ "text": "TemplateResult"
110304
+ }
110305
+ }
110306
+ }
110307
+ ],
110308
+ "attributes": [
110309
+ {
110310
+ "name": "size",
110311
+ "type": {
110312
+ "text": "SbbNavigationActionSize"
110313
+ },
110314
+ "description": "Action size variant, either s, m or l.",
110315
+ "default": "'l' / 's' (lean)",
110316
+ "fieldName": "size"
110317
+ }
110318
+ ],
110319
+ "parameters": [
110320
+ {
110321
+ "name": "superClass",
110322
+ "type": {
110323
+ "text": "T"
110324
+ }
110325
+ }
110326
+ ]
110327
+ }
110328
+ ],
110329
+ "exports": [
110330
+ {
110331
+ "kind": "js",
110332
+ "name": "SbbNavigationActionCommonElementMixinType",
110333
+ "declaration": {
110334
+ "name": "SbbNavigationActionCommonElementMixinType",
110335
+ "module": "navigation/common/navigation-action-common.js"
110336
+ }
110337
+ },
110338
+ {
110339
+ "kind": "js",
110340
+ "name": "SbbNavigationActionCommonElementMixin",
110341
+ "declaration": {
110342
+ "name": "SbbNavigationActionCommonElementMixin",
110343
+ "module": "navigation/common/navigation-action-common.js"
110344
+ }
110345
+ }
110346
+ ]
110347
+ },
110348
110348
  {
110349
110349
  "kind": "javascript-module",
110350
110350
  "path": "navigation/navigation/navigation.component.js",
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@sbb-esta/lyne-elements-dev",
3
- "version": "4.11.0-dev.1777034939",
3
+ "version": "4.11.0-dev.1777269711",
4
4
  "description": "Lyne Design System",
5
5
  "keywords": [
6
6
  "design system",
7
7
  "web components",
8
8
  "lit",
9
- "https://github.com/sbb-design-systems/lyne-components/commit/7f8ed4425bac17238386a7a3e6f1a9f29f2fdd1b"
9
+ "https://github.com/sbb-design-systems/lyne-components/commit/e54ed96290e0d7ebcd043e52aa6f5737135b7ccc"
10
10
  ],
11
11
  "type": "module",
12
12
  "exports": {