Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@convertkit/design

Package Overview
Dependencies
Maintainers
6
Versions
659
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@convertkit/design - npm Package Compare versions

Comparing version 0.0.28-beta.1 to 0.0.28-beta.2

1

date-picker-input/index.js

@@ -11,3 +11,2 @@ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }

import cx from "classnames";
import "./index.css";

@@ -14,0 +13,0 @@ function DatePickerInput(_ref) {

6

package.json
{
"name": "@convertkit/design",
"version": "0.0.28-beta.1",
"version": "0.0.28-beta.2",
"description": "Design System for ConvertKit",

@@ -76,6 +76,6 @@ "main": "index.js",

"/buttons/index.js": "/buttons/index.js",
"/hooks/use-focus.js": "/hooks/use-focus.js",
"/icon/icons.js": "/icon/icons.js",
"/icon/index.js": "/icon/index.js",
"/icon/library.js": "/icon/library.js",
"/hooks/use-focus.js": "/hooks/use-focus.js",
"/menu/index.js": "/menu/index.js",

@@ -91,5 +91,5 @@ "/jest-mocks/index.js": "/jest-mocks/index.js",

"/note/index.js": "/note/index.js",
"/portal/index.js": "/portal/index.js",
"/popover/index.js": "/popover/index.js",
"/popover/popover.js": "/popover/popover.js",
"/portal/index.js": "/portal/index.js",
"/select-menu/index.js": "/select-menu/index.js",

@@ -96,0 +96,0 @@ "/utils/partition.js": "/utils/partition.js",

@@ -84,3 +84,5 @@ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }

className: buttonClassName
}), selectedItem && selectedItem.label || "Select");
}), React.createElement("span", {
className: "flex-grow text-left"
}, selectedItem && selectedItem.label || "Select"));
}), React.createElement(MenuList, _extends({

@@ -87,0 +89,0 @@ style: {

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