Skip to content

Commit

Permalink
test(tokens): update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
alisonailea authored and jcfranco committed Nov 15, 2024
1 parent d6ea2c2 commit 2569cfb
Showing 1 changed file with 0 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -407,8 +407,6 @@ exports[`generated tokens CSS global should match 1`] = `
--calcite-space-fixed-sm: 8px; /* deprecated */
--calcite-space-fixed-xs: 6px; /* deprecated */
--calcite-space-fixed-xxs: 4px; /* deprecated */
--calcite-space-fixed-base: 2px; /* deprecated */
--calcite-space-fixed-px: 1px; /* deprecated */
--calcite-size-xxl: 2.75rem;
--calcite-size-xl: 2rem;
--calcite-size-lg: 1.5rem;
Expand All @@ -427,7 +425,6 @@ exports[`generated tokens CSS global should match 1`] = `
--calcite-size-fixed-xs: 6px; /* deprecated */
--calcite-size-fixed-xxs: 4px; /* deprecated */
--calcite-size-fixed-xxxs: 2px; /* deprecated */
--calcite-size-fixed-px: 1px; /* deprecated */
--calcite-opacity-disabled: 0.5;
--calcite-opacity-full: 1;
--calcite-opacity-dark: 0.85;
Expand Down Expand Up @@ -972,7 +969,6 @@ export const calciteOpacityDisabled = "0.5";
export const calciteShadowNone = {"x":"0","y":"0","blur":"0","spread":"0","color":"rgba(#000000, 0)"};
export const calciteShadowSm = [{"x":"0","y":"2","blur":"8","spread":"0","color":"rgba(#000000, 0.04)"},{"x":"0","y":"4","blur":"16","spread":"0","color":"rgba(#000000, 0.08)"}];
export const calciteShadowMd = [{"x":"0","y":"4","blur":"20","spread":"0","color":"rgba(#000000, 0.08)"},{"x":"0","y":"12","blur":"32","spread":"-2","color":"rgba(#000000, 0.1)"}];
export const calciteSizeFixedPx = "1px"; // deprecated
export const calciteSizeFixedXxxs = "2px"; // deprecated
export const calciteSizeFixedXxs = "4px"; // deprecated
export const calciteSizeFixedXs = "6px"; // deprecated
Expand All @@ -991,8 +987,6 @@ export const calciteSizeMdPlus = "1.25rem";
export const calciteSizeLg = "1.5rem";
export const calciteSizeXl = "2rem";
export const calciteSizeXxl = "2.75rem";
export const calciteSpaceFixedPx = "1px"; // deprecated
export const calciteSpaceFixedBase = "2px"; // deprecated
export const calciteSpaceFixedXxs = "4px"; // deprecated
export const calciteSpaceFixedXs = "6px"; // deprecated
export const calciteSpaceFixedSm = "8px"; // deprecated
Expand Down Expand Up @@ -1222,8 +1216,6 @@ export const calciteShadowNone : { x: string, y: string, blur: string, spread: s
export const calciteShadowSm : { x: string, y: string, blur: string, spread: string, color: string }[];
export const calciteShadowMd : { x: string, y: string, blur: string, spread: string, color: string }[];
/** deprecated */
export const calciteSizeFixedPx : string;
/** deprecated */
export const calciteSizeFixedXxxs : string;
/** deprecated */
export const calciteSizeFixedXxs : string;
Expand Down Expand Up @@ -1253,10 +1245,6 @@ export const calciteSizeLg : string;
export const calciteSizeXl : string;
export const calciteSizeXxl : string;
/** deprecated */
export const calciteSpaceFixedPx : string;
/** deprecated */
export const calciteSpaceFixedBase : string;
/** deprecated */
export const calciteSpaceFixedXxs : string;
/** deprecated */
export const calciteSpaceFixedXs : string;
Expand Down Expand Up @@ -2084,8 +2072,6 @@ $calcite-space-fixed-md: 12px; // deprecated
$calcite-space-fixed-sm: 8px; // deprecated
$calcite-space-fixed-xs: 6px; // deprecated
$calcite-space-fixed-xxs: 4px; // deprecated
$calcite-space-fixed-base: 2px; // deprecated
$calcite-space-fixed-px: 1px; // deprecated
$calcite-size-xxl: 2.75rem;
$calcite-size-xl: 2rem;
$calcite-size-lg: 1.5rem;
Expand All @@ -2104,7 +2090,6 @@ $calcite-size-fixed-sm: 8px; // deprecated
$calcite-size-fixed-xs: 6px; // deprecated
$calcite-size-fixed-xxs: 4px; // deprecated
$calcite-size-fixed-xxxs: 2px; // deprecated
$calcite-size-fixed-px: 1px; // deprecated
$calcite-opacity-disabled: 0.5;
$calcite-opacity-full: 1;
$calcite-opacity-dark: 0.85;
Expand Down

0 comments on commit 2569cfb

Please sign in to comment.