@mirohq/design-system-calendar 0.1.71 → 0.1.72
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 -8
- package/package.json +5 -5
package/dist/types.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as _mirohq_design_system_primitive from '@mirohq/design-system-primitive';
|
|
2
1
|
import * as _stitches_react_types_styled_component from '@stitches/react/types/styled-component';
|
|
3
2
|
import * as _mirohq_design_system_stitches from '@mirohq/design-system-stitches';
|
|
3
|
+
import * as _mirohq_design_system_primitive from '@mirohq/design-system-primitive';
|
|
4
4
|
import React, { ComponentPropsWithRef } from 'react';
|
|
5
5
|
import { DateRange as DateRange$1, DateValue } from 'react-aria';
|
|
6
6
|
import { CalendarDate, DateDuration } from '@internationalized/date';
|
|
@@ -13,13 +13,7 @@ interface PredefinedRange {
|
|
|
13
13
|
range?: DateRange;
|
|
14
14
|
}
|
|
15
15
|
|
|
16
|
-
declare const StyledCalendar: React.ForwardRefExoticComponent<Omit<Omit<
|
|
17
|
-
ref?: ((instance: HTMLDivElement | null) => void) | React.RefObject<HTMLDivElement> | null | undefined;
|
|
18
|
-
} & {
|
|
19
|
-
asChild?: boolean | undefined;
|
|
20
|
-
}, _mirohq_design_system_stitches.ForbiddenProps> & {
|
|
21
|
-
children?: React.ReactNode;
|
|
22
|
-
} & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & React.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<React.ForwardRefExoticComponent<_mirohq_design_system_primitive.PrimitiveProps<"div">>, {}, {}>;
|
|
16
|
+
declare const StyledCalendar: React.ForwardRefExoticComponent<Omit<Omit<_mirohq_design_system_stitches.StyledComponentProps<React.ForwardRefExoticComponent<_mirohq_design_system_primitive.PrimitiveProps<"div">>>, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & React.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<React.ForwardRefExoticComponent<_mirohq_design_system_primitive.PrimitiveProps<"div">>, {}, {}>;
|
|
23
17
|
declare type StyledCalendarProps = ComponentPropsWithRef<typeof StyledCalendar>;
|
|
24
18
|
interface CalendarProps extends Omit<StyledCalendarProps, 'defaultValue' | 'onChange'> {
|
|
25
19
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-calendar",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.72",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -30,11 +30,11 @@
|
|
|
30
30
|
"@react-types/datepicker": "^3.4.0",
|
|
31
31
|
"react-aria": "^3.25.0",
|
|
32
32
|
"react-stately": "^3.23.0",
|
|
33
|
-
"@mirohq/design-system-button": "^3.1.
|
|
34
|
-
"@mirohq/design-system-flex": "^2.1.42",
|
|
35
|
-
"@mirohq/design-system-icons": "^0.42.0",
|
|
33
|
+
"@mirohq/design-system-button": "^3.1.46",
|
|
36
34
|
"@mirohq/design-system-primitive": "^1.1.2",
|
|
37
|
-
"@mirohq/design-system-
|
|
35
|
+
"@mirohq/design-system-flex": "^2.1.43",
|
|
36
|
+
"@mirohq/design-system-icons": "^0.42.1",
|
|
37
|
+
"@mirohq/design-system-stitches": "^2.6.8"
|
|
38
38
|
},
|
|
39
39
|
"scripts": {
|
|
40
40
|
"build": "rollup -c ../../../rollup.config.js",
|