orbiq-neural-ui-kit 1.2.70 → 1.2.71
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.
|
@@ -13732,8 +13732,8 @@ class NeuralNotificationCenterComponent {
|
|
|
13732
13732
|
'absolute left-full border-r': position() === 'sidebar',
|
|
13733
13733
|
'fixed right-0 border-l': position() === 'right',
|
|
13734
13734
|
'translate-x-0': open(),
|
|
13735
|
-
'-translate-x-full
|
|
13736
|
-
'translate-x-full
|
|
13735
|
+
'-translate-x-full pointer-events-none': !open() && position() === 'sidebar',
|
|
13736
|
+
'translate-x-full pointer-events-none': !open() && position() === 'right'
|
|
13737
13737
|
}"
|
|
13738
13738
|
>
|
|
13739
13739
|
<div class="flex items-center justify-between border-b border-outline-gray-2 px-4 pt-3 pb-0">
|
|
@@ -13774,8 +13774,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImpor
|
|
|
13774
13774
|
'absolute left-full border-r': position() === 'sidebar',
|
|
13775
13775
|
'fixed right-0 border-l': position() === 'right',
|
|
13776
13776
|
'translate-x-0': open(),
|
|
13777
|
-
'-translate-x-full
|
|
13778
|
-
'translate-x-full
|
|
13777
|
+
'-translate-x-full pointer-events-none': !open() && position() === 'sidebar',
|
|
13778
|
+
'translate-x-full pointer-events-none': !open() && position() === 'right'
|
|
13779
13779
|
}"
|
|
13780
13780
|
>
|
|
13781
13781
|
<div class="flex items-center justify-between border-b border-outline-gray-2 px-4 pt-3 pb-0">
|