Socket
Socket
Sign inDemoInstall

@teambit/base-ui.css-components.elevation

Package Overview
Dependencies
3
Maintainers
18
Versions
34
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

package-tar/teambit-base-ui.css-components.elevation-1.0.1.tgz

4

package.json
{
"name": "@teambit/base-ui.css-components.elevation",
"version": "1.0.0",
"version": "1.0.1",
"homepage": "https://bit.dev/teambit/base-ui/css-components/elevation",

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

"name": "css-components/elevation",
"version": "1.0.0"
"version": "1.0.1"
},

@@ -12,0 +12,0 @@ "dependencies": {

@@ -12,11 +12,12 @@ {

"jsx": "react",
"allowJs": true,
"composite": true,
"declaration": true,
"sourceMap": true,
"skipLibCheck": true,
"outDir": "dist",
"moduleResolution": "node",
"esModuleInterop": true,
"allowJs": true,
"composite": true,
"outDir": "dist",
"rootDir": "."
"rootDir": ".",
"resolveJsonModule": true
},

@@ -23,0 +24,0 @@ "exclude": [

@@ -6,5 +6,9 @@ declare module '*.png' {

declare module '*.svg' {
const value: any;
export = value;
import type { FunctionComponent, SVGProps } from 'react';
export const ReactComponent: FunctionComponent<SVGProps<SVGSVGElement> & { title?: string }>;
const src: string;
export default src;
}
// @TODO Gilad

@@ -11,0 +15,0 @@ declare module '*.jpg' {

@@ -24,2 +24,17 @@ declare module '*.module.css' {

declare module '*.css' {
const classes: { readonly [key: string]: string };
export default classes;
}
declare module '*.sass' {
const classes: { readonly [key: string]: string };
export default classes;
}
declare module '*.scss' {
const classes: { readonly [key: string]: string };
export default classes;
}
declare module '*.mdx' {

@@ -26,0 +41,0 @@ const component: any;

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc