New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@clds/style-utils

Package Overview
Dependencies
Maintainers
1
Versions
141
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clds/style-utils - npm Package Compare versions

Comparing version 0.33.3 to 0.33.5

2

dist/cjs/focusRing.d.ts

@@ -1,4 +0,4 @@

import { Interpolation } from 'styled-components';
import { type Interpolation } from 'styled-components';
export declare const focusRingShadow: import("styled-components").FlattenInterpolation<import("styled-components").ThemeProps<any>>;
export declare const focusRing: <P extends object>(otherBoxShadow?: Interpolation<P>, otherTransition?: Interpolation<P>) => import("styled-components").FlattenInterpolation<import("styled-components").ThemedStyledProps<P, any>>;
export declare const insetFocusRing: () => import("styled-components").FlattenInterpolation<import("styled-components").ThemeProps<any>>;

@@ -1,4 +0,4 @@

import { Interpolation } from 'styled-components';
import { type Interpolation } from 'styled-components';
export declare const focusRingShadow: import("styled-components").FlattenInterpolation<import("styled-components").ThemeProps<any>>;
export declare const focusRing: <P extends object>(otherBoxShadow?: Interpolation<P>, otherTransition?: Interpolation<P>) => import("styled-components").FlattenInterpolation<import("styled-components").ThemedStyledProps<P, any>>;
export declare const insetFocusRing: () => import("styled-components").FlattenInterpolation<import("styled-components").ThemeProps<any>>;
{
"name": "@clds/style-utils",
"description": "",
"version": "0.33.3",
"version": "0.33.5",
"author": "Cloudinary",

@@ -13,3 +13,3 @@ "main": "./dist/cjs/index.js",

"polished": "3.7.2",
"@clds/component-theme": "0.33.3"
"@clds/component-theme": "0.33.5"
},

@@ -25,3 +25,3 @@ "devDependencies": {

"styled-components": "5.3.11",
"@clds/testing": "0.33.3"
"@clds/testing": "0.33.5"
},

@@ -28,0 +28,0 @@ "peerDependencies": {

import { rgba } from 'polished';
import { css, Interpolation } from 'styled-components';
import { css, type Interpolation } from 'styled-components';

@@ -4,0 +4,0 @@ import { combineValues, globalTheme } from '@clds/component-theme';

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