synapse-react-client 3.1.69 → 3.1.70
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/index.js
CHANGED
|
@@ -40264,11 +40264,11 @@ var UserSearchBoxV2 = (props) => {
|
|
|
40264
40264
|
if (placeholder !== void 0) {
|
|
40265
40265
|
return placeholder;
|
|
40266
40266
|
} else if (typeFilter == TYPE_FILTER.USERS_ONLY) {
|
|
40267
|
-
return "
|
|
40267
|
+
return "Name (first and last)";
|
|
40268
40268
|
} else if (typeFilter == TYPE_FILTER.TEAMS_ONLY) {
|
|
40269
40269
|
return "Team name";
|
|
40270
40270
|
} else {
|
|
40271
|
-
return "
|
|
40271
|
+
return "Name (first and last) or team name";
|
|
40272
40272
|
}
|
|
40273
40273
|
}, [placeholder, typeFilter]);
|
|
40274
40274
|
if (defaultValue && defaultUserGroupHeader == null) {
|
package/dist/index.mjs
CHANGED
|
@@ -40299,11 +40299,11 @@ var UserSearchBoxV2 = (props) => {
|
|
|
40299
40299
|
if (placeholder !== void 0) {
|
|
40300
40300
|
return placeholder;
|
|
40301
40301
|
} else if (typeFilter == TYPE_FILTER.USERS_ONLY) {
|
|
40302
|
-
return "
|
|
40302
|
+
return "Name (first and last)";
|
|
40303
40303
|
} else if (typeFilter == TYPE_FILTER.TEAMS_ONLY) {
|
|
40304
40304
|
return "Team name";
|
|
40305
40305
|
} else {
|
|
40306
|
-
return "
|
|
40306
|
+
return "Name (first and last) or team name";
|
|
40307
40307
|
}
|
|
40308
40308
|
}, [placeholder, typeFilter]);
|
|
40309
40309
|
if (defaultValue && defaultUserGroupHeader == null) {
|
|
@@ -48882,7 +48882,7 @@ Please use another name.` : (0, _utils.formatMuiErrorMessage)(18));
|
|
|
48882
48882
|
"package.json"(exports2, module2) {
|
|
48883
48883
|
module2.exports = {
|
|
48884
48884
|
name: "synapse-react-client",
|
|
48885
|
-
version: "3.1.
|
|
48885
|
+
version: "3.1.70",
|
|
48886
48886
|
private: false,
|
|
48887
48887
|
main: "./dist/index.js",
|
|
48888
48888
|
module: "./dist/index.mjs",
|
|
@@ -121130,11 +121130,11 @@ To suppress this warning, you need to explicitly provide the \`palette.${key}Cha
|
|
|
121130
121130
|
if (placeholder !== void 0) {
|
|
121131
121131
|
return placeholder;
|
|
121132
121132
|
} else if (typeFilter == TYPE_FILTER.USERS_ONLY) {
|
|
121133
|
-
return "
|
|
121133
|
+
return "Name (first and last)";
|
|
121134
121134
|
} else if (typeFilter == TYPE_FILTER.TEAMS_ONLY) {
|
|
121135
121135
|
return "Team name";
|
|
121136
121136
|
} else {
|
|
121137
|
-
return "
|
|
121137
|
+
return "Name (first and last) or team name";
|
|
121138
121138
|
}
|
|
121139
121139
|
}, [placeholder, typeFilter]);
|
|
121140
121140
|
if (defaultValue && defaultUserGroupHeader == null) {
|