@eric-emg/symphiq-components 1.2.222 → 1.2.224
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 +180 -140
- package/fesm2022/symphiq-components.mjs.map +1 -1
- package/package.json +1 -1
- package/styles.css +6 -0
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.224",
|
|
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",
|
package/styles.css
CHANGED
|
@@ -447,6 +447,9 @@
|
|
|
447
447
|
.top-4 {
|
|
448
448
|
top: calc(var(--spacing) * 4);
|
|
449
449
|
}
|
|
450
|
+
.top-32 {
|
|
451
|
+
top: calc(var(--spacing) * 32);
|
|
452
|
+
}
|
|
450
453
|
.top-\[60px\] {
|
|
451
454
|
top: 60px;
|
|
452
455
|
}
|
|
@@ -516,6 +519,9 @@
|
|
|
516
519
|
.z-10 {
|
|
517
520
|
z-index: 10;
|
|
518
521
|
}
|
|
522
|
+
.z-30 {
|
|
523
|
+
z-index: 30;
|
|
524
|
+
}
|
|
519
525
|
.z-40 {
|
|
520
526
|
z-index: 40;
|
|
521
527
|
}
|