@tlon/indigo-tokens
Advanced tools
Comparing version 1.3.5 to 1.3.6
@@ -36,4 +36,12 @@ 'use strict'; | ||
blue: 'rgba(0,142,255,1)' | ||
}; | ||
var accent = { | ||
}; // const accent = { | ||
// highlight: base.blue, | ||
// caution: base.yellow, | ||
// error: base.red, | ||
// success: base.green, | ||
// } | ||
var colors = | ||
/*#__PURE__*/ | ||
_extends({ | ||
highlight: base.blue, | ||
@@ -43,8 +51,4 @@ caution: base.yellow, | ||
success: base.green | ||
}; | ||
}, base); | ||
var colors = | ||
/*#__PURE__*/ | ||
_extends({}, accent, {}, base); | ||
var core = { | ||
@@ -51,0 +55,0 @@ fonts: { |
@@ -1,2 +0,2 @@ | ||
"use strict";var e;function r(){return(r=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var o=arguments[r];for(var t in o)Object.prototype.hasOwnProperty.call(o,t)&&(e[t]=o[t])}return e}).apply(this,arguments)}Object.defineProperty(exports,"__esModule",{value:!0});var o={white:"rgba(255,255,255,1)",black:"rgba(0,0,0,1)",gray:"rgba(169,169,169,1",lightGray:"rgba(242,242,242,1)",red:"rgba(255,65,54,1)",yellow:"rgba(255,199,0,1)",green:"rgba(0,159,101,1)",blue:"rgba(0,142,255,1)"},t={fonts:{sans:"\"Inter\", \"Inter UI\", -apple-system, BlinkMacSystemFont, 'San Francisco', 'Helvetica Neue', Arial, sans-serif",mono:'"Source Code Pro", "Roboto mono", "Courier New", monospace'},fontSizes:[12,16,24,32,48,64],fontWeights:{thin:300,regular:400,bold:600},lineHeights:{min:1.2,short:1.333333,regular:1.5,tall:1.666666},borders:["none","1px solid"],space:[0,4,8,16,24,32,48,64,96],radii:[0,2,4,8,16],sizes:[0,4,8,16,24,32,48,64,96],zIndices:[0,1,2,3,4,5,6,7,8,9,10],breakpoints:["768px","1024px","1440px","2200px"]},a=(e=require("styled-components"))&&"object"==typeof e&&"default"in e?e.default:e;exports.light=r({colors:r({},r({},{highlight:o.blue,caution:o.yellow,error:o.red,success:o.green},{},o),{none:"rgba(0,0,0,0)"})},t),exports.styled=a; | ||
"use strict";var e;function r(){return(r=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var o=arguments[r];for(var t in o)Object.prototype.hasOwnProperty.call(o,t)&&(e[t]=o[t])}return e}).apply(this,arguments)}Object.defineProperty(exports,"__esModule",{value:!0});var o={white:"rgba(255,255,255,1)",black:"rgba(0,0,0,1)",gray:"rgba(169,169,169,1",lightGray:"rgba(242,242,242,1)",red:"rgba(255,65,54,1)",yellow:"rgba(255,199,0,1)",green:"rgba(0,159,101,1)",blue:"rgba(0,142,255,1)"},t={fonts:{sans:"\"Inter\", \"Inter UI\", -apple-system, BlinkMacSystemFont, 'San Francisco', 'Helvetica Neue', Arial, sans-serif",mono:'"Source Code Pro", "Roboto mono", "Courier New", monospace'},fontSizes:[12,16,24,32,48,64],fontWeights:{thin:300,regular:400,bold:600},lineHeights:{min:1.2,short:1.333333,regular:1.5,tall:1.666666},borders:["none","1px solid"],space:[0,4,8,16,24,32,48,64,96],radii:[0,2,4,8,16],sizes:[0,4,8,16,24,32,48,64,96],zIndices:[0,1,2,3,4,5,6,7,8,9,10],breakpoints:["768px","1024px","1440px","2200px"]},a=(e=require("styled-components"))&&"object"==typeof e&&"default"in e?e.default:e;exports.light=r({colors:r({},r({highlight:o.blue,caution:o.yellow,error:o.red,success:o.green},o),{none:"rgba(0,0,0,0)"})},t),exports.styled=a; | ||
//# sourceMappingURL=indigo-tokens.cjs.production.min.js.map |
@@ -30,4 +30,12 @@ import baseStyled from 'styled-components'; | ||
blue: 'rgba(0,142,255,1)' | ||
}; | ||
var accent = { | ||
}; // const accent = { | ||
// highlight: base.blue, | ||
// caution: base.yellow, | ||
// error: base.red, | ||
// success: base.green, | ||
// } | ||
var colors = | ||
/*#__PURE__*/ | ||
_extends({ | ||
highlight: base.blue, | ||
@@ -37,8 +45,4 @@ caution: base.yellow, | ||
success: base.green | ||
}; | ||
}, base); | ||
var colors = | ||
/*#__PURE__*/ | ||
_extends({}, accent, {}, base); | ||
var core = { | ||
@@ -45,0 +49,0 @@ fonts: { |
{ | ||
"name": "@tlon/indigo-tokens", | ||
"version": "1.3.5", | ||
"version": "1.3.6", | ||
"description": "Tlon's design language", | ||
@@ -5,0 +5,0 @@ "author": "tlon", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
27063
329