@yuno-payments/dashboard-design-system 2.9.2 → 2.9.3

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.
@@ -6,9 +6,9 @@ import { Calendar as B } from "./calendar.js";
6
6
  import { Popover as S, PopoverTrigger as D, PopoverContent as L } from "./popover.js";
7
7
  import { Field as R, FieldDescription as T, FieldError as z } from "./field.js";
8
8
  import A from "../../node_modules/lucide-react/dist/esm/icons/calendar.js";
9
- import G from "../../node_modules/lucide-react/dist/esm/icons/chevron-down.js";
10
- import { Label as H } from "../../components/atoms/label/label.js";
11
- import { format as J } from "../../node_modules/date-fns/format.js";
9
+ import { format as G } from "../../node_modules/date-fns/format.js";
10
+ import H from "../../node_modules/lucide-react/dist/esm/icons/chevron-down.js";
11
+ import { Label as J } from "../../components/atoms/label/label.js";
12
12
  function ee({
13
13
  date: s,
14
14
  onChange: j,
@@ -52,9 +52,9 @@ function ee({
52
52
  children: [
53
53
  /* @__PURE__ */ e.jsxs("div", { className: "flex items-center gap-2", children: [
54
54
  $ && /* @__PURE__ */ e.jsx(A, { className: "h-4 w-4" }),
55
- s ? J(s, w) : /* @__PURE__ */ e.jsx("span", { children: v })
55
+ s ? G(s, w) : /* @__PURE__ */ e.jsx("span", { children: v })
56
56
  ] }),
57
- x && /* @__PURE__ */ e.jsx(G, { className: "h-4 w-4 opacity-50" })
57
+ x && /* @__PURE__ */ e.jsx(H, { className: "h-4 w-4 opacity-50" })
58
58
  ]
59
59
  }
60
60
  ) }),
@@ -87,7 +87,7 @@ function ee({
87
87
  className: u("w-full", f),
88
88
  children: [
89
89
  (l || n || d) && /* @__PURE__ */ e.jsx(
90
- H,
90
+ J,
91
91
  {
92
92
  htmlFor: r,
93
93
  info: n,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yuno-payments/dashboard-design-system",
3
- "version": "2.9.2",
3
+ "version": "2.9.3",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",
@@ -1,6 +1,6 @@
1
1
  {
2
- "version": "2.9.2",
3
- "generatedAt": "2026-06-01T20:26:17.423Z",
2
+ "version": "2.9.3",
3
+ "generatedAt": "2026-06-01T20:59:40.131Z",
4
4
  "components": [
5
5
  {
6
6
  "name": "AccessDeniedAlert",