@mirohq/design-system-calendar 2.1.20-fix-button-types.1 → 2.1.20
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 +5 -25
- package/package.json +5 -5
package/dist/types.d.ts
CHANGED
|
@@ -120,25 +120,15 @@ type Sticky = 'partial' | 'always';
|
|
|
120
120
|
|
|
121
121
|
declare const StyledTrigger: react.ForwardRefExoticComponent<(Omit<Omit<Omit<Omit<Omit<Omit<Omit<Omit<_mirohq_design_system_stitches.StyledComponentProps<react.ForwardRefExoticComponent<_mirohq_design_system_primitive.PrimitiveProps<"button">>>, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLButtonElement>, "ref"> & {
|
|
122
122
|
ref?: ((instance: HTMLButtonElement | null) => void | react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | react.RefObject<HTMLButtonElement> | null | undefined;
|
|
123
|
-
} & _mirohq_design_system_hooks_use_press.PressProps & packages_components_internal_base_button_src_base_button.HoverEvents & {
|
|
124
|
-
href?: never;
|
|
125
|
-
}, "ref"> & react.RefAttributes<HTMLAnchorElement | HTMLButtonElement>, "ref"> & {
|
|
123
|
+
} & _mirohq_design_system_hooks_use_press.PressProps & packages_components_internal_base_button_src_base_button.HoverEvents, "ref"> & react.RefAttributes<HTMLAnchorElement | HTMLButtonElement>, "ref"> & {
|
|
126
124
|
ref?: ((instance: HTMLAnchorElement | HTMLButtonElement | null) => void | react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | react.RefObject<HTMLAnchorElement | HTMLButtonElement> | null | undefined;
|
|
127
125
|
}, _mirohq_design_system_stitches.ForbiddenProps> & {
|
|
128
126
|
children?: React.ReactNode;
|
|
129
127
|
}, "withClearButton"> & _stitches_react_types_styled_component.TransformProps<{
|
|
130
128
|
withClearButton?: boolean | "true" | undefined;
|
|
131
|
-
}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> | Omit<Omit<Omit<Omit<Omit<Omit<Omit<Omit<
|
|
129
|
+
}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> | Omit<Omit<Omit<Omit<Omit<Omit<Omit<Omit<_mirohq_design_system_stitches.StyledComponentProps<react.ForwardRefExoticComponent<_mirohq_design_system_primitive.PrimitiveProps<"button">>>, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLButtonElement>, "ref"> & {
|
|
132
130
|
ref?: ((instance: HTMLButtonElement | null) => void | react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | react.RefObject<HTMLButtonElement> | null | undefined;
|
|
133
|
-
} & _mirohq_design_system_hooks_use_press.PressProps & packages_components_internal_base_button_src_base_button.HoverEvents & {
|
|
134
|
-
href?: never;
|
|
135
|
-
}, "href"> & {
|
|
136
|
-
media?: string | undefined | undefined;
|
|
137
|
-
download?: any;
|
|
138
|
-
href?: string | undefined | undefined;
|
|
139
|
-
target?: react.HTMLAttributeAnchorTarget | undefined;
|
|
140
|
-
ping?: string | undefined | undefined;
|
|
141
|
-
} & {
|
|
131
|
+
} & _mirohq_design_system_hooks_use_press.PressProps & packages_components_internal_base_button_src_base_button.HoverEvents & react.AnchorHTMLAttributes<"a"> & {
|
|
142
132
|
href: string;
|
|
143
133
|
}, "ref"> & react.RefAttributes<HTMLAnchorElement | HTMLButtonElement>, "ref"> & {
|
|
144
134
|
ref?: ((instance: HTMLAnchorElement | HTMLButtonElement | null) => void | react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | react.RefObject<HTMLAnchorElement | HTMLButtonElement> | null | undefined;
|
|
@@ -148,19 +138,9 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<(Omit<Omit<Omit<Omi
|
|
|
148
138
|
withClearButton?: boolean | "true" | undefined;
|
|
149
139
|
}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref">) & react.RefAttributes<HTMLAnchorElement | HTMLButtonElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<(Omit<Omit<Omit<Omit<_mirohq_design_system_stitches.StyledComponentProps<react.ForwardRefExoticComponent<_mirohq_design_system_primitive.PrimitiveProps<"button">>>, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLButtonElement>, "ref"> & {
|
|
150
140
|
ref?: ((instance: HTMLButtonElement | null) => void | react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | react.RefObject<HTMLButtonElement> | null | undefined;
|
|
151
|
-
} & _mirohq_design_system_hooks_use_press.PressProps & packages_components_internal_base_button_src_base_button.HoverEvents & {
|
|
152
|
-
href?: never;
|
|
153
|
-
}, "ref"> | Omit<Omit<Omit<Omit<Omit<_mirohq_design_system_stitches.StyledComponentProps<react.ForwardRefExoticComponent<_mirohq_design_system_primitive.PrimitiveProps<"button">>>, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLButtonElement>, "ref"> & {
|
|
141
|
+
} & _mirohq_design_system_hooks_use_press.PressProps & packages_components_internal_base_button_src_base_button.HoverEvents, "ref"> | Omit<Omit<Omit<Omit<_mirohq_design_system_stitches.StyledComponentProps<react.ForwardRefExoticComponent<_mirohq_design_system_primitive.PrimitiveProps<"button">>>, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLButtonElement>, "ref"> & {
|
|
154
142
|
ref?: ((instance: HTMLButtonElement | null) => void | react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | react.RefObject<HTMLButtonElement> | null | undefined;
|
|
155
|
-
} & _mirohq_design_system_hooks_use_press.PressProps & packages_components_internal_base_button_src_base_button.HoverEvents & {
|
|
156
|
-
href?: never;
|
|
157
|
-
}, "href"> & {
|
|
158
|
-
media?: string | undefined | undefined;
|
|
159
|
-
download?: any;
|
|
160
|
-
href?: string | undefined | undefined;
|
|
161
|
-
target?: react.HTMLAttributeAnchorTarget | undefined;
|
|
162
|
-
ping?: string | undefined | undefined;
|
|
163
|
-
} & {
|
|
143
|
+
} & _mirohq_design_system_hooks_use_press.PressProps & packages_components_internal_base_button_src_base_button.HoverEvents & react.AnchorHTMLAttributes<"a"> & {
|
|
164
144
|
href: string;
|
|
165
145
|
}, "ref">) & react.RefAttributes<HTMLAnchorElement | HTMLButtonElement>>, {
|
|
166
146
|
withClearButton?: boolean | "true" | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-calendar",
|
|
3
|
-
"version": "2.1.20
|
|
3
|
+
"version": "2.1.20",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -34,13 +34,13 @@
|
|
|
34
34
|
"@react-types/shared": "^3.18.1",
|
|
35
35
|
"react-aria": "^3.25.0",
|
|
36
36
|
"react-stately": "^3.23.0",
|
|
37
|
-
"@mirohq/design-system-base-button": "^1.1.
|
|
37
|
+
"@mirohq/design-system-base-button": "^1.1.2",
|
|
38
38
|
"@mirohq/design-system-base-form": "^1.1.3",
|
|
39
39
|
"@mirohq/design-system-base-text-field": "^1.2.1",
|
|
40
|
-
"@mirohq/design-system-button": "^5.1.
|
|
40
|
+
"@mirohq/design-system-button": "^5.1.4",
|
|
41
41
|
"@mirohq/design-system-flex": "^3.1.2",
|
|
42
|
-
"@mirohq/design-system-icon-button": "^4.1.
|
|
43
|
-
"@mirohq/design-system-icons": "^1.27.
|
|
42
|
+
"@mirohq/design-system-icon-button": "^4.1.4",
|
|
43
|
+
"@mirohq/design-system-icons": "^1.27.1",
|
|
44
44
|
"@mirohq/design-system-primitive": "^2.1.0",
|
|
45
45
|
"@mirohq/design-system-stitches": "^3.1.2",
|
|
46
46
|
"@mirohq/design-system-styles": "^3.0.1",
|