@navservice/web-components 1.3.0 → 1.5.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.
@@ -620,11 +620,11 @@ class MyElement extends lit_element_i {
620
620
  ;// CONCATENATED MODULE: ./src/index.ts
621
621
 
622
622
 
623
-
624
623
  if (!customElements.get('my-element')) {
625
624
  customElements.define('my-element', MyElement);
626
625
  }
627
626
 
627
+
628
628
  return __webpack_exports__;
629
629
  })()
630
630
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@navservice/web-components",
3
- "version": "1.3.0",
3
+ "version": "1.5.0",
4
4
  "description": "Service de autenticação de usuários unificado",
5
5
  "type": "module",
6
6
  "main": "./build/lib/index.js",
@@ -16,6 +16,10 @@
16
16
  "files": [
17
17
  "build"
18
18
  ],
19
+ "sideEffects": [
20
+ "./build/es/index.css",
21
+ "./build/lib/index.css"
22
+ ],
19
23
  "publishConfig": {
20
24
  "access": "public",
21
25
  "provenance": false