Skip to content

Commit

Permalink
fix(pencil): Add remaining colours for light set
Browse files Browse the repository at this point in the history
Add remaining colours for light set
  • Loading branch information
CCAyl authored Aug 8, 2022
2 parents 3009f86 + 9f28daf commit edadc51
Show file tree
Hide file tree
Showing 13 changed files with 492 additions and 12 deletions.
2 changes: 1 addition & 1 deletion build/native/colors.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Fri, 05 Aug 2022 14:07:55 GMT
* Generated on Mon, 08 Aug 2022 13:59:12 GMT
*/

export const green100 : string;
Expand Down
2 changes: 1 addition & 1 deletion build/native/colors.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Fri, 05 Aug 2022 14:07:55 GMT
* Generated on Mon, 08 Aug 2022 13:59:12 GMT
*/

module.exports = {
Expand Down
2 changes: 1 addition & 1 deletion build/native/typography.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Fri, 05 Aug 2022 14:07:55 GMT
* Generated on Mon, 08 Aug 2022 13:59:12 GMT
*/

export const letterSpacingBase : number;
Expand Down
2 changes: 1 addition & 1 deletion build/native/typography.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Fri, 05 Aug 2022 14:07:55 GMT
* Generated on Mon, 08 Aug 2022 13:59:12 GMT
*/

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

// Do not edit directly
// Generated on Fri, 05 Aug 2022 14:07:55 GMT
// Generated on Mon, 08 Aug 2022 13:59:12 GMT

$green100: #FAFFFC;
$green200: #EBF2EF;
Expand Down
2 changes: 1 addition & 1 deletion build/scss/typography.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// Do not edit directly
// Generated on Fri, 05 Aug 2022 14:07:55 GMT
// Generated on Mon, 08 Aug 2022 13:59:12 GMT

$letterSpacingBase: 0;
$paragraphSpacingBase: 0;
Expand Down
2 changes: 1 addition & 1 deletion build/ts/colors.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Fri, 05 Aug 2022 14:07:55 GMT
* Generated on Mon, 08 Aug 2022 13:59:12 GMT
*/

export const green100 : string;
Expand Down
2 changes: 1 addition & 1 deletion build/ts/colors.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Fri, 05 Aug 2022 14:07:55 GMT
* Generated on Mon, 08 Aug 2022 13:59:12 GMT
*/

module.exports = {
Expand Down
2 changes: 1 addition & 1 deletion build/ts/typography.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Fri, 05 Aug 2022 14:07:55 GMT
* Generated on Mon, 08 Aug 2022 13:59:12 GMT
*/

export const letterSpacingBase : number;
Expand Down
2 changes: 1 addition & 1 deletion build/ts/typography.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Fri, 05 Aug 2022 14:07:55 GMT
* Generated on Mon, 08 Aug 2022 13:59:12 GMT
*/

module.exports = {
Expand Down
2 changes: 1 addition & 1 deletion data/core.json
Original file line number Diff line number Diff line change
Expand Up @@ -484,4 +484,4 @@
}
}
}
}
}
242 changes: 241 additions & 1 deletion data/light.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,246 @@
}
}
},
"info": {
"text": {
"base": {
"value": "{colors.blue.600}",
"type": "color"
},
"hover": {
"value": "{colors.blue.700}",
"type": "color"
},
"active": {
"value": "{colors.blue.800}",
"type": "color"
}
},
"background": {
"base": {
"value": "{colors.blue.600}",
"type": "color"
},
"hover": {
"value": "{colors.blue.700}",
"type": "color"
},
"active": {
"value": "{colors.blue.800}",
"type": "color"
},
"muted": {
"value": "{colors.blue.200}",
"type": "color"
},
"mutedHover": {
"value": "{colors.blue.300}",
"type": "color"
},
"mutedActive": {
"value": "{colors.blue.400}",
"type": "color"
},
"box": {
"value": "{colors.blue.100}",
"type": "color"
}
},
"border": {
"base": {
"value": "{colors.blue.600}",
"type": "color"
},
"hover": {
"value": "{colors.blue.700}",
"type": "color"
},
"active": {
"value": "{colors.blue.800}",
"type": "color"
}
}
},
"warning": {
"text": {
"base": {
"value": "{colors.orange.600}",
"type": "color"
},
"hover": {
"value": "{colors.orange.700}",
"type": "color"
},
"active": {
"value": "{colors.orange.800}",
"type": "color"
}
},
"background": {
"base": {
"value": "{colors.orange.600}",
"type": "color"
},
"hover": {
"value": "{colors.orange.700}",
"type": "color"
},
"active": {
"value": "{colors.orange.800}",
"type": "color"
},
"muted": {
"value": "{colors.orange.200}",
"type": "color"
},
"mutedHover": {
"value": "{colors.orange.300}",
"type": "color"
},
"mutedActive": {
"value": "{colors.orange.400}",
"type": "color"
},
"box": {
"value": "{colors.orange.100}",
"type": "color"
}
},
"border": {
"base": {
"value": "{colors.orange.600}",
"type": "color"
},
"hover": {
"value": "{colors.orange.700}",
"type": "color"
},
"active": {
"value": "{colors.orange.800}",
"type": "color"
}
}
},
"danger": {
"text": {
"base": {
"value": "{colors.red.600}",
"type": "color"
},
"hover": {
"value": "{colors.red.700}",
"type": "color"
},
"active": {
"value": "{colors.red.800}",
"type": "color"
}
},
"background": {
"base": {
"value": "{colors.red.600}",
"type": "color"
},
"hover": {
"value": "{colors.red.700}",
"type": "color"
},
"active": {
"value": "{colors.red.800}",
"type": "color"
},
"muted": {
"value": "{colors.red.200}",
"type": "color"
},
"mutedHover": {
"value": "{colors.red.300}",
"type": "color"
},
"mutedActive": {
"value": "{colors.red.400}",
"type": "color"
},
"box": {
"value": "{colors.red.100}",
"type": "color"
}
},
"border": {
"base": {
"value": "{colors.red.600}",
"type": "color"
},
"hover": {
"value": "{colors.red.700}",
"type": "color"
},
"active": {
"value": "{colors.red.800}",
"type": "color"
}
}
},
"highlight": {
"text": {
"base": {
"value": "{colors.purple.600}",
"type": "color"
},
"hover": {
"value": "{colors.purple.700}",
"type": "color"
},
"active": {
"value": "{colors.purple.800}",
"type": "color"
}
},
"background": {
"base": {
"value": "{colors.purple.600}",
"type": "color"
},
"hover": {
"value": "{colors.purple.700}",
"type": "color"
},
"active": {
"value": "{colors.purple.800}",
"type": "color"
},
"muted": {
"value": "{colors.purple.200}",
"type": "color"
},
"mutedHover": {
"value": "{colors.purple.300}",
"type": "color"
},
"mutedActive": {
"value": "{colors.purple.400}",
"type": "color"
},
"box": {
"value": "{colors.purple.100}",
"type": "color"
}
},
"border": {
"base": {
"value": "{colors.purple.600}",
"type": "color"
},
"hover": {
"value": "{colors.purple.700}",
"type": "color"
},
"active": {
"value": "{colors.purple.800}",
"type": "color"
}
}
},
"disabled": {
"text": {
"value": "{colors.grey.500}",
Expand All @@ -115,4 +355,4 @@
}
}
}
}
}
Loading

0 comments on commit edadc51

Please sign in to comment.