@mirohq/design-system-calendar 2.2.0-fix-stitches-types.0 → 2.2.0-fix-stitches-types.2

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 -2
  2. package/package.json +13 -13
package/dist/types.d.ts CHANGED
@@ -136,9 +136,9 @@ type Side = 'top' | 'right' | 'bottom' | 'left';
136
136
  type Align = 'start' | 'center' | 'end';
137
137
  type Sticky = 'partial' | 'always';
138
138
 
139
- declare const StyledTrigger: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_design_system_stitches.StyledComponentProps<react.ForwardRefExoticComponent<Omit<_mirohq_design_system_base_button.BaseButtonProps, "ref"> & react.RefAttributes<HTMLButtonElement | HTMLAnchorElement>>>, "withClearButton"> & TransformProps<{
139
+ declare const StyledTrigger: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_design_system_stitches.StyledComponentProps<react.ForwardRefExoticComponent<Omit<_mirohq_design_system_base_button.BaseButtonProps, "ref"> & react.RefAttributes<HTMLAnchorElement | HTMLButtonElement>>>, "withClearButton"> & TransformProps<{
140
140
  withClearButton?: boolean | "true" | undefined;
141
- }, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLButtonElement | HTMLAnchorElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<Omit<_mirohq_design_system_base_button.BaseButtonProps, "ref"> & react.RefAttributes<HTMLButtonElement | HTMLAnchorElement>>, {
141
+ }, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLAnchorElement | HTMLButtonElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<Omit<_mirohq_design_system_base_button.BaseButtonProps, "ref"> & react.RefAttributes<HTMLAnchorElement | HTMLButtonElement>>, {
142
142
  withClearButton?: boolean | "true" | undefined;
143
143
  }, {}>;
144
144
  type StyledTriggerProps = StrictComponentProps<typeof StyledTrigger>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-calendar",
3
- "version": "2.2.0-fix-stitches-types.0",
3
+ "version": "2.2.0-fix-stitches-types.2",
4
4
  "description": "",
5
5
  "author": "Miro",
6
6
  "source": "src/index.ts",
@@ -34,19 +34,19 @@
34
34
  "@react-types/shared": "^3.18.1",
35
35
  "react-aria": "^3.25.0",
36
36
  "react-stately": "^3.23.0",
37
- "@mirohq/design-system-base-button": "^1.2.0-fix-stitches-types.0",
38
- "@mirohq/design-system-base-form": "^1.2.0-fix-stitches-types.0",
39
- "@mirohq/design-system-base-text-field": "^1.3.0-fix-stitches-types.0",
40
- "@mirohq/design-system-button": "^5.2.0-fix-stitches-types.0",
41
- "@mirohq/design-system-flex": "^3.2.0-fix-stitches-types.0",
42
- "@mirohq/design-system-icon-button": "^4.2.0-fix-stitches-types.0",
43
- "@mirohq/design-system-icons": "^1.28.0-fix-stitches-types.0",
44
- "@mirohq/design-system-primitive": "^2.2.0-fix-stitches-types.0",
45
- "@mirohq/design-system-stitches": "^3.2.0-fix-stitches-types.0",
46
- "@mirohq/design-system-styles": "^3.1.0-fix-stitches-types.0",
47
- "@mirohq/design-system-tooltip": "^4.3.0-fix-stitches-types.0",
37
+ "@mirohq/design-system-base-button": "^1.2.0-fix-stitches-types.2",
38
+ "@mirohq/design-system-base-form": "^1.2.0-fix-stitches-types.2",
39
+ "@mirohq/design-system-base-text-field": "^1.3.0-fix-stitches-types.2",
40
+ "@mirohq/design-system-button": "^5.2.0-fix-stitches-types.2",
41
+ "@mirohq/design-system-flex": "^3.2.0-fix-stitches-types.2",
42
+ "@mirohq/design-system-icon-button": "^4.2.0-fix-stitches-types.2",
43
+ "@mirohq/design-system-icons": "^1.28.0-fix-stitches-types.2",
44
+ "@mirohq/design-system-primitive": "^2.2.0-fix-stitches-types.2",
45
+ "@mirohq/design-system-stitches": "^3.2.0-fix-stitches-types.2",
46
+ "@mirohq/design-system-styles": "^3.1.0-fix-stitches-types.2",
47
+ "@mirohq/design-system-tooltip": "^4.3.0-fix-stitches-types.2",
48
48
  "@mirohq/design-system-types": "^1.0.1",
49
- "@mirohq/design-system-typography": "^1.3.0-fix-stitches-types.0",
49
+ "@mirohq/design-system-typography": "^1.3.0-fix-stitches-types.2",
50
50
  "@mirohq/design-system-utils": "^1.2.1"
51
51
  },
52
52
  "scripts": {