@sbb-esta/lyne-elements-dev 4.9.0-dev.1775493241 → 4.9.0-dev.1775524055

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
@@ -109747,176 +109747,6 @@
109747
109747
  }
109748
109748
  ]
109749
109749
  },
109750
- {
109751
- "kind": "javascript-module",
109752
- "path": "navigation/common/navigation-action-common.js",
109753
- "declarations": [
109754
- {
109755
- "kind": "class",
109756
- "description": "",
109757
- "name": "SbbNavigationActionCommonElementMixinType",
109758
- "members": [
109759
- {
109760
- "kind": "field",
109761
- "name": "size",
109762
- "type": {
109763
- "text": "SbbNavigationActionSize"
109764
- },
109765
- "privacy": "public"
109766
- },
109767
- {
109768
- "kind": "field",
109769
- "name": "marker",
109770
- "type": {
109771
- "text": "SbbNavigationMarkerElement | null"
109772
- },
109773
- "privacy": "public",
109774
- "readonly": true
109775
- },
109776
- {
109777
- "kind": "field",
109778
- "name": "section",
109779
- "type": {
109780
- "text": "SbbNavigationSectionElement | null"
109781
- },
109782
- "privacy": "public",
109783
- "readonly": true
109784
- },
109785
- {
109786
- "kind": "field",
109787
- "name": "connectedSection",
109788
- "type": {
109789
- "text": "SbbNavigationSectionElement | undefined"
109790
- },
109791
- "privacy": "public"
109792
- }
109793
- ]
109794
- },
109795
- {
109796
- "kind": "mixin",
109797
- "description": "",
109798
- "name": "SbbNavigationActionCommonElementMixin",
109799
- "members": [
109800
- {
109801
- "kind": "field",
109802
- "name": "styles",
109803
- "type": {
109804
- "text": "CSSResultGroup"
109805
- },
109806
- "privacy": "public",
109807
- "static": true,
109808
- "default": "[boxSizingStyles, unsafeCSS(style)]"
109809
- },
109810
- {
109811
- "kind": "field",
109812
- "name": "size",
109813
- "type": {
109814
- "text": "SbbNavigationActionSize"
109815
- },
109816
- "privacy": "public",
109817
- "description": "Action size variant, either s, m or l.",
109818
- "default": "'l' / 's' (lean)",
109819
- "attribute": "size",
109820
- "reflects": true
109821
- },
109822
- {
109823
- "kind": "field",
109824
- "name": "connectedSection",
109825
- "type": {
109826
- "text": "SbbNavigationSectionElement | undefined"
109827
- },
109828
- "privacy": "public",
109829
- "description": "The section that is being controlled by the action, if any."
109830
- },
109831
- {
109832
- "kind": "field",
109833
- "name": "marker",
109834
- "type": {
109835
- "text": "SbbNavigationMarkerElement | null"
109836
- },
109837
- "privacy": "public",
109838
- "description": "The navigation marker in which the action is nested.",
109839
- "readonly": true
109840
- },
109841
- {
109842
- "kind": "field",
109843
- "name": "section",
109844
- "type": {
109845
- "text": "SbbNavigationSectionElement | null"
109846
- },
109847
- "privacy": "public",
109848
- "description": "The section in which the action is nested.",
109849
- "readonly": true
109850
- },
109851
- {
109852
- "kind": "field",
109853
- "name": "_navigationMarker",
109854
- "type": {
109855
- "text": "SbbNavigationMarkerElement | null"
109856
- },
109857
- "privacy": "private",
109858
- "default": "null"
109859
- },
109860
- {
109861
- "kind": "field",
109862
- "name": "_navigationSection",
109863
- "type": {
109864
- "text": "SbbNavigationSectionElement | null"
109865
- },
109866
- "privacy": "private",
109867
- "default": "null"
109868
- },
109869
- {
109870
- "kind": "method",
109871
- "name": "renderTemplate",
109872
- "privacy": "protected",
109873
- "return": {
109874
- "type": {
109875
- "text": "TemplateResult"
109876
- }
109877
- }
109878
- }
109879
- ],
109880
- "attributes": [
109881
- {
109882
- "name": "size",
109883
- "type": {
109884
- "text": "SbbNavigationActionSize"
109885
- },
109886
- "description": "Action size variant, either s, m or l.",
109887
- "default": "'l' / 's' (lean)",
109888
- "fieldName": "size"
109889
- }
109890
- ],
109891
- "parameters": [
109892
- {
109893
- "name": "superClass",
109894
- "type": {
109895
- "text": "T"
109896
- }
109897
- }
109898
- ]
109899
- }
109900
- ],
109901
- "exports": [
109902
- {
109903
- "kind": "js",
109904
- "name": "SbbNavigationActionCommonElementMixinType",
109905
- "declaration": {
109906
- "name": "SbbNavigationActionCommonElementMixinType",
109907
- "module": "navigation/common/navigation-action-common.js"
109908
- }
109909
- },
109910
- {
109911
- "kind": "js",
109912
- "name": "SbbNavigationActionCommonElementMixin",
109913
- "declaration": {
109914
- "name": "SbbNavigationActionCommonElementMixin",
109915
- "module": "navigation/common/navigation-action-common.js"
109916
- }
109917
- }
109918
- ]
109919
- },
109920
109750
  {
109921
109751
  "kind": "javascript-module",
109922
109752
  "path": "mini-calendar/mini-calendar-month/mini-calendar-month.component.js",
@@ -110135,6 +109965,176 @@
110135
109965
  }
110136
109966
  ]
110137
109967
  },
109968
+ {
109969
+ "kind": "javascript-module",
109970
+ "path": "navigation/common/navigation-action-common.js",
109971
+ "declarations": [
109972
+ {
109973
+ "kind": "class",
109974
+ "description": "",
109975
+ "name": "SbbNavigationActionCommonElementMixinType",
109976
+ "members": [
109977
+ {
109978
+ "kind": "field",
109979
+ "name": "size",
109980
+ "type": {
109981
+ "text": "SbbNavigationActionSize"
109982
+ },
109983
+ "privacy": "public"
109984
+ },
109985
+ {
109986
+ "kind": "field",
109987
+ "name": "marker",
109988
+ "type": {
109989
+ "text": "SbbNavigationMarkerElement | null"
109990
+ },
109991
+ "privacy": "public",
109992
+ "readonly": true
109993
+ },
109994
+ {
109995
+ "kind": "field",
109996
+ "name": "section",
109997
+ "type": {
109998
+ "text": "SbbNavigationSectionElement | null"
109999
+ },
110000
+ "privacy": "public",
110001
+ "readonly": true
110002
+ },
110003
+ {
110004
+ "kind": "field",
110005
+ "name": "connectedSection",
110006
+ "type": {
110007
+ "text": "SbbNavigationSectionElement | undefined"
110008
+ },
110009
+ "privacy": "public"
110010
+ }
110011
+ ]
110012
+ },
110013
+ {
110014
+ "kind": "mixin",
110015
+ "description": "",
110016
+ "name": "SbbNavigationActionCommonElementMixin",
110017
+ "members": [
110018
+ {
110019
+ "kind": "field",
110020
+ "name": "styles",
110021
+ "type": {
110022
+ "text": "CSSResultGroup"
110023
+ },
110024
+ "privacy": "public",
110025
+ "static": true,
110026
+ "default": "[boxSizingStyles, unsafeCSS(style)]"
110027
+ },
110028
+ {
110029
+ "kind": "field",
110030
+ "name": "size",
110031
+ "type": {
110032
+ "text": "SbbNavigationActionSize"
110033
+ },
110034
+ "privacy": "public",
110035
+ "description": "Action size variant, either s, m or l.",
110036
+ "default": "'l' / 's' (lean)",
110037
+ "attribute": "size",
110038
+ "reflects": true
110039
+ },
110040
+ {
110041
+ "kind": "field",
110042
+ "name": "connectedSection",
110043
+ "type": {
110044
+ "text": "SbbNavigationSectionElement | undefined"
110045
+ },
110046
+ "privacy": "public",
110047
+ "description": "The section that is being controlled by the action, if any."
110048
+ },
110049
+ {
110050
+ "kind": "field",
110051
+ "name": "marker",
110052
+ "type": {
110053
+ "text": "SbbNavigationMarkerElement | null"
110054
+ },
110055
+ "privacy": "public",
110056
+ "description": "The navigation marker in which the action is nested.",
110057
+ "readonly": true
110058
+ },
110059
+ {
110060
+ "kind": "field",
110061
+ "name": "section",
110062
+ "type": {
110063
+ "text": "SbbNavigationSectionElement | null"
110064
+ },
110065
+ "privacy": "public",
110066
+ "description": "The section in which the action is nested.",
110067
+ "readonly": true
110068
+ },
110069
+ {
110070
+ "kind": "field",
110071
+ "name": "_navigationMarker",
110072
+ "type": {
110073
+ "text": "SbbNavigationMarkerElement | null"
110074
+ },
110075
+ "privacy": "private",
110076
+ "default": "null"
110077
+ },
110078
+ {
110079
+ "kind": "field",
110080
+ "name": "_navigationSection",
110081
+ "type": {
110082
+ "text": "SbbNavigationSectionElement | null"
110083
+ },
110084
+ "privacy": "private",
110085
+ "default": "null"
110086
+ },
110087
+ {
110088
+ "kind": "method",
110089
+ "name": "renderTemplate",
110090
+ "privacy": "protected",
110091
+ "return": {
110092
+ "type": {
110093
+ "text": "TemplateResult"
110094
+ }
110095
+ }
110096
+ }
110097
+ ],
110098
+ "attributes": [
110099
+ {
110100
+ "name": "size",
110101
+ "type": {
110102
+ "text": "SbbNavigationActionSize"
110103
+ },
110104
+ "description": "Action size variant, either s, m or l.",
110105
+ "default": "'l' / 's' (lean)",
110106
+ "fieldName": "size"
110107
+ }
110108
+ ],
110109
+ "parameters": [
110110
+ {
110111
+ "name": "superClass",
110112
+ "type": {
110113
+ "text": "T"
110114
+ }
110115
+ }
110116
+ ]
110117
+ }
110118
+ ],
110119
+ "exports": [
110120
+ {
110121
+ "kind": "js",
110122
+ "name": "SbbNavigationActionCommonElementMixinType",
110123
+ "declaration": {
110124
+ "name": "SbbNavigationActionCommonElementMixinType",
110125
+ "module": "navigation/common/navigation-action-common.js"
110126
+ }
110127
+ },
110128
+ {
110129
+ "kind": "js",
110130
+ "name": "SbbNavigationActionCommonElementMixin",
110131
+ "declaration": {
110132
+ "name": "SbbNavigationActionCommonElementMixin",
110133
+ "module": "navigation/common/navigation-action-common.js"
110134
+ }
110135
+ }
110136
+ ]
110137
+ },
110138
110138
  {
110139
110139
  "kind": "javascript-module",
110140
110140
  "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.9.0-dev.1775493241",
3
+ "version": "4.9.0-dev.1775524055",
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/95d92ac5572574cc7c2b674ed915e79a04909963"
9
+ "https://github.com/sbb-design-systems/lyne-components/commit/8ebac5af851986ae37f28ce45eda0e4b2f7ad6f9"
10
10
  ],
11
11
  "type": "module",
12
12
  "exports": {