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

@diana-ui/tokens

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@diana-ui/tokens - npm Package Compare versions

Comparing version 0.1.8 to 0.1.9

19

animations/animations.ts

@@ -1,1 +0,18 @@

export default {};
export default {
fadeIn: {
from: {
opacity: 0
},
to: {
opacity: 1
}
},
fadeOut: {
from: {
opacity: 1
},
to: {
opacity: 0
}
}
};

2

animations/index.ts

@@ -1,1 +0,1 @@

export { default as animation } from "./animations";
export { default as defaultAnimations } from "./animations";

@@ -1,2 +0,19 @@

declare const _default: {};
declare const _default: {
fadeIn: {
from: {
opacity: number;
};
to: {
opacity: number;
};
};
fadeOut: {
from: {
opacity: number;
};
to: {
opacity: number;
};
};
};
export default _default;

@@ -1,1 +0,18 @@

export default {};
export default {
fadeIn: {
from: {
opacity: 0
},
to: {
opacity: 1
}
},
fadeOut: {
from: {
opacity: 1
},
to: {
opacity: 0
}
}
};

@@ -1,1 +0,1 @@

export { default as animation } from "./animations";
export { default as defaultAnimations } from "./animations";

@@ -1,1 +0,1 @@

export { default as animation } from "./animations";
export { default as defaultAnimations } from "./animations";

@@ -40,2 +40,20 @@ import { FontWeight } from "./theme.default.types";

fonts: {};
animations: {
fadeIn: {
from: {
opacity: number;
};
to: {
opacity: number;
};
};
fadeOut: {
from: {
opacity: number;
};
to: {
opacity: number;
};
};
};
icons: {

@@ -42,0 +60,0 @@ add: typeof import("@diana-ui/assets").Add;

import { defaultPalette } from "../palettes";
import { defaultIcons } from "../icons";
import { defaultAnimations } from "../animations";
import { FontWeight } from "./theme.default.types";

@@ -13,2 +14,3 @@ var spaceUnit = 16;

fonts: {},
animations: defaultAnimations,
icons: defaultIcons,

@@ -15,0 +17,0 @@ spaceUnit: {

@@ -1,2 +0,19 @@

declare const _default: {};
declare const _default: {
fadeIn: {
from: {
opacity: number;
};
to: {
opacity: number;
};
};
fadeOut: {
from: {
opacity: number;
};
to: {
opacity: number;
};
};
};
export default _default;

@@ -1,1 +0,18 @@

export default {};
export default {
fadeIn: {
from: {
opacity: 0
},
to: {
opacity: 1
}
},
fadeOut: {
from: {
opacity: 1
},
to: {
opacity: 0
}
}
};

@@ -1,1 +0,1 @@

export { default as animation } from "./animations";
export { default as defaultAnimations } from "./animations";

@@ -1,1 +0,1 @@

export { default as animation } from "./animations";
export { default as defaultAnimations } from "./animations";

@@ -40,2 +40,20 @@ import { FontWeight } from "./theme.default.types";

fonts: {};
animations: {
fadeIn: {
from: {
opacity: number;
};
to: {
opacity: number;
};
};
fadeOut: {
from: {
opacity: number;
};
to: {
opacity: number;
};
};
};
icons: {

@@ -42,0 +60,0 @@ add: typeof import("@diana-ui/assets").Add;

import { defaultPalette } from "../palettes";
import { defaultIcons } from "../icons";
import { defaultAnimations } from "../animations";
import { FontWeight } from "./theme.default.types";

@@ -13,2 +14,3 @@ const spaceUnit = 16;

fonts: {},
animations: defaultAnimations,
icons: defaultIcons,

@@ -15,0 +17,0 @@ spaceUnit: {

{
"name": "@diana-ui/tokens",
"version": "0.1.8",
"version": "0.1.9",
"main": "lib/index.js",

@@ -35,3 +35,3 @@ "module": "module/index.js",

},
"gitHead": "6279b4669fc82997a5545a35cc5a5412d3c96904"
"gitHead": "322f2cb89dc50e3c5610e6051cb1d4a754b3f47f"
}
import { defaultPalette } from "../palettes";
import { defaultIcons } from "../icons";
import { defaultAnimations } from "../animations";
import { FontWeight } from "./theme.default.types";

@@ -15,2 +16,3 @@

fonts: {},
animations:defaultAnimations,
icons: defaultIcons,

@@ -17,0 +19,0 @@ spaceUnit: {

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