@team-monolith/cds 0.21.0 → 0.21.1

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.
@@ -3,6 +3,6 @@ var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cook
3
3
  return cooked;
4
4
  };
5
5
  import { css } from "@emotion/react";
6
- export var TABLET = function (style) { return css(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n @container layout-container (width < 1279px) {\n ", "\n }\n"], ["\n @container layout-container (width < 1279px) {\n ", "\n }\n"])), style); };
7
- export var MOBILE = function (style) { return css(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n @media (max-width: 719px) {\n ", "\n }\n"], ["\n @media (max-width: 719px) {\n ", "\n }\n"])), style); };
6
+ export var TABLET = function (style) { return css(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n @media (max-width: 1279px) {\n ", "\n }\n @container main (width < 1279px) {\n ", "\n }\n"], ["\n @media (max-width: 1279px) {\n ", "\n }\n @container main (width < 1279px) {\n ", "\n }\n"])), style, style); };
7
+ export var MOBILE = function (style) { return css(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n @media (max-width: 719px) {\n ", "\n }\n @container main (width < 719px) {\n ", "\n }\n"], ["\n @media (max-width: 719px) {\n ", "\n }\n @container main (width < 719px) {\n ", "\n }\n"])), style, style); };
8
8
  var templateObject_1, templateObject_2;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@team-monolith/cds",
3
- "version": "0.21.0",
3
+ "version": "0.21.1",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "sideEffects": false,