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

@dfds-ui/theme

Package Overview
Dependencies
Maintainers
3
Versions
2480
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dfds-ui/theme - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

cjs/radii.d.ts

5

cjs/theme.d.ts
declare const theme: {
radii: {
s: string;
m: string;
l: string;
};
fontFamilies: {

@@ -3,0 +8,0 @@ display: string;

6

cjs/theme.js

@@ -10,2 +10,4 @@ "use strict";

var _radii = _interopRequireDefault(require("./radii"));
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

@@ -19,5 +21,7 @@

const theme = _objectSpread({}, _fonts.default);
const theme = _objectSpread({}, _fonts.default, {
radii: _radii.default
});
var _default = theme;
exports.default = _default;

4

package.json

@@ -6,3 +6,3 @@ {

"private": false,
"version": "0.0.4",
"version": "0.0.5",
"sideEffects": false,

@@ -12,3 +12,3 @@ "main": "./cjs/index.js",

"typings": "./index.d.ts",
"gitHead": "a709382cda6b77e82fa019a279039c58f58f72f9",
"gitHead": "86f5ef192691385bfafdc6b7121f374066a67517",
"esnext": "",

@@ -15,0 +15,0 @@ "publishConfig": {

declare const theme: {
radii: {
s: string;
m: string;
l: string;
};
fontFamilies: {

@@ -3,0 +8,0 @@ display: string;

@@ -8,5 +8,8 @@ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; }

import fonts from './fonts';
import radii from './radii';
var theme = _objectSpread({}, fonts);
var theme = _objectSpread({}, fonts, {
radii: radii
});
export default theme;
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