@eric-emg/symphiq-components 1.2.206 → 1.2.208
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 +115 -110
- package/fesm2022/symphiq-components.mjs.map +1 -1
- package/package.json +1 -1
- package/styles.css +3 -3
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.208",
|
|
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
|
@@ -654,6 +654,9 @@
|
|
|
654
654
|
.mr-4 {
|
|
655
655
|
margin-right: calc(var(--spacing) * 4);
|
|
656
656
|
}
|
|
657
|
+
.mb-0 {
|
|
658
|
+
margin-bottom: calc(var(--spacing) * 0);
|
|
659
|
+
}
|
|
657
660
|
.mb-0\.5 {
|
|
658
661
|
margin-bottom: calc(var(--spacing) * 0.5);
|
|
659
662
|
}
|
|
@@ -2908,9 +2911,6 @@
|
|
|
2908
2911
|
background-color: color-mix(in oklab, var(--color-purple-500) 40%, transparent);
|
|
2909
2912
|
}
|
|
2910
2913
|
}
|
|
2911
|
-
.bg-purple-600 {
|
|
2912
|
-
background-color: var(--color-purple-600);
|
|
2913
|
-
}
|
|
2914
2914
|
.bg-purple-600\/80 {
|
|
2915
2915
|
background-color: color-mix(in srgb, oklch(55.8% 0.288 302.321) 80%, transparent);
|
|
2916
2916
|
@supports (color: color-mix(in lab, red, red)) {
|