@dev-crew-berlin/enter-js-utils 0.40.3 → 0.40.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/models/field-value.d.ts +1 -1
- package/dist/ui/icons/add-guest-icon.js +1 -1
- package/dist/ui/icons/caret-icon.js +1 -1
- package/dist/ui/icons/filter-icon.js +1 -1
- package/dist/ui/icons/search-icon.js +1 -1
- package/dist/ui/icons/settings-icon.js +1 -1
- package/dist/ui/icons/sort-list-icon.js +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare type FieldValue = string | number | string[] | null;
|
|
1
|
+
export declare type FieldValue = string | number | string[] | boolean | null;
|
|
@@ -6,7 +6,7 @@ export const AddGuestIcon = ({
|
|
|
6
6
|
return /*#__PURE__*/React.createElement("svg", {
|
|
7
7
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8
8
|
width: "100%",
|
|
9
|
-
height: "
|
|
9
|
+
height: "100%",
|
|
10
10
|
viewBox: "0 0 16.571 13.68"
|
|
11
11
|
}, /*#__PURE__*/React.createElement("path", {
|
|
12
12
|
fill: color,
|
|
@@ -6,7 +6,7 @@ export const FilterIcon = ({
|
|
|
6
6
|
return /*#__PURE__*/React.createElement("svg", {
|
|
7
7
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8
8
|
width: "100%",
|
|
9
|
-
height: "
|
|
9
|
+
height: "100%",
|
|
10
10
|
viewBox: "0 0 10.252 11.956"
|
|
11
11
|
}, /*#__PURE__*/React.createElement("path", {
|
|
12
12
|
fill: color,
|
|
@@ -6,7 +6,7 @@ export const SearchIcon = ({
|
|
|
6
6
|
return /*#__PURE__*/React.createElement("svg", {
|
|
7
7
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8
8
|
width: "100%",
|
|
9
|
-
height: "
|
|
9
|
+
height: "100%",
|
|
10
10
|
viewBox: "0 0 18.9 19.688"
|
|
11
11
|
}, /*#__PURE__*/React.createElement("path", {
|
|
12
12
|
fill: color,
|