Socket
Socket
Sign inDemoInstall

@toeverything/theme

Package Overview
Dependencies
Maintainers
0
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@toeverything/theme - npm Package Compare versions

Comparing version 0.7.33 to 0.7.34

2

./src/index.ts

@@ -208,2 +208,3 @@ import { grabbingCursor, grabCursor } from './cursors';

toolbarShadow: '0px 6px 16px #00000024',
elementToolbarShadow: '0px 6px 16px #00000014',
activeShadow: '0px 0px 0px 2px rgba(30, 150, 235, 0.30)',

@@ -359,2 +360,3 @@ shadow1: '0px 0px 4px 0px rgba(66, 65, 73, 0.14)',

toolbarShadow: '0px 6px 18px #00000052',
elementToolbarShadow: '0px 6px 18px #00000032',
activeShadow: '0px 0px 0px 2px rgba(28, 158, 228, 0.30)',

@@ -361,0 +363,0 @@ shadow1: '0px 0px 4px 0px rgba(0, 0, 0, 0.24)',

@@ -160,2 +160,3 @@ export declare const camelToKebab: (s: string) => string;

toolbarShadow: string;
elementToolbarShadow: string;
activeShadow: string;

@@ -362,2 +363,3 @@ shadow1: string;

toolbarShadow: string;
elementToolbarShadow: string;
activeShadow: string;

@@ -364,0 +366,0 @@ shadow1: string;

20

dist/index.js

@@ -5,3 +5,3 @@ function t(r) {

}
const x = t(`
const n = t(`
<svg

@@ -119,5 +119,5 @@ width="24"

// cursors
grabbingCursor: o(x, ["grabbing"]),
grabbingCursor: o(n, ["grabbing"]),
grabCursor: o(i, ["grab"])
}, u = {
}, h = {
...p,

@@ -198,2 +198,3 @@ themeMode: "light",

toolbarShadow: "0px 6px 16px #00000024",
elementToolbarShadow: "0px 6px 16px #00000014",
activeShadow: "0px 0px 0px 2px rgba(30, 150, 235, 0.30)",

@@ -253,3 +254,3 @@ shadow1: "0px 0px 4px 0px rgba(66, 65, 73, 0.14)",

noteBackgroundWhite: "rgba(255, 255, 255, 1)"
}, h = {
}, u = {
...p,

@@ -330,2 +331,3 @@ themeMode: "dark",

toolbarShadow: "0px 6px 18px #00000052",
elementToolbarShadow: "0px 6px 18px #00000032",
activeShadow: "0px 0px 0px 2px rgba(28, 158, 228, 0.30)",

@@ -385,4 +387,4 @@ shadow1: "0px 0px 4px 0px rgba(0, 0, 0, 0.24)",

noteBackgroundWhite: "rgba(0, 0, 0, 1)"
}, l = (r) => d(r).reduce((a, [g, n]) => ({ ...a, [b(g)]: n }), {}), c = l(u), s = l(h);
function k(r, a) {
}, l = (r) => d(r).reduce((a, [g, x]) => ({ ...a, [b(g)]: x }), {}), c = l(h), s = l(u);
function w(r, a) {
return `var(${r.startsWith("--") ? r : b(r)}${a ? `, ${a}` : ""})`;

@@ -393,8 +395,8 @@ }

C as camelToKebab,
k as cssVar,
w as cssVar,
s as darkCssVariables,
h as darkTheme,
u as darkTheme,
c as lightCssVariables,
u as lightTheme
h as lightTheme
};
//# sourceMappingURL=index.js.map
{
"name": "@toeverything/theme",
"version": "0.7.33",
"version": "0.7.34",
"type": "module",

@@ -5,0 +5,0 @@ "repository": "toeverything/design",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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