@eric-emg/symphiq-components 1.2.136 → 1.2.138
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 +327 -260
- package/fesm2022/symphiq-components.mjs.map +1 -1
- package/index.d.ts +40 -39
- package/index.d.ts.map +1 -1
- package/package.json +1 -1
- package/styles.css +6 -0
package/styles.css
CHANGED
|
@@ -868,6 +868,9 @@
|
|
|
868
868
|
.min-h-\[0\.75rem\] {
|
|
869
869
|
min-height: 0.75rem;
|
|
870
870
|
}
|
|
871
|
+
.min-h-\[0\.375rem\] {
|
|
872
|
+
min-height: 0.375rem;
|
|
873
|
+
}
|
|
871
874
|
.min-h-\[0\.625rem\] {
|
|
872
875
|
min-height: 0.625rem;
|
|
873
876
|
}
|
|
@@ -1045,6 +1048,9 @@
|
|
|
1045
1048
|
.min-w-\[0\.75rem\] {
|
|
1046
1049
|
min-width: 0.75rem;
|
|
1047
1050
|
}
|
|
1051
|
+
.min-w-\[0\.375rem\] {
|
|
1052
|
+
min-width: 0.375rem;
|
|
1053
|
+
}
|
|
1048
1054
|
.min-w-\[0\.625rem\] {
|
|
1049
1055
|
min-width: 0.625rem;
|
|
1050
1056
|
}
|