@eric-emg/symphiq-components 1.2.343 → 1.2.345
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 +284 -220
- 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.345",
|
|
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
|
@@ -1166,6 +1166,9 @@
|
|
|
1166
1166
|
.min-w-\[180px\] {
|
|
1167
1167
|
min-width: 180px;
|
|
1168
1168
|
}
|
|
1169
|
+
.min-w-\[200px\] {
|
|
1170
|
+
min-width: 200px;
|
|
1171
|
+
}
|
|
1169
1172
|
.min-w-\[260px\] {
|
|
1170
1173
|
min-width: 260px;
|
|
1171
1174
|
}
|
|
@@ -5402,6 +5405,9 @@
|
|
|
5402
5405
|
.px-8 {
|
|
5403
5406
|
padding-inline: calc(var(--spacing) * 8);
|
|
5404
5407
|
}
|
|
5408
|
+
.px-12 {
|
|
5409
|
+
padding-inline: calc(var(--spacing) * 12);
|
|
5410
|
+
}
|
|
5405
5411
|
.py-0\.5 {
|
|
5406
5412
|
padding-block: calc(var(--spacing) * 0.5);
|
|
5407
5413
|
}
|
|
@@ -8088,6 +8094,14 @@
|
|
|
8088
8094
|
}
|
|
8089
8095
|
}
|
|
8090
8096
|
}
|
|
8097
|
+
.hover\:from-emerald-600 {
|
|
8098
|
+
&:hover {
|
|
8099
|
+
@media (hover: hover) {
|
|
8100
|
+
--tw-gradient-from: var(--color-emerald-600);
|
|
8101
|
+
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
|
8102
|
+
}
|
|
8103
|
+
}
|
|
8104
|
+
}
|
|
8091
8105
|
.hover\:from-emerald-700 {
|
|
8092
8106
|
&:hover {
|
|
8093
8107
|
@media (hover: hover) {
|