@ws-ui/shared 0.0.44 → 0.0.45
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/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +2 -2
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -3265,7 +3265,7 @@ const hx = ({ depth: e, height: r = 24, width: n = 14, showLines: o = !0 }) => {
|
|
|
3265
3265
|
_u,
|
|
3266
3266
|
{
|
|
3267
3267
|
className: $t([
|
|
3268
|
-
"h-
|
|
3268
|
+
"h-3 w-3 transform text-grey-50 transition ease-in-out",
|
|
3269
3269
|
{
|
|
3270
3270
|
"rotate-0": r,
|
|
3271
3271
|
"-rotate-90": !r
|
|
@@ -3276,7 +3276,7 @@ const hx = ({ depth: e, height: r = 24, width: n = 14, showLines: o = !0 }) => {
|
|
|
3276
3276
|
case "caret":
|
|
3277
3277
|
return r ? /* @__PURE__ */ B.jsx(_u, {}) : /* @__PURE__ */ B.jsx(IS, {});
|
|
3278
3278
|
default:
|
|
3279
|
-
return /* @__PURE__ */ B.jsx(_u, { className: "h-
|
|
3279
|
+
return /* @__PURE__ */ B.jsx(_u, { className: "h-3 w-3 transform text-grey-50 transition ease-in-out" });
|
|
3280
3280
|
}
|
|
3281
3281
|
})()
|
|
3282
3282
|
}
|