Socket
Socket
Sign inDemoInstall

@os-design/core

Package Overview
Dependencies
Maintainers
1
Versions
478
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@os-design/core - npm Package Compare versions

Comparing version 0.0.17 to 0.0.18

10

lib/Link/index.d.ts

@@ -19,7 +19,13 @@ import { BaseProps } from '@os-design/styled';

colorBorder: string;
colorPlaceholder: string;
colorPlaceholder: string; /**
* The link of the destination.
* @default undefined
*/
fontSize: number[];
sizing: {
small: number;
medium: number;
medium: number; /**
* Sets the handler to handle the click event.
* @default undefined
*/
large: number;

@@ -26,0 +32,0 @@ };

3

lib/Link/index.js

@@ -34,3 +34,3 @@ "use strict";

&:hover {
opacity: 0.8;
text-decoration: underline;
}

@@ -42,5 +42,4 @@

${utils_1.sizing};
${utils_1.transition('color', 'opacity')};
`;
exports.default = Link;
//# sourceMappingURL=index.js.map
{
"name": "@os-design/core",
"version": "0.0.17",
"version": "0.0.18",
"license": "MIT",

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

},
"gitHead": "3372e426939e26d1fd4aa0a9a484ae6873443197"
"gitHead": "92aa4f2a9918bc352793c02965d457a8d5199004"
}

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