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

@os-design/utils

Package Overview
Dependencies
Maintainers
1
Versions
111
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@os-design/utils - npm Package Compare versions

Comparing version 0.0.31 to 0.0.32

2

lib/utils/ellipsis.d.ts

@@ -1,3 +0,3 @@

declare const ellipsis: any;
declare const ellipsis: import("@emotion/utils").SerializedStyles;
export default ellipsis;
//# sourceMappingURL=ellipsis.d.ts.map
declare type ScrollType = 'x' | 'y';
declare const enableScrolling: (type: ScrollType) => any;
declare const enableScrolling: (type: ScrollType) => import("@emotion/utils").SerializedStyles;
export default enableScrolling;
//# sourceMappingURL=enableScrolling.d.ts.map

@@ -1,3 +0,3 @@

declare const lineClamp: (maxLines: number) => any;
declare const lineClamp: (maxLines: number) => import("@emotion/utils").SerializedStyles;
export default lineClamp;
//# sourceMappingURL=lineClamp.d.ts.map

@@ -1,3 +0,3 @@

declare const resetButton: any;
declare const resetButton: import("@emotion/utils").SerializedStyles;
export default resetButton;
//# sourceMappingURL=resetButton.d.ts.map

@@ -1,3 +0,3 @@

declare const resetFocus: any;
declare const resetFocus: import("@emotion/utils").SerializedStyles;
export default resetFocus;
//# sourceMappingURL=resetFocus.d.ts.map

@@ -1,3 +0,3 @@

declare const resetUl: any;
declare const resetUl: import("@emotion/utils").SerializedStyles;
export default resetUl;
//# sourceMappingURL=resetUl.d.ts.map
export interface WithSizing {
sizing?: 'small' | 'medium' | 'large';
}
declare const sizing: (p: any) => any;
declare const sizing: (p: any) => import("@emotion/utils").SerializedStyles;
export default sizing;
//# sourceMappingURL=sizing.d.ts.map

@@ -1,3 +0,3 @@

declare const transition: (...properties: string[]) => (p: any) => any;
declare const transition: (...properties: string[]) => (p: any) => import("@emotion/utils").SerializedStyles;
export default transition;
//# sourceMappingURL=transition.d.ts.map
{
"name": "@os-design/utils",
"version": "0.0.31",
"version": "0.0.32",
"license": "UNLICENSED",

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

"build": "yarn clean && tsc",
"ncu": "ncu -u '/^(?!(@emotion/styled-base)$).*$/'"
"ncu": "ncu -u '/^(?!(@emotion/core|@emotion/styled-base)$).*$/'"
},

@@ -20,9 +20,9 @@ "publishConfig": {

"dependencies": {
"@emotion/core": "^11.0.0",
"@emotion/core": "^10.1.1",
"facepaint": "^1.2.1"
},
"devDependencies": {
"@emotion/styled-base": "^10.0.27"
"@emotion/styled-base": "^10.0.31"
},
"gitHead": "85008c08331b92cf4d312d6423048748b06671a3"
"gitHead": "14efbc7bbfd266d5d8d805ef970146e6fb937c19"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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