codexly-ui 0.0.54 → 0.0.55
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/fesm2022/codexly-ui.mjs
CHANGED
|
@@ -5225,7 +5225,7 @@ const DRAWER_WIDTH_MAP = {
|
|
|
5225
5225
|
md: '420px',
|
|
5226
5226
|
lg: '560px',
|
|
5227
5227
|
};
|
|
5228
|
-
const DRAWER_CONTAINER_CLASS = 'flex flex-col bg-white shadow-2xl overflow-hidden h-
|
|
5228
|
+
const DRAWER_CONTAINER_CLASS = 'flex flex-col bg-white shadow-2xl overflow-hidden h-screen';
|
|
5229
5229
|
const CLX_DRAWER_SIZE = new InjectionToken('CLX_DRAWER_SIZE');
|
|
5230
5230
|
|
|
5231
5231
|
class ClxDrawerComponent {
|
|
@@ -13908,8 +13908,6 @@ class ClxDrawerService {
|
|
|
13908
13908
|
hasBackdrop,
|
|
13909
13909
|
backdropClass: 'clx-modal-backdrop',
|
|
13910
13910
|
panelClass: extraClasses,
|
|
13911
|
-
width: DRAWER_WIDTH_MAP[size],
|
|
13912
|
-
height: '100vh',
|
|
13913
13911
|
scrollStrategy: this._overlay.scrollStrategies.block(),
|
|
13914
13912
|
positionStrategy: this._overlay.position().global().right('0').top('0'),
|
|
13915
13913
|
}));
|