@axa-ch/button
Advanced tools
Comparing version 7.0.0 to 7.0.1
import { html, LitElement, css, unsafeCSS } from 'lit'; | ||
import { classMap } from 'lit/directives/class-map'; | ||
import { classMap } from 'lit/directives/class-map.js'; | ||
import AXAIcon from '@axa-ch/icon'; | ||
@@ -155,4 +155,5 @@ import '@skatejs/val'; | ||
return versionedTagName; // for convenience in single-component custom-versioned definitions | ||
}; | ||
}; // prettier-ignore | ||
var versionedHtml = componentInstance => function (strings) { | ||
@@ -607,2 +608,2 @@ // derive class from instance | ||
export default AXAButton; | ||
export { AXAButton as default }; |
import val from '@skatejs/val'; | ||
import { html, LitElement, css, unsafeCSS } from 'lit'; | ||
import { classMap } from 'lit/directives/class-map'; | ||
import { classMap } from 'lit/directives/class-map.js'; | ||
import AXAIcon from '@axa-ch/icon'; | ||
@@ -11,10 +11,5 @@ | ||
var symbols = Object.getOwnPropertySymbols(object); | ||
if (enumerableOnly) { | ||
symbols = symbols.filter(function (sym) { | ||
return Object.getOwnPropertyDescriptor(object, sym).enumerable; | ||
}); | ||
} | ||
keys.push.apply(keys, symbols); | ||
enumerableOnly && (symbols = symbols.filter(function (sym) { | ||
return Object.getOwnPropertyDescriptor(object, sym).enumerable; | ||
})), keys.push.apply(keys, symbols); | ||
} | ||
@@ -27,15 +22,8 @@ | ||
for (var i = 1; i < arguments.length; i++) { | ||
var source = arguments[i] != null ? arguments[i] : {}; | ||
if (i % 2) { | ||
ownKeys(Object(source), true).forEach(function (key) { | ||
_defineProperty(target, key, source[key]); | ||
}); | ||
} else if (Object.getOwnPropertyDescriptors) { | ||
Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); | ||
} else { | ||
ownKeys(Object(source)).forEach(function (key) { | ||
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); | ||
}); | ||
} | ||
var source = null != arguments[i] ? arguments[i] : {}; | ||
i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { | ||
_defineProperty(target, key, source[key]); | ||
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { | ||
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); | ||
}); | ||
} | ||
@@ -231,4 +219,5 @@ | ||
return versionedTagName; // for convenience in single-component custom-versioned definitions | ||
}; | ||
}; // prettier-ignore | ||
var versionedHtml = componentInstance => function (strings) { | ||
@@ -780,2 +769,2 @@ // derive class from instance | ||
export default index_react; | ||
export { index_react as default }; |
{ | ||
"name": "@axa-ch/button", | ||
"version": "7.0.0", | ||
"version": "7.0.1", | ||
"description": "The button component for the AXA Pattern Library", | ||
@@ -33,8 +33,8 @@ "author": "Pattern Warriors", | ||
"dependencies": { | ||
"@axa-ch/icon": "7.0.0", | ||
"@axa-ch/icon": "7.0.1", | ||
"@skatejs/val": "^0.4.0", | ||
"lit": "^2.2.1" | ||
}, | ||
"gitHead": "b96ceb2b666e0d02a373bd647ef70786f9756991", | ||
"gitHead": "7244e20ff62a359bf560791f658f9c4a9f22b909", | ||
"main": "lib/index.js" | ||
} |
Sorry, the diff of this file is too big to display
1417
130400
7
+ Added@axa-ch/icon@7.0.1(transitive)
+ Added@axa-ch/materials@15.0.1(transitive)
- Removed@axa-ch/icon@7.0.0(transitive)
- Removed@axa-ch/materials@15.0.0(transitive)
Updated@axa-ch/icon@7.0.1