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

@chadwatson/design-system

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chadwatson/design-system - npm Package Compare versions

Comparing version 0.2.1 to 0.3.0

lib/components/VisiblyHiddenInput.d.ts

1

lib/index.d.ts

@@ -5,1 +5,2 @@ export { cache } from "./utils";

export { elevation, shadowOutline, shadowInner, ElevationValue, } from "./effects";
export { default as VisiblyHiddenInput } from "./components/VisiblyHiddenInput";
"use strict";
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.shadowInner = exports.shadowOutline = exports.elevation = exports.breakpoint = exports.space = exports.rem = exports.fontSize = exports.cache = void 0;
exports.VisiblyHiddenInput = exports.shadowInner = exports.shadowOutline = exports.elevation = exports.breakpoint = exports.space = exports.rem = exports.fontSize = exports.cache = void 0;
var utils_1 = require("./utils");

@@ -16,1 +19,3 @@ Object.defineProperty(exports, "cache", { enumerable: true, get: function () { return utils_1.cache; } });

Object.defineProperty(exports, "shadowInner", { enumerable: true, get: function () { return effects_1.shadowInner; } });
var VisiblyHiddenInput_1 = require("./components/VisiblyHiddenInput");
Object.defineProperty(exports, "VisiblyHiddenInput", { enumerable: true, get: function () { return __importDefault(VisiblyHiddenInput_1).default; } });
{
"name": "@chadwatson/design-system",
"version": "0.2.1",
"version": "0.3.0",
"description": "My personal design system for JavaScript apps",

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

"typescript": "^4.0.3"
},
"peerDependencies": {
"styled-components": "^5.2.1"
},
"dependencies": {
"@types/styled-components": "^5.1.4"
}
}

@@ -10,1 +10,2 @@ export { cache } from "./utils";

} from "./effects";
export { default as VisiblyHiddenInput } from "./components/VisiblyHiddenInput";
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