@team-monolith/cds 0.21.2 → 0.21.3
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.
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
import { CSSInterpolation } from "@emotion/serialize";
|
|
2
|
+
export declare const MAIN_CONTAINER_STYLE: import("@emotion/utils").SerializedStyles;
|
|
2
3
|
export declare const TABLET: (style: CSSInterpolation) => import("@emotion/utils").SerializedStyles;
|
|
3
4
|
export declare const MOBILE: (style: CSSInterpolation) => import("@emotion/utils").SerializedStyles;
|
|
@@ -3,6 +3,7 @@ var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cook
|
|
|
3
3
|
return cooked;
|
|
4
4
|
};
|
|
5
5
|
import { css } from "@emotion/react";
|
|
6
|
-
export var
|
|
7
|
-
export var
|
|
8
|
-
var
|
|
6
|
+
export var MAIN_CONTAINER_STYLE = css(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n container: main / inline-size;\n"], ["\n container: main / inline-size;\n"])));
|
|
7
|
+
export var TABLET = function (style) { return css(templateObject_2 || (templateObject_2 = __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); };
|
|
8
|
+
export var MOBILE = function (style) { return css(templateObject_3 || (templateObject_3 = __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); };
|
|
9
|
+
var templateObject_1, templateObject_2, templateObject_3;
|
package/dist/utils/zIndex.d.ts
CHANGED
package/dist/utils/zIndex.js
CHANGED