valtech-components 2.0.599 → 2.0.600

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.
@@ -22,6 +22,8 @@ export interface FooterLinksMetadata {
22
22
  rightLinks: LinkCakeMetadata;
23
23
  /** Optional logo URL */
24
24
  logo?: string;
25
+ /** Logo URL for dark mode. If not set, uses logo with filter invert. */
26
+ logoDark?: string;
25
27
  /** Logo alt text. Default: 'Logo' */
26
28
  logoAlt?: string;
27
29
  /** Route to navigate when logo is clicked */
@@ -91,7 +91,7 @@ export declare class ArticleComponent implements OnInit {
91
91
  icon?: import("valtech-components").IconMetada;
92
92
  shape?: "round";
93
93
  size?: "small" | "large" | "default";
94
- fill?: "default" | "clear" | "outline" | "solid";
94
+ fill?: "default" | "outline" | "clear" | "solid";
95
95
  type: "button" | "submit" | "reset";
96
96
  token?: string;
97
97
  ref?: any;
@@ -73,7 +73,7 @@ export declare class ToolbarComponent implements OnInit {
73
73
  showFlags?: boolean;
74
74
  color: import("@ionic/core").Color;
75
75
  size?: "small" | "large" | "default";
76
- fill?: "default" | "clear" | "outline" | "solid";
76
+ fill?: "default" | "outline" | "clear" | "solid";
77
77
  shape?: "round";
78
78
  expand?: "full" | "block";
79
79
  disabled?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "valtech-components",
3
- "version": "2.0.599",
3
+ "version": "2.0.600",
4
4
  "private": false,
5
5
  "bin": {
6
6
  "valtech-firebase-config": "./src/lib/services/firebase/scripts/generate-sw-config.js"