Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified .yarn/install-state.gz
Binary file not shown.
36 changes: 25 additions & 11 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 2025-12-26
* Generated on 2026-01-09
*/
export interface GlobalTypes {
Color: {
Expand All @@ -15,6 +15,7 @@
60: "#83838c",
70: "#696970",
80: "#515157",
85: "#47474d",
90: "#3d3d42",
100: "#343438",
Black: "#232326",
Expand Down Expand Up @@ -297,6 +298,7 @@ export interface ColorTypes {
60: "#83838c",
70: "#696970",
80: "#515157",
85: "#47474d",
90: "#3d3d42",
100: "#343438",
Black: "#232326",
Expand Down Expand Up @@ -680,7 +682,8 @@ export interface AliasTypes {
Hover: "#3d3d42",
Focus: "#0174bc",
Error: "#d63c42",
Disabled: "#c2c2ca"
Disabled: "#c2c2ca",
Light: "#d6d6dd"
},
Background: {
Primary: "#ffffff",
Expand All @@ -704,9 +707,9 @@ export interface AliasTypes {
L: "0 16px 32px 0 rgba(58,59,63,0.18), 0 4px 8px 0 rgba(58,59,63,0.08)",
Drawer: {
Right: "-16px 0 32px 0 rgba(61,61,66,0.18)",
Left: "inset 16px 0 32px 0 rgba(61,61,66,0.18)",
Top: "inset 0 16px 32px 0 rgba(61,61,66,0.18)",
Bottom: "inset 0 -16px 32px 0 rgba(61,61,66,0.18)"
Left: "16px 0 32px 0 rgba(61,61,66,0.18)",
Top: "0 16px 32px 0 rgba(61,61,66,0.18)",
Bottom: "0 -16px 32px 0 rgba(61,61,66,0.18)"
}
},
Typography: {
Expand Down Expand Up @@ -1056,7 +1059,8 @@ export interface InteractionTypes {
Hover: "#3d3d42",
Focus: "#0174bc",
Error: "#d63c42",
Disabled: "#c2c2ca"
Disabled: "#c2c2ca",
Light: "#d6d6dd"
},
Background: {
Primary: "#ffffff",
Expand All @@ -1083,9 +1087,9 @@ export interface ElevationTypes {
L: "0 16px 32px 0 rgba(58,59,63,0.18), 0 4px 8px 0 rgba(58,59,63,0.08)",
Drawer: {
Right: "-16px 0 32px 0 rgba(61,61,66,0.18)",
Left: "inset 16px 0 32px 0 rgba(61,61,66,0.18)",
Top: "inset 0 16px 32px 0 rgba(61,61,66,0.18)",
Bottom: "inset 0 -16px 32px 0 rgba(61,61,66,0.18)"
Left: "16px 0 32px 0 rgba(61,61,66,0.18)",
Top: "0 16px 32px 0 rgba(61,61,66,0.18)",
Bottom: "0 -16px 32px 0 rgba(61,61,66,0.18)"
}
}

Expand Down Expand Up @@ -2263,7 +2267,8 @@ export interface ComponentTypes {
},
Dropdown: {
Icon: {
Default: "#3d3d42",
Primary: "#3d3d42",
Secondary: "#696970",
Disabled: "#a3a3ab"
},
Text: {
Expand All @@ -2275,7 +2280,11 @@ export interface ComponentTypes {
Background: {
Default: "#ffffff",
Hover: "#edf8ff",
Selected: "#ceedfe",
Category: "#f7f7fa"
},
Border: {
Default: "#d6d6dd"
}
},
GlobalHeader: {
Expand Down Expand Up @@ -4848,7 +4857,8 @@ declare const Drawer: DrawerTypes;

export interface DropdownTypes {
Icon: {
Default: "#3d3d42",
Primary: "#3d3d42",
Secondary: "#696970",
Disabled: "#a3a3ab"
},
Text: {
Expand All @@ -4860,7 +4870,11 @@ export interface DropdownTypes {
Background: {
Default: "#ffffff",
Hover: "#edf8ff",
Selected: "#ceedfe",
Category: "#f7f7fa"
},
Border: {
Default: "#d6d6dd"
}
}

Expand Down
36 changes: 25 additions & 11 deletions dist/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

/**
* Do not edit directly
* Generated on 2025-12-26
* Generated on 2026-01-09
*/
export const Global = {
Color: {
Expand All @@ -15,6 +15,7 @@
60: "#83838c",
70: "#696970",
80: "#515157",
85: "#47474d",
90: "#3d3d42",
100: "#343438",
Black: "#232326",
Expand Down Expand Up @@ -295,6 +296,7 @@ export const Color = {
60: "#83838c",
70: "#696970",
80: "#515157",
85: "#47474d",
90: "#3d3d42",
100: "#343438",
Black: "#232326",
Expand Down Expand Up @@ -670,7 +672,8 @@ export const Alias = {
Hover: "#3d3d42",
Focus: "#0174bc",
Error: "#d63c42",
Disabled: "#c2c2ca"
Disabled: "#c2c2ca",
Light: "#d6d6dd"
},
Background: {
Primary: "#ffffff",
Expand All @@ -694,9 +697,9 @@ export const Alias = {
L: "0 16px 32px 0 rgba(58,59,63,0.18), 0 4px 8px 0 rgba(58,59,63,0.08)",
Drawer: {
Right: "-16px 0 32px 0 rgba(61,61,66,0.18)",
Left: "inset 16px 0 32px 0 rgba(61,61,66,0.18)",
Top: "inset 0 16px 32px 0 rgba(61,61,66,0.18)",
Bottom: "inset 0 -16px 32px 0 rgba(61,61,66,0.18)"
Left: "16px 0 32px 0 rgba(61,61,66,0.18)",
Top: "0 16px 32px 0 rgba(61,61,66,0.18)",
Bottom: "0 -16px 32px 0 rgba(61,61,66,0.18)"
}
},
Typography: {
Expand Down Expand Up @@ -1036,7 +1039,8 @@ export const Interaction = {
Hover: "#3d3d42",
Focus: "#0174bc",
Error: "#d63c42",
Disabled: "#c2c2ca"
Disabled: "#c2c2ca",
Light: "#d6d6dd"
},
Background: {
Primary: "#ffffff",
Expand All @@ -1061,9 +1065,9 @@ export const Elevation = {
L: "0 16px 32px 0 rgba(58,59,63,0.18), 0 4px 8px 0 rgba(58,59,63,0.08)",
Drawer: {
Right: "-16px 0 32px 0 rgba(61,61,66,0.18)",
Left: "inset 16px 0 32px 0 rgba(61,61,66,0.18)",
Top: "inset 0 16px 32px 0 rgba(61,61,66,0.18)",
Bottom: "inset 0 -16px 32px 0 rgba(61,61,66,0.18)"
Left: "16px 0 32px 0 rgba(61,61,66,0.18)",
Top: "0 16px 32px 0 rgba(61,61,66,0.18)",
Bottom: "0 -16px 32px 0 rgba(61,61,66,0.18)"
}
};

Expand Down Expand Up @@ -2231,7 +2235,8 @@ export const Component = {
},
Dropdown: {
Icon: {
Default: "#3d3d42",
Primary: "#3d3d42",
Secondary: "#696970",
Disabled: "#a3a3ab"
},
Text: {
Expand All @@ -2243,7 +2248,11 @@ export const Component = {
Background: {
Default: "#ffffff",
Hover: "#edf8ff",
Selected: "#ceedfe",
Category: "#f7f7fa"
},
Border: {
Default: "#d6d6dd"
}
},
GlobalHeader: {
Expand Down Expand Up @@ -4774,7 +4783,8 @@ export const Drawer = {

export const Dropdown = {
Icon: {
Default: "#3d3d42",
Primary: "#3d3d42",
Secondary: "#696970",
Disabled: "#a3a3ab"
},
Text: {
Expand All @@ -4786,7 +4796,11 @@ export const Dropdown = {
Background: {
Default: "#ffffff",
Hover: "#edf8ff",
Selected: "#ceedfe",
Category: "#f7f7fa"
},
Border: {
Default: "#d6d6dd"
}
};

Expand Down
Loading