@eric-emg/symphiq-components 1.2.481 → 1.2.482
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 +47 -47
- package/fesm2022/symphiq-components.mjs.map +1 -1
- package/package.json +1 -1
- package/styles.css +0 -14
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.482",
|
|
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
|
@@ -3236,12 +3236,6 @@
|
|
|
3236
3236
|
background-color: color-mix(in oklab, var(--color-red-500) 30%, transparent);
|
|
3237
3237
|
}
|
|
3238
3238
|
}
|
|
3239
|
-
.bg-red-500\/90 {
|
|
3240
|
-
background-color: color-mix(in srgb, oklch(63.7% 0.237 25.331) 90%, transparent);
|
|
3241
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
3242
|
-
background-color: color-mix(in oklab, var(--color-red-500) 90%, transparent);
|
|
3243
|
-
}
|
|
3244
|
-
}
|
|
3245
3239
|
.bg-red-600 {
|
|
3246
3240
|
background-color: var(--color-red-600);
|
|
3247
3241
|
}
|
|
@@ -9974,14 +9968,6 @@
|
|
|
9974
9968
|
}
|
|
9975
9969
|
}
|
|
9976
9970
|
}
|
|
9977
|
-
.dark\:bg-red-600\/90 {
|
|
9978
|
-
@media (prefers-color-scheme: dark) {
|
|
9979
|
-
background-color: color-mix(in srgb, oklch(57.7% 0.245 27.325) 90%, transparent);
|
|
9980
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
9981
|
-
background-color: color-mix(in oklab, var(--color-red-600) 90%, transparent);
|
|
9982
|
-
}
|
|
9983
|
-
}
|
|
9984
|
-
}
|
|
9985
9971
|
.dark\:bg-red-900\/30 {
|
|
9986
9972
|
@media (prefers-color-scheme: dark) {
|
|
9987
9973
|
background-color: color-mix(in srgb, oklch(39.6% 0.141 25.723) 30%, transparent);
|