@mdtl/uikit 0.0.41 → 0.0.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.
@@ -11,7 +11,7 @@ export type PayloadType = {
11
11
  filters?: {
12
12
  operation: any;
13
13
  values: string[];
14
- fieldName?: string;
14
+ fieldName: string;
15
15
  }[];
16
16
  };
17
17
  export type CollectionPageType = {
@@ -1,4 +1,29 @@
1
1
  export declare const textfieldConfig: {
2
+ styleOverrides: {
3
+ root: {
4
+ '& input:-webkit-autofill': {
5
+ WebkitBoxShadow: string;
6
+ WebkitTextFillColor: string;
7
+ transition: string;
8
+ fontSize: string;
9
+ };
10
+ '& input:-webkit-autofill:hover': {
11
+ WebkitBoxShadow: string;
12
+ WebkitTextFillColor: string;
13
+ fontSize: string;
14
+ };
15
+ '& input:-webkit-autofill:focus': {
16
+ WebkitBoxShadow: string;
17
+ WebkitTextFillColor: string;
18
+ fontSize: string;
19
+ };
20
+ '& input:-webkit-autofill:active': {
21
+ WebkitBoxShadow: string;
22
+ WebkitTextFillColor: string;
23
+ fontSize: string;
24
+ };
25
+ };
26
+ };
2
27
  variants: ({
3
28
  style: {
4
29
  overflow: string;
package/dist/uikit.js CHANGED
@@ -4300,6 +4300,31 @@ const Kd = (e) => /* @__PURE__ */ m(st, { ...e, children: /* @__PURE__ */ m("svg
4300
4300
  checkedIcon: /* @__PURE__ */ m(Jd, {}),
4301
4301
  indeterminateIcon: /* @__PURE__ */ m(ef, {})
4302
4302
  }), of = {
4303
+ styleOverrides: {
4304
+ root: {
4305
+ "& input:-webkit-autofill": {
4306
+ WebkitBoxShadow: "none",
4307
+ WebkitTextFillColor: "inherit",
4308
+ transition: "none",
4309
+ fontSize: "inherit"
4310
+ },
4311
+ "& input:-webkit-autofill:hover": {
4312
+ WebkitBoxShadow: "none",
4313
+ WebkitTextFillColor: "inherit",
4314
+ fontSize: "inherit"
4315
+ },
4316
+ "& input:-webkit-autofill:focus": {
4317
+ WebkitBoxShadow: "none",
4318
+ WebkitTextFillColor: "inherit",
4319
+ fontSize: "inherit"
4320
+ },
4321
+ "& input:-webkit-autofill:active": {
4322
+ WebkitBoxShadow: "none",
4323
+ WebkitTextFillColor: "inherit",
4324
+ fontSize: "inherit"
4325
+ }
4326
+ }
4327
+ },
4303
4328
  variants: [
4304
4329
  {
4305
4330
  style: {
@@ -5414,6 +5439,7 @@ const Kd = (e) => /* @__PURE__ */ m(st, { ...e, children: /* @__PURE__ */ m("svg
5414
5439
  }
5415
5440
  }
5416
5441
  }, $f = {
5442
+ cssVariables: !0,
5417
5443
  palette: {
5418
5444
  text: {
5419
5445
  primary: z.blackBlue[100],
@@ -18056,7 +18082,14 @@ const uy = (e) => /* @__PURE__ */ ie(pt, { direction: "row", children: [
18056
18082
  /* @__PURE__ */ m("circle", { cx: "12", cy: "14", r: "1", fill: "currentColor" }),
18057
18083
  /* @__PURE__ */ m("circle", { cx: "12", cy: "18", r: "1", fill: "currentColor" })
18058
18084
  ] }) }), vy = yt(yy), b1 = (e) => {
18059
- const { isModal: t = !0, isResizable: n = !1, showMaximize: r = !0, width: i = "50%", minWidth: a = "25%", onOpen: s } = e, [l, c] = ct(e.activeSection || e.sections?.[0]?.id), [d, u] = ct(!1), [f, g] = ct(null), [v, y] = ct(!1), p = 3, S = uo(() => window.innerWidth * 0.97, []), w = Ot((h) => {
18085
+ const {
18086
+ isModal: t = !0,
18087
+ isResizable: n = !1,
18088
+ showMaximize: r = !0,
18089
+ width: i = "50%",
18090
+ minWidth: a = "25%",
18091
+ onOpen: s
18092
+ } = e, [l, c] = ct(e.activeSection || e.sections?.[0]?.id), [d, u] = ct(!1), [f, g] = ct(null), [v, y] = ct(!1), p = 3, S = uo(() => window.innerWidth * 0.97, []), w = Ot((h) => {
18060
18093
  if (typeof h == "string") {
18061
18094
  const k = parseFloat(h);
18062
18095
  return `${window.innerWidth * k / 100}px`;
@@ -18298,10 +18331,12 @@ const uy = (e) => /* @__PURE__ */ ie(pt, { direction: "row", children: [
18298
18331
  d: "m14 7-5 5 5 5z"
18299
18332
  }), "ArrowLeft"), Cy = oo(/* @__PURE__ */ m("path", {
18300
18333
  d: "m10 17 5-5-5-5z"
18301
- }), "ArrowRight"), Gs = yt(({ hierarchicalMenuLTR: e, isHierarchical: t }) => /* @__PURE__ */ m(st, { fontSize: "s", children: t && /* @__PURE__ */ ie(tn, { children: [
18302
- !e && /* @__PURE__ */ m(xy, {}),
18303
- e && /* @__PURE__ */ m(Cy, {})
18304
- ] }) })), Sy = yt(
18334
+ }), "ArrowRight"), Gs = yt(
18335
+ ({ hierarchicalMenuLTR: e, isHierarchical: t }) => /* @__PURE__ */ m(st, { fontSize: "s", children: t && /* @__PURE__ */ ie(tn, { children: [
18336
+ !e && /* @__PURE__ */ m(xy, {}),
18337
+ e && /* @__PURE__ */ m(Cy, {})
18338
+ ] }) })
18339
+ ), Sy = yt(
18305
18340
  ({
18306
18341
  anchorEl: e,
18307
18342
  setAnchorEl: t,
@@ -18494,7 +18529,7 @@ const uy = (e) => /* @__PURE__ */ ie(pt, { direction: "row", children: [
18494
18529
  color: "text",
18495
18530
  onClick: u,
18496
18531
  ...t,
18497
- children: /* @__PURE__ */ m(kc, {})
18532
+ children: /* @__PURE__ */ m(kc, { color: "action" })
18498
18533
  }
18499
18534
  ),
18500
18535
  /* @__PURE__ */ m(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mdtl/uikit",
3
- "version": "0.0.41",
3
+ "version": "0.0.43",
4
4
  "type": "module",
5
5
  "main": "./dist/uikit.js",
6
6
  "types": "./dist/index.d.ts",