@esri/calcite-design-tokens 3.2.0-next.3 → 3.2.0-next.5

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.
@@ -7,30 +7,6 @@ export const calciteBorderWidthNone: string;
7
7
  export const calciteBorderWidthSm: string;
8
8
  export const calciteBorderWidthMd: string;
9
9
  export const calciteBorderWidthLg: string;
10
- /** Small handheld devices and mini-windows */
11
- export const calciteContainerSizeHeightXxs: { min: string; max: string };
12
- /** Handheld devices */
13
- export const calciteContainerSizeHeightXs: { min: string; max: string };
14
- /** Small tablets */
15
- export const calciteContainerSizeHeightSm: { min: string; max: string };
16
- /** Small laptops */
17
- export const calciteContainerSizeHeightMd: { min: string; max: string };
18
- /** Large laptops and desktop computers */
19
- export const calciteContainerSizeHeightLg: { min: string; max: string };
20
- /** Projectors and televisions */
21
- export const calciteContainerSizeHeightXl: { min: string };
22
- /** Small handheld devices and mini-windows */
23
- export const calciteContainerSizeWidthXxs: { min: string; max: string };
24
- /** Handheld devices */
25
- export const calciteContainerSizeWidthXs: { min: string; max: string };
26
- /** Small tablets */
27
- export const calciteContainerSizeWidthSm: { min: string; max: string };
28
- /** Small laptops */
29
- export const calciteContainerSizeWidthMd: { min: string; max: string };
30
- /** Large laptops and desktop computers */
31
- export const calciteContainerSizeWidthLg: { min: string; max: string };
32
- /** Projectors and televisions */
33
- export const calciteContainerSizeWidthXl: { min: string };
34
10
  export const calciteContainerSizeMargin: string;
35
11
  export const calciteContainerSizeGutter: string;
36
12
  /** for fluid grid widths */
@@ -7,18 +7,6 @@ export const calciteBorderWidthNone = "0";
7
7
  export const calciteBorderWidthSm = "1px";
8
8
  export const calciteBorderWidthMd = "2px";
9
9
  export const calciteBorderWidthLg = "4px";
10
- export const calciteContainerSizeHeightXxs = { min: "0", max: "154px" }; // Small handheld devices and mini-windows
11
- export const calciteContainerSizeHeightXs = { min: "155px", max: "328px" }; // Handheld devices
12
- export const calciteContainerSizeHeightSm = { min: "329px", max: "504px" }; // Small tablets
13
- export const calciteContainerSizeHeightMd = { min: "505px", max: "678px" }; // Small laptops
14
- export const calciteContainerSizeHeightLg = { min: "679px", max: "854px" }; // Large laptops and desktop computers
15
- export const calciteContainerSizeHeightXl = { min: "855px" }; // Projectors and televisions
16
- export const calciteContainerSizeWidthXxs = { min: "0", max: "320px" }; // Small handheld devices and mini-windows
17
- export const calciteContainerSizeWidthXs = { min: "321px", max: "476px" }; // Handheld devices
18
- export const calciteContainerSizeWidthSm = { min: "477px", max: "768px" }; // Small tablets
19
- export const calciteContainerSizeWidthMd = { min: "769px", max: "1152px" }; // Small laptops
20
- export const calciteContainerSizeWidthLg = { min: "1153px", max: "1440px" }; // Large laptops and desktop computers
21
- export const calciteContainerSizeWidthXl = { min: "1441px" }; // Projectors and televisions
22
10
  export const calciteContainerSizeMargin = "24px";
23
11
  export const calciteContainerSizeGutter = "16px";
24
12
  export const calciteContainerSizeContentFluid = "100%"; // for fluid grid widths