Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@gem-sdk/styles

Package Overview
Dependencies
Maintainers
2
Versions
562
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gem-sdk/styles - npm Package Compare versions

Comparing version
17.0.0-dev.116
to
17.0.0-dev.117
dist/utility.d.ts

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",

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;

@@ -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;