@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/dist/build/{p-0d03e46c.js → p-1a85b89a.js} +1 -1
- package/dist/build/{p-887c9c21.entry.js → p-791d33e5.entry.js} +1 -1
- package/dist/build/paperless.esm.js +1 -1
- package/dist/cjs/p-accordion.cjs.entry.js +1 -1
- package/dist/collection/components/molecules/accordion/accordion.component.js +1 -1
- package/dist/components/p-accordion.js +1 -1
- package/dist/esm/p-accordion.entry.js +1 -1
- package/dist/index.html +1 -1
- package/dist/paperless/{p-887c9c21.entry.js → p-791d33e5.entry.js} +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 +1 -1
- package/hydrate/index.mjs +1 -1
- package/package.json +1 -1
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-
|
|
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-
|
|
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) {
|