Socket
Socket
Sign inDemoInstall

@chakra-ui/theme

Package Overview
Dependencies
Maintainers
2
Versions
639
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chakra-ui/theme - npm Package Compare versions

Comparing version 0.0.0-dev-20230531085907 to 0.0.0-dev-20230711204333

dist/chunk-JG65ZSGF.mjs

12

dist/components/menu.d.ts

@@ -67,2 +67,8 @@ import * as _chakra_ui_styled_system from '@chakra-ui/styled-system';

};
icon: {
display: string;
alignItems: string;
justifyContent: string;
flexShrink: number;
};
command: {

@@ -81,3 +87,3 @@ opacity: number;

[key: string]: _chakra_ui_styled_system.PartsStyleInterpolation<{
keys: ("button" | "item" | "list" | "groupTitle" | "command" | "divider")[];
keys: ("button" | "icon" | "item" | "list" | "groupTitle" | "command" | "divider")[];
}>;

@@ -87,3 +93,3 @@ } | undefined;

[key: string]: _chakra_ui_styled_system.PartsStyleInterpolation<{
keys: ("button" | "item" | "list" | "groupTitle" | "command" | "divider")[];
keys: ("button" | "icon" | "item" | "list" | "groupTitle" | "command" | "divider")[];
}>;

@@ -96,5 +102,5 @@ } | undefined;

} | undefined;
parts: ("button" | "item" | "list" | "groupTitle" | "command" | "divider")[];
parts: ("button" | "icon" | "item" | "list" | "groupTitle" | "command" | "divider")[];
};
export { menuTheme };

@@ -83,2 +83,8 @@ "use strict";

});
var baseStyleIcon = (0, import_styled_system.defineStyle)({
display: "inline-flex",
alignItems: "center",
justifyContent: "center",
flexShrink: 0
});
var baseStyleCommand = (0, import_styled_system.defineStyle)({

@@ -103,2 +109,3 @@ opacity: 0.6

groupTitle: baseStyleGroupTitle,
icon: baseStyleIcon,
command: baseStyleCommand,

@@ -105,0 +112,0 @@ divider: baseStyleDivider

@@ -37,3 +37,1 @@ "use strict";

var blur_default = blur;
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {});

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

var borders_default = borders;
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {});

@@ -35,3 +35,1 @@ "use strict";

var breakpoints_default = breakpoints;
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {});

@@ -249,3 +249,1 @@ "use strict";

var colors_default = colors;
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {});

@@ -38,3 +38,1 @@ "use strict";

var radius_default = radii;
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {});

@@ -40,3 +40,1 @@ "use strict";

var shadows_default = shadows;
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {});

@@ -97,3 +97,1 @@ "use strict";

var sizes_default = sizes;
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {});

@@ -53,3 +53,1 @@ "use strict";

var transition_default = transition;
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {});

@@ -87,3 +87,1 @@ "use strict";

var typography_default = typography;
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {});

@@ -42,3 +42,1 @@ "use strict";

var z_index_default = zIndices;
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {});
{
"name": "@chakra-ui/theme",
"version": "0.0.0-dev-20230531085907",
"version": "0.0.0-dev-20230711204333",
"description": "The default theme for chakra components",

@@ -31,8 +31,8 @@ "keywords": [

"dependencies": {
"@chakra-ui/anatomy": "2.1.2",
"@chakra-ui/theme-tools": "0.0.0-dev-20230531085907",
"@chakra-ui/anatomy": "0.0.0-dev-20230711204333",
"@chakra-ui/theme-tools": "0.0.0-dev-20230711204333",
"@chakra-ui/shared-utils": "2.0.5"
},
"peerDependencies": {
"@chakra-ui/styled-system": "0.0.0-dev-20230531085907"
"@chakra-ui/styled-system": ">=2.8.0"
},

@@ -42,3 +42,3 @@ "devDependencies": {

"@chakra-ui/cli": "2.4.1",
"@chakra-ui/styled-system": "0.0.0-dev-20230531085907"
"@chakra-ui/styled-system": "2.9.1"
},

@@ -45,0 +45,0 @@ "tsup": {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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 too big to display

Sorry, the diff of this file is too big to display

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