@paperless/core 3.17.0 → 3.17.1

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
@@ -11630,7 +11630,7 @@ class Accordion {
11630
11630
  return (hAsync(ThemedHost, { key: '883005f4d2fdd709219459e186d5ddc2d0c65d0e' }, hAsync("div", { key: '84e519021e292cb5652d747f78580994fe3d202d', class: 'flex w-full flex-col' }, hAsync("div", { key: '825ce398b3e964f338a5d856cc8ad62e1ca584b6', class: cn('flex cursor-pointer items-center gap-2', {
11631
11631
  'text-storm-500 dark:text-white': this.variant === 'primary',
11632
11632
  'text-storm-300 dark:text-hurricane-200': this.variant === 'secondary',
11633
- }), onClick: () => this._onClick() }, hAsync("p-icon", { key: '49becdad583ea8e5c0240c9dcd39aeae9725f3e8', class: 'flex shrink-0', rotate: this.open ? 0 : -90, variant: 'caret' }), hAsync("p", { key: '43433d9ce0070501f9585d90b517dc12025107ff', class: 'my-0 shrink-0 whitespace-nowrap text-base font-medium' }, this.header), hAsync("p-divider", { key: 'cd9cb273247800d7346dbbd7901006e2eed73cd4', class: 'flex-1' }), this.label && (hAsync("p-label", { key: 'b1f0d706acdd72f59dc5761b7b8d547902923e3e', icon: this.labelIcon, variant: this.labelVariant }, this.label))), this.open && (hAsync("div", { key: '115909079517f424638f3ad412e089c7494ef463', class: 'mt-4' }, hAsync("slot", { key: '35e85bfce75a986873831ecf044353975a3d357c' }))))));
11633
+ }), onClick: () => this._onClick() }, hAsync("p-icon", { key: '49becdad583ea8e5c0240c9dcd39aeae9725f3e8', class: 'flex shrink-0', rotate: this.open ? 0 : -90, variant: 'caret' }), hAsync("p", { key: '43433d9ce0070501f9585d90b517dc12025107ff', class: 'my-0 shrink-0 whitespace-nowrap text-base font-medium' }, this.header), this.label && (hAsync("p-label", { key: 'a27811dd426913cd6a24afbd56d42640b7b72e3c', icon: this.labelIcon, variant: this.labelVariant }, this.label)), hAsync("p-divider", { key: '82f8ebdb7a267b9b4394619d2d98767b3efdbc21', class: 'flex-1' })), this.open && (hAsync("div", { key: '115909079517f424638f3ad412e089c7494ef463', class: 'mt-4' }, hAsync("slot", { key: '35e85bfce75a986873831ecf044353975a3d357c' }))))));
11634
11634
  }
11635
11635
  _onClick() {
11636
11636
  if (!this.closeable && this.open) {
package/hydrate/index.mjs CHANGED
@@ -11628,7 +11628,7 @@ class Accordion {
11628
11628
  return (hAsync(ThemedHost, { key: '883005f4d2fdd709219459e186d5ddc2d0c65d0e' }, hAsync("div", { key: '84e519021e292cb5652d747f78580994fe3d202d', class: 'flex w-full flex-col' }, hAsync("div", { key: '825ce398b3e964f338a5d856cc8ad62e1ca584b6', class: cn('flex cursor-pointer items-center gap-2', {
11629
11629
  'text-storm-500 dark:text-white': this.variant === 'primary',
11630
11630
  'text-storm-300 dark:text-hurricane-200': this.variant === 'secondary',
11631
- }), onClick: () => this._onClick() }, hAsync("p-icon", { key: '49becdad583ea8e5c0240c9dcd39aeae9725f3e8', class: 'flex shrink-0', rotate: this.open ? 0 : -90, variant: 'caret' }), hAsync("p", { key: '43433d9ce0070501f9585d90b517dc12025107ff', class: 'my-0 shrink-0 whitespace-nowrap text-base font-medium' }, this.header), hAsync("p-divider", { key: 'cd9cb273247800d7346dbbd7901006e2eed73cd4', class: 'flex-1' }), this.label && (hAsync("p-label", { key: 'b1f0d706acdd72f59dc5761b7b8d547902923e3e', icon: this.labelIcon, variant: this.labelVariant }, this.label))), this.open && (hAsync("div", { key: '115909079517f424638f3ad412e089c7494ef463', class: 'mt-4' }, hAsync("slot", { key: '35e85bfce75a986873831ecf044353975a3d357c' }))))));
11631
+ }), onClick: () => this._onClick() }, hAsync("p-icon", { key: '49becdad583ea8e5c0240c9dcd39aeae9725f3e8', class: 'flex shrink-0', rotate: this.open ? 0 : -90, variant: 'caret' }), hAsync("p", { key: '43433d9ce0070501f9585d90b517dc12025107ff', class: 'my-0 shrink-0 whitespace-nowrap text-base font-medium' }, this.header), this.label && (hAsync("p-label", { key: 'a27811dd426913cd6a24afbd56d42640b7b72e3c', icon: this.labelIcon, variant: this.labelVariant }, this.label)), hAsync("p-divider", { key: '82f8ebdb7a267b9b4394619d2d98767b3efdbc21', class: 'flex-1' })), this.open && (hAsync("div", { key: '115909079517f424638f3ad412e089c7494ef463', class: 'mt-4' }, hAsync("slot", { key: '35e85bfce75a986873831ecf044353975a3d357c' }))))));
11632
11632
  }
11633
11633
  _onClick() {
11634
11634
  if (!this.closeable && this.open) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paperless/core",
3
- "version": "3.17.0",
3
+ "version": "3.17.1",
4
4
  "description": "Stencil Component Starter",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs.js",