@mirohq/design-system-popover 5.1.36 → 5.1.37
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/types.d.ts +4 -12
- package/package.json +5 -5
package/dist/types.d.ts
CHANGED
|
@@ -6,9 +6,7 @@ import * as _stitches_react_types_styled_component from '@stitches/react/types/s
|
|
|
6
6
|
import * as _mirohq_design_system_stitches from '@mirohq/design-system-stitches';
|
|
7
7
|
import { StrictComponentProps } from '@mirohq/design-system-stitches';
|
|
8
8
|
|
|
9
|
-
declare const StyledTrigger: react.ForwardRefExoticComponent<Omit<Omit<_radix_ui_react_popover.PopoverTriggerProps & react.RefAttributes<HTMLButtonElement
|
|
10
|
-
children?: react.ReactNode;
|
|
11
|
-
} & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLButtonElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_radix_ui_react_popover.PopoverTriggerProps & react.RefAttributes<HTMLButtonElement>>, {}, {}>;
|
|
9
|
+
declare const StyledTrigger: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_design_system_stitches.StyledComponentProps<react.ForwardRefExoticComponent<_radix_ui_react_popover.PopoverTriggerProps & react.RefAttributes<HTMLButtonElement>>>, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLButtonElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_radix_ui_react_popover.PopoverTriggerProps & react.RefAttributes<HTMLButtonElement>>, {}, {}>;
|
|
12
10
|
declare type StyledTriggerProps = StrictComponentProps<typeof StyledTrigger>;
|
|
13
11
|
|
|
14
12
|
interface TriggerProps extends StyledTriggerProps {
|
|
@@ -18,9 +16,7 @@ interface TriggerProps extends StyledTriggerProps {
|
|
|
18
16
|
*/
|
|
19
17
|
declare const Trigger: react__default.ForwardRefExoticComponent<Omit<TriggerProps, "ref"> & react__default.RefAttributes<HTMLButtonElement>>;
|
|
20
18
|
|
|
21
|
-
declare const StyledContent: react.ForwardRefExoticComponent<Omit<Omit<_radix_ui_react_popover.PopoverContentProps & react.RefAttributes<HTMLDivElement
|
|
22
|
-
children?: react.ReactNode;
|
|
23
|
-
} & _stitches_react_types_styled_component.TransformProps<{
|
|
19
|
+
declare const StyledContent: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_design_system_stitches.StyledComponentProps<react.ForwardRefExoticComponent<_radix_ui_react_popover.PopoverContentProps & react.RefAttributes<HTMLDivElement>>>, "variant"> & _stitches_react_types_styled_component.TransformProps<{
|
|
24
20
|
variant?: "dark" | "light" | undefined;
|
|
25
21
|
}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_radix_ui_react_popover.PopoverContentProps & react.RefAttributes<HTMLDivElement>>, {
|
|
26
22
|
variant?: "dark" | "light" | undefined;
|
|
@@ -160,9 +156,7 @@ interface ContentProps extends StyledContentProps {
|
|
|
160
156
|
*/
|
|
161
157
|
declare const Content: react__default.ForwardRefExoticComponent<Omit<ContentProps, "ref"> & react__default.RefAttributes<HTMLDivElement>>;
|
|
162
158
|
|
|
163
|
-
declare const StyledClose: react.ForwardRefExoticComponent<Omit<Omit<_radix_ui_react_popover.PopoverCloseProps & react.RefAttributes<HTMLButtonElement
|
|
164
|
-
children?: react.ReactNode;
|
|
165
|
-
} & _stitches_react_types_styled_component.TransformProps<{
|
|
159
|
+
declare const StyledClose: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_design_system_stitches.StyledComponentProps<react.ForwardRefExoticComponent<_radix_ui_react_popover.PopoverCloseProps & react.RefAttributes<HTMLButtonElement>>>, "variant"> & _stitches_react_types_styled_component.TransformProps<{
|
|
166
160
|
variant?: "dark" | "light" | undefined;
|
|
167
161
|
}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLButtonElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_radix_ui_react_popover.PopoverCloseProps & react.RefAttributes<HTMLButtonElement>>, {
|
|
168
162
|
variant?: "dark" | "light" | undefined;
|
|
@@ -233,9 +227,7 @@ interface Partials {
|
|
|
233
227
|
Anchor: typeof _radix_ui_react_popover.Anchor;
|
|
234
228
|
}
|
|
235
229
|
|
|
236
|
-
declare const StyledArrow: react.ForwardRefExoticComponent<Omit<Omit<_radix_ui_react_popover.PopoverArrowProps & react.RefAttributes<SVGSVGElement
|
|
237
|
-
children?: react.ReactNode;
|
|
238
|
-
} & _stitches_react_types_styled_component.TransformProps<{
|
|
230
|
+
declare const StyledArrow: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_design_system_stitches.StyledComponentProps<react.ForwardRefExoticComponent<_radix_ui_react_popover.PopoverArrowProps & react.RefAttributes<SVGSVGElement>>>, "variant"> & _stitches_react_types_styled_component.TransformProps<{
|
|
239
231
|
variant?: "dark" | "light" | undefined;
|
|
240
232
|
}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<SVGSVGElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_radix_ui_react_popover.PopoverArrowProps & react.RefAttributes<SVGSVGElement>>, {
|
|
241
233
|
variant?: "dark" | "light" | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-popover",
|
|
3
|
-
"version": "5.1.
|
|
3
|
+
"version": "5.1.37",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -28,10 +28,10 @@
|
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@radix-ui/react-popover": "^1.0.7",
|
|
31
|
-
"@mirohq/design-system-
|
|
32
|
-
"@mirohq/design-system-
|
|
33
|
-
"@mirohq/design-system-
|
|
34
|
-
"@mirohq/design-system-
|
|
31
|
+
"@mirohq/design-system-icons": "^0.42.1",
|
|
32
|
+
"@mirohq/design-system-styles": "^1.2.7",
|
|
33
|
+
"@mirohq/design-system-stitches": "^2.6.8",
|
|
34
|
+
"@mirohq/design-system-primitive": "^1.1.2"
|
|
35
35
|
},
|
|
36
36
|
"scripts": {
|
|
37
37
|
"build": "rollup -c ../../../rollup.config.js",
|