@public-ui/components 1.1.13-rc.0 → 1.1.13-rc.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/components",
3
- "version": "1.1.13-rc.0",
3
+ "version": "1.1.13-rc.2",
4
4
  "description": "Das Components-Modul beinhaltet alle zur Komponenten-Bibliothek gehörenden Web Components.",
5
5
  "license": "EUPL-1.2",
6
6
  "homepage": "https://public-ui.github.io",
@@ -13118,18 +13118,6 @@
13118
13118
  "name": "_aria-label",
13119
13119
  "description": "Gibt den Text an, der die Navigation von anderen Navigationen differenziert."
13120
13120
  },
13121
- {
13122
- "name": "_orientation",
13123
- "description": "Gibt an, ob die Tab-Buttons horizontal oder vertikal angeordnet sind.",
13124
- "values": [
13125
- {
13126
- "name": "horizontal"
13127
- },
13128
- {
13129
- "name": "vertical"
13130
- }
13131
- ]
13132
- },
13133
13121
  {
13134
13122
  "name": "_selected",
13135
13123
  "description": "Gibt an, welches Tab selektiert sein soll."
@@ -13137,6 +13125,24 @@
13137
13125
  {
13138
13126
  "name": "_tabs",
13139
13127
  "description": "Gibt die geordnete Liste der Seitenhierarchie in Links an."
13128
+ },
13129
+ {
13130
+ "name": "_tabs-align",
13131
+ "description": "Gibt an, ob die Tab-Schalter entweder oben, rechts, unten oder links angeordnet sind.",
13132
+ "values": [
13133
+ {
13134
+ "name": "bottom"
13135
+ },
13136
+ {
13137
+ "name": "left"
13138
+ },
13139
+ {
13140
+ "name": "right"
13141
+ },
13142
+ {
13143
+ "name": "top"
13144
+ }
13145
+ ]
13140
13146
  }
13141
13147
  ]
13142
13148
  },