@plasmicpkgs/radix-ui 0.0.102 → 0.0.104

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/index.d.mts CHANGED
@@ -88,10 +88,10 @@ type PopoverExtraProps = AnimatedProps & {
88
88
 
89
89
  declare const DialogClose: React.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogCloseProps & React.RefAttributes<HTMLButtonElement>, "ref"> & React.RefAttributes<HTMLButtonElement>>;
90
90
  declare const DialogContent: React.ForwardRefExoticComponent<{
91
- themeResetClass?: string | undefined;
91
+ themeResetClass?: string;
92
92
  } & Omit<DialogPrimitive.DialogContentProps & React.RefAttributes<HTMLDivElement>, "ref"> & AnimatedProps & React.RefAttributes<HTMLDivElement>>;
93
93
  declare const SheetContent: React.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogContentProps & React.RefAttributes<HTMLDivElement>, "ref"> & AnimatedProps & {
94
- themeResetClass?: string | undefined;
94
+ themeResetClass?: string;
95
95
  } & VariantProps<(props?: ({
96
96
  side?: "left" | "right" | "top" | "bottom" | null | undefined;
97
97
  } & class_variance_authority_dist_types.ClassProp) | undefined) => string> & React.RefAttributes<HTMLDivElement>>;
@@ -99,9 +99,9 @@ declare const sheetVariants: (props?: ({
99
99
  side?: "left" | "right" | "top" | "bottom" | null | undefined;
100
100
  } & class_variance_authority_dist_types.ClassProp) | undefined) => string;
101
101
  declare const Dialog: React.ForwardRefExoticComponent<DialogPrimitive.DialogProps & DialogPrimitive.DialogOverlayProps & {
102
- overlayClassName?: string | undefined;
103
- themeResetClass?: string | undefined;
104
- noContain?: boolean | undefined;
102
+ overlayClassName?: string;
103
+ themeResetClass?: string;
104
+ noContain?: boolean;
105
105
  triggerSlot?: React.ReactNode;
106
106
  } & React.RefAttributes<never>>;
107
107
  declare const DialogTitle: React.ForwardRefExoticComponent<DialogPrimitive.DialogTitleProps & React.RefAttributes<HTMLHeadingElement>>;
@@ -117,9 +117,9 @@ declare namespace Popover {
117
117
  declare function registerPopover(PLASMIC?: Registerable): void;
118
118
 
119
119
  declare const Tooltip: React.ForwardRefExoticComponent<Omit<TooltipPrimitive.TooltipContentProps & React.RefAttributes<HTMLDivElement>, "ref"> & TooltipPrimitive.TooltipProps & AnimatedProps & {
120
- themeResetClass?: string | undefined;
120
+ themeResetClass?: string;
121
121
  overlay?: React.ReactNode;
122
- slideIn?: boolean | undefined;
122
+ slideIn?: boolean;
123
123
  } & React.RefAttributes<HTMLDivElement>>;
124
124
  declare function registerTooltip(PLASMIC?: Registerable): void;
125
125
 
package/dist/index.d.ts CHANGED
@@ -88,10 +88,10 @@ type PopoverExtraProps = AnimatedProps & {
88
88
 
89
89
  declare const DialogClose: React.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogCloseProps & React.RefAttributes<HTMLButtonElement>, "ref"> & React.RefAttributes<HTMLButtonElement>>;
90
90
  declare const DialogContent: React.ForwardRefExoticComponent<{
91
- themeResetClass?: string | undefined;
91
+ themeResetClass?: string;
92
92
  } & Omit<DialogPrimitive.DialogContentProps & React.RefAttributes<HTMLDivElement>, "ref"> & AnimatedProps & React.RefAttributes<HTMLDivElement>>;
93
93
  declare const SheetContent: React.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogContentProps & React.RefAttributes<HTMLDivElement>, "ref"> & AnimatedProps & {
94
- themeResetClass?: string | undefined;
94
+ themeResetClass?: string;
95
95
  } & VariantProps<(props?: ({
96
96
  side?: "left" | "right" | "top" | "bottom" | null | undefined;
97
97
  } & class_variance_authority_dist_types.ClassProp) | undefined) => string> & React.RefAttributes<HTMLDivElement>>;
@@ -99,9 +99,9 @@ declare const sheetVariants: (props?: ({
99
99
  side?: "left" | "right" | "top" | "bottom" | null | undefined;
100
100
  } & class_variance_authority_dist_types.ClassProp) | undefined) => string;
101
101
  declare const Dialog: React.ForwardRefExoticComponent<DialogPrimitive.DialogProps & DialogPrimitive.DialogOverlayProps & {
102
- overlayClassName?: string | undefined;
103
- themeResetClass?: string | undefined;
104
- noContain?: boolean | undefined;
102
+ overlayClassName?: string;
103
+ themeResetClass?: string;
104
+ noContain?: boolean;
105
105
  triggerSlot?: React.ReactNode;
106
106
  } & React.RefAttributes<never>>;
107
107
  declare const DialogTitle: React.ForwardRefExoticComponent<DialogPrimitive.DialogTitleProps & React.RefAttributes<HTMLHeadingElement>>;
@@ -117,9 +117,9 @@ declare namespace Popover {
117
117
  declare function registerPopover(PLASMIC?: Registerable): void;
118
118
 
119
119
  declare const Tooltip: React.ForwardRefExoticComponent<Omit<TooltipPrimitive.TooltipContentProps & React.RefAttributes<HTMLDivElement>, "ref"> & TooltipPrimitive.TooltipProps & AnimatedProps & {
120
- themeResetClass?: string | undefined;
120
+ themeResetClass?: string;
121
121
  overlay?: React.ReactNode;
122
- slideIn?: boolean | undefined;
122
+ slideIn?: boolean;
123
123
  } & React.RefAttributes<HTMLDivElement>>;
124
124
  declare function registerTooltip(PLASMIC?: Registerable): void;
125
125
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plasmicpkgs/radix-ui",
3
- "version": "0.0.102",
3
+ "version": "0.0.104",
4
4
  "description": "Radix UI components for Plasmic",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -26,7 +26,7 @@
26
26
  "analyze": "size-limit --why"
27
27
  },
28
28
  "devDependencies": {
29
- "@plasmicapp/host": "2.0.1",
29
+ "@plasmicapp/host": "2.0.3",
30
30
  "@types/node": "^14.0.26",
31
31
  "@types/react": "^18",
32
32
  "tslib": "^2.2.0",
@@ -54,5 +54,5 @@
54
54
  "lucide-react": "^0.279.0",
55
55
  "remeda": "^1.27.0"
56
56
  },
57
- "gitHead": "dce377f1a8e9fafd7776e49acc077d4a218265e3"
57
+ "gitHead": "c6d493ab33d8d50e512a6b0995aa882c8500d897"
58
58
  }