@mirohq/design-system-calendar 0.1.43 → 0.1.45-fix-dd-icon-slot.0
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 +3 -0
- package/package.json +5 -5
package/dist/types.d.ts
CHANGED
|
@@ -499,6 +499,9 @@ declare const StyledCalendar: React.ForwardRefExoticComponent<Omit<Omit<_mirohq_
|
|
|
499
499
|
readonly [$$PropertyValue]: "width";
|
|
500
500
|
};
|
|
501
501
|
};
|
|
502
|
+
_hover: (css: _stitches_react_types_css_util.CSSProperties) => {
|
|
503
|
+
'&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
|
|
504
|
+
};
|
|
502
505
|
}>>>, 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">>, {}, {}>;
|
|
503
506
|
declare type StyledCalendarProps = ComponentPropsWithRef<typeof StyledCalendar>;
|
|
504
507
|
interface CalendarProps extends Omit<StyledCalendarProps, 'defaultValue' | 'onChange'> {
|
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.45-fix-dd-icon-slot.0",
|
|
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.
|
|
33
|
+
"@mirohq/design-system-button": "^3.1.30-fix-dd-icon-slot.0",
|
|
34
|
+
"@mirohq/design-system-flex": "^2.1.33-fix-dd-icon-slot.0",
|
|
34
35
|
"@mirohq/design-system-primitive": "^1.1.1",
|
|
35
|
-
"@mirohq/design-system-
|
|
36
|
-
"@mirohq/design-system-
|
|
37
|
-
"@mirohq/design-system-flex": "^2.1.31"
|
|
36
|
+
"@mirohq/design-system-stitches": "^2.5.1-fix-dd-icon-slot.0",
|
|
37
|
+
"@mirohq/design-system-icons": "^0.32.6-fix-dd-icon-slot.0"
|
|
38
38
|
},
|
|
39
39
|
"scripts": {
|
|
40
40
|
"build": "rollup -c ../../../rollup.config.js",
|