Skip to content

Commit

Permalink
Merge pull request #68 from linode/staging
Browse files Browse the repository at this point in the history
Release v2.8.0 - staging → main
  • Loading branch information
jaalah-akamai authored Oct 7, 2024
2 parents 0e0efb4 + d75026b commit c9ede1c
Show file tree
Hide file tree
Showing 29 changed files with 1,124 additions and 1,206 deletions.
Binary file modified .yarn/install-state.gz
Binary file not shown.
62 changes: 33 additions & 29 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-13
* Generated on 2024-09-30
*/
export interface GlobalTypes {
Color: {
Expand Down Expand Up @@ -1499,40 +1499,40 @@ export interface ComponentTypes {
Primary: {
Default: {
Background: "#0174bc",
Border: "#ffffff",
Border: "#0174bc",
Text: "#ffffff",
Icon: "#ffffff"
},
HoverLeft: {
BackgroundLeft: "#009cde",
BackgroundRight: "#0174bc",
Border: "#ffffff",
Border: "#009cde",
Text: "#ffffff",
Icon: "#ffffff"
},
HoverRight: {
BackgroundLeft: "#0174bc",
BackgroundRight: "#009cde",
Border: "#ffffff",
Border: "#009cde",
Text: "#ffffff",
Icon: "#ffffff"
},
Active: {
Background: "#0174bc",
Border: "#ffffff",
Border: "#0174bc",
Text: "#ffffff",
Icon: "#ffffff"
},
Disabled: {
Background: "#e5e5ea",
Border: "#ffffff",
Border: "#e5e5ea",
Text: "#a3a3ab",
Icon: "#a3a3ab"
},
Loading: {
BackgroundLeft: "#0174bc",
BackgroundRight: "#0174bc",
Border: "#ffffff",
Border: "#0174bc",
Icon: "#ffffff"
}
},
Expand Down Expand Up @@ -1580,40 +1580,40 @@ export interface ComponentTypes {
Launch: {
Default: {
Background: "#232326",
Border: "#ffffff",
Border: "#232326",
Text: "#ffffff",
Icon: "#ffffff"
},
HoverLeft: {
BackgroundLeft: "#343438",
BackgroundRight: "#232326",
Border: "#ffffff",
Border: "#343438",
Text: "#ffffff",
Icon: "#ffffff"
},
HoverRight: {
BackgroundLeft: "#232326",
BackgroundRight: "#343438",
Border: "#ffffff",
Border: "#343438",
Text: "#ffffff",
Icon: "#ffffff"
},
Active: {
Background: "#232326",
Border: "#ffffff",
Border: "#232326",
Text: "#ffffff",
Icon: "#ffffff"
},
Disabled: {
Background: "#e5e5ea",
Border: "#ffffff",
Border: "#e5e5ea",
Text: "#a3a3ab",
Icon: "#a3a3ab"
},
Loading: {
BackgroundLeft: "#232326",
BackgroundRight: "#232326",
Border: "#ffffff",
Border: "#232326",
Icon: "#ffffff"
}
}
Expand Down Expand Up @@ -3284,7 +3284,8 @@ export interface ComponentTypes {
Circle: {
Background: "#ffffff",
Border: "#d6d6dd",
Text: "#a3a3ab"
Text: "#a3a3ab",
Icon: "#a3a3ab"
},
Text: "#a3a3ab"
}
Expand Down Expand Up @@ -3331,7 +3332,8 @@ export interface ComponentTypes {
Circle: {
Background: "#ffffff",
Border: "#d6d6dd",
Text: "#a3a3ab"
Text: "#a3a3ab",
Icon: "#a3a3ab"
},
Text: "#a3a3ab"
}
Expand Down Expand Up @@ -3704,40 +3706,40 @@ export interface SplitMenuButtonTypes {
Primary: {
Default: {
Background: "#0174bc",
Border: "#ffffff",
Border: "#0174bc",
Text: "#ffffff",
Icon: "#ffffff"
},
HoverLeft: {
BackgroundLeft: "#009cde",
BackgroundRight: "#0174bc",
Border: "#ffffff",
Border: "#009cde",
Text: "#ffffff",
Icon: "#ffffff"
},
HoverRight: {
BackgroundLeft: "#0174bc",
BackgroundRight: "#009cde",
Border: "#ffffff",
Border: "#009cde",
Text: "#ffffff",
Icon: "#ffffff"
},
Active: {
Background: "#0174bc",
Border: "#ffffff",
Border: "#0174bc",
Text: "#ffffff",
Icon: "#ffffff"
},
Disabled: {
Background: "#e5e5ea",
Border: "#ffffff",
Border: "#e5e5ea",
Text: "#a3a3ab",
Icon: "#a3a3ab"
},
Loading: {
BackgroundLeft: "#0174bc",
BackgroundRight: "#0174bc",
Border: "#ffffff",
Border: "#0174bc",
Icon: "#ffffff"
}
},
Expand Down Expand Up @@ -3785,40 +3787,40 @@ export interface SplitMenuButtonTypes {
Launch: {
Default: {
Background: "#232326",
Border: "#ffffff",
Border: "#232326",
Text: "#ffffff",
Icon: "#ffffff"
},
HoverLeft: {
BackgroundLeft: "#343438",
BackgroundRight: "#232326",
Border: "#ffffff",
Border: "#343438",
Text: "#ffffff",
Icon: "#ffffff"
},
HoverRight: {
BackgroundLeft: "#232326",
BackgroundRight: "#343438",
Border: "#ffffff",
Border: "#343438",
Text: "#ffffff",
Icon: "#ffffff"
},
Active: {
Background: "#232326",
Border: "#ffffff",
Border: "#232326",
Text: "#ffffff",
Icon: "#ffffff"
},
Disabled: {
Background: "#e5e5ea",
Border: "#ffffff",
Border: "#e5e5ea",
Text: "#a3a3ab",
Icon: "#a3a3ab"
},
Loading: {
BackgroundLeft: "#232326",
BackgroundRight: "#232326",
Border: "#ffffff",
Border: "#232326",
Icon: "#ffffff"
}
}
Expand Down Expand Up @@ -5630,7 +5632,8 @@ export interface StepperTypes {
Circle: {
Background: "#ffffff",
Border: "#d6d6dd",
Text: "#a3a3ab"
Text: "#a3a3ab",
Icon: "#a3a3ab"
},
Text: "#a3a3ab"
}
Expand Down Expand Up @@ -5677,7 +5680,8 @@ export interface StepperTypes {
Circle: {
Background: "#ffffff",
Border: "#d6d6dd",
Text: "#a3a3ab"
Text: "#a3a3ab",
Icon: "#a3a3ab"
},
Text: "#a3a3ab"
}
Expand Down
Loading

0 comments on commit c9ede1c

Please sign in to comment.