orbiq-neural-ui-kit 1.2.62 → 1.2.63
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.
|
@@ -14380,7 +14380,7 @@ class NeuralSidebarComponent {
|
|
|
14380
14380
|
...(ngDevMode ? [{ debugName: "collapsed" }] : /* istanbul ignore next */ []));
|
|
14381
14381
|
width = input('15rem', /* @ts-ignore */
|
|
14382
14382
|
...(ngDevMode ? [{ debugName: "width" }] : /* istanbul ignore next */ []));
|
|
14383
|
-
collapsedWidth = input('
|
|
14383
|
+
collapsedWidth = input('60px', /* @ts-ignore */
|
|
14384
14384
|
...(ngDevMode ? [{ debugName: "collapsedWidth" }] : /* istanbul ignore next */ []));
|
|
14385
14385
|
disableCollapse = input(false, /* @ts-ignore */
|
|
14386
14386
|
...(ngDevMode ? [{ debugName: "disableCollapse" }] : /* istanbul ignore next */ []));
|