@semantic-components/ui 0.42.0 → 0.44.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<"
|
|
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.
|
|
3
|
+
"version": "0.44.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": "
|
|
47
|
+
"@semantic-components/utils": "0.33.0",
|
|
48
48
|
"@angular/platform-browser": ">=19.0.0",
|
|
49
49
|
"shiki": ">=3.0.0",
|
|
50
50
|
"@angular/router": ">=19.0.0",
|
|
@@ -56,9 +56,10 @@
|
|
|
56
56
|
"url": "https://github.com/khalilou88/semantic-components",
|
|
57
57
|
"directory": "libs/ui"
|
|
58
58
|
},
|
|
59
|
-
"module": "fesm2022/semantic-components-ui.mjs",
|
|
60
|
-
"typings": "index.d.ts",
|
|
61
59
|
"exports": {
|
|
60
|
+
"./styles.css": {
|
|
61
|
+
"style": "./styles.css"
|
|
62
|
+
},
|
|
62
63
|
"./package.json": {
|
|
63
64
|
"default": "./package.json"
|
|
64
65
|
},
|
|
@@ -67,6 +68,8 @@
|
|
|
67
68
|
"default": "./fesm2022/semantic-components-ui.mjs"
|
|
68
69
|
}
|
|
69
70
|
},
|
|
71
|
+
"module": "fesm2022/semantic-components-ui.mjs",
|
|
72
|
+
"typings": "index.d.ts",
|
|
70
73
|
"dependencies": {
|
|
71
74
|
"tslib": "^2.3.0"
|
|
72
75
|
}
|