@paperless/core 0.1.0-alpha.45 → 0.1.0-alpha.46

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/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # 0.1.0-alpha.46 (2022-08-02)
7
+
8
+ **Note:** Version bump only for package @paperless/core
9
+
10
+
11
+
12
+
13
+
6
14
  # 0.1.0-alpha.45 (2022-08-02)
7
15
 
8
16
 
@@ -2,4 +2,4 @@ p-dropdown-menu-container {
2
2
  @apply min-w-[222px];
3
3
  @apply flex flex-col py-2 bg-white rounded-xxlarge;
4
4
  @apply filter drop-shadow-4;
5
- } .visible{visibility:visible!important}.static{position:static!important}.static{position:static!important}.static{position:static!important}
5
+ } .visible{visibility:visible!important}.static{position:static!important}.static{position:static!important}
@@ -6,4 +6,4 @@
6
6
  }
7
7
  :host p-dropdown-menu-container[data-show] {
8
8
  @apply flex;
9
- } .visible{visibility:visible!important}.static{position:static!important}.static{position:static!important}
9
+ } .visible{visibility:visible!important}.static{position:static!important}
package/dist/index.html CHANGED
@@ -1,4 +1,4 @@
1
- <!doctype html><html dir="ltr" lang="en"><head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=5.0"> <title>Stencil Component Starter</title> <script type="module" src="/build/paperless.esm.js" data-stencil data-resources-url="/build/" data-stencil-namespace="paperless"></script> <script nomodule="" src="/build/paperless.js" data-stencil></script> </head> <body> <p-button>Buttono</p-button> <script data-build="2022-08-02T13:46:22">
1
+ <!doctype html><html dir="ltr" lang="en"><head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=5.0"> <title>Stencil Component Starter</title> <script type="module" src="/build/paperless.esm.js" data-stencil data-resources-url="/build/" data-stencil-namespace="paperless"></script> <script nomodule="" src="/build/paperless.js" data-stencil></script> </head> <body> <p-button>Buttono</p-button> <script data-build="2022-08-02T13:50:50">
2
2
  if ('serviceWorker' in navigator && location.protocol !== 'file:') {
3
3
  window.addEventListener('load', function() {
4
4
  navigator.serviceWorker.register('/sw.js')
package/dist/sw.js CHANGED
@@ -27,7 +27,7 @@ self.addEventListener('message', (event) => {
27
27
  self.__precacheManifest = [
28
28
  {
29
29
  "url": "index.html",
30
- "revision": "373ddacf5f85023b4e6f9fb5d05cb0d2"
30
+ "revision": "288f928b09a033927df2691d8cb0e7a6"
31
31
  },
32
32
  {
33
33
  "url": "build/index.esm.js",
@@ -267,7 +267,7 @@ self.__precacheManifest = [
267
267
  },
268
268
  {
269
269
  "url": "collection/components/atoms/dropdown-menu-container/dropdown-menu-container.component.css",
270
- "revision": "c951f24b909f63bf5c4de0a361ff5c2d"
270
+ "revision": "c87dce91cd824808ec2a136b99f36478"
271
271
  },
272
272
  {
273
273
  "url": "collection/components/atoms/dropdown-menu-container/dropdown-menu-container.component.js",
@@ -399,7 +399,7 @@ self.__precacheManifest = [
399
399
  },
400
400
  {
401
401
  "url": "collection/components/molecules/dropdown/dropdown.component.css",
402
- "revision": "5ddbe21f37548eb8b480c35b1eeafdb1"
402
+ "revision": "5792fbc64739af776e865e3e04fb5e22"
403
403
  },
404
404
  {
405
405
  "url": "collection/components/molecules/dropdown/dropdown.component.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paperless/core",
3
- "version": "0.1.0-alpha.45",
3
+ "version": "0.1.0-alpha.46",
4
4
  "description": "Stencil Component Starter",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",