@fileverse/ui 4.1.7-patch-42 → 4.1.7-patch-43

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.
Files changed (2) hide show
  1. package/dist/index.es.js +10 -6
  2. package/package.json +1 -1
package/dist/index.es.js CHANGED
@@ -5278,8 +5278,8 @@ const qje = E1(
5278
5278
  }
5279
5279
  ),
5280
5280
  LineHeight: ({
5281
- width: e = 20,
5282
- height: t = 20,
5281
+ width: e = 30,
5282
+ height: t = 30,
5283
5283
  color: n = "currentColor",
5284
5284
  ...a
5285
5285
  }) => /* @__PURE__ */ f.jsxs(
@@ -5296,28 +5296,32 @@ const qje = E1(
5296
5296
  "path",
5297
5297
  {
5298
5298
  d: "M4.47433 3.52051C4.80164 3.25359 5.28416 3.27239 5.58924 3.57747L8.08924 6.07747C8.41463 6.4029 8.41463 6.93043 8.08924 7.25586C7.76382 7.58128 7.2363 7.58126 6.91086 7.25586L5.83338 6.17838V13.8216L6.91086 12.7441C7.23629 12.4187 7.76381 12.4187 8.08924 12.7441C8.41461 13.0696 8.41465 13.5971 8.08924 13.9225L5.58924 16.4225C5.26383 16.7479 4.7363 16.7479 4.41086 16.4225L1.91086 13.9225C1.58542 13.5971 1.58542 13.0696 1.91086 12.7441C2.23629 12.4187 2.76381 12.4187 3.08924 12.7441L4.16672 13.8216V6.17838L3.08924 7.25586C2.76382 7.58128 2.2363 7.58126 1.91086 7.25586C1.58542 6.93042 1.58542 6.40291 1.91086 6.07747L4.41086 3.57747L4.47433 3.52051Z",
5299
- fill: n
5299
+ fill: n,
5300
+ stroke: "transparent"
5300
5301
  }
5301
5302
  ),
5302
5303
  /* @__PURE__ */ f.jsx(
5303
5304
  "path",
5304
5305
  {
5305
5306
  d: "M17.5 14.1667C17.9603 14.1667 18.3334 14.5398 18.3334 15C18.3334 15.4602 17.9603 15.8333 17.5 15.8333H10.8334C10.3731 15.8333 10 15.4602 10 15C10 14.5398 10.3731 14.1667 10.8334 14.1667H17.5Z",
5306
- fill: n
5307
+ fill: n,
5308
+ stroke: "transparent"
5307
5309
  }
5308
5310
  ),
5309
5311
  /* @__PURE__ */ f.jsx(
5310
5312
  "path",
5311
5313
  {
5312
5314
  d: "M17.5 9.16667C17.9603 9.1667 18.3334 9.53978 18.3334 10C18.3334 10.4602 17.9603 10.8333 17.5 10.8333H10.8334C10.3731 10.8333 10 10.4602 10 10C10 9.53976 10.3731 9.16667 10.8334 9.16667H17.5Z",
5313
- fill: n
5315
+ fill: n,
5316
+ stroke: "transparent"
5314
5317
  }
5315
5318
  ),
5316
5319
  /* @__PURE__ */ f.jsx(
5317
5320
  "path",
5318
5321
  {
5319
5322
  d: "M17.5 4.16667C17.9603 4.1667 18.3334 4.53978 18.3334 5C18.3334 5.46022 17.9603 5.8333 17.5 5.83333H10.8334C10.3731 5.83333 10 5.46024 10 5C10 4.53976 10.3731 4.16667 10.8334 4.16667H17.5Z",
5320
- fill: n
5323
+ fill: n,
5324
+ stroke: "transparent"
5321
5325
  }
5322
5326
  )
5323
5327
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fileverse/ui",
3
- "version": "4.1.7-patch-42",
3
+ "version": "4.1.7-patch-43",
4
4
  "files": [
5
5
  "/dist"
6
6
  ],