@mxenabled/connect-widget 0.20.3 → 0.20.4
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.es.js +18 -32
- package/dist/index.es.js.map +1 -1
- package/dist/lastBuild.txt +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -5087,39 +5087,23 @@ function baseFindIndex$2(array, predicate, fromIndex, fromRight) {
|
|
|
5087
5087
|
}
|
|
5088
5088
|
var _baseFindIndex = baseFindIndex$2;
|
|
5089
5089
|
|
|
5090
|
-
var
|
|
5091
|
-
|
|
5092
|
-
|
|
5093
|
-
|
|
5094
|
-
|
|
5095
|
-
|
|
5096
|
-
var reWhitespace = /\s/;
|
|
5097
|
-
function trimmedEndIndex(string) {
|
|
5098
|
-
var index = string.length;
|
|
5099
|
-
while (index-- && reWhitespace.test(string.charAt(index))) {
|
|
5100
|
-
}
|
|
5101
|
-
return index;
|
|
5102
|
-
}
|
|
5103
|
-
_trimmedEndIndex = trimmedEndIndex;
|
|
5104
|
-
return _trimmedEndIndex;
|
|
5090
|
+
var reWhitespace = /\s/;
|
|
5091
|
+
function trimmedEndIndex$1(string) {
|
|
5092
|
+
var index = string.length;
|
|
5093
|
+
while (index-- && reWhitespace.test(string.charAt(index))) {
|
|
5094
|
+
}
|
|
5095
|
+
return index;
|
|
5105
5096
|
}
|
|
5097
|
+
var _trimmedEndIndex = trimmedEndIndex$1;
|
|
5106
5098
|
|
|
5107
|
-
var
|
|
5108
|
-
var
|
|
5109
|
-
|
|
5110
|
-
|
|
5111
|
-
if (hasRequired_baseTrim) return _baseTrim;
|
|
5112
|
-
hasRequired_baseTrim = 1;
|
|
5113
|
-
var trimmedEndIndex = require_trimmedEndIndex();
|
|
5114
|
-
var reTrimStart = /^\s+/;
|
|
5115
|
-
function baseTrim(string) {
|
|
5116
|
-
return string ? string.slice(0, trimmedEndIndex(string) + 1).replace(reTrimStart, "") : string;
|
|
5117
|
-
}
|
|
5118
|
-
_baseTrim = baseTrim;
|
|
5119
|
-
return _baseTrim;
|
|
5099
|
+
var trimmedEndIndex = _trimmedEndIndex;
|
|
5100
|
+
var reTrimStart = /^\s+/;
|
|
5101
|
+
function baseTrim$1(string) {
|
|
5102
|
+
return string ? string.slice(0, trimmedEndIndex(string) + 1).replace(reTrimStart, "") : string;
|
|
5120
5103
|
}
|
|
5104
|
+
var _baseTrim = baseTrim$1;
|
|
5121
5105
|
|
|
5122
|
-
var baseTrim =
|
|
5106
|
+
var baseTrim = _baseTrim, isObject$7 = isObject_1, isSymbol$1 = isSymbol_1;
|
|
5123
5107
|
var NAN = 0 / 0;
|
|
5124
5108
|
var reIsBadHex = /^[-+]0x[0-9a-f]+$/i;
|
|
5125
5109
|
var reIsBinary = /^0b[01]+$/i;
|
|
@@ -8575,7 +8559,7 @@ var hasRequiredTrim;
|
|
|
8575
8559
|
function requireTrim () {
|
|
8576
8560
|
if (hasRequiredTrim) return trim_1;
|
|
8577
8561
|
hasRequiredTrim = 1;
|
|
8578
|
-
var baseToString = _baseToString, baseTrim =
|
|
8562
|
+
var baseToString = _baseToString, baseTrim = _baseTrim, castSlice = require_castSlice(), charsEndIndex = require_charsEndIndex(), charsStartIndex = require_charsStartIndex(), stringToArray = require_stringToArray(), toString = toString_1;
|
|
8579
8563
|
function trim(string, chars, guard) {
|
|
8580
8564
|
string = toString(string);
|
|
8581
8565
|
if (string && (guard || chars === void 0)) {
|
|
@@ -62660,7 +62644,8 @@ const InstitutionGridTile = (props) => {
|
|
|
62660
62644
|
/* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "iconTile " + dist.css(styles.iconTile), style: styles.iconTile, children: /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
62661
62645
|
De,
|
|
62662
62646
|
{
|
|
62663
|
-
alt:
|
|
62647
|
+
alt: `${institution.name} logo`,
|
|
62648
|
+
"aria-hidden": true,
|
|
62664
62649
|
institutionGuid: institution.guid,
|
|
62665
62650
|
logoUrl: institution.logo_url,
|
|
62666
62651
|
size: containerWidth - 24
|
|
@@ -62903,7 +62888,8 @@ const InstitutionTile = (props) => {
|
|
|
62903
62888
|
startIcon: /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
62904
62889
|
De,
|
|
62905
62890
|
{
|
|
62906
|
-
alt:
|
|
62891
|
+
alt: `${institution.name} logo`,
|
|
62892
|
+
"aria-hidden": true,
|
|
62907
62893
|
institutionGuid: institution.guid,
|
|
62908
62894
|
logoUrl: institution.logo_url,
|
|
62909
62895
|
size
|