@gem-sdk/styles
Advanced tools
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
+1
-1
| { | ||
| "name": "@gem-sdk/styles", | ||
| "version": "17.0.0-dev.116", | ||
| "version": "17.0.0-dev.117", | ||
| "description": "Largely classless, blazing fast and super light-weight. Bonsai, a base CSS framework for modern browsers", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
+2
-0
| const preset = require('./preset'); | ||
| const properties = require('./properties'); | ||
| const { styleTokenObject } = require('../dist/utility'); | ||
| module.exports.preset = preset; | ||
| module.exports.properties = properties; | ||
| module.exports.styleTokenObject = styleTokenObject; |
+2
-1
@@ -5,2 +5,3 @@ import './globals.d'; | ||
| export * from './types'; | ||
| export { styleObject, type StyleObject, type StyleObjectKey, type StyleObjectEntry } from '../dist/utility'; | ||
| declare const preset: Config; | ||
@@ -10,2 +11,2 @@ declare const properties: Options; | ||
| export default preset; | ||
| export default preset; |
827096
24.08%61
3.39%15275
12.04%