@tactics/lokaal-loket 0.0.160 → 0.0.161
Sign up to get free protection for your applications and to get access to all the features.
- package/build/index.cjs +175 -175
- package/build/index.d.cts +3 -2
- package/build/index.d.ts +3 -2
- package/build/index.js +103 -103
- package/package.json +1 -1
package/build/index.d.cts
CHANGED
@@ -488,7 +488,8 @@ declare const Pill: ({ withIconBefore, label }: IPill) => react_jsx_runtime.JSX.
|
|
488
488
|
declare enum PinType {
|
489
489
|
DAYCARE = "DAYCARE",
|
490
490
|
CHILDMINDER = "CHILDMINDER",
|
491
|
-
COOPERATIVE = "COOPERATIVE"
|
491
|
+
COOPERATIVE = "COOPERATIVE",
|
492
|
+
OUT_OF_RANGE = "OUT_OF_RANGE"
|
492
493
|
}
|
493
494
|
|
494
495
|
interface IPinBase {
|
@@ -1121,7 +1122,7 @@ interface IFooter {
|
|
1121
1122
|
declare const Footer: ({ top, left, right, bottom }: IFooter) => react_jsx_runtime.JSX.Element;
|
1122
1123
|
|
1123
1124
|
type TerminalType = "ORIGIN" | "DESTINATION";
|
1124
|
-
type PointType = "DAYCARE" | "CHILDMINDER" | "COOPERATIVE";
|
1125
|
+
type PointType = "DAYCARE" | "CHILDMINDER" | "COOPERATIVE" | "OUT_OF_RANGE";
|
1125
1126
|
interface ITerminal {
|
1126
1127
|
key: string;
|
1127
1128
|
name: string;
|
package/build/index.d.ts
CHANGED
@@ -488,7 +488,8 @@ declare const Pill: ({ withIconBefore, label }: IPill) => react_jsx_runtime.JSX.
|
|
488
488
|
declare enum PinType {
|
489
489
|
DAYCARE = "DAYCARE",
|
490
490
|
CHILDMINDER = "CHILDMINDER",
|
491
|
-
COOPERATIVE = "COOPERATIVE"
|
491
|
+
COOPERATIVE = "COOPERATIVE",
|
492
|
+
OUT_OF_RANGE = "OUT_OF_RANGE"
|
492
493
|
}
|
493
494
|
|
494
495
|
interface IPinBase {
|
@@ -1121,7 +1122,7 @@ interface IFooter {
|
|
1121
1122
|
declare const Footer: ({ top, left, right, bottom }: IFooter) => react_jsx_runtime.JSX.Element;
|
1122
1123
|
|
1123
1124
|
type TerminalType = "ORIGIN" | "DESTINATION";
|
1124
|
-
type PointType = "DAYCARE" | "CHILDMINDER" | "COOPERATIVE";
|
1125
|
+
type PointType = "DAYCARE" | "CHILDMINDER" | "COOPERATIVE" | "OUT_OF_RANGE";
|
1125
1126
|
interface ITerminal {
|
1126
1127
|
key: string;
|
1127
1128
|
name: string;
|