@eric-emg/symphiq-components 1.2.442 → 1.2.443
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/package.json +1 -1
- package/styles.css +8 -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.443",
|
|
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
|
@@ -4373,6 +4373,14 @@
|
|
|
4373
4373
|
--tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
|
|
4374
4374
|
--tw-gradient-stops: var(--tw-gradient-via-stops);
|
|
4375
4375
|
}
|
|
4376
|
+
.via-blue-50\/30 {
|
|
4377
|
+
--tw-gradient-via: color-mix(in srgb, oklch(97% 0.014 254.604) 30%, transparent);
|
|
4378
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
4379
|
+
--tw-gradient-via: color-mix(in oklab, var(--color-blue-50) 30%, transparent);
|
|
4380
|
+
}
|
|
4381
|
+
--tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
|
|
4382
|
+
--tw-gradient-stops: var(--tw-gradient-via-stops);
|
|
4383
|
+
}
|
|
4376
4384
|
.via-blue-400\/20 {
|
|
4377
4385
|
--tw-gradient-via: color-mix(in srgb, oklch(70.7% 0.165 254.624) 20%, transparent);
|
|
4378
4386
|
@supports (color: color-mix(in lab, red, red)) {
|