lkd-web-kit 0.9.1 → 0.9.2

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.
@@ -8,6 +8,9 @@ var pxBySize = {
8
8
  md: 60,
9
9
  lg: 84
10
10
  };
11
+ /**
12
+ * @deprecated Use Mantine's EmptyState from @mantine/core instead.
13
+ */
11
14
  var EmptyState = ({ label, action, icon, size = "md", ...props }) => {
12
15
  const { colors } = (0, _mantine_core.useMantineTheme)();
13
16
  return /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("div", {
@@ -1,5 +1,8 @@
1
1
  import { ComponentProps, ReactNode } from 'react';
2
2
  import { IconFC } from '../Icon';
3
+ /**
4
+ * @deprecated Use Mantine's EmptyState from @mantine/core instead.
5
+ */
3
6
  export interface EmptyProps extends ComponentProps<'div'> {
4
7
  label: ReactNode;
5
8
  action?: ReactNode;
@@ -11,6 +14,9 @@ declare const pxBySize: {
11
14
  md: number;
12
15
  lg: number;
13
16
  };
17
+ /**
18
+ * @deprecated Use Mantine's EmptyState from @mantine/core instead.
19
+ */
14
20
  export declare const EmptyState: ({ label, action, icon, size, ...props }: EmptyProps) => import("react/jsx-runtime").JSX.Element;
15
21
  export {};
16
22
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/EmptyState/index.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AACjD,OAAO,EAAQ,MAAM,EAAE,MAAM,SAAS,CAAA;AAEtC,MAAM,WAAW,UAAW,SAAQ,cAAc,CAAC,KAAK,CAAC;IACvD,KAAK,EAAE,SAAS,CAAA;IAChB,MAAM,CAAC,EAAE,SAAS,CAAA;IAClB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,IAAI,CAAC,EAAE,MAAM,OAAO,QAAQ,CAAA;CAC7B;AAED,QAAA,MAAM,QAAQ;;;;CAIb,CAAA;AAED,eAAO,MAAM,UAAU,GAAI,yCAAgD,UAAU,4CAkCpF,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/EmptyState/index.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AACjD,OAAO,EAAQ,MAAM,EAAE,MAAM,SAAS,CAAA;AAEtC;;GAEG;AACH,MAAM,WAAW,UAAW,SAAQ,cAAc,CAAC,KAAK,CAAC;IACvD,KAAK,EAAE,SAAS,CAAA;IAChB,MAAM,CAAC,EAAE,SAAS,CAAA;IAClB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,IAAI,CAAC,EAAE,MAAM,OAAO,QAAQ,CAAA;CAC7B;AAED,QAAA,MAAM,QAAQ;;;;CAIb,CAAA;AAED;;GAEG;AACH,eAAO,MAAM,UAAU,GAAI,yCAAgD,UAAU,4CAkCpF,CAAA"}
@@ -7,6 +7,9 @@ var pxBySize = {
7
7
  md: 60,
8
8
  lg: 84
9
9
  };
10
+ /**
11
+ * @deprecated Use Mantine's EmptyState from @mantine/core instead.
12
+ */
10
13
  var EmptyState = ({ label, action, icon, size = "md", ...props }) => {
11
14
  const { colors } = useMantineTheme();
12
15
  return /* @__PURE__ */ jsxs("div", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lkd-web-kit",
3
- "version": "0.9.1",
3
+ "version": "0.9.2",
4
4
  "description": "A template for creating React component libraries with Vite.",
5
5
  "author": "LKD",
6
6
  "license": "MIT",
@@ -52,18 +52,18 @@
52
52
  "vitest": "^4.1.5"
53
53
  },
54
54
  "peerDependencies": {
55
- "@mantine/core": "^9.3.1",
56
- "@mantine/dates": "^9.3.1",
57
- "@mantine/hooks": "^9.3.1",
58
- "@mantine/notifications": "^9.3.1",
59
- "@tanstack/react-query": "^5.101.0",
60
- "@tanstack/react-virtual": "^3.14.2",
55
+ "@mantine/core": "^9.4.1",
56
+ "@mantine/dates": "^9.4.1",
57
+ "@mantine/hooks": "^9.4.1",
58
+ "@mantine/notifications": "^9.4.1",
59
+ "@tanstack/react-query": "^5.101.2",
60
+ "@tanstack/react-virtual": "^3.14.4",
61
61
  "clsx": "^2.1.1",
62
62
  "ky": "^2.0.2",
63
- "next": "^16.2.7",
63
+ "next": "^16.2.9",
64
64
  "react": "^19.2.7",
65
65
  "react-dom": "^19.2.7",
66
- "react-hook-form": "^7.78.0",
66
+ "react-hook-form": "^7.80.0",
67
67
  "react-query-kit": "^3.3.4",
68
68
  "zod": "^4.4.3"
69
69
  },
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=index.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.test.d.ts","sourceRoot":"","sources":["../../../src/components/InfinitySelect/index.test.tsx"],"names":[],"mappings":""}