@eric-emg/symphiq-components 1.2.370 → 1.2.371
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 +110 -97
- package/fesm2022/symphiq-components.mjs.map +1 -1
- package/package.json +1 -1
- package/styles.css +6 -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.371",
|
|
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
|
@@ -10000,6 +10000,12 @@
|
|
|
10000
10000
|
}
|
|
10001
10001
|
}
|
|
10002
10002
|
}
|
|
10003
|
+
.\[\&\.is-sticky\]\:text-lg {
|
|
10004
|
+
&.is-sticky {
|
|
10005
|
+
font-size: var(--text-lg);
|
|
10006
|
+
line-height: var(--tw-leading, var(--text-lg--line-height));
|
|
10007
|
+
}
|
|
10008
|
+
}
|
|
10003
10009
|
.\[\&\.is-sticky\]\:backdrop-blur-sm {
|
|
10004
10010
|
&.is-sticky {
|
|
10005
10011
|
--tw-backdrop-blur: blur(var(--blur-sm));
|