@matbea-ui/matbea-ui 0.2.0-dev.562872 → 0.2.0-dev.575027

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.
@@ -362,8 +362,8 @@ declare const theme: {
362
362
  };
363
363
  readonly media: {
364
364
  readonly maxWidth: {
365
- readonly mobile: "@media (max-width: 375px)";
366
- readonly tablet: "@media (max-width: 834px)";
365
+ readonly mobile: "@media (max-width: 576px)";
366
+ readonly tablet: "@media (max-width: 1023px)";
367
367
  };
368
368
  };
369
369
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@matbea-ui/matbea-ui",
3
- "version": "0.2.0-dev.562872",
3
+ "version": "0.2.0-dev.575027",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "main": "dist/matbea-ui.cjs.js",