@tactics/lokaal-loket 0.0.437 → 0.0.438
Sign up to get free protection for your applications and to get access to all the features.
- package/build/index.cjs +691 -691
- package/build/index.d.cts +3 -1
- package/build/index.d.ts +3 -1
- package/build/index.js +691 -691
- package/package.json +1 -1
package/build/index.d.cts
CHANGED
@@ -2676,7 +2676,9 @@ declare enum CollapsableRatio {
|
|
2676
2676
|
RATIO_42_58 = "RATIO_42_58",
|
2677
2677
|
RATIO_58_42 = "RATIO_58_42",
|
2678
2678
|
RATIO_64_36 = "RATIO_64_36",
|
2679
|
-
RATIO_36_64 = "RATIO_36_64"
|
2679
|
+
RATIO_36_64 = "RATIO_36_64",
|
2680
|
+
RATIO_28_72 = "RATIO_28_72",
|
2681
|
+
RATIO_72_28 = "RATIO_72_28"
|
2680
2682
|
}
|
2681
2683
|
|
2682
2684
|
declare const Collapsable: ({ content, additional, maxHeight, keepAdditionalInDOM }: ICollapsable) => react_jsx_runtime.JSX.Element;
|
package/build/index.d.ts
CHANGED
@@ -2676,7 +2676,9 @@ declare enum CollapsableRatio {
|
|
2676
2676
|
RATIO_42_58 = "RATIO_42_58",
|
2677
2677
|
RATIO_58_42 = "RATIO_58_42",
|
2678
2678
|
RATIO_64_36 = "RATIO_64_36",
|
2679
|
-
RATIO_36_64 = "RATIO_36_64"
|
2679
|
+
RATIO_36_64 = "RATIO_36_64",
|
2680
|
+
RATIO_28_72 = "RATIO_28_72",
|
2681
|
+
RATIO_72_28 = "RATIO_72_28"
|
2680
2682
|
}
|
2681
2683
|
|
2682
2684
|
declare const Collapsable: ({ content, additional, maxHeight, keepAdditionalInDOM }: ICollapsable) => react_jsx_runtime.JSX.Element;
|