@janiscommerce/ui-web 0.3.0 → 0.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.umd.js +1 -3
- package/index.umd.js.map +1 -1
- package/package.json +1 -1
package/index.umd.js
CHANGED
|
@@ -20282,7 +20282,7 @@
|
|
|
20282
20282
|
})(["text-overflow:ellipsis;overflow:hidden;"])
|
|
20283
20283
|
};
|
|
20284
20284
|
|
|
20285
|
-
var _excluded$4 = ["backgroundColor", "borderColor", "children", "disabled", "icon", "iconColor", "onClick", "onDelete", "selected", "
|
|
20285
|
+
var _excluded$4 = ["backgroundColor", "borderColor", "children", "disabled", "icon", "iconColor", "onClick", "onDelete", "selected", "textColor", "variant", "hasLink"];
|
|
20286
20286
|
|
|
20287
20287
|
var Chip = function Chip(_ref) {
|
|
20288
20288
|
var backgroundColor = _ref.backgroundColor,
|
|
@@ -20294,7 +20294,6 @@
|
|
|
20294
20294
|
onClick = _ref.onClick,
|
|
20295
20295
|
onDelete = _ref.onDelete,
|
|
20296
20296
|
selected = _ref.selected,
|
|
20297
|
-
styles = _ref.styles,
|
|
20298
20297
|
textColor = _ref.textColor,
|
|
20299
20298
|
variant = _ref.variant,
|
|
20300
20299
|
hasLink = _ref.hasLink,
|
|
@@ -20310,7 +20309,6 @@
|
|
|
20310
20309
|
clickable: (onClick || onDelete) && !disabled,
|
|
20311
20310
|
onClick: disabled ? undefined : onClick,
|
|
20312
20311
|
selected: selected,
|
|
20313
|
-
styles: styles,
|
|
20314
20312
|
textColor: textColor,
|
|
20315
20313
|
variant: variant,
|
|
20316
20314
|
iconColor: iconColor,
|