@tactics/lokaal-loket 0.0.292 → 0.0.295
Sign up to get free protection for your applications and to get access to all the features.
- package/build/index.cjs +792 -786
- package/build/index.d.cts +6 -4
- package/build/index.d.ts +6 -4
- package/build/index.js +578 -572
- package/package.json +1 -1
package/build/index.d.cts
CHANGED
@@ -112,7 +112,8 @@ declare enum IconType {
|
|
112
112
|
TRASH = "TRASH",
|
113
113
|
CROSSHAIR = "CROSSHAIR",
|
114
114
|
EYE = "EYE",
|
115
|
-
EYE_CLOSED = "EYE_CLOSED"
|
115
|
+
EYE_CLOSED = "EYE_CLOSED",
|
116
|
+
CALENDAR = "CALENDAR"
|
116
117
|
}
|
117
118
|
|
118
119
|
interface IScaledIcon {
|
@@ -1216,7 +1217,7 @@ interface ICategoryLink {
|
|
1216
1217
|
declare const CategoryLink: ({ figure, title, description, label, action }: ICategoryLink) => react_jsx_runtime.JSX.Element;
|
1217
1218
|
|
1218
1219
|
interface IQuote {
|
1219
|
-
quote:
|
1220
|
+
quote: React$1.ReactElement<ISafeHtml>;
|
1220
1221
|
}
|
1221
1222
|
|
1222
1223
|
declare const Quote: ({ quote }: IQuote) => react_jsx_runtime.JSX.Element;
|
@@ -1432,7 +1433,8 @@ interface IFormMessage {
|
|
1432
1433
|
|
1433
1434
|
declare enum FormMessageType {
|
1434
1435
|
ERROR = "ERROR",
|
1435
|
-
SUCCESS = "SUCCESS"
|
1436
|
+
SUCCESS = "SUCCESS",
|
1437
|
+
WARNING = "WARNING"
|
1436
1438
|
}
|
1437
1439
|
|
1438
1440
|
declare const FormMessage: ({ icon, messages, type }: IFormMessage) => react_jsx_runtime.JSX.Element;
|
@@ -1895,7 +1897,7 @@ interface IDetailsSectionHours {
|
|
1895
1897
|
declare const DetailsSectionHours: (props: IDetailsSectionHours) => react_jsx_runtime.JSX.Element;
|
1896
1898
|
|
1897
1899
|
interface IDetailsSectionQuote {
|
1898
|
-
quote:
|
1900
|
+
quote: React$1.ReactElement<ISafeHtml>;
|
1899
1901
|
}
|
1900
1902
|
|
1901
1903
|
declare const DetailsSectionQuote: (props: IDetailsSectionQuote) => react_jsx_runtime.JSX.Element;
|
package/build/index.d.ts
CHANGED
@@ -112,7 +112,8 @@ declare enum IconType {
|
|
112
112
|
TRASH = "TRASH",
|
113
113
|
CROSSHAIR = "CROSSHAIR",
|
114
114
|
EYE = "EYE",
|
115
|
-
EYE_CLOSED = "EYE_CLOSED"
|
115
|
+
EYE_CLOSED = "EYE_CLOSED",
|
116
|
+
CALENDAR = "CALENDAR"
|
116
117
|
}
|
117
118
|
|
118
119
|
interface IScaledIcon {
|
@@ -1216,7 +1217,7 @@ interface ICategoryLink {
|
|
1216
1217
|
declare const CategoryLink: ({ figure, title, description, label, action }: ICategoryLink) => react_jsx_runtime.JSX.Element;
|
1217
1218
|
|
1218
1219
|
interface IQuote {
|
1219
|
-
quote:
|
1220
|
+
quote: React$1.ReactElement<ISafeHtml>;
|
1220
1221
|
}
|
1221
1222
|
|
1222
1223
|
declare const Quote: ({ quote }: IQuote) => react_jsx_runtime.JSX.Element;
|
@@ -1432,7 +1433,8 @@ interface IFormMessage {
|
|
1432
1433
|
|
1433
1434
|
declare enum FormMessageType {
|
1434
1435
|
ERROR = "ERROR",
|
1435
|
-
SUCCESS = "SUCCESS"
|
1436
|
+
SUCCESS = "SUCCESS",
|
1437
|
+
WARNING = "WARNING"
|
1436
1438
|
}
|
1437
1439
|
|
1438
1440
|
declare const FormMessage: ({ icon, messages, type }: IFormMessage) => react_jsx_runtime.JSX.Element;
|
@@ -1895,7 +1897,7 @@ interface IDetailsSectionHours {
|
|
1895
1897
|
declare const DetailsSectionHours: (props: IDetailsSectionHours) => react_jsx_runtime.JSX.Element;
|
1896
1898
|
|
1897
1899
|
interface IDetailsSectionQuote {
|
1898
|
-
quote:
|
1900
|
+
quote: React$1.ReactElement<ISafeHtml>;
|
1899
1901
|
}
|
1900
1902
|
|
1901
1903
|
declare const DetailsSectionQuote: (props: IDetailsSectionQuote) => react_jsx_runtime.JSX.Element;
|