@fuentis/phoenix-ui 0.0.9-alpha.607 → 0.0.9-alpha.608

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/index.d.ts CHANGED
@@ -391,6 +391,7 @@ interface StatusAttribute {
391
391
  color?: string;
392
392
  icon?: string;
393
393
  value1?: string;
394
+ value2?: string;
394
395
  tooltip?: StatusTooltipItem[];
395
396
  url?: string;
396
397
  item?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fuentis/phoenix-ui",
3
- "version": "0.0.9-alpha.607",
3
+ "version": "0.0.9-alpha.608",
4
4
  "description": "Phoenix UI Angular component library",
5
5
  "license": "MIT",
6
6
  "peerDependencies": {