Skip to content

Commit cab8f9e

Browse files
abailly-akamaijaalahjaalah-akamaidavyd-akamai
authored
Release v5.3.2 - staging → main (#110)
* update exports to include tokens * bump package.json * Drawer shadow fixes (#103) * Drawer shadows fixes * Dropdown component tokens update, new interaction.border token * New 'Neutral.85' global token, update for an 'interaction.background.primaryHover' alias token --------- Co-authored-by: Jaalah Ramos <125309814+jaalah-akamai@users.noreply.github.com> * update version & compilated files --------- Co-authored-by: Jaalah Ramos <jaalah.ramos@gmail.com> Co-authored-by: Jaalah Ramos <125309814+jaalah-akamai@users.noreply.github.com> Co-authored-by: Davyd Melkon <131438868+davyd-akamai@users.noreply.github.com>
1 parent 7e30790 commit cab8f9e

18 files changed

Lines changed: 249 additions & 132 deletions

File tree

.yarn/install-state.gz

-2 Bytes
Binary file not shown.

dist/index.d.ts

Lines changed: 25 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
/**
33
* Do not edit directly
4-
* Generated on 2025-12-26
4+
* Generated on 2026-01-09
55
*/
66
export interface GlobalTypes {
77
Color: {
@@ -15,6 +15,7 @@
1515
60: "#83838c",
1616
70: "#696970",
1717
80: "#515157",
18+
85: "#47474d",
1819
90: "#3d3d42",
1920
100: "#343438",
2021
Black: "#232326",
@@ -297,6 +298,7 @@ export interface ColorTypes {
297298
60: "#83838c",
298299
70: "#696970",
299300
80: "#515157",
301+
85: "#47474d",
300302
90: "#3d3d42",
301303
100: "#343438",
302304
Black: "#232326",
@@ -680,7 +682,8 @@ export interface AliasTypes {
680682
Hover: "#3d3d42",
681683
Focus: "#0174bc",
682684
Error: "#d63c42",
683-
Disabled: "#c2c2ca"
685+
Disabled: "#c2c2ca",
686+
Light: "#d6d6dd"
684687
},
685688
Background: {
686689
Primary: "#ffffff",
@@ -704,9 +707,9 @@ export interface AliasTypes {
704707
L: "0 16px 32px 0 rgba(58,59,63,0.18), 0 4px 8px 0 rgba(58,59,63,0.08)",
705708
Drawer: {
706709
Right: "-16px 0 32px 0 rgba(61,61,66,0.18)",
707-
Left: "inset 16px 0 32px 0 rgba(61,61,66,0.18)",
708-
Top: "inset 0 16px 32px 0 rgba(61,61,66,0.18)",
709-
Bottom: "inset 0 -16px 32px 0 rgba(61,61,66,0.18)"
710+
Left: "16px 0 32px 0 rgba(61,61,66,0.18)",
711+
Top: "0 16px 32px 0 rgba(61,61,66,0.18)",
712+
Bottom: "0 -16px 32px 0 rgba(61,61,66,0.18)"
710713
}
711714
},
712715
Typography: {
@@ -1056,7 +1059,8 @@ export interface InteractionTypes {
10561059
Hover: "#3d3d42",
10571060
Focus: "#0174bc",
10581061
Error: "#d63c42",
1059-
Disabled: "#c2c2ca"
1062+
Disabled: "#c2c2ca",
1063+
Light: "#d6d6dd"
10601064
},
10611065
Background: {
10621066
Primary: "#ffffff",
@@ -1083,9 +1087,9 @@ export interface ElevationTypes {
10831087
L: "0 16px 32px 0 rgba(58,59,63,0.18), 0 4px 8px 0 rgba(58,59,63,0.08)",
10841088
Drawer: {
10851089
Right: "-16px 0 32px 0 rgba(61,61,66,0.18)",
1086-
Left: "inset 16px 0 32px 0 rgba(61,61,66,0.18)",
1087-
Top: "inset 0 16px 32px 0 rgba(61,61,66,0.18)",
1088-
Bottom: "inset 0 -16px 32px 0 rgba(61,61,66,0.18)"
1090+
Left: "16px 0 32px 0 rgba(61,61,66,0.18)",
1091+
Top: "0 16px 32px 0 rgba(61,61,66,0.18)",
1092+
Bottom: "0 -16px 32px 0 rgba(61,61,66,0.18)"
10891093
}
10901094
}
10911095

@@ -2263,7 +2267,8 @@ export interface ComponentTypes {
22632267
},
22642268
Dropdown: {
22652269
Icon: {
2266-
Default: "#3d3d42",
2270+
Primary: "#3d3d42",
2271+
Secondary: "#696970",
22672272
Disabled: "#a3a3ab"
22682273
},
22692274
Text: {
@@ -2275,7 +2280,11 @@ export interface ComponentTypes {
22752280
Background: {
22762281
Default: "#ffffff",
22772282
Hover: "#edf8ff",
2283+
Selected: "#ceedfe",
22782284
Category: "#f7f7fa"
2285+
},
2286+
Border: {
2287+
Default: "#d6d6dd"
22792288
}
22802289
},
22812290
GlobalHeader: {
@@ -4848,7 +4857,8 @@ declare const Drawer: DrawerTypes;
48484857

48494858
export interface DropdownTypes {
48504859
Icon: {
4851-
Default: "#3d3d42",
4860+
Primary: "#3d3d42",
4861+
Secondary: "#696970",
48524862
Disabled: "#a3a3ab"
48534863
},
48544864
Text: {
@@ -4860,7 +4870,11 @@ export interface DropdownTypes {
48604870
Background: {
48614871
Default: "#ffffff",
48624872
Hover: "#edf8ff",
4873+
Selected: "#ceedfe",
48634874
Category: "#f7f7fa"
4875+
},
4876+
Border: {
4877+
Default: "#d6d6dd"
48644878
}
48654879
}
48664880

dist/index.js

Lines changed: 25 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
/**
33
* Do not edit directly
4-
* Generated on 2025-12-26
4+
* Generated on 2026-01-09
55
*/
66
export const Global = {
77
Color: {
@@ -15,6 +15,7 @@
1515
60: "#83838c",
1616
70: "#696970",
1717
80: "#515157",
18+
85: "#47474d",
1819
90: "#3d3d42",
1920
100: "#343438",
2021
Black: "#232326",
@@ -295,6 +296,7 @@ export const Color = {
295296
60: "#83838c",
296297
70: "#696970",
297298
80: "#515157",
299+
85: "#47474d",
298300
90: "#3d3d42",
299301
100: "#343438",
300302
Black: "#232326",
@@ -670,7 +672,8 @@ export const Alias = {
670672
Hover: "#3d3d42",
671673
Focus: "#0174bc",
672674
Error: "#d63c42",
673-
Disabled: "#c2c2ca"
675+
Disabled: "#c2c2ca",
676+
Light: "#d6d6dd"
674677
},
675678
Background: {
676679
Primary: "#ffffff",
@@ -694,9 +697,9 @@ export const Alias = {
694697
L: "0 16px 32px 0 rgba(58,59,63,0.18), 0 4px 8px 0 rgba(58,59,63,0.08)",
695698
Drawer: {
696699
Right: "-16px 0 32px 0 rgba(61,61,66,0.18)",
697-
Left: "inset 16px 0 32px 0 rgba(61,61,66,0.18)",
698-
Top: "inset 0 16px 32px 0 rgba(61,61,66,0.18)",
699-
Bottom: "inset 0 -16px 32px 0 rgba(61,61,66,0.18)"
700+
Left: "16px 0 32px 0 rgba(61,61,66,0.18)",
701+
Top: "0 16px 32px 0 rgba(61,61,66,0.18)",
702+
Bottom: "0 -16px 32px 0 rgba(61,61,66,0.18)"
700703
}
701704
},
702705
Typography: {
@@ -1036,7 +1039,8 @@ export const Interaction = {
10361039
Hover: "#3d3d42",
10371040
Focus: "#0174bc",
10381041
Error: "#d63c42",
1039-
Disabled: "#c2c2ca"
1042+
Disabled: "#c2c2ca",
1043+
Light: "#d6d6dd"
10401044
},
10411045
Background: {
10421046
Primary: "#ffffff",
@@ -1061,9 +1065,9 @@ export const Elevation = {
10611065
L: "0 16px 32px 0 rgba(58,59,63,0.18), 0 4px 8px 0 rgba(58,59,63,0.08)",
10621066
Drawer: {
10631067
Right: "-16px 0 32px 0 rgba(61,61,66,0.18)",
1064-
Left: "inset 16px 0 32px 0 rgba(61,61,66,0.18)",
1065-
Top: "inset 0 16px 32px 0 rgba(61,61,66,0.18)",
1066-
Bottom: "inset 0 -16px 32px 0 rgba(61,61,66,0.18)"
1068+
Left: "16px 0 32px 0 rgba(61,61,66,0.18)",
1069+
Top: "0 16px 32px 0 rgba(61,61,66,0.18)",
1070+
Bottom: "0 -16px 32px 0 rgba(61,61,66,0.18)"
10671071
}
10681072
};
10691073

@@ -2231,7 +2235,8 @@ export const Component = {
22312235
},
22322236
Dropdown: {
22332237
Icon: {
2234-
Default: "#3d3d42",
2238+
Primary: "#3d3d42",
2239+
Secondary: "#696970",
22352240
Disabled: "#a3a3ab"
22362241
},
22372242
Text: {
@@ -2243,7 +2248,11 @@ export const Component = {
22432248
Background: {
22442249
Default: "#ffffff",
22452250
Hover: "#edf8ff",
2251+
Selected: "#ceedfe",
22462252
Category: "#f7f7fa"
2253+
},
2254+
Border: {
2255+
Default: "#d6d6dd"
22472256
}
22482257
},
22492258
GlobalHeader: {
@@ -4774,7 +4783,8 @@ export const Drawer = {
47744783

47754784
export const Dropdown = {
47764785
Icon: {
4777-
Default: "#3d3d42",
4786+
Primary: "#3d3d42",
4787+
Secondary: "#696970",
47784788
Disabled: "#a3a3ab"
47794789
},
47804790
Text: {
@@ -4786,7 +4796,11 @@ export const Dropdown = {
47864796
Background: {
47874797
Default: "#ffffff",
47884798
Hover: "#edf8ff",
4799+
Selected: "#ceedfe",
47894800
Category: "#f7f7fa"
4801+
},
4802+
Border: {
4803+
Default: "#d6d6dd"
47904804
}
47914805
};
47924806

0 commit comments

Comments
 (0)