@archilogic/editor-plugin-layout-assertions
Advanced tools
Comparing version 0.1.0 to 0.1.1
# @archilogic/editor-plugin-layout-assertions | ||
## 0.1.1 | ||
### Patch Changes | ||
- 7e22c4c: refactor(editor-plugin-layout-assertions): improve division calculation error handling and code readability | ||
## 0.1.0 | ||
@@ -4,0 +10,0 @@ |
@@ -19,3 +19,3 @@ export declare enum UsageTypes { | ||
export declare enum ThresholdNumbers { | ||
PopulationThreshhold = 200, | ||
PopulationThreshold = 200, | ||
MinSocializeSeatingPercentage = 0.05, | ||
@@ -26,1 +26,10 @@ MaxSocializeSeatingPercentage = 0.1, | ||
} | ||
export declare enum TextColor { | ||
OK = "text-sanfran", | ||
Error = "text-error" | ||
} | ||
export declare enum DivisionError { | ||
NumeratorZero = "numeratorZero", | ||
DenominatorZero = "denominatorZero", | ||
NumeratorDenominatorZero = "numeratorDenominatorZero" | ||
} |
{ | ||
"name": "@archilogic/editor-plugin-layout-assertions", | ||
"description": "", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"publishConfig": { | ||
@@ -6,0 +6,0 @@ "access": "public" |
Sorry, the diff of this file is too big to display
831010
24266