hive-react-kit 1.6.9 → 1.7.1
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/dist/build.css +5 -0
- package/dist/index.cjs.js +37 -37
- package/dist/index.esm.js +2308 -2302
- package/dist/types/post.d.ts +2 -0
- package/package.json +1 -1
package/dist/build.css
CHANGED
|
@@ -5113,6 +5113,11 @@
|
|
|
5113
5113
|
line-height: var(--tw-leading, var(--text-xs--line-height));
|
|
5114
5114
|
}
|
|
5115
5115
|
}
|
|
5116
|
+
.sm\:text-\[10px\] {
|
|
5117
|
+
@media (width >= 40rem) {
|
|
5118
|
+
font-size: 10px;
|
|
5119
|
+
}
|
|
5120
|
+
}
|
|
5116
5121
|
.sm\:leading-relaxed {
|
|
5117
5122
|
@media (width >= 40rem) {
|
|
5118
5123
|
--tw-leading: var(--leading-relaxed);
|