@eric-emg/symphiq-components 1.2.183 → 1.2.185
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/fesm2022/symphiq-components.mjs +28 -28
- package/fesm2022/symphiq-components.mjs.map +1 -1
- package/index.d.ts +1 -1
- package/package.json +1 -1
- package/styles.css +3 -0
package/index.d.ts
CHANGED
|
@@ -3684,7 +3684,7 @@ declare class IndeterminateSpinnerComponent {
|
|
|
3684
3684
|
circleRadius: _angular_core.Signal<16 | 36 | 26>;
|
|
3685
3685
|
svgCircleRadius: _angular_core.Signal<number>;
|
|
3686
3686
|
strokeWidth: _angular_core.Signal<2 | 3 | 2.5>;
|
|
3687
|
-
dotSize: _angular_core.Signal<
|
|
3687
|
+
dotSize: _angular_core.Signal<5 | 10 | 7>;
|
|
3688
3688
|
containerClasses: _angular_core.Signal<{
|
|
3689
3689
|
'w-10 h-10': boolean;
|
|
3690
3690
|
'w-16 h-16': 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.185",
|
|
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",
|