@asherng/theme
Advanced tools
| import { Fonts } from '../types'; | ||
| declare const fonts: Fonts; | ||
| export default fonts; |
| "use strict"; | ||
| Object.defineProperty(exports, "__esModule", { value: true }); | ||
| const fonts = { | ||
| roboto: 'Roboto', | ||
| robotoMedium: 'Roboto-Medium', | ||
| robotoBold: 'Roboto-Bold' | ||
| }; | ||
| exports.default = fonts; |
| import { Fonts } from '../types'; | ||
| declare const fonts: Fonts; | ||
| export default fonts; |
| "use strict"; | ||
| Object.defineProperty(exports, "__esModule", { value: true }); | ||
| const fonts = { | ||
| base: `-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Symbol", "Segoe UI Emoji", sans-serif`, | ||
| mono: `ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace`, | ||
| sans: `ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"`, | ||
| serif: `ui-serif, Georgia, Cambria, "Times New Roman", Times, serif` | ||
| }; | ||
| exports.default = fonts; |
+1
-1
@@ -7,3 +7,2 @@ "use strict"; | ||
| const colors_1 = require("../core/colors"); | ||
| const fonts_1 = __importDefault(require("../core/fonts")); | ||
| const spacings_1 = __importDefault(require("../core/spacings")); | ||
@@ -15,2 +14,3 @@ const fontWeights_1 = __importDefault(require("../core/fontWeights")); | ||
| const opacity_1 = __importDefault(require("../core/opacity")); | ||
| const fonts_1 = __importDefault(require("./fonts")); | ||
| const fontSizes_1 = __importDefault(require("./fontSizes")); | ||
@@ -17,0 +17,0 @@ const letterSpacings_1 = __importDefault(require("./letterSpacings")); |
+2
-2
| { | ||
| "name": "@asherng/theme", | ||
| "version": "0.1.10", | ||
| "version": "0.1.11", | ||
| "description": "Theme for styled system", | ||
@@ -43,3 +43,3 @@ "bugs": { | ||
| "license": "MIT", | ||
| "gitHead": "5357b9f8ff1b6521f127bffcf75e01328469747a" | ||
| "gitHead": "dc88200d1846cea6c9f7f9143a8ec13dfbe89bc0" | ||
| } |
+1
-1
@@ -26,3 +26,3 @@ export type BaseSizeValue = 'none' | '3xs' | '2xs' | 'xs' | 's' | 'm' | 'l' | 'xl' | '2xl' | '3xl'; | ||
| export type ZIndexScaleKey = 'none' | 'z-auto' | 'z-1' | 'z-10' | 'z-20' | 'z-30' | 'z-40' | 'z-50'; | ||
| export type FontFamilyScaleKey = 'base' | 'mono' | 'sans' | 'serif'; | ||
| export type FontFamilyScaleKey = 'base' | 'mono' | 'sans' | 'serif' | 'roboto' | 'robotoMedium' | 'robotoBold'; | ||
| export type BorderStyleScaleKey = 'bs-solid' | 'bs-dashed' | 'bs-dotted' | 'bs-double' | 'bs-hidden' | 'bs-groove' | 'bs-ridge' | 'bs-inset' | 'bs-outset' | 'bs-none'; | ||
@@ -29,0 +29,0 @@ export type OpacityScaleKey = 'o-10' | 'o-20' | 'o-25' | 'o-30' | 'o-40' | 'o-50' | 'o-60' | 'o-70' | 'o-75' | 'o-80' | 'o-90' | 'o-100'; |
+1
-1
@@ -7,3 +7,2 @@ "use strict"; | ||
| const colors_1 = require("../core/colors"); | ||
| const fonts_1 = __importDefault(require("../core/fonts")); | ||
| const spacings_1 = __importDefault(require("../core/spacings")); | ||
@@ -15,2 +14,3 @@ const fontWeights_1 = __importDefault(require("../core/fontWeights")); | ||
| const opacity_1 = __importDefault(require("../core/opacity")); | ||
| const fonts_1 = __importDefault(require("./fonts")); | ||
| const fontSizes_1 = __importDefault(require("./fontSizes")); | ||
@@ -17,0 +17,0 @@ const letterSpacings_1 = __importDefault(require("./letterSpacings")); |
| import { Fonts } from '../types'; | ||
| declare const fonts: Fonts; | ||
| export default fonts; |
| "use strict"; | ||
| Object.defineProperty(exports, "__esModule", { value: true }); | ||
| const fonts = { | ||
| base: `-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Symbol", "Segoe UI Emoji", sans-serif`, | ||
| mono: `ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace`, | ||
| sans: `ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"`, | ||
| serif: `ui-serif, Georgia, Cambria, "Times New Roman", Times, serif` | ||
| }; | ||
| exports.default = fonts; |
49843
0.65%73
2.82%1370
0.81%