Socket
Socket
Sign inDemoInstall

@che-ins-ui/theme

Package Overview
Dependencies
Maintainers
1
Versions
120
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@che-ins-ui/theme - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

36

dist/breakpoints.d.ts
import { mediaMinWidth, mediaMaxWidth, mediaBetweenWidth } from "./utils";
export declare const BREAKPOINTS: {
xs: number;
sm: number;
md: number;
lg: number;
xl: number;
xxl: number;
up: typeof mediaMinWidth;
down: typeof mediaMaxWidth;
between: typeof mediaBetweenWidth;
/**
* 320px
*/
readonly xs: 320;
/**
* 576px
*/
readonly sm: 576;
/**
* 768px
*/
readonly md: 768;
/**
* 992px
*/
readonly lg: 992;
/**
* 1160px
*/
readonly xl: 1160;
/**
* 1400px
*/
readonly xxl: 1400;
readonly up: typeof mediaMinWidth;
readonly down: typeof mediaMaxWidth;
readonly between: typeof mediaBetweenWidth;
};
{
"name": "@che-ins-ui/theme",
"version": "1.1.0",
"version": "1.2.0",
"description": "<>",

@@ -33,3 +33,3 @@ "build:storybook": "src/index.ts",

},
"gitHead": "2a0bad60bfca9a1051ff1569f89e26d873f38481"
"gitHead": "2e5857de313de709bd18c39d7a8df3b6db7b20ba"
}
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