Skip to content

Commit

Permalink
Feat: Remove disabled.nakedContent token
Browse files Browse the repository at this point in the history
Feat: Remove disabled.nakedContent token
  • Loading branch information
alexandra-lim authored Nov 23, 2022
2 parents 481e7da + d5ac074 commit c292983
Show file tree
Hide file tree
Showing 17 changed files with 20 additions and 29 deletions.
2 changes: 1 addition & 1 deletion dist/tokens/native/colors.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Thu, 06 Oct 2022 15:47:26 GMT
* Generated on Tue, 22 Nov 2022 21:46:37 GMT
*/

export const green : {100 : string,200 : string,300 : string,400 : string,500 : string,600 : string,700 : string,800 : string};
Expand Down
2 changes: 1 addition & 1 deletion dist/tokens/native/colors.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Thu, 06 Oct 2022 15:47:26 GMT
* Generated on Tue, 22 Nov 2022 21:46:37 GMT
*/

module.exports = {green : {100 : "#FAFFFC",200 : "#EBF2EF",300 : "#D1E0D9",400 : "#B6CFC2",500 : "#86B09B",600 : "#307553",700 : "#275E43",800 : "#244C38"},
Expand Down
4 changes: 2 additions & 2 deletions dist/tokens/native/themes/light.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Thu, 06 Oct 2022 15:47:26 GMT
* Generated on Tue, 22 Nov 2022 21:46:37 GMT
*/

export const text : {emphasis : string,body : string,subdued : string,onBackground : string};
Expand All @@ -11,7 +11,7 @@ export const info : {textBase : string,textHover : string,textActive : string,ba
export const warning : {textBase : string,textHover : string,textActive : string,backgroundBase : string,backgroundHover : string,backgroundActive : string,backgroundMuted : string,backgroundMutedHover : string,backgroundMutedActive : string,backgroundBox : string,borderBase : string,borderHover : string,borderActive : string};
export const danger : {textBase : string,textHover : string,textActive : string,backgroundBase : string,backgroundHover : string,backgroundActive : string,backgroundMuted : string,backgroundMutedHover : string,backgroundMutedActive : string,backgroundBox : string,borderBase : string,borderHover : string,borderActive : string};
export const highlight : {textBase : string,textHover : string,textActive : string,backgroundBase : string,backgroundHover : string,backgroundActive : string,backgroundMuted : string,backgroundMutedHover : string,backgroundMutedActive : string,backgroundBox : string,borderBase : string,borderHover : string,borderActive : string};
export const disabled : {text : string,background : string,nakedContent : string,nakedBackground : string,border : string,inputBackground : string,inputLabelText : string};
export const disabled : {text : string,background : string,nakedBackground : string,border : string,inputBackground : string,inputLabelText : string};
export const input : {backgroundBase : string,backgroundHover : string,backgroundInformation : string,textBase : string,textInformation : string,textInformationError : string,textLabel : string,textFloatingLabel : string,textFloatingLabelError : string,textPlaceholder : string,textActive : string,borderBase : string,borderError : string,borderHover : string,borderEmphasized : string,borderEmphasizedHover : string,borderActive : string};
export const separator : {base : string};
export const light : {backgroundBase : string,backgroundContrast : string,backgroundHover : string,backgroundActive : string,textBase : string,linkMutedBase : string,linkMutedHover : string};
4 changes: 2 additions & 2 deletions dist/tokens/native/themes/light.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/tokens/native/typography.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Thu, 06 Oct 2022 15:47:26 GMT
* Generated on Tue, 22 Nov 2022 21:46:37 GMT
*/

export const letterSpacingBase : number;
Expand Down
2 changes: 1 addition & 1 deletion dist/tokens/native/typography.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Thu, 06 Oct 2022 15:47:26 GMT
* Generated on Tue, 22 Nov 2022 21:46:37 GMT
*/

module.exports = {
Expand Down
2 changes: 1 addition & 1 deletion dist/tokens/scss/colors.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// Do not edit directly
// Generated on Thu, 06 Oct 2022 15:47:26 GMT
// Generated on Tue, 22 Nov 2022 21:46:37 GMT

$green100: #FAFFFC;
$green200: #EBF2EF;
Expand Down
3 changes: 1 addition & 2 deletions dist/tokens/scss/themes/light.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// Do not edit directly
// Generated on Thu, 06 Oct 2022 15:47:26 GMT
// Generated on Tue, 22 Nov 2022 21:46:37 GMT

$textEmphasis: #36485C;
$textBody: #475A70;
Expand Down Expand Up @@ -96,7 +96,6 @@ $highlightBorderHover: #3B2566;
$highlightBorderActive: #2A174F;
$disabledText: #596D84;
$disabledBackground: #F5F7FA;
$disabledNakedContent: #F5F7FA;
$disabledNakedBackground: transparent;
$disabledBorder: #C8D3E0;
$disabledInputBackground: #E6EDF5;
Expand Down
2 changes: 1 addition & 1 deletion dist/tokens/scss/typography.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// Do not edit directly
// Generated on Thu, 06 Oct 2022 15:47:26 GMT
// Generated on Tue, 22 Nov 2022 21:46:37 GMT

$letterSpacingBase: 0;
$paragraphSpacingBase: 0;
Expand Down
2 changes: 1 addition & 1 deletion dist/tokens/ts/colors.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Thu, 06 Oct 2022 15:47:26 GMT
* Generated on Tue, 22 Nov 2022 21:46:37 GMT
*/

export const green : {100 : string,200 : string,300 : string,400 : string,500 : string,600 : string,700 : string,800 : string};
Expand Down
2 changes: 1 addition & 1 deletion dist/tokens/ts/colors.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Thu, 06 Oct 2022 15:47:26 GMT
* Generated on Tue, 22 Nov 2022 21:46:37 GMT
*/

module.exports = {green : {100 : "#FAFFFC",200 : "#EBF2EF",300 : "#D1E0D9",400 : "#B6CFC2",500 : "#86B09B",600 : "#307553",700 : "#275E43",800 : "#244C38"},
Expand Down
4 changes: 2 additions & 2 deletions dist/tokens/ts/themes/light.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Thu, 06 Oct 2022 15:47:26 GMT
* Generated on Tue, 22 Nov 2022 21:46:37 GMT
*/

export const text : {emphasis : string,body : string,subdued : string,onBackground : string};
Expand All @@ -11,7 +11,7 @@ export const info : {textBase : string,textHover : string,textActive : string,ba
export const warning : {textBase : string,textHover : string,textActive : string,backgroundBase : string,backgroundHover : string,backgroundActive : string,backgroundMuted : string,backgroundMutedHover : string,backgroundMutedActive : string,backgroundBox : string,borderBase : string,borderHover : string,borderActive : string};
export const danger : {textBase : string,textHover : string,textActive : string,backgroundBase : string,backgroundHover : string,backgroundActive : string,backgroundMuted : string,backgroundMutedHover : string,backgroundMutedActive : string,backgroundBox : string,borderBase : string,borderHover : string,borderActive : string};
export const highlight : {textBase : string,textHover : string,textActive : string,backgroundBase : string,backgroundHover : string,backgroundActive : string,backgroundMuted : string,backgroundMutedHover : string,backgroundMutedActive : string,backgroundBox : string,borderBase : string,borderHover : string,borderActive : string};
export const disabled : {text : string,background : string,nakedContent : string,nakedBackground : string,border : string,inputBackground : string,inputLabelText : string};
export const disabled : {text : string,background : string,nakedBackground : string,border : string,inputBackground : string,inputLabelText : string};
export const input : {backgroundBase : string,backgroundHover : string,backgroundInformation : string,textBase : string,textInformation : string,textInformationError : string,textLabel : string,textFloatingLabel : string,textFloatingLabelError : string,textPlaceholder : string,textActive : string,borderBase : string,borderError : string,borderHover : string,borderEmphasized : string,borderEmphasizedHover : string,borderActive : string};
export const separator : {base : string};
export const light : {backgroundBase : string,backgroundContrast : string,backgroundHover : string,backgroundActive : string,textBase : string,linkMutedBase : string,linkMutedHover : string};
4 changes: 2 additions & 2 deletions dist/tokens/ts/themes/light.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/tokens/ts/typography.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Thu, 06 Oct 2022 15:47:26 GMT
* Generated on Tue, 22 Nov 2022 21:46:37 GMT
*/

export const letterSpacingBase : number;
Expand Down
2 changes: 1 addition & 1 deletion dist/tokens/ts/typography.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Thu, 06 Oct 2022 15:47:26 GMT
* Generated on Tue, 22 Nov 2022 21:46:37 GMT
*/

module.exports = {
Expand Down
6 changes: 1 addition & 5 deletions src/data/light.json
Original file line number Diff line number Diff line change
Expand Up @@ -433,10 +433,6 @@
"value": "{colors.grey.200}",
"type": "color"
},
"nakedContent": {
"value": "{colors.disabled.background}",
"type": "color"
},
"nakedBackground": {
"value": "{colors.shades.transparent}",
"type": "color"
Expand Down Expand Up @@ -575,4 +571,4 @@
}
}
}
}
}
4 changes: 0 additions & 4 deletions src/transformed/transformed-light.json
Original file line number Diff line number Diff line change
Expand Up @@ -433,10 +433,6 @@
"value": "#F5F7FA",
"type": "color"
},
"nakedContent": {
"value": "#F5F7FA",
"type": "color"
},
"nakedBackground": {
"value": "transparent",
"type": "color"
Expand Down

0 comments on commit c292983

Please sign in to comment.