Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@griffel/core

Package Overview
Dependencies
Maintainers
6
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@griffel/core - npm Package Compare versions

Comparing version 1.12.0 to 1.12.1

shorthands/textDecoration.cjs.js

4

index.cjs.js

@@ -27,2 +27,3 @@ 'use strict';

var transition = require('./shorthands/transition.cjs.js');
var textDecoration = require('./shorthands/textDecoration.cjs.js');
var createDOMRenderer = require('./renderer/createDOMRenderer.cjs.js');

@@ -70,3 +71,4 @@ var rehydrateRendererCache = require('./renderer/rehydrateRendererCache.cjs.js');

outline: outline.outline,
transition: transition.transition
transition: transition.transition,
textDecoration: textDecoration.textDecoration
};

@@ -73,0 +75,0 @@

@@ -23,2 +23,3 @@ import { border } from './shorthands/border.esm.js';

import { transition } from './shorthands/transition.esm.js';
import { textDecoration } from './shorthands/textDecoration.esm.js';
export { createDOMRenderer, defaultCompareMediaQueries } from './renderer/createDOMRenderer.esm.js';

@@ -66,3 +67,4 @@ export { rehydrateRendererCache } from './renderer/rehydrateRendererCache.esm.js';

outline,
transition
transition,
textDecoration
};

@@ -69,0 +71,0 @@

{
"name": "@griffel/core",
"version": "1.12.0",
"version": "1.12.1",
"description": "DOM implementation of Atomic CSS-in-JS",

@@ -5,0 +5,0 @@ "license": "MIT",

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

import { border, borderLeft, borderBottom, borderRight, borderTop, borderColor, borderStyle, borderRadius, borderWidth, flex, gap, gridArea, margin, marginBlock, marginInline, padding, paddingBlock, paddingInline, overflow, inset, outline, transition } from './shorthands/index';
import { border, borderLeft, borderBottom, borderRight, borderTop, borderColor, borderStyle, borderRadius, borderWidth, flex, gap, gridArea, margin, marginBlock, marginInline, padding, paddingBlock, paddingInline, overflow, inset, outline, transition, textDecoration } from './shorthands/index';
export declare const shorthands: {

@@ -25,2 +25,3 @@ border: typeof border;

transition: typeof transition;
textDecoration: typeof textDecoration;
};

@@ -27,0 +28,0 @@ export { createDOMRenderer } from './renderer/createDOMRenderer';

@@ -23,1 +23,2 @@ export { border } from './border';

export { transition } from './transition';
export { textDecoration } from './textDecoration';

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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