@nypl/design-system-react-components 1.5.2 → 1.5.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/components/Icons/IconNames.d.ts +2 -2
- package/dist/components/Icons/IconSvgs.d.ts +2 -0
- package/dist/design-system-react-components.cjs.development.js +670 -564
- package/dist/design-system-react-components.cjs.development.js.map +1 -1
- package/dist/design-system-react-components.cjs.production.min.js +1 -1
- package/dist/design-system-react-components.cjs.production.min.js.map +1 -1
- package/dist/design-system-react-components.esm.js +670 -564
- package/dist/design-system-react-components.esm.js.map +1 -1
- package/dist/styles.css +1 -1
- package/dist/theme/components/breadcrumb.d.ts +13 -0
- package/dist/theme/components/feedbackBox.d.ts +9 -2
- package/dist/theme/components/footer.d.ts +3 -0
- package/dist/theme/components/select.d.ts +1 -0
- package/dist/theme/components/textInput.d.ts +6 -0
- package/package.json +1 -1
|
@@ -1106,53 +1106,53 @@ var _excluded$J = ["title", "titleId"];
|
|
|
1106
1106
|
function _extends$K() { _extends$K = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$K.apply(this, arguments); }
|
|
1107
1107
|
function _objectWithoutProperties$J(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$K(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
1108
1108
|
function _objectWithoutPropertiesLoose$K(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
1109
|
-
var
|
|
1109
|
+
var SvgSocialPinterest = function SvgSocialPinterest(_ref) {
|
|
1110
1110
|
var title = _ref.title,
|
|
1111
1111
|
titleId = _ref.titleId,
|
|
1112
1112
|
props = _objectWithoutProperties$J(_ref, _excluded$J);
|
|
1113
1113
|
return /*#__PURE__*/React.createElement("svg", _extends$K({
|
|
1114
1114
|
viewBox: "0 0 36 36",
|
|
1115
|
+
fill: "none",
|
|
1115
1116
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1116
1117
|
"aria-labelledby": titleId
|
|
1117
1118
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
1118
1119
|
id: titleId
|
|
1119
1120
|
}, title) : null, _g$1 || (_g$1 = /*#__PURE__*/React.createElement("g", {
|
|
1120
|
-
clipPath: "url(#social-
|
|
1121
|
+
clipPath: "url(#social-pinterest_svg__clip0_77652_129156)"
|
|
1121
1122
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1122
|
-
|
|
1123
|
-
clipRule: "evenodd",
|
|
1124
|
-
d: "M26.555 28.756c-.655.319-1.908.597-2.842.62-2.82.078-3.368-2.024-3.39-3.548V14.621h7.075v-5.45h-7.051V0h-5.16c-.085 0-.233.076-.255.269C14.631 3.075 13.345 8 8 9.97v4.65h3.566v11.762c0 4.028 2.907 9.75 10.583 9.615 2.59-.046 5.466-1.153 6.101-2.11l-1.695-5.132Z"
|
|
1123
|
+
d: "M0 18c0 7.371 4.432 13.703 10.774 16.487-.05-1.257-.008-2.766.314-4.133l2.316-9.809s-.575-1.149-.575-2.848c0-2.667 1.546-4.66 3.471-4.66 1.638 0 2.429 1.23 2.429 2.703 0 1.646-1.05 4.108-1.59 6.388-.45 1.91.957 3.467 2.841 3.467 3.41 0 5.707-4.38 5.707-9.57 0-3.945-2.657-6.898-7.49-6.898-5.46 0-8.861 4.072-8.861 8.62 0 1.568.462 2.674 1.186 3.53.333.394.38.552.26 1.004-.087.33-.286 1.128-.368 1.444-.12.456-.489.62-.9.45-2.516-1.026-3.687-3.78-3.687-6.876 0-5.113 4.312-11.245 12.865-11.245 6.872 0 11.395 4.973 11.395 10.312 0 7.061-3.925 12.336-9.712 12.336-1.944 0-3.771-1.05-4.398-2.243 0 0-1.045 4.147-1.266 4.948-.382 1.388-1.129 2.775-1.812 3.856 1.62.478 3.33.738 5.102.738 9.94 0 18-8.06 18-18C36 8.058 27.94 0 18 0 8.06 0 0 8.06 0 18Z"
|
|
1125
1124
|
}))));
|
|
1126
1125
|
};
|
|
1127
1126
|
|
|
1128
|
-
var
|
|
1127
|
+
var _g$2;
|
|
1129
1128
|
var _excluded$K = ["title", "titleId"];
|
|
1130
1129
|
function _extends$L() { _extends$L = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$L.apply(this, arguments); }
|
|
1131
1130
|
function _objectWithoutProperties$K(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$L(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
1132
1131
|
function _objectWithoutPropertiesLoose$L(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
1133
|
-
var
|
|
1132
|
+
var SvgSocialSoundcloud = function SvgSocialSoundcloud(_ref) {
|
|
1134
1133
|
var title = _ref.title,
|
|
1135
1134
|
titleId = _ref.titleId,
|
|
1136
1135
|
props = _objectWithoutProperties$K(_ref, _excluded$K);
|
|
1137
1136
|
return /*#__PURE__*/React.createElement("svg", _extends$L({
|
|
1138
1137
|
viewBox: "0 0 36 36",
|
|
1138
|
+
fill: "none",
|
|
1139
1139
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1140
1140
|
"aria-labelledby": titleId
|
|
1141
1141
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
1142
1142
|
id: titleId
|
|
1143
|
-
}, title) : null,
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
d: "
|
|
1147
|
-
})));
|
|
1143
|
+
}, title) : null, _g$2 || (_g$2 = /*#__PURE__*/React.createElement("g", {
|
|
1144
|
+
clipPath: "url(#social-soundcloud_svg__clip0_77654_130801)"
|
|
1145
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
1146
|
+
d: "M0 24.386c0 .446.162.784.486 1.013.324.23.67.31 1.038.243.347-.067.59-.19.73-.369.139-.178.209-.474.209-.887v-4.858c0-.347-.12-.64-.36-.88s-.534-.36-.88-.36c-.335 0-.623.12-.863.36s-.36.533-.36.88v4.858Zm3.853 2.077c0 .324.114.567.343.729.23.162.522.242.88.242.368 0 .667-.08.896-.242.229-.162.343-.405.343-.73V15.14c0-.335-.12-.623-.36-.863s-.533-.36-.88-.36c-.334 0-.622.12-.862.36s-.36.527-.36.863v11.324Zm3.836.536c0 .324.117.567.352.729.234.162.536.243.905.243.357 0 .65-.081.879-.243.229-.162.344-.405.344-.729V16.663c0-.346-.12-.642-.36-.888a1.164 1.164 0 0 0-.863-.368 1.21 1.21 0 0 0-.888.368 1.21 1.21 0 0 0-.369.888v10.336Zm3.853.05c0 .614.413.922 1.24.922.826 0 1.24-.308 1.24-.922V10.297c0-.938-.285-1.468-.855-1.591-.368-.09-.732.017-1.089.318-.357.302-.536.726-.536 1.273V27.05Zm3.92.486V9.309c0-.58.173-.927.52-1.039a9.566 9.566 0 0 1 2.227-.268c1.71 0 3.3.402 4.775 1.206A9.835 9.835 0 0 1 26.56 12.5a9.814 9.814 0 0 1 1.583 4.599 5.495 5.495 0 0 1 2.178-.436c1.563 0 2.9.553 4.012 1.659C35.444 19.427 36 20.756 36 22.308c0 1.564-.556 2.899-1.667 4.004-1.111 1.106-2.443 1.659-3.995 1.659l-14.574-.017a.392.392 0 0 1-.227-.184.494.494 0 0 1-.075-.235Z"
|
|
1147
|
+
}))));
|
|
1148
1148
|
};
|
|
1149
1149
|
|
|
1150
|
-
var _g$
|
|
1150
|
+
var _g$3;
|
|
1151
1151
|
var _excluded$L = ["title", "titleId"];
|
|
1152
1152
|
function _extends$M() { _extends$M = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$M.apply(this, arguments); }
|
|
1153
1153
|
function _objectWithoutProperties$L(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$M(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
1154
1154
|
function _objectWithoutPropertiesLoose$M(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
1155
|
-
var
|
|
1155
|
+
var SvgSocialTumblr = function SvgSocialTumblr(_ref) {
|
|
1156
1156
|
var title = _ref.title,
|
|
1157
1157
|
titleId = _ref.titleId,
|
|
1158
1158
|
props = _objectWithoutProperties$L(_ref, _excluded$L);
|
|
@@ -1162,47 +1162,93 @@ var SvgSocialYoutube = function SvgSocialYoutube(_ref) {
|
|
|
1162
1162
|
"aria-labelledby": titleId
|
|
1163
1163
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
1164
1164
|
id: titleId
|
|
1165
|
-
}, title) : null, _g$
|
|
1166
|
-
clipPath: "url(#social-
|
|
1165
|
+
}, title) : null, _g$3 || (_g$3 = /*#__PURE__*/React.createElement("g", {
|
|
1166
|
+
clipPath: "url(#social-tumblr_svg__clip0_17226_338)"
|
|
1167
1167
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1168
1168
|
fillRule: "evenodd",
|
|
1169
1169
|
clipRule: "evenodd",
|
|
1170
|
-
d: "
|
|
1170
|
+
d: "M26.555 28.756c-.655.319-1.908.597-2.842.62-2.82.078-3.368-2.024-3.39-3.548V14.621h7.075v-5.45h-7.051V0h-5.16c-.085 0-.233.076-.255.269C14.631 3.075 13.345 8 8 9.97v4.65h3.566v11.762c0 4.028 2.907 9.75 10.583 9.615 2.59-.046 5.466-1.153 6.101-2.11l-1.695-5.132Z"
|
|
1171
1171
|
}))));
|
|
1172
1172
|
};
|
|
1173
1173
|
|
|
1174
|
-
var _path$
|
|
1174
|
+
var _path$G;
|
|
1175
1175
|
var _excluded$M = ["title", "titleId"];
|
|
1176
1176
|
function _extends$N() { _extends$N = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$N.apply(this, arguments); }
|
|
1177
1177
|
function _objectWithoutProperties$M(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$N(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
1178
1178
|
function _objectWithoutPropertiesLoose$N(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
1179
|
-
var
|
|
1179
|
+
var SvgSocialTwitter = function SvgSocialTwitter(_ref) {
|
|
1180
1180
|
var title = _ref.title,
|
|
1181
1181
|
titleId = _ref.titleId,
|
|
1182
1182
|
props = _objectWithoutProperties$M(_ref, _excluded$M);
|
|
1183
1183
|
return /*#__PURE__*/React.createElement("svg", _extends$N({
|
|
1184
|
-
viewBox: "0 0
|
|
1184
|
+
viewBox: "0 0 36 36",
|
|
1185
1185
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1186
1186
|
"aria-labelledby": titleId
|
|
1187
1187
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
1188
1188
|
id: titleId
|
|
1189
|
-
}, title) : null, _path$
|
|
1189
|
+
}, title) : null, _path$G || (_path$G = /*#__PURE__*/React.createElement("path", {
|
|
1190
1190
|
fillRule: "evenodd",
|
|
1191
1191
|
clipRule: "evenodd",
|
|
1192
|
-
d: "
|
|
1192
|
+
d: "M36 6.551a14.427 14.427 0 0 1-4.24 1.192 7.557 7.557 0 0 0 3.247-4.188 14.548 14.548 0 0 1-4.693 1.835A7.284 7.284 0 0 0 24.924 3c-4.077 0-7.384 3.391-7.384 7.573 0 .594.064 1.17.19 1.725-6.138-.316-11.579-3.328-15.224-7.916a7.711 7.711 0 0 0-1 3.812 7.623 7.623 0 0 0 3.286 6.303 7.252 7.252 0 0 1-3.347-.944v.093c0 3.67 2.547 6.732 5.927 7.425a7.042 7.042 0 0 1-1.946.267c-.475 0-.94-.046-1.39-.134.94 3.007 3.666 5.198 6.899 5.256a14.584 14.584 0 0 1-9.173 3.244c-.596 0-1.185-.034-1.762-.104A20.563 20.563 0 0 0 11.322 33c13.587 0 21.014-11.538 21.014-21.547 0-.33-.006-.659-.02-.982A15.158 15.158 0 0 0 36 6.551Z"
|
|
1193
1193
|
})));
|
|
1194
1194
|
};
|
|
1195
1195
|
|
|
1196
|
-
var
|
|
1196
|
+
var _g$4;
|
|
1197
1197
|
var _excluded$N = ["title", "titleId"];
|
|
1198
1198
|
function _extends$O() { _extends$O = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$O.apply(this, arguments); }
|
|
1199
1199
|
function _objectWithoutProperties$N(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$O(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
1200
1200
|
function _objectWithoutPropertiesLoose$O(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
1201
|
-
var
|
|
1201
|
+
var SvgSocialYoutube = function SvgSocialYoutube(_ref) {
|
|
1202
1202
|
var title = _ref.title,
|
|
1203
1203
|
titleId = _ref.titleId,
|
|
1204
1204
|
props = _objectWithoutProperties$N(_ref, _excluded$N);
|
|
1205
1205
|
return /*#__PURE__*/React.createElement("svg", _extends$O({
|
|
1206
|
+
viewBox: "0 0 36 36",
|
|
1207
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1208
|
+
"aria-labelledby": titleId
|
|
1209
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
1210
|
+
id: titleId
|
|
1211
|
+
}, title) : null, _g$4 || (_g$4 = /*#__PURE__*/React.createElement("g", {
|
|
1212
|
+
clipPath: "url(#social-youtube_svg__clip0_17226_337)"
|
|
1213
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
1214
|
+
fillRule: "evenodd",
|
|
1215
|
+
clipRule: "evenodd",
|
|
1216
|
+
d: "m14.283 22.452-.001-10.186 9.727 5.11-9.726 5.076ZM35.64 10.501s-.352-2.499-1.431-3.599c-1.37-1.444-2.904-1.451-3.607-1.535C25.564 5 18.008 5 18.008 5h-.016s-7.557 0-12.594.367c-.704.084-2.238.09-3.608 1.535C.71 8.002.36 10.501.36 10.501S0 13.435 0 16.368v2.751c0 2.935.36 5.868.36 5.868s.351 2.498 1.43 3.598c1.37 1.445 3.169 1.4 3.97 1.55C8.64 30.414 18 30.5 18 30.5s7.564-.011 12.602-.378c.703-.085 2.238-.092 3.607-1.537 1.079-1.1 1.431-3.598 1.431-3.598s.36-2.933.36-5.868v-2.75c0-2.934-.36-5.868-.36-5.868Z"
|
|
1217
|
+
}))));
|
|
1218
|
+
};
|
|
1219
|
+
|
|
1220
|
+
var _path$H;
|
|
1221
|
+
var _excluded$O = ["title", "titleId"];
|
|
1222
|
+
function _extends$P() { _extends$P = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$P.apply(this, arguments); }
|
|
1223
|
+
function _objectWithoutProperties$O(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$P(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
1224
|
+
function _objectWithoutPropertiesLoose$P(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
1225
|
+
var SvgSpeakerNotes = function SvgSpeakerNotes(_ref) {
|
|
1226
|
+
var title = _ref.title,
|
|
1227
|
+
titleId = _ref.titleId,
|
|
1228
|
+
props = _objectWithoutProperties$O(_ref, _excluded$O);
|
|
1229
|
+
return /*#__PURE__*/React.createElement("svg", _extends$P({
|
|
1230
|
+
viewBox: "0 0 24 24",
|
|
1231
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1232
|
+
"aria-labelledby": titleId
|
|
1233
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
1234
|
+
id: titleId
|
|
1235
|
+
}, title) : null, _path$H || (_path$H = /*#__PURE__*/React.createElement("path", {
|
|
1236
|
+
fillRule: "evenodd",
|
|
1237
|
+
clipRule: "evenodd",
|
|
1238
|
+
d: "M4 2h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H6l-4 4 .01-18c0-1.1.89-2 1.99-2Zm1.17 14H20V4H4v13.17l.58-.58.59-.59ZM6 12h2v2H6v-2Zm2-3H6v2h2V9ZM6 6h2v2H6V6Zm9 6h-5v2h5v-2Zm-5-3h8v2h-8V9Zm8-3h-8v2h8V6Z"
|
|
1239
|
+
})));
|
|
1240
|
+
};
|
|
1241
|
+
|
|
1242
|
+
var _path$I, _path2$d;
|
|
1243
|
+
var _excluded$P = ["title", "titleId"];
|
|
1244
|
+
function _extends$Q() { _extends$Q = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$Q.apply(this, arguments); }
|
|
1245
|
+
function _objectWithoutProperties$P(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$Q(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
1246
|
+
function _objectWithoutPropertiesLoose$Q(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
1247
|
+
var SvgUtilityAccountFilled = function SvgUtilityAccountFilled(_ref) {
|
|
1248
|
+
var title = _ref.title,
|
|
1249
|
+
titleId = _ref.titleId,
|
|
1250
|
+
props = _objectWithoutProperties$P(_ref, _excluded$P);
|
|
1251
|
+
return /*#__PURE__*/React.createElement("svg", _extends$Q({
|
|
1206
1252
|
viewBox: "0 0 24 24",
|
|
1207
1253
|
fill: "none",
|
|
1208
1254
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1219,15 +1265,15 @@ var SvgUtilityAccountFilled = function SvgUtilityAccountFilled(_ref) {
|
|
|
1219
1265
|
};
|
|
1220
1266
|
|
|
1221
1267
|
var _path$J, _path2$e;
|
|
1222
|
-
var _excluded$
|
|
1223
|
-
function _extends$
|
|
1224
|
-
function _objectWithoutProperties$
|
|
1225
|
-
function _objectWithoutPropertiesLoose$
|
|
1268
|
+
var _excluded$Q = ["title", "titleId"];
|
|
1269
|
+
function _extends$R() { _extends$R = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$R.apply(this, arguments); }
|
|
1270
|
+
function _objectWithoutProperties$Q(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$R(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
1271
|
+
function _objectWithoutPropertiesLoose$R(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
1226
1272
|
var SvgUtilityAccountUnfilled = function SvgUtilityAccountUnfilled(_ref) {
|
|
1227
1273
|
var title = _ref.title,
|
|
1228
1274
|
titleId = _ref.titleId,
|
|
1229
|
-
props = _objectWithoutProperties$
|
|
1230
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1275
|
+
props = _objectWithoutProperties$Q(_ref, _excluded$Q);
|
|
1276
|
+
return /*#__PURE__*/React.createElement("svg", _extends$R({
|
|
1231
1277
|
viewBox: "0 0 24 24",
|
|
1232
1278
|
fill: "none",
|
|
1233
1279
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1250,15 +1296,15 @@ var SvgUtilityAccountUnfilled = function SvgUtilityAccountUnfilled(_ref) {
|
|
|
1250
1296
|
};
|
|
1251
1297
|
|
|
1252
1298
|
var _path$K;
|
|
1253
|
-
var _excluded$
|
|
1254
|
-
function _extends$
|
|
1255
|
-
function _objectWithoutProperties$
|
|
1256
|
-
function _objectWithoutPropertiesLoose$
|
|
1299
|
+
var _excluded$R = ["title", "titleId"];
|
|
1300
|
+
function _extends$S() { _extends$S = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$S.apply(this, arguments); }
|
|
1301
|
+
function _objectWithoutProperties$R(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$S(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
1302
|
+
function _objectWithoutPropertiesLoose$S(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
1257
1303
|
var SvgUtilityHamburger = function SvgUtilityHamburger(_ref) {
|
|
1258
1304
|
var title = _ref.title,
|
|
1259
1305
|
titleId = _ref.titleId,
|
|
1260
|
-
props = _objectWithoutProperties$
|
|
1261
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1306
|
+
props = _objectWithoutProperties$R(_ref, _excluded$R);
|
|
1307
|
+
return /*#__PURE__*/React.createElement("svg", _extends$S({
|
|
1262
1308
|
viewBox: "0 0 24 24",
|
|
1263
1309
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1264
1310
|
"aria-labelledby": titleId
|
|
@@ -1318,6 +1364,8 @@ var iconSvgs = {
|
|
|
1318
1364
|
search: SvgSearch,
|
|
1319
1365
|
socialFacebook: SvgSocialFacebook,
|
|
1320
1366
|
socialInstagram: SvgSocialInstagram,
|
|
1367
|
+
socialPinterest: SvgSocialPinterest,
|
|
1368
|
+
socialSoundCloud: SvgSocialSoundcloud,
|
|
1321
1369
|
socialTumblr: SvgSocialTumblr,
|
|
1322
1370
|
socialTwitter: SvgSocialTwitter,
|
|
1323
1371
|
socialYoutube: SvgSocialYoutube,
|
|
@@ -1328,7 +1376,7 @@ var iconSvgs = {
|
|
|
1328
1376
|
utilitySearch: SvgSearch
|
|
1329
1377
|
};
|
|
1330
1378
|
|
|
1331
|
-
var _excluded$
|
|
1379
|
+
var _excluded$S = ["align", "children", "className", "color", "decorative", "iconRotation", "id", "name", "size", "title", "type"];
|
|
1332
1380
|
/**
|
|
1333
1381
|
* Renders SVG-based icons.
|
|
1334
1382
|
*/
|
|
@@ -1352,7 +1400,7 @@ var Icon = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(function (pr
|
|
|
1352
1400
|
title = _props$title === void 0 ? name + " icon" : _props$title,
|
|
1353
1401
|
_props$type = props.type,
|
|
1354
1402
|
type = _props$type === void 0 ? "default" : _props$type,
|
|
1355
|
-
rest = _objectWithoutPropertiesLoose(props, _excluded$
|
|
1403
|
+
rest = _objectWithoutPropertiesLoose(props, _excluded$S);
|
|
1356
1404
|
var styles = react.useStyleConfig("Icon", {
|
|
1357
1405
|
align: align,
|
|
1358
1406
|
color: color,
|
|
@@ -1410,7 +1458,7 @@ var Icon = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(function (pr
|
|
|
1410
1458
|
}
|
|
1411
1459
|
});
|
|
1412
1460
|
|
|
1413
|
-
var _excluded$
|
|
1461
|
+
var _excluded$T = ["accordionData", "id", "isDefaultOpen", "isAlwaysRendered", "panelMaxHeight"];
|
|
1414
1462
|
/**
|
|
1415
1463
|
* Get the minus or plus icon depending on whether the accordion
|
|
1416
1464
|
* is open or closed.
|
|
@@ -1517,7 +1565,7 @@ var Accordion = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(functio
|
|
|
1517
1565
|
_props$isAlwaysRender = props.isAlwaysRendered,
|
|
1518
1566
|
isAlwaysRendered = _props$isAlwaysRender === void 0 ? false : _props$isAlwaysRender,
|
|
1519
1567
|
panelMaxHeight = props.panelMaxHeight,
|
|
1520
|
-
rest = _objectWithoutPropertiesLoose(props, _excluded$
|
|
1568
|
+
rest = _objectWithoutPropertiesLoose(props, _excluded$T);
|
|
1521
1569
|
var isDarkMode = react.useColorMode().colorMode === "dark";
|
|
1522
1570
|
// Pass `0` to open the first accordion in the 0-index based array.
|
|
1523
1571
|
var openFirstAccordion = isDefaultOpen ? [0] : undefined;
|
|
@@ -1529,7 +1577,7 @@ var Accordion = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(functio
|
|
|
1529
1577
|
}, rest), getElementsFromData(accordionData, id, isAlwaysRendered, isDarkMode, panelMaxHeight));
|
|
1530
1578
|
}));
|
|
1531
1579
|
|
|
1532
|
-
var _excluded$
|
|
1580
|
+
var _excluded$U = ["buttonType", "children", "className", "id", "isDisabled", "mouseDown", "onClick", "size", "type"];
|
|
1533
1581
|
/**
|
|
1534
1582
|
* Renders a simple `button` element with custom variant styles.
|
|
1535
1583
|
*/
|
|
@@ -1549,7 +1597,7 @@ var Button = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(function (
|
|
|
1549
1597
|
size = _props$size === void 0 ? "medium" : _props$size,
|
|
1550
1598
|
_props$type = props.type,
|
|
1551
1599
|
type = _props$type === void 0 ? "button" : _props$type,
|
|
1552
|
-
rest = _objectWithoutPropertiesLoose(props, _excluded$
|
|
1600
|
+
rest = _objectWithoutPropertiesLoose(props, _excluded$U);
|
|
1553
1601
|
var btnCallback = mouseDown ? {
|
|
1554
1602
|
onMouseDown: onClick
|
|
1555
1603
|
} : {
|
|
@@ -1596,7 +1644,7 @@ var Button = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(function (
|
|
|
1596
1644
|
}
|
|
1597
1645
|
});
|
|
1598
1646
|
|
|
1599
|
-
var _excluded$
|
|
1647
|
+
var _excluded$V = ["children", "className", "href", "id", "onClick", "type"];
|
|
1600
1648
|
/**
|
|
1601
1649
|
* Renders the `Link` children components with a direction arrow icon based
|
|
1602
1650
|
* on the `"backwards"` or `"forwards"` `linkType` value.
|
|
@@ -1652,7 +1700,7 @@ var Link = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(function (pr
|
|
|
1652
1700
|
onClick = props.onClick,
|
|
1653
1701
|
_props$type = props.type,
|
|
1654
1702
|
type = _props$type === void 0 ? "default" : _props$type,
|
|
1655
|
-
rest = _objectWithoutPropertiesLoose(props, _excluded$
|
|
1703
|
+
rest = _objectWithoutPropertiesLoose(props, _excluded$V);
|
|
1656
1704
|
// Merge the necessary props alongside any extra props for the
|
|
1657
1705
|
// anchor element.
|
|
1658
1706
|
var linkProps = _extends({
|
|
@@ -1679,7 +1727,7 @@ var Link = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(function (pr
|
|
|
1679
1727
|
var styles = react.useMultiStyleConfig("Link", {
|
|
1680
1728
|
variant: variant
|
|
1681
1729
|
});
|
|
1682
|
-
var rel = type === "external" ? "nofollow" : null;
|
|
1730
|
+
var rel = type === "external" ? "nofollow noopener noreferrer" : null;
|
|
1683
1731
|
var target = type === "external" ? "_blank" : null;
|
|
1684
1732
|
// Render with specific direction arrows if the type is
|
|
1685
1733
|
// "forwards" or "backwards". Or render with the launch icon
|
|
@@ -1718,7 +1766,7 @@ var Link = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(function (pr
|
|
|
1718
1766
|
}
|
|
1719
1767
|
}));
|
|
1720
1768
|
|
|
1721
|
-
var _excluded$
|
|
1769
|
+
var _excluded$W = ["className", "id", "isCapitalized", "isUppercase", "isLowercase", "level", "noSpace", "size", "text", "url", "urlClass"];
|
|
1722
1770
|
/** Map the word heading level to the number heading level. The default is 2. */
|
|
1723
1771
|
var getMappedLevel = function getMappedLevel(level) {
|
|
1724
1772
|
if (level === void 0) {
|
|
@@ -1747,7 +1795,7 @@ var Heading = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(function
|
|
|
1747
1795
|
text = props.text,
|
|
1748
1796
|
url = props.url,
|
|
1749
1797
|
urlClass = props.urlClass,
|
|
1750
|
-
rest = _objectWithoutPropertiesLoose(props, _excluded$
|
|
1798
|
+
rest = _objectWithoutPropertiesLoose(props, _excluded$W);
|
|
1751
1799
|
var finalLevel = getMappedLevel(level);
|
|
1752
1800
|
var variant = size ? size : "h" + finalLevel;
|
|
1753
1801
|
var styles = react.useStyleConfig("Heading", {
|
|
@@ -1795,7 +1843,7 @@ var Heading = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(function
|
|
|
1795
1843
|
}, rest), content);
|
|
1796
1844
|
}));
|
|
1797
1845
|
|
|
1798
|
-
var _excluded$
|
|
1846
|
+
var _excluded$X = ["ariaAtomic", "ariaLive", "className", "id", "isInvalid", "isRenderedText", "text"];
|
|
1799
1847
|
/**
|
|
1800
1848
|
* Component that always renders a div even if the text content is not passed.
|
|
1801
1849
|
* This pattern guarantees accessibility guidelines are met if the text content
|
|
@@ -1814,7 +1862,7 @@ var HelperErrorText = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(f
|
|
|
1814
1862
|
_ref$isRenderedText = _ref.isRenderedText,
|
|
1815
1863
|
isRenderedText = _ref$isRenderedText === void 0 ? true : _ref$isRenderedText,
|
|
1816
1864
|
text = _ref.text,
|
|
1817
|
-
rest = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1865
|
+
rest = _objectWithoutPropertiesLoose(_ref, _excluded$X);
|
|
1818
1866
|
var styles = react.useStyleConfig("HelperErrorText", {
|
|
1819
1867
|
isInvalid: isInvalid
|
|
1820
1868
|
});
|
|
@@ -1835,7 +1883,7 @@ var HelperErrorText = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(f
|
|
|
1835
1883
|
}) : text : null);
|
|
1836
1884
|
}));
|
|
1837
1885
|
|
|
1838
|
-
var _excluded$
|
|
1886
|
+
var _excluded$Y = ["children", "className", "isBold", "isItalic", "isCapitalized", "isUppercase", "isLowercase", "noSpace", "size"];
|
|
1839
1887
|
var Text = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
1840
1888
|
var children = props.children,
|
|
1841
1889
|
_props$className = props.className,
|
|
@@ -1848,7 +1896,7 @@ var Text = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(function (pr
|
|
|
1848
1896
|
noSpace = props.noSpace,
|
|
1849
1897
|
_props$size = props.size,
|
|
1850
1898
|
size = _props$size === void 0 ? "default" : _props$size,
|
|
1851
|
-
rest = _objectWithoutPropertiesLoose(props, _excluded$
|
|
1899
|
+
rest = _objectWithoutPropertiesLoose(props, _excluded$Y);
|
|
1852
1900
|
var styles = react.useStyleConfig("Text", {
|
|
1853
1901
|
variant: size,
|
|
1854
1902
|
isBold: isBold,
|
|
@@ -1881,7 +1929,7 @@ var Text = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(function (pr
|
|
|
1881
1929
|
}, rest), children);
|
|
1882
1930
|
}));
|
|
1883
1931
|
|
|
1884
|
-
var _excluded$
|
|
1932
|
+
var _excluded$Z = ["children", "className", "descriptionText", "headingText", "helperText", "helperTextStyles", "id", "invalidText", "isInvalid", "showHelperInvalidText"];
|
|
1885
1933
|
var ComponentWrapper = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
1886
1934
|
var children = props.children,
|
|
1887
1935
|
className = props.className,
|
|
@@ -1896,7 +1944,7 @@ var ComponentWrapper = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(
|
|
|
1896
1944
|
isInvalid = _props$isInvalid === void 0 ? false : _props$isInvalid,
|
|
1897
1945
|
_props$showHelperInva = props.showHelperInvalidText,
|
|
1898
1946
|
showHelperInvalidText = _props$showHelperInva === void 0 ? true : _props$showHelperInva,
|
|
1899
|
-
rest = _objectWithoutPropertiesLoose(props, _excluded$
|
|
1947
|
+
rest = _objectWithoutPropertiesLoose(props, _excluded$Z);
|
|
1900
1948
|
var hasChildren = !!children;
|
|
1901
1949
|
var styles = react.useMultiStyleConfig("ComponentWrapper", {
|
|
1902
1950
|
hasChildren: hasChildren
|
|
@@ -1924,7 +1972,7 @@ var ComponentWrapper = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(
|
|
|
1924
1972
|
}));
|
|
1925
1973
|
}));
|
|
1926
1974
|
|
|
1927
|
-
var _excluded$
|
|
1975
|
+
var _excluded$_ = ["activeLetters", "className", "currentLetter", "descriptionText", "headingText", "id", "isDisabled", "onClick"];
|
|
1928
1976
|
var AlphabetFilter = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
1929
1977
|
var activeLetters = props.activeLetters,
|
|
1930
1978
|
className = props.className,
|
|
@@ -1934,7 +1982,7 @@ var AlphabetFilter = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(fu
|
|
|
1934
1982
|
id = props.id,
|
|
1935
1983
|
isDisabled = props.isDisabled,
|
|
1936
1984
|
onClick = props.onClick,
|
|
1937
|
-
rest = _objectWithoutPropertiesLoose(props, _excluded$
|
|
1985
|
+
rest = _objectWithoutPropertiesLoose(props, _excluded$_);
|
|
1938
1986
|
var styles = react.useMultiStyleConfig("AlphabetFilter", {});
|
|
1939
1987
|
var filterButtons = [{
|
|
1940
1988
|
text: "#",
|
|
@@ -2089,7 +2137,7 @@ var AlphabetFilter = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(fu
|
|
|
2089
2137
|
}, getFilterLetters())));
|
|
2090
2138
|
}));
|
|
2091
2139
|
|
|
2092
|
-
var _excluded
|
|
2140
|
+
var _excluded$$ = ["audioType", "className", "descriptionText", "embedCode", "headingText", "helperText", "id", "iframeTitle"];
|
|
2093
2141
|
/*
|
|
2094
2142
|
* List all the third-party services to be used for basic type checks
|
|
2095
2143
|
* and to define AudioType.
|
|
@@ -2108,7 +2156,7 @@ var AudioPlayer = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(funct
|
|
|
2108
2156
|
id = props.id,
|
|
2109
2157
|
_props$iframeTitle = props.iframeTitle,
|
|
2110
2158
|
iframeTitle = _props$iframeTitle === void 0 ? null : _props$iframeTitle,
|
|
2111
|
-
rest = _objectWithoutPropertiesLoose(props, _excluded
|
|
2159
|
+
rest = _objectWithoutPropertiesLoose(props, _excluded$$);
|
|
2112
2160
|
var _useState = React.useState(false),
|
|
2113
2161
|
invalidEmbed = _useState[0],
|
|
2114
2162
|
setInvalidEmbed = _useState[1];
|
|
@@ -2189,7 +2237,7 @@ function parseIframeEmbedCode(embedCode) {
|
|
|
2189
2237
|
return undefined;
|
|
2190
2238
|
}
|
|
2191
2239
|
|
|
2192
|
-
var _excluded$
|
|
2240
|
+
var _excluded$10 = ["additionalWrapperStyles", "className", "children", "aspectRatio", "size"],
|
|
2193
2241
|
_excluded2 = ["additionalFigureStyles", "additionalImageStyles", "additionalWrapperStyles", "alt", "aspectRatio", "caption", "className", "component", "credit", "imageType", "isLazy", "size", "src"];
|
|
2194
2242
|
var ImageWrapper = /*#__PURE__*/react.chakra(function (props) {
|
|
2195
2243
|
var _props$additionalWrap = props.additionalWrapperStyles,
|
|
@@ -2201,7 +2249,7 @@ var ImageWrapper = /*#__PURE__*/react.chakra(function (props) {
|
|
|
2201
2249
|
aspectRatio = _props$aspectRatio === void 0 ? "original" : _props$aspectRatio,
|
|
2202
2250
|
_props$size = props.size,
|
|
2203
2251
|
size = _props$size === void 0 ? "default" : _props$size,
|
|
2204
|
-
rest = _objectWithoutPropertiesLoose(props, _excluded$
|
|
2252
|
+
rest = _objectWithoutPropertiesLoose(props, _excluded$10);
|
|
2205
2253
|
var styles = react.useMultiStyleConfig("CustomImageWrapper", {
|
|
2206
2254
|
ratio: aspectRatio,
|
|
2207
2255
|
size: size
|
|
@@ -2309,13 +2357,13 @@ var Image = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(function (p
|
|
|
2309
2357
|
}
|
|
2310
2358
|
});
|
|
2311
2359
|
|
|
2312
|
-
var _excluded
|
|
2360
|
+
var _excluded$11 = ["children", "className", "content", "id", "isDisabled", "shouldWrapChildren"];
|
|
2313
2361
|
var Tooltip = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
2314
2362
|
var children = props.children,
|
|
2315
2363
|
content = props.content,
|
|
2316
2364
|
isDisabled = props.isDisabled,
|
|
2317
2365
|
shouldWrapChildren = props.shouldWrapChildren,
|
|
2318
|
-
rest = _objectWithoutPropertiesLoose(props, _excluded
|
|
2366
|
+
rest = _objectWithoutPropertiesLoose(props, _excluded$11);
|
|
2319
2367
|
if (typeof content !== "string" && typeof content !== "number") {
|
|
2320
2368
|
React__default.Children.map(content, function (contentChild) {
|
|
2321
2369
|
if (contentChild.type !== Icon || contentChild.type !== Image) {
|
|
@@ -2398,44 +2446,65 @@ var truncateText = function truncateText(text, truncateTextLength) {
|
|
|
2398
2446
|
if (truncateTextLength === void 0) {
|
|
2399
2447
|
truncateTextLength = 60;
|
|
2400
2448
|
}
|
|
2401
|
-
var
|
|
2402
|
-
return
|
|
2449
|
+
var updatedText = text.substring(0, truncateTextLength - 1);
|
|
2450
|
+
return updatedText.substring(0, updatedText.lastIndexOf(" ")) + "...";
|
|
2403
2451
|
};
|
|
2404
2452
|
|
|
2405
|
-
var _excluded$
|
|
2453
|
+
var _excluded$12 = ["breadcrumbsData", "breadcrumbsType", "className", "id"];
|
|
2406
2454
|
var breadcrumbTextLength = 40;
|
|
2407
|
-
|
|
2408
|
-
|
|
2409
|
-
|
|
2410
|
-
|
|
2411
|
-
|
|
2412
|
-
|
|
2413
|
-
|
|
2414
|
-
|
|
2415
|
-
|
|
2455
|
+
/**
|
|
2456
|
+
* Truncate breadcrumb text if it is more than 40 characters in length and
|
|
2457
|
+
* then add ellipsis at the end.
|
|
2458
|
+
*/
|
|
2459
|
+
var tooltipWrapperOrText = function tooltipWrapperOrText(breadcrumbsData, breadcrumbsID, renderIcon, isCurrentPage) {
|
|
2460
|
+
if (renderIcon === void 0) {
|
|
2461
|
+
renderIcon = false;
|
|
2462
|
+
}
|
|
2463
|
+
if (isCurrentPage === void 0) {
|
|
2464
|
+
isCurrentPage = false;
|
|
2465
|
+
}
|
|
2466
|
+
var textLength = breadcrumbsData.text.length;
|
|
2467
|
+
var renderTooltip = textLength >= breadcrumbTextLength;
|
|
2468
|
+
// If the text is more than 40 characters in length, truncate it.
|
|
2469
|
+
var updatedText = textLength <= breadcrumbTextLength ? breadcrumbsData.text : truncateText(breadcrumbsData.text, breadcrumbTextLength);
|
|
2470
|
+
var linkWrapper = React__default.createElement(react.BreadcrumbLink, {
|
|
2471
|
+
href: breadcrumbsData.url,
|
|
2472
|
+
"aria-current": isCurrentPage ? "page" : undefined
|
|
2473
|
+
}, renderIcon && React__default.createElement(Icon, {
|
|
2474
|
+
name: "arrow",
|
|
2475
|
+
size: "small",
|
|
2476
|
+
iconRotation: "rotate90",
|
|
2477
|
+
id: breadcrumbsID + "__backarrow",
|
|
2478
|
+
className: "breadcrumbs-icon",
|
|
2479
|
+
type: "breadcrumbs"
|
|
2480
|
+
}), React__default.createElement("span", {
|
|
2481
|
+
className: "breadcrumb-label"
|
|
2482
|
+
}, updatedText));
|
|
2483
|
+
// If the text is more than 40 characters in length, we need a ToolTip
|
|
2484
|
+
// component wrapped *directly* around the anchor element for
|
|
2485
|
+
// accessibility purposes.
|
|
2486
|
+
var breadcrumbLink = renderTooltip ? React__default.createElement(Tooltip, {
|
|
2487
|
+
content: breadcrumbsData.text,
|
|
2488
|
+
id: "breadcrumb-" + breadcrumbsID + "-tooltip"
|
|
2489
|
+
}, linkWrapper) : React__default.createElement(React__default.Fragment, null, linkWrapper);
|
|
2490
|
+
return breadcrumbLink;
|
|
2416
2491
|
};
|
|
2417
2492
|
var getElementsFromData$1 = function getElementsFromData(data, breadcrumbsID) {
|
|
2418
2493
|
if (!(data != null && data.length)) {
|
|
2419
|
-
return
|
|
2494
|
+
return null;
|
|
2420
2495
|
}
|
|
2421
|
-
var
|
|
2496
|
+
var breadcrumbsItems = data.map(function (breadcrumbsData, index) {
|
|
2497
|
+
// The icon renders only on mobile and it should be
|
|
2498
|
+
// part of the second to last element in the nav.
|
|
2499
|
+
var renderIcon = index === data.length - 2;
|
|
2500
|
+
// The current page is the last item in the breadcrumbs
|
|
2501
|
+
// and needs an additional aria attribute.
|
|
2502
|
+
var isCurrentPage = index === data.length - 1;
|
|
2422
2503
|
return React__default.createElement(react.BreadcrumbItem, {
|
|
2423
|
-
key: index
|
|
2424
|
-
|
|
2425
|
-
}, React__default.createElement(react.BreadcrumbLink, {
|
|
2426
|
-
href: breadcrumbData.url
|
|
2427
|
-
}, index === data.length - 2 && React__default.createElement(Icon, {
|
|
2428
|
-
name: "arrow",
|
|
2429
|
-
size: "small",
|
|
2430
|
-
iconRotation: "rotate90",
|
|
2431
|
-
id: breadcrumbsID + "__backarrow",
|
|
2432
|
-
className: "breadcrumbs-icon",
|
|
2433
|
-
type: "breadcrumbs"
|
|
2434
|
-
}), React__default.createElement("span", {
|
|
2435
|
-
className: "breadcrumb-label"
|
|
2436
|
-
}, breadcrumbText(breadcrumbData.text, breadcrumbsID))));
|
|
2504
|
+
key: index
|
|
2505
|
+
}, tooltipWrapperOrText(breadcrumbsData, breadcrumbsID, renderIcon, isCurrentPage));
|
|
2437
2506
|
});
|
|
2438
|
-
return
|
|
2507
|
+
return breadcrumbsItems;
|
|
2439
2508
|
};
|
|
2440
2509
|
var Breadcrumbs = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
2441
2510
|
var breadcrumbsData = props.breadcrumbsData,
|
|
@@ -2443,7 +2512,7 @@ var Breadcrumbs = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(funct
|
|
|
2443
2512
|
breadcrumbsType = _props$breadcrumbsTyp === void 0 ? "whatsOn" : _props$breadcrumbsTyp,
|
|
2444
2513
|
className = props.className,
|
|
2445
2514
|
id = props.id,
|
|
2446
|
-
rest = _objectWithoutPropertiesLoose(props, _excluded$
|
|
2515
|
+
rest = _objectWithoutPropertiesLoose(props, _excluded$12);
|
|
2447
2516
|
if (!breadcrumbsData || breadcrumbsData.length === 0) {
|
|
2448
2517
|
throw new Error("NYPL Reservoir Breadcrumbs: No data was passed to the `breadcrumbsData` prop.");
|
|
2449
2518
|
}
|
|
@@ -2500,7 +2569,7 @@ var useNYPLBreakpoints = function useNYPLBreakpoints() {
|
|
|
2500
2569
|
};
|
|
2501
2570
|
};
|
|
2502
2571
|
|
|
2503
|
-
var _excluded$
|
|
2572
|
+
var _excluded$13 = ["buttonWidth", "children", "className", "id", "isDisabled", "layout"];
|
|
2504
2573
|
/**
|
|
2505
2574
|
* A simple wrapper to group `Button` components together. The layout can be set
|
|
2506
2575
|
* to row or column and the width of internal `Button` components can be set to
|
|
@@ -2517,7 +2586,7 @@ var ButtonGroup = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(funct
|
|
|
2517
2586
|
isDisabled = _props$isDisabled === void 0 ? false : _props$isDisabled,
|
|
2518
2587
|
_props$layout = props.layout,
|
|
2519
2588
|
layout = _props$layout === void 0 ? "row" : _props$layout,
|
|
2520
|
-
rest = _objectWithoutPropertiesLoose(props, _excluded$
|
|
2589
|
+
rest = _objectWithoutPropertiesLoose(props, _excluded$13);
|
|
2521
2590
|
var newChildren = [];
|
|
2522
2591
|
var _useNYPLBreakpoints = useNYPLBreakpoints(),
|
|
2523
2592
|
isLargerThanMobile = _useNYPLBreakpoints.isLargerThanMobile;
|
|
@@ -2555,7 +2624,7 @@ var ButtonGroup = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(funct
|
|
|
2555
2624
|
}, rest), newChildren);
|
|
2556
2625
|
}));
|
|
2557
2626
|
|
|
2558
|
-
var _excluded$
|
|
2627
|
+
var _excluded$14 = ["children"],
|
|
2559
2628
|
_excluded2$1 = ["bottomBorder", "children", "isCentered", "layout", "topBorder"],
|
|
2560
2629
|
_excluded3 = ["className", "children", "id", "mainActionLink", "styles"],
|
|
2561
2630
|
_excluded4 = ["backgroundColor", "children", "className", "foregroundColor", "id", "imageProps", "isAlignedRightActions", "isBordered", "isCentered", "layout", "mainActionLink"];
|
|
@@ -2599,7 +2668,7 @@ var CardHeading = /*#__PURE__*/react.chakra(Heading);
|
|
|
2599
2668
|
// CardContent child-component
|
|
2600
2669
|
var CardContent = /*#__PURE__*/react.chakra(function (props) {
|
|
2601
2670
|
var children = props.children,
|
|
2602
|
-
rest = _objectWithoutPropertiesLoose(props, _excluded$
|
|
2671
|
+
rest = _objectWithoutPropertiesLoose(props, _excluded$14);
|
|
2603
2672
|
var styles = react.useStyleConfig("CardContent");
|
|
2604
2673
|
return children ? React__default.createElement(react.Box, Object.assign({
|
|
2605
2674
|
__css: styles
|
|
@@ -2772,13 +2841,13 @@ var Card = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(function (pr
|
|
|
2772
2841
|
}, cardRightContents) : null);
|
|
2773
2842
|
}));
|
|
2774
2843
|
|
|
2775
|
-
var _excluded$
|
|
2844
|
+
var _excluded$15 = ["isIndeterminate", "isChecked"],
|
|
2776
2845
|
_excluded2$2 = ["className", "invalidText", "helperText", "id", "isChecked", "isDisabled", "isIndeterminate", "isInvalid", "isRequired", "labelText", "name", "onChange", "showHelperInvalidText", "showLabel", "value"];
|
|
2777
2846
|
function CheckboxIcon(props) {
|
|
2778
2847
|
// We don't need the `isIndeterminate` or `isChecked` props but it
|
|
2779
2848
|
// causes rendering issues on the SVG element, so we remove them
|
|
2780
2849
|
// before passing all the props to the `Icon` component.
|
|
2781
|
-
var rest = _objectWithoutPropertiesLoose(props, _excluded$
|
|
2850
|
+
var rest = _objectWithoutPropertiesLoose(props, _excluded$15);
|
|
2782
2851
|
return React__default.createElement(react.Icon, Object.assign({
|
|
2783
2852
|
viewBox: "0 0 24 24"
|
|
2784
2853
|
}, rest), React__default.createElement("path", {
|
|
@@ -2852,7 +2921,7 @@ var Checkbox = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(function
|
|
|
2852
2921
|
}, ariaAttributes), showLabel && labelText));
|
|
2853
2922
|
}));
|
|
2854
2923
|
|
|
2855
|
-
var _excluded$
|
|
2924
|
+
var _excluded$16 = ["children", "className", "id", "isLegendHidden", "isRequired", "legendText", "showRequiredLabel"];
|
|
2856
2925
|
/**
|
|
2857
2926
|
* A wrapper component that renders a `fieldset` element along with a `legend`
|
|
2858
2927
|
* element as its first child. Commonly used to wrap form components.
|
|
@@ -2868,7 +2937,7 @@ var Fieldset = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(function
|
|
|
2868
2937
|
legendText = _ref.legendText,
|
|
2869
2938
|
_ref$showRequiredLabe = _ref.showRequiredLabel,
|
|
2870
2939
|
showRequiredLabel = _ref$showRequiredLabe === void 0 ? true : _ref$showRequiredLabe,
|
|
2871
|
-
rest = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2940
|
+
rest = _objectWithoutPropertiesLoose(_ref, _excluded$16);
|
|
2872
2941
|
var styles = react.useMultiStyleConfig("Fieldset", {
|
|
2873
2942
|
isLegendHidden: isLegendHidden
|
|
2874
2943
|
});
|
|
@@ -3032,7 +3101,7 @@ var reservoirSpacingTokens = {
|
|
|
3032
3101
|
};
|
|
3033
3102
|
var spacing = /*#__PURE__*/_extends({}, chakraSpacingTokens, reservoirSpacingTokens);
|
|
3034
3103
|
|
|
3035
|
-
var _excluded$
|
|
3104
|
+
var _excluded$17 = ["children", "defaultValue", "helperText", "id", "invalidText", "isDisabled", "isFullWidth", "isInvalid", "isRequired", "labelText", "layout", "name", "onChange", "showHelperInvalidText", "showLabel", "showRequiredLabel", "value"];
|
|
3036
3105
|
/**
|
|
3037
3106
|
* Wrapper component to wrap `Checkbox` components. Can be displayed in a
|
|
3038
3107
|
* column or in a row. The `CheckboxGroup` component renders all the necessary
|
|
@@ -3066,7 +3135,7 @@ var CheckboxGroup = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(fun
|
|
|
3066
3135
|
_props$showRequiredLa = props.showRequiredLabel,
|
|
3067
3136
|
showRequiredLabel = _props$showRequiredLa === void 0 ? true : _props$showRequiredLa,
|
|
3068
3137
|
value = props.value,
|
|
3069
|
-
rest = _objectWithoutPropertiesLoose(props, _excluded$
|
|
3138
|
+
rest = _objectWithoutPropertiesLoose(props, _excluded$17);
|
|
3070
3139
|
var footnote = isInvalid ? invalidText : helperText;
|
|
3071
3140
|
var newChildren = [];
|
|
3072
3141
|
var spacingProp = layout === "column" ? spacing.input.group["default"].vstack : spacing.input.group["default"].hstack;
|
|
@@ -3156,7 +3225,7 @@ function useWindowSize() {
|
|
|
3156
3225
|
return windowSize;
|
|
3157
3226
|
}
|
|
3158
3227
|
|
|
3159
|
-
var _excluded$
|
|
3228
|
+
var _excluded$18 = ["className", "columnHeaders", "columnHeadersBackgroundColor", "columnHeadersTextColor", "id", "showRowDividers", "tableData", "titleText", "useRowHeaders"];
|
|
3160
3229
|
/**
|
|
3161
3230
|
* Basic `Table` component used to organize and display tabular data in
|
|
3162
3231
|
* rows and columns.
|
|
@@ -3174,7 +3243,7 @@ var Table = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(function (p
|
|
|
3174
3243
|
titleText = props.titleText,
|
|
3175
3244
|
_props$useRowHeaders = props.useRowHeaders,
|
|
3176
3245
|
useRowHeaders = _props$useRowHeaders === void 0 ? false : _props$useRowHeaders,
|
|
3177
|
-
rest = _objectWithoutPropertiesLoose(props, _excluded$
|
|
3246
|
+
rest = _objectWithoutPropertiesLoose(props, _excluded$18);
|
|
3178
3247
|
var customColors = {};
|
|
3179
3248
|
columnHeadersBackgroundColor && (customColors["backgroundColor"] = columnHeadersBackgroundColor);
|
|
3180
3249
|
columnHeadersTextColor && (customColors["color"] = columnHeadersTextColor);
|
|
@@ -3509,7 +3578,7 @@ var ColorCard = function ColorCard(props) {
|
|
|
3509
3578
|
})));
|
|
3510
3579
|
};
|
|
3511
3580
|
|
|
3512
|
-
var _excluded$
|
|
3581
|
+
var _excluded$19 = ["children", "columns", "className", "gap", "id"];
|
|
3513
3582
|
var SimpleGrid = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
3514
3583
|
var children = props.children,
|
|
3515
3584
|
columns = props.columns,
|
|
@@ -3517,7 +3586,7 @@ var SimpleGrid = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(functi
|
|
|
3517
3586
|
_props$gap = props.gap,
|
|
3518
3587
|
gap = _props$gap === void 0 ? "grid.l" : _props$gap,
|
|
3519
3588
|
id = props.id,
|
|
3520
|
-
rest = _objectWithoutPropertiesLoose(props, _excluded$
|
|
3589
|
+
rest = _objectWithoutPropertiesLoose(props, _excluded$19);
|
|
3521
3590
|
var responsiveCols = columns ? {
|
|
3522
3591
|
base: 1,
|
|
3523
3592
|
md: columns
|
|
@@ -3539,7 +3608,7 @@ var SimpleGrid = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(functi
|
|
|
3539
3608
|
}
|
|
3540
3609
|
});
|
|
3541
3610
|
|
|
3542
|
-
var _excluded$
|
|
3611
|
+
var _excluded$1a = ["children", "className", "gap", "id"],
|
|
3543
3612
|
_excluded2$3 = ["children", "className", "gap", "id"],
|
|
3544
3613
|
_excluded3$1 = ["action", "children", "className", "gap", "id", "method", "onSubmit"];
|
|
3545
3614
|
/** FormRow child-component */
|
|
@@ -3548,7 +3617,7 @@ var FormRow = /*#__PURE__*/react.chakra(function (props) {
|
|
|
3548
3617
|
className = props.className,
|
|
3549
3618
|
gap = props.gap,
|
|
3550
3619
|
id = props.id,
|
|
3551
|
-
rest = _objectWithoutPropertiesLoose(props, _excluded$
|
|
3620
|
+
rest = _objectWithoutPropertiesLoose(props, _excluded$1a);
|
|
3552
3621
|
var count = React__default.Children.count(children);
|
|
3553
3622
|
var alteredChildren = React__default.Children.map(children, function (child, i) {
|
|
3554
3623
|
if (!child) return null;
|
|
@@ -3622,7 +3691,7 @@ var Form = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(function (pr
|
|
|
3622
3691
|
}
|
|
3623
3692
|
});
|
|
3624
3693
|
|
|
3625
|
-
var _excluded$
|
|
3694
|
+
var _excluded$1b = ["children", "className", "htmlFor", "id", "isInlined", "isRequired", "requiredLabelText"];
|
|
3626
3695
|
/**
|
|
3627
3696
|
* A label for form inputs. It should never be used alone.
|
|
3628
3697
|
*/
|
|
@@ -3636,7 +3705,7 @@ var Label = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(function (p
|
|
|
3636
3705
|
_props$isRequired = props.isRequired,
|
|
3637
3706
|
isRequired = _props$isRequired === void 0 ? false : _props$isRequired,
|
|
3638
3707
|
requiredLabelText = props.requiredLabelText,
|
|
3639
|
-
rest = _objectWithoutPropertiesLoose(props, _excluded$
|
|
3708
|
+
rest = _objectWithoutPropertiesLoose(props, _excluded$1b);
|
|
3640
3709
|
var styles = react.useStyleConfig("Label", {
|
|
3641
3710
|
isInlined: isInlined
|
|
3642
3711
|
});
|
|
@@ -3653,7 +3722,20 @@ var Label = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(function (p
|
|
|
3653
3722
|
}, rest), children, isRequired && React__default.createElement("span", null, requiredLabelText ? " (" + requiredLabelText + ")" : " (Required)"));
|
|
3654
3723
|
}));
|
|
3655
3724
|
|
|
3656
|
-
|
|
3725
|
+
/**
|
|
3726
|
+
* DS internal helper hook to use state with prop dependencies.
|
|
3727
|
+
*/
|
|
3728
|
+
function useStateWithDependencies(initialValue) {
|
|
3729
|
+
var _useState = React.useState(initialValue),
|
|
3730
|
+
value = _useState[0],
|
|
3731
|
+
setValue = _useState[1];
|
|
3732
|
+
React.useEffect(function () {
|
|
3733
|
+
setValue(initialValue);
|
|
3734
|
+
}, [initialValue]);
|
|
3735
|
+
return [value, setValue];
|
|
3736
|
+
}
|
|
3737
|
+
|
|
3738
|
+
var _excluded$1c = ["className", "defaultValue", "helperText", "id", "invalidText", "isClearable", "isClearableCallback", "isDisabled", "isInvalid", "isRequired", "labelText", "max", "maxLength", "min", "name", "onChange", "onClick", "onFocus", "pattern", "placeholder", "showHelperInvalidText", "showLabel", "showRequiredLabel", "requiredLabelText", "step", "textInputType", "type", "value"];
|
|
3657
3739
|
// Only used internally.
|
|
3658
3740
|
var TextInputFormats = {
|
|
3659
3741
|
email: "jdoe@domain.com",
|
|
@@ -3708,10 +3790,10 @@ var TextInput = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(functio
|
|
|
3708
3790
|
_props$type = props.type,
|
|
3709
3791
|
type = _props$type === void 0 ? "text" : _props$type,
|
|
3710
3792
|
value = props.value,
|
|
3711
|
-
rest = _objectWithoutPropertiesLoose(props, _excluded$
|
|
3712
|
-
var
|
|
3713
|
-
finalValue =
|
|
3714
|
-
setFinalValue =
|
|
3793
|
+
rest = _objectWithoutPropertiesLoose(props, _excluded$1c);
|
|
3794
|
+
var _useStateWithDependen = useStateWithDependencies(value),
|
|
3795
|
+
finalValue = _useStateWithDependen[0],
|
|
3796
|
+
setFinalValue = _useStateWithDependen[1];
|
|
3715
3797
|
var closedRef = React.useRef();
|
|
3716
3798
|
var mergedRefs = react.useMergeRefs(closedRef, ref);
|
|
3717
3799
|
// If a ref is not passed, then merging refs won't work.
|
|
@@ -3751,11 +3833,6 @@ var TextInput = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(functio
|
|
|
3751
3833
|
var fieldOutput;
|
|
3752
3834
|
var clearButtonOutput;
|
|
3753
3835
|
var options;
|
|
3754
|
-
React.useEffect(function () {
|
|
3755
|
-
if (value && value !== finalValue) {
|
|
3756
|
-
setFinalValue(value);
|
|
3757
|
-
}
|
|
3758
|
-
}, [finalValue, value]);
|
|
3759
3836
|
if (!id) {
|
|
3760
3837
|
console.warn("NYPL Reservoir TextInput: This component's required `id` prop was not passed.");
|
|
3761
3838
|
}
|
|
@@ -3835,10 +3912,12 @@ var TextInput = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(functio
|
|
|
3835
3912
|
id: id + "-label",
|
|
3836
3913
|
isRequired: showRequiredLabel && isRequired,
|
|
3837
3914
|
requiredLabelText: requiredLabelText
|
|
3838
|
-
}, labelText),
|
|
3915
|
+
}, labelText), React__default.createElement(react.Box, {
|
|
3916
|
+
position: "relative"
|
|
3917
|
+
}, fieldOutput, !isHidden && (finalValue == null ? void 0 : finalValue.length) > 0 && clearButtonOutput));
|
|
3839
3918
|
}));
|
|
3840
3919
|
|
|
3841
|
-
var _excluded$
|
|
3920
|
+
var _excluded$1d = ["dsRef", "helperText", "id", "invalidText", "isDisabled", "isInvalid", "isRequired", "labelText", "name", "onChange", "onClick", "showLabel", "showHelperInvalidText", "showRequiredLabel", "value"],
|
|
3842
3921
|
_excluded2$4 = ["children", "className", "id", "isDateRange", "isRequired", "labelText", "showLabel", "showRequiredLabel"],
|
|
3843
3922
|
_excluded3$2 = ["className", "dateFormat", "dateType", "helperText", "helperTextFrom", "helperTextTo", "id", "initialDate", "initialDateTo", "invalidText", "isDateRange", "isDisabled", "isInvalid", "isRequired", "labelText", "maxDate", "minDate", "nameFrom", "nameTo", "onChange", "refTo", "showHelperInvalidText", "showLabel", "showRequiredLabel"];
|
|
3844
3923
|
/**
|
|
@@ -3865,7 +3944,7 @@ var CustomTextInput = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
|
3865
3944
|
showHelperInvalidText = _ref.showHelperInvalidText,
|
|
3866
3945
|
showRequiredLabel = _ref.showRequiredLabel,
|
|
3867
3946
|
value = _ref.value,
|
|
3868
|
-
rest = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3947
|
+
rest = _objectWithoutPropertiesLoose(_ref, _excluded$1d);
|
|
3869
3948
|
// The `react-datepicker` passes `disabled=false` to its custom
|
|
3870
3949
|
// input element. We don't need it, so remove it.
|
|
3871
3950
|
delete rest.disabled;
|
|
@@ -4248,13 +4327,13 @@ var checkboxRadioHoverStyles = {
|
|
|
4248
4327
|
_dark: {
|
|
4249
4328
|
span: {
|
|
4250
4329
|
_first: {
|
|
4251
|
-
borderColor: "ui.
|
|
4330
|
+
borderColor: "dark.ui.border.hover"
|
|
4252
4331
|
},
|
|
4253
4332
|
_checked: {
|
|
4254
4333
|
borderColor: "dark.ui.focus"
|
|
4255
4334
|
},
|
|
4256
4335
|
_disabled: {
|
|
4257
|
-
borderColor: "dark.ui.disabled.
|
|
4336
|
+
borderColor: "dark.ui.disabled.secondary"
|
|
4258
4337
|
},
|
|
4259
4338
|
_invalid: {
|
|
4260
4339
|
borderColor: "dark.ui.error.primary"
|
|
@@ -4406,12 +4485,14 @@ var breakpoints = /*#__PURE__*/themeTools.createBreakpoints({
|
|
|
4406
4485
|
// Reusable variables:
|
|
4407
4486
|
var black = "#000";
|
|
4408
4487
|
var white = "#fff";
|
|
4409
|
-
var grayDark = "#616161";
|
|
4410
4488
|
var grayxxxxDark = "#191919";
|
|
4411
4489
|
var grayxxxDark = "#252525";
|
|
4412
4490
|
var grayxxDark = "#2E2E2E";
|
|
4413
4491
|
var grayxDark = "#424242";
|
|
4492
|
+
var grayDark = "#616161";
|
|
4493
|
+
var graySemiDark = "#8D8D8D";
|
|
4414
4494
|
var grayMedium = "#BDBDBD";
|
|
4495
|
+
var graySemiMedium = "#D9D9D9";
|
|
4415
4496
|
var grayLightCool = "#E9E9E9";
|
|
4416
4497
|
var grayxLightCool = "#F5F5F5";
|
|
4417
4498
|
var grayxxLightCool = "#FAFAFA";
|
|
@@ -4559,7 +4640,9 @@ var colors = {
|
|
|
4559
4640
|
"xx-dark": grayxxDark,
|
|
4560
4641
|
"x-dark": grayxDark,
|
|
4561
4642
|
dark: grayDark,
|
|
4643
|
+
"semi-dark": graySemiDark,
|
|
4562
4644
|
medium: grayMedium,
|
|
4645
|
+
"semi-medium": graySemiMedium,
|
|
4563
4646
|
"light-cool": grayLightCool,
|
|
4564
4647
|
"x-light-cool": grayxLightCool,
|
|
4565
4648
|
"xx-light-cool": grayxxLightCool,
|
|
@@ -4584,7 +4667,7 @@ var colors = {
|
|
|
4584
4667
|
/// State and link utilities
|
|
4585
4668
|
disabled: {
|
|
4586
4669
|
primary: grayDark,
|
|
4587
|
-
secondary:
|
|
4670
|
+
secondary: grayxDark
|
|
4588
4671
|
},
|
|
4589
4672
|
error: {
|
|
4590
4673
|
primary: "#E1767B",
|
|
@@ -4618,8 +4701,8 @@ var colors = {
|
|
|
4618
4701
|
active: grayxDark
|
|
4619
4702
|
},
|
|
4620
4703
|
border: {
|
|
4621
|
-
"default":
|
|
4622
|
-
hover:
|
|
4704
|
+
"default": graySemiDark,
|
|
4705
|
+
hover: graySemiMedium
|
|
4623
4706
|
},
|
|
4624
4707
|
typography: {
|
|
4625
4708
|
heading: grayLightCool,
|
|
@@ -4958,6 +5041,14 @@ var blogs = {
|
|
|
4958
5041
|
}
|
|
4959
5042
|
}
|
|
4960
5043
|
},
|
|
5044
|
+
"li:last-child": {
|
|
5045
|
+
".chakra-breadcrumb__link": {
|
|
5046
|
+
_hover: {
|
|
5047
|
+
// Override the default hover color.
|
|
5048
|
+
color: "ui.black"
|
|
5049
|
+
}
|
|
5050
|
+
}
|
|
5051
|
+
},
|
|
4961
5052
|
svg: {
|
|
4962
5053
|
fill: "ui.black"
|
|
4963
5054
|
}
|
|
@@ -5036,8 +5127,15 @@ var Breadcrumb = {
|
|
|
5036
5127
|
},
|
|
5037
5128
|
".chakra-breadcrumb__link": {
|
|
5038
5129
|
_hover: {
|
|
5130
|
+
// Override the default hover color.
|
|
5131
|
+
color: "ui.white",
|
|
5039
5132
|
cursor: "default",
|
|
5040
5133
|
textDecoration: "none"
|
|
5134
|
+
},
|
|
5135
|
+
_dark: {
|
|
5136
|
+
_hover: {
|
|
5137
|
+
color: "dark.ui.typography.heading"
|
|
5138
|
+
}
|
|
5041
5139
|
}
|
|
5042
5140
|
},
|
|
5043
5141
|
".icon": {
|
|
@@ -5947,6 +6045,7 @@ var select = {
|
|
|
5947
6045
|
_dark: {
|
|
5948
6046
|
backgroundColor: "dark.ui.bg.default",
|
|
5949
6047
|
borderColor: "dark.ui.border.default",
|
|
6048
|
+
color: "dark.ui.typography.body",
|
|
5950
6049
|
_hover: {
|
|
5951
6050
|
borderColor: "dark.ui.border.hover"
|
|
5952
6051
|
},
|
|
@@ -6037,12 +6136,18 @@ var FeedbackBox = {
|
|
|
6037
6136
|
base: undefined,
|
|
6038
6137
|
md: "1px solid"
|
|
6039
6138
|
},
|
|
6040
|
-
borderColor:
|
|
6139
|
+
borderColor: {
|
|
6140
|
+
base: undefined,
|
|
6141
|
+
md: "ui.border.default"
|
|
6142
|
+
},
|
|
6041
6143
|
paddingTop: "m",
|
|
6042
6144
|
paddingBottom: "m",
|
|
6043
6145
|
_dark: {
|
|
6044
6146
|
background: "dark.ui.bg.page",
|
|
6045
|
-
borderColor:
|
|
6147
|
+
borderColor: {
|
|
6148
|
+
base: undefined,
|
|
6149
|
+
md: "dark.ui.border.default"
|
|
6150
|
+
}
|
|
6046
6151
|
}
|
|
6047
6152
|
},
|
|
6048
6153
|
drawerContent: {
|
|
@@ -6054,7 +6159,7 @@ var FeedbackBox = {
|
|
|
6054
6159
|
},
|
|
6055
6160
|
drawerHeader: {
|
|
6056
6161
|
alignItems: "baseline",
|
|
6057
|
-
background: "ui.
|
|
6162
|
+
background: "ui.bg.hover",
|
|
6058
6163
|
borderBottomWidth: "1px",
|
|
6059
6164
|
borderLeftWidth: {
|
|
6060
6165
|
base: undefined,
|
|
@@ -6070,7 +6175,8 @@ var FeedbackBox = {
|
|
|
6070
6175
|
marginBottom: "0"
|
|
6071
6176
|
},
|
|
6072
6177
|
_dark: {
|
|
6073
|
-
background: "dark.ui.bg.hover"
|
|
6178
|
+
background: "dark.ui.bg.hover",
|
|
6179
|
+
borderColor: "dark.ui.border.default"
|
|
6074
6180
|
}
|
|
6075
6181
|
},
|
|
6076
6182
|
openButton: {
|
|
@@ -6263,7 +6369,7 @@ var Footer = {
|
|
|
6263
6369
|
width: "45px",
|
|
6264
6370
|
a: {
|
|
6265
6371
|
display: "block",
|
|
6266
|
-
color: "
|
|
6372
|
+
color: "ui.white",
|
|
6267
6373
|
fontSize: {
|
|
6268
6374
|
base: "40px",
|
|
6269
6375
|
md: "50px"
|
|
@@ -6296,7 +6402,10 @@ var Footer = {
|
|
|
6296
6402
|
outlineColor: "ui.white"
|
|
6297
6403
|
},
|
|
6298
6404
|
_dark: {
|
|
6299
|
-
color: "dark.ui.typography.body"
|
|
6405
|
+
color: "dark.ui.typography.body",
|
|
6406
|
+
_hover: {
|
|
6407
|
+
color: "dark.ui.typography.body"
|
|
6408
|
+
}
|
|
6300
6409
|
}
|
|
6301
6410
|
},
|
|
6302
6411
|
// All SVGs in the footer.
|
|
@@ -7036,8 +7145,12 @@ var HeaderSearchForm = {
|
|
|
7036
7145
|
},
|
|
7037
7146
|
fontStyle: "normal"
|
|
7038
7147
|
},
|
|
7039
|
-
_focus: headerFocus,
|
|
7040
|
-
|
|
7148
|
+
_focus: /*#__PURE__*/_extends({}, headerFocus, {
|
|
7149
|
+
borderRadius: "5px"
|
|
7150
|
+
}),
|
|
7151
|
+
_hover: /*#__PURE__*/_extends({}, headerFocus, {
|
|
7152
|
+
borderRadius: "5px"
|
|
7153
|
+
}),
|
|
7041
7154
|
_dark: {
|
|
7042
7155
|
color: "dark.ui.typography.body"
|
|
7043
7156
|
}
|
|
@@ -7968,7 +8081,7 @@ var baseUnorderedStyles = function baseUnorderedStyles(noStyling) {
|
|
|
7968
8081
|
},
|
|
7969
8082
|
_dark: {
|
|
7970
8083
|
_before: {
|
|
7971
|
-
color: "
|
|
8084
|
+
color: "ui.gray.semi-dark"
|
|
7972
8085
|
}
|
|
7973
8086
|
}
|
|
7974
8087
|
}
|
|
@@ -9428,7 +9541,7 @@ var StyledList = {
|
|
|
9428
9541
|
},
|
|
9429
9542
|
_dark: {
|
|
9430
9543
|
li: {
|
|
9431
|
-
borderColor: "
|
|
9544
|
+
borderColor: "ui.gray.semi-dark"
|
|
9432
9545
|
}
|
|
9433
9546
|
}
|
|
9434
9547
|
}
|
|
@@ -9480,7 +9593,7 @@ var tab = {
|
|
|
9480
9593
|
color: "dark.ui.typography.heading",
|
|
9481
9594
|
border: "1px solid transparent",
|
|
9482
9595
|
borderBottom: "1px solid",
|
|
9483
|
-
borderBottomColor: "dark.ui.border.
|
|
9596
|
+
borderBottomColor: "dark.ui.border.default",
|
|
9484
9597
|
_hover: {
|
|
9485
9598
|
bg: "dark.ui.bg.hover"
|
|
9486
9599
|
},
|
|
@@ -9976,12 +10089,18 @@ var TextInput$1 = {
|
|
|
9976
10089
|
minHeight: "xxl"
|
|
9977
10090
|
}),
|
|
9978
10091
|
clearButton: {
|
|
10092
|
+
borderRadius: "1px",
|
|
10093
|
+
minHeight: {
|
|
10094
|
+
base: "42px",
|
|
10095
|
+
md: "auto"
|
|
10096
|
+
},
|
|
10097
|
+
height: "38px",
|
|
9979
10098
|
position: "absolute",
|
|
9980
10099
|
// When `showLabel` is false, the input field is at the top
|
|
9981
10100
|
// which means the clear button should float higher.
|
|
9982
|
-
top: showLabel ? "
|
|
10101
|
+
top: showLabel ? ".75px" : "1px",
|
|
9983
10102
|
px: "xs",
|
|
9984
|
-
right: "0",
|
|
10103
|
+
right: "0.5px",
|
|
9985
10104
|
// Don't visually show the text. This also helps
|
|
9986
10105
|
// use the "text" `Button` type.
|
|
9987
10106
|
span: screenreaderOnly(),
|
|
@@ -10039,9 +10158,9 @@ var Switch = {
|
|
|
10039
10158
|
return {
|
|
10040
10159
|
alignItems: "start",
|
|
10041
10160
|
track: {
|
|
10042
|
-
backgroundColor: "ui.gray.
|
|
10161
|
+
backgroundColor: "ui.gray.semi-dark",
|
|
10043
10162
|
border: "1px solid",
|
|
10044
|
-
borderColor: "ui.gray.
|
|
10163
|
+
borderColor: "ui.gray.semi-dark",
|
|
10045
10164
|
p: "1px",
|
|
10046
10165
|
_checked: {
|
|
10047
10166
|
bg: "ui.link.primary",
|
|
@@ -10069,8 +10188,8 @@ var Switch = {
|
|
|
10069
10188
|
zIndex: "9999"
|
|
10070
10189
|
},
|
|
10071
10190
|
_dark: {
|
|
10072
|
-
bgColor: "ui.gray.dark",
|
|
10073
|
-
borderColor: "ui.gray.dark",
|
|
10191
|
+
bgColor: "ui.gray.semi-dark",
|
|
10192
|
+
borderColor: "ui.gray.semi-dark",
|
|
10074
10193
|
_checked: {
|
|
10075
10194
|
bg: "dark.ui.link.primary",
|
|
10076
10195
|
borderColor: "dark.ui.link.primary"
|
|
@@ -10323,7 +10442,7 @@ var DSProvider = function DSProvider(_ref) {
|
|
|
10323
10442
|
}, children);
|
|
10324
10443
|
};
|
|
10325
10444
|
|
|
10326
|
-
var _excluded$
|
|
10445
|
+
var _excluded$1e = ["children", "icon", "id", "isCentered", "notificationType"],
|
|
10327
10446
|
_excluded2$5 = ["alignText", "children", "isCentered", "notificationHeading", "notificationType", "showIcon"],
|
|
10328
10447
|
_excluded3$3 = ["ariaLabel", "className", "dismissible", "icon", "id", "isCentered", "noMargin", "notificationContent", "notificationHeading", "notificationType", "showIcon"];
|
|
10329
10448
|
/**
|
|
@@ -10335,7 +10454,7 @@ var NotificationHeading$1 = /*#__PURE__*/react.chakra(function (props) {
|
|
|
10335
10454
|
id = props.id,
|
|
10336
10455
|
isCentered = props.isCentered,
|
|
10337
10456
|
notificationType = props.notificationType,
|
|
10338
|
-
rest = _objectWithoutPropertiesLoose(props, _excluded$
|
|
10457
|
+
rest = _objectWithoutPropertiesLoose(props, _excluded$1e);
|
|
10339
10458
|
var styles = react.useMultiStyleConfig("NotificationHeading", {
|
|
10340
10459
|
icon: icon,
|
|
10341
10460
|
isCentered: isCentered,
|
|
@@ -10496,7 +10615,7 @@ var Notification$1 = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(fu
|
|
|
10496
10615
|
}, childHeading, childContent), dismissibleButton);
|
|
10497
10616
|
}));
|
|
10498
10617
|
|
|
10499
|
-
var _excluded$
|
|
10618
|
+
var _excluded$1f = ["className", "helperText", "id", "invalidText", "isChecked", "isDisabled", "isInvalid", "isRequired", "labelText", "name", "onChange", "showHelperInvalidText", "showLabel", "value"];
|
|
10500
10619
|
var Radio$1 = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
10501
10620
|
var className = props.className,
|
|
10502
10621
|
helperText = props.helperText,
|
|
@@ -10517,7 +10636,7 @@ var Radio$1 = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(function
|
|
|
10517
10636
|
_props$showLabel = props.showLabel,
|
|
10518
10637
|
showLabel = _props$showLabel === void 0 ? true : _props$showLabel,
|
|
10519
10638
|
value = props.value,
|
|
10520
|
-
rest = _objectWithoutPropertiesLoose(props, _excluded$
|
|
10639
|
+
rest = _objectWithoutPropertiesLoose(props, _excluded$1f);
|
|
10521
10640
|
var styles = react.useMultiStyleConfig("Radio", {
|
|
10522
10641
|
showLabel: showLabel
|
|
10523
10642
|
});
|
|
@@ -10563,7 +10682,7 @@ var Radio$1 = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(function
|
|
|
10563
10682
|
}, labelText)));
|
|
10564
10683
|
}));
|
|
10565
10684
|
|
|
10566
|
-
var _excluded$
|
|
10685
|
+
var _excluded$1g = ["children", "className", "defaultValue", "helperText", "id", "invalidText", "isDisabled", "isFullWidth", "isInvalid", "isRequired", "labelText", "layout", "name", "onChange", "showHelperInvalidText", "showLabel", "showRequiredLabel"];
|
|
10567
10686
|
/**
|
|
10568
10687
|
* RadioGroup is a wrapper for DS `Radio` components that renders as a fieldset
|
|
10569
10688
|
* HTML element along with optional helper text. The `name` prop is essential
|
|
@@ -10597,7 +10716,7 @@ var RadioGroup$1 = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(func
|
|
|
10597
10716
|
showLabel = _props$showLabel === void 0 ? true : _props$showLabel,
|
|
10598
10717
|
_props$showRequiredLa = props.showRequiredLabel,
|
|
10599
10718
|
showRequiredLabel = _props$showRequiredLa === void 0 ? true : _props$showRequiredLa,
|
|
10600
|
-
rest = _objectWithoutPropertiesLoose(props, _excluded$
|
|
10719
|
+
rest = _objectWithoutPropertiesLoose(props, _excluded$1g);
|
|
10601
10720
|
var _React$useState = React__default.useState(defaultValue),
|
|
10602
10721
|
value = _React$useState[0],
|
|
10603
10722
|
setValue = _React$useState[1];
|
|
@@ -10661,19 +10780,6 @@ var RadioGroup$1 = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(func
|
|
|
10661
10780
|
}));
|
|
10662
10781
|
}));
|
|
10663
10782
|
|
|
10664
|
-
/**
|
|
10665
|
-
* DS internal helper hook to use state with prop dependencies.
|
|
10666
|
-
*/
|
|
10667
|
-
function useStateWithDependencies(initialValue) {
|
|
10668
|
-
var _useState = React.useState(initialValue),
|
|
10669
|
-
value = _useState[0],
|
|
10670
|
-
setValue = _useState[1];
|
|
10671
|
-
React.useEffect(function () {
|
|
10672
|
-
setValue(initialValue);
|
|
10673
|
-
}, [initialValue]);
|
|
10674
|
-
return [value, setValue];
|
|
10675
|
-
}
|
|
10676
|
-
|
|
10677
10783
|
var initialState = {
|
|
10678
10784
|
category: "comment",
|
|
10679
10785
|
comment: "",
|
|
@@ -10744,7 +10850,7 @@ function useFeedbackBoxReducer() {
|
|
|
10744
10850
|
};
|
|
10745
10851
|
}
|
|
10746
10852
|
|
|
10747
|
-
var _excluded$
|
|
10853
|
+
var _excluded$1h = ["className", "confirmationText", "descriptionText", "hiddenFields", "id", "isInvalidComment", "isInvalidEmail", "notificationText", "onSubmit", "showCategoryField", "showEmailField", "title", "view", "isOpen", "onOpen", "onClose"];
|
|
10748
10854
|
/**
|
|
10749
10855
|
* The `FeedbackBox` component renders a fixed-positioned button on the bottom
|
|
10750
10856
|
* right corner of a page that opens a Chakra `Drawer` popup component. Inside
|
|
@@ -10776,7 +10882,7 @@ var FeedbackBox$1 = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(fun
|
|
|
10776
10882
|
isOpen = _ref.isOpen,
|
|
10777
10883
|
onOpen = _ref.onOpen,
|
|
10778
10884
|
onClose = _ref.onClose,
|
|
10779
|
-
rest = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
10885
|
+
rest = _objectWithoutPropertiesLoose(_ref, _excluded$1h);
|
|
10780
10886
|
// We want to keep internal state for the view but also
|
|
10781
10887
|
// update if the consuming app updates it, based on API
|
|
10782
10888
|
// success and failure responses.
|
|
@@ -11111,7 +11217,7 @@ function useFeedbackBox() {
|
|
|
11111
11217
|
};
|
|
11112
11218
|
}
|
|
11113
11219
|
|
|
11114
|
-
var _excluded$
|
|
11220
|
+
var _excluded$1i = ["id", "isOpen", "multiSelectId", "multiSelectLabelText", "onClear", "onKeyDown", "onMenuToggle", "selectedItems"];
|
|
11115
11221
|
var _templateObject;
|
|
11116
11222
|
var grow = /*#__PURE__*/react.keyframes(_templateObject || (_templateObject = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n from {width: 22px; opacity: 0; }\n to {width: 46px; opacity: 1;}\n"])));
|
|
11117
11223
|
/**
|
|
@@ -11130,7 +11236,7 @@ var MultiSelectMenuButton$1 = /*#__PURE__*/React.forwardRef(function (props, ref
|
|
|
11130
11236
|
onClear = props.onClear,
|
|
11131
11237
|
onMenuToggle = props.onMenuToggle,
|
|
11132
11238
|
selectedItems = props.selectedItems,
|
|
11133
|
-
rest = _objectWithoutPropertiesLoose(props, _excluded$
|
|
11239
|
+
rest = _objectWithoutPropertiesLoose(props, _excluded$1i);
|
|
11134
11240
|
var iconType = isOpen ? "minus" : "plus";
|
|
11135
11241
|
var growAnimation = grow + " 150ms ease-out";
|
|
11136
11242
|
var _React$useState = React__default.useState(isOpen),
|
|
@@ -11210,7 +11316,7 @@ var MultiSelectMenuButton$1 = /*#__PURE__*/React.forwardRef(function (props, ref
|
|
|
11210
11316
|
})));
|
|
11211
11317
|
});
|
|
11212
11318
|
|
|
11213
|
-
var _excluded$
|
|
11319
|
+
var _excluded$1j = ["id", "isBlockElement", "isDefaultOpen", "items", "labelText", "onChange", "onClear", "selectedItems", "width"];
|
|
11214
11320
|
/** MultiSelectListbox renders a non-hierarchical list of checkbox options for the `type="listbox". It leverager downshift-js for accessiblity. */
|
|
11215
11321
|
var MultiSelectListbox = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
11216
11322
|
var id = props.id,
|
|
@@ -11222,7 +11328,7 @@ var MultiSelectListbox = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRe
|
|
|
11222
11328
|
onClear = props.onClear,
|
|
11223
11329
|
selectedItems = props.selectedItems,
|
|
11224
11330
|
width = props.width,
|
|
11225
|
-
rest = _objectWithoutPropertiesLoose(props, _excluded$
|
|
11331
|
+
rest = _objectWithoutPropertiesLoose(props, _excluded$1j);
|
|
11226
11332
|
// Downshift.
|
|
11227
11333
|
var _useSelect = downshift.useSelect({
|
|
11228
11334
|
items: items,
|
|
@@ -11357,7 +11463,7 @@ var useCloseDropDown = function useCloseDropDown(actionCb, ref) {
|
|
|
11357
11463
|
});
|
|
11358
11464
|
};
|
|
11359
11465
|
|
|
11360
|
-
var _excluded$
|
|
11466
|
+
var _excluded$1k = ["id", "isBlockElement", "isDefaultOpen", "items", "labelText", "onApply", "onChange", "onClear", "onMixedStateChange", "selectedItems", "width"];
|
|
11361
11467
|
var MultiSelectDialog = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
11362
11468
|
var id = props.id,
|
|
11363
11469
|
isBlockElement = props.isBlockElement,
|
|
@@ -11370,7 +11476,7 @@ var MultiSelectDialog = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef
|
|
|
11370
11476
|
onMixedStateChange = props.onMixedStateChange,
|
|
11371
11477
|
selectedItems = props.selectedItems,
|
|
11372
11478
|
width = props.width,
|
|
11373
|
-
rest = _objectWithoutPropertiesLoose(props, _excluded$
|
|
11479
|
+
rest = _objectWithoutPropertiesLoose(props, _excluded$1k);
|
|
11374
11480
|
// Use NYPL Breakpoints hook to check screen size
|
|
11375
11481
|
var _useNYPLBreakpoints = useNYPLBreakpoints(),
|
|
11376
11482
|
isLargerThanMobile = _useNYPLBreakpoints.isLargerThanMobile;
|
|
@@ -11535,7 +11641,7 @@ var MultiSelectDialog = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef
|
|
|
11535
11641
|
}
|
|
11536
11642
|
});
|
|
11537
11643
|
|
|
11538
|
-
var _excluded$
|
|
11644
|
+
var _excluded$1l = ["id", "isBlockElement", "isDefaultOpen", "items", "labelText", "onApply", "onChange", "onClear", "onMixedStateChange", "selectedItems", "type", "width"];
|
|
11539
11645
|
/**
|
|
11540
11646
|
* The `MultiSelect` component is a form input element that presents a list
|
|
11541
11647
|
* of `Checkbox` components from which a user can make one or multiple
|
|
@@ -11559,7 +11665,7 @@ var MultiSelect$1 = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(fun
|
|
|
11559
11665
|
type = props.type,
|
|
11560
11666
|
_props$width = props.width,
|
|
11561
11667
|
width = _props$width === void 0 ? "default" : _props$width,
|
|
11562
|
-
rest = _objectWithoutPropertiesLoose(props, _excluded$
|
|
11668
|
+
rest = _objectWithoutPropertiesLoose(props, _excluded$1l);
|
|
11563
11669
|
var commonProps = {
|
|
11564
11670
|
id: id,
|
|
11565
11671
|
isBlockElement: isBlockElement,
|
|
@@ -11596,7 +11702,7 @@ var MultiSelect$1 = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(fun
|
|
|
11596
11702
|
}
|
|
11597
11703
|
});
|
|
11598
11704
|
|
|
11599
|
-
var _excluded$
|
|
11705
|
+
var _excluded$1m = ["children", "className", "id", "labelText", "layout", "multiSelectWidth", "showLabel"];
|
|
11600
11706
|
/**
|
|
11601
11707
|
* `MultiSelectGroup` is a wrapper component specific for `MultiSelect` components. The wrapped `MutliSelect` components can be displayed in a
|
|
11602
11708
|
* column or in a row. The `MultiSelectGroup` component renders all the necessary
|
|
@@ -11615,7 +11721,7 @@ var MultiSelectGroup = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(
|
|
|
11615
11721
|
multiSelectWidth = _props$multiSelectWid === void 0 ? "default" : _props$multiSelectWid,
|
|
11616
11722
|
_props$showLabel = props.showLabel,
|
|
11617
11723
|
showLabel = _props$showLabel === void 0 ? true : _props$showLabel,
|
|
11618
|
-
rest = _objectWithoutPropertiesLoose(props, _excluded$
|
|
11724
|
+
rest = _objectWithoutPropertiesLoose(props, _excluded$1m);
|
|
11619
11725
|
var newChildren = [];
|
|
11620
11726
|
var _useNYPLBreakpoints = useNYPLBreakpoints(),
|
|
11621
11727
|
isLargerThanMobile = _useNYPLBreakpoints.isLargerThanMobile;
|
|
@@ -11671,7 +11777,7 @@ var MultiSelectGroup = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(
|
|
|
11671
11777
|
}, newChildren));
|
|
11672
11778
|
}));
|
|
11673
11779
|
|
|
11674
|
-
var _excluded$
|
|
11780
|
+
var _excluded$1n = ["children", "id", "isOpen", "headingText", "layout", "onClear", "onSubmit", "onToggle", "onOpen", "onClose", "selectedItems", "showClearAll", "showSubmitAll", "filterWidth"];
|
|
11675
11781
|
/**
|
|
11676
11782
|
* `FilterBar` is a wrapper component for filter components.
|
|
11677
11783
|
* The DS considers the following components as filter components:
|
|
@@ -11699,7 +11805,7 @@ var FilterBar$1 = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(funct
|
|
|
11699
11805
|
_props$showSubmitAll = props.showSubmitAll,
|
|
11700
11806
|
showSubmitAll = _props$showSubmitAll === void 0 ? false : _props$showSubmitAll,
|
|
11701
11807
|
filterWidth = props.filterWidth,
|
|
11702
|
-
rest = _objectWithoutPropertiesLoose(props, _excluded$
|
|
11808
|
+
rest = _objectWithoutPropertiesLoose(props, _excluded$1n);
|
|
11703
11809
|
var _useNYPLBreapoints = useNYPLBreakpoints(),
|
|
11704
11810
|
isLargerThanMedium = _useNYPLBreapoints.isLargerThanMedium;
|
|
11705
11811
|
var finalLayout = isLargerThanMedium ? layout : "column";
|
|
@@ -11820,7 +11926,7 @@ var FilterBar$1 = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(funct
|
|
|
11820
11926
|
}, "Clear Filters")))))));
|
|
11821
11927
|
}));
|
|
11822
11928
|
|
|
11823
|
-
var _excluded$
|
|
11929
|
+
var _excluded$1o = ["children", "className", "id", "inline", "listItems", "noStyling", "title", "type"];
|
|
11824
11930
|
/**
|
|
11825
11931
|
* A component that renders list item `li` elements or description item `dt`
|
|
11826
11932
|
* and `dd` elements based on the `type` prop. Note that the `title` prop will
|
|
@@ -11838,7 +11944,7 @@ var List$1 = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(function (
|
|
|
11838
11944
|
title = props.title,
|
|
11839
11945
|
_props$type = props.type,
|
|
11840
11946
|
type = _props$type === void 0 ? "ul" : _props$type,
|
|
11841
|
-
rest = _objectWithoutPropertiesLoose(props, _excluded$
|
|
11947
|
+
rest = _objectWithoutPropertiesLoose(props, _excluded$1o);
|
|
11842
11948
|
var styles = react.useStyleConfig("List", {
|
|
11843
11949
|
inline: inline,
|
|
11844
11950
|
noStyling: noStyling,
|
|
@@ -11940,15 +12046,15 @@ var checkListChildrenError = function checkListChildrenError(children, listType,
|
|
|
11940
12046
|
};
|
|
11941
12047
|
|
|
11942
12048
|
var _path$L, _path2$f, _path3$7;
|
|
11943
|
-
var _excluded$
|
|
11944
|
-
function _extends$
|
|
11945
|
-
function _objectWithoutProperties$
|
|
11946
|
-
function _objectWithoutPropertiesLoose$
|
|
12049
|
+
var _excluded$1p = ["title", "titleId"];
|
|
12050
|
+
function _extends$T() { _extends$T = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$T.apply(this, arguments); }
|
|
12051
|
+
function _objectWithoutProperties$S(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$T(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
12052
|
+
function _objectWithoutPropertiesLoose$T(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
11947
12053
|
var SvgLogoAppleAppStoreBlack = function SvgLogoAppleAppStoreBlack(_ref) {
|
|
11948
12054
|
var title = _ref.title,
|
|
11949
12055
|
titleId = _ref.titleId,
|
|
11950
|
-
props = _objectWithoutProperties$
|
|
11951
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
12056
|
+
props = _objectWithoutProperties$S(_ref, _excluded$1p);
|
|
12057
|
+
return /*#__PURE__*/React.createElement("svg", _extends$T({
|
|
11952
12058
|
viewBox: "0 0 200 67",
|
|
11953
12059
|
fill: "none",
|
|
11954
12060
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -11968,15 +12074,15 @@ var SvgLogoAppleAppStoreBlack = function SvgLogoAppleAppStoreBlack(_ref) {
|
|
|
11968
12074
|
};
|
|
11969
12075
|
|
|
11970
12076
|
var _path$M, _path2$g, _path3$8;
|
|
11971
|
-
var _excluded$
|
|
11972
|
-
function _extends$
|
|
11973
|
-
function _objectWithoutProperties$
|
|
11974
|
-
function _objectWithoutPropertiesLoose$
|
|
12077
|
+
var _excluded$1q = ["title", "titleId"];
|
|
12078
|
+
function _extends$U() { _extends$U = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$U.apply(this, arguments); }
|
|
12079
|
+
function _objectWithoutProperties$T(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$U(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
12080
|
+
function _objectWithoutPropertiesLoose$U(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
11975
12081
|
var SvgLogoAppleAppStoreWhite = function SvgLogoAppleAppStoreWhite(_ref) {
|
|
11976
12082
|
var title = _ref.title,
|
|
11977
12083
|
titleId = _ref.titleId,
|
|
11978
|
-
props = _objectWithoutProperties$
|
|
11979
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
12084
|
+
props = _objectWithoutProperties$T(_ref, _excluded$1q);
|
|
12085
|
+
return /*#__PURE__*/React.createElement("svg", _extends$U({
|
|
11980
12086
|
viewBox: "0 0 200 67",
|
|
11981
12087
|
fill: "none",
|
|
11982
12088
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -11996,15 +12102,15 @@ var SvgLogoAppleAppStoreWhite = function SvgLogoAppleAppStoreWhite(_ref) {
|
|
|
11996
12102
|
};
|
|
11997
12103
|
|
|
11998
12104
|
var _path$N, _path2$h, _path3$9;
|
|
11999
|
-
var _excluded$
|
|
12000
|
-
function _extends$
|
|
12001
|
-
function _objectWithoutProperties$
|
|
12002
|
-
function _objectWithoutPropertiesLoose$
|
|
12105
|
+
var _excluded$1r = ["title", "titleId"];
|
|
12106
|
+
function _extends$V() { _extends$V = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$V.apply(this, arguments); }
|
|
12107
|
+
function _objectWithoutProperties$U(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$V(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
12108
|
+
function _objectWithoutPropertiesLoose$V(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
12003
12109
|
var SvgLogoBplBlack = function SvgLogoBplBlack(_ref) {
|
|
12004
12110
|
var title = _ref.title,
|
|
12005
12111
|
titleId = _ref.titleId,
|
|
12006
|
-
props = _objectWithoutProperties$
|
|
12007
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
12112
|
+
props = _objectWithoutProperties$U(_ref, _excluded$1r);
|
|
12113
|
+
return /*#__PURE__*/React.createElement("svg", _extends$V({
|
|
12008
12114
|
viewBox: "0 0 328 120",
|
|
12009
12115
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12010
12116
|
"aria-labelledby": titleId
|
|
@@ -12020,15 +12126,15 @@ var SvgLogoBplBlack = function SvgLogoBplBlack(_ref) {
|
|
|
12020
12126
|
};
|
|
12021
12127
|
|
|
12022
12128
|
var _path$O, _path2$i, _path3$a;
|
|
12023
|
-
var _excluded$
|
|
12024
|
-
function _extends$
|
|
12025
|
-
function _objectWithoutProperties$
|
|
12026
|
-
function _objectWithoutPropertiesLoose$
|
|
12129
|
+
var _excluded$1s = ["title", "titleId"];
|
|
12130
|
+
function _extends$W() { _extends$W = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$W.apply(this, arguments); }
|
|
12131
|
+
function _objectWithoutProperties$V(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$W(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
12132
|
+
function _objectWithoutPropertiesLoose$W(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
12027
12133
|
var SvgLogoBplWhite = function SvgLogoBplWhite(_ref) {
|
|
12028
12134
|
var title = _ref.title,
|
|
12029
12135
|
titleId = _ref.titleId,
|
|
12030
|
-
props = _objectWithoutProperties$
|
|
12031
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
12136
|
+
props = _objectWithoutProperties$V(_ref, _excluded$1s);
|
|
12137
|
+
return /*#__PURE__*/React.createElement("svg", _extends$W({
|
|
12032
12138
|
viewBox: "0 0 328 120",
|
|
12033
12139
|
fill: "#fff",
|
|
12034
12140
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -12045,15 +12151,15 @@ var SvgLogoBplWhite = function SvgLogoBplWhite(_ref) {
|
|
|
12045
12151
|
};
|
|
12046
12152
|
|
|
12047
12153
|
var _rect$2, _path$P;
|
|
12048
|
-
var _excluded$
|
|
12049
|
-
function _extends$
|
|
12050
|
-
function _objectWithoutProperties$
|
|
12051
|
-
function _objectWithoutPropertiesLoose$
|
|
12154
|
+
var _excluded$1t = ["title", "titleId"];
|
|
12155
|
+
function _extends$X() { _extends$X = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$X.apply(this, arguments); }
|
|
12156
|
+
function _objectWithoutProperties$W(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$X(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
12157
|
+
function _objectWithoutPropertiesLoose$X(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
12052
12158
|
var SvgLogoCleverBadgeColor = function SvgLogoCleverBadgeColor(_ref) {
|
|
12053
12159
|
var title = _ref.title,
|
|
12054
12160
|
titleId = _ref.titleId,
|
|
12055
|
-
props = _objectWithoutProperties$
|
|
12056
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
12161
|
+
props = _objectWithoutProperties$W(_ref, _excluded$1t);
|
|
12162
|
+
return /*#__PURE__*/React.createElement("svg", _extends$X({
|
|
12057
12163
|
viewBox: "0 0 118 119",
|
|
12058
12164
|
fill: "none",
|
|
12059
12165
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -12075,15 +12181,15 @@ var SvgLogoCleverBadgeColor = function SvgLogoCleverBadgeColor(_ref) {
|
|
|
12075
12181
|
};
|
|
12076
12182
|
|
|
12077
12183
|
var _path$Q;
|
|
12078
|
-
var _excluded$
|
|
12079
|
-
function _extends$
|
|
12080
|
-
function _objectWithoutProperties$
|
|
12081
|
-
function _objectWithoutPropertiesLoose$
|
|
12184
|
+
var _excluded$1u = ["title", "titleId"];
|
|
12185
|
+
function _extends$Y() { _extends$Y = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$Y.apply(this, arguments); }
|
|
12186
|
+
function _objectWithoutProperties$X(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$Y(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
12187
|
+
function _objectWithoutPropertiesLoose$Y(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
12082
12188
|
var SvgLogoCleverColor = function SvgLogoCleverColor(_ref) {
|
|
12083
12189
|
var title = _ref.title,
|
|
12084
12190
|
titleId = _ref.titleId,
|
|
12085
|
-
props = _objectWithoutProperties$
|
|
12086
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
12191
|
+
props = _objectWithoutProperties$X(_ref, _excluded$1u);
|
|
12192
|
+
return /*#__PURE__*/React.createElement("svg", _extends$Y({
|
|
12087
12193
|
viewBox: "0 0 312 88",
|
|
12088
12194
|
fill: "#436CF2",
|
|
12089
12195
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -12098,15 +12204,15 @@ var SvgLogoCleverColor = function SvgLogoCleverColor(_ref) {
|
|
|
12098
12204
|
};
|
|
12099
12205
|
|
|
12100
12206
|
var _path$R;
|
|
12101
|
-
var _excluded$
|
|
12102
|
-
function _extends$
|
|
12103
|
-
function _objectWithoutProperties$
|
|
12104
|
-
function _objectWithoutPropertiesLoose$
|
|
12207
|
+
var _excluded$1v = ["title", "titleId"];
|
|
12208
|
+
function _extends$Z() { _extends$Z = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$Z.apply(this, arguments); }
|
|
12209
|
+
function _objectWithoutProperties$Y(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$Z(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
12210
|
+
function _objectWithoutPropertiesLoose$Z(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
12105
12211
|
var SvgLogoCleverWhite = function SvgLogoCleverWhite(_ref) {
|
|
12106
12212
|
var title = _ref.title,
|
|
12107
12213
|
titleId = _ref.titleId,
|
|
12108
|
-
props = _objectWithoutProperties$
|
|
12109
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
12214
|
+
props = _objectWithoutProperties$Y(_ref, _excluded$1v);
|
|
12215
|
+
return /*#__PURE__*/React.createElement("svg", _extends$Z({
|
|
12110
12216
|
viewBox: "0 0 312 88",
|
|
12111
12217
|
fill: "#fff",
|
|
12112
12218
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -12120,16 +12226,16 @@ var SvgLogoCleverWhite = function SvgLogoCleverWhite(_ref) {
|
|
|
12120
12226
|
})));
|
|
12121
12227
|
};
|
|
12122
12228
|
|
|
12123
|
-
var _path$S, _path2$j, _path3$b, _path4$1, _path5, _g$
|
|
12124
|
-
var _excluded$
|
|
12125
|
-
function _extends$
|
|
12126
|
-
function _objectWithoutProperties$
|
|
12127
|
-
function _objectWithoutPropertiesLoose$
|
|
12229
|
+
var _path$S, _path2$j, _path3$b, _path4$1, _path5, _g$5, _path6, _path7, _path8;
|
|
12230
|
+
var _excluded$1w = ["title", "titleId"];
|
|
12231
|
+
function _extends$_() { _extends$_ = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$_.apply(this, arguments); }
|
|
12232
|
+
function _objectWithoutProperties$Z(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$_(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
12233
|
+
function _objectWithoutPropertiesLoose$_(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
12128
12234
|
var SvgLogoDigitalCollectionsBlack = function SvgLogoDigitalCollectionsBlack(_ref) {
|
|
12129
12235
|
var title = _ref.title,
|
|
12130
12236
|
titleId = _ref.titleId,
|
|
12131
|
-
props = _objectWithoutProperties$
|
|
12132
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
12237
|
+
props = _objectWithoutProperties$Z(_ref, _excluded$1w);
|
|
12238
|
+
return /*#__PURE__*/React.createElement("svg", _extends$_({
|
|
12133
12239
|
viewBox: "0 0 360 49",
|
|
12134
12240
|
fill: "none",
|
|
12135
12241
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -12171,7 +12277,7 @@ var SvgLogoDigitalCollectionsBlack = function SvgLogoDigitalCollectionsBlack(_re
|
|
|
12171
12277
|
clipRule: "evenodd",
|
|
12172
12278
|
d: "M0 0h48.05v48.056H0V0Z",
|
|
12173
12279
|
fill: "#fff"
|
|
12174
|
-
}))), _g$
|
|
12280
|
+
}))), _g$5 || (_g$5 = /*#__PURE__*/React.createElement("g", {
|
|
12175
12281
|
mask: "url(#logo-digital-collections-black_svg__a)",
|
|
12176
12282
|
fillRule: "evenodd",
|
|
12177
12283
|
clipRule: "evenodd"
|
|
@@ -12195,16 +12301,16 @@ var SvgLogoDigitalCollectionsBlack = function SvgLogoDigitalCollectionsBlack(_re
|
|
|
12195
12301
|
})));
|
|
12196
12302
|
};
|
|
12197
12303
|
|
|
12198
|
-
var _path$T, _path2$k, _g$
|
|
12199
|
-
var _excluded$
|
|
12200
|
-
function _extends
|
|
12201
|
-
function _objectWithoutProperties$
|
|
12202
|
-
function _objectWithoutPropertiesLoose
|
|
12304
|
+
var _path$T, _path2$k, _g$6, _path3$c, _path4$2;
|
|
12305
|
+
var _excluded$1x = ["title", "titleId"];
|
|
12306
|
+
function _extends$$() { _extends$$ = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$$.apply(this, arguments); }
|
|
12307
|
+
function _objectWithoutProperties$_(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$$(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
12308
|
+
function _objectWithoutPropertiesLoose$$(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
12203
12309
|
var SvgLogoDigitalCollectionsWhite = function SvgLogoDigitalCollectionsWhite(_ref) {
|
|
12204
12310
|
var title = _ref.title,
|
|
12205
12311
|
titleId = _ref.titleId,
|
|
12206
|
-
props = _objectWithoutProperties$
|
|
12207
|
-
return /*#__PURE__*/React.createElement("svg", _extends
|
|
12312
|
+
props = _objectWithoutProperties$_(_ref, _excluded$1x);
|
|
12313
|
+
return /*#__PURE__*/React.createElement("svg", _extends$$({
|
|
12208
12314
|
viewBox: "0 0 360 47",
|
|
12209
12315
|
fill: "none",
|
|
12210
12316
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -12231,7 +12337,7 @@ var SvgLogoDigitalCollectionsWhite = function SvgLogoDigitalCollectionsWhite(_re
|
|
|
12231
12337
|
clipRule: "evenodd",
|
|
12232
12338
|
d: "m45.284 29.193-.002.007c-.184.584-.419 1.327-.887.986a21.86 21.86 0 0 0-4.795-2.66c-.102-.026-.089-.166-.052-.241.132-.3.218-.617.255-.942a2.3 2.3 0 0 1 .457-.828c.477-.946.77-1.974.863-3.028a7.587 7.587 0 0 0-.14-2.405 5.006 5.006 0 0 1-.291-1.056c0-.184.047-.367.096-.56.044-.169.09-.345.106-.535a3.276 3.276 0 0 0-2.16-2.495c-.602-.28-1.218-.553-1.843-.83-1.246-.55-2.53-1.118-3.824-1.804a22.402 22.402 0 0 1-2.872-2.544 20.652 20.652 0 0 0-4.904-2.125.47.47 0 0 1-.394-.394 11.496 11.496 0 0 0-4.288-6.671c-.8-.624.108-.98 1.215-1.03a23.049 23.049 0 0 1 19.252 8.554 22.924 22.924 0 0 1 4.208 20.6ZM10.89 3.264c-.294.196-.294.701.423.774 2.568.212 4.995 1.218 6.91 2.866.125.13.293.217.475.245.18.015.387.008.632 0 .367-.011.82-.026 1.397.025.466.038.928.104 1.386.197 1.259.223-.628-2.534-2.746-3.986a10.276 10.276 0 0 0-4.247-1.894 1.684 1.684 0 0 0-.931.148 17.638 17.638 0 0 0-3.3 1.625Zm-4.8 4.098c.138-.16.321-.277.527-.334a13.907 13.907 0 0 1 8.683.728c.515.223.754.536.414.754a18.86 18.86 0 0 0-2.462 1.74c-.24.148-.525.205-.804.162a13.404 13.404 0 0 0-8.156.946c-.628.259-1.182-.098-.892-.568a20.167 20.167 0 0 1 2.69-3.428Zm30.19 8.742c-.787-.386-1.683-.683-2.576-.98-1.04-.345-2.077-.689-2.938-1.172-.584-.323-1.102-.74-1.621-1.159-.621-.5-1.245-1.004-1.987-1.349a26.507 26.507 0 0 0-4.302-1.57 7.636 7.636 0 0 0-6.057.873 6.144 6.144 0 0 0-2.284 6.077 7.229 7.229 0 0 0 1.16 3.067c1.651 2.338 4.29 3.589 6.933 4.84 1.193.565 2.386 1.13 3.49 1.795.097.082.242.07.325-.028l.022-.017a4.71 4.71 0 0 1 2.083-2.014 10.554 10.554 0 0 1 4.012-.216 4.416 4.416 0 0 0 3.495-.81 2.488 2.488 0 0 0-.366-3.216c-.277-.16-.628-.235-.98-.312-.292-.063-.585-.126-.837-.238a1.92 1.92 0 0 1-.934-1.024 1.851 1.851 0 0 1-.114-1.507 1.048 1.048 0 0 1 1.236-.183 6.267 6.267 0 0 0 3.244.051 1.596 1.596 0 0 0-1.004-.907Zm-8.946-.494a1.537 1.537 0 0 1-.707 1.216 1.66 1.66 0 0 1-.947-.533 10.413 10.413 0 0 0-1.754-.646 2.28 2.28 0 0 1-1.476-.915c-.316-.76.428-1.115.97-1.292.501-.15 1.02-.234 1.542-.248a2.318 2.318 0 0 1 2.233.709c.192.548.24 1.137.14 1.71ZM.752 17.77c-.15.167-.24.377-.257.598a21.93 21.93 0 0 0 .769 11.968c.233.581 1.143.357 1.117-.89.007-.23.01-.485.013-.762.037-3.404.111-10.122 7.934-14.767.488-.28.898-.56.693-1.043-.352-.32-.86-.41-1.304-.23a15.955 15.955 0 0 0-8.965 5.127ZM37.7 20.924c0 .065.042.373.056.462.081.614.047 1.236-.102 1.838a.262.262 0 0 0 .082.207c.475.322.846.757 1.075 1.26.034.089.144.037.2-.079a6.023 6.023 0 0 0 .068-4.588l-.003-.005c-.016-.031-.057-.11-.121-.073-.257.14-.501.3-.73.476a1.331 1.331 0 0 0-.525.502Zm-7.572 6.356c.088-.348.302-.647.596-.837a5.651 5.651 0 0 1 2.445-.45c.84.001 1.675-.142 2.47-.424.351-.37.86-.534 1.353-.436.258.13.448.37.52.656.114.316.16.654.138.99-.336.941-.717 1.864-1.143 2.764a.91.91 0 0 1-.137.502 4.071 4.071 0 0 1-3.251.437c-.398 0-.793-.07-1.168-.206a2.338 2.338 0 0 1-.584-.49c-.286-.275-.483-.503-.728-.787-.085-.098-.175-.203-.277-.318a1.997 1.997 0 0 1-.46-.604c.054-.272.13-.538.226-.797ZM7.354 39.686c.226.44.54.83.92 1.145a22.772 22.772 0 0 0 12.847 5.304c.913.076 1.015-.254 1.028-.777a15.897 15.897 0 0 0-3.54-6.71c-.454-.594-1.28-1.495-2.27-2.573-2.387-2.602-5.724-6.239-7.07-9.093a9.161 9.161 0 0 1-1.002-6.628c.304-1.109-.622-1.772-1.497-.332-2.753 4.113-1.56 16.237.584 19.664Zm3.76-15.622a9.9 9.9 0 0 1 .14-8.008c.329-.619.644-1.022 1.063-.896.455.126.55.593.62 1.46.469 7.148 4.795 9.548 10.222 12.075a31.21 31.21 0 0 1 13.256 10.748c.621.871.71 1.403.013 1.907A22.208 22.208 0 0 1 28.37 45c-.494.114-1.012.026-1.454-1.111-2.494-6.434-5.913-9.21-9.078-11.78-2.65-2.152-5.121-4.159-6.724-8.046Zm26.813 14.44c.226.45.631.987 1.327.3a22.271 22.271 0 0 0 3.414-4.509.818.818 0 0 0 .089-.8 13.91 13.91 0 0 0-2.832-3.048 5.379 5.379 0 0 0-1.467-.861 1.267 1.267 0 0 0-.417-.05c-.385.046-.431.218-.58.772l-.04.152a2.744 2.744 0 0 1-1.264 1.773 2.496 2.496 0 0 1-1.378.226.358.358 0 0 0-.404.172.346.346 0 0 0 .075.427 20.358 20.358 0 0 1 3.477 5.447Z",
|
|
12233
12339
|
fill: "#fff"
|
|
12234
|
-
}))), _g$
|
|
12340
|
+
}))), _g$6 || (_g$6 = /*#__PURE__*/React.createElement("g", {
|
|
12235
12341
|
mask: "url(#logo-digital-collections-white_svg__a)"
|
|
12236
12342
|
}, /*#__PURE__*/React.createElement("path", {
|
|
12237
12343
|
fill: "#fff",
|
|
@@ -12246,15 +12352,15 @@ var SvgLogoDigitalCollectionsWhite = function SvgLogoDigitalCollectionsWhite(_re
|
|
|
12246
12352
|
};
|
|
12247
12353
|
|
|
12248
12354
|
var _path$U, _path2$l, _path3$d, _path4$3, _path5$1, _path6$1, _path7$1, _path8$1, _path9, _path10, _path11, _path12, _path13;
|
|
12249
|
-
var _excluded$
|
|
12250
|
-
function _extends$
|
|
12251
|
-
function _objectWithoutProperties
|
|
12252
|
-
function _objectWithoutPropertiesLoose$
|
|
12355
|
+
var _excluded$1y = ["title", "titleId"];
|
|
12356
|
+
function _extends$10() { _extends$10 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$10.apply(this, arguments); }
|
|
12357
|
+
function _objectWithoutProperties$$(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$10(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
12358
|
+
function _objectWithoutPropertiesLoose$10(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
12253
12359
|
var SvgLogoFirstbookColor = function SvgLogoFirstbookColor(_ref) {
|
|
12254
12360
|
var title = _ref.title,
|
|
12255
12361
|
titleId = _ref.titleId,
|
|
12256
|
-
props = _objectWithoutProperties
|
|
12257
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
12362
|
+
props = _objectWithoutProperties$$(_ref, _excluded$1y);
|
|
12363
|
+
return /*#__PURE__*/React.createElement("svg", _extends$10({
|
|
12258
12364
|
viewBox: "0 0 172 152",
|
|
12259
12365
|
fill: "none",
|
|
12260
12366
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -12303,23 +12409,23 @@ var SvgLogoFirstbookColor = function SvgLogoFirstbookColor(_ref) {
|
|
|
12303
12409
|
})));
|
|
12304
12410
|
};
|
|
12305
12411
|
|
|
12306
|
-
var _g$
|
|
12307
|
-
var _excluded$
|
|
12308
|
-
function _extends
|
|
12309
|
-
function _objectWithoutProperties$
|
|
12310
|
-
function _objectWithoutPropertiesLoose
|
|
12412
|
+
var _g$7;
|
|
12413
|
+
var _excluded$1z = ["title", "titleId"];
|
|
12414
|
+
function _extends$11() { _extends$11 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$11.apply(this, arguments); }
|
|
12415
|
+
function _objectWithoutProperties$10(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$11(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
12416
|
+
function _objectWithoutPropertiesLoose$11(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
12311
12417
|
var SvgLogoFirstbookColorNegative = function SvgLogoFirstbookColorNegative(_ref) {
|
|
12312
12418
|
var title = _ref.title,
|
|
12313
12419
|
titleId = _ref.titleId,
|
|
12314
|
-
props = _objectWithoutProperties$
|
|
12315
|
-
return /*#__PURE__*/React.createElement("svg", _extends
|
|
12420
|
+
props = _objectWithoutProperties$10(_ref, _excluded$1z);
|
|
12421
|
+
return /*#__PURE__*/React.createElement("svg", _extends$11({
|
|
12316
12422
|
viewBox: "0 0 170 150",
|
|
12317
12423
|
fill: "none",
|
|
12318
12424
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12319
12425
|
"aria-labelledby": titleId
|
|
12320
12426
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
12321
12427
|
id: titleId
|
|
12322
|
-
}, title) : null, _g$
|
|
12428
|
+
}, title) : null, _g$7 || (_g$7 = /*#__PURE__*/React.createElement("g", {
|
|
12323
12429
|
clipPath: "url(#logo-firstbook-color-negative_svg__clip0_50221_35656)"
|
|
12324
12430
|
}, /*#__PURE__*/React.createElement("path", {
|
|
12325
12431
|
d: "M78.283 0h-.425C74.686.183.018 4.8.018 44.05v92.317c0 1.966-.328 3.633 1.634 3.916l74.49 9.384h.931l77.432-8.834c1.961-.233 1.634-1.916 1.634-6.25V46.367C156.074 4.8 81.454.183 78.283 0Z",
|
|
@@ -12366,23 +12472,23 @@ var SvgLogoFirstbookColorNegative = function SvgLogoFirstbookColorNegative(_ref)
|
|
|
12366
12472
|
}))));
|
|
12367
12473
|
};
|
|
12368
12474
|
|
|
12369
|
-
var _g$
|
|
12370
|
-
var _excluded$
|
|
12371
|
-
function _extends$
|
|
12372
|
-
function _objectWithoutProperties
|
|
12373
|
-
function _objectWithoutPropertiesLoose$
|
|
12475
|
+
var _g$8, _defs;
|
|
12476
|
+
var _excluded$1A = ["title", "titleId"];
|
|
12477
|
+
function _extends$12() { _extends$12 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$12.apply(this, arguments); }
|
|
12478
|
+
function _objectWithoutProperties$11(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$12(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
12479
|
+
function _objectWithoutPropertiesLoose$12(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
12374
12480
|
var SvgLogoGooglePlayBlack = function SvgLogoGooglePlayBlack(_ref) {
|
|
12375
12481
|
var title = _ref.title,
|
|
12376
12482
|
titleId = _ref.titleId,
|
|
12377
|
-
props = _objectWithoutProperties
|
|
12378
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
12483
|
+
props = _objectWithoutProperties$11(_ref, _excluded$1A);
|
|
12484
|
+
return /*#__PURE__*/React.createElement("svg", _extends$12({
|
|
12379
12485
|
viewBox: "0 0 200 60",
|
|
12380
12486
|
fill: "none",
|
|
12381
12487
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12382
12488
|
"aria-labelledby": titleId
|
|
12383
12489
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
12384
12490
|
id: titleId
|
|
12385
|
-
}, title) : null, _g$
|
|
12491
|
+
}, title) : null, _g$8 || (_g$8 = /*#__PURE__*/React.createElement("g", {
|
|
12386
12492
|
clipPath: "url(#logo-google-play-black_svg__a)"
|
|
12387
12493
|
}, /*#__PURE__*/React.createElement("path", {
|
|
12388
12494
|
d: "M192.593 0H7.407A7.407 7.407 0 0 0 0 7.407v44.445a7.407 7.407 0 0 0 7.407 7.407h185.186A7.407 7.407 0 0 0 200 51.852V7.407A7.407 7.407 0 0 0 192.593 0Z",
|
|
@@ -12507,15 +12613,15 @@ var SvgLogoGooglePlayBlack = function SvgLogoGooglePlayBlack(_ref) {
|
|
|
12507
12613
|
};
|
|
12508
12614
|
|
|
12509
12615
|
var _path$V, _path2$m;
|
|
12510
|
-
var _excluded$
|
|
12511
|
-
function _extends$
|
|
12512
|
-
function _objectWithoutProperties$
|
|
12513
|
-
function _objectWithoutPropertiesLoose$
|
|
12616
|
+
var _excluded$1B = ["title", "titleId"];
|
|
12617
|
+
function _extends$13() { _extends$13 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$13.apply(this, arguments); }
|
|
12618
|
+
function _objectWithoutProperties$12(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$13(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
12619
|
+
function _objectWithoutPropertiesLoose$13(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
12514
12620
|
var SvgLogoLpaColor = function SvgLogoLpaColor(_ref) {
|
|
12515
12621
|
var title = _ref.title,
|
|
12516
12622
|
titleId = _ref.titleId,
|
|
12517
|
-
props = _objectWithoutProperties$
|
|
12518
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
12623
|
+
props = _objectWithoutProperties$12(_ref, _excluded$1B);
|
|
12624
|
+
return /*#__PURE__*/React.createElement("svg", _extends$13({
|
|
12519
12625
|
viewBox: "0 0 186 74",
|
|
12520
12626
|
fill: "none",
|
|
12521
12627
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -12532,15 +12638,15 @@ var SvgLogoLpaColor = function SvgLogoLpaColor(_ref) {
|
|
|
12532
12638
|
};
|
|
12533
12639
|
|
|
12534
12640
|
var _path$W;
|
|
12535
|
-
var _excluded$
|
|
12536
|
-
function _extends$
|
|
12537
|
-
function _objectWithoutProperties$
|
|
12538
|
-
function _objectWithoutPropertiesLoose$
|
|
12641
|
+
var _excluded$1C = ["title", "titleId"];
|
|
12642
|
+
function _extends$14() { _extends$14 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$14.apply(this, arguments); }
|
|
12643
|
+
function _objectWithoutProperties$13(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$14(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
12644
|
+
function _objectWithoutPropertiesLoose$14(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
12539
12645
|
var SvgLogoLpaBlack = function SvgLogoLpaBlack(_ref) {
|
|
12540
12646
|
var title = _ref.title,
|
|
12541
12647
|
titleId = _ref.titleId,
|
|
12542
|
-
props = _objectWithoutProperties$
|
|
12543
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
12648
|
+
props = _objectWithoutProperties$13(_ref, _excluded$1C);
|
|
12649
|
+
return /*#__PURE__*/React.createElement("svg", _extends$14({
|
|
12544
12650
|
viewBox: "0 0 186 74",
|
|
12545
12651
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12546
12652
|
"aria-labelledby": titleId
|
|
@@ -12552,15 +12658,15 @@ var SvgLogoLpaBlack = function SvgLogoLpaBlack(_ref) {
|
|
|
12552
12658
|
};
|
|
12553
12659
|
|
|
12554
12660
|
var _path$X;
|
|
12555
|
-
var _excluded$
|
|
12556
|
-
function _extends$
|
|
12557
|
-
function _objectWithoutProperties$
|
|
12558
|
-
function _objectWithoutPropertiesLoose$
|
|
12661
|
+
var _excluded$1D = ["title", "titleId"];
|
|
12662
|
+
function _extends$15() { _extends$15 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$15.apply(this, arguments); }
|
|
12663
|
+
function _objectWithoutProperties$14(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$15(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
12664
|
+
function _objectWithoutPropertiesLoose$15(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
12559
12665
|
var SvgLogoLpaWhite = function SvgLogoLpaWhite(_ref) {
|
|
12560
12666
|
var title = _ref.title,
|
|
12561
12667
|
titleId = _ref.titleId,
|
|
12562
|
-
props = _objectWithoutProperties$
|
|
12563
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
12668
|
+
props = _objectWithoutProperties$14(_ref, _excluded$1D);
|
|
12669
|
+
return /*#__PURE__*/React.createElement("svg", _extends$15({
|
|
12564
12670
|
viewBox: "0 0 186 74",
|
|
12565
12671
|
fill: "#fff",
|
|
12566
12672
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -12572,91 +12678,91 @@ var SvgLogoLpaWhite = function SvgLogoLpaWhite(_ref) {
|
|
|
12572
12678
|
})));
|
|
12573
12679
|
};
|
|
12574
12680
|
|
|
12575
|
-
var _g$
|
|
12576
|
-
var _excluded$
|
|
12577
|
-
function _extends$
|
|
12578
|
-
function _objectWithoutProperties$
|
|
12579
|
-
function _objectWithoutPropertiesLoose$
|
|
12681
|
+
var _g$9;
|
|
12682
|
+
var _excluded$1E = ["title", "titleId"];
|
|
12683
|
+
function _extends$16() { _extends$16 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$16.apply(this, arguments); }
|
|
12684
|
+
function _objectWithoutProperties$15(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$16(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
12685
|
+
function _objectWithoutPropertiesLoose$16(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
12580
12686
|
var SvgLogoMlnBlack = function SvgLogoMlnBlack(_ref) {
|
|
12581
12687
|
var title = _ref.title,
|
|
12582
12688
|
titleId = _ref.titleId,
|
|
12583
|
-
props = _objectWithoutProperties$
|
|
12584
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
12689
|
+
props = _objectWithoutProperties$15(_ref, _excluded$1E);
|
|
12690
|
+
return /*#__PURE__*/React.createElement("svg", _extends$16({
|
|
12585
12691
|
viewBox: "0 0 300 71",
|
|
12586
12692
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12587
12693
|
"aria-labelledby": titleId
|
|
12588
12694
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
12589
12695
|
id: titleId
|
|
12590
|
-
}, title) : null, _g$
|
|
12696
|
+
}, title) : null, _g$9 || (_g$9 = /*#__PURE__*/React.createElement("g", {
|
|
12591
12697
|
clipPath: "url(#logo-mln-black_svg__clip0_51609_40290)"
|
|
12592
12698
|
}, /*#__PURE__*/React.createElement("path", {
|
|
12593
12699
|
d: "M0 66.115c3.741-4.266 7.607-8.432 11.173-12.871.254-.504.922-1.196 1.053-1.301.44-.354.774-.943 1.274-1.443.5 0 1.346.528 1.904.626 1.391.63.725.269 1.555.63a52.471 52.471 0 0 0 30.7 3.422c15.464-2.48 30.702-6.175 46.065-9.3 9.726-1.983 19.477-3.819 29.528-2.802a32.053 32.053 0 0 1 14.739 4.628 31.83 31.83 0 0 1 10.824 10.97c.25.398.549.794.923 1.365.349-.37.667-.768.948-1.19 6.759-11.21 17.133-15.946 29.928-16.145 12.245-.198 23.992 2.877 35.813 5.431 11.323 2.48 22.67 4.96 34.118 6.795a57.052 57.052 0 0 0 35.439-4.588l14.091 16.839c-5.163 1.091-9.702 2.48-14.291 2.976-17.906 2.48-35.215-.843-52.373-5.53-12.719-3.447-25.389-7.118-38.258-9.92-10.3-2.306-20.725-2.48-30.526 2.678a37.93 37.93 0 0 0-12.869 11.185l-1.646 2.182c-3.167-3.273-5.96-6.745-9.302-9.572-7.781-6.547-17.109-8.358-27.085-7.688-13.592.917-26.411 5.233-39.355 8.952a201.691 201.691 0 0 1-38.058 8.184A89.37 89.37 0 0 1 2.62 67.9c-.823-.248-1.721-.347-2.494-.52L-1 67l1-.885ZM15.57 30h4.991V11.78h.372L27.798 30h3.507l6.865-18.22h.371V30h4.991V3.226h-6.42l-7.385 19.593h-.333L21.99 3.226h-6.42V30Zm36.367 7.2c5.047 0 7.738-1.82 9.556-7.219l6.958-20.41h-5.715L58.45 25.046h-.37L53.792 9.57h-5.956L55.017 30l-.185.78c-.39 1.595-1.503 2.337-3.433 2.337-.5 0-1.039-.018-1.41-.055v4.082c.631.037 1.318.055 1.949.055ZM72.757 30h17.516v-4.62H78.359V3.226h-5.603V30ZM97.582 6.436c1.67 0 3.043-1.336 3.043-3.006A3.029 3.029 0 0 0 97.582.405c-1.67 0-3.061 1.336-3.061 3.025 0 1.67 1.391 3.006 3.061 3.006ZM94.855 30h5.417V9.571h-5.418V30Zm22.933.315c5.103 0 8.294-3.989 8.294-10.52v-.037c0-6.568-3.117-10.52-8.294-10.52-2.802 0-5.084 1.372-6.123 3.599h-.334V1.76h-5.418V30h5.418v-3.173h.334c1.058 2.208 3.229 3.488 6.123 3.488Zm-1.855-4.49c-2.858 0-4.658-2.264-4.658-6.011v-.038c0-3.748 1.819-6.049 4.658-6.049 2.857 0 4.638 2.301 4.638 6.03v.038c0 3.766-1.762 6.03-4.638 6.03ZM130.479 30h5.418V18.57c0-2.894 1.949-4.657 5.029-4.657.835 0 1.67.13 2.486.316V9.497a8.113 8.113 0 0 0-2.022-.26c-2.654 0-4.509 1.3-5.159 3.507h-.334V9.571h-5.418V30Zm21.747.315c2.671 0 4.824-1.131 5.863-3.024h.334V30h5.344V16.047c0-4.36-3.062-6.921-8.48-6.921-5.14 0-8.516 2.375-8.943 5.956l-.019.167h5.01l.037-.074c.427-1.206 1.67-1.893 3.618-1.893 2.227 0 3.433 1.002 3.433 2.765v1.688l-4.936.297c-5.084.297-7.923 2.45-7.923 6.123v.037c0 3.711 2.765 6.123 6.662 6.123Zm-1.373-6.457v-.037c0-1.484 1.131-2.356 3.451-2.505l4.119-.26v1.504c0 2.152-1.874 3.803-4.379 3.803-1.874 0-3.191-.946-3.191-2.505ZM169.073 30h5.418V18.57c0-2.894 1.948-4.657 5.029-4.657.834 0 1.669.13 2.486.316V9.497a8.115 8.115 0 0 0-2.023-.26c-2.653 0-4.508 1.3-5.158 3.507h-.334V9.571h-5.418V30Zm19.353 7.2c5.047 0 7.737-1.82 9.555-7.219l6.958-20.41h-5.714l-4.287 15.475h-.371L190.281 9.57h-5.956L191.506 30l-.186.78c-.389 1.595-1.503 2.337-3.432 2.337-.501 0-1.039-.018-1.41-.055v4.082c.63.037 1.317.055 1.948.055Zm20.818-7.2h5.362V12.874h.297L227.298 30h4.639V3.226h-5.363v17.051h-.297L213.92 3.226h-4.676V30Zm36.609 0h5.603V19.999l9.333-16.773h-6.067l-5.882 11.262h-.334l-5.901-11.262h-6.067l9.315 16.773V30Zm29.279.686c6.457 0 11.04-3.822 11.615-9.425l.019-.204h-5.455l-.038.148c-.593 2.858-2.913 4.732-6.123 4.732-4.23 0-6.846-3.563-6.846-9.315v-.037c0-5.752 2.616-9.296 6.828-9.296 3.191 0 5.585 2.041 6.16 5.047v.13h5.455v-.223c-.519-5.659-5.269-9.704-11.615-9.704-7.775 0-12.562 5.362-12.562 14.046v.037c0 8.684 4.806 14.064 12.562 14.064Z"
|
|
12594
12700
|
}))));
|
|
12595
12701
|
};
|
|
12596
12702
|
|
|
12597
|
-
var _g$
|
|
12598
|
-
var _excluded$
|
|
12599
|
-
function _extends$
|
|
12600
|
-
function _objectWithoutProperties$
|
|
12601
|
-
function _objectWithoutPropertiesLoose$
|
|
12703
|
+
var _g$a;
|
|
12704
|
+
var _excluded$1F = ["title", "titleId"];
|
|
12705
|
+
function _extends$17() { _extends$17 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$17.apply(this, arguments); }
|
|
12706
|
+
function _objectWithoutProperties$16(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$17(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
12707
|
+
function _objectWithoutPropertiesLoose$17(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
12602
12708
|
var SvgLogoMlnColor = function SvgLogoMlnColor(_ref) {
|
|
12603
12709
|
var title = _ref.title,
|
|
12604
12710
|
titleId = _ref.titleId,
|
|
12605
|
-
props = _objectWithoutProperties$
|
|
12606
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
12711
|
+
props = _objectWithoutProperties$16(_ref, _excluded$1F);
|
|
12712
|
+
return /*#__PURE__*/React.createElement("svg", _extends$17({
|
|
12607
12713
|
viewBox: "0 0 300 71",
|
|
12608
12714
|
fill: "#C60917",
|
|
12609
12715
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12610
12716
|
"aria-labelledby": titleId
|
|
12611
12717
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
12612
12718
|
id: titleId
|
|
12613
|
-
}, title) : null, _g$
|
|
12719
|
+
}, title) : null, _g$a || (_g$a = /*#__PURE__*/React.createElement("g", {
|
|
12614
12720
|
clipPath: "url(#logo-mln-color_svg__clip0_51609_40290)"
|
|
12615
12721
|
}, /*#__PURE__*/React.createElement("path", {
|
|
12616
12722
|
d: "M0 66.115c3.741-4.266 7.607-8.432 11.173-12.871.254-.504.922-1.196 1.053-1.301.44-.354.774-.943 1.274-1.443.5 0 1.346.528 1.904.626 1.391.63.725.269 1.555.63a52.471 52.471 0 0 0 30.7 3.422c15.464-2.48 30.702-6.175 46.065-9.3 9.726-1.983 19.477-3.819 29.528-2.802a32.053 32.053 0 0 1 14.739 4.628 31.83 31.83 0 0 1 10.824 10.97c.25.398.549.794.923 1.365.349-.37.667-.768.948-1.19 6.759-11.21 17.133-15.946 29.928-16.145 12.245-.198 23.992 2.877 35.813 5.431 11.323 2.48 22.67 4.96 34.118 6.795a57.052 57.052 0 0 0 35.439-4.588l14.091 16.839c-5.163 1.091-9.702 2.48-14.291 2.976-17.906 2.48-35.215-.843-52.373-5.53-12.719-3.447-25.389-7.118-38.258-9.92-10.3-2.306-20.725-2.48-30.526 2.678a37.93 37.93 0 0 0-12.869 11.185l-1.646 2.182c-3.167-3.273-5.96-6.745-9.302-9.572-7.781-6.547-17.109-8.358-27.085-7.688-13.592.917-26.411 5.233-39.355 8.952a201.691 201.691 0 0 1-38.058 8.184A89.37 89.37 0 0 1 2.62 67.9c-.823-.248-1.721-.347-2.494-.52L-1 67l1-.885ZM15.57 30h4.991V11.78h.372L27.798 30h3.507l6.865-18.22h.371V30h4.991V3.226h-6.42l-7.385 19.593h-.333L21.99 3.226h-6.42V30Zm36.367 7.2c5.047 0 7.738-1.82 9.556-7.219l6.958-20.41h-5.715L58.45 25.046h-.37L53.792 9.57h-5.956L55.017 30l-.185.78c-.39 1.595-1.503 2.337-3.433 2.337-.5 0-1.039-.018-1.41-.055v4.082c.631.037 1.318.055 1.949.055ZM72.757 30h17.516v-4.62H78.359V3.226h-5.603V30ZM97.582 6.436c1.67 0 3.043-1.336 3.043-3.006A3.029 3.029 0 0 0 97.582.405c-1.67 0-3.061 1.336-3.061 3.025 0 1.67 1.391 3.006 3.061 3.006ZM94.855 30h5.417V9.571h-5.418V30Zm22.933.315c5.103 0 8.294-3.989 8.294-10.52v-.037c0-6.568-3.117-10.52-8.294-10.52-2.802 0-5.084 1.372-6.123 3.599h-.334V1.76h-5.418V30h5.418v-3.173h.334c1.058 2.208 3.229 3.488 6.123 3.488Zm-1.855-4.49c-2.858 0-4.658-2.264-4.658-6.011v-.038c0-3.748 1.819-6.049 4.658-6.049 2.857 0 4.638 2.301 4.638 6.03v.038c0 3.766-1.762 6.03-4.638 6.03ZM130.479 30h5.418V18.57c0-2.894 1.949-4.657 5.029-4.657.835 0 1.67.13 2.486.316V9.497a8.113 8.113 0 0 0-2.022-.26c-2.654 0-4.509 1.3-5.159 3.507h-.334V9.571h-5.418V30Zm21.747.315c2.671 0 4.824-1.131 5.863-3.024h.334V30h5.344V16.047c0-4.36-3.062-6.921-8.48-6.921-5.14 0-8.516 2.375-8.943 5.956l-.019.167h5.01l.037-.074c.427-1.206 1.67-1.893 3.618-1.893 2.227 0 3.433 1.002 3.433 2.765v1.688l-4.936.297c-5.084.297-7.923 2.45-7.923 6.123v.037c0 3.711 2.765 6.123 6.662 6.123Zm-1.373-6.457v-.037c0-1.484 1.131-2.356 3.451-2.505l4.119-.26v1.504c0 2.152-1.874 3.803-4.379 3.803-1.874 0-3.191-.946-3.191-2.505ZM169.073 30h5.418V18.57c0-2.894 1.948-4.657 5.029-4.657.834 0 1.669.13 2.486.316V9.497a8.115 8.115 0 0 0-2.023-.26c-2.653 0-4.508 1.3-5.158 3.507h-.334V9.571h-5.418V30Zm19.353 7.2c5.047 0 7.737-1.82 9.555-7.219l6.958-20.41h-5.714l-4.287 15.475h-.371L190.281 9.57h-5.956L191.506 30l-.186.78c-.389 1.595-1.503 2.337-3.432 2.337-.501 0-1.039-.018-1.41-.055v4.082c.63.037 1.317.055 1.948.055Zm20.818-7.2h5.362V12.874h.297L227.298 30h4.639V3.226h-5.363v17.051h-.297L213.92 3.226h-4.676V30Zm36.609 0h5.603V19.999l9.333-16.773h-6.067l-5.882 11.262h-.334l-5.901-11.262h-6.067l9.315 16.773V30Zm29.279.686c6.457 0 11.04-3.822 11.615-9.425l.019-.204h-5.455l-.038.148c-.593 2.858-2.913 4.732-6.123 4.732-4.23 0-6.846-3.563-6.846-9.315v-.037c0-5.752 2.616-9.296 6.828-9.296 3.191 0 5.585 2.041 6.16 5.047v.13h5.455v-.223c-.519-5.659-5.269-9.704-11.615-9.704-7.775 0-12.562 5.362-12.562 14.046v.037c0 8.684 4.806 14.064 12.562 14.064Z"
|
|
12617
12723
|
}))));
|
|
12618
12724
|
};
|
|
12619
12725
|
|
|
12620
|
-
var _g$
|
|
12621
|
-
var _excluded$
|
|
12622
|
-
function _extends$
|
|
12623
|
-
function _objectWithoutProperties$
|
|
12624
|
-
function _objectWithoutPropertiesLoose$
|
|
12726
|
+
var _g$b;
|
|
12727
|
+
var _excluded$1G = ["title", "titleId"];
|
|
12728
|
+
function _extends$18() { _extends$18 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$18.apply(this, arguments); }
|
|
12729
|
+
function _objectWithoutProperties$17(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$18(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
12730
|
+
function _objectWithoutPropertiesLoose$18(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
12625
12731
|
var SvgLogoMlnWhite = function SvgLogoMlnWhite(_ref) {
|
|
12626
12732
|
var title = _ref.title,
|
|
12627
12733
|
titleId = _ref.titleId,
|
|
12628
|
-
props = _objectWithoutProperties$
|
|
12629
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
12734
|
+
props = _objectWithoutProperties$17(_ref, _excluded$1G);
|
|
12735
|
+
return /*#__PURE__*/React.createElement("svg", _extends$18({
|
|
12630
12736
|
viewBox: "0 0 300 71",
|
|
12631
12737
|
fill: "#fff",
|
|
12632
12738
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12633
12739
|
"aria-labelledby": titleId
|
|
12634
12740
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
12635
12741
|
id: titleId
|
|
12636
|
-
}, title) : null, _g$
|
|
12742
|
+
}, title) : null, _g$b || (_g$b = /*#__PURE__*/React.createElement("g", {
|
|
12637
12743
|
clipPath: "url(#logo-mln-white_svg__clip0_51609_40290)"
|
|
12638
12744
|
}, /*#__PURE__*/React.createElement("path", {
|
|
12639
12745
|
d: "M0 66.115c3.741-4.266 7.607-8.432 11.173-12.871.254-.504.922-1.196 1.053-1.301.44-.354.774-.943 1.274-1.443.5 0 1.346.528 1.904.626 1.391.63.725.269 1.555.63a52.471 52.471 0 0 0 30.7 3.422c15.464-2.48 30.702-6.175 46.065-9.3 9.726-1.983 19.477-3.819 29.528-2.802a32.053 32.053 0 0 1 14.739 4.628 31.83 31.83 0 0 1 10.824 10.97c.25.398.549.794.923 1.365.349-.37.667-.768.948-1.19 6.759-11.21 17.133-15.946 29.928-16.145 12.245-.198 23.992 2.877 35.813 5.431 11.323 2.48 22.67 4.96 34.118 6.795a57.052 57.052 0 0 0 35.439-4.588l14.091 16.839c-5.163 1.091-9.702 2.48-14.291 2.976-17.906 2.48-35.215-.843-52.373-5.53-12.719-3.447-25.389-7.118-38.258-9.92-10.3-2.306-20.725-2.48-30.526 2.678a37.93 37.93 0 0 0-12.869 11.185l-1.646 2.182c-3.167-3.273-5.96-6.745-9.302-9.572-7.781-6.547-17.109-8.358-27.085-7.688-13.592.917-26.411 5.233-39.355 8.952a201.691 201.691 0 0 1-38.058 8.184A89.37 89.37 0 0 1 2.62 67.9c-.823-.248-1.721-.347-2.494-.52L-1 67l1-.885ZM15.57 30h4.991V11.78h.372L27.798 30h3.507l6.865-18.22h.371V30h4.991V3.226h-6.42l-7.385 19.593h-.333L21.99 3.226h-6.42V30Zm36.367 7.2c5.047 0 7.738-1.82 9.556-7.219l6.958-20.41h-5.715L58.45 25.046h-.37L53.792 9.57h-5.956L55.017 30l-.185.78c-.39 1.595-1.503 2.337-3.433 2.337-.5 0-1.039-.018-1.41-.055v4.082c.631.037 1.318.055 1.949.055ZM72.757 30h17.516v-4.62H78.359V3.226h-5.603V30ZM97.582 6.436c1.67 0 3.043-1.336 3.043-3.006A3.029 3.029 0 0 0 97.582.405c-1.67 0-3.061 1.336-3.061 3.025 0 1.67 1.391 3.006 3.061 3.006ZM94.855 30h5.417V9.571h-5.418V30Zm22.933.315c5.103 0 8.294-3.989 8.294-10.52v-.037c0-6.568-3.117-10.52-8.294-10.52-2.802 0-5.084 1.372-6.123 3.599h-.334V1.76h-5.418V30h5.418v-3.173h.334c1.058 2.208 3.229 3.488 6.123 3.488Zm-1.855-4.49c-2.858 0-4.658-2.264-4.658-6.011v-.038c0-3.748 1.819-6.049 4.658-6.049 2.857 0 4.638 2.301 4.638 6.03v.038c0 3.766-1.762 6.03-4.638 6.03ZM130.479 30h5.418V18.57c0-2.894 1.949-4.657 5.029-4.657.835 0 1.67.13 2.486.316V9.497a8.113 8.113 0 0 0-2.022-.26c-2.654 0-4.509 1.3-5.159 3.507h-.334V9.571h-5.418V30Zm21.747.315c2.671 0 4.824-1.131 5.863-3.024h.334V30h5.344V16.047c0-4.36-3.062-6.921-8.48-6.921-5.14 0-8.516 2.375-8.943 5.956l-.019.167h5.01l.037-.074c.427-1.206 1.67-1.893 3.618-1.893 2.227 0 3.433 1.002 3.433 2.765v1.688l-4.936.297c-5.084.297-7.923 2.45-7.923 6.123v.037c0 3.711 2.765 6.123 6.662 6.123Zm-1.373-6.457v-.037c0-1.484 1.131-2.356 3.451-2.505l4.119-.26v1.504c0 2.152-1.874 3.803-4.379 3.803-1.874 0-3.191-.946-3.191-2.505ZM169.073 30h5.418V18.57c0-2.894 1.948-4.657 5.029-4.657.834 0 1.669.13 2.486.316V9.497a8.115 8.115 0 0 0-2.023-.26c-2.653 0-4.508 1.3-5.158 3.507h-.334V9.571h-5.418V30Zm19.353 7.2c5.047 0 7.737-1.82 9.555-7.219l6.958-20.41h-5.714l-4.287 15.475h-.371L190.281 9.57h-5.956L191.506 30l-.186.78c-.389 1.595-1.503 2.337-3.432 2.337-.501 0-1.039-.018-1.41-.055v4.082c.63.037 1.317.055 1.948.055Zm20.818-7.2h5.362V12.874h.297L227.298 30h4.639V3.226h-5.363v17.051h-.297L213.92 3.226h-4.676V30Zm36.609 0h5.603V19.999l9.333-16.773h-6.067l-5.882 11.262h-.334l-5.901-11.262h-6.067l9.315 16.773V30Zm29.279.686c6.457 0 11.04-3.822 11.615-9.425l.019-.204h-5.455l-.038.148c-.593 2.858-2.913 4.732-6.123 4.732-4.23 0-6.846-3.563-6.846-9.315v-.037c0-5.752 2.616-9.296 6.828-9.296 3.191 0 5.585 2.041 6.16 5.047v.13h5.455v-.223c-.519-5.659-5.269-9.704-11.615-9.704-7.775 0-12.562 5.362-12.562 14.046v.037c0 8.684 4.806 14.064 12.562 14.064Z"
|
|
12640
12746
|
}))));
|
|
12641
12747
|
};
|
|
12642
12748
|
|
|
12643
|
-
var _g$
|
|
12644
|
-
var _excluded$
|
|
12645
|
-
function _extends$
|
|
12646
|
-
function _objectWithoutProperties$
|
|
12647
|
-
function _objectWithoutPropertiesLoose$
|
|
12749
|
+
var _g$c;
|
|
12750
|
+
var _excluded$1H = ["title", "titleId"];
|
|
12751
|
+
function _extends$19() { _extends$19 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$19.apply(this, arguments); }
|
|
12752
|
+
function _objectWithoutProperties$18(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$19(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
12753
|
+
function _objectWithoutPropertiesLoose$19(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
12648
12754
|
var SvgLogoNycdoeBlack = function SvgLogoNycdoeBlack(_ref) {
|
|
12649
12755
|
var title = _ref.title,
|
|
12650
12756
|
titleId = _ref.titleId,
|
|
12651
|
-
props = _objectWithoutProperties$
|
|
12652
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
12757
|
+
props = _objectWithoutProperties$18(_ref, _excluded$1H);
|
|
12758
|
+
return /*#__PURE__*/React.createElement("svg", _extends$19({
|
|
12653
12759
|
viewBox: "0 0 341 61",
|
|
12654
12760
|
fill: "none",
|
|
12655
12761
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12656
12762
|
"aria-labelledby": titleId
|
|
12657
12763
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
12658
12764
|
id: titleId
|
|
12659
|
-
}, title) : null, _g$
|
|
12765
|
+
}, title) : null, _g$c || (_g$c = /*#__PURE__*/React.createElement("g", {
|
|
12660
12766
|
clipPath: "url(#logo-nycdoe-black_svg__clip0_77131_127720)",
|
|
12661
12767
|
fill: "#000"
|
|
12662
12768
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -12664,23 +12770,23 @@ var SvgLogoNycdoeBlack = function SvgLogoNycdoeBlack(_ref) {
|
|
|
12664
12770
|
}))));
|
|
12665
12771
|
};
|
|
12666
12772
|
|
|
12667
|
-
var _g$
|
|
12668
|
-
var _excluded$
|
|
12669
|
-
function _extends$
|
|
12670
|
-
function _objectWithoutProperties$
|
|
12671
|
-
function _objectWithoutPropertiesLoose$
|
|
12773
|
+
var _g$d, _defs$1;
|
|
12774
|
+
var _excluded$1I = ["title", "titleId"];
|
|
12775
|
+
function _extends$1a() { _extends$1a = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1a.apply(this, arguments); }
|
|
12776
|
+
function _objectWithoutProperties$19(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$1a(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
12777
|
+
function _objectWithoutPropertiesLoose$1a(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
12672
12778
|
var SvgLogoNycdoeColor = function SvgLogoNycdoeColor(_ref) {
|
|
12673
12779
|
var title = _ref.title,
|
|
12674
12780
|
titleId = _ref.titleId,
|
|
12675
|
-
props = _objectWithoutProperties$
|
|
12676
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
12781
|
+
props = _objectWithoutProperties$19(_ref, _excluded$1I);
|
|
12782
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1a({
|
|
12677
12783
|
viewBox: "0 0 341 61",
|
|
12678
12784
|
fill: "none",
|
|
12679
12785
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12680
12786
|
"aria-labelledby": titleId
|
|
12681
12787
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
12682
12788
|
id: titleId
|
|
12683
|
-
}, title) : null, _g$
|
|
12789
|
+
}, title) : null, _g$d || (_g$d = /*#__PURE__*/React.createElement("g", {
|
|
12684
12790
|
clipPath: "url(#logo-nycdoe-color_svg__a)"
|
|
12685
12791
|
}, /*#__PURE__*/React.createElement("path", {
|
|
12686
12792
|
d: "M188.913 1.963h6.668c4.756 0 7.601 2.89 7.601 7.69 0 5.08-2.888 7.818-7.601 7.818h-6.668V1.963Zm4.04 12.032h1.91c3.063-.063 4.28-1.257 4.28-4.365 0-2.823-1.521-4.19-4.28-4.19h-1.91v8.555ZM207.932 12.738c.065 1.54.956 2.562 2.518 2.562.891 0 1.76-.413 2.108-1.24h3.454c-.674 2.607-3.086 3.737-5.604 3.737-3.671 0-6.168-2.216-6.168-5.994 0-3.453 2.758-5.929 6.081-5.929 4.039 0 6.06 3.042 5.885 6.864h-8.274Zm4.582-2.064c-.065-1.26-.956-2.301-2.193-2.301-1.304 0-2.172.932-2.389 2.301h4.582ZM217.615 6.2h3.519v1.303h.042c.718-1.064 1.804-1.628 3.107-1.628 3.54 0 5.039 3.04 5.039 6.21 0 2.932-1.564 5.711-4.758 5.711-1.389 0-2.453-.519-3.214-1.54h-.043v4.996h-3.692V6.2Zm3.561 5.517c0 1.976.566 3.256 2.238 3.256 1.65 0 2.216-1.716 2.216-3.256 0-1.434-.566-3.02-2.195-3.02-.999 0-2.259.696-2.259 3.02ZM230.668 9.676c.067-1.478.76-2.435 1.759-3.02 1.001-.564 2.302-.782 3.585-.782 2.671 0 5.255.586 5.255 3.779v4.93c0 .955 0 2 .436 2.888h-3.716c-.128-.348-.174-.695-.216-1.064-.956 1-2.367 1.39-3.714 1.39-2.15 0-3.845-1.084-3.845-3.41 0-3.67 3.997-3.388 6.56-3.91.629-.128.977-.345.977-1.041 0-.847-1.021-1.174-1.781-1.174-1.02 0-1.672.456-1.847 1.414h-3.453Zm4.779 5.842c1.758 0 2.345-1 2.258-3.324-.521.325-1.477.39-2.28.607-.825.196-1.521.544-1.521 1.434 0 .913.717 1.283 1.543 1.283ZM243.378 6.2h3.583v1.976h.042c.544-1.435 1.804-2.194 3.39-2.194.281 0 .586.022.869.087v3.367c-.479-.131-.912-.218-1.413-.218-1.823 0-2.779 1.259-2.779 2.672v5.582h-3.692V6.2ZM259.404 8.59h-2.281v5.123c0 .892.523 1.087 1.325 1.087.303 0 .63-.043.956-.043v2.715c-.674.023-1.346.108-2.021.108-3.148 0-3.952-.912-3.952-3.975V8.59h-1.868V6.2h1.868V2.79h3.692V6.2h2.281v2.39ZM260.831 6.2h3.583v1.542h.045c.672-1.129 1.865-1.868 3.233-1.868 1.414 0 2.672.456 3.28 1.823.892-1.195 2-1.823 3.52-1.823 3.583 0 3.974 2.715 3.974 4.864v6.734h-3.692v-6.624c0-1.218-.587-1.934-1.542-1.934-1.585 0-1.738 1.218-1.738 3.04v5.518h-3.691v-6.408c0-1.326-.392-2.15-1.391-2.15-1.324 0-1.889.762-1.889 3.063v5.495h-3.692V6.2ZM283.631 12.738c.064 1.54.956 2.562 2.519 2.562.892 0 1.76-.413 2.108-1.24h3.453c-.673 2.607-3.084 3.737-5.604 3.737-3.67 0-6.168-2.216-6.168-5.994 0-3.453 2.758-5.929 6.08-5.929 4.04 0 6.062 3.042 5.887 6.864h-8.275Zm4.583-2.064c-.065-1.26-.955-2.301-2.195-2.301-1.301 0-2.17.932-2.388 2.301h4.583ZM293.316 6.2h3.582v1.542h.043c.675-1.152 2.195-1.868 3.541-1.868 3.756 0 4.062 2.735 4.062 4.366v7.232h-3.692V12.02c0-1.543.174-3.106-1.847-3.106-1.389 0-1.997 1.172-1.997 2.41v6.148h-3.692V6.2ZM313.231 8.59h-2.278v5.123c0 .892.52 1.087 1.325 1.087.303 0 .629-.043.953-.043v2.715c-.672.023-1.346.108-2.018.108-3.15 0-3.952-.912-3.952-3.975V8.59h-1.868V6.2h1.868V2.79h3.692V6.2h2.278v2.39ZM326.246 5.875c3.496 0 5.95 2.584 5.95 5.97 0 3.39-2.454 5.95-5.95 5.95-3.499 0-5.93-2.56-5.93-5.95 0-3.386 2.431-5.97 5.93-5.97Zm0 9.098c1.716 0 2.258-1.693 2.258-3.128 0-1.432-.542-3.148-2.258-3.148s-2.238 1.716-2.238 3.148c0 1.435.522 3.128 2.238 3.128ZM334.281 8.589h-1.783v-2.39h1.783c0-3.235 1.128-4.237 4.278-4.237.586 0 1.194.046 1.78.067v2.605a8.094 8.094 0 0 0-.998-.062c-.848 0-1.368.108-1.368 1.128v.5h2.214v2.389h-2.214v8.883h-3.692V8.589ZM188.913 25.826h12.358v3.235h-8.318v2.718h7.601v3.125h-7.601v2.955h8.534v3.474h-12.574V25.827ZM214.339 41.334h-3.519V40.03h-.043c-.717 1.063-1.804 1.628-3.106 1.628-3.54 0-5.039-3.04-5.039-6.21 0-2.932 1.564-5.712 4.757-5.712 1.39 0 2.454.52 3.214 1.54h.044v-5.451h3.692v15.508Zm-8.015-5.755c0 1.541.565 3.258 2.259 3.258 1.802 0 2.194-1.717 2.194-3.149 0-1.63-.588-3.129-2.194-3.129-1.694 0-2.259 1.587-2.259 3.02ZM227.625 41.334h-3.584V39.79h-.043c-.696 1.152-2.128 1.868-3.432 1.868-3.237 0-4.17-1.868-4.17-4.821v-6.776h3.692V36.6c0 1.498.652 2.02 1.825 2.02.803 0 2.02-.522 2.02-2.52v-6.038h3.692v11.272ZM237.03 34.188c-.022-.954-.87-1.628-1.803-1.628-2.063 0-2.389 1.76-2.389 3.323 0 1.456.63 2.953 2.194 2.953 1.28 0 1.934-.738 2.107-1.933h3.583c-.324 3.019-2.672 4.756-5.668 4.756-3.39 0-5.908-2.324-5.908-5.776 0-3.585 2.28-6.147 5.908-6.147 2.801 0 5.298 1.478 5.56 4.452h-3.584ZM241.963 33.538c.066-1.476.76-2.435 1.758-3.019 1.002-.565 2.303-.781 3.586-.781 2.67 0 5.254.584 5.254 3.777v4.93c0 .956 0 2 .436 2.889h-3.716c-.128-.348-.173-.695-.216-1.064-.956.998-2.366 1.39-3.713 1.39-2.151 0-3.845-1.085-3.845-3.41 0-3.67 3.997-3.388 6.56-3.91.629-.129.977-.346.977-1.04 0-.849-1.02-1.175-1.781-1.175-1.02 0-1.672.456-1.847 1.413h-3.453Zm4.778 5.843c1.759 0 2.346-1 2.259-3.325-.521.326-1.477.391-2.28.608-.825.197-1.521.544-1.521 1.434 0 .912.717 1.282 1.542 1.282ZM261.261 32.451h-2.282v5.124c0 .894.523 1.087 1.326 1.087.305 0 .629-.043.956-.043v2.715c-.672.023-1.347.108-2.019.108-3.151 0-3.955-.912-3.955-3.975v-5.016h-1.868v-2.39h1.868v-3.408h3.692v3.409h2.282v2.39ZM266.463 28.65h-3.692v-2.824h3.692v2.825ZM262.771 30.063h3.692v11.272h-3.692V30.063ZM273.933 29.738c3.496 0 5.951 2.582 5.951 5.97 0 3.39-2.455 5.952-5.951 5.952-3.498 0-5.929-2.561-5.929-5.952 0-3.388 2.431-5.97 5.929-5.97Zm0 9.098c1.716 0 2.259-1.693 2.259-3.128 0-1.432-.543-3.148-2.259-3.148-1.716 0-2.237 1.716-2.237 3.148 0 1.435.521 3.128 2.237 3.128ZM281.37 30.063h3.584v1.542h.044c.673-1.152 2.192-1.868 3.539-1.868 3.758 0 4.064 2.735 4.064 4.366v7.231h-3.695v-5.452c0-1.542.175-3.105-1.845-3.105-1.39 0-1.999 1.172-1.999 2.41v6.148h-3.692V30.061Z",
|
|
@@ -12705,23 +12811,23 @@ var SvgLogoNycdoeColor = function SvgLogoNycdoeColor(_ref) {
|
|
|
12705
12811
|
})))));
|
|
12706
12812
|
};
|
|
12707
12813
|
|
|
12708
|
-
var _g$
|
|
12709
|
-
var _excluded$
|
|
12710
|
-
function _extends$
|
|
12711
|
-
function _objectWithoutProperties$
|
|
12712
|
-
function _objectWithoutPropertiesLoose$
|
|
12814
|
+
var _g$e;
|
|
12815
|
+
var _excluded$1J = ["title", "titleId"];
|
|
12816
|
+
function _extends$1b() { _extends$1b = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1b.apply(this, arguments); }
|
|
12817
|
+
function _objectWithoutProperties$1a(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$1b(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
12818
|
+
function _objectWithoutPropertiesLoose$1b(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
12713
12819
|
var SvgLogoNycdoeWhite = function SvgLogoNycdoeWhite(_ref) {
|
|
12714
12820
|
var title = _ref.title,
|
|
12715
12821
|
titleId = _ref.titleId,
|
|
12716
|
-
props = _objectWithoutProperties$
|
|
12717
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
12822
|
+
props = _objectWithoutProperties$1a(_ref, _excluded$1J);
|
|
12823
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1b({
|
|
12718
12824
|
viewBox: "0 0 341 61",
|
|
12719
12825
|
fill: "none",
|
|
12720
12826
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12721
12827
|
"aria-labelledby": titleId
|
|
12722
12828
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
12723
12829
|
id: titleId
|
|
12724
|
-
}, title) : null, _g$
|
|
12830
|
+
}, title) : null, _g$e || (_g$e = /*#__PURE__*/React.createElement("g", {
|
|
12725
12831
|
clipPath: "url(#logo-nycdoe-white_svg__clip0_77131_127719)",
|
|
12726
12832
|
fill: "#fff"
|
|
12727
12833
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -12729,15 +12835,15 @@ var SvgLogoNycdoeWhite = function SvgLogoNycdoeWhite(_ref) {
|
|
|
12729
12835
|
}))));
|
|
12730
12836
|
};
|
|
12731
12837
|
|
|
12732
|
-
var _excluded$
|
|
12733
|
-
function _extends$
|
|
12734
|
-
function _objectWithoutProperties$
|
|
12735
|
-
function _objectWithoutPropertiesLoose$
|
|
12838
|
+
var _excluded$1K = ["title", "titleId"];
|
|
12839
|
+
function _extends$1c() { _extends$1c = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1c.apply(this, arguments); }
|
|
12840
|
+
function _objectWithoutProperties$1b(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$1c(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
12841
|
+
function _objectWithoutPropertiesLoose$1c(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
12736
12842
|
var SvgLogoNyplFullBlack = function SvgLogoNyplFullBlack(_ref) {
|
|
12737
12843
|
var title = _ref.title,
|
|
12738
12844
|
titleId = _ref.titleId,
|
|
12739
|
-
props = _objectWithoutProperties$
|
|
12740
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
12845
|
+
props = _objectWithoutProperties$1b(_ref, _excluded$1K);
|
|
12846
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1c({
|
|
12741
12847
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12742
12848
|
viewBox: "0 0 966.787 543.733",
|
|
12743
12849
|
xmlSpace: "preserve",
|
|
@@ -12810,23 +12916,23 @@ var SvgLogoNyplFullBlack = function SvgLogoNyplFullBlack(_ref) {
|
|
|
12810
12916
|
}));
|
|
12811
12917
|
};
|
|
12812
12918
|
|
|
12813
|
-
var _g$
|
|
12814
|
-
var _excluded$
|
|
12815
|
-
function _extends$
|
|
12816
|
-
function _objectWithoutProperties$
|
|
12817
|
-
function _objectWithoutPropertiesLoose$
|
|
12919
|
+
var _g$f, _defs$2;
|
|
12920
|
+
var _excluded$1L = ["title", "titleId"];
|
|
12921
|
+
function _extends$1d() { _extends$1d = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1d.apply(this, arguments); }
|
|
12922
|
+
function _objectWithoutProperties$1c(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$1d(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
12923
|
+
function _objectWithoutPropertiesLoose$1d(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
12818
12924
|
var SvgLogoNyplFullWhite = function SvgLogoNyplFullWhite(_ref) {
|
|
12819
12925
|
var title = _ref.title,
|
|
12820
12926
|
titleId = _ref.titleId,
|
|
12821
|
-
props = _objectWithoutProperties$
|
|
12822
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
12927
|
+
props = _objectWithoutProperties$1c(_ref, _excluded$1L);
|
|
12928
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1d({
|
|
12823
12929
|
viewBox: "0 0 967 568",
|
|
12824
12930
|
fill: "none",
|
|
12825
12931
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12826
12932
|
"aria-labelledby": titleId
|
|
12827
12933
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
12828
12934
|
id: titleId
|
|
12829
|
-
}, title) : null, _g$
|
|
12935
|
+
}, title) : null, _g$f || (_g$f = /*#__PURE__*/React.createElement("g", {
|
|
12830
12936
|
clipPath: "url(#logo-nypl-full-white_svg__a)",
|
|
12831
12937
|
fill: "#fff"
|
|
12832
12938
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -12846,15 +12952,15 @@ var SvgLogoNyplFullWhite = function SvgLogoNyplFullWhite(_ref) {
|
|
|
12846
12952
|
};
|
|
12847
12953
|
|
|
12848
12954
|
var _path$Y, _path2$n, _path3$e;
|
|
12849
|
-
var _excluded$
|
|
12850
|
-
function _extends$
|
|
12851
|
-
function _objectWithoutProperties$
|
|
12852
|
-
function _objectWithoutPropertiesLoose$
|
|
12955
|
+
var _excluded$1M = ["title", "titleId"];
|
|
12956
|
+
function _extends$1e() { _extends$1e = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1e.apply(this, arguments); }
|
|
12957
|
+
function _objectWithoutProperties$1d(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$1e(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
12958
|
+
function _objectWithoutPropertiesLoose$1e(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
12853
12959
|
var SvgLogoNyplLionBlack = function SvgLogoNyplLionBlack(_ref) {
|
|
12854
12960
|
var title = _ref.title,
|
|
12855
12961
|
titleId = _ref.titleId,
|
|
12856
|
-
props = _objectWithoutProperties$
|
|
12857
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
12962
|
+
props = _objectWithoutProperties$1d(_ref, _excluded$1M);
|
|
12963
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1e({
|
|
12858
12964
|
viewBox: "0 0 136 135",
|
|
12859
12965
|
fill: "none",
|
|
12860
12966
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -12876,15 +12982,15 @@ var SvgLogoNyplLionBlack = function SvgLogoNyplLionBlack(_ref) {
|
|
|
12876
12982
|
};
|
|
12877
12983
|
|
|
12878
12984
|
var _path$Z;
|
|
12879
|
-
var _excluded$
|
|
12880
|
-
function _extends$
|
|
12881
|
-
function _objectWithoutProperties$
|
|
12882
|
-
function _objectWithoutPropertiesLoose$
|
|
12985
|
+
var _excluded$1N = ["title", "titleId"];
|
|
12986
|
+
function _extends$1f() { _extends$1f = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1f.apply(this, arguments); }
|
|
12987
|
+
function _objectWithoutProperties$1e(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$1f(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
12988
|
+
function _objectWithoutPropertiesLoose$1f(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
12883
12989
|
var SvgLogoNyplLionWhite = function SvgLogoNyplLionWhite(_ref) {
|
|
12884
12990
|
var title = _ref.title,
|
|
12885
12991
|
titleId = _ref.titleId,
|
|
12886
|
-
props = _objectWithoutProperties$
|
|
12887
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
12992
|
+
props = _objectWithoutProperties$1e(_ref, _excluded$1N);
|
|
12993
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1f({
|
|
12888
12994
|
viewBox: "0 0 125 126",
|
|
12889
12995
|
fill: "none",
|
|
12890
12996
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -12900,15 +13006,15 @@ var SvgLogoNyplLionWhite = function SvgLogoNyplLionWhite(_ref) {
|
|
|
12900
13006
|
};
|
|
12901
13007
|
|
|
12902
13008
|
var _path$_, _path2$o, _path3$f, _path4$4, _path5$2, _path6$2, _path7$2, _path8$2, _path9$1, _path10$1, _path11$1, _path12$1, _path13$1, _path14, _path15;
|
|
12903
|
-
var _excluded$
|
|
12904
|
-
function _extends$
|
|
12905
|
-
function _objectWithoutProperties$
|
|
12906
|
-
function _objectWithoutPropertiesLoose$
|
|
13009
|
+
var _excluded$1O = ["title", "titleId"];
|
|
13010
|
+
function _extends$1g() { _extends$1g = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1g.apply(this, arguments); }
|
|
13011
|
+
function _objectWithoutProperties$1f(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$1g(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
13012
|
+
function _objectWithoutPropertiesLoose$1g(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
12907
13013
|
var SvgLogoNyplTextBlack = function SvgLogoNyplTextBlack(_ref) {
|
|
12908
13014
|
var title = _ref.title,
|
|
12909
13015
|
titleId = _ref.titleId,
|
|
12910
|
-
props = _objectWithoutProperties$
|
|
12911
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
13016
|
+
props = _objectWithoutProperties$1f(_ref, _excluded$1O);
|
|
13017
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1g({
|
|
12912
13018
|
viewBox: "0 0 201 165",
|
|
12913
13019
|
fill: "none",
|
|
12914
13020
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -12978,15 +13084,15 @@ var SvgLogoNyplTextBlack = function SvgLogoNyplTextBlack(_ref) {
|
|
|
12978
13084
|
};
|
|
12979
13085
|
|
|
12980
13086
|
var _path$$, _path2$p, _path3$g, _path4$5, _path5$3, _path6$3, _path7$3, _path8$3, _path9$2, _path10$2, _path11$2, _path12$2, _path13$2, _path14$1, _path15$1;
|
|
12981
|
-
var _excluded$
|
|
12982
|
-
function _extends$
|
|
12983
|
-
function _objectWithoutProperties$
|
|
12984
|
-
function _objectWithoutPropertiesLoose$
|
|
13087
|
+
var _excluded$1P = ["title", "titleId"];
|
|
13088
|
+
function _extends$1h() { _extends$1h = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1h.apply(this, arguments); }
|
|
13089
|
+
function _objectWithoutProperties$1g(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$1h(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
13090
|
+
function _objectWithoutPropertiesLoose$1h(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
12985
13091
|
var SvgLogoNyplTextWhite = function SvgLogoNyplTextWhite(_ref) {
|
|
12986
13092
|
var title = _ref.title,
|
|
12987
13093
|
titleId = _ref.titleId,
|
|
12988
|
-
props = _objectWithoutProperties$
|
|
12989
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
13094
|
+
props = _objectWithoutProperties$1g(_ref, _excluded$1P);
|
|
13095
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1h({
|
|
12990
13096
|
viewBox: "0 0 201 165",
|
|
12991
13097
|
fill: "none",
|
|
12992
13098
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -13055,23 +13161,23 @@ var SvgLogoNyplTextWhite = function SvgLogoNyplTextWhite(_ref) {
|
|
|
13055
13161
|
})));
|
|
13056
13162
|
};
|
|
13057
13163
|
|
|
13058
|
-
var _g$
|
|
13059
|
-
var _excluded$
|
|
13060
|
-
function _extends$
|
|
13061
|
-
function _objectWithoutProperties$
|
|
13062
|
-
function _objectWithoutPropertiesLoose$
|
|
13164
|
+
var _g$g, _defs$3;
|
|
13165
|
+
var _excluded$1Q = ["title", "titleId"];
|
|
13166
|
+
function _extends$1i() { _extends$1i = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1i.apply(this, arguments); }
|
|
13167
|
+
function _objectWithoutProperties$1h(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$1i(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
13168
|
+
function _objectWithoutPropertiesLoose$1i(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
13063
13169
|
var SvgLogoOpenebooksColor = function SvgLogoOpenebooksColor(_ref) {
|
|
13064
13170
|
var title = _ref.title,
|
|
13065
13171
|
titleId = _ref.titleId,
|
|
13066
|
-
props = _objectWithoutProperties$
|
|
13067
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
13172
|
+
props = _objectWithoutProperties$1h(_ref, _excluded$1Q);
|
|
13173
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1i({
|
|
13068
13174
|
viewBox: "0 0 152 139",
|
|
13069
13175
|
fill: "none",
|
|
13070
13176
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13071
13177
|
"aria-labelledby": titleId
|
|
13072
13178
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
13073
13179
|
id: titleId
|
|
13074
|
-
}, title) : null, _g$
|
|
13180
|
+
}, title) : null, _g$g || (_g$g = /*#__PURE__*/React.createElement("g", {
|
|
13075
13181
|
clipPath: "url(#logo-openebooks-color_svg__clip0_53471_41906)"
|
|
13076
13182
|
}, /*#__PURE__*/React.createElement("path", {
|
|
13077
13183
|
d: "M130.79 29.541H20.99a5.667 5.667 0 0 0-5.673 5.662v98.138a5.667 5.667 0 0 0 5.673 5.661h109.8a5.667 5.667 0 0 0 5.672-5.661V35.202a5.666 5.666 0 0 0-5.672-5.66Z",
|
|
@@ -13110,23 +13216,23 @@ var SvgLogoOpenebooksColor = function SvgLogoOpenebooksColor(_ref) {
|
|
|
13110
13216
|
})))));
|
|
13111
13217
|
};
|
|
13112
13218
|
|
|
13113
|
-
var _g$
|
|
13114
|
-
var _excluded$
|
|
13115
|
-
function _extends$
|
|
13116
|
-
function _objectWithoutProperties$
|
|
13117
|
-
function _objectWithoutPropertiesLoose$
|
|
13219
|
+
var _g$h, _defs$4;
|
|
13220
|
+
var _excluded$1R = ["title", "titleId"];
|
|
13221
|
+
function _extends$1j() { _extends$1j = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1j.apply(this, arguments); }
|
|
13222
|
+
function _objectWithoutProperties$1i(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$1j(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
13223
|
+
function _objectWithoutPropertiesLoose$1j(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
13118
13224
|
var SvgLogoOpenebooksNegative = function SvgLogoOpenebooksNegative(_ref) {
|
|
13119
13225
|
var title = _ref.title,
|
|
13120
13226
|
titleId = _ref.titleId,
|
|
13121
|
-
props = _objectWithoutProperties$
|
|
13122
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
13227
|
+
props = _objectWithoutProperties$1i(_ref, _excluded$1R);
|
|
13228
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1j({
|
|
13123
13229
|
viewBox: "0 0 155 139",
|
|
13124
13230
|
fill: "none",
|
|
13125
13231
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13126
13232
|
"aria-labelledby": titleId
|
|
13127
13233
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
13128
13234
|
id: titleId
|
|
13129
|
-
}, title) : null, _g$
|
|
13235
|
+
}, title) : null, _g$h || (_g$h = /*#__PURE__*/React.createElement("g", {
|
|
13130
13236
|
clipPath: "url(#logo-openebooks-negative_svg__clip0_54498_42323)"
|
|
13131
13237
|
}, /*#__PURE__*/React.createElement("path", {
|
|
13132
13238
|
d: "M78.087 9.5C36.26-12.024 1.802 9.59 0 10.747v110.438c1.074-1.272 5.518-6.158 15.394-9.572v21.596a5.805 5.805 0 0 0 5.79 5.791h112.114a5.808 5.808 0 0 0 5.79-5.791v-22.206c11.82 3.711 15.912 9.885 15.912 9.885V10.797S121.052-12.61 78.087 9.5Z",
|
|
@@ -13188,23 +13294,23 @@ var SvgLogoOpenebooksNegative = function SvgLogoOpenebooksNegative(_ref) {
|
|
|
13188
13294
|
})))));
|
|
13189
13295
|
};
|
|
13190
13296
|
|
|
13191
|
-
var _g$
|
|
13192
|
-
var _excluded$
|
|
13193
|
-
function _extends$
|
|
13194
|
-
function _objectWithoutProperties$
|
|
13195
|
-
function _objectWithoutPropertiesLoose$
|
|
13297
|
+
var _g$i, _defs$5;
|
|
13298
|
+
var _excluded$1S = ["title", "titleId"];
|
|
13299
|
+
function _extends$1k() { _extends$1k = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1k.apply(this, arguments); }
|
|
13300
|
+
function _objectWithoutProperties$1j(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$1k(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
13301
|
+
function _objectWithoutPropertiesLoose$1k(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
13196
13302
|
var SvgLogoOpenebooksWithTextColor = function SvgLogoOpenebooksWithTextColor(_ref) {
|
|
13197
13303
|
var title = _ref.title,
|
|
13198
13304
|
titleId = _ref.titleId,
|
|
13199
|
-
props = _objectWithoutProperties$
|
|
13200
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
13305
|
+
props = _objectWithoutProperties$1j(_ref, _excluded$1S);
|
|
13306
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1k({
|
|
13201
13307
|
viewBox: "0 0 152 139",
|
|
13202
13308
|
fill: "none",
|
|
13203
13309
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13204
13310
|
"aria-labelledby": titleId
|
|
13205
13311
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
13206
13312
|
id: titleId
|
|
13207
|
-
}, title) : null, _g$
|
|
13313
|
+
}, title) : null, _g$i || (_g$i = /*#__PURE__*/React.createElement("g", {
|
|
13208
13314
|
clipPath: "url(#logo-openebooks-with-text-color_svg__clip0_53471_41905)"
|
|
13209
13315
|
}, /*#__PURE__*/React.createElement("path", {
|
|
13210
13316
|
d: "M130.79 29.541H20.99a5.667 5.667 0 0 0-5.673 5.662v98.138a5.667 5.667 0 0 0 5.673 5.661h109.8a5.667 5.667 0 0 0 5.672-5.661V35.202a5.666 5.666 0 0 0-5.672-5.66Z",
|
|
@@ -13243,23 +13349,23 @@ var SvgLogoOpenebooksWithTextColor = function SvgLogoOpenebooksWithTextColor(_re
|
|
|
13243
13349
|
})))));
|
|
13244
13350
|
};
|
|
13245
13351
|
|
|
13246
|
-
var _g$
|
|
13247
|
-
var _excluded$
|
|
13248
|
-
function _extends$
|
|
13249
|
-
function _objectWithoutProperties$
|
|
13250
|
-
function _objectWithoutPropertiesLoose$
|
|
13352
|
+
var _g$j, _defs$6;
|
|
13353
|
+
var _excluded$1T = ["title", "titleId"];
|
|
13354
|
+
function _extends$1l() { _extends$1l = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1l.apply(this, arguments); }
|
|
13355
|
+
function _objectWithoutProperties$1k(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$1l(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
13356
|
+
function _objectWithoutPropertiesLoose$1l(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
13251
13357
|
var SvgLogoOpenebooksWithTextNegative = function SvgLogoOpenebooksWithTextNegative(_ref) {
|
|
13252
13358
|
var title = _ref.title,
|
|
13253
13359
|
titleId = _ref.titleId,
|
|
13254
|
-
props = _objectWithoutProperties$
|
|
13255
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
13360
|
+
props = _objectWithoutProperties$1k(_ref, _excluded$1T);
|
|
13361
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1l({
|
|
13256
13362
|
viewBox: "0 0 155 139",
|
|
13257
13363
|
fill: "none",
|
|
13258
13364
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13259
13365
|
"aria-labelledby": titleId
|
|
13260
13366
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
13261
13367
|
id: titleId
|
|
13262
|
-
}, title) : null, _g$
|
|
13368
|
+
}, title) : null, _g$j || (_g$j = /*#__PURE__*/React.createElement("g", {
|
|
13263
13369
|
clipPath: "url(#logo-openebooks-with-text-negative_svg__clip0_54498_42322)"
|
|
13264
13370
|
}, /*#__PURE__*/React.createElement("path", {
|
|
13265
13371
|
d: "M78.087 9.5C36.26-12.024 1.802 9.59 0 10.747v110.438c1.074-1.272 5.518-6.158 15.394-9.572v21.596a5.805 5.805 0 0 0 5.79 5.791h112.114a5.808 5.808 0 0 0 5.79-5.791v-22.206c11.82 3.711 15.912 9.885 15.912 9.885V10.797S121.052-12.61 78.087 9.5Z",
|
|
@@ -13325,15 +13431,15 @@ var SvgLogoOpenebooksWithTextNegative = function SvgLogoOpenebooksWithTextNegati
|
|
|
13325
13431
|
};
|
|
13326
13432
|
|
|
13327
13433
|
var _path$10;
|
|
13328
|
-
var _excluded$
|
|
13329
|
-
function _extends$
|
|
13330
|
-
function _objectWithoutProperties$
|
|
13331
|
-
function _objectWithoutPropertiesLoose$
|
|
13434
|
+
var _excluded$1U = ["title", "titleId"];
|
|
13435
|
+
function _extends$1m() { _extends$1m = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1m.apply(this, arguments); }
|
|
13436
|
+
function _objectWithoutProperties$1l(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$1m(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
13437
|
+
function _objectWithoutPropertiesLoose$1m(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
13332
13438
|
var SvgLogoQplAltBlack = function SvgLogoQplAltBlack(_ref) {
|
|
13333
13439
|
var title = _ref.title,
|
|
13334
13440
|
titleId = _ref.titleId,
|
|
13335
|
-
props = _objectWithoutProperties$
|
|
13336
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
13441
|
+
props = _objectWithoutProperties$1l(_ref, _excluded$1U);
|
|
13442
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1m({
|
|
13337
13443
|
viewBox: "0 0 250 134",
|
|
13338
13444
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13339
13445
|
"aria-labelledby": titleId
|
|
@@ -13345,15 +13451,15 @@ var SvgLogoQplAltBlack = function SvgLogoQplAltBlack(_ref) {
|
|
|
13345
13451
|
};
|
|
13346
13452
|
|
|
13347
13453
|
var _path$11;
|
|
13348
|
-
var _excluded$
|
|
13349
|
-
function _extends$
|
|
13350
|
-
function _objectWithoutProperties$
|
|
13351
|
-
function _objectWithoutPropertiesLoose$
|
|
13454
|
+
var _excluded$1V = ["title", "titleId"];
|
|
13455
|
+
function _extends$1n() { _extends$1n = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1n.apply(this, arguments); }
|
|
13456
|
+
function _objectWithoutProperties$1m(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$1n(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
13457
|
+
function _objectWithoutPropertiesLoose$1n(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
13352
13458
|
var SvgLogoQplAltWhite = function SvgLogoQplAltWhite(_ref) {
|
|
13353
13459
|
var title = _ref.title,
|
|
13354
13460
|
titleId = _ref.titleId,
|
|
13355
|
-
props = _objectWithoutProperties$
|
|
13356
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
13461
|
+
props = _objectWithoutProperties$1m(_ref, _excluded$1V);
|
|
13462
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1n({
|
|
13357
13463
|
viewBox: "0 0 250 134",
|
|
13358
13464
|
fill: "#fff",
|
|
13359
13465
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -13366,15 +13472,15 @@ var SvgLogoQplAltWhite = function SvgLogoQplAltWhite(_ref) {
|
|
|
13366
13472
|
};
|
|
13367
13473
|
|
|
13368
13474
|
var _path$12, _path2$q, _path3$h, _path4$6, _path5$4;
|
|
13369
|
-
var _excluded$
|
|
13370
|
-
function _extends$
|
|
13371
|
-
function _objectWithoutProperties$
|
|
13372
|
-
function _objectWithoutPropertiesLoose$
|
|
13475
|
+
var _excluded$1W = ["title", "titleId"];
|
|
13476
|
+
function _extends$1o() { _extends$1o = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1o.apply(this, arguments); }
|
|
13477
|
+
function _objectWithoutProperties$1n(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$1o(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
13478
|
+
function _objectWithoutPropertiesLoose$1o(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
13373
13479
|
var SvgLogoQplBlack = function SvgLogoQplBlack(_ref) {
|
|
13374
13480
|
var title = _ref.title,
|
|
13375
13481
|
titleId = _ref.titleId,
|
|
13376
|
-
props = _objectWithoutProperties$
|
|
13377
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
13482
|
+
props = _objectWithoutProperties$1n(_ref, _excluded$1W);
|
|
13483
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1o({
|
|
13378
13484
|
viewBox: "0 0 320 43",
|
|
13379
13485
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13380
13486
|
"aria-labelledby": titleId
|
|
@@ -13401,23 +13507,23 @@ var SvgLogoQplBlack = function SvgLogoQplBlack(_ref) {
|
|
|
13401
13507
|
})));
|
|
13402
13508
|
};
|
|
13403
13509
|
|
|
13404
|
-
var _g$
|
|
13405
|
-
var _excluded$
|
|
13406
|
-
function _extends$
|
|
13407
|
-
function _objectWithoutProperties$
|
|
13408
|
-
function _objectWithoutPropertiesLoose$
|
|
13510
|
+
var _g$k, _defs$7;
|
|
13511
|
+
var _excluded$1X = ["title", "titleId"];
|
|
13512
|
+
function _extends$1p() { _extends$1p = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1p.apply(this, arguments); }
|
|
13513
|
+
function _objectWithoutProperties$1o(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$1p(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
13514
|
+
function _objectWithoutPropertiesLoose$1p(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
13409
13515
|
var SvgLogoQplColor = function SvgLogoQplColor(_ref) {
|
|
13410
13516
|
var title = _ref.title,
|
|
13411
13517
|
titleId = _ref.titleId,
|
|
13412
|
-
props = _objectWithoutProperties$
|
|
13413
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
13518
|
+
props = _objectWithoutProperties$1o(_ref, _excluded$1X);
|
|
13519
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1p({
|
|
13414
13520
|
viewBox: "0 0 355 48",
|
|
13415
13521
|
fill: "none",
|
|
13416
13522
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13417
13523
|
"aria-labelledby": titleId
|
|
13418
13524
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
13419
13525
|
id: titleId
|
|
13420
|
-
}, title) : null, _g$
|
|
13526
|
+
}, title) : null, _g$k || (_g$k = /*#__PURE__*/React.createElement("g", {
|
|
13421
13527
|
clipPath: "url(#logo-qpl-color_svg__a)"
|
|
13422
13528
|
}, /*#__PURE__*/React.createElement("path", {
|
|
13423
13529
|
fillRule: "evenodd",
|
|
@@ -13457,15 +13563,15 @@ var SvgLogoQplColor = function SvgLogoQplColor(_ref) {
|
|
|
13457
13563
|
};
|
|
13458
13564
|
|
|
13459
13565
|
var _path$13, _path2$r, _path3$i, _path4$7, _path5$5;
|
|
13460
|
-
var _excluded$
|
|
13461
|
-
function _extends$
|
|
13462
|
-
function _objectWithoutProperties$
|
|
13463
|
-
function _objectWithoutPropertiesLoose$
|
|
13566
|
+
var _excluded$1Y = ["title", "titleId"];
|
|
13567
|
+
function _extends$1q() { _extends$1q = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1q.apply(this, arguments); }
|
|
13568
|
+
function _objectWithoutProperties$1p(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$1q(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
13569
|
+
function _objectWithoutPropertiesLoose$1q(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
13464
13570
|
var SvgLogoQplWhite = function SvgLogoQplWhite(_ref) {
|
|
13465
13571
|
var title = _ref.title,
|
|
13466
13572
|
titleId = _ref.titleId,
|
|
13467
|
-
props = _objectWithoutProperties$
|
|
13468
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
13573
|
+
props = _objectWithoutProperties$1p(_ref, _excluded$1Y);
|
|
13574
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1q({
|
|
13469
13575
|
viewBox: "0 0 320 43",
|
|
13470
13576
|
fill: "#fff",
|
|
13471
13577
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -13494,15 +13600,15 @@ var SvgLogoQplWhite = function SvgLogoQplWhite(_ref) {
|
|
|
13494
13600
|
};
|
|
13495
13601
|
|
|
13496
13602
|
var _path$14, _path2$s, _path3$j, _path4$8, _path5$6;
|
|
13497
|
-
var _excluded$
|
|
13498
|
-
function _extends$
|
|
13499
|
-
function _objectWithoutProperties$
|
|
13500
|
-
function _objectWithoutPropertiesLoose$
|
|
13603
|
+
var _excluded$1Z = ["title", "titleId"];
|
|
13604
|
+
function _extends$1r() { _extends$1r = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1r.apply(this, arguments); }
|
|
13605
|
+
function _objectWithoutProperties$1q(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$1r(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
13606
|
+
function _objectWithoutPropertiesLoose$1r(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
13501
13607
|
var SvgLogoReservoirIconColor = function SvgLogoReservoirIconColor(_ref) {
|
|
13502
13608
|
var title = _ref.title,
|
|
13503
13609
|
titleId = _ref.titleId,
|
|
13504
|
-
props = _objectWithoutProperties$
|
|
13505
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
13610
|
+
props = _objectWithoutProperties$1q(_ref, _excluded$1Z);
|
|
13611
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1r({
|
|
13506
13612
|
viewBox: "0 0 105 129",
|
|
13507
13613
|
fill: "none",
|
|
13508
13614
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -13527,23 +13633,23 @@ var SvgLogoReservoirIconColor = function SvgLogoReservoirIconColor(_ref) {
|
|
|
13527
13633
|
})));
|
|
13528
13634
|
};
|
|
13529
13635
|
|
|
13530
|
-
var _g$
|
|
13531
|
-
var _excluded$
|
|
13532
|
-
function _extends$
|
|
13533
|
-
function _objectWithoutProperties$
|
|
13534
|
-
function _objectWithoutPropertiesLoose$
|
|
13636
|
+
var _g$l;
|
|
13637
|
+
var _excluded$1_ = ["title", "titleId"];
|
|
13638
|
+
function _extends$1s() { _extends$1s = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1s.apply(this, arguments); }
|
|
13639
|
+
function _objectWithoutProperties$1r(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$1s(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
13640
|
+
function _objectWithoutPropertiesLoose$1s(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
13535
13641
|
var SvgLogoReservoirVerticalColor = function SvgLogoReservoirVerticalColor(_ref) {
|
|
13536
13642
|
var title = _ref.title,
|
|
13537
13643
|
titleId = _ref.titleId,
|
|
13538
|
-
props = _objectWithoutProperties$
|
|
13539
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
13644
|
+
props = _objectWithoutProperties$1r(_ref, _excluded$1_);
|
|
13645
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1s({
|
|
13540
13646
|
viewBox: "0 0 234 261",
|
|
13541
13647
|
fill: "none",
|
|
13542
13648
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13543
13649
|
"aria-labelledby": titleId
|
|
13544
13650
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
13545
13651
|
id: titleId
|
|
13546
|
-
}, title) : null, _g$
|
|
13652
|
+
}, title) : null, _g$l || (_g$l = /*#__PURE__*/React.createElement("g", {
|
|
13547
13653
|
clipPath: "url(#logo-reservoir-vertical-color_svg__clip0_362_388)"
|
|
13548
13654
|
}, /*#__PURE__*/React.createElement("path", {
|
|
13549
13655
|
d: "M3.63 181.54H17.3a14.33 14.33 0 0 1 6.56 1.4 10.237 10.237 0 0 1 4.3 3.93 11.481 11.481 0 0 1 1.52 6v.06a11.16 11.16 0 0 1-2.22 7 10.896 10.896 0 0 1-6.08 3.92l9.4 16.46h-4.27l-8.92-15.9c-.13.011-.26.011-.39 0H7.28v15.87H3.63v-38.74ZM17 201.17a9.403 9.403 0 0 0 6.57-2.17 7.75 7.75 0 0 0 2.35-6 7.624 7.624 0 0 0-2.42-6 9.677 9.677 0 0 0-6.66-2.14H7.28v16.35l9.72-.04ZM41.15 219a11.557 11.557 0 0 1-4.39-5 17.6 17.6 0 0 1-1.54-7.64 17.739 17.739 0 0 1 1.54-7.65 11.911 11.911 0 0 1 4.34-5.08 11.786 11.786 0 0 1 6.52-1.8 11.809 11.809 0 0 1 6.46 1.73 11.392 11.392 0 0 1 4.22 4.88 16.998 16.998 0 0 1 1.49 7.33v1.4H37v-2.82h21.07l-1.8 2.55v-1.35a13.449 13.449 0 0 0-1.11-5.78 8.22 8.22 0 0 0-3.06-3.56 8.43 8.43 0 0 0-12.17 3.64 13.048 13.048 0 0 0-1.14 5.7v1.35a13.422 13.422 0 0 0 1.14 5.8 8.37 8.37 0 0 0 3.21 3.65 9.162 9.162 0 0 0 4.86 1.28 9.927 9.927 0 0 0 3.65-.63 7.162 7.162 0 0 0 2.69-1.78 6.86 6.86 0 0 0 1.53-2.69l.08-.24h3.49v.27a9.678 9.678 0 0 1-1.44 3.29c-.66 1.02-1.5 1.911-2.48 2.63a11.782 11.782 0 0 1-3.44 1.72c-1.358.41-2.771.612-4.19.6a12.665 12.665 0 0 1-6.74-1.8ZM70.65 219.74a9.361 9.361 0 0 1-3.75-2.93 8.558 8.558 0 0 1-1.66-4.33v-.25h3.52v.25a6.002 6.002 0 0 0 2.34 3.88 8.222 8.222 0 0 0 5 1.43 10.21 10.21 0 0 0 3.69-.59 5.24 5.24 0 0 0 2.39-1.7c.56-.739.86-1.643.85-2.57A3.812 3.812 0 0 0 82 210a8.8 8.8 0 0 0-4-1.75l-4.22-1a12.702 12.702 0 0 1-5.86-2.76 6.125 6.125 0 0 1-1.92-4.66 6.899 6.899 0 0 1 1.27-4.12 8.552 8.552 0 0 1 3.52-2.81 12.281 12.281 0 0 1 5.14-1 11.883 11.883 0 0 1 5.2 1.06 8.902 8.902 0 0 1 3.52 2.93 8.593 8.593 0 0 1 1.49 4.28v.3H82.8v-.19a5.802 5.802 0 0 0-2.11-3.91 7.231 7.231 0 0 0-4.69-1.51 8.543 8.543 0 0 0-3.33.6 5.081 5.081 0 0 0-2.2 1.7 4.18 4.18 0 0 0-.78 2.51 3.567 3.567 0 0 0 1.21 2.77 9.203 9.203 0 0 0 4 1.77l4.19 1c2.8.667 4.783 1.583 5.95 2.75a6.33 6.33 0 0 1 1.76 4.68 6.859 6.859 0 0 1-1.37 4.22 9.117 9.117 0 0 1-3.75 2.86 13.45 13.45 0 0 1-5.43 1 13.224 13.224 0 0 1-5.6-.98ZM99.15 219a11.557 11.557 0 0 1-4.39-5 17.599 17.599 0 0 1-1.55-7.64 17.74 17.74 0 0 1 1.55-7.65 12.282 12.282 0 0 1 17.32-5.15 11.367 11.367 0 0 1 4.21 4.88 16.841 16.841 0 0 1 1.49 7.33v1.4H95v-2.82h21.09l-1.8 2.55v-1.35a13.31 13.31 0 0 0-1.12-5.78 8.094 8.094 0 0 0-3.06-3.56 8.42 8.42 0 0 0-6.909-.95 8.408 8.408 0 0 0-5.251 4.59 12.91 12.91 0 0 0-1.15 5.7v1.35a13.269 13.269 0 0 0 1.15 5.8 8.41 8.41 0 0 0 3.2 3.65 9.169 9.169 0 0 0 4.87 1.26 10.014 10.014 0 0 0 3.65-.63 7.124 7.124 0 0 0 2.68-1.78 6.62 6.62 0 0 0 1.53-2.69l.08-.24h3.5l-.06.27a9.882 9.882 0 0 1-1.35 3.29 10.197 10.197 0 0 1-2.49 2.63 11.685 11.685 0 0 1-3.44 1.72 13.99 13.99 0 0 1-4.19.6 12.614 12.614 0 0 1-6.78-1.78ZM125.67 192.36h3.55v5h.08a7.999 7.999 0 0 1 2.54-4 6.54 6.54 0 0 1 4.33-1.48 8.024 8.024 0 0 1 2.21.32v3.47a4.558 4.558 0 0 0-1-.28 9.786 9.786 0 0 0-1.64-.12 5.997 5.997 0 0 0-5.68 3.65 9.813 9.813 0 0 0-.79 4.11v17.29h-3.55l-.05-27.96ZM143.52 192.36h3.73l8.49 24.22h.1l8.52-24.22H168l-10.37 27.93h-3.76l-10.35-27.93ZM177.41 219a11.85 11.85 0 0 1-4.47-5 17.174 17.174 0 0 1-1.6-7.68v-.06a16.99 16.99 0 0 1 1.6-7.66 11.775 11.775 0 0 1 4.47-5 13.457 13.457 0 0 1 13.31 0 11.994 11.994 0 0 1 4.47 5 17.067 17.067 0 0 1 1.61 7.68v.06a17.139 17.139 0 0 1-1.61 7.69 12.099 12.099 0 0 1-4.46 5 12.366 12.366 0 0 1-6.66 1.77 12.74 12.74 0 0 1-6.66-1.8Zm11.47-2.73a8.821 8.821 0 0 0 3.17-3.89 14.997 14.997 0 0 0 1.13-6.07v-.06a14.877 14.877 0 0 0-1.13-6.07 8.728 8.728 0 0 0-3.19-3.85A8.63 8.63 0 0 0 184 195a8.497 8.497 0 0 0-4.75 1.34 8.892 8.892 0 0 0-3.18 3.87 14.599 14.599 0 0 0-1.14 6v.06a14.813 14.813 0 0 0 1.14 6.07 8.837 8.837 0 0 0 3.18 3.89 9.254 9.254 0 0 0 9.59 0l.04.04ZM204 186.63a2.288 2.288 0 0 1-.68-1.68 2.206 2.206 0 0 1 .68-1.65 2.354 2.354 0 0 1 2.566-.512c.286.119.546.293.764.512a2.217 2.217 0 0 1 .67 1.7 2.354 2.354 0 0 1-1.446 2.159 2.36 2.36 0 0 1-2.554-.479v-.05Zm-.12 5.73h3.54v27.93h-3.54v-27.93ZM215.8 192.36h3.55v5h.08a8.007 8.007 0 0 1 2.53-4 6.579 6.579 0 0 1 4.34-1.48c.432-.002.864.035 1.29.11.308.05.612.12.91.21v3.47a4.25 4.25 0 0 0-1-.28 10.002 10.002 0 0 0-1.64-.12 5.927 5.927 0 0 0-5.68 3.65 9.813 9.813 0 0 0-.79 4.11v17.29h-3.59v-27.96ZM3.28 235.89H5.2l8.24 11.83-2.2-1.95h.9v-9.88h2.06v13.39h-1.92l-8.23-11.85 2.2 1.94h-.9v9.91H3.28v-13.39ZM22 243.79l-4.71-7.9h2.31l3.42 5.9h.06l3.41-5.9h2.32l-4.72 7.9v5.49H22v-5.49ZM31.86 235.89h2.08v13.39h-2.08v-13.39Zm1 7.07h3.43a2.9 2.9 0 0 0 2.09-.7 2.513 2.513 0 0 0 .75-1.94 2.541 2.541 0 0 0-.75-2 3.002 3.002 0 0 0-2.09-.7H32.9v-1.75h4a4.815 4.815 0 0 1 2.32.55c.64.376 1.163.923 1.51 1.58a4.54 4.54 0 0 1 .57 2.3 4.54 4.54 0 0 1-.57 2.3 4.004 4.004 0 0 1-1.56 1.55 4.71 4.71 0 0 1-2.32.55h-4l.01-1.74ZM44.71 235.89h2.08v11.59H53v1.8h-8.29v-13.39ZM64.88 235.89h4.72a7.002 7.002 0 0 1 3.41.78 5.292 5.292 0 0 1 2.17 2.27 7.91 7.91 0 0 1 .76 3.6 7.901 7.901 0 0 1-.76 3.62 5.257 5.257 0 0 1-2.18 2.33 6.999 6.999 0 0 1-3.42.79h-4.7v-13.39Zm4.52 11.59c.84.026 1.671-.17 2.41-.57a3.608 3.608 0 0 0 1.49-1.66 6.298 6.298 0 0 0 .51-2.67 6.28 6.28 0 0 0-.51-2.66 3.761 3.761 0 0 0-1.5-1.65 4.786 4.786 0 0 0-2.4-.56H67v9.79l2.4-.02ZM79.52 235.89H88v1.8h-6.4v3.9h6.07v1.74H81.6v4.15H88v1.8h-8.5l.02-13.39ZM93.69 249.05a4.238 4.238 0 0 1-1.79-1.31 3.652 3.652 0 0 1-.74-2v-.14h2v.12c.054.4.237.772.52 1.06.306.315.683.552 1.1.69a4.79 4.79 0 0 0 1.58.24 4.24 4.24 0 0 0 1.55-.25 2.31 2.31 0 0 0 1-.71 1.78 1.78 0 0 0 .35-1.09 1.558 1.558 0 0 0-.58-1.28 4.489 4.489 0 0 0-1.91-.77l-1.46-.3a6.003 6.003 0 0 1-2.93-1.34 3.202 3.202 0 0 1-1-2.41c-.01-.717.21-1.418.63-2a3.996 3.996 0 0 1 1.71-1.35 6.06 6.06 0 0 1 2.52-.49 6.14 6.14 0 0 1 2.46.47c.666.285 1.245.74 1.68 1.32.425.583.668 1.279.7 2v.15h-2v-.12a2 2 0 0 0-.46-1.07 2.42 2.42 0 0 0-1-.69 4.412 4.412 0 0 0-2.84 0 2.126 2.126 0 0 0-.94.69 1.592 1.592 0 0 0-.34 1 1.49 1.49 0 0 0 .6 1.23c.552.378 1.18.631 1.84.74l1.46.32a6.21 6.21 0 0 1 3 1.33 3.186 3.186 0 0 1 .94 2.44 3.65 3.65 0 0 1-.62 2.12 3.901 3.901 0 0 1-1.67 1.35 6.837 6.837 0 0 1-2.73.49 7.083 7.083 0 0 1-2.63-.44ZM105.26 235.89h2.08v13.39h-2.08v-13.39ZM113.85 248.65a5.64 5.64 0 0 1-2.16-2.41 8.373 8.373 0 0 1-.77-3.72 7.998 7.998 0 0 1 .76-3.64 5.644 5.644 0 0 1 2.16-2.37 6.421 6.421 0 0 1 3.31-.83 6.26 6.26 0 0 1 2.72.55 5.11 5.11 0 0 1 1.91 1.51 5.518 5.518 0 0 1 1 2.17v.16h-2.08v-.11a3.676 3.676 0 0 0-1.31-1.8 3.742 3.742 0 0 0-2.2-.64 4 4 0 0 0-2.2.6 3.697 3.697 0 0 0-1.41 1.71 6.644 6.644 0 0 0-.49 2.69 6.809 6.809 0 0 0 .5 2.76A4.005 4.005 0 0 0 115 247c.656.418 1.422.63 2.2.61a4.172 4.172 0 0 0 1.92-.42 3.241 3.241 0 0 0 1.3-1.19 3.479 3.479 0 0 0 .48-1.78V244h-3.51v-1.7h5.57v1.37a6.56 6.56 0 0 1-.69 3.11 4.686 4.686 0 0 1-2 2 6.498 6.498 0 0 1-3.11.69 6.247 6.247 0 0 1-3.31-.82ZM126.56 235.89h1.92l8.24 11.83-2.2-1.95h.9v-9.88h2.07v13.39h-1.92l-8.24-11.85 2.2 1.94h-.9v9.91h-2.07v-13.39ZM152 249.05a4.24 4.24 0 0 1-1.79-1.31 3.569 3.569 0 0 1-.74-2v-.14h2v.12c.055.398.233.769.51 1.06.311.313.691.55 1.11.69.51.168 1.044.249 1.58.24a4.24 4.24 0 0 0 1.55-.25 2.311 2.311 0 0 0 1-.71 1.78 1.78 0 0 0 .35-1.09 1.558 1.558 0 0 0-.58-1.28 4.486 4.486 0 0 0-1.91-.77l-1.46-.3a6 6 0 0 1-2.93-1.34 3.208 3.208 0 0 1-1-2.41 3.417 3.417 0 0 1 .64-2 3.995 3.995 0 0 1 1.71-1.35 6.673 6.673 0 0 1 5 0 4.1 4.1 0 0 1 1.69 1.32c.425.583.668 1.279.7 2v.15h-2v-.12a2.003 2.003 0 0 0-.46-1.07 2.416 2.416 0 0 0-1-.69 4.412 4.412 0 0 0-2.84 0 2.125 2.125 0 0 0-.94.69 1.59 1.59 0 0 0-.34 1 1.49 1.49 0 0 0 .6 1.23c.552.378 1.18.631 1.84.74l1.46.32a6.212 6.212 0 0 1 3 1.33 3.215 3.215 0 0 1 .94 2.44 3.65 3.65 0 0 1-.62 2.12 3.895 3.895 0 0 1-1.76 1.38 6.855 6.855 0 0 1-2.73.49 7.076 7.076 0 0 1-2.58-.49ZM166.38 243.79l-4.72-7.9H164l3.43 5.9 3.42-5.9h2.32l-4.73 7.9v5.49h-2.08l.02-5.49ZM177.85 249.05a4.24 4.24 0 0 1-1.79-1.31 3.652 3.652 0 0 1-.74-2v-.14h2v.12c.059.399.241.769.52 1.06.308.317.689.554 1.11.69a4.73 4.73 0 0 0 1.57.24 4.24 4.24 0 0 0 1.55-.25 2.311 2.311 0 0 0 1-.71c.241-.311.368-.696.36-1.09a1.583 1.583 0 0 0-.58-1.28 4.607 4.607 0 0 0-1.92-.77l-1.46-.3a6.057 6.057 0 0 1-2.93-1.34 3.206 3.206 0 0 1-1-2.41 3.343 3.343 0 0 1 .63-2 3.995 3.995 0 0 1 1.71-1.35 6.702 6.702 0 0 1 5 0 4.238 4.238 0 0 1 1.69 1.32 3.74 3.74 0 0 1 .69 2v.15h-2v-.12a2.003 2.003 0 0 0-.46-1.07 2.416 2.416 0 0 0-1-.69 4.412 4.412 0 0 0-2.84 0 2.18 2.18 0 0 0-.94.69 1.65 1.65 0 0 0-.34 1 1.49 1.49 0 0 0 .6 1.23c.552.378 1.18.631 1.84.74l1.46.32a6.163 6.163 0 0 1 3 1.33 3.193 3.193 0 0 1 .94 2.44 3.58 3.58 0 0 1-.62 2.12 3.853 3.853 0 0 1-1.76 1.38 6.838 6.838 0 0 1-2.73.49 7.059 7.059 0 0 1-2.56-.49ZM192.36 237.69h-4.1v-1.8h10.27v1.8h-4.09v11.59h-2.08v-11.59ZM201.82 235.89h8.5v1.8h-6.42v3.9h6.1v1.74h-6.1v4.15h6.42v1.8h-8.5v-13.39ZM214.06 235.89h2.4l4.33 10.68h.06l4.33-10.68h2.41v13.39h-1.9v-9.87h-1l2.17-3.15-5.31 13h-1.54l-5.31-13 2.17 3.15H216v9.87h-1.9l-.04-13.39Z",
|
|
@@ -13561,15 +13667,15 @@ var SvgLogoReservoirVerticalColor = function SvgLogoReservoirVerticalColor(_ref)
|
|
|
13561
13667
|
};
|
|
13562
13668
|
|
|
13563
13669
|
var _path$15, _path2$t, _path3$k, _path4$9, _path5$7;
|
|
13564
|
-
var _excluded$
|
|
13565
|
-
function _extends$
|
|
13566
|
-
function _objectWithoutProperties$
|
|
13567
|
-
function _objectWithoutPropertiesLoose$
|
|
13670
|
+
var _excluded$1$ = ["title", "titleId"];
|
|
13671
|
+
function _extends$1t() { _extends$1t = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1t.apply(this, arguments); }
|
|
13672
|
+
function _objectWithoutProperties$1s(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$1t(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
13673
|
+
function _objectWithoutPropertiesLoose$1t(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
13568
13674
|
var SvgLogoSchomburgBlack = function SvgLogoSchomburgBlack(_ref) {
|
|
13569
13675
|
var title = _ref.title,
|
|
13570
13676
|
titleId = _ref.titleId,
|
|
13571
|
-
props = _objectWithoutProperties$
|
|
13572
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
13677
|
+
props = _objectWithoutProperties$1s(_ref, _excluded$1$);
|
|
13678
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1t({
|
|
13573
13679
|
viewBox: "0 0 185 79",
|
|
13574
13680
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13575
13681
|
"aria-labelledby": titleId
|
|
@@ -13589,15 +13695,15 @@ var SvgLogoSchomburgBlack = function SvgLogoSchomburgBlack(_ref) {
|
|
|
13589
13695
|
};
|
|
13590
13696
|
|
|
13591
13697
|
var _path$16, _path2$u, _path3$l, _path4$a, _path5$8;
|
|
13592
|
-
var _excluded$
|
|
13593
|
-
function _extends$
|
|
13594
|
-
function _objectWithoutProperties$
|
|
13595
|
-
function _objectWithoutPropertiesLoose$
|
|
13698
|
+
var _excluded$20 = ["title", "titleId"];
|
|
13699
|
+
function _extends$1u() { _extends$1u = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1u.apply(this, arguments); }
|
|
13700
|
+
function _objectWithoutProperties$1t(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$1u(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
13701
|
+
function _objectWithoutPropertiesLoose$1u(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
13596
13702
|
var SvgLogoSchomburgCircleBlack = function SvgLogoSchomburgCircleBlack(_ref) {
|
|
13597
13703
|
var title = _ref.title,
|
|
13598
13704
|
titleId = _ref.titleId,
|
|
13599
|
-
props = _objectWithoutProperties$
|
|
13600
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
13705
|
+
props = _objectWithoutProperties$1t(_ref, _excluded$20);
|
|
13706
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1u({
|
|
13601
13707
|
viewBox: "0 0 67 67",
|
|
13602
13708
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13603
13709
|
"aria-labelledby": titleId
|
|
@@ -13617,15 +13723,15 @@ var SvgLogoSchomburgCircleBlack = function SvgLogoSchomburgCircleBlack(_ref) {
|
|
|
13617
13723
|
};
|
|
13618
13724
|
|
|
13619
13725
|
var _path$17, _path2$v, _path3$m, _path4$b, _path5$9;
|
|
13620
|
-
var _excluded$
|
|
13621
|
-
function _extends$
|
|
13622
|
-
function _objectWithoutProperties$
|
|
13623
|
-
function _objectWithoutPropertiesLoose$
|
|
13726
|
+
var _excluded$21 = ["title", "titleId"];
|
|
13727
|
+
function _extends$1v() { _extends$1v = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1v.apply(this, arguments); }
|
|
13728
|
+
function _objectWithoutProperties$1u(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$1v(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
13729
|
+
function _objectWithoutPropertiesLoose$1v(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
13624
13730
|
var SvgLogoSchomburgCircleColor = function SvgLogoSchomburgCircleColor(_ref) {
|
|
13625
13731
|
var title = _ref.title,
|
|
13626
13732
|
titleId = _ref.titleId,
|
|
13627
|
-
props = _objectWithoutProperties$
|
|
13628
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
13733
|
+
props = _objectWithoutProperties$1u(_ref, _excluded$21);
|
|
13734
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1v({
|
|
13629
13735
|
viewBox: "0 0 67 67",
|
|
13630
13736
|
fill: "none",
|
|
13631
13737
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -13651,15 +13757,15 @@ var SvgLogoSchomburgCircleColor = function SvgLogoSchomburgCircleColor(_ref) {
|
|
|
13651
13757
|
};
|
|
13652
13758
|
|
|
13653
13759
|
var _path$18, _path2$w, _path3$n, _path4$c, _path5$a;
|
|
13654
|
-
var _excluded$
|
|
13655
|
-
function _extends$
|
|
13656
|
-
function _objectWithoutProperties$
|
|
13657
|
-
function _objectWithoutPropertiesLoose$
|
|
13760
|
+
var _excluded$22 = ["title", "titleId"];
|
|
13761
|
+
function _extends$1w() { _extends$1w = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1w.apply(this, arguments); }
|
|
13762
|
+
function _objectWithoutProperties$1v(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$1w(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
13763
|
+
function _objectWithoutPropertiesLoose$1w(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
13658
13764
|
var SvgLogoSchomburgCircleWhite = function SvgLogoSchomburgCircleWhite(_ref) {
|
|
13659
13765
|
var title = _ref.title,
|
|
13660
13766
|
titleId = _ref.titleId,
|
|
13661
|
-
props = _objectWithoutProperties$
|
|
13662
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
13767
|
+
props = _objectWithoutProperties$1v(_ref, _excluded$22);
|
|
13768
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1w({
|
|
13663
13769
|
viewBox: "0 0 67 67",
|
|
13664
13770
|
fill: "#fff",
|
|
13665
13771
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -13680,15 +13786,15 @@ var SvgLogoSchomburgCircleWhite = function SvgLogoSchomburgCircleWhite(_ref) {
|
|
|
13680
13786
|
};
|
|
13681
13787
|
|
|
13682
13788
|
var _path$19, _path2$x, _path3$o, _path4$d, _path5$b, _path6$4, _path7$4;
|
|
13683
|
-
var _excluded$
|
|
13684
|
-
function _extends$
|
|
13685
|
-
function _objectWithoutProperties$
|
|
13686
|
-
function _objectWithoutPropertiesLoose$
|
|
13789
|
+
var _excluded$23 = ["title", "titleId"];
|
|
13790
|
+
function _extends$1x() { _extends$1x = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1x.apply(this, arguments); }
|
|
13791
|
+
function _objectWithoutProperties$1w(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$1x(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
13792
|
+
function _objectWithoutPropertiesLoose$1x(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
13687
13793
|
var SvgLogoSchomburgColor = function SvgLogoSchomburgColor(_ref) {
|
|
13688
13794
|
var title = _ref.title,
|
|
13689
13795
|
titleId = _ref.titleId,
|
|
13690
|
-
props = _objectWithoutProperties$
|
|
13691
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
13796
|
+
props = _objectWithoutProperties$1w(_ref, _excluded$23);
|
|
13797
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1x({
|
|
13692
13798
|
viewBox: "0 0 185 79",
|
|
13693
13799
|
fill: "none",
|
|
13694
13800
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -13720,15 +13826,15 @@ var SvgLogoSchomburgColor = function SvgLogoSchomburgColor(_ref) {
|
|
|
13720
13826
|
};
|
|
13721
13827
|
|
|
13722
13828
|
var _path$1a, _path2$y, _path3$p, _path4$e, _path5$c;
|
|
13723
|
-
var _excluded$
|
|
13724
|
-
function _extends$
|
|
13725
|
-
function _objectWithoutProperties$
|
|
13726
|
-
function _objectWithoutPropertiesLoose$
|
|
13829
|
+
var _excluded$24 = ["title", "titleId"];
|
|
13830
|
+
function _extends$1y() { _extends$1y = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1y.apply(this, arguments); }
|
|
13831
|
+
function _objectWithoutProperties$1x(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$1y(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
13832
|
+
function _objectWithoutPropertiesLoose$1y(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
13727
13833
|
var SvgLogoSchomburgWhite = function SvgLogoSchomburgWhite(_ref) {
|
|
13728
13834
|
var title = _ref.title,
|
|
13729
13835
|
titleId = _ref.titleId,
|
|
13730
|
-
props = _objectWithoutProperties$
|
|
13731
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
13836
|
+
props = _objectWithoutProperties$1x(_ref, _excluded$24);
|
|
13837
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1y({
|
|
13732
13838
|
viewBox: "0 0 185 79",
|
|
13733
13839
|
fill: "#fff",
|
|
13734
13840
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -13748,22 +13854,22 @@ var SvgLogoSchomburgWhite = function SvgLogoSchomburgWhite(_ref) {
|
|
|
13748
13854
|
})));
|
|
13749
13855
|
};
|
|
13750
13856
|
|
|
13751
|
-
var _g$
|
|
13752
|
-
var _excluded$
|
|
13753
|
-
function _extends$
|
|
13754
|
-
function _objectWithoutProperties$
|
|
13755
|
-
function _objectWithoutPropertiesLoose$
|
|
13857
|
+
var _g$m, _defs$8;
|
|
13858
|
+
var _excluded$25 = ["title", "titleId"];
|
|
13859
|
+
function _extends$1z() { _extends$1z = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1z.apply(this, arguments); }
|
|
13860
|
+
function _objectWithoutProperties$1y(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$1z(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
13861
|
+
function _objectWithoutPropertiesLoose$1z(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
13756
13862
|
var SvgLogoSimplyeBlack = function SvgLogoSimplyeBlack(_ref) {
|
|
13757
13863
|
var title = _ref.title,
|
|
13758
13864
|
titleId = _ref.titleId,
|
|
13759
|
-
props = _objectWithoutProperties$
|
|
13760
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
13865
|
+
props = _objectWithoutProperties$1y(_ref, _excluded$25);
|
|
13866
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1z({
|
|
13761
13867
|
viewBox: "0 0 512 148",
|
|
13762
13868
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13763
13869
|
"aria-labelledby": titleId
|
|
13764
13870
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
13765
13871
|
id: titleId
|
|
13766
|
-
}, title) : null, _g$
|
|
13872
|
+
}, title) : null, _g$m || (_g$m = /*#__PURE__*/React.createElement("g", {
|
|
13767
13873
|
clipPath: "url(#logo-simplye-black_svg__a)"
|
|
13768
13874
|
}, /*#__PURE__*/React.createElement("path", {
|
|
13769
13875
|
d: "M25.017 34.161c-.504-.616-.54-1.441.215-1.69l52.402-17.328a.944.944 0 0 1 1.24.898.998.998 0 0 0 .93.945c.415.067.836.084 1.254.05a1.001 1.001 0 0 0 1.009-.941l-.003-5.512a1.001 1.001 0 0 0-.558-.914 1.137 1.137 0 0 0-.83-.118L21.98 29.023c-2.26.73-2.663 1.004-2.663 3.432l.02 99.764a.916.916 0 0 0 .039.282c1.212 3.697 5.547 5.389 5.547 5.389 4.256 1.615 6.449 2.064 10.304.727 0 0 .085-99.525.035-99.963a.28.28 0 0 0-.23-.242c-.41-.077-6.716-.21-10.017-4.25"
|
|
@@ -13780,23 +13886,23 @@ var SvgLogoSimplyeBlack = function SvgLogoSimplyeBlack(_ref) {
|
|
|
13780
13886
|
})))));
|
|
13781
13887
|
};
|
|
13782
13888
|
|
|
13783
|
-
var _g$
|
|
13784
|
-
var _excluded$
|
|
13785
|
-
function _extends$
|
|
13786
|
-
function _objectWithoutProperties$
|
|
13787
|
-
function _objectWithoutPropertiesLoose$
|
|
13889
|
+
var _g$n, _defs$9;
|
|
13890
|
+
var _excluded$26 = ["title", "titleId"];
|
|
13891
|
+
function _extends$1A() { _extends$1A = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1A.apply(this, arguments); }
|
|
13892
|
+
function _objectWithoutProperties$1z(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$1A(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
13893
|
+
function _objectWithoutPropertiesLoose$1A(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
13788
13894
|
var SvgLogoSimplyeWhite = function SvgLogoSimplyeWhite(_ref) {
|
|
13789
13895
|
var title = _ref.title,
|
|
13790
13896
|
titleId = _ref.titleId,
|
|
13791
|
-
props = _objectWithoutProperties$
|
|
13792
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
13897
|
+
props = _objectWithoutProperties$1z(_ref, _excluded$26);
|
|
13898
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1A({
|
|
13793
13899
|
viewBox: "0 0 512 148",
|
|
13794
13900
|
fill: "#fff",
|
|
13795
13901
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13796
13902
|
"aria-labelledby": titleId
|
|
13797
13903
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
13798
13904
|
id: titleId
|
|
13799
|
-
}, title) : null, _g$
|
|
13905
|
+
}, title) : null, _g$n || (_g$n = /*#__PURE__*/React.createElement("g", {
|
|
13800
13906
|
clipPath: "url(#logo-simplye-white_svg__a)"
|
|
13801
13907
|
}, /*#__PURE__*/React.createElement("path", {
|
|
13802
13908
|
d: "M25.017 34.161c-.504-.616-.54-1.441.215-1.69l52.402-17.328a.944.944 0 0 1 1.24.898.998.998 0 0 0 .93.945c.415.067.836.084 1.254.05a1.001 1.001 0 0 0 1.009-.941l-.003-5.512a1.001 1.001 0 0 0-.558-.914 1.137 1.137 0 0 0-.83-.118L21.98 29.023c-2.26.73-2.663 1.004-2.663 3.432l.02 99.764a.916.916 0 0 0 .039.282c1.212 3.697 5.547 5.389 5.547 5.389 4.256 1.615 6.449 2.064 10.304.727 0 0 .085-99.525.035-99.963a.28.28 0 0 0-.23-.242c-.41-.077-6.716-.21-10.017-4.25"
|
|
@@ -13812,23 +13918,23 @@ var SvgLogoSimplyeWhite = function SvgLogoSimplyeWhite(_ref) {
|
|
|
13812
13918
|
})))));
|
|
13813
13919
|
};
|
|
13814
13920
|
|
|
13815
|
-
var _g$
|
|
13816
|
-
var _excluded$
|
|
13817
|
-
function _extends$
|
|
13818
|
-
function _objectWithoutProperties$
|
|
13819
|
-
function _objectWithoutPropertiesLoose$
|
|
13921
|
+
var _g$o, _defs$a;
|
|
13922
|
+
var _excluded$27 = ["title", "titleId"];
|
|
13923
|
+
function _extends$1B() { _extends$1B = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1B.apply(this, arguments); }
|
|
13924
|
+
function _objectWithoutProperties$1A(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$1B(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
13925
|
+
function _objectWithoutPropertiesLoose$1B(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
13820
13926
|
var SvgLogoSimplyeColor = function SvgLogoSimplyeColor(_ref) {
|
|
13821
13927
|
var title = _ref.title,
|
|
13822
13928
|
titleId = _ref.titleId,
|
|
13823
|
-
props = _objectWithoutProperties$
|
|
13824
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
13929
|
+
props = _objectWithoutProperties$1A(_ref, _excluded$27);
|
|
13930
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1B({
|
|
13825
13931
|
viewBox: "0 0 682 196",
|
|
13826
13932
|
fill: "none",
|
|
13827
13933
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13828
13934
|
"aria-labelledby": titleId
|
|
13829
13935
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
13830
13936
|
id: titleId
|
|
13831
|
-
}, title) : null, _g$
|
|
13937
|
+
}, title) : null, _g$o || (_g$o = /*#__PURE__*/React.createElement("g", {
|
|
13832
13938
|
clipPath: "url(#logo-simplye-color_svg__a)"
|
|
13833
13939
|
}, /*#__PURE__*/React.createElement("path", {
|
|
13834
13940
|
d: "M32.454 44.821c-.672-.822-.72-1.921.288-2.254l69.866-23.102a1.258 1.258 0 0 1 1.654 1.195c-.001.69.559 1.155 1.242 1.26.528.083 1.108.12 1.67.068.727-.068 1.346-.526 1.346-1.255l-.004-7.35c0-.376-.164-.94-.744-1.218-.324-.158-.735-.28-1.108-.156l-78.258 25.96c-3.012.975-3.55 1.34-3.55 4.576l.027 133.016c0 .126.013.257.052.377 1.616 4.929 7.396 7.184 7.396 7.184 5.674 2.155 8.598 2.753 13.738.969 0 0 .115-132.697.047-133.28a.373.373 0 0 0-.306-.323c-.546-.103-8.954-.279-13.355-5.667",
|
|
@@ -13852,15 +13958,15 @@ var SvgLogoSimplyeColor = function SvgLogoSimplyeColor(_ref) {
|
|
|
13852
13958
|
};
|
|
13853
13959
|
|
|
13854
13960
|
var _path$1b;
|
|
13855
|
-
var _excluded$
|
|
13856
|
-
function _extends$
|
|
13857
|
-
function _objectWithoutProperties$
|
|
13858
|
-
function _objectWithoutPropertiesLoose$
|
|
13961
|
+
var _excluded$28 = ["title", "titleId"];
|
|
13962
|
+
function _extends$1C() { _extends$1C = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1C.apply(this, arguments); }
|
|
13963
|
+
function _objectWithoutProperties$1B(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$1C(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
13964
|
+
function _objectWithoutPropertiesLoose$1C(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
13859
13965
|
var SvgLogoSnflBlack = function SvgLogoSnflBlack(_ref) {
|
|
13860
13966
|
var title = _ref.title,
|
|
13861
13967
|
titleId = _ref.titleId,
|
|
13862
|
-
props = _objectWithoutProperties$
|
|
13863
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
13968
|
+
props = _objectWithoutProperties$1B(_ref, _excluded$28);
|
|
13969
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1C({
|
|
13864
13970
|
viewBox: "0 0 84 111",
|
|
13865
13971
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13866
13972
|
"aria-labelledby": titleId
|
|
@@ -13872,15 +13978,15 @@ var SvgLogoSnflBlack = function SvgLogoSnflBlack(_ref) {
|
|
|
13872
13978
|
};
|
|
13873
13979
|
|
|
13874
13980
|
var _path$1c;
|
|
13875
|
-
var _excluded$
|
|
13876
|
-
function _extends$
|
|
13877
|
-
function _objectWithoutProperties$
|
|
13878
|
-
function _objectWithoutPropertiesLoose$
|
|
13981
|
+
var _excluded$29 = ["title", "titleId"];
|
|
13982
|
+
function _extends$1D() { _extends$1D = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1D.apply(this, arguments); }
|
|
13983
|
+
function _objectWithoutProperties$1C(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$1D(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
13984
|
+
function _objectWithoutPropertiesLoose$1D(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
13879
13985
|
var SvgLogoSnflWhite = function SvgLogoSnflWhite(_ref) {
|
|
13880
13986
|
var title = _ref.title,
|
|
13881
13987
|
titleId = _ref.titleId,
|
|
13882
|
-
props = _objectWithoutProperties$
|
|
13883
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
13988
|
+
props = _objectWithoutProperties$1C(_ref, _excluded$29);
|
|
13989
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1D({
|
|
13884
13990
|
viewBox: "0 0 84 111",
|
|
13885
13991
|
fill: "#fff",
|
|
13886
13992
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -13893,15 +13999,15 @@ var SvgLogoSnflWhite = function SvgLogoSnflWhite(_ref) {
|
|
|
13893
13999
|
};
|
|
13894
14000
|
|
|
13895
14001
|
var _path$1d, _path2$z, _path3$q, _path4$f, _path5$d, _path6$5, _path7$5, _path8$4, _path9$3, _path10$3, _path11$3, _path12$3, _path13$3, _path14$2, _path15$2, _path16, _path17, _path18, _path19, _path20, _path21, _path22, _path23, _path24, _path25, _path26, _path27, _path28, _path29, _path30, _path31, _path32, _path33, _path34, _path35, _path36, _path37, _path38, _path39, _path40, _path41, _path42, _path43, _path44, _path45, _path46, _path47, _path48, _path49, _path50, _path51, _path52, _path53, _path54, _path55;
|
|
13896
|
-
var _excluded$
|
|
13897
|
-
function _extends$
|
|
13898
|
-
function _objectWithoutProperties$
|
|
13899
|
-
function _objectWithoutPropertiesLoose$
|
|
14002
|
+
var _excluded$2a = ["title", "titleId"];
|
|
14003
|
+
function _extends$1E() { _extends$1E = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1E.apply(this, arguments); }
|
|
14004
|
+
function _objectWithoutProperties$1D(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$1E(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
14005
|
+
function _objectWithoutPropertiesLoose$1E(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
13900
14006
|
var SvgLogoTreasuresColor = function SvgLogoTreasuresColor(_ref) {
|
|
13901
14007
|
var title = _ref.title,
|
|
13902
14008
|
titleId = _ref.titleId,
|
|
13903
|
-
props = _objectWithoutProperties$
|
|
13904
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
14009
|
+
props = _objectWithoutProperties$1D(_ref, _excluded$2a);
|
|
14010
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1E({
|
|
13905
14011
|
viewBox: "0 0 324 265",
|
|
13906
14012
|
fill: "none",
|
|
13907
14013
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -14077,15 +14183,15 @@ var SvgLogoTreasuresColor = function SvgLogoTreasuresColor(_ref) {
|
|
|
14077
14183
|
};
|
|
14078
14184
|
|
|
14079
14185
|
var _path$1e, _path2$A, _path3$r, _path4$g, _path5$e, _path6$6, _path7$6, _path8$5, _path9$4, _path10$4, _path11$4, _path12$4, _path13$4, _path14$3, _path15$3, _path16$1, _path17$1, _path18$1, _path19$1, _path20$1, _path21$1, _path22$1, _path23$1, _path24$1, _path25$1, _path26$1, _path27$1, _path28$1, _path29$1, _path30$1, _path31$1, _path32$1, _path33$1, _path34$1, _path35$1, _path36$1, _path37$1, _path38$1, _path39$1, _path40$1, _path41$1, _path42$1, _path43$1, _path44$1, _path45$1, _path46$1, _path47$1, _path48$1, _path49$1, _path50$1, _path51$1, _path52$1, _path53$1, _path54$1, _path55$1;
|
|
14080
|
-
var _excluded$
|
|
14081
|
-
function _extends$
|
|
14082
|
-
function _objectWithoutProperties$
|
|
14083
|
-
function _objectWithoutPropertiesLoose$
|
|
14186
|
+
var _excluded$2b = ["title", "titleId"];
|
|
14187
|
+
function _extends$1F() { _extends$1F = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1F.apply(this, arguments); }
|
|
14188
|
+
function _objectWithoutProperties$1E(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$1F(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
14189
|
+
function _objectWithoutPropertiesLoose$1F(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
14084
14190
|
var SvgLogoTreasuresColorNegative = function SvgLogoTreasuresColorNegative(_ref) {
|
|
14085
14191
|
var title = _ref.title,
|
|
14086
14192
|
titleId = _ref.titleId,
|
|
14087
|
-
props = _objectWithoutProperties$
|
|
14088
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
14193
|
+
props = _objectWithoutProperties$1E(_ref, _excluded$2b);
|
|
14194
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1F({
|
|
14089
14195
|
viewBox: "0 0 327 266",
|
|
14090
14196
|
fill: "none",
|
|
14091
14197
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -14315,7 +14421,7 @@ var logoSvgs = {
|
|
|
14315
14421
|
treasuresColorNegative: SvgLogoTreasuresColorNegative
|
|
14316
14422
|
};
|
|
14317
14423
|
|
|
14318
|
-
var _excluded$
|
|
14424
|
+
var _excluded$2c = ["children", "className", "decorative", "id", "name", "size", "title"];
|
|
14319
14425
|
/**
|
|
14320
14426
|
* The `Logo` component renders SVG-based logos and color variants that are
|
|
14321
14427
|
* commonly used by the New York Public Library.
|
|
@@ -14332,7 +14438,7 @@ var Logo$1 = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(function (
|
|
|
14332
14438
|
size = _props$size === void 0 ? "medium" : _props$size,
|
|
14333
14439
|
_props$title = props.title,
|
|
14334
14440
|
title = _props$title === void 0 ? name + " logo" : _props$title,
|
|
14335
|
-
rest = _objectWithoutPropertiesLoose(props, _excluded$
|
|
14441
|
+
rest = _objectWithoutPropertiesLoose(props, _excluded$2c);
|
|
14336
14442
|
var styles = react.useStyleConfig("Logo", {
|
|
14337
14443
|
size: size
|
|
14338
14444
|
});
|
|
@@ -14433,7 +14539,7 @@ var link$1 = {
|
|
|
14433
14539
|
}]
|
|
14434
14540
|
};
|
|
14435
14541
|
|
|
14436
|
-
var _excluded$
|
|
14542
|
+
var _excluded$2d = ["className", "id"];
|
|
14437
14543
|
/**
|
|
14438
14544
|
* This `Footer` component renders the NYPL-branded footer elements such
|
|
14439
14545
|
* as navigational NYPL.org links, social media links, copyright, and
|
|
@@ -14443,7 +14549,7 @@ var Footer$1 = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(function
|
|
|
14443
14549
|
var className = _ref.className,
|
|
14444
14550
|
_ref$id = _ref.id,
|
|
14445
14551
|
id = _ref$id === void 0 ? "footer" : _ref$id,
|
|
14446
|
-
rest = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
14552
|
+
rest = _objectWithoutPropertiesLoose(_ref, _excluded$2d);
|
|
14447
14553
|
var styles = react.useMultiStyleConfig("Footer", {});
|
|
14448
14554
|
var nyplLinks = link$1.nyplLinks.map(function (links, index) {
|
|
14449
14555
|
return React__default.createElement(List$1, {
|
|
@@ -14512,11 +14618,11 @@ var Footer$1 = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(function
|
|
|
14512
14618
|
})));
|
|
14513
14619
|
}));
|
|
14514
14620
|
|
|
14515
|
-
var _excluded$
|
|
14621
|
+
var _excluded$2e = ["align", "className"];
|
|
14516
14622
|
var HorizontalRule$1 = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
14517
14623
|
var align = props.align,
|
|
14518
14624
|
className = props.className,
|
|
14519
|
-
rest = _objectWithoutPropertiesLoose(props, _excluded$
|
|
14625
|
+
rest = _objectWithoutPropertiesLoose(props, _excluded$2e);
|
|
14520
14626
|
var styles = react.useStyleConfig("HorizontalRule", {
|
|
14521
14627
|
align: align
|
|
14522
14628
|
});
|
|
@@ -14532,7 +14638,7 @@ var HorizontalRule$1 = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(
|
|
|
14532
14638
|
}, rest));
|
|
14533
14639
|
}));
|
|
14534
14640
|
|
|
14535
|
-
var _excluded$
|
|
14641
|
+
var _excluded$2f = ["className", "id", "target"];
|
|
14536
14642
|
/**
|
|
14537
14643
|
* SkipNavigation is a component that is used to provide a navigational list of
|
|
14538
14644
|
* links. The first link is used to skip to the main content of the page using
|
|
@@ -14544,7 +14650,7 @@ var SkipNavigation$1 = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(
|
|
|
14544
14650
|
id = props.id,
|
|
14545
14651
|
_props$target = props.target,
|
|
14546
14652
|
target = _props$target === void 0 ? "#mainContent" : _props$target,
|
|
14547
|
-
rest = _objectWithoutPropertiesLoose(props, _excluded$
|
|
14653
|
+
rest = _objectWithoutPropertiesLoose(props, _excluded$2f);
|
|
14548
14654
|
var styles = react.useStyleConfig("SkipNavigation");
|
|
14549
14655
|
return React__default.createElement(react.Box, Object.assign({
|
|
14550
14656
|
as: "nav",
|
|
@@ -15518,7 +15624,7 @@ var Header$1 = /*#__PURE__*/react.chakra(function (_ref) {
|
|
|
15518
15624
|
}))));
|
|
15519
15625
|
});
|
|
15520
15626
|
|
|
15521
|
-
var _excluded$
|
|
15627
|
+
var _excluded$2g = ["backgroundColor", "backgroundImageSrc", "foregroundColor", "heading", "heroType", "imageProps", "locationDetails", "subHeaderText"];
|
|
15522
15628
|
// Only used for internal purposes.
|
|
15523
15629
|
var heroSecondaryTypes = ["secondary", "secondaryBooksAndMore", "secondaryLocations", "secondaryResearch", "secondaryWhatsOn"];
|
|
15524
15630
|
var Hero$1 = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
@@ -15534,7 +15640,7 @@ var Hero$1 = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(function (
|
|
|
15534
15640
|
} : _props$imageProps,
|
|
15535
15641
|
locationDetails = props.locationDetails,
|
|
15536
15642
|
subHeaderText = props.subHeaderText,
|
|
15537
|
-
rest = _objectWithoutPropertiesLoose(props, _excluded$
|
|
15643
|
+
rest = _objectWithoutPropertiesLoose(props, _excluded$2g);
|
|
15538
15644
|
var styles = react.useMultiStyleConfig("Hero", {
|
|
15539
15645
|
variant: heroType
|
|
15540
15646
|
});
|
|
@@ -15629,7 +15735,7 @@ var Hero$1 = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(function (
|
|
|
15629
15735
|
}
|
|
15630
15736
|
});
|
|
15631
15737
|
|
|
15632
|
-
var _excluded$
|
|
15738
|
+
var _excluded$2h = ["bodyContent", "closeButtonLabel", "headingText", "id", "isOpen", "onClose"],
|
|
15633
15739
|
_excluded2$6 = ["buttonText", "id", "modalProps"],
|
|
15634
15740
|
_excluded3$4 = ["bodyContent", "closeButtonLabel", "headingText", "id"];
|
|
15635
15741
|
var BaseModal = /*#__PURE__*/react.chakra(function (_ref) {
|
|
@@ -15640,7 +15746,7 @@ var BaseModal = /*#__PURE__*/react.chakra(function (_ref) {
|
|
|
15640
15746
|
id = _ref.id,
|
|
15641
15747
|
isOpen = _ref.isOpen,
|
|
15642
15748
|
onClose = _ref.onClose,
|
|
15643
|
-
rest = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
15749
|
+
rest = _objectWithoutPropertiesLoose(_ref, _excluded$2h);
|
|
15644
15750
|
var xlarge = "xl";
|
|
15645
15751
|
var fullSize = "full";
|
|
15646
15752
|
var _useNYPLBreakpoints = useNYPLBreakpoints(),
|
|
@@ -15721,7 +15827,7 @@ function useModal() {
|
|
|
15721
15827
|
};
|
|
15722
15828
|
}
|
|
15723
15829
|
|
|
15724
|
-
var _excluded$
|
|
15830
|
+
var _excluded$2i = ["className", "currentPage", "getPageHref", "id", "initialPage", "onPageChange", "pageCount"];
|
|
15725
15831
|
/**
|
|
15726
15832
|
* A component that provides a navigational list of page items.
|
|
15727
15833
|
*/
|
|
@@ -15734,7 +15840,7 @@ var Pagination$1 = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(func
|
|
|
15734
15840
|
initialPage = _props$initialPage === void 0 ? 1 : _props$initialPage,
|
|
15735
15841
|
onPageChange = props.onPageChange,
|
|
15736
15842
|
pageCount = props.pageCount,
|
|
15737
|
-
rest = _objectWithoutPropertiesLoose(props, _excluded$
|
|
15843
|
+
rest = _objectWithoutPropertiesLoose(props, _excluded$2i);
|
|
15738
15844
|
var refCurrentPage = React.useRef(currentPage);
|
|
15739
15845
|
var _useState = React.useState(initialPage),
|
|
15740
15846
|
selectedPage = _useState[0],
|
|
@@ -15927,7 +16033,7 @@ var Pagination$1 = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(func
|
|
|
15927
16033
|
}, previousLiLink, getPaginationNumbers(selectedPage), nextLiLink));
|
|
15928
16034
|
}));
|
|
15929
16035
|
|
|
15930
|
-
var _excluded$
|
|
16036
|
+
var _excluded$2j = ["darkMode", "id", "indicatorType", "isIndeterminate", "labelText", "showLabel", "size", "value"];
|
|
15931
16037
|
/**
|
|
15932
16038
|
* A component that displays a progress status for any task that takes a long
|
|
15933
16039
|
* time to complete or consists of multiple steps. Examples include downloading,
|
|
@@ -15948,7 +16054,7 @@ var ProgressIndicator$1 = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardR
|
|
|
15948
16054
|
size = _props$size === void 0 ? "default" : _props$size,
|
|
15949
16055
|
_props$value = props.value,
|
|
15950
16056
|
value = _props$value === void 0 ? 0 : _props$value,
|
|
15951
|
-
rest = _objectWithoutPropertiesLoose(props, _excluded$
|
|
16057
|
+
rest = _objectWithoutPropertiesLoose(props, _excluded$2j);
|
|
15952
16058
|
var styles = react.useMultiStyleConfig("ProgressIndicator", {
|
|
15953
16059
|
darkMode: darkMode,
|
|
15954
16060
|
size: size
|
|
@@ -16007,7 +16113,7 @@ var ProgressIndicator$1 = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardR
|
|
|
16007
16113
|
}, rest), progressComponent(indicatorType));
|
|
16008
16114
|
}));
|
|
16009
16115
|
|
|
16010
|
-
var _excluded$
|
|
16116
|
+
var _excluded$2k = ["children", "className", "helperText", "id", "invalidText", "isDisabled", "isInvalid", "isRequired", "labelPosition", "labelText", "name", "onChange", "placeholder", "selectType", "showHelperInvalidText", "showLabel", "showRequiredLabel", "value"];
|
|
16011
16117
|
/**
|
|
16012
16118
|
* Component that renders Chakra's `Select` component along with an accessible
|
|
16013
16119
|
* `Label` and optional `HelperErrorText` component.
|
|
@@ -16040,7 +16146,7 @@ var Select$1 = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(function
|
|
|
16040
16146
|
showRequiredLabel = _props$showRequiredLa === void 0 ? true : _props$showRequiredLa,
|
|
16041
16147
|
_props$value = props.value,
|
|
16042
16148
|
value = _props$value === void 0 ? "" : _props$value,
|
|
16043
|
-
rest = _objectWithoutPropertiesLoose(props, _excluded$
|
|
16149
|
+
rest = _objectWithoutPropertiesLoose(props, _excluded$2k);
|
|
16044
16150
|
var _useState = React.useState(0),
|
|
16045
16151
|
labelWidth = _useState[0],
|
|
16046
16152
|
setLabelWidth = _useState[1];
|
|
@@ -16125,7 +16231,7 @@ var Select$1 = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(function
|
|
|
16125
16231
|
}), children)));
|
|
16126
16232
|
}));
|
|
16127
16233
|
|
|
16128
|
-
var _excluded$
|
|
16234
|
+
var _excluded$2l = ["action", "buttonOnClick", "className", "descriptionText", "headingText", "helperText", "id", "invalidText", "isDisabled", "isInvalid", "isRequired", "labelText", "method", "noBrandButtonType", "onSubmit", "selectProps", "textInputElement", "textInputProps"];
|
|
16129
16235
|
/**
|
|
16130
16236
|
* Renders a wrapper `form` element to be used with `Select` (optional),
|
|
16131
16237
|
* `Input`, and `Button` components together.
|
|
@@ -16153,7 +16259,7 @@ var SearchBar$1 = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(funct
|
|
|
16153
16259
|
selectProps = props.selectProps,
|
|
16154
16260
|
textInputElement = props.textInputElement,
|
|
16155
16261
|
textInputProps = props.textInputProps,
|
|
16156
|
-
rest = _objectWithoutPropertiesLoose(props, _excluded$
|
|
16262
|
+
rest = _objectWithoutPropertiesLoose(props, _excluded$2l);
|
|
16157
16263
|
var styles = react.useMultiStyleConfig("SearchBar", {});
|
|
16158
16264
|
var stateProps = {
|
|
16159
16265
|
helperText: "",
|
|
@@ -16251,7 +16357,7 @@ var SearchBar$1 = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(funct
|
|
|
16251
16357
|
}, selectElem, textInputElem, buttonElem));
|
|
16252
16358
|
}));
|
|
16253
16359
|
|
|
16254
|
-
var _excluded$
|
|
16360
|
+
var _excluded$2m = ["className", "contentSize", "headingSize", "imageAspectRatio", "isBordered", "layout", "showButton", "showContent", "showHeading", "showImage", "width"];
|
|
16255
16361
|
/**
|
|
16256
16362
|
* The `SkeletonLoader` component renders a placeholder to be used while
|
|
16257
16363
|
* dynamic content is loading.
|
|
@@ -16277,7 +16383,7 @@ var SkeletonLoader$1 = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(
|
|
|
16277
16383
|
_props$showImage = props.showImage,
|
|
16278
16384
|
showImage = _props$showImage === void 0 ? true : _props$showImage,
|
|
16279
16385
|
width = props.width,
|
|
16280
|
-
rest = _objectWithoutPropertiesLoose(props, _excluded$
|
|
16386
|
+
rest = _objectWithoutPropertiesLoose(props, _excluded$2m);
|
|
16281
16387
|
var styles = react.useMultiStyleConfig("SkeletonLoader", {
|
|
16282
16388
|
isBordered: isBordered,
|
|
16283
16389
|
imageAspectRatio: imageAspectRatio,
|
|
@@ -16335,7 +16441,7 @@ var SkeletonLoader$1 = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(
|
|
|
16335
16441
|
})))));
|
|
16336
16442
|
}));
|
|
16337
16443
|
|
|
16338
|
-
var _excluded$
|
|
16444
|
+
var _excluded$2n = ["className", "defaultValue", "helperText", "id", "invalidText", "isDisabled", "isInvalid", "isRangeSlider", "isRequired", "labelText", "max", "min", "name", "onChange", "onChangeEnd", "showBoxes", "showHelperInvalidText", "showLabel", "showRequiredLabel", "showValues", "step", "value"];
|
|
16339
16445
|
/**
|
|
16340
16446
|
* The `Slider` component renders a singular value slider or a range slider
|
|
16341
16447
|
* with a min and max value. The value(s) can be updated through the slider
|
|
@@ -16378,7 +16484,7 @@ var Slider = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(function (
|
|
|
16378
16484
|
step = _props$step === void 0 ? 1 : _props$step,
|
|
16379
16485
|
_props$value = props.value,
|
|
16380
16486
|
value = _props$value === void 0 ? isRangeSlider ? typeof defaultValue === "number" ? [min, max] : defaultValue : defaultValue : _props$value,
|
|
16381
|
-
rest = _objectWithoutPropertiesLoose(props, _excluded$
|
|
16487
|
+
rest = _objectWithoutPropertiesLoose(props, _excluded$2n);
|
|
16382
16488
|
if (!id) {
|
|
16383
16489
|
console.warn("NYPL Reservoir Slider: This component's required `id` prop was not passed.");
|
|
16384
16490
|
}
|
|
@@ -16571,7 +16677,7 @@ var Slider = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(function (
|
|
|
16571
16677
|
}, max), showBoxes && getTextInput("end")));
|
|
16572
16678
|
}));
|
|
16573
16679
|
|
|
16574
|
-
var _excluded$
|
|
16680
|
+
var _excluded$2o = ["children", "className", "id", "level"];
|
|
16575
16681
|
/**
|
|
16576
16682
|
* The `StatusBadge` component is used to display a visual badge for three
|
|
16577
16683
|
* different status levels.
|
|
@@ -16582,7 +16688,7 @@ var StatusBadge$1 = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(fun
|
|
|
16582
16688
|
id = props.id,
|
|
16583
16689
|
_props$level = props.level,
|
|
16584
16690
|
level = _props$level === void 0 ? "low" : _props$level,
|
|
16585
|
-
rest = _objectWithoutPropertiesLoose(props, _excluded$
|
|
16691
|
+
rest = _objectWithoutPropertiesLoose(props, _excluded$2o);
|
|
16586
16692
|
var styles = react.useStyleConfig("StatusBadge", {
|
|
16587
16693
|
variant: level
|
|
16588
16694
|
});
|
|
@@ -16597,7 +16703,7 @@ var StatusBadge$1 = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(fun
|
|
|
16597
16703
|
}, rest), children);
|
|
16598
16704
|
}));
|
|
16599
16705
|
|
|
16600
|
-
var _excluded$
|
|
16706
|
+
var _excluded$2p = ["calloutText", "className", "headingText", "id", "imageProps", "bodyContent"];
|
|
16601
16707
|
/**
|
|
16602
16708
|
* Internal component used in the `StructuredContent` component
|
|
16603
16709
|
* that renders the DS `Image` component.
|
|
@@ -16647,7 +16753,7 @@ var StructuredContent$1 = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardR
|
|
|
16647
16753
|
src: ""
|
|
16648
16754
|
} : _props$imageProps,
|
|
16649
16755
|
bodyContent = props.bodyContent,
|
|
16650
|
-
rest = _objectWithoutPropertiesLoose(props, _excluded$
|
|
16756
|
+
rest = _objectWithoutPropertiesLoose(props, _excluded$2p);
|
|
16651
16757
|
var hasImage = imageProps.src || imageProps.component;
|
|
16652
16758
|
var hasFigureImage = imageProps.caption || imageProps.credit;
|
|
16653
16759
|
var styles = react.useMultiStyleConfig("StructuredContent", {
|
|
@@ -16780,7 +16886,7 @@ var useCarouselStyles = function useCarouselStyles(slidesCount, slideWidth) {
|
|
|
16780
16886
|
};
|
|
16781
16887
|
};
|
|
16782
16888
|
|
|
16783
|
-
var _excluded$
|
|
16889
|
+
var _excluded$2q = ["children", "defaultIndex", "id", "onChange", "tabsData", "useHash"];
|
|
16784
16890
|
/**
|
|
16785
16891
|
* An internal function used to update the hash in the URL.
|
|
16786
16892
|
* This function is only used when `useHash` is `true`.
|
|
@@ -16882,7 +16988,7 @@ var Tabs = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(function (pr
|
|
|
16882
16988
|
tabsData = props.tabsData,
|
|
16883
16989
|
_props$useHash = props.useHash,
|
|
16884
16990
|
useHash = _props$useHash === void 0 ? false : _props$useHash,
|
|
16885
|
-
rest = _objectWithoutPropertiesLoose(props, _excluded$
|
|
16991
|
+
rest = _objectWithoutPropertiesLoose(props, _excluded$2q);
|
|
16886
16992
|
var styles = react.useMultiStyleConfig("Tabs", {});
|
|
16887
16993
|
// Just an estimate of the tab width for the mobile carousel.
|
|
16888
16994
|
var initTabWidth = 65;
|
|
@@ -17065,7 +17171,7 @@ var TagSetFilter$1 = /*#__PURE__*/react.chakra(function (props) {
|
|
|
17065
17171
|
}, "Clear Filters") : null);
|
|
17066
17172
|
});
|
|
17067
17173
|
|
|
17068
|
-
var _excluded$
|
|
17174
|
+
var _excluded$2r = ["className", "id", "isDismissible", "onClick", "tagSetData", "type"];
|
|
17069
17175
|
// Type guard so we can make sure we have a "filter" `TagSet` variant.
|
|
17070
17176
|
function isFilterType(type) {
|
|
17071
17177
|
return type === "filter";
|
|
@@ -17109,7 +17215,7 @@ var TagSet$1 = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(function
|
|
|
17109
17215
|
tagSetData = _props$tagSetData === void 0 ? [] : _props$tagSetData,
|
|
17110
17216
|
_props$type = props.type,
|
|
17111
17217
|
type = _props$type === void 0 ? "filter" : _props$type,
|
|
17112
|
-
rest = _objectWithoutPropertiesLoose(props, _excluded$
|
|
17218
|
+
rest = _objectWithoutPropertiesLoose(props, _excluded$2r);
|
|
17113
17219
|
var styles = react.useStyleConfig("TagSet", {});
|
|
17114
17220
|
if (!isFilterType(type)) {
|
|
17115
17221
|
if (isDismissible) {
|
|
@@ -17137,7 +17243,7 @@ var TagSet$1 = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(function
|
|
|
17137
17243
|
}));
|
|
17138
17244
|
}));
|
|
17139
17245
|
|
|
17140
|
-
var _excluded$
|
|
17246
|
+
var _excluded$2s = ["aboveHeader", "breakout", "contentId", "contentBottom", "contentPrimary", "contentSidebar", "contentTop", "footer", "header", "sidebar", "renderFooterElement", "renderHeaderElement", "renderSkipNavigation"];
|
|
17141
17247
|
/**
|
|
17142
17248
|
* The main top-level parent component that wraps all template-related
|
|
17143
17249
|
* components.
|
|
@@ -17360,7 +17466,7 @@ var TemplateAppContainer = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forward
|
|
|
17360
17466
|
renderHeaderElement = _props$renderHeaderEl === void 0 ? true : _props$renderHeaderEl,
|
|
17361
17467
|
_props$renderSkipNavi = props.renderSkipNavigation,
|
|
17362
17468
|
renderSkipNavigation = _props$renderSkipNavi === void 0 ? false : _props$renderSkipNavi,
|
|
17363
|
-
rest = _objectWithoutPropertiesLoose(props, _excluded$
|
|
17469
|
+
rest = _objectWithoutPropertiesLoose(props, _excluded$2s);
|
|
17364
17470
|
var aboveHeaderElem = aboveHeader && React__default.createElement(TemplateAboveHeader, null, aboveHeader);
|
|
17365
17471
|
var contentTopElem = contentTop && React__default.createElement(TemplateContentTop, null, contentTop);
|
|
17366
17472
|
var contentPrimaryElem = contentPrimary && React__default.createElement(TemplateContentPrimary$1, null, contentPrimary);
|
|
@@ -17378,7 +17484,7 @@ var TemplateAppContainer = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forward
|
|
|
17378
17484
|
}, footer)));
|
|
17379
17485
|
}));
|
|
17380
17486
|
|
|
17381
|
-
var _excluded$
|
|
17487
|
+
var _excluded$2t = ["defaultChecked", "helperText", "id", "invalidText", "isChecked", "isDisabled", "isInvalid", "isRequired", "labelText", "name", "onChange", "size"];
|
|
17382
17488
|
var onChangeDefault = function onChangeDefault() {
|
|
17383
17489
|
return;
|
|
17384
17490
|
};
|
|
@@ -17404,7 +17510,7 @@ var Toggle$2 = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(function
|
|
|
17404
17510
|
onChange = _props$onChange === void 0 ? onChangeDefault : _props$onChange,
|
|
17405
17511
|
_props$size = props.size,
|
|
17406
17512
|
size = _props$size === void 0 ? "default" : _props$size,
|
|
17407
|
-
rest = _objectWithoutPropertiesLoose(props, _excluded$
|
|
17513
|
+
rest = _objectWithoutPropertiesLoose(props, _excluded$2t);
|
|
17408
17514
|
var styles = react.useMultiStyleConfig("Toggle", {
|
|
17409
17515
|
isDisabled: isDisabled,
|
|
17410
17516
|
size: size
|
|
@@ -17691,7 +17797,7 @@ function useNYPLTheme() {
|
|
|
17691
17797
|
};
|
|
17692
17798
|
}
|
|
17693
17799
|
|
|
17694
|
-
var _excluded$
|
|
17800
|
+
var _excluded$2u = ["aspectRatio", "className", "descriptionText", "embedCode", "headingText", "helperText", "id", "iframeTitle", "showHelperInvalidText", "videoId", "videoType"];
|
|
17695
17801
|
var VideoPlayer$1 = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
17696
17802
|
var aspectRatio = props.aspectRatio,
|
|
17697
17803
|
className = props.className,
|
|
@@ -17705,7 +17811,7 @@ var VideoPlayer$1 = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(fun
|
|
|
17705
17811
|
showHelperInvalidText = _props$showHelperInva === void 0 ? true : _props$showHelperInva,
|
|
17706
17812
|
videoId = props.videoId,
|
|
17707
17813
|
videoType = props.videoType,
|
|
17708
|
-
rest = _objectWithoutPropertiesLoose(props, _excluded$
|
|
17814
|
+
rest = _objectWithoutPropertiesLoose(props, _excluded$2u);
|
|
17709
17815
|
var iframeTitleFinal = videoType === "vimeo" ? iframeTitle || "Vimeo video player" : iframeTitle || "YouTube video player";
|
|
17710
17816
|
var videoSrc = videoType === "vimeo" ? "https://player.vimeo.com/video/" + videoId + "?autoplay=0&loop=0" : "https://www.youtube.com/embed/" + videoId + "?disablekb=1&autoplay=0&fs=1&modestbranding=0";
|
|
17711
17817
|
var iFrameTitleEmbedCode = iframeTitle ? "" + iframeTitle : "Video player";
|