@mirohq/design-system-calendar 0.1.43 → 0.1.44

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.
Files changed (2) hide show
  1. package/dist/types.d.ts +14 -0
  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,6 +500,19 @@ declare const StyledCalendar: React.ForwardRefExoticComponent<Omit<Omit<_mirohq_
499
500
  readonly [$$PropertyValue]: "width";
500
501
  };
501
502
  };
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
+ }>;
515
+ };
502
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">>, {}, {}>;
503
517
  declare type StyledCalendarProps = ComponentPropsWithRef<typeof StyledCalendar>;
504
518
  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.43",
3
+ "version": "0.1.44",
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.28",
33
+ "@mirohq/design-system-button": "^3.1.29",
34
+ "@mirohq/design-system-flex": "^2.1.32",
34
35
  "@mirohq/design-system-primitive": "^1.1.1",
35
- "@mirohq/design-system-icons": "^0.32.4",
36
- "@mirohq/design-system-stitches": "^2.4.1",
37
- "@mirohq/design-system-flex": "^2.1.31"
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",