@welcome-ui/tag
Advanced tools
Comparing version 5.0.0-alpha.16 to 5.0.0-alpha.20
@@ -6,2 +6,13 @@ # Change Log | ||
# [5.0.0-alpha.20](https://github.com/WTTJ/welcome-ui/compare/v5.0.0-alpha.19...v5.0.0-alpha.20) (2023-02-13) | ||
### Bug Fixes | ||
* **Tag:** onRemove fire twice ([59262ae](https://github.com/WTTJ/welcome-ui/commit/59262ae4ff2acf4adb79c31a94ae914cf67a8695)) | ||
# [5.0.0-alpha.16](https://github.com/WTTJ/welcome-ui/compare/v5.0.0-alpha.15...v5.0.0-alpha.16) (2023-02-02) | ||
@@ -8,0 +19,0 @@ |
@@ -166,3 +166,3 @@ var __create = Object.create; | ||
content, | ||
!!onRemove && /* @__PURE__ */ import_react.default.createElement(ActionIcon, { size }, /* @__PURE__ */ import_react.default.createElement(Button, { onClick: onRemove, title: "Remove" }, /* @__PURE__ */ import_react.default.createElement(import_icons.CrossIcon, { onClick: onRemove, size: "xs", title: "Remove" }))) | ||
!!onRemove && /* @__PURE__ */ import_react.default.createElement(ActionIcon, { size }, /* @__PURE__ */ import_react.default.createElement(Button, { onClick: onRemove, title: "Remove" }, /* @__PURE__ */ import_react.default.createElement(import_icons.CrossIcon, { size: "xs", title: "Remove" }))) | ||
); | ||
@@ -169,0 +169,0 @@ } |
@@ -132,3 +132,3 @@ // index.tsx | ||
content, | ||
!!onRemove && /* @__PURE__ */ React.createElement(ActionIcon, { size }, /* @__PURE__ */ React.createElement(Button, { onClick: onRemove, title: "Remove" }, /* @__PURE__ */ React.createElement(CrossIcon, { onClick: onRemove, size: "xs", title: "Remove" }))) | ||
!!onRemove && /* @__PURE__ */ React.createElement(ActionIcon, { size }, /* @__PURE__ */ React.createElement(Button, { onClick: onRemove, title: "Remove" }, /* @__PURE__ */ React.createElement(CrossIcon, { size: "xs", title: "Remove" }))) | ||
); | ||
@@ -135,0 +135,0 @@ } |
{ | ||
"name": "@welcome-ui/tag", | ||
"version": "5.0.0-alpha.16", | ||
"version": "5.0.0-alpha.20", | ||
"description": "Customizable design system with react • styled-components • styled-system and reakit.", | ||
@@ -49,3 +49,3 @@ "main": "dist/index.cjs.js", | ||
}, | ||
"gitHead": "ac09aae06d2dd87548a325c9a84ee03f46bb269d", | ||
"gitHead": "ee964955a8b80568a1270a09b9254cf7f486653e", | ||
"sideEffects": false, | ||
@@ -52,0 +52,0 @@ "component": "Tag", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
24319
0