@mirohq/design-system-calendar 0.1.45 → 0.1.47

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 +2 -13
  2. package/package.json +5 -5
package/dist/types.d.ts CHANGED
@@ -1,7 +1,6 @@
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';
5
4
  import * as _mirohq_design_system_primitive from '@mirohq/design-system-primitive';
6
5
  import React, { ComponentPropsWithRef } from 'react';
7
6
  import { DateRange as DateRange$1, DateValue } from 'react-aria';
@@ -500,18 +499,8 @@ declare const StyledCalendar: React.ForwardRefExoticComponent<Omit<Omit<_mirohq_
500
499
  readonly [$$PropertyValue]: "width";
501
500
  };
502
501
  };
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
- }>;
502
+ _hover: (css: _stitches_react_types_css_util.CSSProperties) => {
503
+ '&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
515
504
  };
516
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">>, {}, {}>;
517
506
  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.47",
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.32",
33
+ "@mirohq/design-system-button": "^3.1.32",
34
+ "@mirohq/design-system-flex": "^2.1.34",
35
35
  "@mirohq/design-system-primitive": "^1.1.1",
36
- "@mirohq/design-system-stitches": "^2.5.0",
37
- "@mirohq/design-system-icons": "^0.32.5"
36
+ "@mirohq/design-system-stitches": "^2.6.0",
37
+ "@mirohq/design-system-icons": "^0.32.7"
38
38
  },
39
39
  "scripts": {
40
40
  "build": "rollup -c ../../../rollup.config.js",