@sbb-esta/lyne-elements-dev 4.12.1-dev.1778539377 → 4.12.1-dev.1778566253

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
@@ -109983,176 +109983,6 @@
109983
109983
  }
109984
109984
  ]
109985
109985
  },
109986
- {
109987
- "kind": "javascript-module",
109988
- "path": "navigation/common/navigation-action-common.js",
109989
- "declarations": [
109990
- {
109991
- "kind": "class",
109992
- "description": "",
109993
- "name": "SbbNavigationActionCommonElementMixinType",
109994
- "members": [
109995
- {
109996
- "kind": "field",
109997
- "name": "size",
109998
- "type": {
109999
- "text": "SbbNavigationActionSize"
110000
- },
110001
- "privacy": "public"
110002
- },
110003
- {
110004
- "kind": "field",
110005
- "name": "marker",
110006
- "type": {
110007
- "text": "SbbNavigationMarkerElement | null"
110008
- },
110009
- "privacy": "public",
110010
- "readonly": true
110011
- },
110012
- {
110013
- "kind": "field",
110014
- "name": "section",
110015
- "type": {
110016
- "text": "SbbNavigationSectionElement | null"
110017
- },
110018
- "privacy": "public",
110019
- "readonly": true
110020
- },
110021
- {
110022
- "kind": "field",
110023
- "name": "connectedSection",
110024
- "type": {
110025
- "text": "SbbNavigationSectionElement | undefined"
110026
- },
110027
- "privacy": "public"
110028
- }
110029
- ]
110030
- },
110031
- {
110032
- "kind": "mixin",
110033
- "description": "",
110034
- "name": "SbbNavigationActionCommonElementMixin",
110035
- "members": [
110036
- {
110037
- "kind": "field",
110038
- "name": "styles",
110039
- "type": {
110040
- "text": "CSSResultGroup"
110041
- },
110042
- "privacy": "public",
110043
- "static": true,
110044
- "default": "[boxSizingStyles, unsafeCSS(style)]"
110045
- },
110046
- {
110047
- "kind": "field",
110048
- "name": "size",
110049
- "type": {
110050
- "text": "SbbNavigationActionSize"
110051
- },
110052
- "privacy": "public",
110053
- "description": "Action size variant, either s, m or l.",
110054
- "default": "'l' / 's' (lean)",
110055
- "attribute": "size",
110056
- "reflects": true
110057
- },
110058
- {
110059
- "kind": "field",
110060
- "name": "connectedSection",
110061
- "type": {
110062
- "text": "SbbNavigationSectionElement | undefined"
110063
- },
110064
- "privacy": "public",
110065
- "description": "The section that is being controlled by the action, if any."
110066
- },
110067
- {
110068
- "kind": "field",
110069
- "name": "marker",
110070
- "type": {
110071
- "text": "SbbNavigationMarkerElement | null"
110072
- },
110073
- "privacy": "public",
110074
- "description": "The navigation marker in which the action is nested.",
110075
- "readonly": true
110076
- },
110077
- {
110078
- "kind": "field",
110079
- "name": "section",
110080
- "type": {
110081
- "text": "SbbNavigationSectionElement | null"
110082
- },
110083
- "privacy": "public",
110084
- "description": "The section in which the action is nested.",
110085
- "readonly": true
110086
- },
110087
- {
110088
- "kind": "field",
110089
- "name": "_navigationMarker",
110090
- "type": {
110091
- "text": "SbbNavigationMarkerElement | null"
110092
- },
110093
- "privacy": "private",
110094
- "default": "null"
110095
- },
110096
- {
110097
- "kind": "field",
110098
- "name": "_navigationSection",
110099
- "type": {
110100
- "text": "SbbNavigationSectionElement | null"
110101
- },
110102
- "privacy": "private",
110103
- "default": "null"
110104
- },
110105
- {
110106
- "kind": "method",
110107
- "name": "renderTemplate",
110108
- "privacy": "protected",
110109
- "return": {
110110
- "type": {
110111
- "text": "TemplateResult"
110112
- }
110113
- }
110114
- }
110115
- ],
110116
- "attributes": [
110117
- {
110118
- "name": "size",
110119
- "type": {
110120
- "text": "SbbNavigationActionSize"
110121
- },
110122
- "description": "Action size variant, either s, m or l.",
110123
- "default": "'l' / 's' (lean)",
110124
- "fieldName": "size"
110125
- }
110126
- ],
110127
- "parameters": [
110128
- {
110129
- "name": "superClass",
110130
- "type": {
110131
- "text": "T"
110132
- }
110133
- }
110134
- ]
110135
- }
110136
- ],
110137
- "exports": [
110138
- {
110139
- "kind": "js",
110140
- "name": "SbbNavigationActionCommonElementMixinType",
110141
- "declaration": {
110142
- "name": "SbbNavigationActionCommonElementMixinType",
110143
- "module": "navigation/common/navigation-action-common.js"
110144
- }
110145
- },
110146
- {
110147
- "kind": "js",
110148
- "name": "SbbNavigationActionCommonElementMixin",
110149
- "declaration": {
110150
- "name": "SbbNavigationActionCommonElementMixin",
110151
- "module": "navigation/common/navigation-action-common.js"
110152
- }
110153
- }
110154
- ]
110155
- },
110156
109986
  {
110157
109987
  "kind": "javascript-module",
110158
109988
  "path": "mini-calendar/mini-calendar-month/mini-calendar-month.component.js",
@@ -110371,6 +110201,176 @@
110371
110201
  }
110372
110202
  ]
110373
110203
  },
110204
+ {
110205
+ "kind": "javascript-module",
110206
+ "path": "navigation/common/navigation-action-common.js",
110207
+ "declarations": [
110208
+ {
110209
+ "kind": "class",
110210
+ "description": "",
110211
+ "name": "SbbNavigationActionCommonElementMixinType",
110212
+ "members": [
110213
+ {
110214
+ "kind": "field",
110215
+ "name": "size",
110216
+ "type": {
110217
+ "text": "SbbNavigationActionSize"
110218
+ },
110219
+ "privacy": "public"
110220
+ },
110221
+ {
110222
+ "kind": "field",
110223
+ "name": "marker",
110224
+ "type": {
110225
+ "text": "SbbNavigationMarkerElement | null"
110226
+ },
110227
+ "privacy": "public",
110228
+ "readonly": true
110229
+ },
110230
+ {
110231
+ "kind": "field",
110232
+ "name": "section",
110233
+ "type": {
110234
+ "text": "SbbNavigationSectionElement | null"
110235
+ },
110236
+ "privacy": "public",
110237
+ "readonly": true
110238
+ },
110239
+ {
110240
+ "kind": "field",
110241
+ "name": "connectedSection",
110242
+ "type": {
110243
+ "text": "SbbNavigationSectionElement | undefined"
110244
+ },
110245
+ "privacy": "public"
110246
+ }
110247
+ ]
110248
+ },
110249
+ {
110250
+ "kind": "mixin",
110251
+ "description": "",
110252
+ "name": "SbbNavigationActionCommonElementMixin",
110253
+ "members": [
110254
+ {
110255
+ "kind": "field",
110256
+ "name": "styles",
110257
+ "type": {
110258
+ "text": "CSSResultGroup"
110259
+ },
110260
+ "privacy": "public",
110261
+ "static": true,
110262
+ "default": "[boxSizingStyles, unsafeCSS(style)]"
110263
+ },
110264
+ {
110265
+ "kind": "field",
110266
+ "name": "size",
110267
+ "type": {
110268
+ "text": "SbbNavigationActionSize"
110269
+ },
110270
+ "privacy": "public",
110271
+ "description": "Action size variant, either s, m or l.",
110272
+ "default": "'l' / 's' (lean)",
110273
+ "attribute": "size",
110274
+ "reflects": true
110275
+ },
110276
+ {
110277
+ "kind": "field",
110278
+ "name": "connectedSection",
110279
+ "type": {
110280
+ "text": "SbbNavigationSectionElement | undefined"
110281
+ },
110282
+ "privacy": "public",
110283
+ "description": "The section that is being controlled by the action, if any."
110284
+ },
110285
+ {
110286
+ "kind": "field",
110287
+ "name": "marker",
110288
+ "type": {
110289
+ "text": "SbbNavigationMarkerElement | null"
110290
+ },
110291
+ "privacy": "public",
110292
+ "description": "The navigation marker in which the action is nested.",
110293
+ "readonly": true
110294
+ },
110295
+ {
110296
+ "kind": "field",
110297
+ "name": "section",
110298
+ "type": {
110299
+ "text": "SbbNavigationSectionElement | null"
110300
+ },
110301
+ "privacy": "public",
110302
+ "description": "The section in which the action is nested.",
110303
+ "readonly": true
110304
+ },
110305
+ {
110306
+ "kind": "field",
110307
+ "name": "_navigationMarker",
110308
+ "type": {
110309
+ "text": "SbbNavigationMarkerElement | null"
110310
+ },
110311
+ "privacy": "private",
110312
+ "default": "null"
110313
+ },
110314
+ {
110315
+ "kind": "field",
110316
+ "name": "_navigationSection",
110317
+ "type": {
110318
+ "text": "SbbNavigationSectionElement | null"
110319
+ },
110320
+ "privacy": "private",
110321
+ "default": "null"
110322
+ },
110323
+ {
110324
+ "kind": "method",
110325
+ "name": "renderTemplate",
110326
+ "privacy": "protected",
110327
+ "return": {
110328
+ "type": {
110329
+ "text": "TemplateResult"
110330
+ }
110331
+ }
110332
+ }
110333
+ ],
110334
+ "attributes": [
110335
+ {
110336
+ "name": "size",
110337
+ "type": {
110338
+ "text": "SbbNavigationActionSize"
110339
+ },
110340
+ "description": "Action size variant, either s, m or l.",
110341
+ "default": "'l' / 's' (lean)",
110342
+ "fieldName": "size"
110343
+ }
110344
+ ],
110345
+ "parameters": [
110346
+ {
110347
+ "name": "superClass",
110348
+ "type": {
110349
+ "text": "T"
110350
+ }
110351
+ }
110352
+ ]
110353
+ }
110354
+ ],
110355
+ "exports": [
110356
+ {
110357
+ "kind": "js",
110358
+ "name": "SbbNavigationActionCommonElementMixinType",
110359
+ "declaration": {
110360
+ "name": "SbbNavigationActionCommonElementMixinType",
110361
+ "module": "navigation/common/navigation-action-common.js"
110362
+ }
110363
+ },
110364
+ {
110365
+ "kind": "js",
110366
+ "name": "SbbNavigationActionCommonElementMixin",
110367
+ "declaration": {
110368
+ "name": "SbbNavigationActionCommonElementMixin",
110369
+ "module": "navigation/common/navigation-action-common.js"
110370
+ }
110371
+ }
110372
+ ]
110373
+ },
110374
110374
  {
110375
110375
  "kind": "javascript-module",
110376
110376
  "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.12.1-dev.1778539377",
3
+ "version": "4.12.1-dev.1778566253",
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/09237c6411e84eb03c65ddbb3d4a253d664dec8a"
9
+ "https://github.com/sbb-design-systems/lyne-components/commit/7f9769087a610d0f9ed37f120e90cba9f38e1043"
10
10
  ],
11
11
  "type": "module",
12
12
  "exports": {