@nypl/design-system-react-components 1.5.1 → 1.5.3

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.
@@ -1100,53 +1100,53 @@ var _excluded$J = ["title", "titleId"];
1100
1100
  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); }
1101
1101
  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; }
1102
1102
  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; }
1103
- var SvgSocialTumblr = function SvgSocialTumblr(_ref) {
1103
+ var SvgSocialPinterest = function SvgSocialPinterest(_ref) {
1104
1104
  var title = _ref.title,
1105
1105
  titleId = _ref.titleId,
1106
1106
  props = _objectWithoutProperties$J(_ref, _excluded$J);
1107
1107
  return /*#__PURE__*/createElement("svg", _extends$K({
1108
1108
  viewBox: "0 0 36 36",
1109
+ fill: "none",
1109
1110
  xmlns: "http://www.w3.org/2000/svg",
1110
1111
  "aria-labelledby": titleId
1111
1112
  }, props), title ? /*#__PURE__*/createElement("title", {
1112
1113
  id: titleId
1113
1114
  }, title) : null, _g$1 || (_g$1 = /*#__PURE__*/createElement("g", {
1114
- clipPath: "url(#social-tumblr_svg__clip0_17226_338)"
1115
+ clipPath: "url(#social-pinterest_svg__clip0_77652_129156)"
1115
1116
  }, /*#__PURE__*/createElement("path", {
1116
- fillRule: "evenodd",
1117
- clipRule: "evenodd",
1118
- 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"
1117
+ 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"
1119
1118
  }))));
1120
1119
  };
1121
1120
 
1122
- var _path$G;
1121
+ var _g$2;
1123
1122
  var _excluded$K = ["title", "titleId"];
1124
1123
  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); }
1125
1124
  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; }
1126
1125
  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; }
1127
- var SvgSocialTwitter = function SvgSocialTwitter(_ref) {
1126
+ var SvgSocialSoundcloud = function SvgSocialSoundcloud(_ref) {
1128
1127
  var title = _ref.title,
1129
1128
  titleId = _ref.titleId,
1130
1129
  props = _objectWithoutProperties$K(_ref, _excluded$K);
1131
1130
  return /*#__PURE__*/createElement("svg", _extends$L({
1132
1131
  viewBox: "0 0 36 36",
1132
+ fill: "none",
1133
1133
  xmlns: "http://www.w3.org/2000/svg",
1134
1134
  "aria-labelledby": titleId
1135
1135
  }, props), title ? /*#__PURE__*/createElement("title", {
1136
1136
  id: titleId
1137
- }, title) : null, _path$G || (_path$G = /*#__PURE__*/createElement("path", {
1138
- fillRule: "evenodd",
1139
- clipRule: "evenodd",
1140
- 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"
1141
- })));
1137
+ }, title) : null, _g$2 || (_g$2 = /*#__PURE__*/createElement("g", {
1138
+ clipPath: "url(#social-soundcloud_svg__clip0_77654_130801)"
1139
+ }, /*#__PURE__*/createElement("path", {
1140
+ 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"
1141
+ }))));
1142
1142
  };
1143
1143
 
1144
- var _g$2;
1144
+ var _g$3;
1145
1145
  var _excluded$L = ["title", "titleId"];
1146
1146
  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); }
1147
1147
  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; }
1148
1148
  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; }
1149
- var SvgSocialYoutube = function SvgSocialYoutube(_ref) {
1149
+ var SvgSocialTumblr = function SvgSocialTumblr(_ref) {
1150
1150
  var title = _ref.title,
1151
1151
  titleId = _ref.titleId,
1152
1152
  props = _objectWithoutProperties$L(_ref, _excluded$L);
@@ -1156,47 +1156,93 @@ var SvgSocialYoutube = function SvgSocialYoutube(_ref) {
1156
1156
  "aria-labelledby": titleId
1157
1157
  }, props), title ? /*#__PURE__*/createElement("title", {
1158
1158
  id: titleId
1159
- }, title) : null, _g$2 || (_g$2 = /*#__PURE__*/createElement("g", {
1160
- clipPath: "url(#social-youtube_svg__clip0_17226_337)"
1159
+ }, title) : null, _g$3 || (_g$3 = /*#__PURE__*/createElement("g", {
1160
+ clipPath: "url(#social-tumblr_svg__clip0_17226_338)"
1161
1161
  }, /*#__PURE__*/createElement("path", {
1162
1162
  fillRule: "evenodd",
1163
1163
  clipRule: "evenodd",
1164
- 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"
1164
+ 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"
1165
1165
  }))));
1166
1166
  };
1167
1167
 
1168
- var _path$H;
1168
+ var _path$G;
1169
1169
  var _excluded$M = ["title", "titleId"];
1170
1170
  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); }
1171
1171
  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; }
1172
1172
  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; }
1173
- var SvgSpeakerNotes = function SvgSpeakerNotes(_ref) {
1173
+ var SvgSocialTwitter = function SvgSocialTwitter(_ref) {
1174
1174
  var title = _ref.title,
1175
1175
  titleId = _ref.titleId,
1176
1176
  props = _objectWithoutProperties$M(_ref, _excluded$M);
1177
1177
  return /*#__PURE__*/createElement("svg", _extends$N({
1178
- viewBox: "0 0 24 24",
1178
+ viewBox: "0 0 36 36",
1179
1179
  xmlns: "http://www.w3.org/2000/svg",
1180
1180
  "aria-labelledby": titleId
1181
1181
  }, props), title ? /*#__PURE__*/createElement("title", {
1182
1182
  id: titleId
1183
- }, title) : null, _path$H || (_path$H = /*#__PURE__*/createElement("path", {
1183
+ }, title) : null, _path$G || (_path$G = /*#__PURE__*/createElement("path", {
1184
1184
  fillRule: "evenodd",
1185
1185
  clipRule: "evenodd",
1186
- 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"
1186
+ 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"
1187
1187
  })));
1188
1188
  };
1189
1189
 
1190
- var _path$I, _path2$d;
1190
+ var _g$4;
1191
1191
  var _excluded$N = ["title", "titleId"];
1192
1192
  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); }
1193
1193
  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; }
1194
1194
  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; }
1195
- var SvgUtilityAccountFilled = function SvgUtilityAccountFilled(_ref) {
1195
+ var SvgSocialYoutube = function SvgSocialYoutube(_ref) {
1196
1196
  var title = _ref.title,
1197
1197
  titleId = _ref.titleId,
1198
1198
  props = _objectWithoutProperties$N(_ref, _excluded$N);
1199
1199
  return /*#__PURE__*/createElement("svg", _extends$O({
1200
+ viewBox: "0 0 36 36",
1201
+ xmlns: "http://www.w3.org/2000/svg",
1202
+ "aria-labelledby": titleId
1203
+ }, props), title ? /*#__PURE__*/createElement("title", {
1204
+ id: titleId
1205
+ }, title) : null, _g$4 || (_g$4 = /*#__PURE__*/createElement("g", {
1206
+ clipPath: "url(#social-youtube_svg__clip0_17226_337)"
1207
+ }, /*#__PURE__*/createElement("path", {
1208
+ fillRule: "evenodd",
1209
+ clipRule: "evenodd",
1210
+ 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"
1211
+ }))));
1212
+ };
1213
+
1214
+ var _path$H;
1215
+ var _excluded$O = ["title", "titleId"];
1216
+ 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); }
1217
+ 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; }
1218
+ 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; }
1219
+ var SvgSpeakerNotes = function SvgSpeakerNotes(_ref) {
1220
+ var title = _ref.title,
1221
+ titleId = _ref.titleId,
1222
+ props = _objectWithoutProperties$O(_ref, _excluded$O);
1223
+ return /*#__PURE__*/createElement("svg", _extends$P({
1224
+ viewBox: "0 0 24 24",
1225
+ xmlns: "http://www.w3.org/2000/svg",
1226
+ "aria-labelledby": titleId
1227
+ }, props), title ? /*#__PURE__*/createElement("title", {
1228
+ id: titleId
1229
+ }, title) : null, _path$H || (_path$H = /*#__PURE__*/createElement("path", {
1230
+ fillRule: "evenodd",
1231
+ clipRule: "evenodd",
1232
+ 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"
1233
+ })));
1234
+ };
1235
+
1236
+ var _path$I, _path2$d;
1237
+ var _excluded$P = ["title", "titleId"];
1238
+ 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); }
1239
+ 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; }
1240
+ 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; }
1241
+ var SvgUtilityAccountFilled = function SvgUtilityAccountFilled(_ref) {
1242
+ var title = _ref.title,
1243
+ titleId = _ref.titleId,
1244
+ props = _objectWithoutProperties$P(_ref, _excluded$P);
1245
+ return /*#__PURE__*/createElement("svg", _extends$Q({
1200
1246
  viewBox: "0 0 24 24",
1201
1247
  fill: "none",
1202
1248
  xmlns: "http://www.w3.org/2000/svg",
@@ -1213,15 +1259,15 @@ var SvgUtilityAccountFilled = function SvgUtilityAccountFilled(_ref) {
1213
1259
  };
1214
1260
 
1215
1261
  var _path$J, _path2$e;
1216
- var _excluded$O = ["title", "titleId"];
1217
- 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); }
1218
- 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; }
1219
- 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; }
1262
+ var _excluded$Q = ["title", "titleId"];
1263
+ 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); }
1264
+ 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; }
1265
+ 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; }
1220
1266
  var SvgUtilityAccountUnfilled = function SvgUtilityAccountUnfilled(_ref) {
1221
1267
  var title = _ref.title,
1222
1268
  titleId = _ref.titleId,
1223
- props = _objectWithoutProperties$O(_ref, _excluded$O);
1224
- return /*#__PURE__*/createElement("svg", _extends$P({
1269
+ props = _objectWithoutProperties$Q(_ref, _excluded$Q);
1270
+ return /*#__PURE__*/createElement("svg", _extends$R({
1225
1271
  viewBox: "0 0 24 24",
1226
1272
  fill: "none",
1227
1273
  xmlns: "http://www.w3.org/2000/svg",
@@ -1244,15 +1290,15 @@ var SvgUtilityAccountUnfilled = function SvgUtilityAccountUnfilled(_ref) {
1244
1290
  };
1245
1291
 
1246
1292
  var _path$K;
1247
- var _excluded$P = ["title", "titleId"];
1248
- 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); }
1249
- 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; }
1250
- 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; }
1293
+ var _excluded$R = ["title", "titleId"];
1294
+ 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); }
1295
+ 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; }
1296
+ 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; }
1251
1297
  var SvgUtilityHamburger = function SvgUtilityHamburger(_ref) {
1252
1298
  var title = _ref.title,
1253
1299
  titleId = _ref.titleId,
1254
- props = _objectWithoutProperties$P(_ref, _excluded$P);
1255
- return /*#__PURE__*/createElement("svg", _extends$Q({
1300
+ props = _objectWithoutProperties$R(_ref, _excluded$R);
1301
+ return /*#__PURE__*/createElement("svg", _extends$S({
1256
1302
  viewBox: "0 0 24 24",
1257
1303
  xmlns: "http://www.w3.org/2000/svg",
1258
1304
  "aria-labelledby": titleId
@@ -1312,6 +1358,8 @@ var iconSvgs = {
1312
1358
  search: SvgSearch,
1313
1359
  socialFacebook: SvgSocialFacebook,
1314
1360
  socialInstagram: SvgSocialInstagram,
1361
+ socialPinterest: SvgSocialPinterest,
1362
+ socialSoundCloud: SvgSocialSoundcloud,
1315
1363
  socialTumblr: SvgSocialTumblr,
1316
1364
  socialTwitter: SvgSocialTwitter,
1317
1365
  socialYoutube: SvgSocialYoutube,
@@ -1322,7 +1370,7 @@ var iconSvgs = {
1322
1370
  utilitySearch: SvgSearch
1323
1371
  };
1324
1372
 
1325
- var _excluded$Q = ["align", "children", "className", "color", "decorative", "iconRotation", "id", "name", "size", "title", "type"];
1373
+ var _excluded$S = ["align", "children", "className", "color", "decorative", "iconRotation", "id", "name", "size", "title", "type"];
1326
1374
  /**
1327
1375
  * Renders SVG-based icons.
1328
1376
  */
@@ -1346,7 +1394,7 @@ var Icon = /*#__PURE__*/chakra( /*#__PURE__*/forwardRef(function (props, ref) {
1346
1394
  title = _props$title === void 0 ? name + " icon" : _props$title,
1347
1395
  _props$type = props.type,
1348
1396
  type = _props$type === void 0 ? "default" : _props$type,
1349
- rest = _objectWithoutPropertiesLoose(props, _excluded$Q);
1397
+ rest = _objectWithoutPropertiesLoose(props, _excluded$S);
1350
1398
  var styles = useStyleConfig("Icon", {
1351
1399
  align: align,
1352
1400
  color: color,
@@ -1404,7 +1452,7 @@ var Icon = /*#__PURE__*/chakra( /*#__PURE__*/forwardRef(function (props, ref) {
1404
1452
  }
1405
1453
  });
1406
1454
 
1407
- var _excluded$R = ["accordionData", "id", "isDefaultOpen", "isAlwaysRendered", "panelMaxHeight"];
1455
+ var _excluded$T = ["accordionData", "id", "isDefaultOpen", "isAlwaysRendered", "panelMaxHeight"];
1408
1456
  /**
1409
1457
  * Get the minus or plus icon depending on whether the accordion
1410
1458
  * is open or closed.
@@ -1511,7 +1559,7 @@ var Accordion = /*#__PURE__*/chakra( /*#__PURE__*/forwardRef(function (props, re
1511
1559
  _props$isAlwaysRender = props.isAlwaysRendered,
1512
1560
  isAlwaysRendered = _props$isAlwaysRender === void 0 ? false : _props$isAlwaysRender,
1513
1561
  panelMaxHeight = props.panelMaxHeight,
1514
- rest = _objectWithoutPropertiesLoose(props, _excluded$R);
1562
+ rest = _objectWithoutPropertiesLoose(props, _excluded$T);
1515
1563
  var isDarkMode = useColorMode().colorMode === "dark";
1516
1564
  // Pass `0` to open the first accordion in the 0-index based array.
1517
1565
  var openFirstAccordion = isDefaultOpen ? [0] : undefined;
@@ -1523,7 +1571,7 @@ var Accordion = /*#__PURE__*/chakra( /*#__PURE__*/forwardRef(function (props, re
1523
1571
  }, rest), getElementsFromData(accordionData, id, isAlwaysRendered, isDarkMode, panelMaxHeight));
1524
1572
  }));
1525
1573
 
1526
- var _excluded$S = ["buttonType", "children", "className", "id", "isDisabled", "mouseDown", "onClick", "size", "type"];
1574
+ var _excluded$U = ["buttonType", "children", "className", "id", "isDisabled", "mouseDown", "onClick", "size", "type"];
1527
1575
  /**
1528
1576
  * Renders a simple `button` element with custom variant styles.
1529
1577
  */
@@ -1543,7 +1591,7 @@ var Button = /*#__PURE__*/chakra( /*#__PURE__*/forwardRef(function (props, ref)
1543
1591
  size = _props$size === void 0 ? "medium" : _props$size,
1544
1592
  _props$type = props.type,
1545
1593
  type = _props$type === void 0 ? "button" : _props$type,
1546
- rest = _objectWithoutPropertiesLoose(props, _excluded$S);
1594
+ rest = _objectWithoutPropertiesLoose(props, _excluded$U);
1547
1595
  var btnCallback = mouseDown ? {
1548
1596
  onMouseDown: onClick
1549
1597
  } : {
@@ -1590,7 +1638,7 @@ var Button = /*#__PURE__*/chakra( /*#__PURE__*/forwardRef(function (props, ref)
1590
1638
  }
1591
1639
  });
1592
1640
 
1593
- var _excluded$T = ["children", "className", "href", "id", "onClick", "type"];
1641
+ var _excluded$V = ["children", "className", "href", "id", "onClick", "type"];
1594
1642
  /**
1595
1643
  * Renders the `Link` children components with a direction arrow icon based
1596
1644
  * on the `"backwards"` or `"forwards"` `linkType` value.
@@ -1646,7 +1694,7 @@ var Link = /*#__PURE__*/chakra( /*#__PURE__*/forwardRef(function (props, ref) {
1646
1694
  onClick = props.onClick,
1647
1695
  _props$type = props.type,
1648
1696
  type = _props$type === void 0 ? "default" : _props$type,
1649
- rest = _objectWithoutPropertiesLoose(props, _excluded$T);
1697
+ rest = _objectWithoutPropertiesLoose(props, _excluded$V);
1650
1698
  // Merge the necessary props alongside any extra props for the
1651
1699
  // anchor element.
1652
1700
  var linkProps = _extends({
@@ -1673,7 +1721,7 @@ var Link = /*#__PURE__*/chakra( /*#__PURE__*/forwardRef(function (props, ref) {
1673
1721
  var styles = useMultiStyleConfig("Link", {
1674
1722
  variant: variant
1675
1723
  });
1676
- var rel = type === "external" ? "nofollow" : null;
1724
+ var rel = type === "external" ? "nofollow noopener noreferrer" : null;
1677
1725
  var target = type === "external" ? "_blank" : null;
1678
1726
  // Render with specific direction arrows if the type is
1679
1727
  // "forwards" or "backwards". Or render with the launch icon
@@ -1712,7 +1760,7 @@ var Link = /*#__PURE__*/chakra( /*#__PURE__*/forwardRef(function (props, ref) {
1712
1760
  }
1713
1761
  }));
1714
1762
 
1715
- var _excluded$U = ["className", "id", "isCapitalized", "isUppercase", "isLowercase", "level", "noSpace", "size", "text", "url", "urlClass"];
1763
+ var _excluded$W = ["className", "id", "isCapitalized", "isUppercase", "isLowercase", "level", "noSpace", "size", "text", "url", "urlClass"];
1716
1764
  /** Map the word heading level to the number heading level. The default is 2. */
1717
1765
  var getMappedLevel = function getMappedLevel(level) {
1718
1766
  if (level === void 0) {
@@ -1741,7 +1789,7 @@ var Heading = /*#__PURE__*/chakra( /*#__PURE__*/forwardRef(function (props, ref)
1741
1789
  text = props.text,
1742
1790
  url = props.url,
1743
1791
  urlClass = props.urlClass,
1744
- rest = _objectWithoutPropertiesLoose(props, _excluded$U);
1792
+ rest = _objectWithoutPropertiesLoose(props, _excluded$W);
1745
1793
  var finalLevel = getMappedLevel(level);
1746
1794
  var variant = size ? size : "h" + finalLevel;
1747
1795
  var styles = useStyleConfig("Heading", {
@@ -1789,7 +1837,7 @@ var Heading = /*#__PURE__*/chakra( /*#__PURE__*/forwardRef(function (props, ref)
1789
1837
  }, rest), content);
1790
1838
  }));
1791
1839
 
1792
- var _excluded$V = ["ariaAtomic", "ariaLive", "className", "id", "isInvalid", "isRenderedText", "text"];
1840
+ var _excluded$X = ["ariaAtomic", "ariaLive", "className", "id", "isInvalid", "isRenderedText", "text"];
1793
1841
  /**
1794
1842
  * Component that always renders a div even if the text content is not passed.
1795
1843
  * This pattern guarantees accessibility guidelines are met if the text content
@@ -1808,7 +1856,7 @@ var HelperErrorText = /*#__PURE__*/chakra( /*#__PURE__*/forwardRef(function (_re
1808
1856
  _ref$isRenderedText = _ref.isRenderedText,
1809
1857
  isRenderedText = _ref$isRenderedText === void 0 ? true : _ref$isRenderedText,
1810
1858
  text = _ref.text,
1811
- rest = _objectWithoutPropertiesLoose(_ref, _excluded$V);
1859
+ rest = _objectWithoutPropertiesLoose(_ref, _excluded$X);
1812
1860
  var styles = useStyleConfig("HelperErrorText", {
1813
1861
  isInvalid: isInvalid
1814
1862
  });
@@ -1829,7 +1877,7 @@ var HelperErrorText = /*#__PURE__*/chakra( /*#__PURE__*/forwardRef(function (_re
1829
1877
  }) : text : null);
1830
1878
  }));
1831
1879
 
1832
- var _excluded$W = ["children", "className", "isBold", "isItalic", "isCapitalized", "isUppercase", "isLowercase", "noSpace", "size"];
1880
+ var _excluded$Y = ["children", "className", "isBold", "isItalic", "isCapitalized", "isUppercase", "isLowercase", "noSpace", "size"];
1833
1881
  var Text = /*#__PURE__*/chakra( /*#__PURE__*/forwardRef(function (props, ref) {
1834
1882
  var children = props.children,
1835
1883
  _props$className = props.className,
@@ -1842,7 +1890,7 @@ var Text = /*#__PURE__*/chakra( /*#__PURE__*/forwardRef(function (props, ref) {
1842
1890
  noSpace = props.noSpace,
1843
1891
  _props$size = props.size,
1844
1892
  size = _props$size === void 0 ? "default" : _props$size,
1845
- rest = _objectWithoutPropertiesLoose(props, _excluded$W);
1893
+ rest = _objectWithoutPropertiesLoose(props, _excluded$Y);
1846
1894
  var styles = useStyleConfig("Text", {
1847
1895
  variant: size,
1848
1896
  isBold: isBold,
@@ -1875,7 +1923,7 @@ var Text = /*#__PURE__*/chakra( /*#__PURE__*/forwardRef(function (props, ref) {
1875
1923
  }, rest), children);
1876
1924
  }));
1877
1925
 
1878
- var _excluded$X = ["children", "className", "descriptionText", "headingText", "helperText", "helperTextStyles", "id", "invalidText", "isInvalid", "showHelperInvalidText"];
1926
+ var _excluded$Z = ["children", "className", "descriptionText", "headingText", "helperText", "helperTextStyles", "id", "invalidText", "isInvalid", "showHelperInvalidText"];
1879
1927
  var ComponentWrapper = /*#__PURE__*/chakra( /*#__PURE__*/forwardRef(function (props, ref) {
1880
1928
  var children = props.children,
1881
1929
  className = props.className,
@@ -1890,7 +1938,7 @@ var ComponentWrapper = /*#__PURE__*/chakra( /*#__PURE__*/forwardRef(function (pr
1890
1938
  isInvalid = _props$isInvalid === void 0 ? false : _props$isInvalid,
1891
1939
  _props$showHelperInva = props.showHelperInvalidText,
1892
1940
  showHelperInvalidText = _props$showHelperInva === void 0 ? true : _props$showHelperInva,
1893
- rest = _objectWithoutPropertiesLoose(props, _excluded$X);
1941
+ rest = _objectWithoutPropertiesLoose(props, _excluded$Z);
1894
1942
  var hasChildren = !!children;
1895
1943
  var styles = useMultiStyleConfig("ComponentWrapper", {
1896
1944
  hasChildren: hasChildren
@@ -1918,7 +1966,7 @@ var ComponentWrapper = /*#__PURE__*/chakra( /*#__PURE__*/forwardRef(function (pr
1918
1966
  }));
1919
1967
  }));
1920
1968
 
1921
- var _excluded$Y = ["activeLetters", "className", "currentLetter", "descriptionText", "headingText", "id", "isDisabled", "onClick"];
1969
+ var _excluded$_ = ["activeLetters", "className", "currentLetter", "descriptionText", "headingText", "id", "isDisabled", "onClick"];
1922
1970
  var AlphabetFilter = /*#__PURE__*/chakra( /*#__PURE__*/forwardRef(function (props, ref) {
1923
1971
  var activeLetters = props.activeLetters,
1924
1972
  className = props.className,
@@ -1928,7 +1976,7 @@ var AlphabetFilter = /*#__PURE__*/chakra( /*#__PURE__*/forwardRef(function (prop
1928
1976
  id = props.id,
1929
1977
  isDisabled = props.isDisabled,
1930
1978
  onClick = props.onClick,
1931
- rest = _objectWithoutPropertiesLoose(props, _excluded$Y);
1979
+ rest = _objectWithoutPropertiesLoose(props, _excluded$_);
1932
1980
  var styles = useMultiStyleConfig("AlphabetFilter", {});
1933
1981
  var filterButtons = [{
1934
1982
  text: "#",
@@ -2083,7 +2131,7 @@ var AlphabetFilter = /*#__PURE__*/chakra( /*#__PURE__*/forwardRef(function (prop
2083
2131
  }, getFilterLetters())));
2084
2132
  }));
2085
2133
 
2086
- var _excluded$Z = ["audioType", "className", "descriptionText", "embedCode", "headingText", "helperText", "id", "iframeTitle"];
2134
+ var _excluded$$ = ["audioType", "className", "descriptionText", "embedCode", "headingText", "helperText", "id", "iframeTitle"];
2087
2135
  /*
2088
2136
  * List all the third-party services to be used for basic type checks
2089
2137
  * and to define AudioType.
@@ -2102,7 +2150,7 @@ var AudioPlayer = /*#__PURE__*/chakra( /*#__PURE__*/forwardRef(function (props,
2102
2150
  id = props.id,
2103
2151
  _props$iframeTitle = props.iframeTitle,
2104
2152
  iframeTitle = _props$iframeTitle === void 0 ? null : _props$iframeTitle,
2105
- rest = _objectWithoutPropertiesLoose(props, _excluded$Z);
2153
+ rest = _objectWithoutPropertiesLoose(props, _excluded$$);
2106
2154
  var _useState = useState(false),
2107
2155
  invalidEmbed = _useState[0],
2108
2156
  setInvalidEmbed = _useState[1];
@@ -2183,7 +2231,7 @@ function parseIframeEmbedCode(embedCode) {
2183
2231
  return undefined;
2184
2232
  }
2185
2233
 
2186
- var _excluded$_ = ["additionalWrapperStyles", "className", "children", "aspectRatio", "size"],
2234
+ var _excluded$10 = ["additionalWrapperStyles", "className", "children", "aspectRatio", "size"],
2187
2235
  _excluded2 = ["additionalFigureStyles", "additionalImageStyles", "additionalWrapperStyles", "alt", "aspectRatio", "caption", "className", "component", "credit", "imageType", "isLazy", "size", "src"];
2188
2236
  var ImageWrapper = /*#__PURE__*/chakra(function (props) {
2189
2237
  var _props$additionalWrap = props.additionalWrapperStyles,
@@ -2195,7 +2243,7 @@ var ImageWrapper = /*#__PURE__*/chakra(function (props) {
2195
2243
  aspectRatio = _props$aspectRatio === void 0 ? "original" : _props$aspectRatio,
2196
2244
  _props$size = props.size,
2197
2245
  size = _props$size === void 0 ? "default" : _props$size,
2198
- rest = _objectWithoutPropertiesLoose(props, _excluded$_);
2246
+ rest = _objectWithoutPropertiesLoose(props, _excluded$10);
2199
2247
  var styles = useMultiStyleConfig("CustomImageWrapper", {
2200
2248
  ratio: aspectRatio,
2201
2249
  size: size
@@ -2303,13 +2351,13 @@ var Image = /*#__PURE__*/chakra( /*#__PURE__*/forwardRef(function (props, ref) {
2303
2351
  }
2304
2352
  });
2305
2353
 
2306
- var _excluded$$ = ["children", "className", "content", "id", "isDisabled", "shouldWrapChildren"];
2354
+ var _excluded$11 = ["children", "className", "content", "id", "isDisabled", "shouldWrapChildren"];
2307
2355
  var Tooltip = /*#__PURE__*/chakra( /*#__PURE__*/forwardRef(function (props, ref) {
2308
2356
  var children = props.children,
2309
2357
  content = props.content,
2310
2358
  isDisabled = props.isDisabled,
2311
2359
  shouldWrapChildren = props.shouldWrapChildren,
2312
- rest = _objectWithoutPropertiesLoose(props, _excluded$$);
2360
+ rest = _objectWithoutPropertiesLoose(props, _excluded$11);
2313
2361
  if (typeof content !== "string" && typeof content !== "number") {
2314
2362
  React__default.Children.map(content, function (contentChild) {
2315
2363
  if (contentChild.type !== Icon || contentChild.type !== Image) {
@@ -2392,44 +2440,65 @@ var truncateText = function truncateText(text, truncateTextLength) {
2392
2440
  if (truncateTextLength === void 0) {
2393
2441
  truncateTextLength = 60;
2394
2442
  }
2395
- var subString = text.substr(0, truncateTextLength - 1);
2396
- return subString.substr(0, subString.lastIndexOf(" ")) + "...";
2443
+ var updatedText = text.substring(0, truncateTextLength - 1);
2444
+ return updatedText.substring(0, updatedText.lastIndexOf(" ")) + "...";
2397
2445
  };
2398
2446
 
2399
- var _excluded$10 = ["breadcrumbsData", "breadcrumbsType", "className", "id"];
2447
+ var _excluded$12 = ["breadcrumbsData", "breadcrumbsType", "className", "id"];
2400
2448
  var breadcrumbTextLength = 40;
2401
- // Truncate breadcrumb text if beyond 40 characters then add ellipsis at the end.
2402
- var breadcrumbText = function breadcrumbText(text, id) {
2403
- if (text.length <= breadcrumbTextLength) {
2404
- return text;
2405
- }
2406
- return React__default.createElement(Tooltip, {
2407
- content: text,
2408
- id: "breadcrumb-" + id + "-tooltip"
2409
- }, truncateText(text, breadcrumbTextLength));
2449
+ /**
2450
+ * Truncate breadcrumb text if it is more than 40 characters in length and
2451
+ * then add ellipsis at the end.
2452
+ */
2453
+ var tooltipWrapperOrText = function tooltipWrapperOrText(breadcrumbsData, breadcrumbsID, renderIcon, isCurrentPage) {
2454
+ if (renderIcon === void 0) {
2455
+ renderIcon = false;
2456
+ }
2457
+ if (isCurrentPage === void 0) {
2458
+ isCurrentPage = false;
2459
+ }
2460
+ var textLength = breadcrumbsData.text.length;
2461
+ var renderTooltip = textLength >= breadcrumbTextLength;
2462
+ // If the text is more than 40 characters in length, truncate it.
2463
+ var updatedText = textLength <= breadcrumbTextLength ? breadcrumbsData.text : truncateText(breadcrumbsData.text, breadcrumbTextLength);
2464
+ var linkWrapper = React__default.createElement(BreadcrumbLink, {
2465
+ href: breadcrumbsData.url,
2466
+ "aria-current": isCurrentPage ? "page" : undefined
2467
+ }, renderIcon && React__default.createElement(Icon, {
2468
+ name: "arrow",
2469
+ size: "small",
2470
+ iconRotation: "rotate90",
2471
+ id: breadcrumbsID + "__backarrow",
2472
+ className: "breadcrumbs-icon",
2473
+ type: "breadcrumbs"
2474
+ }), React__default.createElement("span", {
2475
+ className: "breadcrumb-label"
2476
+ }, updatedText));
2477
+ // If the text is more than 40 characters in length, we need a ToolTip
2478
+ // component wrapped *directly* around the anchor element for
2479
+ // accessibility purposes.
2480
+ var breadcrumbLink = renderTooltip ? React__default.createElement(Tooltip, {
2481
+ content: breadcrumbsData.text,
2482
+ id: "breadcrumb-" + breadcrumbsID + "-tooltip"
2483
+ }, linkWrapper) : React__default.createElement(React__default.Fragment, null, linkWrapper);
2484
+ return breadcrumbLink;
2410
2485
  };
2411
2486
  var getElementsFromData$1 = function getElementsFromData(data, breadcrumbsID) {
2412
2487
  if (!(data != null && data.length)) {
2413
- return {};
2488
+ return null;
2414
2489
  }
2415
- var breadcrumbItems = data.map(function (breadcrumbData, index) {
2490
+ var breadcrumbsItems = data.map(function (breadcrumbsData, index) {
2491
+ // The icon renders only on mobile and it should be
2492
+ // part of the second to last element in the nav.
2493
+ var renderIcon = index === data.length - 2;
2494
+ // The current page is the last item in the breadcrumbs
2495
+ // and needs an additional aria attribute.
2496
+ var isCurrentPage = index === data.length - 1;
2416
2497
  return React__default.createElement(BreadcrumbItem, {
2417
- key: index,
2418
- isCurrentPage: index === data.length - 1 ? true : false
2419
- }, React__default.createElement(BreadcrumbLink, {
2420
- href: breadcrumbData.url
2421
- }, index === data.length - 2 && React__default.createElement(Icon, {
2422
- name: "arrow",
2423
- size: "small",
2424
- iconRotation: "rotate90",
2425
- id: breadcrumbsID + "__backarrow",
2426
- className: "breadcrumbs-icon",
2427
- type: "breadcrumbs"
2428
- }), React__default.createElement("span", {
2429
- className: "breadcrumb-label"
2430
- }, breadcrumbText(breadcrumbData.text, breadcrumbsID))));
2498
+ key: index
2499
+ }, tooltipWrapperOrText(breadcrumbsData, breadcrumbsID, renderIcon, isCurrentPage));
2431
2500
  });
2432
- return breadcrumbItems;
2501
+ return breadcrumbsItems;
2433
2502
  };
2434
2503
  var Breadcrumbs = /*#__PURE__*/chakra( /*#__PURE__*/forwardRef(function (props, ref) {
2435
2504
  var breadcrumbsData = props.breadcrumbsData,
@@ -2437,7 +2506,7 @@ var Breadcrumbs = /*#__PURE__*/chakra( /*#__PURE__*/forwardRef(function (props,
2437
2506
  breadcrumbsType = _props$breadcrumbsTyp === void 0 ? "whatsOn" : _props$breadcrumbsTyp,
2438
2507
  className = props.className,
2439
2508
  id = props.id,
2440
- rest = _objectWithoutPropertiesLoose(props, _excluded$10);
2509
+ rest = _objectWithoutPropertiesLoose(props, _excluded$12);
2441
2510
  if (!breadcrumbsData || breadcrumbsData.length === 0) {
2442
2511
  throw new Error("NYPL Reservoir Breadcrumbs: No data was passed to the `breadcrumbsData` prop.");
2443
2512
  }
@@ -2494,7 +2563,7 @@ var useNYPLBreakpoints = function useNYPLBreakpoints() {
2494
2563
  };
2495
2564
  };
2496
2565
 
2497
- var _excluded$11 = ["buttonWidth", "children", "className", "id", "isDisabled", "layout"];
2566
+ var _excluded$13 = ["buttonWidth", "children", "className", "id", "isDisabled", "layout"];
2498
2567
  /**
2499
2568
  * A simple wrapper to group `Button` components together. The layout can be set
2500
2569
  * to row or column and the width of internal `Button` components can be set to
@@ -2511,7 +2580,7 @@ var ButtonGroup = /*#__PURE__*/chakra( /*#__PURE__*/forwardRef(function (props,
2511
2580
  isDisabled = _props$isDisabled === void 0 ? false : _props$isDisabled,
2512
2581
  _props$layout = props.layout,
2513
2582
  layout = _props$layout === void 0 ? "row" : _props$layout,
2514
- rest = _objectWithoutPropertiesLoose(props, _excluded$11);
2583
+ rest = _objectWithoutPropertiesLoose(props, _excluded$13);
2515
2584
  var newChildren = [];
2516
2585
  var _useNYPLBreakpoints = useNYPLBreakpoints(),
2517
2586
  isLargerThanMobile = _useNYPLBreakpoints.isLargerThanMobile;
@@ -2549,7 +2618,7 @@ var ButtonGroup = /*#__PURE__*/chakra( /*#__PURE__*/forwardRef(function (props,
2549
2618
  }, rest), newChildren);
2550
2619
  }));
2551
2620
 
2552
- var _excluded$12 = ["children"],
2621
+ var _excluded$14 = ["children"],
2553
2622
  _excluded2$1 = ["bottomBorder", "children", "isCentered", "layout", "topBorder"],
2554
2623
  _excluded3 = ["className", "children", "id", "mainActionLink", "styles"],
2555
2624
  _excluded4 = ["backgroundColor", "children", "className", "foregroundColor", "id", "imageProps", "isAlignedRightActions", "isBordered", "isCentered", "layout", "mainActionLink"];
@@ -2593,7 +2662,7 @@ var CardHeading = /*#__PURE__*/chakra(Heading);
2593
2662
  // CardContent child-component
2594
2663
  var CardContent = /*#__PURE__*/chakra(function (props) {
2595
2664
  var children = props.children,
2596
- rest = _objectWithoutPropertiesLoose(props, _excluded$12);
2665
+ rest = _objectWithoutPropertiesLoose(props, _excluded$14);
2597
2666
  var styles = useStyleConfig("CardContent");
2598
2667
  return children ? React__default.createElement(Box, Object.assign({
2599
2668
  __css: styles
@@ -2766,13 +2835,13 @@ var Card = /*#__PURE__*/chakra( /*#__PURE__*/forwardRef(function (props, ref) {
2766
2835
  }, cardRightContents) : null);
2767
2836
  }));
2768
2837
 
2769
- var _excluded$13 = ["isIndeterminate", "isChecked"],
2838
+ var _excluded$15 = ["isIndeterminate", "isChecked"],
2770
2839
  _excluded2$2 = ["className", "invalidText", "helperText", "id", "isChecked", "isDisabled", "isIndeterminate", "isInvalid", "isRequired", "labelText", "name", "onChange", "showHelperInvalidText", "showLabel", "value"];
2771
2840
  function CheckboxIcon(props) {
2772
2841
  // We don't need the `isIndeterminate` or `isChecked` props but it
2773
2842
  // causes rendering issues on the SVG element, so we remove them
2774
2843
  // before passing all the props to the `Icon` component.
2775
- var rest = _objectWithoutPropertiesLoose(props, _excluded$13);
2844
+ var rest = _objectWithoutPropertiesLoose(props, _excluded$15);
2776
2845
  return React__default.createElement(Icon$2, Object.assign({
2777
2846
  viewBox: "0 0 24 24"
2778
2847
  }, rest), React__default.createElement("path", {
@@ -2846,7 +2915,7 @@ var Checkbox = /*#__PURE__*/chakra( /*#__PURE__*/forwardRef(function (props, ref
2846
2915
  }, ariaAttributes), showLabel && labelText));
2847
2916
  }));
2848
2917
 
2849
- var _excluded$14 = ["children", "className", "id", "isLegendHidden", "isRequired", "legendText", "showRequiredLabel"];
2918
+ var _excluded$16 = ["children", "className", "id", "isLegendHidden", "isRequired", "legendText", "showRequiredLabel"];
2850
2919
  /**
2851
2920
  * A wrapper component that renders a `fieldset` element along with a `legend`
2852
2921
  * element as its first child. Commonly used to wrap form components.
@@ -2862,7 +2931,7 @@ var Fieldset = /*#__PURE__*/chakra( /*#__PURE__*/forwardRef(function (_ref, ref)
2862
2931
  legendText = _ref.legendText,
2863
2932
  _ref$showRequiredLabe = _ref.showRequiredLabel,
2864
2933
  showRequiredLabel = _ref$showRequiredLabe === void 0 ? true : _ref$showRequiredLabe,
2865
- rest = _objectWithoutPropertiesLoose(_ref, _excluded$14);
2934
+ rest = _objectWithoutPropertiesLoose(_ref, _excluded$16);
2866
2935
  var styles = useMultiStyleConfig("Fieldset", {
2867
2936
  isLegendHidden: isLegendHidden
2868
2937
  });
@@ -3026,7 +3095,7 @@ var reservoirSpacingTokens = {
3026
3095
  };
3027
3096
  var spacing = /*#__PURE__*/_extends({}, chakraSpacingTokens, reservoirSpacingTokens);
3028
3097
 
3029
- var _excluded$15 = ["children", "defaultValue", "helperText", "id", "invalidText", "isDisabled", "isFullWidth", "isInvalid", "isRequired", "labelText", "layout", "name", "onChange", "showHelperInvalidText", "showLabel", "showRequiredLabel", "value"];
3098
+ var _excluded$17 = ["children", "defaultValue", "helperText", "id", "invalidText", "isDisabled", "isFullWidth", "isInvalid", "isRequired", "labelText", "layout", "name", "onChange", "showHelperInvalidText", "showLabel", "showRequiredLabel", "value"];
3030
3099
  /**
3031
3100
  * Wrapper component to wrap `Checkbox` components. Can be displayed in a
3032
3101
  * column or in a row. The `CheckboxGroup` component renders all the necessary
@@ -3060,7 +3129,7 @@ var CheckboxGroup = /*#__PURE__*/chakra( /*#__PURE__*/forwardRef(function (props
3060
3129
  _props$showRequiredLa = props.showRequiredLabel,
3061
3130
  showRequiredLabel = _props$showRequiredLa === void 0 ? true : _props$showRequiredLa,
3062
3131
  value = props.value,
3063
- rest = _objectWithoutPropertiesLoose(props, _excluded$15);
3132
+ rest = _objectWithoutPropertiesLoose(props, _excluded$17);
3064
3133
  var footnote = isInvalid ? invalidText : helperText;
3065
3134
  var newChildren = [];
3066
3135
  var spacingProp = layout === "column" ? spacing.input.group["default"].vstack : spacing.input.group["default"].hstack;
@@ -3150,7 +3219,7 @@ function useWindowSize() {
3150
3219
  return windowSize;
3151
3220
  }
3152
3221
 
3153
- var _excluded$16 = ["className", "columnHeaders", "columnHeadersBackgroundColor", "columnHeadersTextColor", "id", "showRowDividers", "tableData", "titleText", "useRowHeaders"];
3222
+ var _excluded$18 = ["className", "columnHeaders", "columnHeadersBackgroundColor", "columnHeadersTextColor", "id", "showRowDividers", "tableData", "titleText", "useRowHeaders"];
3154
3223
  /**
3155
3224
  * Basic `Table` component used to organize and display tabular data in
3156
3225
  * rows and columns.
@@ -3168,7 +3237,7 @@ var Table = /*#__PURE__*/chakra( /*#__PURE__*/forwardRef(function (props, ref) {
3168
3237
  titleText = props.titleText,
3169
3238
  _props$useRowHeaders = props.useRowHeaders,
3170
3239
  useRowHeaders = _props$useRowHeaders === void 0 ? false : _props$useRowHeaders,
3171
- rest = _objectWithoutPropertiesLoose(props, _excluded$16);
3240
+ rest = _objectWithoutPropertiesLoose(props, _excluded$18);
3172
3241
  var customColors = {};
3173
3242
  columnHeadersBackgroundColor && (customColors["backgroundColor"] = columnHeadersBackgroundColor);
3174
3243
  columnHeadersTextColor && (customColors["color"] = columnHeadersTextColor);
@@ -3503,7 +3572,7 @@ var ColorCard = function ColorCard(props) {
3503
3572
  })));
3504
3573
  };
3505
3574
 
3506
- var _excluded$17 = ["children", "columns", "className", "gap", "id"];
3575
+ var _excluded$19 = ["children", "columns", "className", "gap", "id"];
3507
3576
  var SimpleGrid = /*#__PURE__*/chakra( /*#__PURE__*/forwardRef(function (props, ref) {
3508
3577
  var children = props.children,
3509
3578
  columns = props.columns,
@@ -3511,7 +3580,7 @@ var SimpleGrid = /*#__PURE__*/chakra( /*#__PURE__*/forwardRef(function (props, r
3511
3580
  _props$gap = props.gap,
3512
3581
  gap = _props$gap === void 0 ? "grid.l" : _props$gap,
3513
3582
  id = props.id,
3514
- rest = _objectWithoutPropertiesLoose(props, _excluded$17);
3583
+ rest = _objectWithoutPropertiesLoose(props, _excluded$19);
3515
3584
  var responsiveCols = columns ? {
3516
3585
  base: 1,
3517
3586
  md: columns
@@ -3533,7 +3602,7 @@ var SimpleGrid = /*#__PURE__*/chakra( /*#__PURE__*/forwardRef(function (props, r
3533
3602
  }
3534
3603
  });
3535
3604
 
3536
- var _excluded$18 = ["children", "className", "gap", "id"],
3605
+ var _excluded$1a = ["children", "className", "gap", "id"],
3537
3606
  _excluded2$3 = ["children", "className", "gap", "id"],
3538
3607
  _excluded3$1 = ["action", "children", "className", "gap", "id", "method", "onSubmit"];
3539
3608
  /** FormRow child-component */
@@ -3542,7 +3611,7 @@ var FormRow = /*#__PURE__*/chakra(function (props) {
3542
3611
  className = props.className,
3543
3612
  gap = props.gap,
3544
3613
  id = props.id,
3545
- rest = _objectWithoutPropertiesLoose(props, _excluded$18);
3614
+ rest = _objectWithoutPropertiesLoose(props, _excluded$1a);
3546
3615
  var count = React__default.Children.count(children);
3547
3616
  var alteredChildren = React__default.Children.map(children, function (child, i) {
3548
3617
  if (!child) return null;
@@ -3616,7 +3685,7 @@ var Form = /*#__PURE__*/chakra( /*#__PURE__*/forwardRef(function (props, ref) {
3616
3685
  }
3617
3686
  });
3618
3687
 
3619
- var _excluded$19 = ["children", "className", "htmlFor", "id", "isInlined", "isRequired", "requiredLabelText"];
3688
+ var _excluded$1b = ["children", "className", "htmlFor", "id", "isInlined", "isRequired", "requiredLabelText"];
3620
3689
  /**
3621
3690
  * A label for form inputs. It should never be used alone.
3622
3691
  */
@@ -3630,7 +3699,7 @@ var Label = /*#__PURE__*/chakra( /*#__PURE__*/forwardRef(function (props, ref) {
3630
3699
  _props$isRequired = props.isRequired,
3631
3700
  isRequired = _props$isRequired === void 0 ? false : _props$isRequired,
3632
3701
  requiredLabelText = props.requiredLabelText,
3633
- rest = _objectWithoutPropertiesLoose(props, _excluded$19);
3702
+ rest = _objectWithoutPropertiesLoose(props, _excluded$1b);
3634
3703
  var styles = useStyleConfig("Label", {
3635
3704
  isInlined: isInlined
3636
3705
  });
@@ -3647,7 +3716,20 @@ var Label = /*#__PURE__*/chakra( /*#__PURE__*/forwardRef(function (props, ref) {
3647
3716
  }, rest), children, isRequired && React__default.createElement("span", null, requiredLabelText ? " (" + requiredLabelText + ")" : " (Required)"));
3648
3717
  }));
3649
3718
 
3650
- var _excluded$1a = ["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"];
3719
+ /**
3720
+ * DS internal helper hook to use state with prop dependencies.
3721
+ */
3722
+ function useStateWithDependencies(initialValue) {
3723
+ var _useState = useState(initialValue),
3724
+ value = _useState[0],
3725
+ setValue = _useState[1];
3726
+ useEffect(function () {
3727
+ setValue(initialValue);
3728
+ }, [initialValue]);
3729
+ return [value, setValue];
3730
+ }
3731
+
3732
+ 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"];
3651
3733
  // Only used internally.
3652
3734
  var TextInputFormats = {
3653
3735
  email: "jdoe@domain.com",
@@ -3702,10 +3784,10 @@ var TextInput = /*#__PURE__*/chakra( /*#__PURE__*/forwardRef(function (props, re
3702
3784
  _props$type = props.type,
3703
3785
  type = _props$type === void 0 ? "text" : _props$type,
3704
3786
  value = props.value,
3705
- rest = _objectWithoutPropertiesLoose(props, _excluded$1a);
3706
- var _useState = useState(value || ""),
3707
- finalValue = _useState[0],
3708
- setFinalValue = _useState[1];
3787
+ rest = _objectWithoutPropertiesLoose(props, _excluded$1c);
3788
+ var _useStateWithDependen = useStateWithDependencies(value),
3789
+ finalValue = _useStateWithDependen[0],
3790
+ setFinalValue = _useStateWithDependen[1];
3709
3791
  var closedRef = useRef();
3710
3792
  var mergedRefs = useMergeRefs(closedRef, ref);
3711
3793
  // If a ref is not passed, then merging refs won't work.
@@ -3745,11 +3827,6 @@ var TextInput = /*#__PURE__*/chakra( /*#__PURE__*/forwardRef(function (props, re
3745
3827
  var fieldOutput;
3746
3828
  var clearButtonOutput;
3747
3829
  var options;
3748
- useEffect(function () {
3749
- if (value && value !== finalValue) {
3750
- setFinalValue(value);
3751
- }
3752
- }, [finalValue, value]);
3753
3830
  if (!id) {
3754
3831
  console.warn("NYPL Reservoir TextInput: This component's required `id` prop was not passed.");
3755
3832
  }
@@ -3829,10 +3906,10 @@ var TextInput = /*#__PURE__*/chakra( /*#__PURE__*/forwardRef(function (props, re
3829
3906
  id: id + "-label",
3830
3907
  isRequired: showRequiredLabel && isRequired,
3831
3908
  requiredLabelText: requiredLabelText
3832
- }, labelText), fieldOutput, !isHidden && finalValue.length > 0 && clearButtonOutput);
3909
+ }, labelText), fieldOutput, !isHidden && (finalValue == null ? void 0 : finalValue.length) > 0 && clearButtonOutput);
3833
3910
  }));
3834
3911
 
3835
- var _excluded$1b = ["dsRef", "helperText", "id", "invalidText", "isDisabled", "isInvalid", "isRequired", "labelText", "name", "onChange", "onClick", "showLabel", "showHelperInvalidText", "showRequiredLabel", "value"],
3912
+ var _excluded$1d = ["dsRef", "helperText", "id", "invalidText", "isDisabled", "isInvalid", "isRequired", "labelText", "name", "onChange", "onClick", "showLabel", "showHelperInvalidText", "showRequiredLabel", "value"],
3836
3913
  _excluded2$4 = ["children", "className", "id", "isDateRange", "isRequired", "labelText", "showLabel", "showRequiredLabel"],
3837
3914
  _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"];
3838
3915
  /**
@@ -3859,7 +3936,7 @@ var CustomTextInput = /*#__PURE__*/forwardRef(function (_ref, ref) {
3859
3936
  showHelperInvalidText = _ref.showHelperInvalidText,
3860
3937
  showRequiredLabel = _ref.showRequiredLabel,
3861
3938
  value = _ref.value,
3862
- rest = _objectWithoutPropertiesLoose(_ref, _excluded$1b);
3939
+ rest = _objectWithoutPropertiesLoose(_ref, _excluded$1d);
3863
3940
  // The `react-datepicker` passes `disabled=false` to its custom
3864
3941
  // input element. We don't need it, so remove it.
3865
3942
  delete rest.disabled;
@@ -4242,13 +4319,13 @@ var checkboxRadioHoverStyles = {
4242
4319
  _dark: {
4243
4320
  span: {
4244
4321
  _first: {
4245
- borderColor: "ui.gray.dark"
4322
+ borderColor: "dark.ui.border.hover"
4246
4323
  },
4247
4324
  _checked: {
4248
4325
  borderColor: "dark.ui.focus"
4249
4326
  },
4250
4327
  _disabled: {
4251
- borderColor: "dark.ui.disabled.primary"
4328
+ borderColor: "dark.ui.disabled.secondary"
4252
4329
  },
4253
4330
  _invalid: {
4254
4331
  borderColor: "dark.ui.error.primary"
@@ -4400,12 +4477,14 @@ var breakpoints = /*#__PURE__*/createBreakpoints({
4400
4477
  // Reusable variables:
4401
4478
  var black = "#000";
4402
4479
  var white = "#fff";
4403
- var grayDark = "#616161";
4404
4480
  var grayxxxxDark = "#191919";
4405
4481
  var grayxxxDark = "#252525";
4406
4482
  var grayxxDark = "#2E2E2E";
4407
4483
  var grayxDark = "#424242";
4484
+ var grayDark = "#616161";
4485
+ var graySemiDark = "#8D8D8D";
4408
4486
  var grayMedium = "#BDBDBD";
4487
+ var graySemiMedium = "#D9D9D9";
4409
4488
  var grayLightCool = "#E9E9E9";
4410
4489
  var grayxLightCool = "#F5F5F5";
4411
4490
  var grayxxLightCool = "#FAFAFA";
@@ -4553,7 +4632,9 @@ var colors = {
4553
4632
  "xx-dark": grayxxDark,
4554
4633
  "x-dark": grayxDark,
4555
4634
  dark: grayDark,
4635
+ "semi-dark": graySemiDark,
4556
4636
  medium: grayMedium,
4637
+ "semi-medium": graySemiMedium,
4557
4638
  "light-cool": grayLightCool,
4558
4639
  "x-light-cool": grayxLightCool,
4559
4640
  "xx-light-cool": grayxxLightCool,
@@ -4578,7 +4659,7 @@ var colors = {
4578
4659
  /// State and link utilities
4579
4660
  disabled: {
4580
4661
  primary: grayDark,
4581
- secondary: grayxxDark
4662
+ secondary: grayxDark
4582
4663
  },
4583
4664
  error: {
4584
4665
  primary: "#E1767B",
@@ -4612,8 +4693,8 @@ var colors = {
4612
4693
  active: grayxDark
4613
4694
  },
4614
4695
  border: {
4615
- "default": grayxDark,
4616
- hover: grayMedium
4696
+ "default": graySemiDark,
4697
+ hover: graySemiMedium
4617
4698
  },
4618
4699
  typography: {
4619
4700
  heading: grayLightCool,
@@ -4952,6 +5033,14 @@ var blogs = {
4952
5033
  }
4953
5034
  }
4954
5035
  },
5036
+ "li:last-child": {
5037
+ ".chakra-breadcrumb__link": {
5038
+ _hover: {
5039
+ // Override the default hover color.
5040
+ color: "ui.black"
5041
+ }
5042
+ }
5043
+ },
4955
5044
  svg: {
4956
5045
  fill: "ui.black"
4957
5046
  }
@@ -5030,8 +5119,15 @@ var Breadcrumb = {
5030
5119
  },
5031
5120
  ".chakra-breadcrumb__link": {
5032
5121
  _hover: {
5122
+ // Override the default hover color.
5123
+ color: "ui.white",
5033
5124
  cursor: "default",
5034
5125
  textDecoration: "none"
5126
+ },
5127
+ _dark: {
5128
+ _hover: {
5129
+ color: "dark.ui.typography.heading"
5130
+ }
5035
5131
  }
5036
5132
  },
5037
5133
  ".icon": {
@@ -6031,12 +6127,18 @@ var FeedbackBox = {
6031
6127
  base: undefined,
6032
6128
  md: "1px solid"
6033
6129
  },
6034
- borderColor: "ui.border.default",
6130
+ borderColor: {
6131
+ base: undefined,
6132
+ md: "ui.border.default"
6133
+ },
6035
6134
  paddingTop: "m",
6036
6135
  paddingBottom: "m",
6037
6136
  _dark: {
6038
6137
  background: "dark.ui.bg.page",
6039
- borderColor: "dark.ui.border.default"
6138
+ borderColor: {
6139
+ base: undefined,
6140
+ md: "dark.ui.border.default"
6141
+ }
6040
6142
  }
6041
6143
  },
6042
6144
  drawerContent: {
@@ -6048,7 +6150,7 @@ var FeedbackBox = {
6048
6150
  },
6049
6151
  drawerHeader: {
6050
6152
  alignItems: "baseline",
6051
- background: "ui.gray.light-cool",
6153
+ background: "ui.bg.hover",
6052
6154
  borderBottomWidth: "1px",
6053
6155
  borderLeftWidth: {
6054
6156
  base: undefined,
@@ -6064,7 +6166,8 @@ var FeedbackBox = {
6064
6166
  marginBottom: "0"
6065
6167
  },
6066
6168
  _dark: {
6067
- background: "dark.ui.bg.hover"
6169
+ background: "dark.ui.bg.hover",
6170
+ borderColor: "dark.ui.border.default"
6068
6171
  }
6069
6172
  },
6070
6173
  openButton: {
@@ -6257,7 +6360,7 @@ var Footer = {
6257
6360
  width: "45px",
6258
6361
  a: {
6259
6362
  display: "block",
6260
- color: "#FFF",
6363
+ color: "ui.white",
6261
6364
  fontSize: {
6262
6365
  base: "40px",
6263
6366
  md: "50px"
@@ -6290,7 +6393,10 @@ var Footer = {
6290
6393
  outlineColor: "ui.white"
6291
6394
  },
6292
6395
  _dark: {
6293
- color: "dark.ui.typography.body"
6396
+ color: "dark.ui.typography.body",
6397
+ _hover: {
6398
+ color: "dark.ui.typography.body"
6399
+ }
6294
6400
  }
6295
6401
  },
6296
6402
  // All SVGs in the footer.
@@ -7030,8 +7136,12 @@ var HeaderSearchForm = {
7030
7136
  },
7031
7137
  fontStyle: "normal"
7032
7138
  },
7033
- _focus: headerFocus,
7034
- _hover: headerFocus,
7139
+ _focus: /*#__PURE__*/_extends({}, headerFocus, {
7140
+ borderRadius: "5px"
7141
+ }),
7142
+ _hover: /*#__PURE__*/_extends({}, headerFocus, {
7143
+ borderRadius: "5px"
7144
+ }),
7035
7145
  _dark: {
7036
7146
  color: "dark.ui.typography.body"
7037
7147
  }
@@ -7962,7 +8072,7 @@ var baseUnorderedStyles = function baseUnorderedStyles(noStyling) {
7962
8072
  },
7963
8073
  _dark: {
7964
8074
  _before: {
7965
- color: "dark.ui.bg.active"
8075
+ color: "ui.gray.semi-dark"
7966
8076
  }
7967
8077
  }
7968
8078
  }
@@ -9422,7 +9532,7 @@ var StyledList = {
9422
9532
  },
9423
9533
  _dark: {
9424
9534
  li: {
9425
- borderColor: "dark.ui.border.default"
9535
+ borderColor: "ui.gray.semi-dark"
9426
9536
  }
9427
9537
  }
9428
9538
  }
@@ -9474,7 +9584,7 @@ var tab = {
9474
9584
  color: "dark.ui.typography.heading",
9475
9585
  border: "1px solid transparent",
9476
9586
  borderBottom: "1px solid",
9477
- borderBottomColor: "dark.ui.border.hover",
9587
+ borderBottomColor: "dark.ui.border.default",
9478
9588
  _hover: {
9479
9589
  bg: "dark.ui.bg.hover"
9480
9590
  },
@@ -10033,9 +10143,9 @@ var Switch = {
10033
10143
  return {
10034
10144
  alignItems: "start",
10035
10145
  track: {
10036
- backgroundColor: "ui.gray.medium",
10146
+ backgroundColor: "ui.gray.semi-dark",
10037
10147
  border: "1px solid",
10038
- borderColor: "ui.gray.medium",
10148
+ borderColor: "ui.gray.semi-dark",
10039
10149
  p: "1px",
10040
10150
  _checked: {
10041
10151
  bg: "ui.link.primary",
@@ -10063,8 +10173,8 @@ var Switch = {
10063
10173
  zIndex: "9999"
10064
10174
  },
10065
10175
  _dark: {
10066
- bgColor: "ui.gray.dark",
10067
- borderColor: "ui.gray.dark",
10176
+ bgColor: "ui.gray.semi-dark",
10177
+ borderColor: "ui.gray.semi-dark",
10068
10178
  _checked: {
10069
10179
  bg: "dark.ui.link.primary",
10070
10180
  borderColor: "dark.ui.link.primary"
@@ -10317,7 +10427,7 @@ var DSProvider = function DSProvider(_ref) {
10317
10427
  }, children);
10318
10428
  };
10319
10429
 
10320
- var _excluded$1c = ["children", "icon", "id", "isCentered", "notificationType"],
10430
+ var _excluded$1e = ["children", "icon", "id", "isCentered", "notificationType"],
10321
10431
  _excluded2$5 = ["alignText", "children", "isCentered", "notificationHeading", "notificationType", "showIcon"],
10322
10432
  _excluded3$3 = ["ariaLabel", "className", "dismissible", "icon", "id", "isCentered", "noMargin", "notificationContent", "notificationHeading", "notificationType", "showIcon"];
10323
10433
  /**
@@ -10329,7 +10439,7 @@ var NotificationHeading$1 = /*#__PURE__*/chakra(function (props) {
10329
10439
  id = props.id,
10330
10440
  isCentered = props.isCentered,
10331
10441
  notificationType = props.notificationType,
10332
- rest = _objectWithoutPropertiesLoose(props, _excluded$1c);
10442
+ rest = _objectWithoutPropertiesLoose(props, _excluded$1e);
10333
10443
  var styles = useMultiStyleConfig("NotificationHeading", {
10334
10444
  icon: icon,
10335
10445
  isCentered: isCentered,
@@ -10490,7 +10600,7 @@ var Notification$1 = /*#__PURE__*/chakra( /*#__PURE__*/forwardRef(function (prop
10490
10600
  }, childHeading, childContent), dismissibleButton);
10491
10601
  }));
10492
10602
 
10493
- var _excluded$1d = ["className", "helperText", "id", "invalidText", "isChecked", "isDisabled", "isInvalid", "isRequired", "labelText", "name", "onChange", "showHelperInvalidText", "showLabel", "value"];
10603
+ var _excluded$1f = ["className", "helperText", "id", "invalidText", "isChecked", "isDisabled", "isInvalid", "isRequired", "labelText", "name", "onChange", "showHelperInvalidText", "showLabel", "value"];
10494
10604
  var Radio$1 = /*#__PURE__*/chakra( /*#__PURE__*/forwardRef(function (props, ref) {
10495
10605
  var className = props.className,
10496
10606
  helperText = props.helperText,
@@ -10511,7 +10621,7 @@ var Radio$1 = /*#__PURE__*/chakra( /*#__PURE__*/forwardRef(function (props, ref)
10511
10621
  _props$showLabel = props.showLabel,
10512
10622
  showLabel = _props$showLabel === void 0 ? true : _props$showLabel,
10513
10623
  value = props.value,
10514
- rest = _objectWithoutPropertiesLoose(props, _excluded$1d);
10624
+ rest = _objectWithoutPropertiesLoose(props, _excluded$1f);
10515
10625
  var styles = useMultiStyleConfig("Radio", {
10516
10626
  showLabel: showLabel
10517
10627
  });
@@ -10557,7 +10667,7 @@ var Radio$1 = /*#__PURE__*/chakra( /*#__PURE__*/forwardRef(function (props, ref)
10557
10667
  }, labelText)));
10558
10668
  }));
10559
10669
 
10560
- var _excluded$1e = ["children", "className", "defaultValue", "helperText", "id", "invalidText", "isDisabled", "isFullWidth", "isInvalid", "isRequired", "labelText", "layout", "name", "onChange", "showHelperInvalidText", "showLabel", "showRequiredLabel"];
10670
+ var _excluded$1g = ["children", "className", "defaultValue", "helperText", "id", "invalidText", "isDisabled", "isFullWidth", "isInvalid", "isRequired", "labelText", "layout", "name", "onChange", "showHelperInvalidText", "showLabel", "showRequiredLabel"];
10561
10671
  /**
10562
10672
  * RadioGroup is a wrapper for DS `Radio` components that renders as a fieldset
10563
10673
  * HTML element along with optional helper text. The `name` prop is essential
@@ -10591,7 +10701,7 @@ var RadioGroup$1 = /*#__PURE__*/chakra( /*#__PURE__*/forwardRef(function (props,
10591
10701
  showLabel = _props$showLabel === void 0 ? true : _props$showLabel,
10592
10702
  _props$showRequiredLa = props.showRequiredLabel,
10593
10703
  showRequiredLabel = _props$showRequiredLa === void 0 ? true : _props$showRequiredLa,
10594
- rest = _objectWithoutPropertiesLoose(props, _excluded$1e);
10704
+ rest = _objectWithoutPropertiesLoose(props, _excluded$1g);
10595
10705
  var _React$useState = React__default.useState(defaultValue),
10596
10706
  value = _React$useState[0],
10597
10707
  setValue = _React$useState[1];
@@ -10655,19 +10765,6 @@ var RadioGroup$1 = /*#__PURE__*/chakra( /*#__PURE__*/forwardRef(function (props,
10655
10765
  }));
10656
10766
  }));
10657
10767
 
10658
- /**
10659
- * DS internal helper hook to use state with prop dependencies.
10660
- */
10661
- function useStateWithDependencies(initialValue) {
10662
- var _useState = useState(initialValue),
10663
- value = _useState[0],
10664
- setValue = _useState[1];
10665
- useEffect(function () {
10666
- setValue(initialValue);
10667
- }, [initialValue]);
10668
- return [value, setValue];
10669
- }
10670
-
10671
10768
  var initialState = {
10672
10769
  category: "comment",
10673
10770
  comment: "",
@@ -10738,7 +10835,7 @@ function useFeedbackBoxReducer() {
10738
10835
  };
10739
10836
  }
10740
10837
 
10741
- var _excluded$1f = ["className", "confirmationText", "descriptionText", "hiddenFields", "id", "isInvalidComment", "isInvalidEmail", "notificationText", "onSubmit", "showCategoryField", "showEmailField", "title", "view", "isOpen", "onOpen", "onClose"];
10838
+ var _excluded$1h = ["className", "confirmationText", "descriptionText", "hiddenFields", "id", "isInvalidComment", "isInvalidEmail", "notificationText", "onSubmit", "showCategoryField", "showEmailField", "title", "view", "isOpen", "onOpen", "onClose"];
10742
10839
  /**
10743
10840
  * The `FeedbackBox` component renders a fixed-positioned button on the bottom
10744
10841
  * right corner of a page that opens a Chakra `Drawer` popup component. Inside
@@ -10770,7 +10867,7 @@ var FeedbackBox$1 = /*#__PURE__*/chakra( /*#__PURE__*/forwardRef(function (_ref,
10770
10867
  isOpen = _ref.isOpen,
10771
10868
  onOpen = _ref.onOpen,
10772
10869
  onClose = _ref.onClose,
10773
- rest = _objectWithoutPropertiesLoose(_ref, _excluded$1f);
10870
+ rest = _objectWithoutPropertiesLoose(_ref, _excluded$1h);
10774
10871
  // We want to keep internal state for the view but also
10775
10872
  // update if the consuming app updates it, based on API
10776
10873
  // success and failure responses.
@@ -11105,7 +11202,7 @@ function useFeedbackBox() {
11105
11202
  };
11106
11203
  }
11107
11204
 
11108
- var _excluded$1g = ["id", "isOpen", "multiSelectId", "multiSelectLabelText", "onClear", "onKeyDown", "onMenuToggle", "selectedItems"];
11205
+ var _excluded$1i = ["id", "isOpen", "multiSelectId", "multiSelectLabelText", "onClear", "onKeyDown", "onMenuToggle", "selectedItems"];
11109
11206
  var _templateObject;
11110
11207
  var grow = /*#__PURE__*/keyframes$1(_templateObject || (_templateObject = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n from {width: 22px; opacity: 0; }\n to {width: 46px; opacity: 1;}\n"])));
11111
11208
  /**
@@ -11124,7 +11221,7 @@ var MultiSelectMenuButton$1 = /*#__PURE__*/forwardRef(function (props, ref) {
11124
11221
  onClear = props.onClear,
11125
11222
  onMenuToggle = props.onMenuToggle,
11126
11223
  selectedItems = props.selectedItems,
11127
- rest = _objectWithoutPropertiesLoose(props, _excluded$1g);
11224
+ rest = _objectWithoutPropertiesLoose(props, _excluded$1i);
11128
11225
  var iconType = isOpen ? "minus" : "plus";
11129
11226
  var growAnimation = grow + " 150ms ease-out";
11130
11227
  var _React$useState = React__default.useState(isOpen),
@@ -11204,7 +11301,7 @@ var MultiSelectMenuButton$1 = /*#__PURE__*/forwardRef(function (props, ref) {
11204
11301
  })));
11205
11302
  });
11206
11303
 
11207
- var _excluded$1h = ["id", "isBlockElement", "isDefaultOpen", "items", "labelText", "onChange", "onClear", "selectedItems", "width"];
11304
+ var _excluded$1j = ["id", "isBlockElement", "isDefaultOpen", "items", "labelText", "onChange", "onClear", "selectedItems", "width"];
11208
11305
  /** MultiSelectListbox renders a non-hierarchical list of checkbox options for the `type="listbox". It leverager downshift-js for accessiblity. */
11209
11306
  var MultiSelectListbox = /*#__PURE__*/chakra( /*#__PURE__*/forwardRef(function (props, ref) {
11210
11307
  var id = props.id,
@@ -11216,7 +11313,7 @@ var MultiSelectListbox = /*#__PURE__*/chakra( /*#__PURE__*/forwardRef(function (
11216
11313
  onClear = props.onClear,
11217
11314
  selectedItems = props.selectedItems,
11218
11315
  width = props.width,
11219
- rest = _objectWithoutPropertiesLoose(props, _excluded$1h);
11316
+ rest = _objectWithoutPropertiesLoose(props, _excluded$1j);
11220
11317
  // Downshift.
11221
11318
  var _useSelect = useSelect({
11222
11319
  items: items,
@@ -11351,7 +11448,7 @@ var useCloseDropDown = function useCloseDropDown(actionCb, ref) {
11351
11448
  });
11352
11449
  };
11353
11450
 
11354
- var _excluded$1i = ["id", "isBlockElement", "isDefaultOpen", "items", "labelText", "onApply", "onChange", "onClear", "onMixedStateChange", "selectedItems", "width"];
11451
+ var _excluded$1k = ["id", "isBlockElement", "isDefaultOpen", "items", "labelText", "onApply", "onChange", "onClear", "onMixedStateChange", "selectedItems", "width"];
11355
11452
  var MultiSelectDialog = /*#__PURE__*/chakra( /*#__PURE__*/forwardRef(function (props, ref) {
11356
11453
  var id = props.id,
11357
11454
  isBlockElement = props.isBlockElement,
@@ -11364,7 +11461,7 @@ var MultiSelectDialog = /*#__PURE__*/chakra( /*#__PURE__*/forwardRef(function (p
11364
11461
  onMixedStateChange = props.onMixedStateChange,
11365
11462
  selectedItems = props.selectedItems,
11366
11463
  width = props.width,
11367
- rest = _objectWithoutPropertiesLoose(props, _excluded$1i);
11464
+ rest = _objectWithoutPropertiesLoose(props, _excluded$1k);
11368
11465
  // Use NYPL Breakpoints hook to check screen size
11369
11466
  var _useNYPLBreakpoints = useNYPLBreakpoints(),
11370
11467
  isLargerThanMobile = _useNYPLBreakpoints.isLargerThanMobile;
@@ -11529,7 +11626,7 @@ var MultiSelectDialog = /*#__PURE__*/chakra( /*#__PURE__*/forwardRef(function (p
11529
11626
  }
11530
11627
  });
11531
11628
 
11532
- var _excluded$1j = ["id", "isBlockElement", "isDefaultOpen", "items", "labelText", "onApply", "onChange", "onClear", "onMixedStateChange", "selectedItems", "type", "width"];
11629
+ var _excluded$1l = ["id", "isBlockElement", "isDefaultOpen", "items", "labelText", "onApply", "onChange", "onClear", "onMixedStateChange", "selectedItems", "type", "width"];
11533
11630
  /**
11534
11631
  * The `MultiSelect` component is a form input element that presents a list
11535
11632
  * of `Checkbox` components from which a user can make one or multiple
@@ -11553,7 +11650,7 @@ var MultiSelect$1 = /*#__PURE__*/chakra( /*#__PURE__*/forwardRef(function (props
11553
11650
  type = props.type,
11554
11651
  _props$width = props.width,
11555
11652
  width = _props$width === void 0 ? "default" : _props$width,
11556
- rest = _objectWithoutPropertiesLoose(props, _excluded$1j);
11653
+ rest = _objectWithoutPropertiesLoose(props, _excluded$1l);
11557
11654
  var commonProps = {
11558
11655
  id: id,
11559
11656
  isBlockElement: isBlockElement,
@@ -11590,7 +11687,7 @@ var MultiSelect$1 = /*#__PURE__*/chakra( /*#__PURE__*/forwardRef(function (props
11590
11687
  }
11591
11688
  });
11592
11689
 
11593
- var _excluded$1k = ["children", "className", "id", "labelText", "layout", "multiSelectWidth", "showLabel"];
11690
+ var _excluded$1m = ["children", "className", "id", "labelText", "layout", "multiSelectWidth", "showLabel"];
11594
11691
  /**
11595
11692
  * `MultiSelectGroup` is a wrapper component specific for `MultiSelect` components. The wrapped `MutliSelect` components can be displayed in a
11596
11693
  * column or in a row. The `MultiSelectGroup` component renders all the necessary
@@ -11609,7 +11706,7 @@ var MultiSelectGroup = /*#__PURE__*/chakra( /*#__PURE__*/forwardRef(function (pr
11609
11706
  multiSelectWidth = _props$multiSelectWid === void 0 ? "default" : _props$multiSelectWid,
11610
11707
  _props$showLabel = props.showLabel,
11611
11708
  showLabel = _props$showLabel === void 0 ? true : _props$showLabel,
11612
- rest = _objectWithoutPropertiesLoose(props, _excluded$1k);
11709
+ rest = _objectWithoutPropertiesLoose(props, _excluded$1m);
11613
11710
  var newChildren = [];
11614
11711
  var _useNYPLBreakpoints = useNYPLBreakpoints(),
11615
11712
  isLargerThanMobile = _useNYPLBreakpoints.isLargerThanMobile;
@@ -11665,7 +11762,7 @@ var MultiSelectGroup = /*#__PURE__*/chakra( /*#__PURE__*/forwardRef(function (pr
11665
11762
  }, newChildren));
11666
11763
  }));
11667
11764
 
11668
- var _excluded$1l = ["children", "id", "isOpen", "headingText", "layout", "onClear", "onSubmit", "onToggle", "onOpen", "onClose", "selectedItems", "showClearAll", "showSubmitAll", "filterWidth"];
11765
+ var _excluded$1n = ["children", "id", "isOpen", "headingText", "layout", "onClear", "onSubmit", "onToggle", "onOpen", "onClose", "selectedItems", "showClearAll", "showSubmitAll", "filterWidth"];
11669
11766
  /**
11670
11767
  * `FilterBar` is a wrapper component for filter components.
11671
11768
  * The DS considers the following components as filter components:
@@ -11693,7 +11790,7 @@ var FilterBar$1 = /*#__PURE__*/chakra( /*#__PURE__*/forwardRef(function (props,
11693
11790
  _props$showSubmitAll = props.showSubmitAll,
11694
11791
  showSubmitAll = _props$showSubmitAll === void 0 ? false : _props$showSubmitAll,
11695
11792
  filterWidth = props.filterWidth,
11696
- rest = _objectWithoutPropertiesLoose(props, _excluded$1l);
11793
+ rest = _objectWithoutPropertiesLoose(props, _excluded$1n);
11697
11794
  var _useNYPLBreapoints = useNYPLBreakpoints(),
11698
11795
  isLargerThanMedium = _useNYPLBreapoints.isLargerThanMedium;
11699
11796
  var finalLayout = isLargerThanMedium ? layout : "column";
@@ -11814,7 +11911,7 @@ var FilterBar$1 = /*#__PURE__*/chakra( /*#__PURE__*/forwardRef(function (props,
11814
11911
  }, "Clear Filters")))))));
11815
11912
  }));
11816
11913
 
11817
- var _excluded$1m = ["children", "className", "id", "inline", "listItems", "noStyling", "title", "type"];
11914
+ var _excluded$1o = ["children", "className", "id", "inline", "listItems", "noStyling", "title", "type"];
11818
11915
  /**
11819
11916
  * A component that renders list item `li` elements or description item `dt`
11820
11917
  * and `dd` elements based on the `type` prop. Note that the `title` prop will
@@ -11832,7 +11929,7 @@ var List$1 = /*#__PURE__*/chakra( /*#__PURE__*/forwardRef(function (props, ref)
11832
11929
  title = props.title,
11833
11930
  _props$type = props.type,
11834
11931
  type = _props$type === void 0 ? "ul" : _props$type,
11835
- rest = _objectWithoutPropertiesLoose(props, _excluded$1m);
11932
+ rest = _objectWithoutPropertiesLoose(props, _excluded$1o);
11836
11933
  var styles = useStyleConfig("List", {
11837
11934
  inline: inline,
11838
11935
  noStyling: noStyling,
@@ -11934,15 +12031,15 @@ var checkListChildrenError = function checkListChildrenError(children, listType,
11934
12031
  };
11935
12032
 
11936
12033
  var _path$L, _path2$f, _path3$7;
11937
- var _excluded$1n = ["title", "titleId"];
11938
- 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); }
11939
- 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; }
11940
- 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; }
12034
+ var _excluded$1p = ["title", "titleId"];
12035
+ 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); }
12036
+ 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; }
12037
+ 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; }
11941
12038
  var SvgLogoAppleAppStoreBlack = function SvgLogoAppleAppStoreBlack(_ref) {
11942
12039
  var title = _ref.title,
11943
12040
  titleId = _ref.titleId,
11944
- props = _objectWithoutProperties$Q(_ref, _excluded$1n);
11945
- return /*#__PURE__*/createElement("svg", _extends$R({
12041
+ props = _objectWithoutProperties$S(_ref, _excluded$1p);
12042
+ return /*#__PURE__*/createElement("svg", _extends$T({
11946
12043
  viewBox: "0 0 200 67",
11947
12044
  fill: "none",
11948
12045
  xmlns: "http://www.w3.org/2000/svg",
@@ -11962,15 +12059,15 @@ var SvgLogoAppleAppStoreBlack = function SvgLogoAppleAppStoreBlack(_ref) {
11962
12059
  };
11963
12060
 
11964
12061
  var _path$M, _path2$g, _path3$8;
11965
- var _excluded$1o = ["title", "titleId"];
11966
- 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); }
11967
- 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; }
11968
- 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; }
12062
+ var _excluded$1q = ["title", "titleId"];
12063
+ 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); }
12064
+ 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; }
12065
+ 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; }
11969
12066
  var SvgLogoAppleAppStoreWhite = function SvgLogoAppleAppStoreWhite(_ref) {
11970
12067
  var title = _ref.title,
11971
12068
  titleId = _ref.titleId,
11972
- props = _objectWithoutProperties$R(_ref, _excluded$1o);
11973
- return /*#__PURE__*/createElement("svg", _extends$S({
12069
+ props = _objectWithoutProperties$T(_ref, _excluded$1q);
12070
+ return /*#__PURE__*/createElement("svg", _extends$U({
11974
12071
  viewBox: "0 0 200 67",
11975
12072
  fill: "none",
11976
12073
  xmlns: "http://www.w3.org/2000/svg",
@@ -11990,15 +12087,15 @@ var SvgLogoAppleAppStoreWhite = function SvgLogoAppleAppStoreWhite(_ref) {
11990
12087
  };
11991
12088
 
11992
12089
  var _path$N, _path2$h, _path3$9;
11993
- var _excluded$1p = ["title", "titleId"];
11994
- 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); }
11995
- 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; }
11996
- 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; }
12090
+ var _excluded$1r = ["title", "titleId"];
12091
+ 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); }
12092
+ 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; }
12093
+ 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; }
11997
12094
  var SvgLogoBplBlack = function SvgLogoBplBlack(_ref) {
11998
12095
  var title = _ref.title,
11999
12096
  titleId = _ref.titleId,
12000
- props = _objectWithoutProperties$S(_ref, _excluded$1p);
12001
- return /*#__PURE__*/createElement("svg", _extends$T({
12097
+ props = _objectWithoutProperties$U(_ref, _excluded$1r);
12098
+ return /*#__PURE__*/createElement("svg", _extends$V({
12002
12099
  viewBox: "0 0 328 120",
12003
12100
  xmlns: "http://www.w3.org/2000/svg",
12004
12101
  "aria-labelledby": titleId
@@ -12014,15 +12111,15 @@ var SvgLogoBplBlack = function SvgLogoBplBlack(_ref) {
12014
12111
  };
12015
12112
 
12016
12113
  var _path$O, _path2$i, _path3$a;
12017
- var _excluded$1q = ["title", "titleId"];
12018
- 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); }
12019
- 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; }
12020
- 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; }
12114
+ var _excluded$1s = ["title", "titleId"];
12115
+ 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); }
12116
+ 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; }
12117
+ 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; }
12021
12118
  var SvgLogoBplWhite = function SvgLogoBplWhite(_ref) {
12022
12119
  var title = _ref.title,
12023
12120
  titleId = _ref.titleId,
12024
- props = _objectWithoutProperties$T(_ref, _excluded$1q);
12025
- return /*#__PURE__*/createElement("svg", _extends$U({
12121
+ props = _objectWithoutProperties$V(_ref, _excluded$1s);
12122
+ return /*#__PURE__*/createElement("svg", _extends$W({
12026
12123
  viewBox: "0 0 328 120",
12027
12124
  fill: "#fff",
12028
12125
  xmlns: "http://www.w3.org/2000/svg",
@@ -12039,15 +12136,15 @@ var SvgLogoBplWhite = function SvgLogoBplWhite(_ref) {
12039
12136
  };
12040
12137
 
12041
12138
  var _rect$2, _path$P;
12042
- var _excluded$1r = ["title", "titleId"];
12043
- 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); }
12044
- 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; }
12045
- 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; }
12139
+ var _excluded$1t = ["title", "titleId"];
12140
+ 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); }
12141
+ 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; }
12142
+ 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; }
12046
12143
  var SvgLogoCleverBadgeColor = function SvgLogoCleverBadgeColor(_ref) {
12047
12144
  var title = _ref.title,
12048
12145
  titleId = _ref.titleId,
12049
- props = _objectWithoutProperties$U(_ref, _excluded$1r);
12050
- return /*#__PURE__*/createElement("svg", _extends$V({
12146
+ props = _objectWithoutProperties$W(_ref, _excluded$1t);
12147
+ return /*#__PURE__*/createElement("svg", _extends$X({
12051
12148
  viewBox: "0 0 118 119",
12052
12149
  fill: "none",
12053
12150
  xmlns: "http://www.w3.org/2000/svg",
@@ -12069,15 +12166,15 @@ var SvgLogoCleverBadgeColor = function SvgLogoCleverBadgeColor(_ref) {
12069
12166
  };
12070
12167
 
12071
12168
  var _path$Q;
12072
- var _excluded$1s = ["title", "titleId"];
12073
- 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); }
12074
- 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; }
12075
- 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; }
12169
+ var _excluded$1u = ["title", "titleId"];
12170
+ 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); }
12171
+ 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; }
12172
+ 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; }
12076
12173
  var SvgLogoCleverColor = function SvgLogoCleverColor(_ref) {
12077
12174
  var title = _ref.title,
12078
12175
  titleId = _ref.titleId,
12079
- props = _objectWithoutProperties$V(_ref, _excluded$1s);
12080
- return /*#__PURE__*/createElement("svg", _extends$W({
12176
+ props = _objectWithoutProperties$X(_ref, _excluded$1u);
12177
+ return /*#__PURE__*/createElement("svg", _extends$Y({
12081
12178
  viewBox: "0 0 312 88",
12082
12179
  fill: "#436CF2",
12083
12180
  xmlns: "http://www.w3.org/2000/svg",
@@ -12092,15 +12189,15 @@ var SvgLogoCleverColor = function SvgLogoCleverColor(_ref) {
12092
12189
  };
12093
12190
 
12094
12191
  var _path$R;
12095
- var _excluded$1t = ["title", "titleId"];
12096
- 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); }
12097
- 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; }
12098
- 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; }
12192
+ var _excluded$1v = ["title", "titleId"];
12193
+ 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); }
12194
+ 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; }
12195
+ 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; }
12099
12196
  var SvgLogoCleverWhite = function SvgLogoCleverWhite(_ref) {
12100
12197
  var title = _ref.title,
12101
12198
  titleId = _ref.titleId,
12102
- props = _objectWithoutProperties$W(_ref, _excluded$1t);
12103
- return /*#__PURE__*/createElement("svg", _extends$X({
12199
+ props = _objectWithoutProperties$Y(_ref, _excluded$1v);
12200
+ return /*#__PURE__*/createElement("svg", _extends$Z({
12104
12201
  viewBox: "0 0 312 88",
12105
12202
  fill: "#fff",
12106
12203
  xmlns: "http://www.w3.org/2000/svg",
@@ -12114,16 +12211,16 @@ var SvgLogoCleverWhite = function SvgLogoCleverWhite(_ref) {
12114
12211
  })));
12115
12212
  };
12116
12213
 
12117
- var _path$S, _path2$j, _path3$b, _path4$1, _path5, _g$3, _path6, _path7, _path8;
12118
- var _excluded$1u = ["title", "titleId"];
12119
- 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); }
12120
- 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; }
12121
- 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; }
12214
+ var _path$S, _path2$j, _path3$b, _path4$1, _path5, _g$5, _path6, _path7, _path8;
12215
+ var _excluded$1w = ["title", "titleId"];
12216
+ 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); }
12217
+ 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; }
12218
+ 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; }
12122
12219
  var SvgLogoDigitalCollectionsBlack = function SvgLogoDigitalCollectionsBlack(_ref) {
12123
12220
  var title = _ref.title,
12124
12221
  titleId = _ref.titleId,
12125
- props = _objectWithoutProperties$X(_ref, _excluded$1u);
12126
- return /*#__PURE__*/createElement("svg", _extends$Y({
12222
+ props = _objectWithoutProperties$Z(_ref, _excluded$1w);
12223
+ return /*#__PURE__*/createElement("svg", _extends$_({
12127
12224
  viewBox: "0 0 360 49",
12128
12225
  fill: "none",
12129
12226
  xmlns: "http://www.w3.org/2000/svg",
@@ -12165,7 +12262,7 @@ var SvgLogoDigitalCollectionsBlack = function SvgLogoDigitalCollectionsBlack(_re
12165
12262
  clipRule: "evenodd",
12166
12263
  d: "M0 0h48.05v48.056H0V0Z",
12167
12264
  fill: "#fff"
12168
- }))), _g$3 || (_g$3 = /*#__PURE__*/createElement("g", {
12265
+ }))), _g$5 || (_g$5 = /*#__PURE__*/createElement("g", {
12169
12266
  mask: "url(#logo-digital-collections-black_svg__a)",
12170
12267
  fillRule: "evenodd",
12171
12268
  clipRule: "evenodd"
@@ -12189,16 +12286,16 @@ var SvgLogoDigitalCollectionsBlack = function SvgLogoDigitalCollectionsBlack(_re
12189
12286
  })));
12190
12287
  };
12191
12288
 
12192
- var _path$T, _path2$k, _g$4, _path3$c, _path4$2;
12193
- var _excluded$1v = ["title", "titleId"];
12194
- 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); }
12195
- 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; }
12196
- 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; }
12289
+ var _path$T, _path2$k, _g$6, _path3$c, _path4$2;
12290
+ var _excluded$1x = ["title", "titleId"];
12291
+ 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); }
12292
+ 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; }
12293
+ 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; }
12197
12294
  var SvgLogoDigitalCollectionsWhite = function SvgLogoDigitalCollectionsWhite(_ref) {
12198
12295
  var title = _ref.title,
12199
12296
  titleId = _ref.titleId,
12200
- props = _objectWithoutProperties$Y(_ref, _excluded$1v);
12201
- return /*#__PURE__*/createElement("svg", _extends$Z({
12297
+ props = _objectWithoutProperties$_(_ref, _excluded$1x);
12298
+ return /*#__PURE__*/createElement("svg", _extends$$({
12202
12299
  viewBox: "0 0 360 47",
12203
12300
  fill: "none",
12204
12301
  xmlns: "http://www.w3.org/2000/svg",
@@ -12225,7 +12322,7 @@ var SvgLogoDigitalCollectionsWhite = function SvgLogoDigitalCollectionsWhite(_re
12225
12322
  clipRule: "evenodd",
12226
12323
  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",
12227
12324
  fill: "#fff"
12228
- }))), _g$4 || (_g$4 = /*#__PURE__*/createElement("g", {
12325
+ }))), _g$6 || (_g$6 = /*#__PURE__*/createElement("g", {
12229
12326
  mask: "url(#logo-digital-collections-white_svg__a)"
12230
12327
  }, /*#__PURE__*/createElement("path", {
12231
12328
  fill: "#fff",
@@ -12240,15 +12337,15 @@ var SvgLogoDigitalCollectionsWhite = function SvgLogoDigitalCollectionsWhite(_re
12240
12337
  };
12241
12338
 
12242
12339
  var _path$U, _path2$l, _path3$d, _path4$3, _path5$1, _path6$1, _path7$1, _path8$1, _path9, _path10, _path11, _path12, _path13;
12243
- var _excluded$1w = ["title", "titleId"];
12244
- 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); }
12245
- 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; }
12246
- 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; }
12340
+ var _excluded$1y = ["title", "titleId"];
12341
+ 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); }
12342
+ 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; }
12343
+ 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; }
12247
12344
  var SvgLogoFirstbookColor = function SvgLogoFirstbookColor(_ref) {
12248
12345
  var title = _ref.title,
12249
12346
  titleId = _ref.titleId,
12250
- props = _objectWithoutProperties$Z(_ref, _excluded$1w);
12251
- return /*#__PURE__*/createElement("svg", _extends$_({
12347
+ props = _objectWithoutProperties$$(_ref, _excluded$1y);
12348
+ return /*#__PURE__*/createElement("svg", _extends$10({
12252
12349
  viewBox: "0 0 172 152",
12253
12350
  fill: "none",
12254
12351
  xmlns: "http://www.w3.org/2000/svg",
@@ -12297,23 +12394,23 @@ var SvgLogoFirstbookColor = function SvgLogoFirstbookColor(_ref) {
12297
12394
  })));
12298
12395
  };
12299
12396
 
12300
- var _g$5;
12301
- var _excluded$1x = ["title", "titleId"];
12302
- 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); }
12303
- 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; }
12304
- 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; }
12397
+ var _g$7;
12398
+ var _excluded$1z = ["title", "titleId"];
12399
+ 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); }
12400
+ 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; }
12401
+ 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; }
12305
12402
  var SvgLogoFirstbookColorNegative = function SvgLogoFirstbookColorNegative(_ref) {
12306
12403
  var title = _ref.title,
12307
12404
  titleId = _ref.titleId,
12308
- props = _objectWithoutProperties$_(_ref, _excluded$1x);
12309
- return /*#__PURE__*/createElement("svg", _extends$$({
12405
+ props = _objectWithoutProperties$10(_ref, _excluded$1z);
12406
+ return /*#__PURE__*/createElement("svg", _extends$11({
12310
12407
  viewBox: "0 0 170 150",
12311
12408
  fill: "none",
12312
12409
  xmlns: "http://www.w3.org/2000/svg",
12313
12410
  "aria-labelledby": titleId
12314
12411
  }, props), title ? /*#__PURE__*/createElement("title", {
12315
12412
  id: titleId
12316
- }, title) : null, _g$5 || (_g$5 = /*#__PURE__*/createElement("g", {
12413
+ }, title) : null, _g$7 || (_g$7 = /*#__PURE__*/createElement("g", {
12317
12414
  clipPath: "url(#logo-firstbook-color-negative_svg__clip0_50221_35656)"
12318
12415
  }, /*#__PURE__*/createElement("path", {
12319
12416
  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",
@@ -12360,23 +12457,23 @@ var SvgLogoFirstbookColorNegative = function SvgLogoFirstbookColorNegative(_ref)
12360
12457
  }))));
12361
12458
  };
12362
12459
 
12363
- var _g$6, _defs;
12364
- var _excluded$1y = ["title", "titleId"];
12365
- 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); }
12366
- 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; }
12367
- 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; }
12460
+ var _g$8, _defs;
12461
+ var _excluded$1A = ["title", "titleId"];
12462
+ 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); }
12463
+ 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; }
12464
+ 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; }
12368
12465
  var SvgLogoGooglePlayBlack = function SvgLogoGooglePlayBlack(_ref) {
12369
12466
  var title = _ref.title,
12370
12467
  titleId = _ref.titleId,
12371
- props = _objectWithoutProperties$$(_ref, _excluded$1y);
12372
- return /*#__PURE__*/createElement("svg", _extends$10({
12468
+ props = _objectWithoutProperties$11(_ref, _excluded$1A);
12469
+ return /*#__PURE__*/createElement("svg", _extends$12({
12373
12470
  viewBox: "0 0 200 60",
12374
12471
  fill: "none",
12375
12472
  xmlns: "http://www.w3.org/2000/svg",
12376
12473
  "aria-labelledby": titleId
12377
12474
  }, props), title ? /*#__PURE__*/createElement("title", {
12378
12475
  id: titleId
12379
- }, title) : null, _g$6 || (_g$6 = /*#__PURE__*/createElement("g", {
12476
+ }, title) : null, _g$8 || (_g$8 = /*#__PURE__*/createElement("g", {
12380
12477
  clipPath: "url(#logo-google-play-black_svg__a)"
12381
12478
  }, /*#__PURE__*/createElement("path", {
12382
12479
  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",
@@ -12501,15 +12598,15 @@ var SvgLogoGooglePlayBlack = function SvgLogoGooglePlayBlack(_ref) {
12501
12598
  };
12502
12599
 
12503
12600
  var _path$V, _path2$m;
12504
- var _excluded$1z = ["title", "titleId"];
12505
- 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); }
12506
- 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; }
12507
- 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; }
12601
+ var _excluded$1B = ["title", "titleId"];
12602
+ 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); }
12603
+ 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; }
12604
+ 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; }
12508
12605
  var SvgLogoLpaColor = function SvgLogoLpaColor(_ref) {
12509
12606
  var title = _ref.title,
12510
12607
  titleId = _ref.titleId,
12511
- props = _objectWithoutProperties$10(_ref, _excluded$1z);
12512
- return /*#__PURE__*/createElement("svg", _extends$11({
12608
+ props = _objectWithoutProperties$12(_ref, _excluded$1B);
12609
+ return /*#__PURE__*/createElement("svg", _extends$13({
12513
12610
  viewBox: "0 0 186 74",
12514
12611
  fill: "none",
12515
12612
  xmlns: "http://www.w3.org/2000/svg",
@@ -12526,15 +12623,15 @@ var SvgLogoLpaColor = function SvgLogoLpaColor(_ref) {
12526
12623
  };
12527
12624
 
12528
12625
  var _path$W;
12529
- var _excluded$1A = ["title", "titleId"];
12530
- 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); }
12531
- 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; }
12532
- 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; }
12626
+ var _excluded$1C = ["title", "titleId"];
12627
+ 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); }
12628
+ 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; }
12629
+ 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; }
12533
12630
  var SvgLogoLpaBlack = function SvgLogoLpaBlack(_ref) {
12534
12631
  var title = _ref.title,
12535
12632
  titleId = _ref.titleId,
12536
- props = _objectWithoutProperties$11(_ref, _excluded$1A);
12537
- return /*#__PURE__*/createElement("svg", _extends$12({
12633
+ props = _objectWithoutProperties$13(_ref, _excluded$1C);
12634
+ return /*#__PURE__*/createElement("svg", _extends$14({
12538
12635
  viewBox: "0 0 186 74",
12539
12636
  xmlns: "http://www.w3.org/2000/svg",
12540
12637
  "aria-labelledby": titleId
@@ -12546,15 +12643,15 @@ var SvgLogoLpaBlack = function SvgLogoLpaBlack(_ref) {
12546
12643
  };
12547
12644
 
12548
12645
  var _path$X;
12549
- var _excluded$1B = ["title", "titleId"];
12550
- 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); }
12551
- 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; }
12552
- 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; }
12646
+ var _excluded$1D = ["title", "titleId"];
12647
+ 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); }
12648
+ 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; }
12649
+ 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; }
12553
12650
  var SvgLogoLpaWhite = function SvgLogoLpaWhite(_ref) {
12554
12651
  var title = _ref.title,
12555
12652
  titleId = _ref.titleId,
12556
- props = _objectWithoutProperties$12(_ref, _excluded$1B);
12557
- return /*#__PURE__*/createElement("svg", _extends$13({
12653
+ props = _objectWithoutProperties$14(_ref, _excluded$1D);
12654
+ return /*#__PURE__*/createElement("svg", _extends$15({
12558
12655
  viewBox: "0 0 186 74",
12559
12656
  fill: "#fff",
12560
12657
  xmlns: "http://www.w3.org/2000/svg",
@@ -12566,91 +12663,115 @@ var SvgLogoLpaWhite = function SvgLogoLpaWhite(_ref) {
12566
12663
  })));
12567
12664
  };
12568
12665
 
12569
- var _g$7;
12570
- var _excluded$1C = ["title", "titleId"];
12571
- 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); }
12572
- 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; }
12573
- 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; }
12666
+ var _g$9;
12667
+ var _excluded$1E = ["title", "titleId"];
12668
+ 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); }
12669
+ 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; }
12670
+ 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; }
12574
12671
  var SvgLogoMlnBlack = function SvgLogoMlnBlack(_ref) {
12575
12672
  var title = _ref.title,
12576
12673
  titleId = _ref.titleId,
12577
- props = _objectWithoutProperties$13(_ref, _excluded$1C);
12578
- return /*#__PURE__*/createElement("svg", _extends$14({
12674
+ props = _objectWithoutProperties$15(_ref, _excluded$1E);
12675
+ return /*#__PURE__*/createElement("svg", _extends$16({
12579
12676
  viewBox: "0 0 300 71",
12580
12677
  xmlns: "http://www.w3.org/2000/svg",
12581
12678
  "aria-labelledby": titleId
12582
12679
  }, props), title ? /*#__PURE__*/createElement("title", {
12583
12680
  id: titleId
12584
- }, title) : null, _g$7 || (_g$7 = /*#__PURE__*/createElement("g", {
12681
+ }, title) : null, _g$9 || (_g$9 = /*#__PURE__*/createElement("g", {
12585
12682
  clipPath: "url(#logo-mln-black_svg__clip0_51609_40290)"
12586
12683
  }, /*#__PURE__*/createElement("path", {
12587
12684
  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"
12588
12685
  }))));
12589
12686
  };
12590
12687
 
12591
- var _g$8;
12592
- var _excluded$1D = ["title", "titleId"];
12593
- 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); }
12594
- 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; }
12595
- 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; }
12688
+ var _g$a;
12689
+ var _excluded$1F = ["title", "titleId"];
12690
+ 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); }
12691
+ 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; }
12692
+ 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; }
12596
12693
  var SvgLogoMlnColor = function SvgLogoMlnColor(_ref) {
12597
12694
  var title = _ref.title,
12598
12695
  titleId = _ref.titleId,
12599
- props = _objectWithoutProperties$14(_ref, _excluded$1D);
12600
- return /*#__PURE__*/createElement("svg", _extends$15({
12696
+ props = _objectWithoutProperties$16(_ref, _excluded$1F);
12697
+ return /*#__PURE__*/createElement("svg", _extends$17({
12601
12698
  viewBox: "0 0 300 71",
12602
12699
  fill: "#C60917",
12603
12700
  xmlns: "http://www.w3.org/2000/svg",
12604
12701
  "aria-labelledby": titleId
12605
12702
  }, props), title ? /*#__PURE__*/createElement("title", {
12606
12703
  id: titleId
12607
- }, title) : null, _g$8 || (_g$8 = /*#__PURE__*/createElement("g", {
12704
+ }, title) : null, _g$a || (_g$a = /*#__PURE__*/createElement("g", {
12608
12705
  clipPath: "url(#logo-mln-color_svg__clip0_51609_40290)"
12609
12706
  }, /*#__PURE__*/createElement("path", {
12610
12707
  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"
12611
12708
  }))));
12612
12709
  };
12613
12710
 
12614
- var _g$9;
12615
- var _excluded$1E = ["title", "titleId"];
12616
- 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); }
12617
- 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; }
12618
- 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; }
12711
+ var _g$b;
12712
+ var _excluded$1G = ["title", "titleId"];
12713
+ 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); }
12714
+ 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; }
12715
+ 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; }
12619
12716
  var SvgLogoMlnWhite = function SvgLogoMlnWhite(_ref) {
12620
12717
  var title = _ref.title,
12621
12718
  titleId = _ref.titleId,
12622
- props = _objectWithoutProperties$15(_ref, _excluded$1E);
12623
- return /*#__PURE__*/createElement("svg", _extends$16({
12719
+ props = _objectWithoutProperties$17(_ref, _excluded$1G);
12720
+ return /*#__PURE__*/createElement("svg", _extends$18({
12624
12721
  viewBox: "0 0 300 71",
12625
12722
  fill: "#fff",
12626
12723
  xmlns: "http://www.w3.org/2000/svg",
12627
12724
  "aria-labelledby": titleId
12628
12725
  }, props), title ? /*#__PURE__*/createElement("title", {
12629
12726
  id: titleId
12630
- }, title) : null, _g$9 || (_g$9 = /*#__PURE__*/createElement("g", {
12727
+ }, title) : null, _g$b || (_g$b = /*#__PURE__*/createElement("g", {
12631
12728
  clipPath: "url(#logo-mln-white_svg__clip0_51609_40290)"
12632
12729
  }, /*#__PURE__*/createElement("path", {
12633
12730
  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"
12634
12731
  }))));
12635
12732
  };
12636
12733
 
12637
- var _g$a, _defs$1;
12638
- var _excluded$1F = ["title", "titleId"];
12639
- 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); }
12640
- 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; }
12641
- 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; }
12734
+ var _g$c;
12735
+ var _excluded$1H = ["title", "titleId"];
12736
+ 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); }
12737
+ 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; }
12738
+ 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; }
12739
+ var SvgLogoNycdoeBlack = function SvgLogoNycdoeBlack(_ref) {
12740
+ var title = _ref.title,
12741
+ titleId = _ref.titleId,
12742
+ props = _objectWithoutProperties$18(_ref, _excluded$1H);
12743
+ return /*#__PURE__*/createElement("svg", _extends$19({
12744
+ viewBox: "0 0 341 61",
12745
+ fill: "none",
12746
+ xmlns: "http://www.w3.org/2000/svg",
12747
+ "aria-labelledby": titleId
12748
+ }, props), title ? /*#__PURE__*/createElement("title", {
12749
+ id: titleId
12750
+ }, title) : null, _g$c || (_g$c = /*#__PURE__*/createElement("g", {
12751
+ clipPath: "url(#logo-nycdoe-black_svg__clip0_77131_127720)",
12752
+ fill: "#000"
12753
+ }, /*#__PURE__*/createElement("path", {
12754
+ 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.061ZM169.13 0h-37.582l-11.276 11.275V48.86l11.276 11.275h37.582l11.278-11.275V37.583l-3.759-3.762h-18.793v3.762h-15.034V22.55h15.034v3.712h18.793l3.759-3.712V11.275L169.13 0ZM56.377 0H41.344l-3.759 3.756V18.79L18.792 0H3.76L0 3.756v52.62l3.76 3.758h15.032l3.76-3.758V41.341l18.792 18.793h15.033l3.758-3.758V3.757L56.377 0ZM82.686 60.133H97.72l3.758-3.757V45.101l18.794-18.793V3.758L116.513 0h-15.035L97.72 3.757v7.518l-7.516 7.516-7.518-7.516V3.757L78.928 0H63.894l-3.758 3.757v22.551l18.792 18.793v11.275l3.758 3.757ZM173.67.538V.002h2.727v.536h-1.041v2.665h-.638V.538h-1.048ZM177.853.002l.819 2.293.813-2.293h.919v3.201h-.589V.623l-.882 2.58h-.512l-.892-2.58v2.58h-.588V.002h.912Z"
12755
+ }))));
12756
+ };
12757
+
12758
+ var _g$d, _defs$1;
12759
+ var _excluded$1I = ["title", "titleId"];
12760
+ 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); }
12761
+ 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; }
12762
+ 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; }
12642
12763
  var SvgLogoNycdoeColor = function SvgLogoNycdoeColor(_ref) {
12643
12764
  var title = _ref.title,
12644
12765
  titleId = _ref.titleId,
12645
- props = _objectWithoutProperties$16(_ref, _excluded$1F);
12646
- return /*#__PURE__*/createElement("svg", _extends$17({
12766
+ props = _objectWithoutProperties$19(_ref, _excluded$1I);
12767
+ return /*#__PURE__*/createElement("svg", _extends$1a({
12647
12768
  viewBox: "0 0 341 61",
12648
12769
  fill: "none",
12649
12770
  xmlns: "http://www.w3.org/2000/svg",
12650
12771
  "aria-labelledby": titleId
12651
12772
  }, props), title ? /*#__PURE__*/createElement("title", {
12652
12773
  id: titleId
12653
- }, title) : null, _g$a || (_g$a = /*#__PURE__*/createElement("g", {
12774
+ }, title) : null, _g$d || (_g$d = /*#__PURE__*/createElement("g", {
12654
12775
  clipPath: "url(#logo-nycdoe-color_svg__a)"
12655
12776
  }, /*#__PURE__*/createElement("path", {
12656
12777
  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",
@@ -12675,15 +12796,39 @@ var SvgLogoNycdoeColor = function SvgLogoNycdoeColor(_ref) {
12675
12796
  })))));
12676
12797
  };
12677
12798
 
12678
- var _excluded$1G = ["title", "titleId"];
12679
- 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); }
12680
- 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; }
12681
- 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; }
12799
+ var _g$e;
12800
+ var _excluded$1J = ["title", "titleId"];
12801
+ 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); }
12802
+ 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; }
12803
+ 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; }
12804
+ var SvgLogoNycdoeWhite = function SvgLogoNycdoeWhite(_ref) {
12805
+ var title = _ref.title,
12806
+ titleId = _ref.titleId,
12807
+ props = _objectWithoutProperties$1a(_ref, _excluded$1J);
12808
+ return /*#__PURE__*/createElement("svg", _extends$1b({
12809
+ viewBox: "0 0 341 61",
12810
+ fill: "none",
12811
+ xmlns: "http://www.w3.org/2000/svg",
12812
+ "aria-labelledby": titleId
12813
+ }, props), title ? /*#__PURE__*/createElement("title", {
12814
+ id: titleId
12815
+ }, title) : null, _g$e || (_g$e = /*#__PURE__*/createElement("g", {
12816
+ clipPath: "url(#logo-nycdoe-white_svg__clip0_77131_127719)",
12817
+ fill: "#fff"
12818
+ }, /*#__PURE__*/createElement("path", {
12819
+ 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.061ZM169.13 0h-37.582l-11.276 11.275V48.86l11.276 11.275h37.582l11.278-11.275V37.583l-3.759-3.762h-18.793v3.762h-15.034V22.55h15.034v3.712h18.793l3.759-3.712V11.275L169.13 0ZM56.377 0H41.344l-3.759 3.756V18.79L18.792 0H3.76L0 3.756v52.62l3.76 3.758h15.032l3.76-3.758V41.341l18.792 18.793h15.033l3.758-3.758V3.757L56.377 0ZM82.686 60.133H97.72l3.758-3.757V45.101l18.794-18.793V3.758L116.513 0h-15.035L97.72 3.757v7.518l-7.516 7.516-7.518-7.516V3.757L78.928 0H63.894l-3.758 3.757v22.551l18.792 18.793v11.275l3.758 3.757ZM173.67.538V.002h2.727v.536h-1.041v2.665h-.638V.538h-1.048ZM177.853.002l.819 2.293.813-2.293h.919v3.201h-.589V.623l-.882 2.58h-.512l-.892-2.58v2.58h-.588V.002h.912Z"
12820
+ }))));
12821
+ };
12822
+
12823
+ var _excluded$1K = ["title", "titleId"];
12824
+ 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); }
12825
+ 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; }
12826
+ 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; }
12682
12827
  var SvgLogoNyplFullBlack = function SvgLogoNyplFullBlack(_ref) {
12683
12828
  var title = _ref.title,
12684
12829
  titleId = _ref.titleId,
12685
- props = _objectWithoutProperties$17(_ref, _excluded$1G);
12686
- return /*#__PURE__*/createElement("svg", _extends$18({
12830
+ props = _objectWithoutProperties$1b(_ref, _excluded$1K);
12831
+ return /*#__PURE__*/createElement("svg", _extends$1c({
12687
12832
  xmlns: "http://www.w3.org/2000/svg",
12688
12833
  viewBox: "0 0 966.787 543.733",
12689
12834
  xmlSpace: "preserve",
@@ -12756,23 +12901,23 @@ var SvgLogoNyplFullBlack = function SvgLogoNyplFullBlack(_ref) {
12756
12901
  }));
12757
12902
  };
12758
12903
 
12759
- var _g$b, _defs$2;
12760
- var _excluded$1H = ["title", "titleId"];
12761
- 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); }
12762
- 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; }
12763
- 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; }
12904
+ var _g$f, _defs$2;
12905
+ var _excluded$1L = ["title", "titleId"];
12906
+ 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); }
12907
+ 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; }
12908
+ 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; }
12764
12909
  var SvgLogoNyplFullWhite = function SvgLogoNyplFullWhite(_ref) {
12765
12910
  var title = _ref.title,
12766
12911
  titleId = _ref.titleId,
12767
- props = _objectWithoutProperties$18(_ref, _excluded$1H);
12768
- return /*#__PURE__*/createElement("svg", _extends$19({
12912
+ props = _objectWithoutProperties$1c(_ref, _excluded$1L);
12913
+ return /*#__PURE__*/createElement("svg", _extends$1d({
12769
12914
  viewBox: "0 0 967 568",
12770
12915
  fill: "none",
12771
12916
  xmlns: "http://www.w3.org/2000/svg",
12772
12917
  "aria-labelledby": titleId
12773
12918
  }, props), title ? /*#__PURE__*/createElement("title", {
12774
12919
  id: titleId
12775
- }, title) : null, _g$b || (_g$b = /*#__PURE__*/createElement("g", {
12920
+ }, title) : null, _g$f || (_g$f = /*#__PURE__*/createElement("g", {
12776
12921
  clipPath: "url(#logo-nypl-full-white_svg__a)",
12777
12922
  fill: "#fff"
12778
12923
  }, /*#__PURE__*/createElement("path", {
@@ -12792,15 +12937,15 @@ var SvgLogoNyplFullWhite = function SvgLogoNyplFullWhite(_ref) {
12792
12937
  };
12793
12938
 
12794
12939
  var _path$Y, _path2$n, _path3$e;
12795
- var _excluded$1I = ["title", "titleId"];
12796
- 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); }
12797
- 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; }
12798
- 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; }
12940
+ var _excluded$1M = ["title", "titleId"];
12941
+ 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); }
12942
+ 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; }
12943
+ 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; }
12799
12944
  var SvgLogoNyplLionBlack = function SvgLogoNyplLionBlack(_ref) {
12800
12945
  var title = _ref.title,
12801
12946
  titleId = _ref.titleId,
12802
- props = _objectWithoutProperties$19(_ref, _excluded$1I);
12803
- return /*#__PURE__*/createElement("svg", _extends$1a({
12947
+ props = _objectWithoutProperties$1d(_ref, _excluded$1M);
12948
+ return /*#__PURE__*/createElement("svg", _extends$1e({
12804
12949
  viewBox: "0 0 136 135",
12805
12950
  fill: "none",
12806
12951
  xmlns: "http://www.w3.org/2000/svg",
@@ -12822,15 +12967,15 @@ var SvgLogoNyplLionBlack = function SvgLogoNyplLionBlack(_ref) {
12822
12967
  };
12823
12968
 
12824
12969
  var _path$Z;
12825
- var _excluded$1J = ["title", "titleId"];
12826
- 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); }
12827
- 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; }
12828
- 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; }
12970
+ var _excluded$1N = ["title", "titleId"];
12971
+ 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); }
12972
+ 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; }
12973
+ 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; }
12829
12974
  var SvgLogoNyplLionWhite = function SvgLogoNyplLionWhite(_ref) {
12830
12975
  var title = _ref.title,
12831
12976
  titleId = _ref.titleId,
12832
- props = _objectWithoutProperties$1a(_ref, _excluded$1J);
12833
- return /*#__PURE__*/createElement("svg", _extends$1b({
12977
+ props = _objectWithoutProperties$1e(_ref, _excluded$1N);
12978
+ return /*#__PURE__*/createElement("svg", _extends$1f({
12834
12979
  viewBox: "0 0 125 126",
12835
12980
  fill: "none",
12836
12981
  xmlns: "http://www.w3.org/2000/svg",
@@ -12846,15 +12991,15 @@ var SvgLogoNyplLionWhite = function SvgLogoNyplLionWhite(_ref) {
12846
12991
  };
12847
12992
 
12848
12993
  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;
12849
- var _excluded$1K = ["title", "titleId"];
12850
- 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); }
12851
- 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; }
12852
- 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; }
12994
+ var _excluded$1O = ["title", "titleId"];
12995
+ 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); }
12996
+ 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; }
12997
+ 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; }
12853
12998
  var SvgLogoNyplTextBlack = function SvgLogoNyplTextBlack(_ref) {
12854
12999
  var title = _ref.title,
12855
13000
  titleId = _ref.titleId,
12856
- props = _objectWithoutProperties$1b(_ref, _excluded$1K);
12857
- return /*#__PURE__*/createElement("svg", _extends$1c({
13001
+ props = _objectWithoutProperties$1f(_ref, _excluded$1O);
13002
+ return /*#__PURE__*/createElement("svg", _extends$1g({
12858
13003
  viewBox: "0 0 201 165",
12859
13004
  fill: "none",
12860
13005
  xmlns: "http://www.w3.org/2000/svg",
@@ -12924,15 +13069,15 @@ var SvgLogoNyplTextBlack = function SvgLogoNyplTextBlack(_ref) {
12924
13069
  };
12925
13070
 
12926
13071
  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;
12927
- var _excluded$1L = ["title", "titleId"];
12928
- 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); }
12929
- 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; }
12930
- 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; }
13072
+ var _excluded$1P = ["title", "titleId"];
13073
+ 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); }
13074
+ 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; }
13075
+ 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; }
12931
13076
  var SvgLogoNyplTextWhite = function SvgLogoNyplTextWhite(_ref) {
12932
13077
  var title = _ref.title,
12933
13078
  titleId = _ref.titleId,
12934
- props = _objectWithoutProperties$1c(_ref, _excluded$1L);
12935
- return /*#__PURE__*/createElement("svg", _extends$1d({
13079
+ props = _objectWithoutProperties$1g(_ref, _excluded$1P);
13080
+ return /*#__PURE__*/createElement("svg", _extends$1h({
12936
13081
  viewBox: "0 0 201 165",
12937
13082
  fill: "none",
12938
13083
  xmlns: "http://www.w3.org/2000/svg",
@@ -13001,23 +13146,23 @@ var SvgLogoNyplTextWhite = function SvgLogoNyplTextWhite(_ref) {
13001
13146
  })));
13002
13147
  };
13003
13148
 
13004
- var _g$c, _defs$3;
13005
- var _excluded$1M = ["title", "titleId"];
13006
- 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); }
13007
- 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; }
13008
- 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; }
13149
+ var _g$g, _defs$3;
13150
+ var _excluded$1Q = ["title", "titleId"];
13151
+ 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); }
13152
+ 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; }
13153
+ 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; }
13009
13154
  var SvgLogoOpenebooksColor = function SvgLogoOpenebooksColor(_ref) {
13010
13155
  var title = _ref.title,
13011
13156
  titleId = _ref.titleId,
13012
- props = _objectWithoutProperties$1d(_ref, _excluded$1M);
13013
- return /*#__PURE__*/createElement("svg", _extends$1e({
13157
+ props = _objectWithoutProperties$1h(_ref, _excluded$1Q);
13158
+ return /*#__PURE__*/createElement("svg", _extends$1i({
13014
13159
  viewBox: "0 0 152 139",
13015
13160
  fill: "none",
13016
13161
  xmlns: "http://www.w3.org/2000/svg",
13017
13162
  "aria-labelledby": titleId
13018
13163
  }, props), title ? /*#__PURE__*/createElement("title", {
13019
13164
  id: titleId
13020
- }, title) : null, _g$c || (_g$c = /*#__PURE__*/createElement("g", {
13165
+ }, title) : null, _g$g || (_g$g = /*#__PURE__*/createElement("g", {
13021
13166
  clipPath: "url(#logo-openebooks-color_svg__clip0_53471_41906)"
13022
13167
  }, /*#__PURE__*/createElement("path", {
13023
13168
  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",
@@ -13056,23 +13201,23 @@ var SvgLogoOpenebooksColor = function SvgLogoOpenebooksColor(_ref) {
13056
13201
  })))));
13057
13202
  };
13058
13203
 
13059
- var _g$d, _defs$4;
13060
- var _excluded$1N = ["title", "titleId"];
13061
- 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); }
13062
- 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; }
13063
- 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; }
13204
+ var _g$h, _defs$4;
13205
+ var _excluded$1R = ["title", "titleId"];
13206
+ 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); }
13207
+ 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; }
13208
+ 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; }
13064
13209
  var SvgLogoOpenebooksNegative = function SvgLogoOpenebooksNegative(_ref) {
13065
13210
  var title = _ref.title,
13066
13211
  titleId = _ref.titleId,
13067
- props = _objectWithoutProperties$1e(_ref, _excluded$1N);
13068
- return /*#__PURE__*/createElement("svg", _extends$1f({
13212
+ props = _objectWithoutProperties$1i(_ref, _excluded$1R);
13213
+ return /*#__PURE__*/createElement("svg", _extends$1j({
13069
13214
  viewBox: "0 0 155 139",
13070
13215
  fill: "none",
13071
13216
  xmlns: "http://www.w3.org/2000/svg",
13072
13217
  "aria-labelledby": titleId
13073
13218
  }, props), title ? /*#__PURE__*/createElement("title", {
13074
13219
  id: titleId
13075
- }, title) : null, _g$d || (_g$d = /*#__PURE__*/createElement("g", {
13220
+ }, title) : null, _g$h || (_g$h = /*#__PURE__*/createElement("g", {
13076
13221
  clipPath: "url(#logo-openebooks-negative_svg__clip0_54498_42323)"
13077
13222
  }, /*#__PURE__*/createElement("path", {
13078
13223
  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",
@@ -13134,23 +13279,23 @@ var SvgLogoOpenebooksNegative = function SvgLogoOpenebooksNegative(_ref) {
13134
13279
  })))));
13135
13280
  };
13136
13281
 
13137
- var _g$e, _defs$5;
13138
- var _excluded$1O = ["title", "titleId"];
13139
- 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); }
13140
- 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; }
13141
- 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; }
13282
+ var _g$i, _defs$5;
13283
+ var _excluded$1S = ["title", "titleId"];
13284
+ 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); }
13285
+ 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; }
13286
+ 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; }
13142
13287
  var SvgLogoOpenebooksWithTextColor = function SvgLogoOpenebooksWithTextColor(_ref) {
13143
13288
  var title = _ref.title,
13144
13289
  titleId = _ref.titleId,
13145
- props = _objectWithoutProperties$1f(_ref, _excluded$1O);
13146
- return /*#__PURE__*/createElement("svg", _extends$1g({
13290
+ props = _objectWithoutProperties$1j(_ref, _excluded$1S);
13291
+ return /*#__PURE__*/createElement("svg", _extends$1k({
13147
13292
  viewBox: "0 0 152 139",
13148
13293
  fill: "none",
13149
13294
  xmlns: "http://www.w3.org/2000/svg",
13150
13295
  "aria-labelledby": titleId
13151
13296
  }, props), title ? /*#__PURE__*/createElement("title", {
13152
13297
  id: titleId
13153
- }, title) : null, _g$e || (_g$e = /*#__PURE__*/createElement("g", {
13298
+ }, title) : null, _g$i || (_g$i = /*#__PURE__*/createElement("g", {
13154
13299
  clipPath: "url(#logo-openebooks-with-text-color_svg__clip0_53471_41905)"
13155
13300
  }, /*#__PURE__*/createElement("path", {
13156
13301
  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",
@@ -13189,23 +13334,23 @@ var SvgLogoOpenebooksWithTextColor = function SvgLogoOpenebooksWithTextColor(_re
13189
13334
  })))));
13190
13335
  };
13191
13336
 
13192
- var _g$f, _defs$6;
13193
- var _excluded$1P = ["title", "titleId"];
13194
- 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); }
13195
- 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; }
13196
- 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; }
13337
+ var _g$j, _defs$6;
13338
+ var _excluded$1T = ["title", "titleId"];
13339
+ 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); }
13340
+ 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; }
13341
+ 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; }
13197
13342
  var SvgLogoOpenebooksWithTextNegative = function SvgLogoOpenebooksWithTextNegative(_ref) {
13198
13343
  var title = _ref.title,
13199
13344
  titleId = _ref.titleId,
13200
- props = _objectWithoutProperties$1g(_ref, _excluded$1P);
13201
- return /*#__PURE__*/createElement("svg", _extends$1h({
13345
+ props = _objectWithoutProperties$1k(_ref, _excluded$1T);
13346
+ return /*#__PURE__*/createElement("svg", _extends$1l({
13202
13347
  viewBox: "0 0 155 139",
13203
13348
  fill: "none",
13204
13349
  xmlns: "http://www.w3.org/2000/svg",
13205
13350
  "aria-labelledby": titleId
13206
13351
  }, props), title ? /*#__PURE__*/createElement("title", {
13207
13352
  id: titleId
13208
- }, title) : null, _g$f || (_g$f = /*#__PURE__*/createElement("g", {
13353
+ }, title) : null, _g$j || (_g$j = /*#__PURE__*/createElement("g", {
13209
13354
  clipPath: "url(#logo-openebooks-with-text-negative_svg__clip0_54498_42322)"
13210
13355
  }, /*#__PURE__*/createElement("path", {
13211
13356
  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",
@@ -13271,15 +13416,15 @@ var SvgLogoOpenebooksWithTextNegative = function SvgLogoOpenebooksWithTextNegati
13271
13416
  };
13272
13417
 
13273
13418
  var _path$10;
13274
- var _excluded$1Q = ["title", "titleId"];
13275
- 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); }
13276
- 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; }
13277
- 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; }
13419
+ var _excluded$1U = ["title", "titleId"];
13420
+ 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); }
13421
+ 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; }
13422
+ 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; }
13278
13423
  var SvgLogoQplAltBlack = function SvgLogoQplAltBlack(_ref) {
13279
13424
  var title = _ref.title,
13280
13425
  titleId = _ref.titleId,
13281
- props = _objectWithoutProperties$1h(_ref, _excluded$1Q);
13282
- return /*#__PURE__*/createElement("svg", _extends$1i({
13426
+ props = _objectWithoutProperties$1l(_ref, _excluded$1U);
13427
+ return /*#__PURE__*/createElement("svg", _extends$1m({
13283
13428
  viewBox: "0 0 250 134",
13284
13429
  xmlns: "http://www.w3.org/2000/svg",
13285
13430
  "aria-labelledby": titleId
@@ -13291,15 +13436,15 @@ var SvgLogoQplAltBlack = function SvgLogoQplAltBlack(_ref) {
13291
13436
  };
13292
13437
 
13293
13438
  var _path$11;
13294
- var _excluded$1R = ["title", "titleId"];
13295
- 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); }
13296
- 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; }
13297
- 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; }
13439
+ var _excluded$1V = ["title", "titleId"];
13440
+ 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); }
13441
+ 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; }
13442
+ 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; }
13298
13443
  var SvgLogoQplAltWhite = function SvgLogoQplAltWhite(_ref) {
13299
13444
  var title = _ref.title,
13300
13445
  titleId = _ref.titleId,
13301
- props = _objectWithoutProperties$1i(_ref, _excluded$1R);
13302
- return /*#__PURE__*/createElement("svg", _extends$1j({
13446
+ props = _objectWithoutProperties$1m(_ref, _excluded$1V);
13447
+ return /*#__PURE__*/createElement("svg", _extends$1n({
13303
13448
  viewBox: "0 0 250 134",
13304
13449
  fill: "#fff",
13305
13450
  xmlns: "http://www.w3.org/2000/svg",
@@ -13312,15 +13457,15 @@ var SvgLogoQplAltWhite = function SvgLogoQplAltWhite(_ref) {
13312
13457
  };
13313
13458
 
13314
13459
  var _path$12, _path2$q, _path3$h, _path4$6, _path5$4;
13315
- var _excluded$1S = ["title", "titleId"];
13316
- 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); }
13317
- 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; }
13318
- 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; }
13460
+ var _excluded$1W = ["title", "titleId"];
13461
+ 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); }
13462
+ 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; }
13463
+ 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; }
13319
13464
  var SvgLogoQplBlack = function SvgLogoQplBlack(_ref) {
13320
13465
  var title = _ref.title,
13321
13466
  titleId = _ref.titleId,
13322
- props = _objectWithoutProperties$1j(_ref, _excluded$1S);
13323
- return /*#__PURE__*/createElement("svg", _extends$1k({
13467
+ props = _objectWithoutProperties$1n(_ref, _excluded$1W);
13468
+ return /*#__PURE__*/createElement("svg", _extends$1o({
13324
13469
  viewBox: "0 0 320 43",
13325
13470
  xmlns: "http://www.w3.org/2000/svg",
13326
13471
  "aria-labelledby": titleId
@@ -13347,23 +13492,23 @@ var SvgLogoQplBlack = function SvgLogoQplBlack(_ref) {
13347
13492
  })));
13348
13493
  };
13349
13494
 
13350
- var _g$g, _defs$7;
13351
- var _excluded$1T = ["title", "titleId"];
13352
- 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); }
13353
- 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; }
13354
- 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; }
13495
+ var _g$k, _defs$7;
13496
+ var _excluded$1X = ["title", "titleId"];
13497
+ 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); }
13498
+ 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; }
13499
+ 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; }
13355
13500
  var SvgLogoQplColor = function SvgLogoQplColor(_ref) {
13356
13501
  var title = _ref.title,
13357
13502
  titleId = _ref.titleId,
13358
- props = _objectWithoutProperties$1k(_ref, _excluded$1T);
13359
- return /*#__PURE__*/createElement("svg", _extends$1l({
13503
+ props = _objectWithoutProperties$1o(_ref, _excluded$1X);
13504
+ return /*#__PURE__*/createElement("svg", _extends$1p({
13360
13505
  viewBox: "0 0 355 48",
13361
13506
  fill: "none",
13362
13507
  xmlns: "http://www.w3.org/2000/svg",
13363
13508
  "aria-labelledby": titleId
13364
13509
  }, props), title ? /*#__PURE__*/createElement("title", {
13365
13510
  id: titleId
13366
- }, title) : null, _g$g || (_g$g = /*#__PURE__*/createElement("g", {
13511
+ }, title) : null, _g$k || (_g$k = /*#__PURE__*/createElement("g", {
13367
13512
  clipPath: "url(#logo-qpl-color_svg__a)"
13368
13513
  }, /*#__PURE__*/createElement("path", {
13369
13514
  fillRule: "evenodd",
@@ -13403,15 +13548,15 @@ var SvgLogoQplColor = function SvgLogoQplColor(_ref) {
13403
13548
  };
13404
13549
 
13405
13550
  var _path$13, _path2$r, _path3$i, _path4$7, _path5$5;
13406
- var _excluded$1U = ["title", "titleId"];
13407
- 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); }
13408
- 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; }
13409
- 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; }
13551
+ var _excluded$1Y = ["title", "titleId"];
13552
+ 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); }
13553
+ 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; }
13554
+ 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; }
13410
13555
  var SvgLogoQplWhite = function SvgLogoQplWhite(_ref) {
13411
13556
  var title = _ref.title,
13412
13557
  titleId = _ref.titleId,
13413
- props = _objectWithoutProperties$1l(_ref, _excluded$1U);
13414
- return /*#__PURE__*/createElement("svg", _extends$1m({
13558
+ props = _objectWithoutProperties$1p(_ref, _excluded$1Y);
13559
+ return /*#__PURE__*/createElement("svg", _extends$1q({
13415
13560
  viewBox: "0 0 320 43",
13416
13561
  fill: "#fff",
13417
13562
  xmlns: "http://www.w3.org/2000/svg",
@@ -13440,15 +13585,15 @@ var SvgLogoQplWhite = function SvgLogoQplWhite(_ref) {
13440
13585
  };
13441
13586
 
13442
13587
  var _path$14, _path2$s, _path3$j, _path4$8, _path5$6;
13443
- var _excluded$1V = ["title", "titleId"];
13444
- 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); }
13445
- 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; }
13446
- 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; }
13588
+ var _excluded$1Z = ["title", "titleId"];
13589
+ 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); }
13590
+ 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; }
13591
+ 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; }
13447
13592
  var SvgLogoReservoirIconColor = function SvgLogoReservoirIconColor(_ref) {
13448
13593
  var title = _ref.title,
13449
13594
  titleId = _ref.titleId,
13450
- props = _objectWithoutProperties$1m(_ref, _excluded$1V);
13451
- return /*#__PURE__*/createElement("svg", _extends$1n({
13595
+ props = _objectWithoutProperties$1q(_ref, _excluded$1Z);
13596
+ return /*#__PURE__*/createElement("svg", _extends$1r({
13452
13597
  viewBox: "0 0 105 129",
13453
13598
  fill: "none",
13454
13599
  xmlns: "http://www.w3.org/2000/svg",
@@ -13473,23 +13618,23 @@ var SvgLogoReservoirIconColor = function SvgLogoReservoirIconColor(_ref) {
13473
13618
  })));
13474
13619
  };
13475
13620
 
13476
- var _g$h;
13477
- var _excluded$1W = ["title", "titleId"];
13478
- 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); }
13479
- 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; }
13480
- 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; }
13621
+ var _g$l;
13622
+ var _excluded$1_ = ["title", "titleId"];
13623
+ 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); }
13624
+ 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; }
13625
+ 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; }
13481
13626
  var SvgLogoReservoirVerticalColor = function SvgLogoReservoirVerticalColor(_ref) {
13482
13627
  var title = _ref.title,
13483
13628
  titleId = _ref.titleId,
13484
- props = _objectWithoutProperties$1n(_ref, _excluded$1W);
13485
- return /*#__PURE__*/createElement("svg", _extends$1o({
13629
+ props = _objectWithoutProperties$1r(_ref, _excluded$1_);
13630
+ return /*#__PURE__*/createElement("svg", _extends$1s({
13486
13631
  viewBox: "0 0 234 261",
13487
13632
  fill: "none",
13488
13633
  xmlns: "http://www.w3.org/2000/svg",
13489
13634
  "aria-labelledby": titleId
13490
13635
  }, props), title ? /*#__PURE__*/createElement("title", {
13491
13636
  id: titleId
13492
- }, title) : null, _g$h || (_g$h = /*#__PURE__*/createElement("g", {
13637
+ }, title) : null, _g$l || (_g$l = /*#__PURE__*/createElement("g", {
13493
13638
  clipPath: "url(#logo-reservoir-vertical-color_svg__clip0_362_388)"
13494
13639
  }, /*#__PURE__*/createElement("path", {
13495
13640
  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",
@@ -13507,15 +13652,15 @@ var SvgLogoReservoirVerticalColor = function SvgLogoReservoirVerticalColor(_ref)
13507
13652
  };
13508
13653
 
13509
13654
  var _path$15, _path2$t, _path3$k, _path4$9, _path5$7;
13510
- var _excluded$1X = ["title", "titleId"];
13511
- 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); }
13512
- 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; }
13513
- 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; }
13655
+ var _excluded$1$ = ["title", "titleId"];
13656
+ 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); }
13657
+ 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; }
13658
+ 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; }
13514
13659
  var SvgLogoSchomburgBlack = function SvgLogoSchomburgBlack(_ref) {
13515
13660
  var title = _ref.title,
13516
13661
  titleId = _ref.titleId,
13517
- props = _objectWithoutProperties$1o(_ref, _excluded$1X);
13518
- return /*#__PURE__*/createElement("svg", _extends$1p({
13662
+ props = _objectWithoutProperties$1s(_ref, _excluded$1$);
13663
+ return /*#__PURE__*/createElement("svg", _extends$1t({
13519
13664
  viewBox: "0 0 185 79",
13520
13665
  xmlns: "http://www.w3.org/2000/svg",
13521
13666
  "aria-labelledby": titleId
@@ -13535,15 +13680,15 @@ var SvgLogoSchomburgBlack = function SvgLogoSchomburgBlack(_ref) {
13535
13680
  };
13536
13681
 
13537
13682
  var _path$16, _path2$u, _path3$l, _path4$a, _path5$8;
13538
- var _excluded$1Y = ["title", "titleId"];
13539
- 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); }
13540
- 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; }
13541
- 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; }
13683
+ var _excluded$20 = ["title", "titleId"];
13684
+ 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); }
13685
+ 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; }
13686
+ 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; }
13542
13687
  var SvgLogoSchomburgCircleBlack = function SvgLogoSchomburgCircleBlack(_ref) {
13543
13688
  var title = _ref.title,
13544
13689
  titleId = _ref.titleId,
13545
- props = _objectWithoutProperties$1p(_ref, _excluded$1Y);
13546
- return /*#__PURE__*/createElement("svg", _extends$1q({
13690
+ props = _objectWithoutProperties$1t(_ref, _excluded$20);
13691
+ return /*#__PURE__*/createElement("svg", _extends$1u({
13547
13692
  viewBox: "0 0 67 67",
13548
13693
  xmlns: "http://www.w3.org/2000/svg",
13549
13694
  "aria-labelledby": titleId
@@ -13563,15 +13708,15 @@ var SvgLogoSchomburgCircleBlack = function SvgLogoSchomburgCircleBlack(_ref) {
13563
13708
  };
13564
13709
 
13565
13710
  var _path$17, _path2$v, _path3$m, _path4$b, _path5$9;
13566
- var _excluded$1Z = ["title", "titleId"];
13567
- 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); }
13568
- 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; }
13569
- 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; }
13711
+ var _excluded$21 = ["title", "titleId"];
13712
+ 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); }
13713
+ 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; }
13714
+ 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; }
13570
13715
  var SvgLogoSchomburgCircleColor = function SvgLogoSchomburgCircleColor(_ref) {
13571
13716
  var title = _ref.title,
13572
13717
  titleId = _ref.titleId,
13573
- props = _objectWithoutProperties$1q(_ref, _excluded$1Z);
13574
- return /*#__PURE__*/createElement("svg", _extends$1r({
13718
+ props = _objectWithoutProperties$1u(_ref, _excluded$21);
13719
+ return /*#__PURE__*/createElement("svg", _extends$1v({
13575
13720
  viewBox: "0 0 67 67",
13576
13721
  fill: "none",
13577
13722
  xmlns: "http://www.w3.org/2000/svg",
@@ -13597,15 +13742,15 @@ var SvgLogoSchomburgCircleColor = function SvgLogoSchomburgCircleColor(_ref) {
13597
13742
  };
13598
13743
 
13599
13744
  var _path$18, _path2$w, _path3$n, _path4$c, _path5$a;
13600
- var _excluded$1_ = ["title", "titleId"];
13601
- 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); }
13602
- 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; }
13603
- 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; }
13745
+ var _excluded$22 = ["title", "titleId"];
13746
+ 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); }
13747
+ 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; }
13748
+ 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; }
13604
13749
  var SvgLogoSchomburgCircleWhite = function SvgLogoSchomburgCircleWhite(_ref) {
13605
13750
  var title = _ref.title,
13606
13751
  titleId = _ref.titleId,
13607
- props = _objectWithoutProperties$1r(_ref, _excluded$1_);
13608
- return /*#__PURE__*/createElement("svg", _extends$1s({
13752
+ props = _objectWithoutProperties$1v(_ref, _excluded$22);
13753
+ return /*#__PURE__*/createElement("svg", _extends$1w({
13609
13754
  viewBox: "0 0 67 67",
13610
13755
  fill: "#fff",
13611
13756
  xmlns: "http://www.w3.org/2000/svg",
@@ -13626,15 +13771,15 @@ var SvgLogoSchomburgCircleWhite = function SvgLogoSchomburgCircleWhite(_ref) {
13626
13771
  };
13627
13772
 
13628
13773
  var _path$19, _path2$x, _path3$o, _path4$d, _path5$b, _path6$4, _path7$4;
13629
- var _excluded$1$ = ["title", "titleId"];
13630
- 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); }
13631
- 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; }
13632
- 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; }
13774
+ var _excluded$23 = ["title", "titleId"];
13775
+ 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); }
13776
+ 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; }
13777
+ 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; }
13633
13778
  var SvgLogoSchomburgColor = function SvgLogoSchomburgColor(_ref) {
13634
13779
  var title = _ref.title,
13635
13780
  titleId = _ref.titleId,
13636
- props = _objectWithoutProperties$1s(_ref, _excluded$1$);
13637
- return /*#__PURE__*/createElement("svg", _extends$1t({
13781
+ props = _objectWithoutProperties$1w(_ref, _excluded$23);
13782
+ return /*#__PURE__*/createElement("svg", _extends$1x({
13638
13783
  viewBox: "0 0 185 79",
13639
13784
  fill: "none",
13640
13785
  xmlns: "http://www.w3.org/2000/svg",
@@ -13666,15 +13811,15 @@ var SvgLogoSchomburgColor = function SvgLogoSchomburgColor(_ref) {
13666
13811
  };
13667
13812
 
13668
13813
  var _path$1a, _path2$y, _path3$p, _path4$e, _path5$c;
13669
- var _excluded$20 = ["title", "titleId"];
13670
- 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); }
13671
- 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; }
13672
- 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; }
13814
+ var _excluded$24 = ["title", "titleId"];
13815
+ 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); }
13816
+ 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; }
13817
+ 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; }
13673
13818
  var SvgLogoSchomburgWhite = function SvgLogoSchomburgWhite(_ref) {
13674
13819
  var title = _ref.title,
13675
13820
  titleId = _ref.titleId,
13676
- props = _objectWithoutProperties$1t(_ref, _excluded$20);
13677
- return /*#__PURE__*/createElement("svg", _extends$1u({
13821
+ props = _objectWithoutProperties$1x(_ref, _excluded$24);
13822
+ return /*#__PURE__*/createElement("svg", _extends$1y({
13678
13823
  viewBox: "0 0 185 79",
13679
13824
  fill: "#fff",
13680
13825
  xmlns: "http://www.w3.org/2000/svg",
@@ -13694,22 +13839,22 @@ var SvgLogoSchomburgWhite = function SvgLogoSchomburgWhite(_ref) {
13694
13839
  })));
13695
13840
  };
13696
13841
 
13697
- var _g$i, _defs$8;
13698
- var _excluded$21 = ["title", "titleId"];
13699
- 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); }
13700
- 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; }
13701
- 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; }
13842
+ var _g$m, _defs$8;
13843
+ var _excluded$25 = ["title", "titleId"];
13844
+ 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); }
13845
+ 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; }
13846
+ 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; }
13702
13847
  var SvgLogoSimplyeBlack = function SvgLogoSimplyeBlack(_ref) {
13703
13848
  var title = _ref.title,
13704
13849
  titleId = _ref.titleId,
13705
- props = _objectWithoutProperties$1u(_ref, _excluded$21);
13706
- return /*#__PURE__*/createElement("svg", _extends$1v({
13850
+ props = _objectWithoutProperties$1y(_ref, _excluded$25);
13851
+ return /*#__PURE__*/createElement("svg", _extends$1z({
13707
13852
  viewBox: "0 0 512 148",
13708
13853
  xmlns: "http://www.w3.org/2000/svg",
13709
13854
  "aria-labelledby": titleId
13710
13855
  }, props), title ? /*#__PURE__*/createElement("title", {
13711
13856
  id: titleId
13712
- }, title) : null, _g$i || (_g$i = /*#__PURE__*/createElement("g", {
13857
+ }, title) : null, _g$m || (_g$m = /*#__PURE__*/createElement("g", {
13713
13858
  clipPath: "url(#logo-simplye-black_svg__a)"
13714
13859
  }, /*#__PURE__*/createElement("path", {
13715
13860
  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"
@@ -13726,23 +13871,23 @@ var SvgLogoSimplyeBlack = function SvgLogoSimplyeBlack(_ref) {
13726
13871
  })))));
13727
13872
  };
13728
13873
 
13729
- var _g$j, _defs$9;
13730
- var _excluded$22 = ["title", "titleId"];
13731
- 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); }
13732
- 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; }
13733
- 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; }
13874
+ var _g$n, _defs$9;
13875
+ var _excluded$26 = ["title", "titleId"];
13876
+ 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); }
13877
+ 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; }
13878
+ 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; }
13734
13879
  var SvgLogoSimplyeWhite = function SvgLogoSimplyeWhite(_ref) {
13735
13880
  var title = _ref.title,
13736
13881
  titleId = _ref.titleId,
13737
- props = _objectWithoutProperties$1v(_ref, _excluded$22);
13738
- return /*#__PURE__*/createElement("svg", _extends$1w({
13882
+ props = _objectWithoutProperties$1z(_ref, _excluded$26);
13883
+ return /*#__PURE__*/createElement("svg", _extends$1A({
13739
13884
  viewBox: "0 0 512 148",
13740
13885
  fill: "#fff",
13741
13886
  xmlns: "http://www.w3.org/2000/svg",
13742
13887
  "aria-labelledby": titleId
13743
13888
  }, props), title ? /*#__PURE__*/createElement("title", {
13744
13889
  id: titleId
13745
- }, title) : null, _g$j || (_g$j = /*#__PURE__*/createElement("g", {
13890
+ }, title) : null, _g$n || (_g$n = /*#__PURE__*/createElement("g", {
13746
13891
  clipPath: "url(#logo-simplye-white_svg__a)"
13747
13892
  }, /*#__PURE__*/createElement("path", {
13748
13893
  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"
@@ -13758,23 +13903,23 @@ var SvgLogoSimplyeWhite = function SvgLogoSimplyeWhite(_ref) {
13758
13903
  })))));
13759
13904
  };
13760
13905
 
13761
- var _g$k, _defs$a;
13762
- var _excluded$23 = ["title", "titleId"];
13763
- 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); }
13764
- 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; }
13765
- 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; }
13906
+ var _g$o, _defs$a;
13907
+ var _excluded$27 = ["title", "titleId"];
13908
+ 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); }
13909
+ 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; }
13910
+ 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; }
13766
13911
  var SvgLogoSimplyeColor = function SvgLogoSimplyeColor(_ref) {
13767
13912
  var title = _ref.title,
13768
13913
  titleId = _ref.titleId,
13769
- props = _objectWithoutProperties$1w(_ref, _excluded$23);
13770
- return /*#__PURE__*/createElement("svg", _extends$1x({
13914
+ props = _objectWithoutProperties$1A(_ref, _excluded$27);
13915
+ return /*#__PURE__*/createElement("svg", _extends$1B({
13771
13916
  viewBox: "0 0 682 196",
13772
13917
  fill: "none",
13773
13918
  xmlns: "http://www.w3.org/2000/svg",
13774
13919
  "aria-labelledby": titleId
13775
13920
  }, props), title ? /*#__PURE__*/createElement("title", {
13776
13921
  id: titleId
13777
- }, title) : null, _g$k || (_g$k = /*#__PURE__*/createElement("g", {
13922
+ }, title) : null, _g$o || (_g$o = /*#__PURE__*/createElement("g", {
13778
13923
  clipPath: "url(#logo-simplye-color_svg__a)"
13779
13924
  }, /*#__PURE__*/createElement("path", {
13780
13925
  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",
@@ -13798,15 +13943,15 @@ var SvgLogoSimplyeColor = function SvgLogoSimplyeColor(_ref) {
13798
13943
  };
13799
13944
 
13800
13945
  var _path$1b;
13801
- var _excluded$24 = ["title", "titleId"];
13802
- 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); }
13803
- 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; }
13804
- 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; }
13946
+ var _excluded$28 = ["title", "titleId"];
13947
+ 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); }
13948
+ 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; }
13949
+ 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; }
13805
13950
  var SvgLogoSnflBlack = function SvgLogoSnflBlack(_ref) {
13806
13951
  var title = _ref.title,
13807
13952
  titleId = _ref.titleId,
13808
- props = _objectWithoutProperties$1x(_ref, _excluded$24);
13809
- return /*#__PURE__*/createElement("svg", _extends$1y({
13953
+ props = _objectWithoutProperties$1B(_ref, _excluded$28);
13954
+ return /*#__PURE__*/createElement("svg", _extends$1C({
13810
13955
  viewBox: "0 0 84 111",
13811
13956
  xmlns: "http://www.w3.org/2000/svg",
13812
13957
  "aria-labelledby": titleId
@@ -13818,15 +13963,15 @@ var SvgLogoSnflBlack = function SvgLogoSnflBlack(_ref) {
13818
13963
  };
13819
13964
 
13820
13965
  var _path$1c;
13821
- var _excluded$25 = ["title", "titleId"];
13822
- 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); }
13823
- 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; }
13824
- 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; }
13966
+ var _excluded$29 = ["title", "titleId"];
13967
+ 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); }
13968
+ 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; }
13969
+ 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; }
13825
13970
  var SvgLogoSnflWhite = function SvgLogoSnflWhite(_ref) {
13826
13971
  var title = _ref.title,
13827
13972
  titleId = _ref.titleId,
13828
- props = _objectWithoutProperties$1y(_ref, _excluded$25);
13829
- return /*#__PURE__*/createElement("svg", _extends$1z({
13973
+ props = _objectWithoutProperties$1C(_ref, _excluded$29);
13974
+ return /*#__PURE__*/createElement("svg", _extends$1D({
13830
13975
  viewBox: "0 0 84 111",
13831
13976
  fill: "#fff",
13832
13977
  xmlns: "http://www.w3.org/2000/svg",
@@ -13839,15 +13984,15 @@ var SvgLogoSnflWhite = function SvgLogoSnflWhite(_ref) {
13839
13984
  };
13840
13985
 
13841
13986
  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;
13842
- var _excluded$26 = ["title", "titleId"];
13843
- 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); }
13844
- 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; }
13845
- 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; }
13987
+ var _excluded$2a = ["title", "titleId"];
13988
+ 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); }
13989
+ 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; }
13990
+ 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; }
13846
13991
  var SvgLogoTreasuresColor = function SvgLogoTreasuresColor(_ref) {
13847
13992
  var title = _ref.title,
13848
13993
  titleId = _ref.titleId,
13849
- props = _objectWithoutProperties$1z(_ref, _excluded$26);
13850
- return /*#__PURE__*/createElement("svg", _extends$1A({
13994
+ props = _objectWithoutProperties$1D(_ref, _excluded$2a);
13995
+ return /*#__PURE__*/createElement("svg", _extends$1E({
13851
13996
  viewBox: "0 0 324 265",
13852
13997
  fill: "none",
13853
13998
  xmlns: "http://www.w3.org/2000/svg",
@@ -14023,15 +14168,15 @@ var SvgLogoTreasuresColor = function SvgLogoTreasuresColor(_ref) {
14023
14168
  };
14024
14169
 
14025
14170
  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;
14026
- var _excluded$27 = ["title", "titleId"];
14027
- 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); }
14028
- 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; }
14029
- 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; }
14171
+ var _excluded$2b = ["title", "titleId"];
14172
+ 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); }
14173
+ 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; }
14174
+ 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; }
14030
14175
  var SvgLogoTreasuresColorNegative = function SvgLogoTreasuresColorNegative(_ref) {
14031
14176
  var title = _ref.title,
14032
14177
  titleId = _ref.titleId,
14033
- props = _objectWithoutProperties$1A(_ref, _excluded$27);
14034
- return /*#__PURE__*/createElement("svg", _extends$1B({
14178
+ props = _objectWithoutProperties$1E(_ref, _excluded$2b);
14179
+ return /*#__PURE__*/createElement("svg", _extends$1F({
14035
14180
  viewBox: "0 0 327 266",
14036
14181
  fill: "none",
14037
14182
  xmlns: "http://www.w3.org/2000/svg",
@@ -14226,7 +14371,9 @@ var logoSvgs = {
14226
14371
  mlnBlack: SvgLogoMlnBlack,
14227
14372
  mlnColor: SvgLogoMlnColor,
14228
14373
  mlnWhite: SvgLogoMlnWhite,
14374
+ nycdoeBlack: SvgLogoNycdoeBlack,
14229
14375
  nycdoeColor: SvgLogoNycdoeColor,
14376
+ nycdoeWhite: SvgLogoNycdoeWhite,
14230
14377
  nyplFullBlack: SvgLogoNyplFullBlack,
14231
14378
  nyplFullWhite: SvgLogoNyplFullWhite,
14232
14379
  nyplLionBlack: SvgLogoNyplLionBlack,
@@ -14259,7 +14406,7 @@ var logoSvgs = {
14259
14406
  treasuresColorNegative: SvgLogoTreasuresColorNegative
14260
14407
  };
14261
14408
 
14262
- var _excluded$28 = ["children", "className", "decorative", "id", "name", "size", "title"];
14409
+ var _excluded$2c = ["children", "className", "decorative", "id", "name", "size", "title"];
14263
14410
  /**
14264
14411
  * The `Logo` component renders SVG-based logos and color variants that are
14265
14412
  * commonly used by the New York Public Library.
@@ -14276,7 +14423,7 @@ var Logo$1 = /*#__PURE__*/chakra( /*#__PURE__*/forwardRef(function (props, ref)
14276
14423
  size = _props$size === void 0 ? "medium" : _props$size,
14277
14424
  _props$title = props.title,
14278
14425
  title = _props$title === void 0 ? name + " logo" : _props$title,
14279
- rest = _objectWithoutPropertiesLoose(props, _excluded$28);
14426
+ rest = _objectWithoutPropertiesLoose(props, _excluded$2c);
14280
14427
  var styles = useStyleConfig("Logo", {
14281
14428
  size: size
14282
14429
  });
@@ -14377,7 +14524,7 @@ var link$1 = {
14377
14524
  }]
14378
14525
  };
14379
14526
 
14380
- var _excluded$29 = ["className", "id"];
14527
+ var _excluded$2d = ["className", "id"];
14381
14528
  /**
14382
14529
  * This `Footer` component renders the NYPL-branded footer elements such
14383
14530
  * as navigational NYPL.org links, social media links, copyright, and
@@ -14387,7 +14534,7 @@ var Footer$1 = /*#__PURE__*/chakra( /*#__PURE__*/forwardRef(function (_ref, ref)
14387
14534
  var className = _ref.className,
14388
14535
  _ref$id = _ref.id,
14389
14536
  id = _ref$id === void 0 ? "footer" : _ref$id,
14390
- rest = _objectWithoutPropertiesLoose(_ref, _excluded$29);
14537
+ rest = _objectWithoutPropertiesLoose(_ref, _excluded$2d);
14391
14538
  var styles = useMultiStyleConfig("Footer", {});
14392
14539
  var nyplLinks = link$1.nyplLinks.map(function (links, index) {
14393
14540
  return React__default.createElement(List$1, {
@@ -14456,11 +14603,11 @@ var Footer$1 = /*#__PURE__*/chakra( /*#__PURE__*/forwardRef(function (_ref, ref)
14456
14603
  })));
14457
14604
  }));
14458
14605
 
14459
- var _excluded$2a = ["align", "className"];
14606
+ var _excluded$2e = ["align", "className"];
14460
14607
  var HorizontalRule$1 = /*#__PURE__*/chakra( /*#__PURE__*/forwardRef(function (props, ref) {
14461
14608
  var align = props.align,
14462
14609
  className = props.className,
14463
- rest = _objectWithoutPropertiesLoose(props, _excluded$2a);
14610
+ rest = _objectWithoutPropertiesLoose(props, _excluded$2e);
14464
14611
  var styles = useStyleConfig("HorizontalRule", {
14465
14612
  align: align
14466
14613
  });
@@ -14476,7 +14623,7 @@ var HorizontalRule$1 = /*#__PURE__*/chakra( /*#__PURE__*/forwardRef(function (pr
14476
14623
  }, rest));
14477
14624
  }));
14478
14625
 
14479
- var _excluded$2b = ["className", "id", "target"];
14626
+ var _excluded$2f = ["className", "id", "target"];
14480
14627
  /**
14481
14628
  * SkipNavigation is a component that is used to provide a navigational list of
14482
14629
  * links. The first link is used to skip to the main content of the page using
@@ -14488,7 +14635,7 @@ var SkipNavigation$1 = /*#__PURE__*/chakra( /*#__PURE__*/forwardRef(function (pr
14488
14635
  id = props.id,
14489
14636
  _props$target = props.target,
14490
14637
  target = _props$target === void 0 ? "#mainContent" : _props$target,
14491
- rest = _objectWithoutPropertiesLoose(props, _excluded$2b);
14638
+ rest = _objectWithoutPropertiesLoose(props, _excluded$2f);
14492
14639
  var styles = useStyleConfig("SkipNavigation");
14493
14640
  return React__default.createElement(Box, Object.assign({
14494
14641
  as: "nav",
@@ -15462,7 +15609,7 @@ var Header$1 = /*#__PURE__*/chakra(function (_ref) {
15462
15609
  }))));
15463
15610
  });
15464
15611
 
15465
- var _excluded$2c = ["backgroundColor", "backgroundImageSrc", "foregroundColor", "heading", "heroType", "imageProps", "locationDetails", "subHeaderText"];
15612
+ var _excluded$2g = ["backgroundColor", "backgroundImageSrc", "foregroundColor", "heading", "heroType", "imageProps", "locationDetails", "subHeaderText"];
15466
15613
  // Only used for internal purposes.
15467
15614
  var heroSecondaryTypes = ["secondary", "secondaryBooksAndMore", "secondaryLocations", "secondaryResearch", "secondaryWhatsOn"];
15468
15615
  var Hero$1 = /*#__PURE__*/chakra( /*#__PURE__*/forwardRef(function (props, ref) {
@@ -15478,7 +15625,7 @@ var Hero$1 = /*#__PURE__*/chakra( /*#__PURE__*/forwardRef(function (props, ref)
15478
15625
  } : _props$imageProps,
15479
15626
  locationDetails = props.locationDetails,
15480
15627
  subHeaderText = props.subHeaderText,
15481
- rest = _objectWithoutPropertiesLoose(props, _excluded$2c);
15628
+ rest = _objectWithoutPropertiesLoose(props, _excluded$2g);
15482
15629
  var styles = useMultiStyleConfig("Hero", {
15483
15630
  variant: heroType
15484
15631
  });
@@ -15573,7 +15720,7 @@ var Hero$1 = /*#__PURE__*/chakra( /*#__PURE__*/forwardRef(function (props, ref)
15573
15720
  }
15574
15721
  });
15575
15722
 
15576
- var _excluded$2d = ["bodyContent", "closeButtonLabel", "headingText", "id", "isOpen", "onClose"],
15723
+ var _excluded$2h = ["bodyContent", "closeButtonLabel", "headingText", "id", "isOpen", "onClose"],
15577
15724
  _excluded2$6 = ["buttonText", "id", "modalProps"],
15578
15725
  _excluded3$4 = ["bodyContent", "closeButtonLabel", "headingText", "id"];
15579
15726
  var BaseModal = /*#__PURE__*/chakra(function (_ref) {
@@ -15584,7 +15731,7 @@ var BaseModal = /*#__PURE__*/chakra(function (_ref) {
15584
15731
  id = _ref.id,
15585
15732
  isOpen = _ref.isOpen,
15586
15733
  onClose = _ref.onClose,
15587
- rest = _objectWithoutPropertiesLoose(_ref, _excluded$2d);
15734
+ rest = _objectWithoutPropertiesLoose(_ref, _excluded$2h);
15588
15735
  var xlarge = "xl";
15589
15736
  var fullSize = "full";
15590
15737
  var _useNYPLBreakpoints = useNYPLBreakpoints(),
@@ -15665,7 +15812,7 @@ function useModal() {
15665
15812
  };
15666
15813
  }
15667
15814
 
15668
- var _excluded$2e = ["className", "currentPage", "getPageHref", "id", "initialPage", "onPageChange", "pageCount"];
15815
+ var _excluded$2i = ["className", "currentPage", "getPageHref", "id", "initialPage", "onPageChange", "pageCount"];
15669
15816
  /**
15670
15817
  * A component that provides a navigational list of page items.
15671
15818
  */
@@ -15678,7 +15825,7 @@ var Pagination$1 = /*#__PURE__*/chakra( /*#__PURE__*/forwardRef(function (props,
15678
15825
  initialPage = _props$initialPage === void 0 ? 1 : _props$initialPage,
15679
15826
  onPageChange = props.onPageChange,
15680
15827
  pageCount = props.pageCount,
15681
- rest = _objectWithoutPropertiesLoose(props, _excluded$2e);
15828
+ rest = _objectWithoutPropertiesLoose(props, _excluded$2i);
15682
15829
  var refCurrentPage = useRef(currentPage);
15683
15830
  var _useState = useState(initialPage),
15684
15831
  selectedPage = _useState[0],
@@ -15871,7 +16018,7 @@ var Pagination$1 = /*#__PURE__*/chakra( /*#__PURE__*/forwardRef(function (props,
15871
16018
  }, previousLiLink, getPaginationNumbers(selectedPage), nextLiLink));
15872
16019
  }));
15873
16020
 
15874
- var _excluded$2f = ["darkMode", "id", "indicatorType", "isIndeterminate", "labelText", "showLabel", "size", "value"];
16021
+ var _excluded$2j = ["darkMode", "id", "indicatorType", "isIndeterminate", "labelText", "showLabel", "size", "value"];
15875
16022
  /**
15876
16023
  * A component that displays a progress status for any task that takes a long
15877
16024
  * time to complete or consists of multiple steps. Examples include downloading,
@@ -15892,7 +16039,7 @@ var ProgressIndicator$1 = /*#__PURE__*/chakra( /*#__PURE__*/forwardRef(function
15892
16039
  size = _props$size === void 0 ? "default" : _props$size,
15893
16040
  _props$value = props.value,
15894
16041
  value = _props$value === void 0 ? 0 : _props$value,
15895
- rest = _objectWithoutPropertiesLoose(props, _excluded$2f);
16042
+ rest = _objectWithoutPropertiesLoose(props, _excluded$2j);
15896
16043
  var styles = useMultiStyleConfig("ProgressIndicator", {
15897
16044
  darkMode: darkMode,
15898
16045
  size: size
@@ -15951,7 +16098,7 @@ var ProgressIndicator$1 = /*#__PURE__*/chakra( /*#__PURE__*/forwardRef(function
15951
16098
  }, rest), progressComponent(indicatorType));
15952
16099
  }));
15953
16100
 
15954
- var _excluded$2g = ["children", "className", "helperText", "id", "invalidText", "isDisabled", "isInvalid", "isRequired", "labelPosition", "labelText", "name", "onChange", "placeholder", "selectType", "showHelperInvalidText", "showLabel", "showRequiredLabel", "value"];
16101
+ var _excluded$2k = ["children", "className", "helperText", "id", "invalidText", "isDisabled", "isInvalid", "isRequired", "labelPosition", "labelText", "name", "onChange", "placeholder", "selectType", "showHelperInvalidText", "showLabel", "showRequiredLabel", "value"];
15955
16102
  /**
15956
16103
  * Component that renders Chakra's `Select` component along with an accessible
15957
16104
  * `Label` and optional `HelperErrorText` component.
@@ -15984,7 +16131,7 @@ var Select$1 = /*#__PURE__*/chakra( /*#__PURE__*/forwardRef(function (props, ref
15984
16131
  showRequiredLabel = _props$showRequiredLa === void 0 ? true : _props$showRequiredLa,
15985
16132
  _props$value = props.value,
15986
16133
  value = _props$value === void 0 ? "" : _props$value,
15987
- rest = _objectWithoutPropertiesLoose(props, _excluded$2g);
16134
+ rest = _objectWithoutPropertiesLoose(props, _excluded$2k);
15988
16135
  var _useState = useState(0),
15989
16136
  labelWidth = _useState[0],
15990
16137
  setLabelWidth = _useState[1];
@@ -16069,7 +16216,7 @@ var Select$1 = /*#__PURE__*/chakra( /*#__PURE__*/forwardRef(function (props, ref
16069
16216
  }), children)));
16070
16217
  }));
16071
16218
 
16072
- var _excluded$2h = ["action", "buttonOnClick", "className", "descriptionText", "headingText", "helperText", "id", "invalidText", "isDisabled", "isInvalid", "isRequired", "labelText", "method", "noBrandButtonType", "onSubmit", "selectProps", "textInputElement", "textInputProps"];
16219
+ var _excluded$2l = ["action", "buttonOnClick", "className", "descriptionText", "headingText", "helperText", "id", "invalidText", "isDisabled", "isInvalid", "isRequired", "labelText", "method", "noBrandButtonType", "onSubmit", "selectProps", "textInputElement", "textInputProps"];
16073
16220
  /**
16074
16221
  * Renders a wrapper `form` element to be used with `Select` (optional),
16075
16222
  * `Input`, and `Button` components together.
@@ -16097,7 +16244,7 @@ var SearchBar$1 = /*#__PURE__*/chakra( /*#__PURE__*/forwardRef(function (props,
16097
16244
  selectProps = props.selectProps,
16098
16245
  textInputElement = props.textInputElement,
16099
16246
  textInputProps = props.textInputProps,
16100
- rest = _objectWithoutPropertiesLoose(props, _excluded$2h);
16247
+ rest = _objectWithoutPropertiesLoose(props, _excluded$2l);
16101
16248
  var styles = useMultiStyleConfig("SearchBar", {});
16102
16249
  var stateProps = {
16103
16250
  helperText: "",
@@ -16195,7 +16342,7 @@ var SearchBar$1 = /*#__PURE__*/chakra( /*#__PURE__*/forwardRef(function (props,
16195
16342
  }, selectElem, textInputElem, buttonElem));
16196
16343
  }));
16197
16344
 
16198
- var _excluded$2i = ["className", "contentSize", "headingSize", "imageAspectRatio", "isBordered", "layout", "showButton", "showContent", "showHeading", "showImage", "width"];
16345
+ var _excluded$2m = ["className", "contentSize", "headingSize", "imageAspectRatio", "isBordered", "layout", "showButton", "showContent", "showHeading", "showImage", "width"];
16199
16346
  /**
16200
16347
  * The `SkeletonLoader` component renders a placeholder to be used while
16201
16348
  * dynamic content is loading.
@@ -16221,7 +16368,7 @@ var SkeletonLoader$1 = /*#__PURE__*/chakra( /*#__PURE__*/forwardRef(function (pr
16221
16368
  _props$showImage = props.showImage,
16222
16369
  showImage = _props$showImage === void 0 ? true : _props$showImage,
16223
16370
  width = props.width,
16224
- rest = _objectWithoutPropertiesLoose(props, _excluded$2i);
16371
+ rest = _objectWithoutPropertiesLoose(props, _excluded$2m);
16225
16372
  var styles = useMultiStyleConfig("SkeletonLoader", {
16226
16373
  isBordered: isBordered,
16227
16374
  imageAspectRatio: imageAspectRatio,
@@ -16279,7 +16426,7 @@ var SkeletonLoader$1 = /*#__PURE__*/chakra( /*#__PURE__*/forwardRef(function (pr
16279
16426
  })))));
16280
16427
  }));
16281
16428
 
16282
- var _excluded$2j = ["className", "defaultValue", "helperText", "id", "invalidText", "isDisabled", "isInvalid", "isRangeSlider", "isRequired", "labelText", "max", "min", "name", "onChange", "onChangeEnd", "showBoxes", "showHelperInvalidText", "showLabel", "showRequiredLabel", "showValues", "step", "value"];
16429
+ 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"];
16283
16430
  /**
16284
16431
  * The `Slider` component renders a singular value slider or a range slider
16285
16432
  * with a min and max value. The value(s) can be updated through the slider
@@ -16322,7 +16469,7 @@ var Slider = /*#__PURE__*/chakra( /*#__PURE__*/forwardRef(function (props, ref)
16322
16469
  step = _props$step === void 0 ? 1 : _props$step,
16323
16470
  _props$value = props.value,
16324
16471
  value = _props$value === void 0 ? isRangeSlider ? typeof defaultValue === "number" ? [min, max] : defaultValue : defaultValue : _props$value,
16325
- rest = _objectWithoutPropertiesLoose(props, _excluded$2j);
16472
+ rest = _objectWithoutPropertiesLoose(props, _excluded$2n);
16326
16473
  if (!id) {
16327
16474
  console.warn("NYPL Reservoir Slider: This component's required `id` prop was not passed.");
16328
16475
  }
@@ -16515,7 +16662,7 @@ var Slider = /*#__PURE__*/chakra( /*#__PURE__*/forwardRef(function (props, ref)
16515
16662
  }, max), showBoxes && getTextInput("end")));
16516
16663
  }));
16517
16664
 
16518
- var _excluded$2k = ["children", "className", "id", "level"];
16665
+ var _excluded$2o = ["children", "className", "id", "level"];
16519
16666
  /**
16520
16667
  * The `StatusBadge` component is used to display a visual badge for three
16521
16668
  * different status levels.
@@ -16526,7 +16673,7 @@ var StatusBadge$1 = /*#__PURE__*/chakra( /*#__PURE__*/forwardRef(function (props
16526
16673
  id = props.id,
16527
16674
  _props$level = props.level,
16528
16675
  level = _props$level === void 0 ? "low" : _props$level,
16529
- rest = _objectWithoutPropertiesLoose(props, _excluded$2k);
16676
+ rest = _objectWithoutPropertiesLoose(props, _excluded$2o);
16530
16677
  var styles = useStyleConfig("StatusBadge", {
16531
16678
  variant: level
16532
16679
  });
@@ -16541,7 +16688,7 @@ var StatusBadge$1 = /*#__PURE__*/chakra( /*#__PURE__*/forwardRef(function (props
16541
16688
  }, rest), children);
16542
16689
  }));
16543
16690
 
16544
- var _excluded$2l = ["calloutText", "className", "headingText", "id", "imageProps", "bodyContent"];
16691
+ var _excluded$2p = ["calloutText", "className", "headingText", "id", "imageProps", "bodyContent"];
16545
16692
  /**
16546
16693
  * Internal component used in the `StructuredContent` component
16547
16694
  * that renders the DS `Image` component.
@@ -16591,7 +16738,7 @@ var StructuredContent$1 = /*#__PURE__*/chakra( /*#__PURE__*/forwardRef(function
16591
16738
  src: ""
16592
16739
  } : _props$imageProps,
16593
16740
  bodyContent = props.bodyContent,
16594
- rest = _objectWithoutPropertiesLoose(props, _excluded$2l);
16741
+ rest = _objectWithoutPropertiesLoose(props, _excluded$2p);
16595
16742
  var hasImage = imageProps.src || imageProps.component;
16596
16743
  var hasFigureImage = imageProps.caption || imageProps.credit;
16597
16744
  var styles = useMultiStyleConfig("StructuredContent", {
@@ -16724,7 +16871,7 @@ var useCarouselStyles = function useCarouselStyles(slidesCount, slideWidth) {
16724
16871
  };
16725
16872
  };
16726
16873
 
16727
- var _excluded$2m = ["children", "defaultIndex", "id", "onChange", "tabsData", "useHash"];
16874
+ var _excluded$2q = ["children", "defaultIndex", "id", "onChange", "tabsData", "useHash"];
16728
16875
  /**
16729
16876
  * An internal function used to update the hash in the URL.
16730
16877
  * This function is only used when `useHash` is `true`.
@@ -16826,7 +16973,7 @@ var Tabs = /*#__PURE__*/chakra( /*#__PURE__*/forwardRef(function (props, ref) {
16826
16973
  tabsData = props.tabsData,
16827
16974
  _props$useHash = props.useHash,
16828
16975
  useHash = _props$useHash === void 0 ? false : _props$useHash,
16829
- rest = _objectWithoutPropertiesLoose(props, _excluded$2m);
16976
+ rest = _objectWithoutPropertiesLoose(props, _excluded$2q);
16830
16977
  var styles = useMultiStyleConfig("Tabs", {});
16831
16978
  // Just an estimate of the tab width for the mobile carousel.
16832
16979
  var initTabWidth = 65;
@@ -16858,7 +17005,7 @@ var Tabs = /*#__PURE__*/chakra( /*#__PURE__*/forwardRef(function (props, ref) {
16858
17005
  }
16859
17006
  }, [goToStart, isLargerThanMobile]);
16860
17007
  var previousButton = React__default.createElement(Button, {
16861
- "aria-label": "Previous",
17008
+ "aria-label": "Scroll tabs left",
16862
17009
  id: "tabs-previous-" + id,
16863
17010
  onClick: prevSlide,
16864
17011
  __css: _extends({}, styles.buttonArrows, {
@@ -16868,10 +17015,11 @@ var Tabs = /*#__PURE__*/chakra( /*#__PURE__*/forwardRef(function (props, ref) {
16868
17015
  iconRotation: "rotate90",
16869
17016
  id: "tabs-previous-icon-" + id,
16870
17017
  name: "arrow",
16871
- size: "small"
17018
+ size: "small",
17019
+ title: "previous arrow"
16872
17020
  }));
16873
17021
  var nextButton = React__default.createElement(Button, {
16874
- "aria-label": "Next",
17022
+ "aria-label": "Scroll tabs right",
16875
17023
  id: "tabs-next-" + id,
16876
17024
  onClick: nextSlide,
16877
17025
  __css: _extends({}, styles.buttonArrows, {
@@ -16881,7 +17029,8 @@ var Tabs = /*#__PURE__*/chakra( /*#__PURE__*/forwardRef(function (props, ref) {
16881
17029
  iconRotation: "rotate270",
16882
17030
  id: "tabs-next-icon-" + id,
16883
17031
  name: "arrow",
16884
- size: "small"
17032
+ size: "small",
17033
+ title: "next arrow"
16885
17034
  }));
16886
17035
  if (children && tabsData != null && tabsData.length) {
16887
17036
  console.warn("NYPL Reservoir Tabs: Only pass children or data in the `contentData` " + "prop. Do not pass both.");
@@ -17007,7 +17156,7 @@ var TagSetFilter$1 = /*#__PURE__*/chakra(function (props) {
17007
17156
  }, "Clear Filters") : null);
17008
17157
  });
17009
17158
 
17010
- var _excluded$2n = ["className", "id", "isDismissible", "onClick", "tagSetData", "type"];
17159
+ var _excluded$2r = ["className", "id", "isDismissible", "onClick", "tagSetData", "type"];
17011
17160
  // Type guard so we can make sure we have a "filter" `TagSet` variant.
17012
17161
  function isFilterType(type) {
17013
17162
  return type === "filter";
@@ -17051,7 +17200,7 @@ var TagSet$1 = /*#__PURE__*/chakra( /*#__PURE__*/forwardRef(function (props, ref
17051
17200
  tagSetData = _props$tagSetData === void 0 ? [] : _props$tagSetData,
17052
17201
  _props$type = props.type,
17053
17202
  type = _props$type === void 0 ? "filter" : _props$type,
17054
- rest = _objectWithoutPropertiesLoose(props, _excluded$2n);
17203
+ rest = _objectWithoutPropertiesLoose(props, _excluded$2r);
17055
17204
  var styles = useStyleConfig("TagSet", {});
17056
17205
  if (!isFilterType(type)) {
17057
17206
  if (isDismissible) {
@@ -17079,7 +17228,7 @@ var TagSet$1 = /*#__PURE__*/chakra( /*#__PURE__*/forwardRef(function (props, ref
17079
17228
  }));
17080
17229
  }));
17081
17230
 
17082
- var _excluded$2o = ["aboveHeader", "breakout", "contentId", "contentBottom", "contentPrimary", "contentSidebar", "contentTop", "footer", "header", "sidebar", "renderFooterElement", "renderHeaderElement", "renderSkipNavigation"];
17231
+ var _excluded$2s = ["aboveHeader", "breakout", "contentId", "contentBottom", "contentPrimary", "contentSidebar", "contentTop", "footer", "header", "sidebar", "renderFooterElement", "renderHeaderElement", "renderSkipNavigation"];
17083
17232
  /**
17084
17233
  * The main top-level parent component that wraps all template-related
17085
17234
  * components.
@@ -17302,7 +17451,7 @@ var TemplateAppContainer = /*#__PURE__*/chakra( /*#__PURE__*/forwardRef(function
17302
17451
  renderHeaderElement = _props$renderHeaderEl === void 0 ? true : _props$renderHeaderEl,
17303
17452
  _props$renderSkipNavi = props.renderSkipNavigation,
17304
17453
  renderSkipNavigation = _props$renderSkipNavi === void 0 ? false : _props$renderSkipNavi,
17305
- rest = _objectWithoutPropertiesLoose(props, _excluded$2o);
17454
+ rest = _objectWithoutPropertiesLoose(props, _excluded$2s);
17306
17455
  var aboveHeaderElem = aboveHeader && React__default.createElement(TemplateAboveHeader, null, aboveHeader);
17307
17456
  var contentTopElem = contentTop && React__default.createElement(TemplateContentTop, null, contentTop);
17308
17457
  var contentPrimaryElem = contentPrimary && React__default.createElement(TemplateContentPrimary$1, null, contentPrimary);
@@ -17320,7 +17469,7 @@ var TemplateAppContainer = /*#__PURE__*/chakra( /*#__PURE__*/forwardRef(function
17320
17469
  }, footer)));
17321
17470
  }));
17322
17471
 
17323
- var _excluded$2p = ["defaultChecked", "helperText", "id", "invalidText", "isChecked", "isDisabled", "isInvalid", "isRequired", "labelText", "name", "onChange", "size"];
17472
+ var _excluded$2t = ["defaultChecked", "helperText", "id", "invalidText", "isChecked", "isDisabled", "isInvalid", "isRequired", "labelText", "name", "onChange", "size"];
17324
17473
  var onChangeDefault = function onChangeDefault() {
17325
17474
  return;
17326
17475
  };
@@ -17346,7 +17495,7 @@ var Toggle$2 = /*#__PURE__*/chakra( /*#__PURE__*/forwardRef(function (props, ref
17346
17495
  onChange = _props$onChange === void 0 ? onChangeDefault : _props$onChange,
17347
17496
  _props$size = props.size,
17348
17497
  size = _props$size === void 0 ? "default" : _props$size,
17349
- rest = _objectWithoutPropertiesLoose(props, _excluded$2p);
17498
+ rest = _objectWithoutPropertiesLoose(props, _excluded$2t);
17350
17499
  var styles = useMultiStyleConfig("Toggle", {
17351
17500
  isDisabled: isDisabled,
17352
17501
  size: size
@@ -17633,7 +17782,7 @@ function useNYPLTheme() {
17633
17782
  };
17634
17783
  }
17635
17784
 
17636
- var _excluded$2q = ["aspectRatio", "className", "descriptionText", "embedCode", "headingText", "helperText", "id", "iframeTitle", "showHelperInvalidText", "videoId", "videoType"];
17785
+ var _excluded$2u = ["aspectRatio", "className", "descriptionText", "embedCode", "headingText", "helperText", "id", "iframeTitle", "showHelperInvalidText", "videoId", "videoType"];
17637
17786
  var VideoPlayer$1 = /*#__PURE__*/chakra( /*#__PURE__*/forwardRef(function (props, ref) {
17638
17787
  var aspectRatio = props.aspectRatio,
17639
17788
  className = props.className,
@@ -17647,7 +17796,7 @@ var VideoPlayer$1 = /*#__PURE__*/chakra( /*#__PURE__*/forwardRef(function (props
17647
17796
  showHelperInvalidText = _props$showHelperInva === void 0 ? true : _props$showHelperInva,
17648
17797
  videoId = props.videoId,
17649
17798
  videoType = props.videoType,
17650
- rest = _objectWithoutPropertiesLoose(props, _excluded$2q);
17799
+ rest = _objectWithoutPropertiesLoose(props, _excluded$2u);
17651
17800
  var iframeTitleFinal = videoType === "vimeo" ? iframeTitle || "Vimeo video player" : iframeTitle || "YouTube video player";
17652
17801
  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";
17653
17802
  var iFrameTitleEmbedCode = iframeTitle ? "" + iframeTitle : "Video player";
@@ -17712,5 +17861,5 @@ var VideoPlayer$1 = /*#__PURE__*/chakra( /*#__PURE__*/forwardRef(function (props
17712
17861
  }, embedElement)));
17713
17862
  }));
17714
17863
 
17715
- export { Accordion, AlphabetFilter, AudioPlayer, Breadcrumbs, Button, ButtonGroup, Card, CardActions, CardContent, CardHeading, Checkbox, CheckboxGroup, ColorCard, DSProvider, DatePicker, FeedbackBox$1 as FeedbackBox, Fieldset, FilterBar$1 as FilterBar, Footer$1 as Footer, Form, FormField, FormRow, Header$1 as Header, Heading, HelperErrorText, Hero$1 as Hero, HorizontalRule$1 as HorizontalRule, Icon, Image, Label, Link, List$1 as List, Logo$1 as Logo, ModalTrigger, MultiSelect$1 as MultiSelect, MultiSelectGroup, Notification$1 as Notification, Pagination$1 as Pagination, ProgressIndicator$1 as ProgressIndicator, Radio$1 as Radio, RadioGroup$1 as RadioGroup, SearchBar$1 as SearchBar, Select$1 as Select, SimpleGrid, SkeletonLoader$1 as SkeletonLoader, SkipNavigation$1 as SkipNavigation, Slider, StatusBadge$1 as StatusBadge, StructuredContent$1 as StructuredContent, StyledList$1 as StyledList, Table, Tabs, TagSet$1 as TagSet, Template$1 as Template, TemplateAboveHeader, TemplateAppContainer, TemplateBreakout$1 as TemplateBreakout, TemplateContent$1 as TemplateContent, TemplateContentPrimary$1 as TemplateContentPrimary, TemplateContentSidebar$1 as TemplateContentSidebar, TemplateContentTop, TemplateFooter, TemplateHeader, Text, TextInput, Toggle$2 as Toggle, Tooltip, VideoPlayer$1 as VideoPlayer, useCarouselStyles, useFeedbackBox, useFilterBar, useModal, useMultiSelect, useNYPLBreakpoints, useNYPLTheme, useWindowSize };
17864
+ export { Accordion, AlphabetFilter, AudioPlayer, Breadcrumbs, Button, ButtonGroup, Card, CardActions, CardContent, CardHeading, Checkbox, CheckboxGroup, ColorCard, DSProvider, DatePicker, FeedbackBox$1 as FeedbackBox, Fieldset, FilterBar$1 as FilterBar, Footer$1 as Footer, Form, FormField, FormRow, Header$1 as Header, Heading, HelperErrorText, Hero$1 as Hero, HorizontalRule$1 as HorizontalRule, Icon, Image, Label, Link, List$1 as List, Logo$1 as Logo, ModalTrigger, MultiSelect$1 as MultiSelect, MultiSelectGroup, Notification$1 as Notification, Pagination$1 as Pagination, ProgressIndicator$1 as ProgressIndicator, Radio$1 as Radio, RadioGroup$1 as RadioGroup, SearchBar$1 as SearchBar, Select$1 as Select, SimpleGrid, SkeletonLoader$1 as SkeletonLoader, SkipNavigation$1 as SkipNavigation, Slider, StatusBadge$1 as StatusBadge, StructuredContent$1 as StructuredContent, StyledList$1 as StyledList, Table, Tabs, TagSet$1 as TagSet, Template$1 as Template, TemplateAboveHeader, TemplateAppContainer, TemplateBreakout$1 as TemplateBreakout, TemplateContent$1 as TemplateContent, TemplateContentPrimary$1 as TemplateContentPrimary, TemplateContentSidebar$1 as TemplateContentSidebar, TemplateContentTop, TemplateFooter, TemplateHeader, Text, TextInput, Toggle$2 as Toggle, Tooltip, VideoPlayer$1 as VideoPlayer, useCarouselStyles, useCloseDropDown, useFeedbackBox, useFilterBar, useModal, useMultiSelect, useNYPLBreakpoints, useNYPLTheme, useWindowSize };
17716
17865
  //# sourceMappingURL=design-system-react-components.esm.js.map