Socket
Socket
Sign inDemoInstall

@vanilla-extract/css

Package Overview
Dependencies
Maintainers
0
Versions
124
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vanilla-extract/css - npm Package Compare versions

Comparing version 1.15.5 to 1.16.0

dist/transformCss-69f2fb6d.esm.js

1

adapter/dist/vanilla-extract-css-adapter.cjs.d.ts

@@ -42,2 +42,3 @@ import { AtRule, Properties } from 'csstype';

readonly '::-webkit-backdrop': true;
readonly '::-webkit-calendar-picker-indicator': true;
readonly '::-webkit-inner-spin-button': true;

@@ -44,0 +45,0 @@ readonly '::-webkit-input-placeholder': true;

@@ -6,3 +6,3 @@ 'use strict';

var injectStyles_dist_vanillaExtractCssInjectStyles = require('../injectStyles/dist/vanilla-extract-css-injectStyles.browser.cjs.js');
var transformCss_dist_vanillaExtractCssTransformCss = require('./transformCss-80eb10a6.browser.cjs.js');
var transformCss_dist_vanillaExtractCssTransformCss = require('./transformCss-86133980.browser.cjs.js');
var adapter_dist_vanillaExtractCssAdapter = require('../adapter/dist/vanilla-extract-css-adapter.browser.cjs.js');

@@ -453,2 +453,6 @@ var hash = require('@emotion/hash');

// createViewTransition is used for locally scoping CSS view transitions
// For now it is mostly just an alias of generateIdentifier
var createViewTransition = debugId => generateIdentifier(debugId);
var defaultLayerOptions = {};

@@ -497,2 +501,3 @@ var merge = (obj1, obj2) => transformCss_dist_vanillaExtractCssTransformCss._objectSpread2(transformCss_dist_vanillaExtractCssTransformCss._objectSpread2({}, obj1), obj2);

exports.createVar = createVar;
exports.createViewTransition = createViewTransition;
exports.fallbackVar = fallbackVar;

@@ -499,0 +504,0 @@ exports.fontFace = fontFace;

8

dist/vanilla-extract-css.browser.esm.js
import { injectStyles } from '../injectStyles/dist/vanilla-extract-css-injectStyles.browser.esm.js';
import { t as transformCss, _ as _objectSpread2, d as dudupeAndJoinClassList } from './transformCss-72a2e7e9.browser.esm.js';
import { t as transformCss, _ as _objectSpread2, d as dudupeAndJoinClassList } from './transformCss-9c456b50.browser.esm.js';
import { setAdapterIfNotSet, getIdentOption, appendCss, registerClassName, registerComposition, markCompositionUsed } from '../adapter/dist/vanilla-extract-css-adapter.browser.esm.js';

@@ -440,2 +440,6 @@ import hash from '@emotion/hash';

// createViewTransition is used for locally scoping CSS view transitions
// For now it is mostly just an alias of generateIdentifier
var createViewTransition = debugId => generateIdentifier(debugId);
var defaultLayerOptions = {};

@@ -476,2 +480,2 @@ var merge = (obj1, obj2) => _objectSpread2(_objectSpread2({}, obj1), obj2);

export { assignVars, composeStyles, createContainer, createGlobalTheme, createGlobalThemeContract, createTheme, createThemeContract, createVar, fallbackVar, fontFace, generateIdentifier, globalFontFace, globalKeyframes, globalLayer, globalStyle, keyframes, layer, style, styleVariants };
export { assignVars, composeStyles, createContainer, createGlobalTheme, createGlobalThemeContract, createTheme, createThemeContract, createVar, createViewTransition, fallbackVar, fontFace, generateIdentifier, globalFontFace, globalKeyframes, globalLayer, globalStyle, keyframes, layer, style, styleVariants };

@@ -49,2 +49,3 @@ import { Properties, AtRule } from 'csstype';

readonly '::-webkit-backdrop': true;
readonly '::-webkit-calendar-picker-indicator': true;
readonly '::-webkit-inner-spin-button': true;

@@ -271,2 +272,4 @@ readonly '::-webkit-input-placeholder': true;

declare const createViewTransition: (debugId?: string) => string;
type LayerOptions = {

@@ -280,2 +283,2 @@ parent?: string;

export { type Adapter, type CSSProperties, type ComplexStyleRule, type FileScope, type GlobalStyleRule, type StyleRule, assignVars, composeStyles, createContainer, createGlobalTheme, createGlobalThemeContract, createTheme, createThemeContract, createVar, fallbackVar, fontFace, generateIdentifier, globalFontFace, globalKeyframes, globalLayer, globalStyle, keyframes, layer, style, styleVariants };
export { type Adapter, type CSSProperties, type ComplexStyleRule, type FileScope, type GlobalStyleRule, type StyleRule, assignVars, composeStyles, createContainer, createGlobalTheme, createGlobalThemeContract, createTheme, createThemeContract, createVar, createViewTransition, fallbackVar, fontFace, generateIdentifier, globalFontFace, globalKeyframes, globalLayer, globalStyle, keyframes, layer, style, styleVariants };

@@ -6,3 +6,3 @@ 'use strict';

var injectStyles_dist_vanillaExtractCssInjectStyles = require('../injectStyles/dist/vanilla-extract-css-injectStyles.cjs.dev.js');
var transformCss_dist_vanillaExtractCssTransformCss = require('./transformCss-96f55895.cjs.dev.js');
var transformCss_dist_vanillaExtractCssTransformCss = require('./transformCss-cee376ef.cjs.dev.js');
var adapter_dist_vanillaExtractCssAdapter = require('../adapter/dist/vanilla-extract-css-adapter.cjs.dev.js');

@@ -453,2 +453,6 @@ var hash = require('@emotion/hash');

// createViewTransition is used for locally scoping CSS view transitions
// For now it is mostly just an alias of generateIdentifier
var createViewTransition = debugId => generateIdentifier(debugId);
var defaultLayerOptions = {};

@@ -497,2 +501,3 @@ var merge = (obj1, obj2) => transformCss_dist_vanillaExtractCssTransformCss._objectSpread2(transformCss_dist_vanillaExtractCssTransformCss._objectSpread2({}, obj1), obj2);

exports.createVar = createVar;
exports.createViewTransition = createViewTransition;
exports.fallbackVar = fallbackVar;

@@ -499,0 +504,0 @@ exports.fontFace = fontFace;

@@ -6,3 +6,3 @@ 'use strict';

var injectStyles_dist_vanillaExtractCssInjectStyles = require('../injectStyles/dist/vanilla-extract-css-injectStyles.cjs.prod.js');
var transformCss_dist_vanillaExtractCssTransformCss = require('./transformCss-5f281e7b.cjs.prod.js');
var transformCss_dist_vanillaExtractCssTransformCss = require('./transformCss-82269f64.cjs.prod.js');
var adapter_dist_vanillaExtractCssAdapter = require('../adapter/dist/vanilla-extract-css-adapter.cjs.prod.js');

@@ -453,2 +453,6 @@ var hash = require('@emotion/hash');

// createViewTransition is used for locally scoping CSS view transitions
// For now it is mostly just an alias of generateIdentifier
var createViewTransition = debugId => generateIdentifier(debugId);
var defaultLayerOptions = {};

@@ -497,2 +501,3 @@ var merge = (obj1, obj2) => transformCss_dist_vanillaExtractCssTransformCss._objectSpread2(transformCss_dist_vanillaExtractCssTransformCss._objectSpread2({}, obj1), obj2);

exports.createVar = createVar;
exports.createViewTransition = createViewTransition;
exports.fallbackVar = fallbackVar;

@@ -499,0 +504,0 @@ exports.fontFace = fontFace;

import { injectStyles } from '../injectStyles/dist/vanilla-extract-css-injectStyles.esm.js';
import { t as transformCss, _ as _objectSpread2, d as dudupeAndJoinClassList } from './transformCss-9149bda7.esm.js';
import { t as transformCss, _ as _objectSpread2, d as dudupeAndJoinClassList } from './transformCss-69f2fb6d.esm.js';
import { setAdapterIfNotSet, getIdentOption, appendCss, registerClassName, registerComposition, markCompositionUsed } from '../adapter/dist/vanilla-extract-css-adapter.esm.js';

@@ -440,2 +440,6 @@ import hash from '@emotion/hash';

// createViewTransition is used for locally scoping CSS view transitions
// For now it is mostly just an alias of generateIdentifier
var createViewTransition = debugId => generateIdentifier(debugId);
var defaultLayerOptions = {};

@@ -476,2 +480,2 @@ var merge = (obj1, obj2) => _objectSpread2(_objectSpread2({}, obj1), obj2);

export { assignVars, composeStyles, createContainer, createGlobalTheme, createGlobalThemeContract, createTheme, createThemeContract, createVar, fallbackVar, fontFace, generateIdentifier, globalFontFace, globalKeyframes, globalLayer, globalStyle, keyframes, layer, style, styleVariants };
export { assignVars, composeStyles, createContainer, createGlobalTheme, createGlobalThemeContract, createTheme, createThemeContract, createVar, createViewTransition, fallbackVar, fontFace, generateIdentifier, globalFontFace, globalKeyframes, globalLayer, globalStyle, keyframes, layer, style, styleVariants };
{
"name": "@vanilla-extract/css",
"version": "1.15.5",
"version": "1.16.0",
"description": "Zero-runtime Stylesheets-in-TypeScript",

@@ -5,0 +5,0 @@ "sideEffects": true,

@@ -5,3 +5,3 @@ 'use strict';

var transformCss_dist_vanillaExtractCssTransformCss = require('../../dist/transformCss-80eb10a6.browser.cjs.js');
var transformCss_dist_vanillaExtractCssTransformCss = require('../../dist/transformCss-86133980.browser.cjs.js');
require('@vanilla-extract/private');

@@ -8,0 +8,0 @@ require('cssesc');

@@ -1,2 +0,2 @@

export { t as transformCss } from '../../dist/transformCss-72a2e7e9.browser.esm.js';
export { t as transformCss } from '../../dist/transformCss-9c456b50.browser.esm.js';
import '@vanilla-extract/private';

@@ -3,0 +3,0 @@ import 'cssesc';

@@ -42,2 +42,3 @@ import { AtRule, Properties } from 'csstype';

readonly '::-webkit-backdrop': true;
readonly '::-webkit-calendar-picker-indicator': true;
readonly '::-webkit-inner-spin-button': true;

@@ -44,0 +45,0 @@ readonly '::-webkit-input-placeholder': true;

@@ -5,3 +5,3 @@ 'use strict';

var transformCss_dist_vanillaExtractCssTransformCss = require('../../dist/transformCss-96f55895.cjs.dev.js');
var transformCss_dist_vanillaExtractCssTransformCss = require('../../dist/transformCss-cee376ef.cjs.dev.js');
require('@vanilla-extract/private');

@@ -8,0 +8,0 @@ require('cssesc');

@@ -5,3 +5,3 @@ 'use strict';

var transformCss_dist_vanillaExtractCssTransformCss = require('../../dist/transformCss-5f281e7b.cjs.prod.js');
var transformCss_dist_vanillaExtractCssTransformCss = require('../../dist/transformCss-82269f64.cjs.prod.js');
require('@vanilla-extract/private');

@@ -8,0 +8,0 @@ require('cssesc');

@@ -1,2 +0,2 @@

export { t as transformCss } from '../../dist/transformCss-9149bda7.esm.js';
export { t as transformCss } from '../../dist/transformCss-69f2fb6d.esm.js';
import '@vanilla-extract/private';

@@ -3,0 +3,0 @@ import 'cssesc';

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc