@axa-ch/button
Advanced tools
Comparing version 2.0.2 to 2.0.3
@@ -25,2 +25,3 @@ import React from 'react'; | ||
className?: string; | ||
slot?: string; | ||
} | ||
@@ -27,0 +28,0 @@ |
@@ -220,3 +220,4 @@ function ___$insertStyle(css) { | ||
children, | ||
className | ||
className = '', | ||
slot = '' | ||
} = _ref; | ||
@@ -231,3 +232,4 @@ return withReact(createElement)(AXAButton.tagName, { | ||
onClick, | ||
className | ||
className, | ||
slot | ||
}, children); | ||
@@ -234,0 +236,0 @@ }); |
{ | ||
"name": "@axa-ch/button", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "The AXA Button component", | ||
@@ -31,3 +31,3 @@ "author": "Pattern Warriors", | ||
"dependencies": { | ||
"@axa-ch/icon": "^1.2.13", | ||
"@axa-ch/icon": "^1.2.14", | ||
"@skatejs/val": "^0.4.0", | ||
@@ -37,3 +37,3 @@ "lit-element": "^2.2.0", | ||
}, | ||
"gitHead": "9f51869a8a0a7cba8d4c377e73d9766189df7ae8" | ||
"gitHead": "cc333ecffc30742d24dc156987ea942e740a8bca" | ||
} |
73245
602
Updated@axa-ch/icon@^1.2.14