@imj_media/ui 1.2.38 → 1.2.39
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/CHANGELOG.md +5 -0
- package/dist/index.css +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -24109,7 +24109,7 @@ const H1 = ({
|
|
|
24109
24109
|
classNameLabel: p
|
|
24110
24110
|
}) => {
|
|
24111
24111
|
const h = t || r, m = {
|
|
24112
|
-
sm: "ui-h-
|
|
24112
|
+
sm: "ui-h-[14px] ui-w-[14px]",
|
|
24113
24113
|
md: "ui-h-16 ui-w-16"
|
|
24114
24114
|
}, L = {
|
|
24115
24115
|
sm: "ui-w-[8px] ui-h-[10px]",
|