@servicetitan/tokens
Advanced tools
Comparing version 2.0.0 to 2.1.0
@@ -121,6 +121,8 @@ declare const tokens: { | ||
displayFontFamily: string; | ||
displayLineHeight: string; | ||
zIndexNotification: string; | ||
zIndexModal: string; | ||
zIndexDrawer: string; | ||
zIndexPopover: string; | ||
}; | ||
export default tokens; |
@@ -123,8 +123,10 @@ "use strict"; | ||
baseFontFamily: ''Nunito Sans', sans-serif', | ||
displayFontFamily: ''Century Gothic Pro', CenturyGothicPro, 'Century Gothic', CenturyGothic, AppleGothic, sans-serif', | ||
displayFontFamily: ''Sofia Pro', SofiaPro, sans-serif', | ||
displayLineHeight: '1.25', | ||
zIndexNotification: '1100', | ||
zIndexModal: '1000', | ||
zIndexPopover: '900' | ||
zIndexDrawer: '900', | ||
zIndexPopover: '800' | ||
}; | ||
exports.default = tokens; | ||
//# sourceMappingURL=tokens.js.map |
@@ -122,8 +122,10 @@ // Source: tokens | ||
baseFontFamily: ''Nunito Sans', sans-serif', | ||
displayFontFamily: ''Century Gothic Pro', CenturyGothicPro, 'Century Gothic', CenturyGothic, AppleGothic, sans-serif', | ||
displayFontFamily: ''Sofia Pro', SofiaPro, sans-serif', | ||
displayLineHeight: '1.25', | ||
zIndexNotification: '1100', | ||
zIndexModal: '1000', | ||
zIndexPopover: '900' | ||
zIndexDrawer: '900', | ||
zIndexPopover: '800' | ||
} | ||
export default tokens; |
{ | ||
"name": "@servicetitan/tokens", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"description": "", | ||
@@ -23,3 +23,3 @@ "main": "./dist/tokens.js", | ||
}, | ||
"gitHead": "0615196327ef276c159520eb53a68f72833ff142" | ||
"gitHead": "989ba2c413edf2e12ceca2365291bf5c4a6f5039" | ||
} |
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
Sorry, the diff of this file is not supported yet
29804
384