@sbb-esta/lyne-elements-dev 4.6.0-dev.1772526102 → 4.6.0-dev.1772526455
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.
- package/custom-elements.json +185 -185
- package/package.json +2 -2
package/custom-elements.json
CHANGED
|
@@ -45544,163 +45544,6 @@
|
|
|
45544
45544
|
}
|
|
45545
45545
|
]
|
|
45546
45546
|
},
|
|
45547
|
-
{
|
|
45548
|
-
"kind": "javascript-module",
|
|
45549
|
-
"path": "container/container/container.component.js",
|
|
45550
|
-
"declarations": [
|
|
45551
|
-
{
|
|
45552
|
-
"kind": "class",
|
|
45553
|
-
"description": "It displays its content with the default page spacing.",
|
|
45554
|
-
"name": "SbbContainerElement",
|
|
45555
|
-
"cssProperties": [
|
|
45556
|
-
{
|
|
45557
|
-
"description": "Use this variable to override the default page spacing. Note that overriding this will disable the standard responsive spacing behavior of the container.",
|
|
45558
|
-
"name": "--sbb-page-spacing-padding"
|
|
45559
|
-
}
|
|
45560
|
-
],
|
|
45561
|
-
"slots": [
|
|
45562
|
-
{
|
|
45563
|
-
"description": "Use the unnamed slot to add anything to the container.",
|
|
45564
|
-
"name": ""
|
|
45565
|
-
},
|
|
45566
|
-
{
|
|
45567
|
-
"description": "The slot used by the sbb-sticky-bar component.",
|
|
45568
|
-
"name": "sticky-bar"
|
|
45569
|
-
},
|
|
45570
|
-
{
|
|
45571
|
-
"description": "The slot used to slot an `sbb-image` to use as background.",
|
|
45572
|
-
"name": "image"
|
|
45573
|
-
}
|
|
45574
|
-
],
|
|
45575
|
-
"members": [
|
|
45576
|
-
{
|
|
45577
|
-
"kind": "field",
|
|
45578
|
-
"name": "expanded",
|
|
45579
|
-
"type": {
|
|
45580
|
-
"text": "boolean"
|
|
45581
|
-
},
|
|
45582
|
-
"privacy": "public",
|
|
45583
|
-
"default": "false",
|
|
45584
|
-
"description": "Whether the container is expanded.",
|
|
45585
|
-
"attribute": "expanded",
|
|
45586
|
-
"reflects": true
|
|
45587
|
-
},
|
|
45588
|
-
{
|
|
45589
|
-
"kind": "field",
|
|
45590
|
-
"name": "backgroundExpanded",
|
|
45591
|
-
"type": {
|
|
45592
|
-
"text": "boolean"
|
|
45593
|
-
},
|
|
45594
|
-
"privacy": "public",
|
|
45595
|
-
"default": "false",
|
|
45596
|
-
"description": "Whether the background color is shown on full container width on large screens.",
|
|
45597
|
-
"attribute": "background-expanded",
|
|
45598
|
-
"reflects": true
|
|
45599
|
-
},
|
|
45600
|
-
{
|
|
45601
|
-
"kind": "field",
|
|
45602
|
-
"name": "color",
|
|
45603
|
-
"type": {
|
|
45604
|
-
"text": "| 'transparent'\n | 'white'\n | 'milk'\n | 'midnight'\n | 'charcoal'"
|
|
45605
|
-
},
|
|
45606
|
-
"privacy": "public",
|
|
45607
|
-
"default": "'white'",
|
|
45608
|
-
"description": "Color of the container, like transparent, white etc.",
|
|
45609
|
-
"attribute": "color",
|
|
45610
|
-
"reflects": true
|
|
45611
|
-
},
|
|
45612
|
-
{
|
|
45613
|
-
"kind": "method",
|
|
45614
|
-
"name": "toggleState",
|
|
45615
|
-
"privacy": "protected",
|
|
45616
|
-
"return": {
|
|
45617
|
-
"type": {
|
|
45618
|
-
"text": "void"
|
|
45619
|
-
}
|
|
45620
|
-
},
|
|
45621
|
-
"parameters": [
|
|
45622
|
-
{
|
|
45623
|
-
"name": "value",
|
|
45624
|
-
"type": {
|
|
45625
|
-
"text": "string"
|
|
45626
|
-
}
|
|
45627
|
-
},
|
|
45628
|
-
{
|
|
45629
|
-
"name": "force",
|
|
45630
|
-
"optional": true,
|
|
45631
|
-
"type": {
|
|
45632
|
-
"text": "boolean"
|
|
45633
|
-
}
|
|
45634
|
-
}
|
|
45635
|
-
],
|
|
45636
|
-
"inheritedFrom": {
|
|
45637
|
-
"name": "SbbElementInternalsMixin",
|
|
45638
|
-
"module": "core/mixins/element-internals-mixin.js"
|
|
45639
|
-
}
|
|
45640
|
-
}
|
|
45641
|
-
],
|
|
45642
|
-
"attributes": [
|
|
45643
|
-
{
|
|
45644
|
-
"name": "expanded",
|
|
45645
|
-
"type": {
|
|
45646
|
-
"text": "boolean"
|
|
45647
|
-
},
|
|
45648
|
-
"default": "false",
|
|
45649
|
-
"description": "Whether the container is expanded.",
|
|
45650
|
-
"fieldName": "expanded"
|
|
45651
|
-
},
|
|
45652
|
-
{
|
|
45653
|
-
"name": "background-expanded",
|
|
45654
|
-
"type": {
|
|
45655
|
-
"text": "boolean"
|
|
45656
|
-
},
|
|
45657
|
-
"default": "false",
|
|
45658
|
-
"description": "Whether the background color is shown on full container width on large screens.",
|
|
45659
|
-
"fieldName": "backgroundExpanded"
|
|
45660
|
-
},
|
|
45661
|
-
{
|
|
45662
|
-
"name": "color",
|
|
45663
|
-
"type": {
|
|
45664
|
-
"text": "| 'transparent'\n | 'white'\n | 'milk'\n | 'midnight'\n | 'charcoal'"
|
|
45665
|
-
},
|
|
45666
|
-
"default": "'white'",
|
|
45667
|
-
"description": "Color of the container, like transparent, white etc.",
|
|
45668
|
-
"fieldName": "color"
|
|
45669
|
-
}
|
|
45670
|
-
],
|
|
45671
|
-
"mixins": [
|
|
45672
|
-
{
|
|
45673
|
-
"name": "SbbElementInternalsMixin",
|
|
45674
|
-
"module": "core/mixins.js"
|
|
45675
|
-
}
|
|
45676
|
-
],
|
|
45677
|
-
"superclass": {
|
|
45678
|
-
"name": "LitElement",
|
|
45679
|
-
"package": "lit"
|
|
45680
|
-
},
|
|
45681
|
-
"tagName": "sbb-container",
|
|
45682
|
-
"customElement": true
|
|
45683
|
-
}
|
|
45684
|
-
],
|
|
45685
|
-
"exports": [
|
|
45686
|
-
{
|
|
45687
|
-
"kind": "js",
|
|
45688
|
-
"name": "SbbContainerElement",
|
|
45689
|
-
"declaration": {
|
|
45690
|
-
"name": "SbbContainerElement",
|
|
45691
|
-
"module": "container/container/container.component.js"
|
|
45692
|
-
}
|
|
45693
|
-
},
|
|
45694
|
-
{
|
|
45695
|
-
"kind": "custom-element-definition",
|
|
45696
|
-
"name": "sbb-container",
|
|
45697
|
-
"declaration": {
|
|
45698
|
-
"name": "SbbContainerElement",
|
|
45699
|
-
"module": "container/container/container.component.js"
|
|
45700
|
-
}
|
|
45701
|
-
}
|
|
45702
|
-
]
|
|
45703
|
-
},
|
|
45704
45547
|
{
|
|
45705
45548
|
"kind": "javascript-module",
|
|
45706
45549
|
"path": "container/sticky-bar/sticky-bar.component.js",
|
|
@@ -46084,6 +45927,163 @@
|
|
|
46084
45927
|
}
|
|
46085
45928
|
]
|
|
46086
45929
|
},
|
|
45930
|
+
{
|
|
45931
|
+
"kind": "javascript-module",
|
|
45932
|
+
"path": "container/container/container.component.js",
|
|
45933
|
+
"declarations": [
|
|
45934
|
+
{
|
|
45935
|
+
"kind": "class",
|
|
45936
|
+
"description": "It displays its content with the default page spacing.",
|
|
45937
|
+
"name": "SbbContainerElement",
|
|
45938
|
+
"cssProperties": [
|
|
45939
|
+
{
|
|
45940
|
+
"description": "Use this variable to override the default page spacing. Note that overriding this will disable the standard responsive spacing behavior of the container.",
|
|
45941
|
+
"name": "--sbb-page-spacing-padding"
|
|
45942
|
+
}
|
|
45943
|
+
],
|
|
45944
|
+
"slots": [
|
|
45945
|
+
{
|
|
45946
|
+
"description": "Use the unnamed slot to add anything to the container.",
|
|
45947
|
+
"name": ""
|
|
45948
|
+
},
|
|
45949
|
+
{
|
|
45950
|
+
"description": "The slot used by the sbb-sticky-bar component.",
|
|
45951
|
+
"name": "sticky-bar"
|
|
45952
|
+
},
|
|
45953
|
+
{
|
|
45954
|
+
"description": "The slot used to slot an `sbb-image` to use as background.",
|
|
45955
|
+
"name": "image"
|
|
45956
|
+
}
|
|
45957
|
+
],
|
|
45958
|
+
"members": [
|
|
45959
|
+
{
|
|
45960
|
+
"kind": "field",
|
|
45961
|
+
"name": "expanded",
|
|
45962
|
+
"type": {
|
|
45963
|
+
"text": "boolean"
|
|
45964
|
+
},
|
|
45965
|
+
"privacy": "public",
|
|
45966
|
+
"default": "false",
|
|
45967
|
+
"description": "Whether the container is expanded.",
|
|
45968
|
+
"attribute": "expanded",
|
|
45969
|
+
"reflects": true
|
|
45970
|
+
},
|
|
45971
|
+
{
|
|
45972
|
+
"kind": "field",
|
|
45973
|
+
"name": "backgroundExpanded",
|
|
45974
|
+
"type": {
|
|
45975
|
+
"text": "boolean"
|
|
45976
|
+
},
|
|
45977
|
+
"privacy": "public",
|
|
45978
|
+
"default": "false",
|
|
45979
|
+
"description": "Whether the background color is shown on full container width on large screens.",
|
|
45980
|
+
"attribute": "background-expanded",
|
|
45981
|
+
"reflects": true
|
|
45982
|
+
},
|
|
45983
|
+
{
|
|
45984
|
+
"kind": "field",
|
|
45985
|
+
"name": "color",
|
|
45986
|
+
"type": {
|
|
45987
|
+
"text": "| 'transparent'\n | 'white'\n | 'milk'\n | 'midnight'\n | 'charcoal'"
|
|
45988
|
+
},
|
|
45989
|
+
"privacy": "public",
|
|
45990
|
+
"default": "'white'",
|
|
45991
|
+
"description": "Color of the container, like transparent, white etc.",
|
|
45992
|
+
"attribute": "color",
|
|
45993
|
+
"reflects": true
|
|
45994
|
+
},
|
|
45995
|
+
{
|
|
45996
|
+
"kind": "method",
|
|
45997
|
+
"name": "toggleState",
|
|
45998
|
+
"privacy": "protected",
|
|
45999
|
+
"return": {
|
|
46000
|
+
"type": {
|
|
46001
|
+
"text": "void"
|
|
46002
|
+
}
|
|
46003
|
+
},
|
|
46004
|
+
"parameters": [
|
|
46005
|
+
{
|
|
46006
|
+
"name": "value",
|
|
46007
|
+
"type": {
|
|
46008
|
+
"text": "string"
|
|
46009
|
+
}
|
|
46010
|
+
},
|
|
46011
|
+
{
|
|
46012
|
+
"name": "force",
|
|
46013
|
+
"optional": true,
|
|
46014
|
+
"type": {
|
|
46015
|
+
"text": "boolean"
|
|
46016
|
+
}
|
|
46017
|
+
}
|
|
46018
|
+
],
|
|
46019
|
+
"inheritedFrom": {
|
|
46020
|
+
"name": "SbbElementInternalsMixin",
|
|
46021
|
+
"module": "core/mixins/element-internals-mixin.js"
|
|
46022
|
+
}
|
|
46023
|
+
}
|
|
46024
|
+
],
|
|
46025
|
+
"attributes": [
|
|
46026
|
+
{
|
|
46027
|
+
"name": "expanded",
|
|
46028
|
+
"type": {
|
|
46029
|
+
"text": "boolean"
|
|
46030
|
+
},
|
|
46031
|
+
"default": "false",
|
|
46032
|
+
"description": "Whether the container is expanded.",
|
|
46033
|
+
"fieldName": "expanded"
|
|
46034
|
+
},
|
|
46035
|
+
{
|
|
46036
|
+
"name": "background-expanded",
|
|
46037
|
+
"type": {
|
|
46038
|
+
"text": "boolean"
|
|
46039
|
+
},
|
|
46040
|
+
"default": "false",
|
|
46041
|
+
"description": "Whether the background color is shown on full container width on large screens.",
|
|
46042
|
+
"fieldName": "backgroundExpanded"
|
|
46043
|
+
},
|
|
46044
|
+
{
|
|
46045
|
+
"name": "color",
|
|
46046
|
+
"type": {
|
|
46047
|
+
"text": "| 'transparent'\n | 'white'\n | 'milk'\n | 'midnight'\n | 'charcoal'"
|
|
46048
|
+
},
|
|
46049
|
+
"default": "'white'",
|
|
46050
|
+
"description": "Color of the container, like transparent, white etc.",
|
|
46051
|
+
"fieldName": "color"
|
|
46052
|
+
}
|
|
46053
|
+
],
|
|
46054
|
+
"mixins": [
|
|
46055
|
+
{
|
|
46056
|
+
"name": "SbbElementInternalsMixin",
|
|
46057
|
+
"module": "core/mixins.js"
|
|
46058
|
+
}
|
|
46059
|
+
],
|
|
46060
|
+
"superclass": {
|
|
46061
|
+
"name": "LitElement",
|
|
46062
|
+
"package": "lit"
|
|
46063
|
+
},
|
|
46064
|
+
"tagName": "sbb-container",
|
|
46065
|
+
"customElement": true
|
|
46066
|
+
}
|
|
46067
|
+
],
|
|
46068
|
+
"exports": [
|
|
46069
|
+
{
|
|
46070
|
+
"kind": "js",
|
|
46071
|
+
"name": "SbbContainerElement",
|
|
46072
|
+
"declaration": {
|
|
46073
|
+
"name": "SbbContainerElement",
|
|
46074
|
+
"module": "container/container/container.component.js"
|
|
46075
|
+
}
|
|
46076
|
+
},
|
|
46077
|
+
{
|
|
46078
|
+
"kind": "custom-element-definition",
|
|
46079
|
+
"name": "sbb-container",
|
|
46080
|
+
"declaration": {
|
|
46081
|
+
"name": "SbbContainerElement",
|
|
46082
|
+
"module": "container/container/container.component.js"
|
|
46083
|
+
}
|
|
46084
|
+
}
|
|
46085
|
+
]
|
|
46086
|
+
},
|
|
46087
46087
|
{
|
|
46088
46088
|
"kind": "javascript-module",
|
|
46089
46089
|
"path": "core/a11y/arrow-navigation.js",
|
|
@@ -64709,12 +64709,12 @@
|
|
|
64709
64709
|
},
|
|
64710
64710
|
{
|
|
64711
64711
|
"kind": "javascript-module",
|
|
64712
|
-
"path": "datepicker/datepicker-
|
|
64712
|
+
"path": "datepicker/datepicker-previous-day/datepicker-previous-day.component.js",
|
|
64713
64713
|
"declarations": [
|
|
64714
64714
|
{
|
|
64715
64715
|
"kind": "class",
|
|
64716
|
-
"description": "Combined with a `sbb-datepicker`, it can be used to move the date
|
|
64717
|
-
"name": "
|
|
64716
|
+
"description": "Combined with a `sbb-datepicker`, it can be used to move the date back.",
|
|
64717
|
+
"name": "SbbDatepickerPreviousDayElement",
|
|
64718
64718
|
"members": [
|
|
64719
64719
|
{
|
|
64720
64720
|
"kind": "field",
|
|
@@ -64727,7 +64727,7 @@
|
|
|
64727
64727
|
"name": "SbbDatepickerButtonBase",
|
|
64728
64728
|
"module": "datepicker/common/datepicker-button.js"
|
|
64729
64729
|
},
|
|
64730
|
-
"default": "'chevron-small-
|
|
64730
|
+
"default": "'chevron-small-left-small'"
|
|
64731
64731
|
},
|
|
64732
64732
|
{
|
|
64733
64733
|
"kind": "field",
|
|
@@ -64736,7 +64736,7 @@
|
|
|
64736
64736
|
"text": "Record<string, string>"
|
|
64737
64737
|
},
|
|
64738
64738
|
"privacy": "protected",
|
|
64739
|
-
"default": "
|
|
64739
|
+
"default": "i18nPreviousDay",
|
|
64740
64740
|
"inheritedFrom": {
|
|
64741
64741
|
"name": "SbbDatepickerButton",
|
|
64742
64742
|
"module": "datepicker/common/datepicker-button.js"
|
|
@@ -64749,7 +64749,7 @@
|
|
|
64749
64749
|
"text": "(_currentDate: string) => Record<string, string>"
|
|
64750
64750
|
},
|
|
64751
64751
|
"privacy": "protected",
|
|
64752
|
-
"default": "
|
|
64752
|
+
"default": "i18nSelectPreviousDay",
|
|
64753
64753
|
"inheritedFrom": {
|
|
64754
64754
|
"name": "SbbDatepickerButton",
|
|
64755
64755
|
"module": "datepicker/common/datepicker-button.js"
|
|
@@ -64779,7 +64779,7 @@
|
|
|
64779
64779
|
},
|
|
64780
64780
|
{
|
|
64781
64781
|
"kind": "method",
|
|
64782
|
-
"name": "
|
|
64782
|
+
"name": "_isBeforeMinDate",
|
|
64783
64783
|
"privacy": "private",
|
|
64784
64784
|
"return": {
|
|
64785
64785
|
"type": {
|
|
@@ -65564,7 +65564,7 @@
|
|
|
65564
65564
|
"module": "datepicker/common.js"
|
|
65565
65565
|
},
|
|
65566
65566
|
"classGenerics": "T = Date",
|
|
65567
|
-
"tagName": "sbb-datepicker-
|
|
65567
|
+
"tagName": "sbb-datepicker-previous-day",
|
|
65568
65568
|
"customElement": true,
|
|
65569
65569
|
"attributes": [
|
|
65570
65570
|
{
|
|
@@ -65649,30 +65649,30 @@
|
|
|
65649
65649
|
"exports": [
|
|
65650
65650
|
{
|
|
65651
65651
|
"kind": "js",
|
|
65652
|
-
"name": "
|
|
65652
|
+
"name": "SbbDatepickerPreviousDayElement",
|
|
65653
65653
|
"declaration": {
|
|
65654
|
-
"name": "
|
|
65655
|
-
"module": "datepicker/datepicker-
|
|
65654
|
+
"name": "SbbDatepickerPreviousDayElement",
|
|
65655
|
+
"module": "datepicker/datepicker-previous-day/datepicker-previous-day.component.js"
|
|
65656
65656
|
}
|
|
65657
65657
|
},
|
|
65658
65658
|
{
|
|
65659
65659
|
"kind": "custom-element-definition",
|
|
65660
|
-
"name": "sbb-datepicker-
|
|
65660
|
+
"name": "sbb-datepicker-previous-day",
|
|
65661
65661
|
"declaration": {
|
|
65662
|
-
"name": "
|
|
65663
|
-
"module": "datepicker/datepicker-
|
|
65662
|
+
"name": "SbbDatepickerPreviousDayElement",
|
|
65663
|
+
"module": "datepicker/datepicker-previous-day/datepicker-previous-day.component.js"
|
|
65664
65664
|
}
|
|
65665
65665
|
}
|
|
65666
65666
|
]
|
|
65667
65667
|
},
|
|
65668
65668
|
{
|
|
65669
65669
|
"kind": "javascript-module",
|
|
65670
|
-
"path": "datepicker/datepicker-
|
|
65670
|
+
"path": "datepicker/datepicker-next-day/datepicker-next-day.component.js",
|
|
65671
65671
|
"declarations": [
|
|
65672
65672
|
{
|
|
65673
65673
|
"kind": "class",
|
|
65674
|
-
"description": "Combined with a `sbb-datepicker`, it can be used to move the date
|
|
65675
|
-
"name": "
|
|
65674
|
+
"description": "Combined with a `sbb-datepicker`, it can be used to move the date ahead.",
|
|
65675
|
+
"name": "SbbDatepickerNextDayElement",
|
|
65676
65676
|
"members": [
|
|
65677
65677
|
{
|
|
65678
65678
|
"kind": "field",
|
|
@@ -65685,7 +65685,7 @@
|
|
|
65685
65685
|
"name": "SbbDatepickerButtonBase",
|
|
65686
65686
|
"module": "datepicker/common/datepicker-button.js"
|
|
65687
65687
|
},
|
|
65688
|
-
"default": "'chevron-small-
|
|
65688
|
+
"default": "'chevron-small-right-small'"
|
|
65689
65689
|
},
|
|
65690
65690
|
{
|
|
65691
65691
|
"kind": "field",
|
|
@@ -65694,7 +65694,7 @@
|
|
|
65694
65694
|
"text": "Record<string, string>"
|
|
65695
65695
|
},
|
|
65696
65696
|
"privacy": "protected",
|
|
65697
|
-
"default": "
|
|
65697
|
+
"default": "i18nNextDay",
|
|
65698
65698
|
"inheritedFrom": {
|
|
65699
65699
|
"name": "SbbDatepickerButton",
|
|
65700
65700
|
"module": "datepicker/common/datepicker-button.js"
|
|
@@ -65707,7 +65707,7 @@
|
|
|
65707
65707
|
"text": "(_currentDate: string) => Record<string, string>"
|
|
65708
65708
|
},
|
|
65709
65709
|
"privacy": "protected",
|
|
65710
|
-
"default": "
|
|
65710
|
+
"default": "i18nSelectNextDay",
|
|
65711
65711
|
"inheritedFrom": {
|
|
65712
65712
|
"name": "SbbDatepickerButton",
|
|
65713
65713
|
"module": "datepicker/common/datepicker-button.js"
|
|
@@ -65737,7 +65737,7 @@
|
|
|
65737
65737
|
},
|
|
65738
65738
|
{
|
|
65739
65739
|
"kind": "method",
|
|
65740
|
-
"name": "
|
|
65740
|
+
"name": "_isAfterMaxDate",
|
|
65741
65741
|
"privacy": "private",
|
|
65742
65742
|
"return": {
|
|
65743
65743
|
"type": {
|
|
@@ -66522,7 +66522,7 @@
|
|
|
66522
66522
|
"module": "datepicker/common.js"
|
|
66523
66523
|
},
|
|
66524
66524
|
"classGenerics": "T = Date",
|
|
66525
|
-
"tagName": "sbb-datepicker-
|
|
66525
|
+
"tagName": "sbb-datepicker-next-day",
|
|
66526
66526
|
"customElement": true,
|
|
66527
66527
|
"attributes": [
|
|
66528
66528
|
{
|
|
@@ -66607,18 +66607,18 @@
|
|
|
66607
66607
|
"exports": [
|
|
66608
66608
|
{
|
|
66609
66609
|
"kind": "js",
|
|
66610
|
-
"name": "
|
|
66610
|
+
"name": "SbbDatepickerNextDayElement",
|
|
66611
66611
|
"declaration": {
|
|
66612
|
-
"name": "
|
|
66613
|
-
"module": "datepicker/datepicker-
|
|
66612
|
+
"name": "SbbDatepickerNextDayElement",
|
|
66613
|
+
"module": "datepicker/datepicker-next-day/datepicker-next-day.component.js"
|
|
66614
66614
|
}
|
|
66615
66615
|
},
|
|
66616
66616
|
{
|
|
66617
66617
|
"kind": "custom-element-definition",
|
|
66618
|
-
"name": "sbb-datepicker-
|
|
66618
|
+
"name": "sbb-datepicker-next-day",
|
|
66619
66619
|
"declaration": {
|
|
66620
|
-
"name": "
|
|
66621
|
-
"module": "datepicker/datepicker-
|
|
66620
|
+
"name": "SbbDatepickerNextDayElement",
|
|
66621
|
+
"module": "datepicker/datepicker-next-day/datepicker-next-day.component.js"
|
|
66622
66622
|
}
|
|
66623
66623
|
}
|
|
66624
66624
|
]
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sbb-esta/lyne-elements-dev",
|
|
3
|
-
"version": "4.6.0-dev.
|
|
3
|
+
"version": "4.6.0-dev.1772526455",
|
|
4
4
|
"description": "Lyne Design System",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"design system",
|
|
7
7
|
"web components",
|
|
8
8
|
"lit",
|
|
9
9
|
"storybook",
|
|
10
|
-
"https://github.com/sbb-design-systems/lyne-components/commit/
|
|
10
|
+
"https://github.com/sbb-design-systems/lyne-components/commit/b42fe9145fb22e08758b2389d43140a7d0cd816e"
|
|
11
11
|
],
|
|
12
12
|
"type": "module",
|
|
13
13
|
"exports": {
|