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