nectiasw 0.0.149 → 0.0.151

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.
@@ -3,6 +3,7 @@ export interface ScheduleCardProps {
3
3
  bgColor?: string;
4
4
  padding?: string;
5
5
  children: React.ReactNode;
6
+ className?: string;
6
7
  }
7
8
  export interface HeaderProps {
8
9
  display?: string;
@@ -23,6 +23,7 @@ export type GridProps = {
23
23
  gapY?: number;
24
24
  autofill?: boolean;
25
25
  children?: React.ReactNode;
26
+ className?: string;
26
27
  };
27
28
  export type ColspanProps = {
28
29
  md?: number;
package/dist/index.es.js CHANGED
@@ -30941,7 +30941,7 @@ const Vre = (e) => e === "0" ? "0" : "", Gre = (e, n, t) => {
30941
30941
  maxLength: a,
30942
30942
  ...s
30943
30943
  }
30944
- ), eie = (e) => e.autofill ? /* @__PURE__ */ B(
30944
+ ), eie = (e) => e.className ? /* @__PURE__ */ B("div", { className: e.className, children: e.children }) : e.autofill ? /* @__PURE__ */ B(
30945
30945
  "div",
30946
30946
  {
30947
30947
  className: we(
@@ -43982,8 +43982,18 @@ const hA = 2, Ni = {
43982
43982
  borderColor: e,
43983
43983
  bgColor: n,
43984
43984
  padding: t,
43985
- children: r
43986
- }) => /* @__PURE__ */ B(qae, { borderColor: e, bgColor: n, padding: t, children: r }), Mfe = ({
43985
+ children: r,
43986
+ className: i
43987
+ }) => /* @__PURE__ */ B(
43988
+ qae,
43989
+ {
43990
+ className: i,
43991
+ borderColor: e,
43992
+ bgColor: n,
43993
+ padding: t,
43994
+ children: r
43995
+ }
43996
+ ), Mfe = ({
43987
43997
  display: e,
43988
43998
  justifyContent: n,
43989
43999
  children: t