@fileverse/ui 4.1.6-patch-7.1 → 4.1.6-patch-8

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 +4 -3
  2. package/package.json +1 -1
package/dist/index.es.js CHANGED
@@ -66320,12 +66320,13 @@ const hje = y.forwardRef(
66320
66320
  r
66321
66321
  ),
66322
66322
  ...s,
66323
- children: /* @__PURE__ */ l.jsxs("div", { className: "flex items-center gap-1 text-sm", children: [
66323
+ children: /* @__PURE__ */ l.jsxs("div", { className: "flex items-center gap-1 text-body-sm", children: [
66324
66324
  /* @__PURE__ */ l.jsx(
66325
66325
  ir,
66326
66326
  {
66327
66327
  ref: u,
66328
66328
  picker: M,
66329
+ period: d,
66329
66330
  date: e,
66330
66331
  setDate: t,
66331
66332
  disabled: o,
@@ -66333,7 +66334,7 @@ const hje = y.forwardRef(
66333
66334
  "aria-label": "Hours"
66334
66335
  }
66335
66336
  ),
66336
- /* @__PURE__ */ l.jsx("span", { className: "text-muted-foreground", children: ":" }),
66337
+ /* @__PURE__ */ l.jsx("span", { className: "color-text-secondary", children: ":" }),
66337
66338
  /* @__PURE__ */ l.jsx(
66338
66339
  ir,
66339
66340
  {
@@ -66348,7 +66349,7 @@ const hje = y.forwardRef(
66348
66349
  }
66349
66350
  ),
66350
66351
  a && /* @__PURE__ */ l.jsxs(l.Fragment, { children: [
66351
- /* @__PURE__ */ l.jsx("span", { className: "text-muted-foreground", children: ":" }),
66352
+ /* @__PURE__ */ l.jsx("span", { className: "color-text-secondary", children: ":" }),
66352
66353
  /* @__PURE__ */ l.jsx(
66353
66354
  ir,
66354
66355
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fileverse/ui",
3
- "version": "4.1.6-patch-7.1",
3
+ "version": "4.1.6-patch-8",
4
4
  "files": [
5
5
  "/dist"
6
6
  ],