@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 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
- var templateObject_1, templateObject_2;
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;
@@ -1,5 +1,4 @@
1
1
  export declare const ZINDEX: {
2
- CHANNEL_TALK: number;
3
2
  FAB: number;
4
3
  GUIDE: number;
5
4
  ALERT: number;
@@ -3,7 +3,6 @@
3
3
  // 사용하는 주체 (코들, 주피터)에서 결정해야하는 경우가 많기 때문이다.
4
4
  // https://www.figma.com/file/2p3WzTRpZQ97A37HVXM1Sc/master?type=design&node-id=402-48963&mode=design&t=YFltSOZZy7PAYK3x-0
5
5
  export var ZINDEX = {
6
- CHANNEL_TALK: 901,
7
6
  FAB: 900,
8
7
  GUIDE: 800,
9
8
  ALERT: 700,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@team-monolith/cds",
3
- "version": "0.21.2",
3
+ "version": "0.21.3",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "sideEffects": false,