@public-ui/components 1.6.0-rc.7 → 1.6.0-rc.9

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.6.0-rc.7",
3
+ "version": "1.6.0-rc.9",
4
4
  "license": "EUPL-1.2",
5
5
  "homepage": "https://public-ui.github.io",
6
6
  "bugs": { "url": "https://github.com/public-ui/kolibri/issues", "email": "kolibri@itzbund.de" },
@@ -13181,7 +13181,21 @@
13181
13181
  },
13182
13182
  {
13183
13183
  "name": "_type",
13184
- "description": "Deprecated: Gibt an, ob der Prozess als Balken oder Kreis dargestellt wird."
13184
+ "description": "Deprecated: Gibt an, ob der Prozess als Balken oder Kreis dargestellt wird.",
13185
+ "values": [
13186
+ {
13187
+ "name": "bar"
13188
+ },
13189
+ {
13190
+ "name": "cycle"
13191
+ },
13192
+ {
13193
+ "name": "cycle-label-value"
13194
+ },
13195
+ {
13196
+ "name": "cycle-value-label"
13197
+ }
13198
+ ]
13185
13199
  },
13186
13200
  {
13187
13201
  "name": "_unit",
@@ -13193,7 +13207,21 @@
13193
13207
  },
13194
13208
  {
13195
13209
  "name": "_variant",
13196
- "description": "Gibt an, welche Variante der Darstellung genutzt werden soll."
13210
+ "description": "Gibt an, welche Variante der Darstellung genutzt werden soll.",
13211
+ "values": [
13212
+ {
13213
+ "name": "bar"
13214
+ },
13215
+ {
13216
+ "name": "cycle"
13217
+ },
13218
+ {
13219
+ "name": "cycle-label-value"
13220
+ },
13221
+ {
13222
+ "name": "cycle-value-label"
13223
+ }
13224
+ ]
13197
13225
  }
13198
13226
  ]
13199
13227
  },