@public-ui/components 1.1.12-rc.1 → 1.1.13-rc.0

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.12-rc.1",
3
+ "version": "1.1.13-rc.0",
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,6 +13118,18 @@
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
+ },
13121
13133
  {
13122
13134
  "name": "_selected",
13123
13135
  "description": "Gibt an, welches Tab selektiert sein soll."