@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/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,6 +1,6 @@
1
1
  {
2
2
  "name": "@paperless/core",
3
- "version": "2.0.1-beta.10",
3
+ "version": "2.0.1-beta.12",
4
4
  "description": "Stencil Component Starter",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",
@@ -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