@convertkit/selection-toolbar
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -1335,3 +1335,4 @@ import React, { Component } from 'react'; | ||
onClick: handleClick, | ||
className: "convertkit-editor-selection-toolbar-button" | ||
className: "convertkit-editor-selection-toolbar-button", | ||
type: "button" | ||
}, React.createElement(ButtonComponent, null)); | ||
@@ -1338,0 +1339,0 @@ }; |
{ | ||
"name": "@convertkit/selection-toolbar", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "A toolbar for the ConvertKit Editor that hovers over the selection.", | ||
@@ -32,3 +32,3 @@ "main": "index.js", | ||
}, | ||
"gitHead": "6a3b009015254a7228c7701b94836f9ec324e99b" | ||
"gitHead": "f2a62aec55995784e744f126aa8d9225b06a1183" | ||
} |
@@ -144,2 +144,3 @@ import React, { Component } from "react"; | ||
className="convertkit-editor-selection-toolbar-button" | ||
type="button" | ||
> | ||
@@ -146,0 +147,0 @@ <ButtonComponent /> |
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
52572
1475