@convertkit/design
Advanced tools
Comparing version 0.0.28-beta.1 to 0.0.28-beta.2
@@ -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) { |
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
460542
20400