@eric-emg/symphiq-components 1.2.196 → 1.2.197
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 +1 -1
- package/package.json +2 -2
package/index.d.ts
CHANGED
|
@@ -3720,7 +3720,7 @@ declare class IndeterminateSpinnerComponent {
|
|
|
3720
3720
|
svgSize: _angular_core.Signal<40 | 80 | 60>;
|
|
3721
3721
|
circleRadius: _angular_core.Signal<16 | 36 | 26>;
|
|
3722
3722
|
svgCircleRadius: _angular_core.Signal<number>;
|
|
3723
|
-
strokeWidth: _angular_core.Signal<
|
|
3723
|
+
strokeWidth: _angular_core.Signal<3 | 2 | 2.5>;
|
|
3724
3724
|
dotSize: _angular_core.Signal<5 | 10 | 7>;
|
|
3725
3725
|
containerClasses: _angular_core.Signal<{
|
|
3726
3726
|
'w-10 h-10': boolean;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eric-emg/symphiq-components",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.197",
|
|
4
4
|
"description": "A comprehensive Angular library for component dashboards with performance visualization and metrics analysis",
|
|
5
5
|
"author": "Your Organization",
|
|
6
6
|
"license": "MIT",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"@angular/forms": "^20.0.0",
|
|
40
40
|
"@angular/platform-browser": "^20.0.0",
|
|
41
41
|
"@angular/router": "^20.0.0",
|
|
42
|
-
"@jebgem/model": "^0.0.
|
|
42
|
+
"@jebgem/model": "^0.0.71",
|
|
43
43
|
"rxjs": "^7.8.1",
|
|
44
44
|
"zone.js": "~0.15.0"
|
|
45
45
|
},
|