@pixpilot/shadcn-ui 0.0.5 → 0.0.6

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.
package/dist/Button.d.cts CHANGED
@@ -1,5 +1,5 @@
1
1
  import { Button, Tooltip, buttonVariants } from "@pixpilot/shadcn";
2
- import * as react_jsx_runtime1 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime0 from "react/jsx-runtime";
3
3
  import React from "react";
4
4
  import { VariantProps } from "class-variance-authority";
5
5
 
@@ -39,7 +39,7 @@ interface ButtonProps extends React.ComponentProps<typeof Button>, VariantProps<
39
39
  }
40
40
  declare function Button$1(props: ButtonProps & {
41
41
  ref?: React.Ref<HTMLButtonElement>;
42
- }): react_jsx_runtime1.JSX.Element;
42
+ }): react_jsx_runtime0.JSX.Element;
43
43
  declare namespace Button$1 {
44
44
  var displayName: string;
45
45
  }
@@ -1,5 +1,5 @@
1
1
  import { Card } from "@pixpilot/shadcn";
2
- import * as react_jsx_runtime0 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime1 from "react/jsx-runtime";
3
3
  import React, { ReactNode } from "react";
4
4
 
5
5
  //#region src/ContentCard.d.ts
@@ -8,7 +8,7 @@ interface SectionCardProps extends React.ComponentProps<typeof Card> {
8
8
  children: ReactNode;
9
9
  marginBottom?: boolean;
10
10
  }
11
- declare function ContentCard(props: SectionCardProps): react_jsx_runtime0.JSX.Element;
11
+ declare function ContentCard(props: SectionCardProps): react_jsx_runtime1.JSX.Element;
12
12
  declare namespace ContentCard {
13
13
  var displayName: string;
14
14
  }
@@ -1,6 +1,6 @@
1
1
  import { Calendar } from "@pixpilot/shadcn";
2
2
  import { ComponentProps } from "react";
3
- import * as react_jsx_runtime3 from "react/jsx-runtime";
3
+ import * as react_jsx_runtime1 from "react/jsx-runtime";
4
4
 
5
5
  //#region src/DatePicker.d.ts
6
6
  type BaseDatePickerProps = {
@@ -8,7 +8,7 @@ type BaseDatePickerProps = {
8
8
  onChange?: (date: Date | undefined) => void;
9
9
  placeholder?: string;
10
10
  } & Omit<ComponentProps<typeof Calendar>, 'selected' | 'onSelect' | 'mode'>;
11
- declare function DatePicker(props: BaseDatePickerProps): react_jsx_runtime3.JSX.Element;
11
+ declare function DatePicker(props: BaseDatePickerProps): react_jsx_runtime1.JSX.Element;
12
12
  declare namespace DatePicker {
13
13
  var displayName: string;
14
14
  }
@@ -1,5 +1,5 @@
1
1
  import { FileUploadProps } from "@pixpilot/shadcn";
2
- import * as react_jsx_runtime1 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime3 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/FileUploadInline.d.ts
5
5
  interface FileUploadInlineProps extends Omit<FileUploadProps, 'value'> {
@@ -70,6 +70,6 @@ declare function FileUploadInline({
70
70
  maxFiles,
71
71
  multiple,
72
72
  ...rest
73
- }: FileUploadInlineProps): react_jsx_runtime1.JSX.Element;
73
+ }: FileUploadInlineProps): react_jsx_runtime3.JSX.Element;
74
74
  //#endregion
75
75
  export { FileUploadInline, FileUploadInlineProps };
@@ -1,6 +1,6 @@
1
- import * as react_jsx_runtime6 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime5 from "react/jsx-runtime";
2
2
 
3
3
  //#region src/ThemeToggle.d.ts
4
- declare function ThemeToggle(): react_jsx_runtime6.JSX.Element;
4
+ declare function ThemeToggle(): react_jsx_runtime5.JSX.Element;
5
5
  //#endregion
6
6
  export { ThemeToggle };
@@ -1,5 +1,5 @@
1
1
  import { CommandOptionListItem } from "./CommandOptionList.cjs";
2
- import * as react_jsx_runtime5 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime6 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/tags-input.d.ts
5
5
  interface TagsInputProps {
@@ -55,6 +55,6 @@ declare function TagsInput({
55
55
  addOnPaste,
56
56
  addOnTab,
57
57
  onValidate
58
- }: TagsInputProps): react_jsx_runtime5.JSX.Element;
58
+ }: TagsInputProps): react_jsx_runtime6.JSX.Element;
59
59
  //#endregion
60
60
  export { TagsInput, TagsInputProps };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pixpilot/shadcn-ui",
3
3
  "type": "module",
4
- "version": "0.0.5",
4
+ "version": "0.0.6",
5
5
  "description": "Custom UI components and utilities built with shadcn/ui.",
6
6
  "author": "m.doaie <m.doaie@hotmail.com>",
7
7
  "license": "MIT",
@@ -35,7 +35,7 @@
35
35
  "lucide-react": "0.553.0",
36
36
  "next-themes": "0.4.6",
37
37
  "sonner": "2.0.7",
38
- "@pixpilot/shadcn": "0.1.9"
38
+ "@pixpilot/shadcn": "0.1.10"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@storybook/react": "^8.5.3",
@@ -46,10 +46,10 @@
46
46
  "react-dom": "19.2.0",
47
47
  "tsdown": "^0.15.8",
48
48
  "typescript": "^5.9.3",
49
- "@internal/tsconfig": "0.1.0",
50
- "@internal/prettier-config": "0.0.1",
51
- "@internal/tsdown-config": "0.1.0",
52
49
  "@internal/eslint-config": "0.3.0",
50
+ "@internal/tsdown-config": "0.1.0",
51
+ "@internal/prettier-config": "0.0.1",
52
+ "@internal/tsconfig": "0.1.0",
53
53
  "@internal/vitest-config": "0.1.0"
54
54
  },
55
55
  "prettier": "@internal/prettier-config",