@pixpilot/shadcn-ui 3.5.1 → 3.6.0

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.
Files changed (39) hide show
  1. package/dist/absolute-fill/AbsoluteFill.d.ts +2 -2
  2. package/dist/button/Button.d.cts +2 -2
  3. package/dist/button/Button.d.ts +2 -2
  4. package/dist/button-extended/ButtonExtended.d.cts +2 -2
  5. package/dist/button-extended/ButtonExtended.d.ts +2 -2
  6. package/dist/card/Card.d.cts +3 -3
  7. package/dist/card/Card.d.ts +3 -3
  8. package/dist/color-select/ColorSelect.d.cts +2 -2
  9. package/dist/color-select/ColorSelect.d.ts +2 -2
  10. package/dist/content-card/ContentCard.d.cts +2 -2
  11. package/dist/date-picker/DatePicker.d.cts +2 -2
  12. package/dist/dialog/Dialog.d.cts +5 -5
  13. package/dist/drawer/Drawer.d.cts +6 -6
  14. package/dist/file-upload/FileUpload.d.cts +2 -2
  15. package/dist/file-upload/FileUpload.d.ts +2 -2
  16. package/dist/file-upload-inline/FileUploadInline.d.cts +2 -2
  17. package/dist/file-upload-root/FileUploadRoot.d.cts +2 -2
  18. package/dist/input/Input.d.cts +2 -2
  19. package/dist/input/Input.d.ts +2 -2
  20. package/dist/rating/Rating.d.cts +4 -4
  21. package/dist/rating/Rating.d.ts +4 -4
  22. package/dist/rich-text-editor/RichTextEditor.cjs +4 -1
  23. package/dist/rich-text-editor/RichTextEditor.d.cts +6 -3
  24. package/dist/rich-text-editor/RichTextEditor.d.ts +6 -3
  25. package/dist/rich-text-editor/RichTextEditor.js +4 -1
  26. package/dist/rich-text-editor/mcp.js +51 -8
  27. package/dist/select/Select.d.cts +2 -2
  28. package/dist/select/Select.d.ts +2 -2
  29. package/dist/tags-input/TagsInput.d.cts +2 -2
  30. package/dist/tags-input/TagsInput.d.ts +2 -2
  31. package/dist/tags-input/TagsInputInline.d.ts +2 -2
  32. package/dist/theme-toggle/ThemeModeDropdown.d.ts +2 -2
  33. package/dist/theme-toggle/ThemeModeSwitchInside.d.cts +2 -2
  34. package/dist/theme-toggle/ThemeModeSwitchInside.d.ts +2 -2
  35. package/dist/theme-toggle/ThemeModeSwitchOutside.d.cts +2 -2
  36. package/dist/theme-toggle/ThemeModeSwitchOutside.d.ts +2 -2
  37. package/dist/theme-toggle/ThemeModeToggleButton.d.cts +2 -2
  38. package/dist/theme-toggle/ThemeModeToggleButton.d.ts +2 -2
  39. package/package.json +1 -1
@@ -1,5 +1,5 @@
1
1
  import React from "react";
2
- import * as react_jsx_runtime4 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime0 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/absolute-fill/AbsoluteFill.d.ts
5
5
 
@@ -10,7 +10,7 @@ import * as react_jsx_runtime4 from "react/jsx-runtime";
10
10
  */
11
11
  declare function AbsoluteFill(props: React.HTMLAttributes<HTMLDivElement> & {
12
12
  ref?: React.Ref<HTMLDivElement>;
13
- }): react_jsx_runtime4.JSX.Element;
13
+ }): react_jsx_runtime0.JSX.Element;
14
14
  declare namespace AbsoluteFill {
15
15
  var displayName: string;
16
16
  }
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime19 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime1 from "react/jsx-runtime";
2
2
  import { Button, Tooltip, TooltipContent, TooltipTrigger, buttonVariants } from "@pixpilot/shadcn";
3
3
  import React from "react";
4
4
  import { VariantProps } from "class-variance-authority";
@@ -27,7 +27,7 @@ interface ButtonProps extends React.ComponentProps<typeof Button>, VariantProps<
27
27
  }
28
28
  declare function Button$1(props: ButtonProps & {
29
29
  ref?: React.Ref<HTMLButtonElement>;
30
- }): react_jsx_runtime19.JSX.Element;
30
+ }): react_jsx_runtime1.JSX.Element;
31
31
  declare namespace Button$1 {
32
32
  var displayName: string;
33
33
  }
@@ -1,6 +1,6 @@
1
1
  import { Button, Tooltip, TooltipContent, TooltipTrigger, buttonVariants } from "@pixpilot/shadcn";
2
2
  import React from "react";
3
- import * as react_jsx_runtime0 from "react/jsx-runtime";
3
+ import * as react_jsx_runtime1 from "react/jsx-runtime";
4
4
  import { VariantProps } from "class-variance-authority";
5
5
 
6
6
  //#region src/button/Button.d.ts
@@ -27,7 +27,7 @@ interface ButtonProps extends React.ComponentProps<typeof Button>, VariantProps<
27
27
  }
28
28
  declare function Button$1(props: ButtonProps & {
29
29
  ref?: React.Ref<HTMLButtonElement>;
30
- }): react_jsx_runtime0.JSX.Element;
30
+ }): react_jsx_runtime1.JSX.Element;
31
31
  declare namespace Button$1 {
32
32
  var displayName: string;
33
33
  }
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime0 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime5 from "react/jsx-runtime";
2
2
  import { Button, Tooltip, TooltipContent, TooltipTrigger, buttonVariants } from "@pixpilot/shadcn";
3
3
  import React from "react";
4
4
  import { VariantProps } from "class-variance-authority";
@@ -50,7 +50,7 @@ interface ButtonExtendedProps extends React.ComponentProps<typeof Button>, Varia
50
50
  }
51
51
  declare function ButtonExtended(props: ButtonExtendedProps & {
52
52
  ref?: React.Ref<HTMLButtonElement>;
53
- }): react_jsx_runtime0.JSX.Element;
53
+ }): react_jsx_runtime5.JSX.Element;
54
54
  declare namespace ButtonExtended {
55
55
  var displayName: string;
56
56
  }
@@ -1,6 +1,6 @@
1
1
  import { Button, Tooltip, TooltipContent, TooltipTrigger, buttonVariants } from "@pixpilot/shadcn";
2
2
  import React from "react";
3
- import * as react_jsx_runtime0 from "react/jsx-runtime";
3
+ import * as react_jsx_runtime2 from "react/jsx-runtime";
4
4
  import { VariantProps } from "class-variance-authority";
5
5
 
6
6
  //#region src/button-extended/ButtonExtended.d.ts
@@ -50,7 +50,7 @@ interface ButtonExtendedProps extends React.ComponentProps<typeof Button>, Varia
50
50
  }
51
51
  declare function ButtonExtended(props: ButtonExtendedProps & {
52
52
  ref?: React.Ref<HTMLButtonElement>;
53
- }): react_jsx_runtime0.JSX.Element;
53
+ }): react_jsx_runtime2.JSX.Element;
54
54
  declare namespace ButtonExtended {
55
55
  var displayName: string;
56
56
  }
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime20 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime3 from "react/jsx-runtime";
2
2
  import { Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle } from "@pixpilot/shadcn";
3
3
  import React from "react";
4
4
 
@@ -6,10 +6,10 @@ import React from "react";
6
6
  declare function CardTitle$1({
7
7
  className,
8
8
  ...props
9
- }: React.ComponentProps<typeof CardTitle>): react_jsx_runtime20.JSX.Element;
9
+ }: React.ComponentProps<typeof CardTitle>): react_jsx_runtime3.JSX.Element;
10
10
  declare function CardHeader$1({
11
11
  className,
12
12
  ...props
13
- }: React.ComponentProps<typeof CardHeader>): react_jsx_runtime20.JSX.Element;
13
+ }: React.ComponentProps<typeof CardHeader>): react_jsx_runtime3.JSX.Element;
14
14
  //#endregion
15
15
  export { Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader$1 as CardHeader, CardTitle$1 as CardTitle };
@@ -1,15 +1,15 @@
1
1
  import { Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle } from "@pixpilot/shadcn";
2
2
  import React from "react";
3
- import * as react_jsx_runtime1 from "react/jsx-runtime";
3
+ import * as react_jsx_runtime3 from "react/jsx-runtime";
4
4
 
5
5
  //#region src/card/Card.d.ts
6
6
  declare function CardTitle$1({
7
7
  className,
8
8
  ...props
9
- }: React.ComponentProps<typeof CardTitle>): react_jsx_runtime1.JSX.Element;
9
+ }: React.ComponentProps<typeof CardTitle>): react_jsx_runtime3.JSX.Element;
10
10
  declare function CardHeader$1({
11
11
  className,
12
12
  ...props
13
- }: React.ComponentProps<typeof CardHeader>): react_jsx_runtime1.JSX.Element;
13
+ }: React.ComponentProps<typeof CardHeader>): react_jsx_runtime3.JSX.Element;
14
14
  //#endregion
15
15
  export { Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader$1 as CardHeader, CardTitle$1 as CardTitle };
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime1 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime2 from "react/jsx-runtime";
2
2
  import { Select, SelectContent } from "@pixpilot/shadcn";
3
3
  import React, { ComponentProps } from "react";
4
4
 
@@ -17,6 +17,6 @@ type BaseColorSelectProps = {
17
17
  keyboardMode?: 'cycle' | 'dropdown';
18
18
  className?: string;
19
19
  } & Omit<ComponentProps<typeof Select>, 'value' | 'onValueChange' | 'children'>;
20
- declare function ColorSelect(props: BaseColorSelectProps): react_jsx_runtime1.JSX.Element;
20
+ declare function ColorSelect(props: BaseColorSelectProps): react_jsx_runtime2.JSX.Element;
21
21
  //#endregion
22
22
  export { BaseColorSelectProps, ColorSelect, ColorSelectOption };
@@ -1,6 +1,6 @@
1
1
  import { Select, SelectContent } from "@pixpilot/shadcn";
2
2
  import React, { ComponentProps } from "react";
3
- import * as react_jsx_runtime3 from "react/jsx-runtime";
3
+ import * as react_jsx_runtime5 from "react/jsx-runtime";
4
4
 
5
5
  //#region src/color-select/ColorSelect.d.ts
6
6
  interface ColorSelectOption {
@@ -17,6 +17,6 @@ type BaseColorSelectProps = {
17
17
  keyboardMode?: 'cycle' | 'dropdown';
18
18
  className?: string;
19
19
  } & Omit<ComponentProps<typeof Select>, 'value' | 'onValueChange' | 'children'>;
20
- declare function ColorSelect(props: BaseColorSelectProps): react_jsx_runtime3.JSX.Element;
20
+ declare function ColorSelect(props: BaseColorSelectProps): react_jsx_runtime5.JSX.Element;
21
21
  //#endregion
22
22
  export { BaseColorSelectProps, ColorSelect, ColorSelectOption };
@@ -1,6 +1,6 @@
1
1
  import { Card } from "../card/Card.cjs";
2
2
  import "../card/index.cjs";
3
- import * as react_jsx_runtime3 from "react/jsx-runtime";
3
+ import * as react_jsx_runtime6 from "react/jsx-runtime";
4
4
  import React, { ReactNode } from "react";
5
5
 
6
6
  //#region src/content-card/ContentCard.d.ts
@@ -9,7 +9,7 @@ interface SectionCardProps extends React.ComponentProps<typeof Card> {
9
9
  children: ReactNode;
10
10
  marginBottom?: boolean;
11
11
  }
12
- declare function ContentCard(props: SectionCardProps): react_jsx_runtime3.JSX.Element;
12
+ declare function ContentCard(props: SectionCardProps): react_jsx_runtime6.JSX.Element;
13
13
  declare namespace ContentCard {
14
14
  var displayName: string;
15
15
  }
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime4 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime7 from "react/jsx-runtime";
2
2
  import { Calendar } from "@pixpilot/shadcn";
3
3
  import { ComponentProps } from "react";
4
4
 
@@ -10,7 +10,7 @@ type DatePickerProps = {
10
10
  placeholder?: string;
11
11
  showClearButton?: boolean;
12
12
  } & Omit<ComponentProps<typeof Calendar>, 'selected' | 'onSelect' | 'mode'>;
13
- declare function DatePicker(props: DatePickerProps): react_jsx_runtime4.JSX.Element;
13
+ declare function DatePicker(props: DatePickerProps): react_jsx_runtime7.JSX.Element;
14
14
  declare namespace DatePicker {
15
15
  var displayName: string;
16
16
  }
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime5 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime8 from "react/jsx-runtime";
2
2
  import { DialogClose, DialogContent } from "@pixpilot/shadcn";
3
3
  import * as React$1 from "react";
4
4
 
@@ -10,18 +10,18 @@ declare const DialogContent$1: React$1.ForwardRefExoticComponent<DialogContentPr
10
10
  declare function DialogHeader({
11
11
  className,
12
12
  ...props
13
- }: React$1.HTMLAttributes<HTMLDivElement>): react_jsx_runtime5.JSX.Element;
13
+ }: React$1.HTMLAttributes<HTMLDivElement>): react_jsx_runtime8.JSX.Element;
14
14
  declare function DialogBody({
15
15
  className,
16
16
  ...props
17
- }: React$1.HTMLAttributes<HTMLDivElement>): react_jsx_runtime5.JSX.Element;
17
+ }: React$1.HTMLAttributes<HTMLDivElement>): react_jsx_runtime8.JSX.Element;
18
18
  declare function DialogFooter({
19
19
  className,
20
20
  ...props
21
- }: React$1.HTMLAttributes<HTMLDivElement>): react_jsx_runtime5.JSX.Element;
21
+ }: React$1.HTMLAttributes<HTMLDivElement>): react_jsx_runtime8.JSX.Element;
22
22
  declare function DialogClose$1({
23
23
  className,
24
24
  ...props
25
- }: React$1.ComponentPropsWithoutRef<typeof DialogClose>): react_jsx_runtime5.JSX.Element;
25
+ }: React$1.ComponentPropsWithoutRef<typeof DialogClose>): react_jsx_runtime8.JSX.Element;
26
26
  //#endregion
27
27
  export { DialogBody, DialogClose$1 as DialogClose, DialogContent$1 as DialogContent, DialogContentProps, DialogFooter, DialogHeader };
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime9 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime12 from "react/jsx-runtime";
2
2
  import { Drawer, DrawerClose, DrawerContent } from "@pixpilot/shadcn";
3
3
  import * as React$1 from "react";
4
4
  import * as _radix_ui_react_dialog0 from "@radix-ui/react-dialog";
@@ -22,7 +22,7 @@ type DrawerProps = React$1.ComponentProps<typeof Drawer> & NoDragProps;
22
22
  declare function Drawer$1({
23
23
  noDrag,
24
24
  ...props
25
- }: DrawerProps): react_jsx_runtime9.JSX.Element;
25
+ }: DrawerProps): react_jsx_runtime12.JSX.Element;
26
26
  type DrawerContentProps = React$1.ComponentPropsWithoutRef<typeof DrawerContent> & NoDragProps & {
27
27
  /**
28
28
  * Detach the drawer from the viewport edges: adds a gap on every side and
@@ -45,21 +45,21 @@ declare function DrawerHeader({
45
45
  className,
46
46
  noDrag,
47
47
  ...props
48
- }: React$1.HTMLAttributes<HTMLDivElement> & NoDragProps): react_jsx_runtime9.JSX.Element;
48
+ }: React$1.HTMLAttributes<HTMLDivElement> & NoDragProps): react_jsx_runtime12.JSX.Element;
49
49
  declare function DrawerBody({
50
50
  className,
51
51
  noDrag,
52
52
  ...props
53
- }: React$1.HTMLAttributes<HTMLDivElement> & NoDragProps): react_jsx_runtime9.JSX.Element;
53
+ }: React$1.HTMLAttributes<HTMLDivElement> & NoDragProps): react_jsx_runtime12.JSX.Element;
54
54
  declare function DrawerFooter({
55
55
  className,
56
56
  noDrag,
57
57
  ...props
58
- }: React$1.HTMLAttributes<HTMLDivElement> & NoDragProps): react_jsx_runtime9.JSX.Element;
58
+ }: React$1.HTMLAttributes<HTMLDivElement> & NoDragProps): react_jsx_runtime12.JSX.Element;
59
59
  declare function DrawerClose$1({
60
60
  className,
61
61
  noDrag,
62
62
  ...props
63
- }: React$1.ComponentPropsWithoutRef<typeof DrawerClose> & NoDragProps): react_jsx_runtime9.JSX.Element;
63
+ }: React$1.ComponentPropsWithoutRef<typeof DrawerClose> & NoDragProps): react_jsx_runtime12.JSX.Element;
64
64
  //#endregion
65
65
  export { Drawer$1 as Drawer, DrawerBody, DrawerClose$1 as DrawerClose, DrawerContent$1 as DrawerContent, DrawerContentProps, DrawerFooter, DrawerHeader, DrawerProps };
@@ -1,7 +1,7 @@
1
1
  import { FileUploadProps } from "./types/index.cjs";
2
- import * as react_jsx_runtime2 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime0 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/file-upload/FileUpload.d.ts
5
- declare function FileUpload(props: FileUploadProps): react_jsx_runtime2.JSX.Element;
5
+ declare function FileUpload(props: FileUploadProps): react_jsx_runtime0.JSX.Element;
6
6
  //#endregion
7
7
  export { FileUpload };
@@ -1,7 +1,7 @@
1
1
  import { FileUploadProps } from "./types/index.js";
2
- import * as react_jsx_runtime5 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime0 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/file-upload/FileUpload.d.ts
5
- declare function FileUpload(props: FileUploadProps): react_jsx_runtime5.JSX.Element;
5
+ declare function FileUpload(props: FileUploadProps): react_jsx_runtime0.JSX.Element;
6
6
  //#endregion
7
7
  export { FileUpload };
@@ -1,10 +1,10 @@
1
1
  import { FileUploadInlineProps } from "./types.cjs";
2
- import * as react_jsx_runtime22 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime18 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/file-upload-inline/FileUploadInline.d.ts
5
5
  /**
6
6
  * FileUploadInline - An inline file upload component using FileUpload primitives
7
7
  */
8
- declare function FileUploadInline(props: FileUploadInlineProps): react_jsx_runtime22.JSX.Element;
8
+ declare function FileUploadInline(props: FileUploadInlineProps): react_jsx_runtime18.JSX.Element;
9
9
  //#endregion
10
10
  export { FileUploadInline };
@@ -1,11 +1,11 @@
1
1
  import { FileUploadRootProps } from "./types.cjs";
2
- import * as react_jsx_runtime15 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime19 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/file-upload-root/FileUploadRoot.d.ts
5
5
  /**
6
6
  * FileUploadInline - An inline file upload component using FileUpload primitives
7
7
  */
8
- declare function FileUploadRoot(props: FileUploadRootProps): react_jsx_runtime15.JSX.Element;
8
+ declare function FileUploadRoot(props: FileUploadRootProps): react_jsx_runtime19.JSX.Element;
9
9
  declare namespace FileUploadRoot {
10
10
  var displayName: string;
11
11
  }
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime14 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime17 from "react/jsx-runtime";
2
2
  import { InputProps } from "@pixpilot/shadcn";
3
3
  import * as React$1 from "react";
4
4
 
@@ -10,6 +10,6 @@ type InputProps$1 = InputProps & {
10
10
  prefixClassName?: string;
11
11
  suffixClassName?: string;
12
12
  };
13
- declare function Input(props: InputProps$1): react_jsx_runtime14.JSX.Element;
13
+ declare function Input(props: InputProps$1): react_jsx_runtime17.JSX.Element;
14
14
  //#endregion
15
15
  export { Input, InputProps$1 as InputProps };
@@ -1,6 +1,6 @@
1
1
  import { InputProps } from "@pixpilot/shadcn";
2
2
  import * as React$1 from "react";
3
- import * as react_jsx_runtime28 from "react/jsx-runtime";
3
+ import * as react_jsx_runtime19 from "react/jsx-runtime";
4
4
 
5
5
  //#region src/input/Input.d.ts
6
6
  type InputProps$1 = InputProps & {
@@ -10,6 +10,6 @@ type InputProps$1 = InputProps & {
10
10
  prefixClassName?: string;
11
11
  suffixClassName?: string;
12
12
  };
13
- declare function Input$1(props: InputProps$1): react_jsx_runtime28.JSX.Element;
13
+ declare function Input$1(props: InputProps$1): react_jsx_runtime19.JSX.Element;
14
14
  //#endregion
15
15
  export { Input$1 as Input, InputProps$1 as InputProps };
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime16 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime20 from "react/jsx-runtime";
2
2
  import * as React$1 from "react";
3
3
  import { VariantProps } from "class-variance-authority";
4
4
  import * as class_variance_authority_types0 from "class-variance-authority/types";
@@ -10,7 +10,7 @@ interface RatingOption {
10
10
  value: number;
11
11
  }
12
12
  declare const ratingVariants: (props?: ({
13
- size?: "sm" | "default" | "lg" | "xl" | null | undefined;
13
+ size?: "default" | "sm" | "lg" | "xl" | null | undefined;
14
14
  } & class_variance_authority_types0.ClassProp) | undefined) => string;
15
15
  type RatingSize = VariantProps<typeof ratingVariants>['size'];
16
16
  type IconType = 'star' | 'circle';
@@ -35,7 +35,7 @@ declare function RatingButton({
35
35
  index,
36
36
  className,
37
37
  ...props
38
- }: RatingButtonProps): react_jsx_runtime16.JSX.Element;
38
+ }: RatingButtonProps): react_jsx_runtime20.JSX.Element;
39
39
  declare function Rating({
40
40
  value: valueProp,
41
41
  defaultValue,
@@ -53,6 +53,6 @@ declare function Rating({
53
53
  children,
54
54
  id,
55
55
  ...props
56
- }: React$1.PropsWithChildren<RatingProps>): react_jsx_runtime16.JSX.Element;
56
+ }: React$1.PropsWithChildren<RatingProps>): react_jsx_runtime20.JSX.Element;
57
57
  //#endregion
58
58
  export { Rating, RatingButton, RatingButtonProps, RatingColor, RatingOption, RatingProps };
@@ -1,5 +1,5 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime19 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime20 from "react/jsx-runtime";
3
3
  import { VariantProps } from "class-variance-authority";
4
4
  import * as class_variance_authority_types0 from "class-variance-authority/types";
5
5
 
@@ -10,7 +10,7 @@ interface RatingOption {
10
10
  value: number;
11
11
  }
12
12
  declare const ratingVariants: (props?: ({
13
- size?: "sm" | "default" | "lg" | "xl" | null | undefined;
13
+ size?: "default" | "sm" | "lg" | "xl" | null | undefined;
14
14
  } & class_variance_authority_types0.ClassProp) | undefined) => string;
15
15
  type RatingSize = VariantProps<typeof ratingVariants>['size'];
16
16
  type IconType = 'star' | 'circle';
@@ -35,7 +35,7 @@ declare function RatingButton({
35
35
  index,
36
36
  className,
37
37
  ...props
38
- }: RatingButtonProps): react_jsx_runtime19.JSX.Element;
38
+ }: RatingButtonProps): react_jsx_runtime20.JSX.Element;
39
39
  declare function Rating({
40
40
  value: valueProp,
41
41
  defaultValue,
@@ -53,6 +53,6 @@ declare function Rating({
53
53
  children,
54
54
  id,
55
55
  ...props
56
- }: React$1.PropsWithChildren<RatingProps>): react_jsx_runtime19.JSX.Element;
56
+ }: React$1.PropsWithChildren<RatingProps>): react_jsx_runtime20.JSX.Element;
57
57
  //#endregion
58
58
  export { Rating, RatingButton, RatingButtonProps, RatingColor, RatingOption, RatingProps };
@@ -135,7 +135,10 @@ const RichTextEditor = ({ value, onChange, extensions = defaultExtensions, edita
135
135
  allowLinkTarget
136
136
  }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", {
137
137
  className: "flex-1 min-h-0 overflow-y-auto",
138
- children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)(__tiptap_react.EditorContent, { editor: editorInstance })
138
+ children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)(__tiptap_react.EditorContent, {
139
+ editor: editorInstance,
140
+ "data-slot": "editor-content"
141
+ })
139
142
  })]
140
143
  });
141
144
  };
@@ -1,6 +1,6 @@
1
1
  import { ToolbarButtonTooltipMode } from "./ToolbarButton.cjs";
2
2
  import React from "react";
3
- import { Editor, Extension } from "@tiptap/core";
3
+ import { Editor, Extensions } from "@tiptap/core";
4
4
  import { UseEditorOptions } from "@tiptap/react";
5
5
 
6
6
  //#region src/rich-text-editor/RichTextEditor.d.ts
@@ -39,9 +39,12 @@ interface RichTextEditorProps {
39
39
  */
40
40
  onChange?: (content: string) => void;
41
41
  /**
42
- * Additional extensions to add to the editor
42
+ * Additional TipTap extensions to add to the editor. These are appended to
43
+ * the built-in extensions (StarterKit, Link, TextAlign, Placeholder), so you
44
+ * can plug in any TipTap `Extension`, `Node`, or `Mark` — official packages
45
+ * (e.g. `@tiptap/extension-highlight`) or your own custom ones.
43
46
  */
44
- extensions?: Extension[];
47
+ extensions?: Extensions;
45
48
  /**
46
49
  * Whether the editor is editable
47
50
  * @default true
@@ -1,7 +1,7 @@
1
1
  import { ToolbarButtonTooltipMode } from "./ToolbarButton.js";
2
2
  import React from "react";
3
3
  import { UseEditorOptions } from "@tiptap/react";
4
- import { Editor, Extension } from "@tiptap/core";
4
+ import { Editor, Extensions } from "@tiptap/core";
5
5
 
6
6
  //#region src/rich-text-editor/RichTextEditor.d.ts
7
7
  type EditorProps = Editor['options']['editorProps'];
@@ -39,9 +39,12 @@ interface RichTextEditorProps {
39
39
  */
40
40
  onChange?: (content: string) => void;
41
41
  /**
42
- * Additional extensions to add to the editor
42
+ * Additional TipTap extensions to add to the editor. These are appended to
43
+ * the built-in extensions (StarterKit, Link, TextAlign, Placeholder), so you
44
+ * can plug in any TipTap `Extension`, `Node`, or `Mark` — official packages
45
+ * (e.g. `@tiptap/extension-highlight`) or your own custom ones.
43
46
  */
44
- extensions?: Extension[];
47
+ extensions?: Extensions;
45
48
  /**
46
49
  * Whether the editor is editable
47
50
  * @default true
@@ -126,7 +126,10 @@ const RichTextEditor = ({ value, onChange, extensions = defaultExtensions, edita
126
126
  allowLinkTarget
127
127
  }), /* @__PURE__ */ jsx("div", {
128
128
  className: "flex-1 min-h-0 overflow-y-auto",
129
- children: /* @__PURE__ */ jsx(EditorContent, { editor: editorInstance })
129
+ children: /* @__PURE__ */ jsx(EditorContent, {
130
+ editor: editorInstance,
131
+ "data-slot": "editor-content"
132
+ })
130
133
  })]
131
134
  });
132
135
  };
@@ -25,7 +25,7 @@ const meta = {
25
25
  defaultValue: "true"
26
26
  },
27
27
  toolbarItems: "Explicit toolbar items: predefined command strings, \"|\" separators, or custom button objects.",
28
- extensions: "Additional TipTap extensions to add to the editor.",
28
+ extensions: "Additional TipTap extensions appended to the built-in ones (StarterKit, Link, TextAlign, Placeholder). Accepts any TipTap Extension, Node, or Mark — official packages or your own custom ones. See the \"Add a custom extension\" example.",
29
29
  editorProps: "Custom TipTap editorProps merged into the defaults.",
30
30
  slots: "Class overrides for the root, toolbar (and its buttons/separators), and content area.",
31
31
  placeholder: "Placeholder text shown when the editor is empty.",
@@ -58,13 +58,56 @@ const meta = {
58
58
  name: "@tiptap/starter-kit",
59
59
  type: "peer"
60
60
  }],
61
- examples: [{
62
- title: "Basic editor",
63
- code: "<RichTextEditor value={html} onChange={setHtml} placeholder=\"Write something…\" />"
64
- }, {
65
- title: "Custom toolbar",
66
- code: "<RichTextEditor value={html} onChange={setHtml} toolbarItems={[\"bold\", \"italic\", \"|\", \"bulletList\"]} />"
67
- }],
61
+ examples: [
62
+ {
63
+ title: "Basic editor",
64
+ code: "<RichTextEditor value={html} onChange={setHtml} placeholder=\"Write something…\" />"
65
+ },
66
+ {
67
+ title: "Custom toolbar",
68
+ code: "<RichTextEditor value={html} onChange={setHtml} toolbarItems={[\"bold\", \"italic\", \"|\", \"bulletList\"]} />"
69
+ },
70
+ {
71
+ title: "Add an official extension",
72
+ code: `// npm i @tiptap/extension-highlight
73
+ import Highlight from '@tiptap/extension-highlight';
74
+
75
+ // Extensions are appended to the built-in ones (StarterKit, Link, TextAlign, Placeholder).
76
+ <RichTextEditor value={html} onChange={setHtml} extensions={[Highlight]} />`
77
+ },
78
+ {
79
+ title: "Add a custom extension (Mark/Node/Extension) with a toolbar button",
80
+ code: `import { Mark, mergeAttributes } from '@tiptap/core';
81
+
82
+ // Any Mark.create / Node.create / Extension.create result can be passed to \`extensions\`.
83
+ const Highlight = Mark.create({
84
+ name: 'highlight',
85
+ parseHTML() {
86
+ return [{ tag: 'mark' }];
87
+ },
88
+ renderHTML({ HTMLAttributes }) {
89
+ return ['mark', mergeAttributes(HTMLAttributes), 0];
90
+ },
91
+ });
92
+
93
+ <RichTextEditor
94
+ value={html}
95
+ onChange={setHtml}
96
+ extensions={[Highlight]}
97
+ toolbarItems={[
98
+ 'bold',
99
+ 'italic',
100
+ '|',
101
+ {
102
+ icon: '🖍️',
103
+ tooltip: 'Highlight',
104
+ onClick: (editor) => editor.chain().focus().toggleMark('highlight').run(),
105
+ isActive: (editor) => editor.isActive('highlight'),
106
+ },
107
+ ]}
108
+ />`
109
+ }
110
+ ],
68
111
  keywords: [
69
112
  "rich text",
70
113
  "editor",
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime18 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime22 from "react/jsx-runtime";
2
2
  import { Select, SelectContent, SelectTrigger } from "@pixpilot/shadcn";
3
3
  import React, { ComponentProps } from "react";
4
4
 
@@ -60,6 +60,6 @@ type BaseSelectProps = {
60
60
  /** Styles the visible trigger. */
61
61
  className?: string;
62
62
  } & Omit<ComponentProps<typeof SelectTrigger>, 'onChange' | 'value'>;
63
- declare function Select$1(props: BaseSelectProps): react_jsx_runtime18.JSX.Element;
63
+ declare function Select$1(props: BaseSelectProps): react_jsx_runtime22.JSX.Element;
64
64
  //#endregion
65
65
  export { BaseSelectProps, Select$1 as Select, SelectContentProps, SelectOption };
@@ -1,6 +1,6 @@
1
1
  import { Select, SelectContent, SelectTrigger } from "@pixpilot/shadcn";
2
2
  import React, { ComponentProps } from "react";
3
- import * as react_jsx_runtime21 from "react/jsx-runtime";
3
+ import * as react_jsx_runtime22 from "react/jsx-runtime";
4
4
 
5
5
  //#region src/select/Select.d.ts
6
6
  interface SelectOption {
@@ -60,6 +60,6 @@ type BaseSelectProps = {
60
60
  /** Styles the visible trigger. */
61
61
  className?: string;
62
62
  } & Omit<ComponentProps<typeof SelectTrigger>, 'onChange' | 'value'>;
63
- declare function Select$1(props: BaseSelectProps): react_jsx_runtime21.JSX.Element;
63
+ declare function Select$1(props: BaseSelectProps): react_jsx_runtime22.JSX.Element;
64
64
  //#endregion
65
65
  export { BaseSelectProps, Select$1 as Select, SelectContentProps, SelectOption };
@@ -1,6 +1,6 @@
1
1
  import { CommandOptionListItem } from "../command-option-list/CommandOptionList.cjs";
2
2
  import { TagsInputInline } from "./TagsInputInline.cjs";
3
- import * as react_jsx_runtime24 from "react/jsx-runtime";
3
+ import * as react_jsx_runtime25 from "react/jsx-runtime";
4
4
  import { ComponentProps } from "react";
5
5
 
6
6
  //#region src/tags-input/TagsInput.d.ts
@@ -32,6 +32,6 @@ interface TagsInputProps extends Omit<ComponentProps<typeof TagsInputInline>, 'o
32
32
  * - Options support with dropdown (like Select)
33
33
  * - freeSolo mode for custom tags (like MUI Autocomplete)
34
34
  */
35
- declare function TagsInput(props: TagsInputProps): react_jsx_runtime24.JSX.Element;
35
+ declare function TagsInput(props: TagsInputProps): react_jsx_runtime25.JSX.Element;
36
36
  //#endregion
37
37
  export { TagsInput, TagsInputProps };
@@ -1,7 +1,7 @@
1
1
  import { CommandOptionListItem } from "../command-option-list/CommandOptionList.js";
2
2
  import { TagsInputInline } from "./TagsInputInline.js";
3
3
  import { ComponentProps } from "react";
4
- import * as react_jsx_runtime27 from "react/jsx-runtime";
4
+ import * as react_jsx_runtime24 from "react/jsx-runtime";
5
5
 
6
6
  //#region src/tags-input/TagsInput.d.ts
7
7
  interface TagsInputProps extends Omit<ComponentProps<typeof TagsInputInline>, 'onChange' | 'value' | 'onValueChange' | 'onValidate' | 'items' | 'max' | 'inputRef' | 'inputPlaceholder' | 'inputValue' | 'onInputFocus' | 'onInputChange' | 'onInputKeyDown' | 'onInputMouseDown' | 'onListClick' | 'canAddCurrentValue' | 'onAddCurrentInput' | 'showClear'> {
@@ -32,6 +32,6 @@ interface TagsInputProps extends Omit<ComponentProps<typeof TagsInputInline>, 'o
32
32
  * - Options support with dropdown (like Select)
33
33
  * - freeSolo mode for custom tags (like MUI Autocomplete)
34
34
  */
35
- declare function TagsInput(props: TagsInputProps): react_jsx_runtime27.JSX.Element;
35
+ declare function TagsInput(props: TagsInputProps): react_jsx_runtime24.JSX.Element;
36
36
  //#endregion
37
37
  export { TagsInput, TagsInputProps };
@@ -1,5 +1,5 @@
1
1
  import { ChangeEventHandler, FocusEventHandler, KeyboardEventHandler, MouseEventHandler, Ref } from "react";
2
- import * as react_jsx_runtime26 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime23 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/tags-input/TagsInputInline.d.ts
5
5
  interface TagsInputInlineItem {
@@ -77,6 +77,6 @@ declare function TagsInputInline({
77
77
  canAddCurrentValue,
78
78
  onAddCurrentInput,
79
79
  showClear
80
- }: TagsInputInlineProps): react_jsx_runtime26.JSX.Element;
80
+ }: TagsInputInlineProps): react_jsx_runtime23.JSX.Element;
81
81
  //#endregion
82
82
  export { TagsInputInline, TagsInputInlineItem, TagsInputInlineProps };
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime23 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime26 from "react/jsx-runtime";
2
2
 
3
3
  //#region src/theme-toggle/ThemeModeDropdown.d.ts
4
4
  interface ThemeModeDropdownProps {
@@ -18,7 +18,7 @@ interface ThemeModeDropdownProps {
18
18
  * Provides Light / Dark / System options.
19
19
  * Pure component - requires themeValue and onChange props.
20
20
  */
21
- declare function ThemeModeDropdown(props: ThemeModeDropdownProps): react_jsx_runtime23.JSX.Element;
21
+ declare function ThemeModeDropdown(props: ThemeModeDropdownProps): react_jsx_runtime26.JSX.Element;
22
22
  declare namespace ThemeModeDropdown {
23
23
  var displayName: string;
24
24
  }
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime27 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime28 from "react/jsx-runtime";
2
2
 
3
3
  //#region src/theme-toggle/ThemeModeSwitchInside.d.ts
4
4
  type ThemeModeSwitchInsideSize = 'sm' | 'md' | 'lg';
@@ -26,7 +26,7 @@ interface ThemeModeSwitchInsideProps {
26
26
  * Icons are embedded within the switch control.
27
27
  * Pure component - requires value and onChange props.
28
28
  */
29
- declare function ThemeModeSwitchInside(props: ThemeModeSwitchInsideProps): react_jsx_runtime27.JSX.Element;
29
+ declare function ThemeModeSwitchInside(props: ThemeModeSwitchInsideProps): react_jsx_runtime28.JSX.Element;
30
30
  declare namespace ThemeModeSwitchInside {
31
31
  var displayName: string;
32
32
  }
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime24 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime27 from "react/jsx-runtime";
2
2
 
3
3
  //#region src/theme-toggle/ThemeModeSwitchInside.d.ts
4
4
  type ThemeModeSwitchInsideSize = 'sm' | 'md' | 'lg';
@@ -26,7 +26,7 @@ interface ThemeModeSwitchInsideProps {
26
26
  * Icons are embedded within the switch control.
27
27
  * Pure component - requires value and onChange props.
28
28
  */
29
- declare function ThemeModeSwitchInside(props: ThemeModeSwitchInsideProps): react_jsx_runtime24.JSX.Element;
29
+ declare function ThemeModeSwitchInside(props: ThemeModeSwitchInsideProps): react_jsx_runtime27.JSX.Element;
30
30
  declare namespace ThemeModeSwitchInside {
31
31
  var displayName: string;
32
32
  }
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime28 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime27 from "react/jsx-runtime";
2
2
 
3
3
  //#region src/theme-toggle/ThemeModeSwitchOutside.d.ts
4
4
  interface ThemeModeSwitchOutsideProps {
@@ -23,7 +23,7 @@ interface ThemeModeSwitchOutsideProps {
23
23
  * Icons flank the switch control on either side.
24
24
  * Pure component - requires value and onChange props.
25
25
  */
26
- declare function ThemeModeSwitchOutside(props: ThemeModeSwitchOutsideProps): react_jsx_runtime28.JSX.Element;
26
+ declare function ThemeModeSwitchOutside(props: ThemeModeSwitchOutsideProps): react_jsx_runtime27.JSX.Element;
27
27
  declare namespace ThemeModeSwitchOutside {
28
28
  var displayName: string;
29
29
  }
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime25 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime28 from "react/jsx-runtime";
2
2
 
3
3
  //#region src/theme-toggle/ThemeModeSwitchOutside.d.ts
4
4
  interface ThemeModeSwitchOutsideProps {
@@ -23,7 +23,7 @@ interface ThemeModeSwitchOutsideProps {
23
23
  * Icons flank the switch control on either side.
24
24
  * Pure component - requires value and onChange props.
25
25
  */
26
- declare function ThemeModeSwitchOutside(props: ThemeModeSwitchOutsideProps): react_jsx_runtime25.JSX.Element;
26
+ declare function ThemeModeSwitchOutside(props: ThemeModeSwitchOutsideProps): react_jsx_runtime28.JSX.Element;
27
27
  declare namespace ThemeModeSwitchOutside {
28
28
  var displayName: string;
29
29
  }
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime25 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime24 from "react/jsx-runtime";
2
2
 
3
3
  //#region src/theme-toggle/ThemeModeToggleButton.d.ts
4
4
  interface ThemeModeToggleButtonProps {
@@ -14,7 +14,7 @@ interface ThemeModeToggleButtonProps {
14
14
  * Light/Dark toggle button.
15
15
  * Pure component - toggles between light and dark.
16
16
  */
17
- declare function ThemeModeToggleButton(props: ThemeModeToggleButtonProps): react_jsx_runtime25.JSX.Element;
17
+ declare function ThemeModeToggleButton(props: ThemeModeToggleButtonProps): react_jsx_runtime24.JSX.Element;
18
18
  declare namespace ThemeModeToggleButton {
19
19
  var displayName: string;
20
20
  }
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime22 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime25 from "react/jsx-runtime";
2
2
 
3
3
  //#region src/theme-toggle/ThemeModeToggleButton.d.ts
4
4
  interface ThemeModeToggleButtonProps {
@@ -14,7 +14,7 @@ interface ThemeModeToggleButtonProps {
14
14
  * Light/Dark toggle button.
15
15
  * Pure component - toggles between light and dark.
16
16
  */
17
- declare function ThemeModeToggleButton(props: ThemeModeToggleButtonProps): react_jsx_runtime22.JSX.Element;
17
+ declare function ThemeModeToggleButton(props: ThemeModeToggleButtonProps): react_jsx_runtime25.JSX.Element;
18
18
  declare namespace ThemeModeToggleButton {
19
19
  var displayName: string;
20
20
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pixpilot/shadcn-ui",
3
3
  "type": "module",
4
- "version": "3.5.1",
4
+ "version": "3.6.0",
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",