@semantic-components/ui 0.43.0 → 0.45.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.
@@ -20,7 +20,7 @@ export declare class ScInputPassword implements OnInit {
20
20
  }[]>;
21
21
  readonly strengthScore: import("@angular/core").Signal<number>;
22
22
  protected readonly progressClass: import("@angular/core").Signal<string>;
23
- readonly strengthColor: import("@angular/core").Signal<"[&>[data-slot=indicator]]:bg-border" | "[&>[data-slot=indicator]]:bg-red-500" | "[&>[data-slot=indicator]]:bg-orange-500" | "[&>[data-slot=indicator]]:bg-amber-500" | "[&>[data-slot=indicator]]:bg-emerald-500">;
23
+ readonly strengthColor: import("@angular/core").Signal<"*:data-[slot=indicator]:bg-border" | "*:data-[slot=indicator]:bg-red-500" | "*:data-[slot=indicator]:bg-orange-500" | "*:data-[slot=indicator]:bg-amber-500" | "*:data-[slot=indicator]:bg-emerald-500">;
24
24
  readonly strengthText: import("@angular/core").Signal<"Enter a password" | "Weak password" | "Medium password" | "Strong password">;
25
25
  protected toggleVisibility(): void;
26
26
  static ɵfac: i0.ɵɵFactoryDeclaration<ScInputPassword, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@semantic-components/ui",
3
- "version": "0.43.0",
3
+ "version": "0.45.0",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -44,7 +44,7 @@
44
44
  "embla-carousel": "^8.5.1",
45
45
  "rxjs": "~7.8.1",
46
46
  "@semantic-icons/lucide-icons": ">=0.0.1",
47
- "@semantic-components/utils": ">=0.0.1",
47
+ "@semantic-components/utils": "0.34.0",
48
48
  "@angular/platform-browser": ">=19.0.0",
49
49
  "shiki": ">=3.0.0",
50
50
  "@angular/router": ">=19.0.0",
package/styles.css CHANGED
@@ -164,6 +164,10 @@
164
164
  }
165
165
  }
166
166
 
167
+ html {
168
+ interpolate-size: allow-keywords;
169
+ }
170
+
167
171
  html,
168
172
  body {
169
173
  height: 100%;