@paperless/core 2.0.1-beta.10 → 2.0.1-beta.12
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 +22 -0
- package/dist/build/p-60492c98.entry.js +2 -0
- package/dist/build/{p-92f2aa3a.entry.js.map → p-60492c98.entry.js.map} +1 -1
- package/dist/build/paperless.esm.js +1 -1
- package/dist/cjs/p-navigation-section.cjs.entry.js +2 -2
- package/dist/cjs/p-navigation-section.cjs.entry.js.map +1 -1
- package/dist/collection/components/molecules/navigation-section/navigation-section.component.css +1 -1
- package/dist/collection/components/molecules/navigation-section/navigation-section.component.js +1 -1
- package/dist/collection/components/molecules/navigation-section/navigation-section.component.js.map +1 -1
- package/dist/components/p-navigation-section.js +2 -2
- package/dist/components/p-navigation-section.js.map +1 -1
- package/dist/esm/p-navigation-section.entry.js +2 -2
- package/dist/esm/p-navigation-section.entry.js.map +1 -1
- package/dist/index.html +1 -1
- package/dist/paperless/p-60492c98.entry.js +2 -0
- package/dist/paperless/{p-92f2aa3a.entry.js.map → p-60492c98.entry.js.map} +1 -1
- package/dist/paperless/paperless.esm.js +1 -1
- package/dist/sw.js +1 -1
- package/dist/sw.js.map +1 -1
- package/hydrate/index.js +2 -2
- package/package.json +1 -1
- package/dist/build/p-92f2aa3a.entry.js +0 -2
- package/dist/paperless/p-92f2aa3a.entry.js +0 -2
package/hydrate/index.js
CHANGED
|
@@ -25670,7 +25670,7 @@ class NavigationItem {
|
|
|
25670
25670
|
}; }
|
|
25671
25671
|
}
|
|
25672
25672
|
|
|
25673
|
-
const navigationSectionComponentCss = "*{box-sizing:border-box}.static{position:static!important}.flex{display:flex!important}.flex-col{flex-direction:column!important}";
|
|
25673
|
+
const navigationSectionComponentCss = "*{box-sizing:border-box}.static{position:static!important}.flex{display:flex!important}.flex-col{flex-direction:column!important}.gap-2{gap:.5rem!important}";
|
|
25674
25674
|
|
|
25675
25675
|
class NavigationSection {
|
|
25676
25676
|
constructor(hostRef) {
|
|
@@ -25679,7 +25679,7 @@ class NavigationSection {
|
|
|
25679
25679
|
}
|
|
25680
25680
|
render() {
|
|
25681
25681
|
var _a;
|
|
25682
|
-
return (hAsync(Host, { class: 'p-navigation-section flex flex-col' }, ((_a = this.header) === null || _a === void 0 ? void 0 : _a.length) > 0 && (hAsync("p-navigation-title", null, this.header)), hAsync("slot", null)));
|
|
25682
|
+
return (hAsync(Host, { class: 'p-navigation-section flex flex-col gap-2' }, ((_a = this.header) === null || _a === void 0 ? void 0 : _a.length) > 0 && (hAsync("p-navigation-title", null, this.header)), hAsync("div", { class: 'flex flex-col' }, hAsync("slot", null))));
|
|
25683
25683
|
}
|
|
25684
25684
|
static get style() { return navigationSectionComponentCss; }
|
|
25685
25685
|
static get cmpMeta() { return {
|
package/package.json
CHANGED
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
import{r as t,h as i,H as o}from"./p-64b68231.js";const n="*{box-sizing:border-box}.static{position:static!important}.flex{display:flex!important}.flex-col{flex-direction:column!important}";const s=class{constructor(i){t(this,i);this.header=undefined}render(){var t;return i(o,{class:"p-navigation-section flex flex-col"},((t=this.header)===null||t===void 0?void 0:t.length)>0&&i("p-navigation-title",null,this.header),i("slot",null))}};s.style=n;export{s as p_navigation_section};
|
|
2
|
-
//# sourceMappingURL=p-92f2aa3a.entry.js.map
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
import{r as t,h as i,H as o}from"./p-64b68231.js";const n="*{box-sizing:border-box}.static{position:static!important}.flex{display:flex!important}.flex-col{flex-direction:column!important}";const s=class{constructor(i){t(this,i);this.header=undefined}render(){var t;return i(o,{class:"p-navigation-section flex flex-col"},((t=this.header)===null||t===void 0?void 0:t.length)>0&&i("p-navigation-title",null,this.header),i("slot",null))}};s.style=n;export{s as p_navigation_section};
|
|
2
|
-
//# sourceMappingURL=p-92f2aa3a.entry.js.map
|