Skip to content

Commit

Permalink
yarn generate with new package updates changes 0rem to 0 hmm
Browse files Browse the repository at this point in the history
  • Loading branch information
coliu-akamai committed Sep 13, 2024
1 parent f3cfa58 commit ab1dce8
Show file tree
Hide file tree
Showing 24 changed files with 72 additions and 72 deletions.
10 changes: 5 additions & 5 deletions dist/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

/**
* Do not edit directly
* Generated on 2024-09-11
* Generated on 2024-09-13
*/
export interface GlobalTypes {
Color: {
Expand Down Expand Up @@ -217,7 +217,7 @@
}
},
Spacing: {
0: "0rem",
0: "0",
10: "0.125rem",
20: "0.25rem",
30: "0.375rem",
Expand Down Expand Up @@ -269,7 +269,7 @@
}
},
BorderRadius: {
None: "0rem"
None: "0"
}
}

Expand Down Expand Up @@ -491,7 +491,7 @@ export interface ColorTypes {
declare const Color: ColorTypes;

export interface SpacingTypes {
0: "0rem",
0: "0",
10: "0.125rem",
20: "0.25rem",
30: "0.375rem",
Expand Down Expand Up @@ -549,7 +549,7 @@ export interface FontTypes {
declare const Font: FontTypes;

export interface BorderRadiusTypes {
None: "0rem"
None: "0"
}

declare const BorderRadius: BorderRadiusTypes;
Expand Down
10 changes: 5 additions & 5 deletions dist/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

/**
* Do not edit directly
* Generated on 2024-09-11
* Generated on 2024-09-13
*/
export const Global = {
Color: {
Expand Down Expand Up @@ -217,7 +217,7 @@
}
},
Spacing: {
0: "0rem",
0: "0",
10: "0.125rem",
20: "0.25rem",
30: "0.375rem",
Expand Down Expand Up @@ -269,7 +269,7 @@
}
},
BorderRadius: {
None: "0rem"
None: "0"
}
};

Expand Down Expand Up @@ -487,7 +487,7 @@ export const Color = {
};

export const Spacing = {
0: "0rem",
0: "0",
10: "0.125rem",
20: "0.25rem",
30: "0.375rem",
Expand Down Expand Up @@ -541,7 +541,7 @@ export const Font = {
};

export const BorderRadius = {
None: "0rem"
None: "0"
};

export const Alias = {
Expand Down
10 changes: 5 additions & 5 deletions dist/themes/dark/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

/**
* Do not edit directly
* Generated on 2024-09-11
* Generated on 2024-09-13
*/
export interface GlobalTypes {
Color: {
Expand Down Expand Up @@ -217,7 +217,7 @@
}
},
Spacing: {
0: "0rem",
0: "0",
10: "0.125rem",
20: "0.25rem",
30: "0.375rem",
Expand Down Expand Up @@ -269,7 +269,7 @@
}
},
BorderRadius: {
None: "0rem"
None: "0"
}
}

Expand Down Expand Up @@ -491,7 +491,7 @@ export interface ColorTypes {
declare const Color: ColorTypes;

export interface SpacingTypes {
0: "0rem",
0: "0",
10: "0.125rem",
20: "0.25rem",
30: "0.375rem",
Expand Down Expand Up @@ -549,7 +549,7 @@ export interface FontTypes {
declare const Font: FontTypes;

export interface BorderRadiusTypes {
None: "0rem"
None: "0"
}

declare const BorderRadius: BorderRadiusTypes;
Expand Down
10 changes: 5 additions & 5 deletions dist/themes/dark/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

/**
* Do not edit directly
* Generated on 2024-09-11
* Generated on 2024-09-13
*/
export const Global = {
Color: {
Expand Down Expand Up @@ -217,7 +217,7 @@
}
},
Spacing: {
0: "0rem",
0: "0",
10: "0.125rem",
20: "0.25rem",
30: "0.375rem",
Expand Down Expand Up @@ -269,7 +269,7 @@
}
},
BorderRadius: {
None: "0rem"
None: "0"
}
};

Expand Down Expand Up @@ -487,7 +487,7 @@ export const Color = {
};

export const Spacing = {
0: "0rem",
0: "0",
10: "0.125rem",
20: "0.25rem",
30: "0.375rem",
Expand Down Expand Up @@ -541,7 +541,7 @@ export const Font = {
};

export const BorderRadius = {
None: "0rem"
None: "0"
};

export const Alias = {
Expand Down
4 changes: 2 additions & 2 deletions dist/themes/dark/tokens.css
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
--token-global-color-brown-80: #8c795d;
--token-global-color-brown-90: #776750;
--token-global-color-brown-100: #3b352b;
--token-global-spacing-0: 0rem;
--token-global-spacing-0: 0;
--token-global-spacing-10: 0.125rem; /* 2px */
--token-global-spacing-20: 0.25rem; /* 4px */
--token-global-spacing-30: 0.375rem; /* 6px */
Expand Down Expand Up @@ -217,7 +217,7 @@
--token-global-font-line-height-xxl: 2.375rem; /* 38px */
--token-global-font-line-height-xxxl: 2.625rem; /* 42px */
--token-global-font-textcase-uppercase: uppercase;
--token-global-border-radius-none: 0rem;
--token-global-border-radius-none: 0;
--token-alias-content-text-base: #343438;
--token-alias-content-text-negative: #eb9091; /* Error message text */
--token-alias-content-text-warning: #fecb34;
Expand Down
4 changes: 2 additions & 2 deletions dist/themes/dark/tokens.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ export const TokenGlobalColorBrown70 = "#978365";
export const TokenGlobalColorBrown80 = "#8c795d";
export const TokenGlobalColorBrown90 = "#776750";
export const TokenGlobalColorBrown100 = "#3b352b";
export const TokenGlobalSpacing0 = "0rem";
export const TokenGlobalSpacing0 = "0";
export const TokenGlobalSpacing10 = "0.125rem"; // 2px
export const TokenGlobalSpacing20 = "0.25rem"; // 4px
export const TokenGlobalSpacing30 = "0.375rem"; // 6px
Expand Down Expand Up @@ -216,7 +216,7 @@ export const TokenGlobalFontLineHeightXl = "2rem"; // 32px
export const TokenGlobalFontLineHeightXxl = "2.375rem"; // 38px
export const TokenGlobalFontLineHeightXxxl = "2.625rem"; // 42px
export const TokenGlobalFontTextcaseUppercase = "uppercase";
export const TokenGlobalBorderRadiusNone = "0rem";
export const TokenGlobalBorderRadiusNone = "0";
export const TokenAliasContentTextBase = "#343438";
export const TokenAliasContentTextNegative = "#eb9091"; // Error message text
export const TokenAliasContentTextWarning = "#fecb34";
Expand Down
4 changes: 2 additions & 2 deletions dist/themes/dark/tokens.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ export const TokenGlobalColorBrown70 = "#978365";
export const TokenGlobalColorBrown80 = "#8c795d";
export const TokenGlobalColorBrown90 = "#776750";
export const TokenGlobalColorBrown100 = "#3b352b";
export const TokenGlobalSpacing0 = "0rem";
export const TokenGlobalSpacing0 = "0";
export const TokenGlobalSpacing10 = "0.125rem"; // 2px
export const TokenGlobalSpacing20 = "0.25rem"; // 4px
export const TokenGlobalSpacing30 = "0.375rem"; // 6px
Expand Down Expand Up @@ -216,7 +216,7 @@ export const TokenGlobalFontLineHeightXl = "2rem"; // 32px
export const TokenGlobalFontLineHeightXxl = "2.375rem"; // 38px
export const TokenGlobalFontLineHeightXxxl = "2.625rem"; // 42px
export const TokenGlobalFontTextcaseUppercase = "uppercase";
export const TokenGlobalBorderRadiusNone = "0rem";
export const TokenGlobalBorderRadiusNone = "0";
export const TokenAliasContentTextBase = "#343438";
export const TokenAliasContentTextNegative = "#eb9091"; // Error message text
export const TokenAliasContentTextWarning = "#fecb34";
Expand Down
4 changes: 2 additions & 2 deletions dist/themes/dark/tokens.scss
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ $token-global-color-brown-70: #978365;
$token-global-color-brown-80: #8c795d;
$token-global-color-brown-90: #776750;
$token-global-color-brown-100: #3b352b;
$token-global-spacing-0: 0rem;
$token-global-spacing-0: 0;
$token-global-spacing-10: 0.125rem; // 2px
$token-global-spacing-20: 0.25rem; // 4px
$token-global-spacing-30: 0.375rem; // 6px
Expand Down Expand Up @@ -215,7 +215,7 @@ $token-global-font-line-height-xl: 2rem; // 32px
$token-global-font-line-height-xxl: 2.375rem; // 38px
$token-global-font-line-height-xxxl: 2.625rem; // 42px
$token-global-font-textcase-uppercase: uppercase;
$token-global-border-radius-none: 0rem;
$token-global-border-radius-none: 0;
$token-alias-content-text-base: #343438;
$token-alias-content-text-negative: #eb9091; // Error message text
$token-alias-content-text-warning: #fecb34;
Expand Down
10 changes: 5 additions & 5 deletions dist/themes/densedDark/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

/**
* Do not edit directly
* Generated on 2024-09-11
* Generated on 2024-09-13
*/
export interface GlobalTypes {
Color: {
Expand Down Expand Up @@ -217,7 +217,7 @@
}
},
Spacing: {
0: "0rem",
0: "0",
10: "0.125rem",
20: "0.25rem",
30: "0.375rem",
Expand Down Expand Up @@ -269,7 +269,7 @@
}
},
BorderRadius: {
None: "0rem"
None: "0"
}
}

Expand Down Expand Up @@ -491,7 +491,7 @@ export interface ColorTypes {
declare const Color: ColorTypes;

export interface SpacingTypes {
0: "0rem",
0: "0",
10: "0.125rem",
20: "0.25rem",
30: "0.375rem",
Expand Down Expand Up @@ -549,7 +549,7 @@ export interface FontTypes {
declare const Font: FontTypes;

export interface BorderRadiusTypes {
None: "0rem"
None: "0"
}

declare const BorderRadius: BorderRadiusTypes;
Expand Down
10 changes: 5 additions & 5 deletions dist/themes/densedDark/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

/**
* Do not edit directly
* Generated on 2024-09-11
* Generated on 2024-09-13
*/
export const Global = {
Color: {
Expand Down Expand Up @@ -217,7 +217,7 @@
}
},
Spacing: {
0: "0rem",
0: "0",
10: "0.125rem",
20: "0.25rem",
30: "0.375rem",
Expand Down Expand Up @@ -269,7 +269,7 @@
}
},
BorderRadius: {
None: "0rem"
None: "0"
}
};

Expand Down Expand Up @@ -487,7 +487,7 @@ export const Color = {
};

export const Spacing = {
0: "0rem",
0: "0",
10: "0.125rem",
20: "0.25rem",
30: "0.375rem",
Expand Down Expand Up @@ -541,7 +541,7 @@ export const Font = {
};

export const BorderRadius = {
None: "0rem"
None: "0"
};

export const Alias = {
Expand Down
4 changes: 2 additions & 2 deletions dist/themes/densedDark/tokens.css
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
--token-global-color-brown-80: #8c795d;
--token-global-color-brown-90: #776750;
--token-global-color-brown-100: #3b352b;
--token-global-spacing-0: 0rem;
--token-global-spacing-0: 0;
--token-global-spacing-10: 0.125rem; /* 2px */
--token-global-spacing-20: 0.25rem; /* 4px */
--token-global-spacing-30: 0.375rem; /* 6px */
Expand Down Expand Up @@ -217,7 +217,7 @@
--token-global-font-line-height-xxl: 2.375rem; /* 38px */
--token-global-font-line-height-xxxl: 2.625rem; /* 42px */
--token-global-font-textcase-uppercase: uppercase;
--token-global-border-radius-none: 0rem;
--token-global-border-radius-none: 0;
--token-alias-content-text-base: #343438;
--token-alias-content-text-negative: #eb9091; /* Error message text */
--token-alias-content-text-warning: #fecb34;
Expand Down
4 changes: 2 additions & 2 deletions dist/themes/densedDark/tokens.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ export const TokenGlobalColorBrown70 = "#978365";
export const TokenGlobalColorBrown80 = "#8c795d";
export const TokenGlobalColorBrown90 = "#776750";
export const TokenGlobalColorBrown100 = "#3b352b";
export const TokenGlobalSpacing0 = "0rem";
export const TokenGlobalSpacing0 = "0";
export const TokenGlobalSpacing10 = "0.125rem"; // 2px
export const TokenGlobalSpacing20 = "0.25rem"; // 4px
export const TokenGlobalSpacing30 = "0.375rem"; // 6px
Expand Down Expand Up @@ -216,7 +216,7 @@ export const TokenGlobalFontLineHeightXl = "2rem"; // 32px
export const TokenGlobalFontLineHeightXxl = "2.375rem"; // 38px
export const TokenGlobalFontLineHeightXxxl = "2.625rem"; // 42px
export const TokenGlobalFontTextcaseUppercase = "uppercase";
export const TokenGlobalBorderRadiusNone = "0rem";
export const TokenGlobalBorderRadiusNone = "0";
export const TokenAliasContentTextBase = "#343438";
export const TokenAliasContentTextNegative = "#eb9091"; // Error message text
export const TokenAliasContentTextWarning = "#fecb34";
Expand Down
4 changes: 2 additions & 2 deletions dist/themes/densedDark/tokens.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ export const TokenGlobalColorBrown70 = "#978365";
export const TokenGlobalColorBrown80 = "#8c795d";
export const TokenGlobalColorBrown90 = "#776750";
export const TokenGlobalColorBrown100 = "#3b352b";
export const TokenGlobalSpacing0 = "0rem";
export const TokenGlobalSpacing0 = "0";
export const TokenGlobalSpacing10 = "0.125rem"; // 2px
export const TokenGlobalSpacing20 = "0.25rem"; // 4px
export const TokenGlobalSpacing30 = "0.375rem"; // 6px
Expand Down Expand Up @@ -216,7 +216,7 @@ export const TokenGlobalFontLineHeightXl = "2rem"; // 32px
export const TokenGlobalFontLineHeightXxl = "2.375rem"; // 38px
export const TokenGlobalFontLineHeightXxxl = "2.625rem"; // 42px
export const TokenGlobalFontTextcaseUppercase = "uppercase";
export const TokenGlobalBorderRadiusNone = "0rem";
export const TokenGlobalBorderRadiusNone = "0";
export const TokenAliasContentTextBase = "#343438";
export const TokenAliasContentTextNegative = "#eb9091"; // Error message text
export const TokenAliasContentTextWarning = "#fecb34";
Expand Down
Loading

0 comments on commit ab1dce8

Please sign in to comment.