@tactics/lokaal-loket 0.0.477 → 0.0.479
Sign up to get free protection for your applications and to get access to all the features.
- package/build/index.cjs +695 -695
- package/build/index.d.cts +4 -1
- package/build/index.d.ts +4 -1
- package/build/index.js +695 -695
- package/package.json +1 -1
package/build/index.d.cts
CHANGED
@@ -111,7 +111,10 @@ declare enum IconType {
|
|
111
111
|
ARCHIVE = "ARCHIVE",
|
112
112
|
FLAG = "FLAG",
|
113
113
|
COPY = "COPY",
|
114
|
-
USER_EDIT = "USER_EDIT"
|
114
|
+
USER_EDIT = "USER_EDIT",
|
115
|
+
PHONE = "PHONE",
|
116
|
+
WEBSITE = "WEBSITE",
|
117
|
+
MAIL = "MAIL"
|
115
118
|
}
|
116
119
|
|
117
120
|
interface IScaledIcon {
|
package/build/index.d.ts
CHANGED
@@ -111,7 +111,10 @@ declare enum IconType {
|
|
111
111
|
ARCHIVE = "ARCHIVE",
|
112
112
|
FLAG = "FLAG",
|
113
113
|
COPY = "COPY",
|
114
|
-
USER_EDIT = "USER_EDIT"
|
114
|
+
USER_EDIT = "USER_EDIT",
|
115
|
+
PHONE = "PHONE",
|
116
|
+
WEBSITE = "WEBSITE",
|
117
|
+
MAIL = "MAIL"
|
115
118
|
}
|
116
119
|
|
117
120
|
interface IScaledIcon {
|