@sbb-esta/lyne-elements-dev 4.0.0-dev.1775574995 → 4.0.0-dev.1775599765

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.
@@ -81093,12 +81093,12 @@
81093
81093
  },
81094
81094
  {
81095
81095
  "kind": "javascript-module",
81096
- "path": "datepicker/datepicker-next-day/datepicker-next-day.component.js",
81096
+ "path": "datepicker/datepicker-previous-day/datepicker-previous-day.component.js",
81097
81097
  "declarations": [
81098
81098
  {
81099
81099
  "kind": "class",
81100
- "description": "Combined with a `sbb-datepicker`, it can be used to move the date ahead.",
81101
- "name": "SbbDatepickerNextDayElement",
81100
+ "description": "Combined with a `sbb-datepicker`, it can be used to move the date back.",
81101
+ "name": "SbbDatepickerPreviousDayElement",
81102
81102
  "members": [
81103
81103
  {
81104
81104
  "kind": "field",
@@ -81113,7 +81113,7 @@
81113
81113
  "name": "SbbElement",
81114
81114
  "module": "core/base-elements/element.js"
81115
81115
  },
81116
- "default": "'sbb-datepicker-next-day'"
81116
+ "default": "'sbb-datepicker-previous-day'"
81117
81117
  },
81118
81118
  {
81119
81119
  "kind": "field",
@@ -81126,7 +81126,7 @@
81126
81126
  "name": "SbbDatepickerButtonBase",
81127
81127
  "module": "datepicker/common/datepicker-button.js"
81128
81128
  },
81129
- "default": "'chevron-small-right-small'"
81129
+ "default": "'chevron-small-left-small'"
81130
81130
  },
81131
81131
  {
81132
81132
  "kind": "field",
@@ -81135,7 +81135,7 @@
81135
81135
  "text": "Record<string, string>"
81136
81136
  },
81137
81137
  "privacy": "protected",
81138
- "default": "i18nNextDay",
81138
+ "default": "i18nPreviousDay",
81139
81139
  "inheritedFrom": {
81140
81140
  "name": "SbbDatepickerButton",
81141
81141
  "module": "datepicker/common/datepicker-button.js"
@@ -81148,7 +81148,7 @@
81148
81148
  "text": "(_currentDate: string) => Record<string, string>"
81149
81149
  },
81150
81150
  "privacy": "protected",
81151
- "default": "i18nSelectNextDay",
81151
+ "default": "i18nSelectPreviousDay",
81152
81152
  "inheritedFrom": {
81153
81153
  "name": "SbbDatepickerButton",
81154
81154
  "module": "datepicker/common/datepicker-button.js"
@@ -81178,7 +81178,7 @@
81178
81178
  },
81179
81179
  {
81180
81180
  "kind": "method",
81181
- "name": "_isAfterMaxDate",
81181
+ "name": "_isBeforeMinDate",
81182
81182
  "privacy": "private",
81183
81183
  "return": {
81184
81184
  "type": {
@@ -82038,7 +82038,7 @@
82038
82038
  "name": "SbbDatepickerButton",
82039
82039
  "module": "datepicker/common/datepicker-button.js"
82040
82040
  },
82041
- "tagName": "sbb-datepicker-next-day",
82041
+ "tagName": "sbb-datepicker-previous-day",
82042
82042
  "customElement": true,
82043
82043
  "classGenerics": "T = Date",
82044
82044
  "attributes": [
@@ -82124,22 +82124,22 @@
82124
82124
  "exports": [
82125
82125
  {
82126
82126
  "kind": "js",
82127
- "name": "SbbDatepickerNextDayElement",
82127
+ "name": "SbbDatepickerPreviousDayElement",
82128
82128
  "declaration": {
82129
- "name": "SbbDatepickerNextDayElement",
82130
- "module": "datepicker/datepicker-next-day/datepicker-next-day.component.js"
82129
+ "name": "SbbDatepickerPreviousDayElement",
82130
+ "module": "datepicker/datepicker-previous-day/datepicker-previous-day.component.js"
82131
82131
  }
82132
82132
  }
82133
82133
  ]
82134
82134
  },
82135
82135
  {
82136
82136
  "kind": "javascript-module",
82137
- "path": "datepicker/datepicker-previous-day/datepicker-previous-day.component.js",
82137
+ "path": "datepicker/datepicker-next-day/datepicker-next-day.component.js",
82138
82138
  "declarations": [
82139
82139
  {
82140
82140
  "kind": "class",
82141
- "description": "Combined with a `sbb-datepicker`, it can be used to move the date back.",
82142
- "name": "SbbDatepickerPreviousDayElement",
82141
+ "description": "Combined with a `sbb-datepicker`, it can be used to move the date ahead.",
82142
+ "name": "SbbDatepickerNextDayElement",
82143
82143
  "members": [
82144
82144
  {
82145
82145
  "kind": "field",
@@ -82154,7 +82154,7 @@
82154
82154
  "name": "SbbElement",
82155
82155
  "module": "core/base-elements/element.js"
82156
82156
  },
82157
- "default": "'sbb-datepicker-previous-day'"
82157
+ "default": "'sbb-datepicker-next-day'"
82158
82158
  },
82159
82159
  {
82160
82160
  "kind": "field",
@@ -82167,7 +82167,7 @@
82167
82167
  "name": "SbbDatepickerButtonBase",
82168
82168
  "module": "datepicker/common/datepicker-button.js"
82169
82169
  },
82170
- "default": "'chevron-small-left-small'"
82170
+ "default": "'chevron-small-right-small'"
82171
82171
  },
82172
82172
  {
82173
82173
  "kind": "field",
@@ -82176,7 +82176,7 @@
82176
82176
  "text": "Record<string, string>"
82177
82177
  },
82178
82178
  "privacy": "protected",
82179
- "default": "i18nPreviousDay",
82179
+ "default": "i18nNextDay",
82180
82180
  "inheritedFrom": {
82181
82181
  "name": "SbbDatepickerButton",
82182
82182
  "module": "datepicker/common/datepicker-button.js"
@@ -82189,7 +82189,7 @@
82189
82189
  "text": "(_currentDate: string) => Record<string, string>"
82190
82190
  },
82191
82191
  "privacy": "protected",
82192
- "default": "i18nSelectPreviousDay",
82192
+ "default": "i18nSelectNextDay",
82193
82193
  "inheritedFrom": {
82194
82194
  "name": "SbbDatepickerButton",
82195
82195
  "module": "datepicker/common/datepicker-button.js"
@@ -82219,7 +82219,7 @@
82219
82219
  },
82220
82220
  {
82221
82221
  "kind": "method",
82222
- "name": "_isBeforeMinDate",
82222
+ "name": "_isAfterMaxDate",
82223
82223
  "privacy": "private",
82224
82224
  "return": {
82225
82225
  "type": {
@@ -83079,7 +83079,7 @@
83079
83079
  "name": "SbbDatepickerButton",
83080
83080
  "module": "datepicker/common/datepicker-button.js"
83081
83081
  },
83082
- "tagName": "sbb-datepicker-previous-day",
83082
+ "tagName": "sbb-datepicker-next-day",
83083
83083
  "customElement": true,
83084
83084
  "classGenerics": "T = Date",
83085
83085
  "attributes": [
@@ -83165,10 +83165,10 @@
83165
83165
  "exports": [
83166
83166
  {
83167
83167
  "kind": "js",
83168
- "name": "SbbDatepickerPreviousDayElement",
83168
+ "name": "SbbDatepickerNextDayElement",
83169
83169
  "declaration": {
83170
- "name": "SbbDatepickerPreviousDayElement",
83171
- "module": "datepicker/datepicker-previous-day/datepicker-previous-day.component.js"
83170
+ "name": "SbbDatepickerNextDayElement",
83171
+ "module": "datepicker/datepicker-next-day/datepicker-next-day.component.js"
83172
83172
  }
83173
83173
  }
83174
83174
  ]
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@sbb-esta/lyne-elements-dev",
3
- "version": "4.0.0-dev.1775574995",
3
+ "version": "4.0.0-dev.1775599765",
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/4b79645a8af2c3bca06fdafca66ff3ee430d0d6b"
9
+ "https://github.com/sbb-design-systems/lyne-components/commit/65a66512636d76e122444aece7308f2699f3d721"
10
10
  ],
11
11
  "type": "module",
12
12
  "exports": {