resizable-panes-js
Advanced tools
Comparing version 6.0.20 to 6.0.21
interface IKeyToBoolMap$1 { | ||
[name: string]: boolean; | ||
} | ||
type IVisibilityState = 'zipped' | 'visible' | 'hidden'; | ||
type ISetSizeBehaviour = 'ratio' | '1' | '2'; | ||
@@ -9,4 +8,4 @@ interface INumberMap { | ||
} | ||
interface IVisibilityMap { | ||
[key: string]: IVisibilityState; | ||
interface IBoolMap { | ||
[key: string]: boolean; | ||
} | ||
@@ -25,3 +24,3 @@ interface IGetStateItem { | ||
setVisibilities: (map: IKeyToBoolMap$1) => void; | ||
getVisibilities: () => IVisibilityMap; | ||
getVisibilities: () => IBoolMap; | ||
getSizes: () => INumberMap; | ||
@@ -28,0 +27,0 @@ getState: () => IGetState; |
{ | ||
"name": "resizable-panes-js", | ||
"version": "6.0.20", | ||
"version": "6.0.21", | ||
"description": "A straightforward library that enables dynamic resizing of layouts and saves the layout configurations.", | ||
@@ -22,4 +22,2 @@ "module": "./lib/esm/index.esm.js", | ||
"patch": "npm version patch", | ||
"predeploy": "run-s -n patch clean Install test prod", | ||
"deploy": "npm publish", | ||
"pretest": "npm run test:clean", | ||
@@ -26,0 +24,0 @@ "pretest:open": "npm run test:clean", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
94020
355