@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.
package/dist/types/index.d.ts
CHANGED
|
@@ -362,8 +362,8 @@ declare const theme: {
|
|
|
362
362
|
};
|
|
363
363
|
readonly media: {
|
|
364
364
|
readonly maxWidth: {
|
|
365
|
-
readonly mobile: "@media (max-width:
|
|
366
|
-
readonly tablet: "@media (max-width:
|
|
365
|
+
readonly mobile: "@media (max-width: 576px)";
|
|
366
|
+
readonly tablet: "@media (max-width: 1023px)";
|
|
367
367
|
};
|
|
368
368
|
};
|
|
369
369
|
};
|