@mirohq/design-system-calendar 2.4.19 → 2.4.21
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 +2 -2
- package/package.json +4 -4
package/dist/types.d.ts
CHANGED
|
@@ -142,9 +142,9 @@ type Side = 'top' | 'right' | 'bottom' | 'left';
|
|
|
142
142
|
type Align = 'start' | 'center' | 'end';
|
|
143
143
|
type Sticky = 'partial' | 'always';
|
|
144
144
|
|
|
145
|
-
declare const StyledTrigger: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_design_system_stitches.StyledComponentProps<react.ForwardRefExoticComponent<Omit<_mirohq_design_system_base_button.BaseButtonProps, "ref"> & react.RefAttributes<
|
|
145
|
+
declare const StyledTrigger: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_design_system_stitches.StyledComponentProps<react.ForwardRefExoticComponent<Omit<_mirohq_design_system_base_button.BaseButtonProps, "ref"> & react.RefAttributes<HTMLButtonElement | HTMLAnchorElement>>>, "withClearButton"> & TransformProps<{
|
|
146
146
|
withClearButton?: boolean | "true" | undefined;
|
|
147
|
-
}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<
|
|
147
|
+
}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLButtonElement | HTMLAnchorElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<Omit<_mirohq_design_system_base_button.BaseButtonProps, "ref"> & react.RefAttributes<HTMLButtonElement | HTMLAnchorElement>>, {
|
|
148
148
|
withClearButton?: boolean | "true" | undefined;
|
|
149
149
|
}, {}>;
|
|
150
150
|
type StyledTriggerProps = StrictComponentProps<typeof StyledTrigger>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-calendar",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.21",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -35,13 +35,13 @@
|
|
|
35
35
|
"react-aria": "^3.25.0",
|
|
36
36
|
"react-stately": "^3.23.0",
|
|
37
37
|
"@mirohq/design-system-base-button": "^1.2.29",
|
|
38
|
-
"@mirohq/design-system-base-form": "^2.0.0",
|
|
39
38
|
"@mirohq/design-system-base-text-field": "^1.3.31",
|
|
40
|
-
"@mirohq/design-system-button": "^5.3.
|
|
39
|
+
"@mirohq/design-system-button": "^5.3.6",
|
|
41
40
|
"@mirohq/design-system-flex": "^3.2.28",
|
|
41
|
+
"@mirohq/design-system-base-form": "^2.0.0",
|
|
42
42
|
"@mirohq/design-system-icon-button": "^4.2.31",
|
|
43
|
-
"@mirohq/design-system-icons": "^1.37.5",
|
|
44
43
|
"@mirohq/design-system-primitive": "^2.2.1",
|
|
44
|
+
"@mirohq/design-system-icons": "^1.38.0",
|
|
45
45
|
"@mirohq/design-system-stitches": "^3.3.25",
|
|
46
46
|
"@mirohq/design-system-styles": "^3.2.25",
|
|
47
47
|
"@mirohq/design-system-tooltip": "^4.4.27",
|