@mirohq/design-system-calendar 0.1.45-fix-dd-icon-slot.0 → 0.1.45
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 +13 -2
- package/package.json +5 -5
package/dist/types.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as _mirohq_design_system_stitches from '@mirohq/design-system-stitches';
|
|
2
2
|
import * as _stitches_react_types_styled_component from '@stitches/react/types/styled-component';
|
|
3
3
|
import * as _stitches_react_types_css_util from '@stitches/react/types/css-util';
|
|
4
|
+
import * as _stitches_react from '@stitches/react';
|
|
4
5
|
import * as _mirohq_design_system_primitive from '@mirohq/design-system-primitive';
|
|
5
6
|
import React, { ComponentPropsWithRef } from 'react';
|
|
6
7
|
import { DateRange as DateRange$1, DateValue } from 'react-aria';
|
|
@@ -499,8 +500,18 @@ declare const StyledCalendar: React.ForwardRefExoticComponent<Omit<Omit<_mirohq_
|
|
|
499
500
|
readonly [$$PropertyValue]: "width";
|
|
500
501
|
};
|
|
501
502
|
};
|
|
502
|
-
_hover: (css:
|
|
503
|
-
|
|
503
|
+
_hover: (css: _stitches_react.CSS<{
|
|
504
|
+
media: {};
|
|
505
|
+
theme: {};
|
|
506
|
+
themeMap: {};
|
|
507
|
+
utils: {};
|
|
508
|
+
}>) => {
|
|
509
|
+
'&:hover, &[data-hovered]': _stitches_react.CSS<{
|
|
510
|
+
media: {};
|
|
511
|
+
theme: {};
|
|
512
|
+
themeMap: {};
|
|
513
|
+
utils: {};
|
|
514
|
+
}>;
|
|
504
515
|
};
|
|
505
516
|
}>>>, 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">>, {}, {}>;
|
|
506
517
|
declare type StyledCalendarProps = ComponentPropsWithRef<typeof StyledCalendar>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-calendar",
|
|
3
|
-
"version": "0.1.45
|
|
3
|
+
"version": "0.1.45",
|
|
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.30
|
|
34
|
-
"@mirohq/design-system-flex": "^2.1.
|
|
33
|
+
"@mirohq/design-system-button": "^3.1.30",
|
|
34
|
+
"@mirohq/design-system-flex": "^2.1.32",
|
|
35
35
|
"@mirohq/design-system-primitive": "^1.1.1",
|
|
36
|
-
"@mirohq/design-system-stitches": "^2.5.
|
|
37
|
-
"@mirohq/design-system-icons": "^0.32.
|
|
36
|
+
"@mirohq/design-system-stitches": "^2.5.0",
|
|
37
|
+
"@mirohq/design-system-icons": "^0.32.5"
|
|
38
38
|
},
|
|
39
39
|
"scripts": {
|
|
40
40
|
"build": "rollup -c ../../../rollup.config.js",
|