@eric-emg/symphiq-components 1.2.214 → 1.2.216
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 +320 -190
- package/fesm2022/symphiq-components.mjs.map +1 -1
- package/package.json +1 -1
- package/styles.css +14 -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.216",
|
|
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
|
@@ -7851,6 +7851,20 @@
|
|
|
7851
7851
|
}
|
|
7852
7852
|
}
|
|
7853
7853
|
}
|
|
7854
|
+
.hover\:text-purple-300 {
|
|
7855
|
+
&:hover {
|
|
7856
|
+
@media (hover: hover) {
|
|
7857
|
+
color: var(--color-purple-300);
|
|
7858
|
+
}
|
|
7859
|
+
}
|
|
7860
|
+
}
|
|
7861
|
+
.hover\:text-purple-700 {
|
|
7862
|
+
&:hover {
|
|
7863
|
+
@media (hover: hover) {
|
|
7864
|
+
color: var(--color-purple-700);
|
|
7865
|
+
}
|
|
7866
|
+
}
|
|
7867
|
+
}
|
|
7854
7868
|
.hover\:text-purple-800 {
|
|
7855
7869
|
&:hover {
|
|
7856
7870
|
@media (hover: hover) {
|