@mirohq/design-system-calendar 0.1.26-select.0 → 0.1.26

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 +3 -3
  2. package/package.json +5 -5
package/dist/types.d.ts CHANGED
@@ -300,9 +300,9 @@ declare const StyledCalendar: React.ForwardRefExoticComponent<Omit<Omit<{}, neve
300
300
  };
301
301
  'z-indices': {
302
302
  readonly dropdownMenu: 100;
303
- readonly select: 100;
304
- readonly popover: 200;
305
- readonly tooltip: 300;
303
+ readonly select: 200;
304
+ readonly popover: 300;
305
+ readonly tooltip: 400;
306
306
  };
307
307
  }, {
308
308
  readonly background: "colors";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-calendar",
3
- "version": "0.1.26-select.0",
3
+ "version": "0.1.26",
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.16-select.0",
34
- "@mirohq/design-system-flex": "^2.1.24-select.0",
35
- "@mirohq/design-system-icons": "^0.30.1-select.0",
33
+ "@mirohq/design-system-button": "^3.1.16",
34
+ "@mirohq/design-system-stitches": "^2.3.11",
35
+ "@mirohq/design-system-icons": "^0.30.1",
36
36
  "@mirohq/design-system-primitive": "^1.1.1",
37
- "@mirohq/design-system-stitches": "^2.3.11-select.0"
37
+ "@mirohq/design-system-flex": "^2.1.24"
38
38
  },
39
39
  "scripts": {
40
40
  "build": "rollup -c ../../../rollup.config.js",