@nypl/design-system-react-components 1.1.2 → 1.2.0-rc-2
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/AlphabetFilter/AlphabetFilter.d.ts +23 -0
- package/dist/components/AudioPlayer/AudioPlayer.d.ts +43 -0
- package/dist/components/ComponentWrapper/ComponentWrapper.d.ts +1 -1
- package/dist/components/Icons/Icon.d.ts +1 -1
- package/dist/components/Logo/Logo.d.ts +1 -1
- package/dist/components/Logo/LogoSvgs.d.ts +1 -0
- package/dist/components/TagSet/TagSet.d.ts +32 -0
- package/dist/components/TagSet/TagSetExplore.d.ts +27 -0
- package/dist/components/TagSet/TagSetFilter.d.ts +26 -0
- package/dist/design-system-react-components.cjs.development.js +1480 -710
- 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 +1481 -714
- package/dist/design-system-react-components.esm.js.map +1 -1
- package/dist/index.d.ts +3 -0
- package/dist/theme/components/alphabetFilter.d.ts +33 -0
- package/dist/theme/components/audioPlayer.d.ts +9 -0
- package/dist/theme/components/icon.d.ts +15144 -648
- package/dist/theme/components/tagSet.d.ts +115 -0
- package/dist/theme/foundations/radii.d.ts +4 -0
- package/package.json +2 -1
- package/CHANGELOG.md +0 -1637
|
@@ -67,6 +67,7 @@ var SvgAccessibilityFull = function SvgAccessibilityFull(_ref) {
|
|
|
67
67
|
viewBox: "0 0 18 18",
|
|
68
68
|
fill: "none",
|
|
69
69
|
xmlns: "http://www.w3.org/2000/svg",
|
|
70
|
+
role: "img",
|
|
70
71
|
"aria-labelledby": titleId
|
|
71
72
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
72
73
|
id: titleId
|
|
@@ -107,6 +108,7 @@ var SvgAccessibilityPartial = function SvgAccessibilityPartial(_ref) {
|
|
|
107
108
|
viewBox: "0 0 18 18",
|
|
108
109
|
fill: "none",
|
|
109
110
|
xmlns: "http://www.w3.org/2000/svg",
|
|
111
|
+
role: "img",
|
|
110
112
|
"aria-labelledby": titleId
|
|
111
113
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
112
114
|
id: titleId
|
|
@@ -146,6 +148,7 @@ var SvgActionCheckCircle = function SvgActionCheckCircle(_ref) {
|
|
|
146
148
|
return /*#__PURE__*/React.createElement("svg", _extends$3({
|
|
147
149
|
viewBox: "0 0 24 24",
|
|
148
150
|
xmlns: "http://www.w3.org/2000/svg",
|
|
151
|
+
role: "img",
|
|
149
152
|
"aria-labelledby": titleId
|
|
150
153
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
151
154
|
id: titleId
|
|
@@ -174,6 +177,7 @@ var SvgActionCheckCircleFilled = function SvgActionCheckCircleFilled(_ref) {
|
|
|
174
177
|
return /*#__PURE__*/React.createElement("svg", _extends$4({
|
|
175
178
|
viewBox: "0 0 24 24",
|
|
176
179
|
xmlns: "http://www.w3.org/2000/svg",
|
|
180
|
+
role: "img",
|
|
177
181
|
"aria-labelledby": titleId
|
|
178
182
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
179
183
|
id: titleId
|
|
@@ -200,6 +204,7 @@ var SvgActionExit = function SvgActionExit(_ref) {
|
|
|
200
204
|
return /*#__PURE__*/React.createElement("svg", _extends$5({
|
|
201
205
|
viewBox: "0 0 24 24",
|
|
202
206
|
xmlns: "http://www.w3.org/2000/svg",
|
|
207
|
+
role: "img",
|
|
203
208
|
"aria-labelledby": titleId
|
|
204
209
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
205
210
|
id: titleId
|
|
@@ -228,6 +233,7 @@ var SvgActionHelpDefault = function SvgActionHelpDefault(_ref) {
|
|
|
228
233
|
return /*#__PURE__*/React.createElement("svg", _extends$6({
|
|
229
234
|
viewBox: "0 0 24 24",
|
|
230
235
|
xmlns: "http://www.w3.org/2000/svg",
|
|
236
|
+
role: "img",
|
|
231
237
|
"aria-labelledby": titleId
|
|
232
238
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
233
239
|
id: titleId
|
|
@@ -256,6 +262,7 @@ var SvgActionHelpOutline = function SvgActionHelpOutline(_ref) {
|
|
|
256
262
|
return /*#__PURE__*/React.createElement("svg", _extends$7({
|
|
257
263
|
viewBox: "0 0 24 24",
|
|
258
264
|
xmlns: "http://www.w3.org/2000/svg",
|
|
265
|
+
role: "img",
|
|
259
266
|
"aria-labelledby": titleId
|
|
260
267
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
261
268
|
id: titleId
|
|
@@ -284,6 +291,7 @@ var SvgActionLaunch = function SvgActionLaunch(_ref) {
|
|
|
284
291
|
return /*#__PURE__*/React.createElement("svg", _extends$8({
|
|
285
292
|
viewBox: "0 0 24 24",
|
|
286
293
|
xmlns: "http://www.w3.org/2000/svg",
|
|
294
|
+
role: "img",
|
|
287
295
|
"aria-labelledby": titleId
|
|
288
296
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
289
297
|
id: titleId
|
|
@@ -312,6 +320,7 @@ var SvgActionPower = function SvgActionPower(_ref) {
|
|
|
312
320
|
return /*#__PURE__*/React.createElement("svg", _extends$9({
|
|
313
321
|
viewBox: "0 0 24 24",
|
|
314
322
|
xmlns: "http://www.w3.org/2000/svg",
|
|
323
|
+
role: "img",
|
|
315
324
|
"aria-labelledby": titleId
|
|
316
325
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
317
326
|
id: titleId
|
|
@@ -340,6 +349,7 @@ var SvgActionRegistration = function SvgActionRegistration(_ref) {
|
|
|
340
349
|
return /*#__PURE__*/React.createElement("svg", _extends$a({
|
|
341
350
|
viewBox: "0 0 24 24",
|
|
342
351
|
xmlns: "http://www.w3.org/2000/svg",
|
|
352
|
+
role: "img",
|
|
343
353
|
"aria-labelledby": titleId
|
|
344
354
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
345
355
|
id: titleId
|
|
@@ -366,6 +376,7 @@ var SvgActionSettings = function SvgActionSettings(_ref) {
|
|
|
366
376
|
return /*#__PURE__*/React.createElement("svg", _extends$b({
|
|
367
377
|
viewBox: "0 0 24 24",
|
|
368
378
|
xmlns: "http://www.w3.org/2000/svg",
|
|
379
|
+
role: "img",
|
|
369
380
|
"aria-labelledby": titleId
|
|
370
381
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
371
382
|
id: titleId
|
|
@@ -394,6 +405,7 @@ var SvgAlertNotificationImportant = function SvgAlertNotificationImportant(_ref)
|
|
|
394
405
|
return /*#__PURE__*/React.createElement("svg", _extends$c({
|
|
395
406
|
viewBox: "0 0 24 24",
|
|
396
407
|
xmlns: "http://www.w3.org/2000/svg",
|
|
408
|
+
role: "img",
|
|
397
409
|
"aria-labelledby": titleId
|
|
398
410
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
399
411
|
id: titleId
|
|
@@ -422,6 +434,7 @@ var SvgAlertWarningFilled = function SvgAlertWarningFilled(_ref) {
|
|
|
422
434
|
return /*#__PURE__*/React.createElement("svg", _extends$d({
|
|
423
435
|
viewBox: "0 0 24 24",
|
|
424
436
|
xmlns: "http://www.w3.org/2000/svg",
|
|
437
|
+
role: "img",
|
|
425
438
|
"aria-labelledby": titleId
|
|
426
439
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
427
440
|
id: titleId
|
|
@@ -450,6 +463,7 @@ var SvgAlertWarningOutline = function SvgAlertWarningOutline(_ref) {
|
|
|
450
463
|
return /*#__PURE__*/React.createElement("svg", _extends$e({
|
|
451
464
|
viewBox: "0 0 24 24",
|
|
452
465
|
xmlns: "http://www.w3.org/2000/svg",
|
|
466
|
+
role: "img",
|
|
453
467
|
"aria-labelledby": titleId
|
|
454
468
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
455
469
|
id: titleId
|
|
@@ -478,6 +492,7 @@ var SvgArrow = function SvgArrow(_ref) {
|
|
|
478
492
|
return /*#__PURE__*/React.createElement("svg", _extends$f({
|
|
479
493
|
viewBox: "0 0 24 14",
|
|
480
494
|
xmlns: "http://www.w3.org/2000/svg",
|
|
495
|
+
role: "img",
|
|
481
496
|
"aria-labelledby": titleId
|
|
482
497
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
483
498
|
id: titleId
|
|
@@ -506,6 +521,7 @@ var SvgBuilding = function SvgBuilding(_ref) {
|
|
|
506
521
|
return /*#__PURE__*/React.createElement("svg", _extends$g({
|
|
507
522
|
viewBox: "0 0 26 26",
|
|
508
523
|
xmlns: "http://www.w3.org/2000/svg",
|
|
524
|
+
role: "img",
|
|
509
525
|
"aria-labelledby": titleId
|
|
510
526
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
511
527
|
id: titleId
|
|
@@ -534,6 +550,7 @@ var SvgCheck = function SvgCheck(_ref) {
|
|
|
534
550
|
return /*#__PURE__*/React.createElement("svg", _extends$h({
|
|
535
551
|
viewBox: "0 0 24 24",
|
|
536
552
|
xmlns: "http://www.w3.org/2000/svg",
|
|
553
|
+
role: "img",
|
|
537
554
|
"aria-labelledby": titleId
|
|
538
555
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
539
556
|
id: titleId
|
|
@@ -560,6 +577,7 @@ var SvgClock = function SvgClock(_ref) {
|
|
|
560
577
|
return /*#__PURE__*/React.createElement("svg", _extends$i({
|
|
561
578
|
viewBox: "0 0 24 24",
|
|
562
579
|
xmlns: "http://www.w3.org/2000/svg",
|
|
580
|
+
role: "img",
|
|
563
581
|
"aria-labelledby": titleId
|
|
564
582
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
565
583
|
id: titleId
|
|
@@ -588,6 +606,7 @@ var SvgClose = function SvgClose(_ref) {
|
|
|
588
606
|
return /*#__PURE__*/React.createElement("svg", _extends$j({
|
|
589
607
|
viewBox: "0 0 24 24",
|
|
590
608
|
xmlns: "http://www.w3.org/2000/svg",
|
|
609
|
+
role: "img",
|
|
591
610
|
"aria-labelledby": titleId
|
|
592
611
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
593
612
|
id: titleId
|
|
@@ -614,6 +633,7 @@ var SvgDecorativeEnvelope = function SvgDecorativeEnvelope(_ref) {
|
|
|
614
633
|
return /*#__PURE__*/React.createElement("svg", _extends$k({
|
|
615
634
|
viewBox: "0 0 68 68",
|
|
616
635
|
xmlns: "http://www.w3.org/2000/svg",
|
|
636
|
+
role: "img",
|
|
617
637
|
"aria-labelledby": titleId
|
|
618
638
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
619
639
|
id: titleId
|
|
@@ -642,6 +662,7 @@ var SvgDecorativeLibraryCard = function SvgDecorativeLibraryCard(_ref) {
|
|
|
642
662
|
return /*#__PURE__*/React.createElement("svg", _extends$l({
|
|
643
663
|
viewBox: "0 0 68 68",
|
|
644
664
|
xmlns: "http://www.w3.org/2000/svg",
|
|
665
|
+
role: "img",
|
|
645
666
|
"aria-labelledby": titleId
|
|
646
667
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
647
668
|
id: titleId
|
|
@@ -670,6 +691,7 @@ var SvgDecorativeShoppingBag = function SvgDecorativeShoppingBag(_ref) {
|
|
|
670
691
|
return /*#__PURE__*/React.createElement("svg", _extends$m({
|
|
671
692
|
viewBox: "0 0 68 68",
|
|
672
693
|
xmlns: "http://www.w3.org/2000/svg",
|
|
694
|
+
role: "img",
|
|
673
695
|
"aria-labelledby": titleId
|
|
674
696
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
675
697
|
id: titleId
|
|
@@ -696,6 +718,7 @@ var SvgDownload = function SvgDownload(_ref) {
|
|
|
696
718
|
return /*#__PURE__*/React.createElement("svg", _extends$n({
|
|
697
719
|
viewBox: "0 0 14 18",
|
|
698
720
|
xmlns: "http://www.w3.org/2000/svg",
|
|
721
|
+
role: "img",
|
|
699
722
|
"aria-labelledby": titleId
|
|
700
723
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
701
724
|
id: titleId
|
|
@@ -724,6 +747,7 @@ var SvgErrorFilled = function SvgErrorFilled(_ref) {
|
|
|
724
747
|
return /*#__PURE__*/React.createElement("svg", _extends$o({
|
|
725
748
|
viewBox: "0 0 24 24",
|
|
726
749
|
xmlns: "http://www.w3.org/2000/svg",
|
|
750
|
+
role: "img",
|
|
727
751
|
"aria-labelledby": titleId
|
|
728
752
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
729
753
|
id: titleId
|
|
@@ -752,6 +776,7 @@ var SvgErrorOutline = function SvgErrorOutline(_ref) {
|
|
|
752
776
|
return /*#__PURE__*/React.createElement("svg", _extends$p({
|
|
753
777
|
viewBox: "0 0 24 25",
|
|
754
778
|
xmlns: "http://www.w3.org/2000/svg",
|
|
779
|
+
role: "img",
|
|
755
780
|
"aria-labelledby": titleId
|
|
756
781
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
757
782
|
id: titleId
|
|
@@ -780,6 +805,7 @@ var SvgFileTypeAudio = function SvgFileTypeAudio(_ref) {
|
|
|
780
805
|
return /*#__PURE__*/React.createElement("svg", _extends$q({
|
|
781
806
|
viewBox: "0 0 24 24",
|
|
782
807
|
xmlns: "http://www.w3.org/2000/svg",
|
|
808
|
+
role: "img",
|
|
783
809
|
"aria-labelledby": titleId
|
|
784
810
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
785
811
|
id: titleId
|
|
@@ -814,6 +840,7 @@ var SvgFileTypeDoc = function SvgFileTypeDoc(_ref) {
|
|
|
814
840
|
return /*#__PURE__*/React.createElement("svg", _extends$r({
|
|
815
841
|
viewBox: "0 0 24 24",
|
|
816
842
|
xmlns: "http://www.w3.org/2000/svg",
|
|
843
|
+
role: "img",
|
|
817
844
|
"aria-labelledby": titleId
|
|
818
845
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
819
846
|
id: titleId
|
|
@@ -848,6 +875,7 @@ var SvgFileTypeGenericDoc = function SvgFileTypeGenericDoc(_ref) {
|
|
|
848
875
|
return /*#__PURE__*/React.createElement("svg", _extends$s({
|
|
849
876
|
viewBox: "0 0 24 24",
|
|
850
877
|
xmlns: "http://www.w3.org/2000/svg",
|
|
878
|
+
role: "img",
|
|
851
879
|
"aria-labelledby": titleId
|
|
852
880
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
853
881
|
id: titleId
|
|
@@ -880,6 +908,7 @@ var SvgFileTypeImage = function SvgFileTypeImage(_ref) {
|
|
|
880
908
|
return /*#__PURE__*/React.createElement("svg", _extends$t({
|
|
881
909
|
viewBox: "0 0 24 24",
|
|
882
910
|
xmlns: "http://www.w3.org/2000/svg",
|
|
911
|
+
role: "img",
|
|
883
912
|
"aria-labelledby": titleId
|
|
884
913
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
885
914
|
id: titleId
|
|
@@ -922,6 +951,7 @@ var SvgFileTypePdf = function SvgFileTypePdf(_ref) {
|
|
|
922
951
|
return /*#__PURE__*/React.createElement("svg", _extends$u({
|
|
923
952
|
viewBox: "0 0 24 24",
|
|
924
953
|
xmlns: "http://www.w3.org/2000/svg",
|
|
954
|
+
role: "img",
|
|
925
955
|
"aria-labelledby": titleId
|
|
926
956
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
927
957
|
id: titleId
|
|
@@ -956,6 +986,7 @@ var SvgFileTypeSpreadsheet = function SvgFileTypeSpreadsheet(_ref) {
|
|
|
956
986
|
return /*#__PURE__*/React.createElement("svg", _extends$v({
|
|
957
987
|
viewBox: "0 0 24 24",
|
|
958
988
|
xmlns: "http://www.w3.org/2000/svg",
|
|
989
|
+
role: "img",
|
|
959
990
|
"aria-labelledby": titleId
|
|
960
991
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
961
992
|
id: titleId
|
|
@@ -990,6 +1021,7 @@ var SvgFileTypeVideo = function SvgFileTypeVideo(_ref) {
|
|
|
990
1021
|
return /*#__PURE__*/React.createElement("svg", _extends$w({
|
|
991
1022
|
viewBox: "0 0 24 24",
|
|
992
1023
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1024
|
+
role: "img",
|
|
993
1025
|
"aria-labelledby": titleId
|
|
994
1026
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
995
1027
|
id: titleId
|
|
@@ -1022,6 +1054,7 @@ var SvgHeadset = function SvgHeadset(_ref) {
|
|
|
1022
1054
|
return /*#__PURE__*/React.createElement("svg", _extends$x({
|
|
1023
1055
|
viewBox: "0 0 18 19",
|
|
1024
1056
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1057
|
+
role: "img",
|
|
1025
1058
|
"aria-labelledby": titleId
|
|
1026
1059
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
1027
1060
|
id: titleId
|
|
@@ -1048,6 +1081,7 @@ var SvgLegacyAccountFilled = function SvgLegacyAccountFilled(_ref) {
|
|
|
1048
1081
|
return /*#__PURE__*/React.createElement("svg", _extends$y({
|
|
1049
1082
|
viewBox: "0 0 32 33",
|
|
1050
1083
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1084
|
+
role: "img",
|
|
1051
1085
|
"aria-labelledby": titleId
|
|
1052
1086
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
1053
1087
|
id: titleId
|
|
@@ -1074,6 +1108,7 @@ var SvgLegacyAccountUnfilled = function SvgLegacyAccountUnfilled(_ref) {
|
|
|
1074
1108
|
return /*#__PURE__*/React.createElement("svg", _extends$z({
|
|
1075
1109
|
viewBox: "0 0 33 33",
|
|
1076
1110
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1111
|
+
role: "img",
|
|
1077
1112
|
"aria-labelledby": titleId
|
|
1078
1113
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
1079
1114
|
id: titleId
|
|
@@ -1100,6 +1135,7 @@ var SvgLegacySocialFacebook = function SvgLegacySocialFacebook(_ref) {
|
|
|
1100
1135
|
return /*#__PURE__*/React.createElement("svg", _extends$A({
|
|
1101
1136
|
viewBox: "0 0 32 32",
|
|
1102
1137
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1138
|
+
role: "img",
|
|
1103
1139
|
"aria-labelledby": titleId
|
|
1104
1140
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
1105
1141
|
id: titleId
|
|
@@ -1126,6 +1162,7 @@ var SvgLegacySocialInstagram = function SvgLegacySocialInstagram(_ref) {
|
|
|
1126
1162
|
return /*#__PURE__*/React.createElement("svg", _extends$B({
|
|
1127
1163
|
viewBox: "0 0 32 32",
|
|
1128
1164
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1165
|
+
role: "img",
|
|
1129
1166
|
"aria-labelledby": titleId
|
|
1130
1167
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
1131
1168
|
id: titleId
|
|
@@ -1152,6 +1189,7 @@ var SvgLegacySocialTwitter = function SvgLegacySocialTwitter(_ref) {
|
|
|
1152
1189
|
return /*#__PURE__*/React.createElement("svg", _extends$C({
|
|
1153
1190
|
viewBox: "0 0 32 32",
|
|
1154
1191
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1192
|
+
role: "img",
|
|
1155
1193
|
"aria-labelledby": titleId
|
|
1156
1194
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
1157
1195
|
id: titleId
|
|
@@ -1178,6 +1216,7 @@ var SvgLegacySocialYoutube = function SvgLegacySocialYoutube(_ref) {
|
|
|
1178
1216
|
return /*#__PURE__*/React.createElement("svg", _extends$D({
|
|
1179
1217
|
viewBox: "0 0 32 32",
|
|
1180
1218
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1219
|
+
role: "img",
|
|
1181
1220
|
"aria-labelledby": titleId
|
|
1182
1221
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
1183
1222
|
id: titleId
|
|
@@ -1204,6 +1243,7 @@ var SvgLocator = function SvgLocator(_ref) {
|
|
|
1204
1243
|
return /*#__PURE__*/React.createElement("svg", _extends$E({
|
|
1205
1244
|
viewBox: "0 0 32 32",
|
|
1206
1245
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1246
|
+
role: "img",
|
|
1207
1247
|
"aria-labelledby": titleId
|
|
1208
1248
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
1209
1249
|
id: titleId
|
|
@@ -1234,6 +1274,7 @@ var SvgMinus = function SvgMinus(_ref) {
|
|
|
1234
1274
|
width: 24,
|
|
1235
1275
|
height: 2,
|
|
1236
1276
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1277
|
+
role: "img",
|
|
1237
1278
|
"aria-labelledby": titleId
|
|
1238
1279
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
1239
1280
|
id: titleId
|
|
@@ -1262,6 +1303,7 @@ var SvgPlus = function SvgPlus(_ref) {
|
|
|
1262
1303
|
return /*#__PURE__*/React.createElement("svg", _extends$G({
|
|
1263
1304
|
viewBox: "0 0 23 23",
|
|
1264
1305
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1306
|
+
role: "img",
|
|
1265
1307
|
"aria-labelledby": titleId
|
|
1266
1308
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
1267
1309
|
id: titleId
|
|
@@ -1298,6 +1340,7 @@ var SvgSearch = function SvgSearch(_ref) {
|
|
|
1298
1340
|
return /*#__PURE__*/React.createElement("svg", _extends$H({
|
|
1299
1341
|
viewBox: "0 0 24 24",
|
|
1300
1342
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1343
|
+
role: "img",
|
|
1301
1344
|
"aria-labelledby": titleId
|
|
1302
1345
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
1303
1346
|
id: titleId
|
|
@@ -1326,6 +1369,7 @@ var SvgSocialFacebook = function SvgSocialFacebook(_ref) {
|
|
|
1326
1369
|
return /*#__PURE__*/React.createElement("svg", _extends$I({
|
|
1327
1370
|
viewBox: "0 0 36 36",
|
|
1328
1371
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1372
|
+
role: "img",
|
|
1329
1373
|
"aria-labelledby": titleId
|
|
1330
1374
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
1331
1375
|
id: titleId
|
|
@@ -1354,6 +1398,7 @@ var SvgSocialInstagram = function SvgSocialInstagram(_ref) {
|
|
|
1354
1398
|
return /*#__PURE__*/React.createElement("svg", _extends$J({
|
|
1355
1399
|
viewBox: "0 0 37 37",
|
|
1356
1400
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1401
|
+
role: "img",
|
|
1357
1402
|
"aria-labelledby": titleId
|
|
1358
1403
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
1359
1404
|
id: titleId
|
|
@@ -1386,6 +1431,7 @@ var SvgSocialTumblr = function SvgSocialTumblr(_ref) {
|
|
|
1386
1431
|
return /*#__PURE__*/React.createElement("svg", _extends$K({
|
|
1387
1432
|
viewBox: "0 0 36 36",
|
|
1388
1433
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1434
|
+
role: "img",
|
|
1389
1435
|
"aria-labelledby": titleId
|
|
1390
1436
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
1391
1437
|
id: titleId
|
|
@@ -1416,6 +1462,7 @@ var SvgSocialTwitter = function SvgSocialTwitter(_ref) {
|
|
|
1416
1462
|
return /*#__PURE__*/React.createElement("svg", _extends$L({
|
|
1417
1463
|
viewBox: "0 0 36 36",
|
|
1418
1464
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1465
|
+
role: "img",
|
|
1419
1466
|
"aria-labelledby": titleId
|
|
1420
1467
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
1421
1468
|
id: titleId
|
|
@@ -1444,6 +1491,7 @@ var SvgSocialYoutube = function SvgSocialYoutube(_ref) {
|
|
|
1444
1491
|
return /*#__PURE__*/React.createElement("svg", _extends$M({
|
|
1445
1492
|
viewBox: "0 0 36 36",
|
|
1446
1493
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1494
|
+
role: "img",
|
|
1447
1495
|
"aria-labelledby": titleId
|
|
1448
1496
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
1449
1497
|
id: titleId
|
|
@@ -1474,6 +1522,7 @@ var SvgSpeakerNotes = function SvgSpeakerNotes(_ref) {
|
|
|
1474
1522
|
return /*#__PURE__*/React.createElement("svg", _extends$N({
|
|
1475
1523
|
viewBox: "0 0 24 24",
|
|
1476
1524
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1525
|
+
role: "img",
|
|
1477
1526
|
"aria-labelledby": titleId
|
|
1478
1527
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
1479
1528
|
id: titleId
|
|
@@ -1503,6 +1552,7 @@ var SvgUtilityAccountFilled = function SvgUtilityAccountFilled(_ref) {
|
|
|
1503
1552
|
viewBox: "0 0 24 24",
|
|
1504
1553
|
fill: "none",
|
|
1505
1554
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1555
|
+
role: "img",
|
|
1506
1556
|
"aria-labelledby": titleId
|
|
1507
1557
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
1508
1558
|
id: titleId
|
|
@@ -1534,6 +1584,7 @@ var SvgUtilityAccountUnfilled = function SvgUtilityAccountUnfilled(_ref) {
|
|
|
1534
1584
|
viewBox: "0 0 24 24",
|
|
1535
1585
|
fill: "none",
|
|
1536
1586
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1587
|
+
role: "img",
|
|
1537
1588
|
"aria-labelledby": titleId
|
|
1538
1589
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
1539
1590
|
id: titleId
|
|
@@ -1570,16 +1621,14 @@ var SvgUtilityHamburger = function SvgUtilityHamburger(_ref) {
|
|
|
1570
1621
|
return /*#__PURE__*/React.createElement("svg", _extends$Q({
|
|
1571
1622
|
viewBox: "0 0 24 24",
|
|
1572
1623
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1624
|
+
role: "img",
|
|
1573
1625
|
"aria-labelledby": titleId
|
|
1574
1626
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
1575
1627
|
id: titleId
|
|
1576
1628
|
}, title) : null, _path$K || (_path$K = /*#__PURE__*/React.createElement("path", {
|
|
1577
1629
|
fillRule: "evenodd",
|
|
1578
1630
|
clipRule: "evenodd",
|
|
1579
|
-
|
|
1580
|
-
strokeWidth: 2,
|
|
1581
|
-
strokeLinecap: "round",
|
|
1582
|
-
d: "M4 16.938h16M4 11.938h16M4 6.938h16"
|
|
1631
|
+
d: "M3 17a1 1 0 0 1 1-1h16a1 1 0 1 1 0 2H4a1 1 0 0 1-1-1ZM3 12a1 1 0 0 1 1-1h16a1 1 0 1 1 0 2H4a1 1 0 0 1-1-1ZM3 7a1 1 0 0 1 1-1h16a1 1 0 1 1 0 2H4a1 1 0 0 1-1-1Z"
|
|
1583
1632
|
})));
|
|
1584
1633
|
};
|
|
1585
1634
|
|
|
@@ -1843,59 +1892,7 @@ var Accordion = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(functio
|
|
|
1843
1892
|
}, rest), getElementsFromData(accordionData, id, isAlwaysRendered, panelMaxHeight));
|
|
1844
1893
|
}));
|
|
1845
1894
|
|
|
1846
|
-
var _excluded$S = ["
|
|
1847
|
-
|
|
1848
|
-
var getElementsFromData$1 = function getElementsFromData(data, breadcrumbsID) {
|
|
1849
|
-
if (!(data != null && data.length)) {
|
|
1850
|
-
return {};
|
|
1851
|
-
}
|
|
1852
|
-
|
|
1853
|
-
var breadcrumbItems = data.map(function (breadcrumbData, index) {
|
|
1854
|
-
return React__default.createElement(react.BreadcrumbItem, {
|
|
1855
|
-
key: index,
|
|
1856
|
-
isCurrentPage: index === data.length - 1 ? true : false
|
|
1857
|
-
}, React__default.createElement(react.BreadcrumbLink, {
|
|
1858
|
-
href: breadcrumbData.url
|
|
1859
|
-
}, index === data.length - 2 && React__default.createElement(Icon, {
|
|
1860
|
-
name: "arrow",
|
|
1861
|
-
size: "small",
|
|
1862
|
-
iconRotation: "rotate90",
|
|
1863
|
-
id: breadcrumbsID + "__backarrow",
|
|
1864
|
-
className: "breadcrumbs-icon",
|
|
1865
|
-
type: "breadcrumbs"
|
|
1866
|
-
}), React__default.createElement("span", {
|
|
1867
|
-
className: "breadcrumb-label"
|
|
1868
|
-
}, breadcrumbData.text)));
|
|
1869
|
-
});
|
|
1870
|
-
return breadcrumbItems;
|
|
1871
|
-
};
|
|
1872
|
-
|
|
1873
|
-
var Breadcrumbs = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
1874
|
-
var breadcrumbsData = props.breadcrumbsData,
|
|
1875
|
-
_props$breadcrumbsTyp = props.breadcrumbsType,
|
|
1876
|
-
breadcrumbsType = _props$breadcrumbsTyp === void 0 ? "whatsOn" : _props$breadcrumbsTyp,
|
|
1877
|
-
className = props.className,
|
|
1878
|
-
id = props.id,
|
|
1879
|
-
rest = _objectWithoutPropertiesLoose(props, _excluded$S);
|
|
1880
|
-
|
|
1881
|
-
if (!breadcrumbsData || breadcrumbsData.length === 0) {
|
|
1882
|
-
throw new Error("NYPL Reservoir Breadcrumbs: No data was passed to the `breadcrumbsData` prop.");
|
|
1883
|
-
}
|
|
1884
|
-
|
|
1885
|
-
var styles = react.useStyleConfig("Breadcrumb", {
|
|
1886
|
-
variant: breadcrumbsType
|
|
1887
|
-
});
|
|
1888
|
-
var breadcrumbItems = getElementsFromData$1(breadcrumbsData, id);
|
|
1889
|
-
return React__default.createElement(react.Breadcrumb, Object.assign({
|
|
1890
|
-
"aria-label": "Breadcrumb",
|
|
1891
|
-
className: className,
|
|
1892
|
-
id: id,
|
|
1893
|
-
ref: ref,
|
|
1894
|
-
__css: styles
|
|
1895
|
-
}, rest), breadcrumbItems);
|
|
1896
|
-
}));
|
|
1897
|
-
|
|
1898
|
-
var _excluded$T = ["buttonType", "children", "className", "id", "isDisabled", "mouseDown", "onClick", "size", "type"];
|
|
1895
|
+
var _excluded$S = ["buttonType", "children", "className", "id", "isDisabled", "mouseDown", "onClick", "size", "type"];
|
|
1899
1896
|
/**
|
|
1900
1897
|
* Renders a simple `button` element with custom variant styles.
|
|
1901
1898
|
*/
|
|
@@ -1916,7 +1913,7 @@ var Button = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(function (
|
|
|
1916
1913
|
size = _props$size === void 0 ? "medium" : _props$size,
|
|
1917
1914
|
_props$type = props.type,
|
|
1918
1915
|
type = _props$type === void 0 ? "button" : _props$type,
|
|
1919
|
-
rest = _objectWithoutPropertiesLoose(props, _excluded$
|
|
1916
|
+
rest = _objectWithoutPropertiesLoose(props, _excluded$S);
|
|
1920
1917
|
|
|
1921
1918
|
var btnCallback = mouseDown ? {
|
|
1922
1919
|
onMouseDown: onClick
|
|
@@ -1973,108 +1970,7 @@ var Button = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(function (
|
|
|
1973
1970
|
}
|
|
1974
1971
|
});
|
|
1975
1972
|
|
|
1976
|
-
|
|
1977
|
-
* This hook is used to determine if the current screen size is larger than
|
|
1978
|
-
* the specific NYPL breakpoint values. The returned value is an object with
|
|
1979
|
-
* boolean values for each breakpoint.
|
|
1980
|
-
*/
|
|
1981
|
-
|
|
1982
|
-
var useNYPLBreakpoints = function useNYPLBreakpoints() {
|
|
1983
|
-
// Local state is used and updated with the `useEffect` hook so that the
|
|
1984
|
-
// initial breakpoint values are the same on the server and client side.
|
|
1985
|
-
var _useState = React.useState({
|
|
1986
|
-
isLargerThanSmall: false,
|
|
1987
|
-
isLargerThanMedium: false,
|
|
1988
|
-
isLargerThanLarge: false,
|
|
1989
|
-
isLargerThanXLarge: false
|
|
1990
|
-
}),
|
|
1991
|
-
layoutSize = _useState[0],
|
|
1992
|
-
setLayoutSize = _useState[1];
|
|
1993
|
-
|
|
1994
|
-
var _useMediaQuery = react.useMediaQuery(["(min-width: 320px)", "(min-width: 600px)", "(min-width: 960px)", "(min-width: 1280px)"]),
|
|
1995
|
-
isLargerThanSmall = _useMediaQuery[0],
|
|
1996
|
-
isLargerThanMedium = _useMediaQuery[1],
|
|
1997
|
-
isLargerThanLarge = _useMediaQuery[2],
|
|
1998
|
-
isLargerThanXLarge = _useMediaQuery[3];
|
|
1999
|
-
|
|
2000
|
-
React.useEffect(function () {
|
|
2001
|
-
setLayoutSize({
|
|
2002
|
-
isLargerThanSmall: isLargerThanSmall,
|
|
2003
|
-
isLargerThanMedium: isLargerThanMedium,
|
|
2004
|
-
isLargerThanLarge: isLargerThanLarge,
|
|
2005
|
-
isLargerThanXLarge: isLargerThanXLarge
|
|
2006
|
-
});
|
|
2007
|
-
}, [isLargerThanSmall, isLargerThanMedium, isLargerThanLarge, isLargerThanXLarge]);
|
|
2008
|
-
return {
|
|
2009
|
-
isLargerThanSmall: layoutSize.isLargerThanSmall,
|
|
2010
|
-
isLargerThanMedium: layoutSize.isLargerThanMedium,
|
|
2011
|
-
// NYPL uses the medium 600px breakpoint to determine if the screen is
|
|
2012
|
-
// in the mobile view. This is the recommended boolean value to use.
|
|
2013
|
-
isLargerThanMobile: layoutSize.isLargerThanMedium,
|
|
2014
|
-
isLargerThanLarge: layoutSize.isLargerThanLarge,
|
|
2015
|
-
isLargerThanXLarge: layoutSize.isLargerThanXLarge
|
|
2016
|
-
};
|
|
2017
|
-
};
|
|
2018
|
-
|
|
2019
|
-
var _excluded$U = ["buttonWidth", "children", "className", "id", "isDisabled", "layout"];
|
|
2020
|
-
/**
|
|
2021
|
-
* A simple wrapper to group `Button` components together. The layout can be set
|
|
2022
|
-
* to row or column and the width of internal `Button` components can be set to
|
|
2023
|
-
* the parent's full width or the `Button`'s content width
|
|
2024
|
-
*/
|
|
2025
|
-
|
|
2026
|
-
|
|
2027
|
-
var ButtonGroup = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
2028
|
-
var _props$buttonWidth = props.buttonWidth,
|
|
2029
|
-
buttonWidth = _props$buttonWidth === void 0 ? "default" : _props$buttonWidth,
|
|
2030
|
-
children = props.children,
|
|
2031
|
-
_props$className = props.className,
|
|
2032
|
-
className = _props$className === void 0 ? "" : _props$className,
|
|
2033
|
-
id = props.id,
|
|
2034
|
-
_props$isDisabled = props.isDisabled,
|
|
2035
|
-
isDisabled = _props$isDisabled === void 0 ? false : _props$isDisabled,
|
|
2036
|
-
_props$layout = props.layout,
|
|
2037
|
-
layout = _props$layout === void 0 ? "row" : _props$layout,
|
|
2038
|
-
rest = _objectWithoutPropertiesLoose(props, _excluded$U);
|
|
2039
|
-
|
|
2040
|
-
var newChildren = [];
|
|
2041
|
-
|
|
2042
|
-
var _useNYPLBreakpoints = useNYPLBreakpoints(),
|
|
2043
|
-
isLargerThanMobile = _useNYPLBreakpoints.isLargerThanMobile;
|
|
2044
|
-
|
|
2045
|
-
var finalLayout = isLargerThanMobile ? layout : "column";
|
|
2046
|
-
var finalButtonWidth = isLargerThanMobile ? buttonWidth : "full";
|
|
2047
|
-
var styles = react.useStyleConfig("ButtonGroup", {
|
|
2048
|
-
buttonWidth: finalButtonWidth
|
|
2049
|
-
});
|
|
2050
|
-
React__default.Children.map(children, function (child, key) {
|
|
2051
|
-
if (child.type !== Button) {
|
|
2052
|
-
// Special case for Storybook MDX documentation.
|
|
2053
|
-
if (child.props.mdxType && child.props.mdxType === "Button") ; else {
|
|
2054
|
-
console.warn("NYPL Reservoir ButtonGroup: Only Button components can be children of ButtonGroup.");
|
|
2055
|
-
return;
|
|
2056
|
-
}
|
|
2057
|
-
}
|
|
2058
|
-
|
|
2059
|
-
var disabledProps = isDisabled ? {
|
|
2060
|
-
isDisabled: isDisabled
|
|
2061
|
-
} : {};
|
|
2062
|
-
newChildren.push(React__default.cloneElement(child, _extends({
|
|
2063
|
-
key: key
|
|
2064
|
-
}, disabledProps)));
|
|
2065
|
-
});
|
|
2066
|
-
return React__default.createElement(react.Stack, Object.assign({
|
|
2067
|
-
className: className,
|
|
2068
|
-
direction: finalLayout,
|
|
2069
|
-
id: id,
|
|
2070
|
-
ref: ref,
|
|
2071
|
-
// Always set the spacing to "8px".
|
|
2072
|
-
spacing: "xs",
|
|
2073
|
-
sx: styles
|
|
2074
|
-
}, rest), newChildren);
|
|
2075
|
-
}));
|
|
2076
|
-
|
|
2077
|
-
var _excluded$V = ["children", "className", "href", "id", "onClick", "type"];
|
|
1973
|
+
var _excluded$T = ["children", "className", "href", "id", "onClick", "type"];
|
|
2078
1974
|
/**
|
|
2079
1975
|
* Renders the `Link` children components with a direction arrow icon based
|
|
2080
1976
|
* on the `"backwards"` or `"forwards"` `linkType` value.
|
|
@@ -2131,7 +2027,7 @@ var Link = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(function (pr
|
|
|
2131
2027
|
onClick = props.onClick,
|
|
2132
2028
|
_props$type = props.type,
|
|
2133
2029
|
type = _props$type === void 0 ? "default" : _props$type,
|
|
2134
|
-
rest = _objectWithoutPropertiesLoose(props, _excluded$
|
|
2030
|
+
rest = _objectWithoutPropertiesLoose(props, _excluded$T); // Merge the necessary props alongside any extra props for the
|
|
2135
2031
|
// anchor element.
|
|
2136
2032
|
|
|
2137
2033
|
|
|
@@ -2197,7 +2093,7 @@ var Link = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(function (pr
|
|
|
2197
2093
|
}
|
|
2198
2094
|
}));
|
|
2199
2095
|
|
|
2200
|
-
var _excluded$
|
|
2096
|
+
var _excluded$U = ["className", "id", "isCapitalized", "isUppercase", "isLowercase", "level", "noSpace", "size", "text", "url", "urlClass"];
|
|
2201
2097
|
/** Map the word heading level to the number heading level. The default is 2. */
|
|
2202
2098
|
|
|
2203
2099
|
var getMappedLevel = function getMappedLevel(level) {
|
|
@@ -2229,7 +2125,7 @@ var Heading = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(function
|
|
|
2229
2125
|
text = props.text,
|
|
2230
2126
|
url = props.url,
|
|
2231
2127
|
urlClass = props.urlClass,
|
|
2232
|
-
rest = _objectWithoutPropertiesLoose(props, _excluded$
|
|
2128
|
+
rest = _objectWithoutPropertiesLoose(props, _excluded$U);
|
|
2233
2129
|
|
|
2234
2130
|
var finalLevel = getMappedLevel(level);
|
|
2235
2131
|
var variant = size ? size : "h" + finalLevel;
|
|
@@ -2286,40 +2182,605 @@ var Heading = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(function
|
|
|
2286
2182
|
}, rest), content);
|
|
2287
2183
|
}));
|
|
2288
2184
|
|
|
2289
|
-
var _excluded$
|
|
2290
|
-
|
|
2291
|
-
|
|
2292
|
-
|
|
2293
|
-
additionalWrapperStyles = _props$additionalWrap === void 0 ? {} : _props$additionalWrap,
|
|
2294
|
-
_props$className = props.className,
|
|
2295
|
-
className = _props$className === void 0 ? "" : _props$className,
|
|
2296
|
-
children = props.children,
|
|
2297
|
-
_props$aspectRatio = props.aspectRatio,
|
|
2298
|
-
aspectRatio = _props$aspectRatio === void 0 ? "original" : _props$aspectRatio,
|
|
2299
|
-
_props$size = props.size,
|
|
2300
|
-
size = _props$size === void 0 ? "default" : _props$size,
|
|
2301
|
-
rest = _objectWithoutPropertiesLoose(props, _excluded$X);
|
|
2185
|
+
var _excluded$V = ["ariaAtomic", "ariaLive", "className", "id", "isInvalid", "text"];
|
|
2186
|
+
/**
|
|
2187
|
+
* Helper or error text for forms components.
|
|
2188
|
+
*/
|
|
2302
2189
|
|
|
2303
|
-
|
|
2304
|
-
|
|
2305
|
-
|
|
2190
|
+
var HelperErrorText = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
2191
|
+
var _ref$ariaAtomic = _ref.ariaAtomic,
|
|
2192
|
+
ariaAtomic = _ref$ariaAtomic === void 0 ? true : _ref$ariaAtomic,
|
|
2193
|
+
_ref$ariaLive = _ref.ariaLive,
|
|
2194
|
+
ariaLive = _ref$ariaLive === void 0 ? "polite" : _ref$ariaLive,
|
|
2195
|
+
_ref$className = _ref.className,
|
|
2196
|
+
className = _ref$className === void 0 ? "" : _ref$className,
|
|
2197
|
+
id = _ref.id,
|
|
2198
|
+
_ref$isInvalid = _ref.isInvalid,
|
|
2199
|
+
isInvalid = _ref$isInvalid === void 0 ? false : _ref$isInvalid,
|
|
2200
|
+
text = _ref.text,
|
|
2201
|
+
rest = _objectWithoutPropertiesLoose(_ref, _excluded$V);
|
|
2202
|
+
|
|
2203
|
+
// Only announce the text in the invalid state.
|
|
2204
|
+
var announceAriaLive = isInvalid;
|
|
2205
|
+
var styles = react.useStyleConfig("HelperErrorText", {
|
|
2206
|
+
isInvalid: isInvalid
|
|
2306
2207
|
});
|
|
2307
|
-
|
|
2308
|
-
|
|
2309
|
-
|
|
2310
|
-
|
|
2311
|
-
className:
|
|
2312
|
-
|
|
2313
|
-
|
|
2314
|
-
|
|
2315
|
-
|
|
2316
|
-
|
|
2317
|
-
|
|
2318
|
-
|
|
2319
|
-
|
|
2320
|
-
|
|
2321
|
-
|
|
2322
|
-
|
|
2208
|
+
|
|
2209
|
+
var props = _extends({
|
|
2210
|
+
"aria-atomic": ariaAtomic,
|
|
2211
|
+
"aria-live": announceAriaLive ? ariaLive : "off",
|
|
2212
|
+
className: className,
|
|
2213
|
+
"data-isinvalid": isInvalid,
|
|
2214
|
+
id: id,
|
|
2215
|
+
__css: styles
|
|
2216
|
+
}, rest);
|
|
2217
|
+
|
|
2218
|
+
return typeof text === "string" ? React__default.createElement(react.Box, Object.assign({}, props, {
|
|
2219
|
+
dangerouslySetInnerHTML: {
|
|
2220
|
+
__html: text
|
|
2221
|
+
},
|
|
2222
|
+
ref: ref
|
|
2223
|
+
})) : React__default.createElement(react.Box, Object.assign({}, props, {
|
|
2224
|
+
ref: ref
|
|
2225
|
+
}), text);
|
|
2226
|
+
}));
|
|
2227
|
+
|
|
2228
|
+
var _excluded$W = ["children", "className", "isBold", "isItalic", "isCapitalized", "isUppercase", "isLowercase", "noSpace", "size"];
|
|
2229
|
+
var Text = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
2230
|
+
var children = props.children,
|
|
2231
|
+
_props$className = props.className,
|
|
2232
|
+
className = _props$className === void 0 ? "" : _props$className,
|
|
2233
|
+
isBold = props.isBold,
|
|
2234
|
+
isItalic = props.isItalic,
|
|
2235
|
+
isCapitalized = props.isCapitalized,
|
|
2236
|
+
isUppercase = props.isUppercase,
|
|
2237
|
+
isLowercase = props.isLowercase,
|
|
2238
|
+
noSpace = props.noSpace,
|
|
2239
|
+
_props$size = props.size,
|
|
2240
|
+
size = _props$size === void 0 ? "default" : _props$size,
|
|
2241
|
+
rest = _objectWithoutPropertiesLoose(props, _excluded$W);
|
|
2242
|
+
|
|
2243
|
+
var styles = react.useStyleConfig("Text", {
|
|
2244
|
+
variant: size,
|
|
2245
|
+
isBold: isBold,
|
|
2246
|
+
isItalic: isItalic,
|
|
2247
|
+
isCapitalized: isCapitalized,
|
|
2248
|
+
isUppercase: isUppercase,
|
|
2249
|
+
isLowercase: isLowercase,
|
|
2250
|
+
noSpace: noSpace
|
|
2251
|
+
});
|
|
2252
|
+
|
|
2253
|
+
if (!children) {
|
|
2254
|
+
console.warn("NYPL Reservoir Text: No children were passed and the `Text` component " + "will not render correctly.");
|
|
2255
|
+
}
|
|
2256
|
+
|
|
2257
|
+
var textCase = 0;
|
|
2258
|
+
|
|
2259
|
+
if (isCapitalized) {
|
|
2260
|
+
textCase++;
|
|
2261
|
+
}
|
|
2262
|
+
|
|
2263
|
+
if (isUppercase) {
|
|
2264
|
+
textCase++;
|
|
2265
|
+
}
|
|
2266
|
+
|
|
2267
|
+
if (isLowercase) {
|
|
2268
|
+
textCase++;
|
|
2269
|
+
}
|
|
2270
|
+
|
|
2271
|
+
if (textCase > 1) {
|
|
2272
|
+
console.warn("NYPL Reservoir Text: Multiple text case props have been passed " + "and the component will not render properly.");
|
|
2273
|
+
}
|
|
2274
|
+
|
|
2275
|
+
return React__default.createElement(react.Text, Object.assign({
|
|
2276
|
+
className: className,
|
|
2277
|
+
ref: ref,
|
|
2278
|
+
sx: styles
|
|
2279
|
+
}, rest), children);
|
|
2280
|
+
}));
|
|
2281
|
+
|
|
2282
|
+
var _excluded$X = ["children", "className", "descriptionText", "headingText", "helperText", "helperTextStyles", "id", "invalidText", "isInvalid", "showHelperInvalidText"];
|
|
2283
|
+
var ComponentWrapper = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
2284
|
+
var children = props.children,
|
|
2285
|
+
className = props.className,
|
|
2286
|
+
descriptionText = props.descriptionText,
|
|
2287
|
+
headingText = props.headingText,
|
|
2288
|
+
helperText = props.helperText,
|
|
2289
|
+
_props$helperTextStyl = props.helperTextStyles,
|
|
2290
|
+
helperTextStyles = _props$helperTextStyl === void 0 ? {} : _props$helperTextStyl,
|
|
2291
|
+
id = props.id,
|
|
2292
|
+
invalidText = props.invalidText,
|
|
2293
|
+
_props$isInvalid = props.isInvalid,
|
|
2294
|
+
isInvalid = _props$isInvalid === void 0 ? false : _props$isInvalid,
|
|
2295
|
+
_props$showHelperInva = props.showHelperInvalidText,
|
|
2296
|
+
showHelperInvalidText = _props$showHelperInva === void 0 ? true : _props$showHelperInva,
|
|
2297
|
+
rest = _objectWithoutPropertiesLoose(props, _excluded$X);
|
|
2298
|
+
|
|
2299
|
+
var hasChildren = !!children;
|
|
2300
|
+
var styles = react.useMultiStyleConfig("ComponentWrapper", {
|
|
2301
|
+
hasChildren: hasChildren
|
|
2302
|
+
});
|
|
2303
|
+
var footnote = isInvalid ? invalidText : helperText; // Note: Typescript warns when there are no children passed and
|
|
2304
|
+
// doesn't compile. This is meant to log in non-Typescript apps.
|
|
2305
|
+
|
|
2306
|
+
if (!hasChildren) {
|
|
2307
|
+
console.warn("NYPL Reservoir ComponentWrapper: No children were passed.");
|
|
2308
|
+
}
|
|
2309
|
+
|
|
2310
|
+
return React__default.createElement(react.Box, Object.assign({
|
|
2311
|
+
className: className,
|
|
2312
|
+
id: id + "-wrapper",
|
|
2313
|
+
ref: ref,
|
|
2314
|
+
__css: styles
|
|
2315
|
+
}, rest), headingText && React__default.createElement(Heading, {
|
|
2316
|
+
id: id + "-heading",
|
|
2317
|
+
text: headingText
|
|
2318
|
+
}), descriptionText && React__default.createElement(Text, null, descriptionText), children, footnote && showHelperInvalidText && React__default.createElement(HelperErrorText, {
|
|
2319
|
+
id: id + "-helperText",
|
|
2320
|
+
isInvalid: isInvalid,
|
|
2321
|
+
text: footnote,
|
|
2322
|
+
__css: _extends({}, styles.helperErrorText, helperTextStyles)
|
|
2323
|
+
}));
|
|
2324
|
+
}));
|
|
2325
|
+
|
|
2326
|
+
var _excluded$Y = ["activeLetters", "className", "currentLetter", "descriptionText", "headingText", "id", "isDisabled", "onClick"];
|
|
2327
|
+
var AlphabetFilter = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
2328
|
+
var activeLetters = props.activeLetters,
|
|
2329
|
+
className = props.className,
|
|
2330
|
+
currentLetter = props.currentLetter,
|
|
2331
|
+
descriptionText = props.descriptionText,
|
|
2332
|
+
headingText = props.headingText,
|
|
2333
|
+
id = props.id,
|
|
2334
|
+
isDisabled = props.isDisabled,
|
|
2335
|
+
onClick = props.onClick,
|
|
2336
|
+
rest = _objectWithoutPropertiesLoose(props, _excluded$Y);
|
|
2337
|
+
|
|
2338
|
+
var styles = react.useMultiStyleConfig("AlphabetFilter", {});
|
|
2339
|
+
var filterButtons = [{
|
|
2340
|
+
text: "#",
|
|
2341
|
+
value: "#"
|
|
2342
|
+
}, {
|
|
2343
|
+
text: "A",
|
|
2344
|
+
value: "a"
|
|
2345
|
+
}, {
|
|
2346
|
+
text: "B",
|
|
2347
|
+
value: "b"
|
|
2348
|
+
}, {
|
|
2349
|
+
text: "C",
|
|
2350
|
+
value: "c"
|
|
2351
|
+
}, {
|
|
2352
|
+
text: "D",
|
|
2353
|
+
value: "d"
|
|
2354
|
+
}, {
|
|
2355
|
+
text: "E",
|
|
2356
|
+
value: "e"
|
|
2357
|
+
}, {
|
|
2358
|
+
text: "F",
|
|
2359
|
+
value: "f"
|
|
2360
|
+
}, {
|
|
2361
|
+
text: "G",
|
|
2362
|
+
value: "g"
|
|
2363
|
+
}, {
|
|
2364
|
+
text: "H",
|
|
2365
|
+
value: "h"
|
|
2366
|
+
}, {
|
|
2367
|
+
text: "I",
|
|
2368
|
+
value: "i"
|
|
2369
|
+
}, {
|
|
2370
|
+
text: "J",
|
|
2371
|
+
value: "j"
|
|
2372
|
+
}, {
|
|
2373
|
+
text: "K",
|
|
2374
|
+
value: "k"
|
|
2375
|
+
}, {
|
|
2376
|
+
text: "L",
|
|
2377
|
+
value: "l"
|
|
2378
|
+
}, {
|
|
2379
|
+
text: "M",
|
|
2380
|
+
value: "m"
|
|
2381
|
+
}, {
|
|
2382
|
+
text: "N",
|
|
2383
|
+
value: "n"
|
|
2384
|
+
}, {
|
|
2385
|
+
text: "O",
|
|
2386
|
+
value: "o"
|
|
2387
|
+
}, {
|
|
2388
|
+
text: "P",
|
|
2389
|
+
value: "p"
|
|
2390
|
+
}, {
|
|
2391
|
+
text: "Q",
|
|
2392
|
+
value: "q"
|
|
2393
|
+
}, {
|
|
2394
|
+
text: "R",
|
|
2395
|
+
value: "r"
|
|
2396
|
+
}, {
|
|
2397
|
+
text: "S",
|
|
2398
|
+
value: "s"
|
|
2399
|
+
}, {
|
|
2400
|
+
text: "T",
|
|
2401
|
+
value: "t"
|
|
2402
|
+
}, {
|
|
2403
|
+
text: "U",
|
|
2404
|
+
value: "u"
|
|
2405
|
+
}, {
|
|
2406
|
+
text: "V",
|
|
2407
|
+
value: "v"
|
|
2408
|
+
}, {
|
|
2409
|
+
text: "W",
|
|
2410
|
+
value: "w"
|
|
2411
|
+
}, {
|
|
2412
|
+
text: "X",
|
|
2413
|
+
value: "x"
|
|
2414
|
+
}, {
|
|
2415
|
+
text: "Y",
|
|
2416
|
+
value: "y"
|
|
2417
|
+
}, {
|
|
2418
|
+
text: "Z",
|
|
2419
|
+
value: "z"
|
|
2420
|
+
}, {
|
|
2421
|
+
text: "Show All",
|
|
2422
|
+
value: "showAll"
|
|
2423
|
+
}];
|
|
2424
|
+
var refCurrentLetter = React.useRef(currentLetter);
|
|
2425
|
+
|
|
2426
|
+
var _useState = React.useState(currentLetter),
|
|
2427
|
+
selectedLetter = _useState[0],
|
|
2428
|
+
setSelectedLetter = _useState[1]; // If the parent passes down a new currentLetter, then set the internal state – selectedLetter –
|
|
2429
|
+
// to the new currentLetter and update the refCurrentLetter with that value.
|
|
2430
|
+
|
|
2431
|
+
|
|
2432
|
+
React__default.useEffect(function () {
|
|
2433
|
+
if (currentLetter && currentLetter !== refCurrentLetter.current) {
|
|
2434
|
+
setSelectedLetter(currentLetter);
|
|
2435
|
+
refCurrentLetter.current = currentLetter;
|
|
2436
|
+
}
|
|
2437
|
+
}, [currentLetter, onClick]);
|
|
2438
|
+
/**
|
|
2439
|
+
* This function is only called when clicking on a link should
|
|
2440
|
+
* not update the URL or refresh the page.
|
|
2441
|
+
*/
|
|
2442
|
+
|
|
2443
|
+
var handleOnClick = function handleOnClick(e, clickedLetter) {
|
|
2444
|
+
e.preventDefault && e.preventDefault();
|
|
2445
|
+
if (selectedLetter === clickedLetter) return;
|
|
2446
|
+
setSelectedLetter(clickedLetter);
|
|
2447
|
+
onClick && onClick(clickedLetter);
|
|
2448
|
+
};
|
|
2449
|
+
|
|
2450
|
+
var getButtonElement = function getButtonElement(item) {
|
|
2451
|
+
var isSelectedLetter = selectedLetter === item.value && item.value !== "showAll";
|
|
2452
|
+
var isShowAll = item.value === "showAll";
|
|
2453
|
+
var isButtonDisabled = isDisabled || activeLetters && !activeLetters.includes(item.value) && !isShowAll;
|
|
2454
|
+
var buttonStyles = isSelectedLetter ? _extends({}, styles.button, {
|
|
2455
|
+
border: "1px solid",
|
|
2456
|
+
borderColor: "ui.border.default"
|
|
2457
|
+
}) : _extends({}, styles.button, {
|
|
2458
|
+
border: "1px solid transparent"
|
|
2459
|
+
});
|
|
2460
|
+
return React__default.createElement(Button, {
|
|
2461
|
+
"aria-current": isSelectedLetter ? "page" : null,
|
|
2462
|
+
"aria-label": item.text === "Show All" ? item.text : "Page " + item.text,
|
|
2463
|
+
buttonType: "text",
|
|
2464
|
+
id: "filter-" + item.value,
|
|
2465
|
+
isDisabled: isButtonDisabled,
|
|
2466
|
+
key: item.value,
|
|
2467
|
+
sx: buttonStyles,
|
|
2468
|
+
onClick: function onClick(e) {
|
|
2469
|
+
handleOnClick(e, item.value);
|
|
2470
|
+
}
|
|
2471
|
+
}, item.text);
|
|
2472
|
+
};
|
|
2473
|
+
|
|
2474
|
+
var getFilterLetters = function getFilterLetters() {
|
|
2475
|
+
return filterButtons.map(function (item) {
|
|
2476
|
+
return getButtonElement(item);
|
|
2477
|
+
});
|
|
2478
|
+
};
|
|
2479
|
+
|
|
2480
|
+
return React__default.createElement(react.Box, {
|
|
2481
|
+
as: "nav",
|
|
2482
|
+
role: "navigation",
|
|
2483
|
+
ref: ref
|
|
2484
|
+
}, React__default.createElement(ComponentWrapper, Object.assign({
|
|
2485
|
+
id: id,
|
|
2486
|
+
className: className,
|
|
2487
|
+
__css: styles
|
|
2488
|
+
}, rest, {
|
|
2489
|
+
headingText: headingText ? headingText : undefined,
|
|
2490
|
+
descriptionText: descriptionText ? descriptionText : undefined
|
|
2491
|
+
}), React__default.createElement(react.Flex, {
|
|
2492
|
+
wrap: "wrap"
|
|
2493
|
+
}, getFilterLetters())));
|
|
2494
|
+
}));
|
|
2495
|
+
|
|
2496
|
+
var _excluded$Z = ["audioType", "className", "descriptionText", "embedCode", "headingText", "helperText", "id", "iframeTitle"];
|
|
2497
|
+
/*
|
|
2498
|
+
* List all the third-party services to be used for basic type checks
|
|
2499
|
+
* and to define AudioType.
|
|
2500
|
+
*/
|
|
2501
|
+
|
|
2502
|
+
var thirdPartyServices = ["libsyn", "soundcloud", "spotify"];
|
|
2503
|
+
/**
|
|
2504
|
+
* Renders an audio player from 3rd party services such as Libsyn, SoundCloud, and Spotify.
|
|
2505
|
+
*/
|
|
2506
|
+
|
|
2507
|
+
var AudioPlayer = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
2508
|
+
var audioType = props.audioType,
|
|
2509
|
+
className = props.className,
|
|
2510
|
+
descriptionText = props.descriptionText,
|
|
2511
|
+
embedCode = props.embedCode,
|
|
2512
|
+
headingText = props.headingText,
|
|
2513
|
+
helperText = props.helperText,
|
|
2514
|
+
id = props.id,
|
|
2515
|
+
_props$iframeTitle = props.iframeTitle,
|
|
2516
|
+
iframeTitle = _props$iframeTitle === void 0 ? null : _props$iframeTitle,
|
|
2517
|
+
rest = _objectWithoutPropertiesLoose(props, _excluded$Z); // The root iframe object generated from the embedCode.
|
|
2518
|
+
|
|
2519
|
+
|
|
2520
|
+
var iframeDoc = parseIframeEmbedCode(embedCode); // when no embedCode or it was a broken code.
|
|
2521
|
+
|
|
2522
|
+
var isInvalidEmbed = !embedCode || !iframeDoc || !isValidEmbedCode(iframeDoc);
|
|
2523
|
+
var errorMessage = "<strong>Error: </strong>This audio player has not been configured properly. Please contact the site administrator.";
|
|
2524
|
+
|
|
2525
|
+
function isValidEmbedCode(doc) {
|
|
2526
|
+
var _doc$src;
|
|
2527
|
+
|
|
2528
|
+
return audioType !== "file" && (doc == null ? void 0 : (_doc$src = doc.src) == null ? void 0 : _doc$src.includes(audioType + ".com"));
|
|
2529
|
+
} // Only set the iframe title if it doesn't already have it in the iframe.
|
|
2530
|
+
|
|
2531
|
+
|
|
2532
|
+
if (iframeDoc && !iframeDoc.title) {
|
|
2533
|
+
iframeDoc.title = iframeTitle ? iframeTitle : "Embedded audio player";
|
|
2534
|
+
}
|
|
2535
|
+
|
|
2536
|
+
var isThirdPartyService = !!thirdPartyServices.find(function (service) {
|
|
2537
|
+
return service === audioType;
|
|
2538
|
+
});
|
|
2539
|
+
var isThirdPartyWithoutCode = isThirdPartyService && !embedCode;
|
|
2540
|
+
|
|
2541
|
+
if (isThirdPartyWithoutCode) {
|
|
2542
|
+
console.warn("NYPL Reservoir AudioPlayer: The `embedCode` prop is required when using a 3rd party streaming service.");
|
|
2543
|
+
isInvalidEmbed = true;
|
|
2544
|
+
}
|
|
2545
|
+
|
|
2546
|
+
var styles = react.useMultiStyleConfig("AudioPlayer", {});
|
|
2547
|
+
/**
|
|
2548
|
+
* Builder function to build the finalized render element, we prioritize localfile over 3rd party code
|
|
2549
|
+
* but for the current version, we only use 3rd party code.
|
|
2550
|
+
*/
|
|
2551
|
+
|
|
2552
|
+
function buildFinalElement() {
|
|
2553
|
+
return iframeDoc ? React__default.createElement(react.Box, {
|
|
2554
|
+
dangerouslySetInnerHTML: {
|
|
2555
|
+
__html: iframeDoc.outerHTML
|
|
2556
|
+
}
|
|
2557
|
+
}) : null;
|
|
2558
|
+
}
|
|
2559
|
+
|
|
2560
|
+
var embedElement = buildFinalElement();
|
|
2561
|
+
return React__default.createElement(ComponentWrapper, Object.assign({
|
|
2562
|
+
className: "audioplayer " + className,
|
|
2563
|
+
headingText: headingText,
|
|
2564
|
+
descriptionText: descriptionText,
|
|
2565
|
+
helperText: helperText,
|
|
2566
|
+
id: id + "-componentWrapper",
|
|
2567
|
+
"data-testid": "audio-player-component",
|
|
2568
|
+
ref: ref,
|
|
2569
|
+
__css: styles
|
|
2570
|
+
}, rest), isInvalidEmbed ? React__default.createElement(react.Box, {
|
|
2571
|
+
dangerouslySetInnerHTML: {
|
|
2572
|
+
__html: errorMessage
|
|
2573
|
+
},
|
|
2574
|
+
__css: styles.invalid
|
|
2575
|
+
}) : React__default.createElement(React__default.Fragment, null, embedElement));
|
|
2576
|
+
}));
|
|
2577
|
+
/**
|
|
2578
|
+
* Parse the embedCode string to a DOM object for proper formatted HTML element.
|
|
2579
|
+
* We are only interested in the iframe element.
|
|
2580
|
+
*/
|
|
2581
|
+
|
|
2582
|
+
function parseIframeEmbedCode(embedCode) {
|
|
2583
|
+
try {
|
|
2584
|
+
var _doc$body, _doc$body$firstChild;
|
|
2585
|
+
|
|
2586
|
+
var doc = new DOMParser().parseFromString(embedCode, "text/html");
|
|
2587
|
+
var nodeName = doc == null ? void 0 : (_doc$body = doc.body) == null ? void 0 : (_doc$body$firstChild = _doc$body.firstChild) == null ? void 0 : _doc$body$firstChild.nodeName; // A valid embedCode should contain only the iframe element.
|
|
2588
|
+
|
|
2589
|
+
if (nodeName === "IFRAME") return doc.body.firstChild;
|
|
2590
|
+
} catch (err) {
|
|
2591
|
+
console.error(err);
|
|
2592
|
+
}
|
|
2593
|
+
|
|
2594
|
+
return undefined;
|
|
2595
|
+
}
|
|
2596
|
+
|
|
2597
|
+
var _excluded$_ = ["breadcrumbsData", "breadcrumbsType", "className", "id"];
|
|
2598
|
+
|
|
2599
|
+
var getElementsFromData$1 = function getElementsFromData(data, breadcrumbsID) {
|
|
2600
|
+
if (!(data != null && data.length)) {
|
|
2601
|
+
return {};
|
|
2602
|
+
}
|
|
2603
|
+
|
|
2604
|
+
var breadcrumbItems = data.map(function (breadcrumbData, index) {
|
|
2605
|
+
return React__default.createElement(react.BreadcrumbItem, {
|
|
2606
|
+
key: index,
|
|
2607
|
+
isCurrentPage: index === data.length - 1 ? true : false
|
|
2608
|
+
}, React__default.createElement(react.BreadcrumbLink, {
|
|
2609
|
+
href: breadcrumbData.url
|
|
2610
|
+
}, index === data.length - 2 && React__default.createElement(Icon, {
|
|
2611
|
+
name: "arrow",
|
|
2612
|
+
size: "small",
|
|
2613
|
+
iconRotation: "rotate90",
|
|
2614
|
+
id: breadcrumbsID + "__backarrow",
|
|
2615
|
+
className: "breadcrumbs-icon",
|
|
2616
|
+
type: "breadcrumbs"
|
|
2617
|
+
}), React__default.createElement("span", {
|
|
2618
|
+
className: "breadcrumb-label"
|
|
2619
|
+
}, breadcrumbData.text)));
|
|
2620
|
+
});
|
|
2621
|
+
return breadcrumbItems;
|
|
2622
|
+
};
|
|
2623
|
+
|
|
2624
|
+
var Breadcrumbs = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
2625
|
+
var breadcrumbsData = props.breadcrumbsData,
|
|
2626
|
+
_props$breadcrumbsTyp = props.breadcrumbsType,
|
|
2627
|
+
breadcrumbsType = _props$breadcrumbsTyp === void 0 ? "whatsOn" : _props$breadcrumbsTyp,
|
|
2628
|
+
className = props.className,
|
|
2629
|
+
id = props.id,
|
|
2630
|
+
rest = _objectWithoutPropertiesLoose(props, _excluded$_);
|
|
2631
|
+
|
|
2632
|
+
if (!breadcrumbsData || breadcrumbsData.length === 0) {
|
|
2633
|
+
throw new Error("NYPL Reservoir Breadcrumbs: No data was passed to the `breadcrumbsData` prop.");
|
|
2634
|
+
}
|
|
2635
|
+
|
|
2636
|
+
var styles = react.useStyleConfig("Breadcrumb", {
|
|
2637
|
+
variant: breadcrumbsType
|
|
2638
|
+
});
|
|
2639
|
+
var breadcrumbItems = getElementsFromData$1(breadcrumbsData, id);
|
|
2640
|
+
return React__default.createElement(react.Breadcrumb, Object.assign({
|
|
2641
|
+
"aria-label": "Breadcrumb",
|
|
2642
|
+
className: className,
|
|
2643
|
+
id: id,
|
|
2644
|
+
ref: ref,
|
|
2645
|
+
__css: styles
|
|
2646
|
+
}, rest), breadcrumbItems);
|
|
2647
|
+
}));
|
|
2648
|
+
|
|
2649
|
+
/**
|
|
2650
|
+
* This hook is used to determine if the current screen size is larger than
|
|
2651
|
+
* the specific NYPL breakpoint values. The returned value is an object with
|
|
2652
|
+
* boolean values for each breakpoint.
|
|
2653
|
+
*/
|
|
2654
|
+
|
|
2655
|
+
var useNYPLBreakpoints = function useNYPLBreakpoints() {
|
|
2656
|
+
// Local state is used and updated with the `useEffect` hook so that the
|
|
2657
|
+
// initial breakpoint values are the same on the server and client side.
|
|
2658
|
+
var _useState = React.useState({
|
|
2659
|
+
isLargerThanSmall: false,
|
|
2660
|
+
isLargerThanMedium: false,
|
|
2661
|
+
isLargerThanLarge: false,
|
|
2662
|
+
isLargerThanXLarge: false
|
|
2663
|
+
}),
|
|
2664
|
+
layoutSize = _useState[0],
|
|
2665
|
+
setLayoutSize = _useState[1];
|
|
2666
|
+
|
|
2667
|
+
var _useMediaQuery = react.useMediaQuery(["(min-width: 320px)", "(min-width: 600px)", "(min-width: 960px)", "(min-width: 1280px)"]),
|
|
2668
|
+
isLargerThanSmall = _useMediaQuery[0],
|
|
2669
|
+
isLargerThanMedium = _useMediaQuery[1],
|
|
2670
|
+
isLargerThanLarge = _useMediaQuery[2],
|
|
2671
|
+
isLargerThanXLarge = _useMediaQuery[3];
|
|
2672
|
+
|
|
2673
|
+
React.useEffect(function () {
|
|
2674
|
+
setLayoutSize({
|
|
2675
|
+
isLargerThanSmall: isLargerThanSmall,
|
|
2676
|
+
isLargerThanMedium: isLargerThanMedium,
|
|
2677
|
+
isLargerThanLarge: isLargerThanLarge,
|
|
2678
|
+
isLargerThanXLarge: isLargerThanXLarge
|
|
2679
|
+
});
|
|
2680
|
+
}, [isLargerThanSmall, isLargerThanMedium, isLargerThanLarge, isLargerThanXLarge]);
|
|
2681
|
+
return {
|
|
2682
|
+
isLargerThanSmall: layoutSize.isLargerThanSmall,
|
|
2683
|
+
isLargerThanMedium: layoutSize.isLargerThanMedium,
|
|
2684
|
+
// NYPL uses the medium 600px breakpoint to determine if the screen is
|
|
2685
|
+
// in the mobile view. This is the recommended boolean value to use.
|
|
2686
|
+
isLargerThanMobile: layoutSize.isLargerThanMedium,
|
|
2687
|
+
isLargerThanLarge: layoutSize.isLargerThanLarge,
|
|
2688
|
+
isLargerThanXLarge: layoutSize.isLargerThanXLarge
|
|
2689
|
+
};
|
|
2690
|
+
};
|
|
2691
|
+
|
|
2692
|
+
var _excluded$$ = ["buttonWidth", "children", "className", "id", "isDisabled", "layout"];
|
|
2693
|
+
/**
|
|
2694
|
+
* A simple wrapper to group `Button` components together. The layout can be set
|
|
2695
|
+
* to row or column and the width of internal `Button` components can be set to
|
|
2696
|
+
* the parent's full width or the `Button`'s content width
|
|
2697
|
+
*/
|
|
2698
|
+
|
|
2699
|
+
|
|
2700
|
+
var ButtonGroup = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
2701
|
+
var _props$buttonWidth = props.buttonWidth,
|
|
2702
|
+
buttonWidth = _props$buttonWidth === void 0 ? "default" : _props$buttonWidth,
|
|
2703
|
+
children = props.children,
|
|
2704
|
+
_props$className = props.className,
|
|
2705
|
+
className = _props$className === void 0 ? "" : _props$className,
|
|
2706
|
+
id = props.id,
|
|
2707
|
+
_props$isDisabled = props.isDisabled,
|
|
2708
|
+
isDisabled = _props$isDisabled === void 0 ? false : _props$isDisabled,
|
|
2709
|
+
_props$layout = props.layout,
|
|
2710
|
+
layout = _props$layout === void 0 ? "row" : _props$layout,
|
|
2711
|
+
rest = _objectWithoutPropertiesLoose(props, _excluded$$);
|
|
2712
|
+
|
|
2713
|
+
var newChildren = [];
|
|
2714
|
+
|
|
2715
|
+
var _useNYPLBreakpoints = useNYPLBreakpoints(),
|
|
2716
|
+
isLargerThanMobile = _useNYPLBreakpoints.isLargerThanMobile;
|
|
2717
|
+
|
|
2718
|
+
var finalLayout = isLargerThanMobile ? layout : "column";
|
|
2719
|
+
var finalButtonWidth = isLargerThanMobile ? buttonWidth : "full";
|
|
2720
|
+
var styles = react.useStyleConfig("ButtonGroup", {
|
|
2721
|
+
buttonWidth: finalButtonWidth
|
|
2722
|
+
});
|
|
2723
|
+
React__default.Children.map(children, function (child, key) {
|
|
2724
|
+
if (child.type !== Button) {
|
|
2725
|
+
// Special case for Storybook MDX documentation.
|
|
2726
|
+
if (child.props.mdxType && child.props.mdxType === "Button") ; else {
|
|
2727
|
+
console.warn("NYPL Reservoir ButtonGroup: Only Button components can be children of ButtonGroup.");
|
|
2728
|
+
return;
|
|
2729
|
+
}
|
|
2730
|
+
}
|
|
2731
|
+
|
|
2732
|
+
var disabledProps = isDisabled ? {
|
|
2733
|
+
isDisabled: isDisabled
|
|
2734
|
+
} : {};
|
|
2735
|
+
newChildren.push(React__default.cloneElement(child, _extends({
|
|
2736
|
+
key: key
|
|
2737
|
+
}, disabledProps)));
|
|
2738
|
+
});
|
|
2739
|
+
return React__default.createElement(react.Stack, Object.assign({
|
|
2740
|
+
className: className,
|
|
2741
|
+
direction: finalLayout,
|
|
2742
|
+
id: id,
|
|
2743
|
+
ref: ref,
|
|
2744
|
+
// Always set the spacing to "8px".
|
|
2745
|
+
spacing: "xs",
|
|
2746
|
+
sx: styles
|
|
2747
|
+
}, rest), newChildren);
|
|
2748
|
+
}));
|
|
2749
|
+
|
|
2750
|
+
var _excluded$10 = ["additionalWrapperStyles", "className", "children", "aspectRatio", "size"],
|
|
2751
|
+
_excluded2 = ["additionalFigureStyles", "additionalImageStyles", "additionalWrapperStyles", "alt", "aspectRatio", "caption", "className", "component", "credit", "imageType", "isLazy", "size", "src"];
|
|
2752
|
+
var ImageWrapper = /*#__PURE__*/react.chakra(function (props) {
|
|
2753
|
+
var _props$additionalWrap = props.additionalWrapperStyles,
|
|
2754
|
+
additionalWrapperStyles = _props$additionalWrap === void 0 ? {} : _props$additionalWrap,
|
|
2755
|
+
_props$className = props.className,
|
|
2756
|
+
className = _props$className === void 0 ? "" : _props$className,
|
|
2757
|
+
children = props.children,
|
|
2758
|
+
_props$aspectRatio = props.aspectRatio,
|
|
2759
|
+
aspectRatio = _props$aspectRatio === void 0 ? "original" : _props$aspectRatio,
|
|
2760
|
+
_props$size = props.size,
|
|
2761
|
+
size = _props$size === void 0 ? "default" : _props$size,
|
|
2762
|
+
rest = _objectWithoutPropertiesLoose(props, _excluded$10);
|
|
2763
|
+
|
|
2764
|
+
var styles = react.useMultiStyleConfig("CustomImageWrapper", {
|
|
2765
|
+
ratio: aspectRatio,
|
|
2766
|
+
size: size
|
|
2767
|
+
});
|
|
2768
|
+
return React__default.createElement(react.Box, Object.assign({
|
|
2769
|
+
className: "the-wrap " + className,
|
|
2770
|
+
__css: _extends({}, styles, additionalWrapperStyles)
|
|
2771
|
+
}, rest), React__default.createElement(react.Box, {
|
|
2772
|
+
className: "the-crop",
|
|
2773
|
+
__css: styles.crop
|
|
2774
|
+
}, children));
|
|
2775
|
+
});
|
|
2776
|
+
var Image = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
2777
|
+
var _props$additionalFigu = props.additionalFigureStyles,
|
|
2778
|
+
additionalFigureStyles = _props$additionalFigu === void 0 ? {} : _props$additionalFigu,
|
|
2779
|
+
_props$additionalImag = props.additionalImageStyles,
|
|
2780
|
+
additionalImageStyles = _props$additionalImag === void 0 ? {} : _props$additionalImag,
|
|
2781
|
+
_props$additionalWrap2 = props.additionalWrapperStyles,
|
|
2782
|
+
additionalWrapperStyles = _props$additionalWrap2 === void 0 ? {} : _props$additionalWrap2,
|
|
2783
|
+
alt = props.alt,
|
|
2323
2784
|
_props$aspectRatio2 = props.aspectRatio,
|
|
2324
2785
|
aspectRatio = _props$aspectRatio2 === void 0 ? "original" : _props$aspectRatio2,
|
|
2325
2786
|
caption = props.caption,
|
|
@@ -2413,7 +2874,7 @@ var Image = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(function (p
|
|
|
2413
2874
|
}
|
|
2414
2875
|
});
|
|
2415
2876
|
|
|
2416
|
-
var _excluded$
|
|
2877
|
+
var _excluded$11 = ["children"],
|
|
2417
2878
|
_excluded2$1 = ["bottomBorder", "children", "isCentered", "layout", "topBorder"],
|
|
2418
2879
|
_excluded3 = ["className", "children", "id", "mainActionLink", "styles"],
|
|
2419
2880
|
_excluded4 = ["backgroundColor", "children", "className", "foregroundColor", "id", "imageProps", "isAlignedRightActions", "isBordered", "isCentered", "layout", "mainActionLink"];
|
|
@@ -2459,7 +2920,7 @@ var CardHeading = /*#__PURE__*/react.chakra(Heading); // CardContent child-compo
|
|
|
2459
2920
|
|
|
2460
2921
|
var CardContent = /*#__PURE__*/react.chakra(function (props) {
|
|
2461
2922
|
var children = props.children,
|
|
2462
|
-
rest = _objectWithoutPropertiesLoose(props, _excluded$
|
|
2923
|
+
rest = _objectWithoutPropertiesLoose(props, _excluded$11);
|
|
2463
2924
|
|
|
2464
2925
|
var styles = react.useStyleConfig("CardContent");
|
|
2465
2926
|
return children ? React__default.createElement(react.Box, Object.assign({
|
|
@@ -2599,190 +3060,49 @@ var Card = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(function (pr
|
|
|
2599
3060
|
cardHeadingCount++;
|
|
2600
3061
|
} else if (child.type === CardContent || child.props.mdxType === "CardContent") {
|
|
2601
3062
|
var _elem = React__default.cloneElement(child, {
|
|
2602
|
-
key: key
|
|
2603
|
-
});
|
|
2604
|
-
|
|
2605
|
-
cardContents.push(_elem);
|
|
2606
|
-
} else if (isCardActions) {
|
|
2607
|
-
var _elem2 = React__default.cloneElement(child, {
|
|
2608
|
-
key: key,
|
|
2609
|
-
isCentered: isCentered,
|
|
2610
|
-
layout: layout
|
|
2611
|
-
}); // Only allow `CardActions` to align to the right of the main
|
|
2612
|
-
// `CardContent` component when in the row layout.
|
|
2613
|
-
|
|
2614
|
-
|
|
2615
|
-
if (isAlignedRightActions && layout === "row") {
|
|
2616
|
-
cardRightContents.push(_elem2);
|
|
2617
|
-
} else {
|
|
2618
|
-
cardContents.push(_elem2);
|
|
2619
|
-
}
|
|
2620
|
-
}
|
|
2621
|
-
});
|
|
2622
|
-
return React__default.createElement(CardWrapper, Object.assign({
|
|
2623
|
-
id: id,
|
|
2624
|
-
className: className,
|
|
2625
|
-
mainActionLink: mainActionLink,
|
|
2626
|
-
ref: ref,
|
|
2627
|
-
styles: _extends({}, styles, customColors)
|
|
2628
|
-
}, rest), hasImage && React__default.createElement(CardImage, {
|
|
2629
|
-
alt: imageProps.alt,
|
|
2630
|
-
aspectRatio: finalImageAspectRatio,
|
|
2631
|
-
caption: imageProps.caption,
|
|
2632
|
-
component: imageProps.component,
|
|
2633
|
-
credit: imageProps.credit,
|
|
2634
|
-
isAtEnd: imageProps.isAtEnd,
|
|
2635
|
-
layout: layout,
|
|
2636
|
-
size: imageProps.size,
|
|
2637
|
-
src: imageProps.src ? imageProps.src : undefined
|
|
2638
|
-
}), React__default.createElement(react.Box, {
|
|
2639
|
-
className: "card-body",
|
|
2640
|
-
__css: styles.body
|
|
2641
|
-
}, cardContents), cardRightContents.length ? React__default.createElement(react.Box, {
|
|
2642
|
-
className: "card-right",
|
|
2643
|
-
__css: _extends({}, styles.body, styles.actions)
|
|
2644
|
-
}, cardRightContents) : null);
|
|
2645
|
-
}));
|
|
2646
|
-
|
|
2647
|
-
var _excluded$Z = ["ariaAtomic", "ariaLive", "className", "id", "isInvalid", "text"];
|
|
2648
|
-
/**
|
|
2649
|
-
* Helper or error text for forms components.
|
|
2650
|
-
*/
|
|
2651
|
-
|
|
2652
|
-
var HelperErrorText = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
2653
|
-
var _ref$ariaAtomic = _ref.ariaAtomic,
|
|
2654
|
-
ariaAtomic = _ref$ariaAtomic === void 0 ? true : _ref$ariaAtomic,
|
|
2655
|
-
_ref$ariaLive = _ref.ariaLive,
|
|
2656
|
-
ariaLive = _ref$ariaLive === void 0 ? "polite" : _ref$ariaLive,
|
|
2657
|
-
_ref$className = _ref.className,
|
|
2658
|
-
className = _ref$className === void 0 ? "" : _ref$className,
|
|
2659
|
-
id = _ref.id,
|
|
2660
|
-
_ref$isInvalid = _ref.isInvalid,
|
|
2661
|
-
isInvalid = _ref$isInvalid === void 0 ? false : _ref$isInvalid,
|
|
2662
|
-
text = _ref.text,
|
|
2663
|
-
rest = _objectWithoutPropertiesLoose(_ref, _excluded$Z);
|
|
2664
|
-
|
|
2665
|
-
// Only announce the text in the invalid state.
|
|
2666
|
-
var announceAriaLive = isInvalid;
|
|
2667
|
-
var styles = react.useStyleConfig("HelperErrorText", {
|
|
2668
|
-
isInvalid: isInvalid
|
|
2669
|
-
});
|
|
2670
|
-
|
|
2671
|
-
var props = _extends({
|
|
2672
|
-
"aria-atomic": ariaAtomic,
|
|
2673
|
-
"aria-live": announceAriaLive ? ariaLive : "off",
|
|
2674
|
-
className: className,
|
|
2675
|
-
"data-isinvalid": isInvalid,
|
|
2676
|
-
id: id,
|
|
2677
|
-
__css: styles
|
|
2678
|
-
}, rest);
|
|
2679
|
-
|
|
2680
|
-
return typeof text === "string" ? React__default.createElement(react.Box, Object.assign({}, props, {
|
|
2681
|
-
dangerouslySetInnerHTML: {
|
|
2682
|
-
__html: text
|
|
2683
|
-
},
|
|
2684
|
-
ref: ref
|
|
2685
|
-
})) : React__default.createElement(react.Box, Object.assign({}, props, {
|
|
2686
|
-
ref: ref
|
|
2687
|
-
}), text);
|
|
2688
|
-
}));
|
|
2689
|
-
|
|
2690
|
-
var _excluded$_ = ["children", "className", "isBold", "isItalic", "isCapitalized", "isUppercase", "isLowercase", "noSpace", "size"];
|
|
2691
|
-
var Text = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
2692
|
-
var children = props.children,
|
|
2693
|
-
_props$className = props.className,
|
|
2694
|
-
className = _props$className === void 0 ? "" : _props$className,
|
|
2695
|
-
isBold = props.isBold,
|
|
2696
|
-
isItalic = props.isItalic,
|
|
2697
|
-
isCapitalized = props.isCapitalized,
|
|
2698
|
-
isUppercase = props.isUppercase,
|
|
2699
|
-
isLowercase = props.isLowercase,
|
|
2700
|
-
noSpace = props.noSpace,
|
|
2701
|
-
_props$size = props.size,
|
|
2702
|
-
size = _props$size === void 0 ? "default" : _props$size,
|
|
2703
|
-
rest = _objectWithoutPropertiesLoose(props, _excluded$_);
|
|
2704
|
-
|
|
2705
|
-
var styles = react.useStyleConfig("Text", {
|
|
2706
|
-
variant: size,
|
|
2707
|
-
isBold: isBold,
|
|
2708
|
-
isItalic: isItalic,
|
|
2709
|
-
isCapitalized: isCapitalized,
|
|
2710
|
-
isUppercase: isUppercase,
|
|
2711
|
-
isLowercase: isLowercase,
|
|
2712
|
-
noSpace: noSpace
|
|
2713
|
-
});
|
|
2714
|
-
|
|
2715
|
-
if (!children) {
|
|
2716
|
-
console.warn("NYPL Reservoir Text: No children were passed and the `Text` component " + "will not render correctly.");
|
|
2717
|
-
}
|
|
2718
|
-
|
|
2719
|
-
var textCase = 0;
|
|
2720
|
-
|
|
2721
|
-
if (isCapitalized) {
|
|
2722
|
-
textCase++;
|
|
2723
|
-
}
|
|
2724
|
-
|
|
2725
|
-
if (isUppercase) {
|
|
2726
|
-
textCase++;
|
|
2727
|
-
}
|
|
2728
|
-
|
|
2729
|
-
if (isLowercase) {
|
|
2730
|
-
textCase++;
|
|
2731
|
-
}
|
|
2732
|
-
|
|
2733
|
-
if (textCase > 1) {
|
|
2734
|
-
console.warn("NYPL Reservoir Text: Multiple text case props have been passed " + "and the component will not render properly.");
|
|
2735
|
-
}
|
|
2736
|
-
|
|
2737
|
-
return React__default.createElement(react.Text, Object.assign({
|
|
2738
|
-
className: className,
|
|
2739
|
-
ref: ref,
|
|
2740
|
-
sx: styles
|
|
2741
|
-
}, rest), children);
|
|
2742
|
-
}));
|
|
2743
|
-
|
|
2744
|
-
var _excluded$$ = ["children", "className", "descriptionText", "headingText", "helperText", "helperTextStyles", "id", "invalidText", "isInvalid", "showHelperInvalidText"];
|
|
2745
|
-
var ComponentWrapper = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
2746
|
-
var children = props.children,
|
|
2747
|
-
className = props.className,
|
|
2748
|
-
descriptionText = props.descriptionText,
|
|
2749
|
-
headingText = props.headingText,
|
|
2750
|
-
helperText = props.helperText,
|
|
2751
|
-
_props$helperTextStyl = props.helperTextStyles,
|
|
2752
|
-
helperTextStyles = _props$helperTextStyl === void 0 ? {} : _props$helperTextStyl,
|
|
2753
|
-
id = props.id,
|
|
2754
|
-
invalidText = props.invalidText,
|
|
2755
|
-
_props$isInvalid = props.isInvalid,
|
|
2756
|
-
isInvalid = _props$isInvalid === void 0 ? false : _props$isInvalid,
|
|
2757
|
-
_props$showHelperInva = props.showHelperInvalidText,
|
|
2758
|
-
showHelperInvalidText = _props$showHelperInva === void 0 ? true : _props$showHelperInva,
|
|
2759
|
-
rest = _objectWithoutPropertiesLoose(props, _excluded$$);
|
|
3063
|
+
key: key
|
|
3064
|
+
});
|
|
2760
3065
|
|
|
2761
|
-
|
|
2762
|
-
|
|
2763
|
-
|
|
2764
|
-
|
|
2765
|
-
|
|
2766
|
-
|
|
3066
|
+
cardContents.push(_elem);
|
|
3067
|
+
} else if (isCardActions) {
|
|
3068
|
+
var _elem2 = React__default.cloneElement(child, {
|
|
3069
|
+
key: key,
|
|
3070
|
+
isCentered: isCentered,
|
|
3071
|
+
layout: layout
|
|
3072
|
+
}); // Only allow `CardActions` to align to the right of the main
|
|
3073
|
+
// `CardContent` component when in the row layout.
|
|
2767
3074
|
|
|
2768
|
-
if (!hasChildren) {
|
|
2769
|
-
console.warn("NYPL Reservoir ComponentWrapper: No children were passed.");
|
|
2770
|
-
}
|
|
2771
3075
|
|
|
2772
|
-
|
|
3076
|
+
if (isAlignedRightActions && layout === "row") {
|
|
3077
|
+
cardRightContents.push(_elem2);
|
|
3078
|
+
} else {
|
|
3079
|
+
cardContents.push(_elem2);
|
|
3080
|
+
}
|
|
3081
|
+
}
|
|
3082
|
+
});
|
|
3083
|
+
return React__default.createElement(CardWrapper, Object.assign({
|
|
3084
|
+
id: id,
|
|
2773
3085
|
className: className,
|
|
2774
|
-
|
|
3086
|
+
mainActionLink: mainActionLink,
|
|
2775
3087
|
ref: ref,
|
|
2776
|
-
|
|
2777
|
-
}, rest),
|
|
2778
|
-
|
|
2779
|
-
|
|
2780
|
-
|
|
2781
|
-
|
|
2782
|
-
|
|
2783
|
-
|
|
2784
|
-
|
|
2785
|
-
|
|
3088
|
+
styles: _extends({}, styles, customColors)
|
|
3089
|
+
}, rest), hasImage && React__default.createElement(CardImage, {
|
|
3090
|
+
alt: imageProps.alt,
|
|
3091
|
+
aspectRatio: finalImageAspectRatio,
|
|
3092
|
+
caption: imageProps.caption,
|
|
3093
|
+
component: imageProps.component,
|
|
3094
|
+
credit: imageProps.credit,
|
|
3095
|
+
isAtEnd: imageProps.isAtEnd,
|
|
3096
|
+
layout: layout,
|
|
3097
|
+
size: imageProps.size,
|
|
3098
|
+
src: imageProps.src ? imageProps.src : undefined
|
|
3099
|
+
}), React__default.createElement(react.Box, {
|
|
3100
|
+
className: "card-body",
|
|
3101
|
+
__css: styles.body
|
|
3102
|
+
}, cardContents), cardRightContents.length ? React__default.createElement(react.Box, {
|
|
3103
|
+
className: "card-right",
|
|
3104
|
+
__css: _extends({}, styles.body, styles.actions)
|
|
3105
|
+
}, cardRightContents) : null);
|
|
2786
3106
|
}));
|
|
2787
3107
|
|
|
2788
3108
|
// Utility functions to use throughout the codebase
|
|
@@ -2831,14 +3151,14 @@ var getAriaAttrs = function getAriaAttrs(_ref) {
|
|
|
2831
3151
|
return ariaAttributes;
|
|
2832
3152
|
};
|
|
2833
3153
|
|
|
2834
|
-
var _excluded$
|
|
3154
|
+
var _excluded$12 = ["isIndeterminate", "isChecked"],
|
|
2835
3155
|
_excluded2$2 = ["className", "invalidText", "helperText", "id", "isChecked", "isDisabled", "isIndeterminate", "isInvalid", "isRequired", "labelText", "name", "onChange", "showHelperInvalidText", "showLabel", "value"];
|
|
2836
3156
|
|
|
2837
3157
|
function CheckboxIcon(props) {
|
|
2838
3158
|
// We don't need the `isIndeterminate` or `isChecked` props but it
|
|
2839
3159
|
// causes rendering issues on the SVG element, so we remove them
|
|
2840
3160
|
// before passing all the props to the `Icon` component.
|
|
2841
|
-
var rest = _objectWithoutPropertiesLoose(props, _excluded$
|
|
3161
|
+
var rest = _objectWithoutPropertiesLoose(props, _excluded$12);
|
|
2842
3162
|
|
|
2843
3163
|
return React__default.createElement(react.Icon, Object.assign({
|
|
2844
3164
|
viewBox: "0 0 24 24"
|
|
@@ -2917,7 +3237,7 @@ var Checkbox = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(function
|
|
|
2917
3237
|
}, ariaAttributes), showLabel && labelText));
|
|
2918
3238
|
}));
|
|
2919
3239
|
|
|
2920
|
-
var _excluded$
|
|
3240
|
+
var _excluded$13 = ["children", "className", "id", "isLegendHidden", "isRequired", "legendText", "showRequiredLabel"];
|
|
2921
3241
|
/**
|
|
2922
3242
|
* A wrapper component that renders a `fieldset` element along with a `legend`
|
|
2923
3243
|
* element as its first child. Commonly used to wrap form components.
|
|
@@ -2934,7 +3254,7 @@ var Fieldset = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(function
|
|
|
2934
3254
|
legendText = _ref.legendText,
|
|
2935
3255
|
_ref$showRequiredLabe = _ref.showRequiredLabel,
|
|
2936
3256
|
showRequiredLabel = _ref$showRequiredLabe === void 0 ? true : _ref$showRequiredLabe,
|
|
2937
|
-
rest = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3257
|
+
rest = _objectWithoutPropertiesLoose(_ref, _excluded$13);
|
|
2938
3258
|
|
|
2939
3259
|
var styles = react.useMultiStyleConfig("Fieldset", {
|
|
2940
3260
|
isLegendHidden: isLegendHidden
|
|
@@ -3101,7 +3421,7 @@ var reservoirSpacingTokens = {
|
|
|
3101
3421
|
};
|
|
3102
3422
|
var spacing = /*#__PURE__*/_extends({}, chakraSpacingTokens, reservoirSpacingTokens);
|
|
3103
3423
|
|
|
3104
|
-
var _excluded$
|
|
3424
|
+
var _excluded$14 = ["children", "defaultValue", "helperText", "id", "invalidText", "isDisabled", "isFullWidth", "isInvalid", "isRequired", "labelText", "layout", "name", "onChange", "showHelperInvalidText", "showLabel", "showRequiredLabel", "value"];
|
|
3105
3425
|
/**
|
|
3106
3426
|
* Wrapper component to wrap `Checkbox` components. Can be displayed in a
|
|
3107
3427
|
* column or in a row. The `CheckboxGroup` component renders all the necessary
|
|
@@ -3137,7 +3457,7 @@ var CheckboxGroup = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(fun
|
|
|
3137
3457
|
_props$showRequiredLa = props.showRequiredLabel,
|
|
3138
3458
|
showRequiredLabel = _props$showRequiredLa === void 0 ? true : _props$showRequiredLa,
|
|
3139
3459
|
value = props.value,
|
|
3140
|
-
rest = _objectWithoutPropertiesLoose(props, _excluded$
|
|
3460
|
+
rest = _objectWithoutPropertiesLoose(props, _excluded$14);
|
|
3141
3461
|
|
|
3142
3462
|
var footnote = isInvalid ? invalidText : helperText;
|
|
3143
3463
|
var newChildren = [];
|
|
@@ -3203,7 +3523,7 @@ var CheckboxGroup = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(fun
|
|
|
3203
3523
|
}));
|
|
3204
3524
|
}));
|
|
3205
3525
|
|
|
3206
|
-
var _excluded$
|
|
3526
|
+
var _excluded$15 = ["children", "columns", "className", "gap", "id"];
|
|
3207
3527
|
var SimpleGrid = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
3208
3528
|
var children = props.children,
|
|
3209
3529
|
columns = props.columns,
|
|
@@ -3211,7 +3531,7 @@ var SimpleGrid = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(functi
|
|
|
3211
3531
|
_props$gap = props.gap,
|
|
3212
3532
|
gap = _props$gap === void 0 ? "grid.l" : _props$gap,
|
|
3213
3533
|
id = props.id,
|
|
3214
|
-
rest = _objectWithoutPropertiesLoose(props, _excluded$
|
|
3534
|
+
rest = _objectWithoutPropertiesLoose(props, _excluded$15);
|
|
3215
3535
|
|
|
3216
3536
|
var responsiveCols = columns ? {
|
|
3217
3537
|
base: 1,
|
|
@@ -3266,7 +3586,7 @@ function useWindowSize() {
|
|
|
3266
3586
|
return windowSize;
|
|
3267
3587
|
}
|
|
3268
3588
|
|
|
3269
|
-
var _excluded$
|
|
3589
|
+
var _excluded$16 = ["className", "columnHeaders", "columnHeadersBackgroundColor", "columnHeadersTextColor", "id", "showRowDividers", "tableData", "titleText", "useRowHeaders"];
|
|
3270
3590
|
/**
|
|
3271
3591
|
* Basic `Table` component used to organize and display tabular data in
|
|
3272
3592
|
* rows and columns.
|
|
@@ -3285,7 +3605,7 @@ var Table = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(function (p
|
|
|
3285
3605
|
titleText = props.titleText,
|
|
3286
3606
|
_props$useRowHeaders = props.useRowHeaders,
|
|
3287
3607
|
useRowHeaders = _props$useRowHeaders === void 0 ? false : _props$useRowHeaders,
|
|
3288
|
-
rest = _objectWithoutPropertiesLoose(props, _excluded$
|
|
3608
|
+
rest = _objectWithoutPropertiesLoose(props, _excluded$16);
|
|
3289
3609
|
|
|
3290
3610
|
var customColors = {};
|
|
3291
3611
|
columnHeadersBackgroundColor && (customColors["backgroundColor"] = columnHeadersBackgroundColor);
|
|
@@ -3641,7 +3961,7 @@ var ColorCard = function ColorCard(props) {
|
|
|
3641
3961
|
})));
|
|
3642
3962
|
};
|
|
3643
3963
|
|
|
3644
|
-
var _excluded$
|
|
3964
|
+
var _excluded$17 = ["children", "className", "gap", "id"],
|
|
3645
3965
|
_excluded2$3 = ["children", "className", "gap", "id"],
|
|
3646
3966
|
_excluded3$1 = ["action", "children", "className", "gap", "id", "method", "onSubmit"];
|
|
3647
3967
|
/** FormRow child-component */
|
|
@@ -3651,7 +3971,7 @@ var FormRow = /*#__PURE__*/react.chakra(function (props) {
|
|
|
3651
3971
|
className = props.className,
|
|
3652
3972
|
gap = props.gap,
|
|
3653
3973
|
id = props.id,
|
|
3654
|
-
rest = _objectWithoutPropertiesLoose(props, _excluded$
|
|
3974
|
+
rest = _objectWithoutPropertiesLoose(props, _excluded$17);
|
|
3655
3975
|
|
|
3656
3976
|
var count = React__default.Children.count(children);
|
|
3657
3977
|
var alteredChildren = React__default.Children.map(children, function (child, i) {
|
|
@@ -3733,7 +4053,7 @@ var Form = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(function (pr
|
|
|
3733
4053
|
}
|
|
3734
4054
|
});
|
|
3735
4055
|
|
|
3736
|
-
var _excluded$
|
|
4056
|
+
var _excluded$18 = ["children", "className", "htmlFor", "id", "isInlined", "isRequired"];
|
|
3737
4057
|
/**
|
|
3738
4058
|
* A label for form inputs. It should never be used alone.
|
|
3739
4059
|
*/
|
|
@@ -3747,7 +4067,7 @@ var Label = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(function (p
|
|
|
3747
4067
|
isInlined = _props$isInlined === void 0 ? false : _props$isInlined,
|
|
3748
4068
|
_props$isRequired = props.isRequired,
|
|
3749
4069
|
isRequired = _props$isRequired === void 0 ? false : _props$isRequired,
|
|
3750
|
-
rest = _objectWithoutPropertiesLoose(props, _excluded$
|
|
4070
|
+
rest = _objectWithoutPropertiesLoose(props, _excluded$18);
|
|
3751
4071
|
|
|
3752
4072
|
var styles = react.useStyleConfig("Label", {
|
|
3753
4073
|
isInlined: isInlined
|
|
@@ -3767,7 +4087,7 @@ var Label = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(function (p
|
|
|
3767
4087
|
}, rest), children, isRequired && React__default.createElement("span", null, " (Required)"));
|
|
3768
4088
|
}));
|
|
3769
4089
|
|
|
3770
|
-
var _excluded$
|
|
4090
|
+
var _excluded$19 = ["className", "defaultValue", "helperText", "id", "invalidText", "isDisabled", "isInvalid", "isRequired", "labelText", "max", "maxLength", "min", "name", "onChange", "onClick", "onFocus", "placeholder", "showHelperInvalidText", "showLabel", "showRequiredLabel", "step", "textInputType", "type", "value"];
|
|
3771
4091
|
|
|
3772
4092
|
var TextInputFormats = {
|
|
3773
4093
|
email: "jdoe@domain.com",
|
|
@@ -3818,7 +4138,7 @@ var TextInput = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(functio
|
|
|
3818
4138
|
_props$type = props.type,
|
|
3819
4139
|
type = _props$type === void 0 ? "text" : _props$type,
|
|
3820
4140
|
value = props.value,
|
|
3821
|
-
rest = _objectWithoutPropertiesLoose(props, _excluded$
|
|
4141
|
+
rest = _objectWithoutPropertiesLoose(props, _excluded$19);
|
|
3822
4142
|
|
|
3823
4143
|
var styles = react.useMultiStyleConfig("TextInput", {
|
|
3824
4144
|
variant: textInputType
|
|
@@ -3910,7 +4230,7 @@ var TextInput = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(functio
|
|
|
3910
4230
|
}, labelText), fieldOutput);
|
|
3911
4231
|
}));
|
|
3912
4232
|
|
|
3913
|
-
var _excluded$
|
|
4233
|
+
var _excluded$1a = ["dsRef", "helperText", "id", "invalidText", "isDisabled", "isInvalid", "isRequired", "labelText", "name", "onChange", "onClick", "showLabel", "showHelperInvalidText", "showRequiredLabel", "value"],
|
|
3914
4234
|
_excluded2$4 = ["children", "className", "id", "isDateRange", "isRequired", "labelText", "showLabel", "showRequiredLabel"],
|
|
3915
4235
|
_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"];
|
|
3916
4236
|
/**
|
|
@@ -3938,7 +4258,7 @@ var CustomTextInput = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
|
3938
4258
|
showHelperInvalidText = _ref.showHelperInvalidText,
|
|
3939
4259
|
showRequiredLabel = _ref.showRequiredLabel,
|
|
3940
4260
|
value = _ref.value,
|
|
3941
|
-
rest = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
4261
|
+
rest = _objectWithoutPropertiesLoose(_ref, _excluded$1a);
|
|
3942
4262
|
|
|
3943
4263
|
// The `react-datepicker` passes `disabled=false` to its custom
|
|
3944
4264
|
// input element. We don't need it, so remove it.
|
|
@@ -4713,6 +5033,10 @@ var colors = {
|
|
|
4713
5033
|
};
|
|
4714
5034
|
|
|
4715
5035
|
var radii = {
|
|
5036
|
+
button: {
|
|
5037
|
+
"default": "2px",
|
|
5038
|
+
pill: "20px"
|
|
5039
|
+
},
|
|
4716
5040
|
checkbox: "3px",
|
|
4717
5041
|
headerDonate: ".25rem",
|
|
4718
5042
|
pill: "20px",
|
|
@@ -4845,6 +5169,39 @@ var Accordion$1 = {
|
|
|
4845
5169
|
}
|
|
4846
5170
|
};
|
|
4847
5171
|
|
|
5172
|
+
var AlphabetFilter$1 = {
|
|
5173
|
+
baseStyle: {
|
|
5174
|
+
button: {
|
|
5175
|
+
minWidth: {
|
|
5176
|
+
base: defaultElementSizes.mobileFieldHeight,
|
|
5177
|
+
md: "auto"
|
|
5178
|
+
},
|
|
5179
|
+
height: {
|
|
5180
|
+
base: defaultElementSizes.mobileFieldHeight,
|
|
5181
|
+
md: "auto"
|
|
5182
|
+
},
|
|
5183
|
+
padding: "1px 4px",
|
|
5184
|
+
margin: "2px 1px",
|
|
5185
|
+
fontWeight: "bold",
|
|
5186
|
+
fontSize: "heading.callout",
|
|
5187
|
+
lineHeight: "1",
|
|
5188
|
+
_last: {
|
|
5189
|
+
padding: "0 16px",
|
|
5190
|
+
fontWeight: "normal",
|
|
5191
|
+
whiteSpace: "nowrap",
|
|
5192
|
+
fontSize: {
|
|
5193
|
+
base: null,
|
|
5194
|
+
md: "text.caption"
|
|
5195
|
+
}
|
|
5196
|
+
},
|
|
5197
|
+
_disabled: {
|
|
5198
|
+
color: "ui.gray.medium",
|
|
5199
|
+
cursor: "not-allowed"
|
|
5200
|
+
}
|
|
5201
|
+
}
|
|
5202
|
+
}
|
|
5203
|
+
};
|
|
5204
|
+
|
|
4848
5205
|
// Variant styling
|
|
4849
5206
|
var blogs = {
|
|
4850
5207
|
bg: "section.blogs.secondary",
|
|
@@ -5100,7 +5457,7 @@ var pill = function pill(_ref5) {
|
|
|
5100
5457
|
bg: "ui.white",
|
|
5101
5458
|
border: "1px solid",
|
|
5102
5459
|
borderColor: "ui.gray.light-cool",
|
|
5103
|
-
borderRadius: "pill",
|
|
5460
|
+
borderRadius: "button.pill",
|
|
5104
5461
|
color: "inherit"
|
|
5105
5462
|
}, generalSizeValues(buttonSize, true), {
|
|
5106
5463
|
_hover: {
|
|
@@ -7260,6 +7617,10 @@ var size = {
|
|
|
7260
7617
|
small: {
|
|
7261
7618
|
height: "0.875rem",
|
|
7262
7619
|
width: "0.875rem"
|
|
7620
|
+
},
|
|
7621
|
+
xsmall: {
|
|
7622
|
+
height: "0.65rem",
|
|
7623
|
+
width: "0.65rem"
|
|
7263
7624
|
}
|
|
7264
7625
|
};
|
|
7265
7626
|
var Icon$1 = {
|
|
@@ -8507,6 +8868,121 @@ var CustomTabs = {
|
|
|
8507
8868
|
}
|
|
8508
8869
|
};
|
|
8509
8870
|
|
|
8871
|
+
var TagSetFilter = {
|
|
8872
|
+
parts: ["clearAll"],
|
|
8873
|
+
baseStyle: function baseStyle(_ref) {
|
|
8874
|
+
var isDismissible = _ref.isDismissible;
|
|
8875
|
+
return {
|
|
8876
|
+
display: "flex",
|
|
8877
|
+
alignItems: "center",
|
|
8878
|
+
justifyContent: "center",
|
|
8879
|
+
bg: "ui.gray.x-light-cool",
|
|
8880
|
+
border: "1px solid",
|
|
8881
|
+
borderColor: "ui.gray.medium",
|
|
8882
|
+
borderRadius: "pill",
|
|
8883
|
+
color: "ui.black",
|
|
8884
|
+
cursor: isDismissible ? "pointer" : "auto",
|
|
8885
|
+
height: {
|
|
8886
|
+
base: "32px",
|
|
8887
|
+
md: "22px"
|
|
8888
|
+
},
|
|
8889
|
+
minHeight: "22px",
|
|
8890
|
+
maxWidth: "200px",
|
|
8891
|
+
py: "xxxs",
|
|
8892
|
+
paddingLeft: "s",
|
|
8893
|
+
paddingRight: isDismissible ? {
|
|
8894
|
+
base: "8px",
|
|
8895
|
+
md: "6px"
|
|
8896
|
+
} : "s",
|
|
8897
|
+
fontSize: "text.tag",
|
|
8898
|
+
"> span": {
|
|
8899
|
+
display: "inline-block",
|
|
8900
|
+
overflow: "hidden",
|
|
8901
|
+
textOverflow: "ellipsis",
|
|
8902
|
+
whiteSpace: "nowrap"
|
|
8903
|
+
},
|
|
8904
|
+
_hover: {
|
|
8905
|
+
bg: isDismissible ? "ui.gray.light-cool" : "ui.gray.x-light-cool"
|
|
8906
|
+
},
|
|
8907
|
+
clearAll: {
|
|
8908
|
+
color: "ui.black",
|
|
8909
|
+
height: {
|
|
8910
|
+
base: "32px",
|
|
8911
|
+
md: "22px"
|
|
8912
|
+
},
|
|
8913
|
+
fontSize: "text.tag",
|
|
8914
|
+
minHeight: "22px"
|
|
8915
|
+
}
|
|
8916
|
+
};
|
|
8917
|
+
}
|
|
8918
|
+
};
|
|
8919
|
+
var TagSetExplore = {
|
|
8920
|
+
baseStyle: {
|
|
8921
|
+
display: "flex",
|
|
8922
|
+
alignItems: "center",
|
|
8923
|
+
justifyContent: "center",
|
|
8924
|
+
bg: "ui.white",
|
|
8925
|
+
border: "1px solid",
|
|
8926
|
+
borderColor: "ui.link.primary",
|
|
8927
|
+
borderRadius: "pill",
|
|
8928
|
+
color: "ui.link.primary",
|
|
8929
|
+
cursor: "pointer",
|
|
8930
|
+
fontSize: "text.tag",
|
|
8931
|
+
height: {
|
|
8932
|
+
base: "32px",
|
|
8933
|
+
md: "22px"
|
|
8934
|
+
},
|
|
8935
|
+
minHeight: "22px",
|
|
8936
|
+
maxWidth: "200px",
|
|
8937
|
+
py: "xxxs",
|
|
8938
|
+
px: "s",
|
|
8939
|
+
textDecoration: "underline",
|
|
8940
|
+
transition: "0.3s ease",
|
|
8941
|
+
_focusWithin: /*#__PURE__*/activeFocus(),
|
|
8942
|
+
a: {
|
|
8943
|
+
border: "0",
|
|
8944
|
+
_focus: {
|
|
8945
|
+
outline: "none"
|
|
8946
|
+
}
|
|
8947
|
+
},
|
|
8948
|
+
"> span": {
|
|
8949
|
+
display: "inline-block",
|
|
8950
|
+
overflow: "hidden",
|
|
8951
|
+
textOverflow: "ellipsis",
|
|
8952
|
+
whiteSpace: "nowrap"
|
|
8953
|
+
},
|
|
8954
|
+
svg: {
|
|
8955
|
+
fill: "ui.link.primary"
|
|
8956
|
+
},
|
|
8957
|
+
_hover: {
|
|
8958
|
+
bg: "ui.link.primary",
|
|
8959
|
+
a: {
|
|
8960
|
+
color: "ui.white"
|
|
8961
|
+
},
|
|
8962
|
+
svg: {
|
|
8963
|
+
fill: "ui.white"
|
|
8964
|
+
},
|
|
8965
|
+
"> span": {
|
|
8966
|
+
color: "ui.white"
|
|
8967
|
+
}
|
|
8968
|
+
}
|
|
8969
|
+
}
|
|
8970
|
+
};
|
|
8971
|
+
var TagSet = {
|
|
8972
|
+
baseStyle: function baseStyle() {
|
|
8973
|
+
return {
|
|
8974
|
+
display: "inline-flex",
|
|
8975
|
+
flexWrap: "wrap",
|
|
8976
|
+
gap: "xs"
|
|
8977
|
+
};
|
|
8978
|
+
}
|
|
8979
|
+
};
|
|
8980
|
+
var TagSetStyles = {
|
|
8981
|
+
TagSet: TagSet,
|
|
8982
|
+
TagSetExplore: TagSetExplore,
|
|
8983
|
+
TagSetFilter: TagSetFilter
|
|
8984
|
+
};
|
|
8985
|
+
|
|
8510
8986
|
/**
|
|
8511
8987
|
* Grid layout based on https://www.joshwcomeau.com/css/full-bleed/
|
|
8512
8988
|
*/
|
|
@@ -8853,6 +9329,15 @@ var VideoPlayer = {
|
|
|
8853
9329
|
}
|
|
8854
9330
|
};
|
|
8855
9331
|
|
|
9332
|
+
var AudioPlayer$1 = {
|
|
9333
|
+
baseStyle: {
|
|
9334
|
+
invalid: {
|
|
9335
|
+
backgroundColor: "ui.bg.default",
|
|
9336
|
+
padding: "s"
|
|
9337
|
+
}
|
|
9338
|
+
}
|
|
9339
|
+
};
|
|
9340
|
+
|
|
8856
9341
|
/**
|
|
8857
9342
|
* See Chakra default theme for shape of theme object:
|
|
8858
9343
|
* https://github.com/chakra-ui/chakra-ui/tree/main/packages/theme
|
|
@@ -8888,6 +9373,8 @@ var theme = /*#__PURE__*/react.extendTheme( /*#__PURE__*/_extends({
|
|
|
8888
9373
|
*/
|
|
8889
9374
|
components: /*#__PURE__*/_extends({
|
|
8890
9375
|
Accordion: Accordion$1,
|
|
9376
|
+
AlphabetFilter: AlphabetFilter$1,
|
|
9377
|
+
AudioPlayer: AudioPlayer$1,
|
|
8891
9378
|
Breadcrumb: Breadcrumb,
|
|
8892
9379
|
Button: Button$1,
|
|
8893
9380
|
ButtonGroup: ButtonGroup$1
|
|
@@ -8935,7 +9422,7 @@ var theme = /*#__PURE__*/react.extendTheme( /*#__PURE__*/_extends({
|
|
|
8935
9422
|
StructuredContent: StructuredContent,
|
|
8936
9423
|
Tabs: CustomTabs,
|
|
8937
9424
|
CustomTable: CustomTable
|
|
8938
|
-
}, TemplateStyles, {
|
|
9425
|
+
}, TagSetStyles, TemplateStyles, {
|
|
8939
9426
|
Text: Text$1,
|
|
8940
9427
|
TextInput: TextInput$1
|
|
8941
9428
|
}, Toggle$1, {
|
|
@@ -8964,7 +9451,7 @@ var DSProvider = function DSProvider(_ref) {
|
|
|
8964
9451
|
}, children);
|
|
8965
9452
|
};
|
|
8966
9453
|
|
|
8967
|
-
var _excluded$
|
|
9454
|
+
var _excluded$1b = ["children", "className", "id", "inline", "listItems", "noStyling", "title", "type"];
|
|
8968
9455
|
/**
|
|
8969
9456
|
* A component that renders list item `li` elements or description item `dt`
|
|
8970
9457
|
* and `dd` elements based on the `type` prop. Note that the `title` prop will
|
|
@@ -8983,7 +9470,7 @@ var List$1 = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(function (
|
|
|
8983
9470
|
title = props.title,
|
|
8984
9471
|
_props$type = props.type,
|
|
8985
9472
|
type = _props$type === void 0 ? "ul" : _props$type,
|
|
8986
|
-
rest = _objectWithoutPropertiesLoose(props, _excluded$
|
|
9473
|
+
rest = _objectWithoutPropertiesLoose(props, _excluded$1b);
|
|
8987
9474
|
|
|
8988
9475
|
var styles = react.useStyleConfig("List", {
|
|
8989
9476
|
inline: inline,
|
|
@@ -9094,7 +9581,7 @@ var List$1 = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(function (
|
|
|
9094
9581
|
|
|
9095
9582
|
var _path$L, _path2$f, _path3$7;
|
|
9096
9583
|
|
|
9097
|
-
var _excluded$
|
|
9584
|
+
var _excluded$1c = ["title", "titleId"];
|
|
9098
9585
|
|
|
9099
9586
|
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); }
|
|
9100
9587
|
|
|
@@ -9105,12 +9592,13 @@ function _objectWithoutPropertiesLoose$R(source, excluded) { if (source == null)
|
|
|
9105
9592
|
var SvgLogoAppleAppStoreBlack = function SvgLogoAppleAppStoreBlack(_ref) {
|
|
9106
9593
|
var title = _ref.title,
|
|
9107
9594
|
titleId = _ref.titleId,
|
|
9108
|
-
props = _objectWithoutProperties$Q(_ref, _excluded$
|
|
9595
|
+
props = _objectWithoutProperties$Q(_ref, _excluded$1c);
|
|
9109
9596
|
|
|
9110
9597
|
return /*#__PURE__*/React.createElement("svg", _extends$R({
|
|
9111
9598
|
viewBox: "0 0 200 67",
|
|
9112
9599
|
fill: "none",
|
|
9113
9600
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9601
|
+
role: "img",
|
|
9114
9602
|
"aria-labelledby": titleId
|
|
9115
9603
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
9116
9604
|
id: titleId
|
|
@@ -9128,7 +9616,7 @@ var SvgLogoAppleAppStoreBlack = function SvgLogoAppleAppStoreBlack(_ref) {
|
|
|
9128
9616
|
|
|
9129
9617
|
var _path$M, _path2$g, _path3$8;
|
|
9130
9618
|
|
|
9131
|
-
var _excluded$
|
|
9619
|
+
var _excluded$1d = ["title", "titleId"];
|
|
9132
9620
|
|
|
9133
9621
|
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); }
|
|
9134
9622
|
|
|
@@ -9139,12 +9627,13 @@ function _objectWithoutPropertiesLoose$S(source, excluded) { if (source == null)
|
|
|
9139
9627
|
var SvgLogoAppleAppStoreWhite = function SvgLogoAppleAppStoreWhite(_ref) {
|
|
9140
9628
|
var title = _ref.title,
|
|
9141
9629
|
titleId = _ref.titleId,
|
|
9142
|
-
props = _objectWithoutProperties$R(_ref, _excluded$
|
|
9630
|
+
props = _objectWithoutProperties$R(_ref, _excluded$1d);
|
|
9143
9631
|
|
|
9144
9632
|
return /*#__PURE__*/React.createElement("svg", _extends$S({
|
|
9145
9633
|
viewBox: "0 0 200 67",
|
|
9146
9634
|
fill: "none",
|
|
9147
9635
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9636
|
+
role: "img",
|
|
9148
9637
|
"aria-labelledby": titleId
|
|
9149
9638
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
9150
9639
|
id: titleId
|
|
@@ -9162,7 +9651,7 @@ var SvgLogoAppleAppStoreWhite = function SvgLogoAppleAppStoreWhite(_ref) {
|
|
|
9162
9651
|
|
|
9163
9652
|
var _path$N, _path2$h, _path3$9;
|
|
9164
9653
|
|
|
9165
|
-
var _excluded$
|
|
9654
|
+
var _excluded$1e = ["title", "titleId"];
|
|
9166
9655
|
|
|
9167
9656
|
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); }
|
|
9168
9657
|
|
|
@@ -9173,11 +9662,12 @@ function _objectWithoutPropertiesLoose$T(source, excluded) { if (source == null)
|
|
|
9173
9662
|
var SvgLogoBplBlack = function SvgLogoBplBlack(_ref) {
|
|
9174
9663
|
var title = _ref.title,
|
|
9175
9664
|
titleId = _ref.titleId,
|
|
9176
|
-
props = _objectWithoutProperties$S(_ref, _excluded$
|
|
9665
|
+
props = _objectWithoutProperties$S(_ref, _excluded$1e);
|
|
9177
9666
|
|
|
9178
9667
|
return /*#__PURE__*/React.createElement("svg", _extends$T({
|
|
9179
9668
|
viewBox: "0 0 328 120",
|
|
9180
9669
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9670
|
+
role: "img",
|
|
9181
9671
|
"aria-labelledby": titleId
|
|
9182
9672
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
9183
9673
|
id: titleId
|
|
@@ -9192,7 +9682,7 @@ var SvgLogoBplBlack = function SvgLogoBplBlack(_ref) {
|
|
|
9192
9682
|
|
|
9193
9683
|
var _path$O, _path2$i, _path3$a;
|
|
9194
9684
|
|
|
9195
|
-
var _excluded$
|
|
9685
|
+
var _excluded$1f = ["title", "titleId"];
|
|
9196
9686
|
|
|
9197
9687
|
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); }
|
|
9198
9688
|
|
|
@@ -9203,12 +9693,13 @@ function _objectWithoutPropertiesLoose$U(source, excluded) { if (source == null)
|
|
|
9203
9693
|
var SvgLogoBplWhite = function SvgLogoBplWhite(_ref) {
|
|
9204
9694
|
var title = _ref.title,
|
|
9205
9695
|
titleId = _ref.titleId,
|
|
9206
|
-
props = _objectWithoutProperties$T(_ref, _excluded$
|
|
9696
|
+
props = _objectWithoutProperties$T(_ref, _excluded$1f);
|
|
9207
9697
|
|
|
9208
9698
|
return /*#__PURE__*/React.createElement("svg", _extends$U({
|
|
9209
9699
|
viewBox: "0 0 328 120",
|
|
9210
9700
|
fill: "#fff",
|
|
9211
9701
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9702
|
+
role: "img",
|
|
9212
9703
|
"aria-labelledby": titleId
|
|
9213
9704
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
9214
9705
|
id: titleId
|
|
@@ -9223,7 +9714,7 @@ var SvgLogoBplWhite = function SvgLogoBplWhite(_ref) {
|
|
|
9223
9714
|
|
|
9224
9715
|
var _rect$2, _path$P;
|
|
9225
9716
|
|
|
9226
|
-
var _excluded$
|
|
9717
|
+
var _excluded$1g = ["title", "titleId"];
|
|
9227
9718
|
|
|
9228
9719
|
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); }
|
|
9229
9720
|
|
|
@@ -9234,12 +9725,13 @@ function _objectWithoutPropertiesLoose$V(source, excluded) { if (source == null)
|
|
|
9234
9725
|
var SvgLogoCleverBadgeColor = function SvgLogoCleverBadgeColor(_ref) {
|
|
9235
9726
|
var title = _ref.title,
|
|
9236
9727
|
titleId = _ref.titleId,
|
|
9237
|
-
props = _objectWithoutProperties$U(_ref, _excluded$
|
|
9728
|
+
props = _objectWithoutProperties$U(_ref, _excluded$1g);
|
|
9238
9729
|
|
|
9239
9730
|
return /*#__PURE__*/React.createElement("svg", _extends$V({
|
|
9240
9731
|
viewBox: "0 0 118 119",
|
|
9241
9732
|
fill: "none",
|
|
9242
9733
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9734
|
+
role: "img",
|
|
9243
9735
|
"aria-labelledby": titleId
|
|
9244
9736
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
9245
9737
|
id: titleId
|
|
@@ -9259,7 +9751,7 @@ var SvgLogoCleverBadgeColor = function SvgLogoCleverBadgeColor(_ref) {
|
|
|
9259
9751
|
|
|
9260
9752
|
var _path$Q;
|
|
9261
9753
|
|
|
9262
|
-
var _excluded$
|
|
9754
|
+
var _excluded$1h = ["title", "titleId"];
|
|
9263
9755
|
|
|
9264
9756
|
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); }
|
|
9265
9757
|
|
|
@@ -9270,12 +9762,13 @@ function _objectWithoutPropertiesLoose$W(source, excluded) { if (source == null)
|
|
|
9270
9762
|
var SvgLogoCleverColor = function SvgLogoCleverColor(_ref) {
|
|
9271
9763
|
var title = _ref.title,
|
|
9272
9764
|
titleId = _ref.titleId,
|
|
9273
|
-
props = _objectWithoutProperties$V(_ref, _excluded$
|
|
9765
|
+
props = _objectWithoutProperties$V(_ref, _excluded$1h);
|
|
9274
9766
|
|
|
9275
9767
|
return /*#__PURE__*/React.createElement("svg", _extends$W({
|
|
9276
9768
|
viewBox: "0 0 312 88",
|
|
9277
9769
|
fill: "#436CF2",
|
|
9278
9770
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9771
|
+
role: "img",
|
|
9279
9772
|
"aria-labelledby": titleId
|
|
9280
9773
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
9281
9774
|
id: titleId
|
|
@@ -9288,7 +9781,7 @@ var SvgLogoCleverColor = function SvgLogoCleverColor(_ref) {
|
|
|
9288
9781
|
|
|
9289
9782
|
var _path$R;
|
|
9290
9783
|
|
|
9291
|
-
var _excluded$
|
|
9784
|
+
var _excluded$1i = ["title", "titleId"];
|
|
9292
9785
|
|
|
9293
9786
|
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); }
|
|
9294
9787
|
|
|
@@ -9299,12 +9792,13 @@ function _objectWithoutPropertiesLoose$X(source, excluded) { if (source == null)
|
|
|
9299
9792
|
var SvgLogoCleverWhite = function SvgLogoCleverWhite(_ref) {
|
|
9300
9793
|
var title = _ref.title,
|
|
9301
9794
|
titleId = _ref.titleId,
|
|
9302
|
-
props = _objectWithoutProperties$W(_ref, _excluded$
|
|
9795
|
+
props = _objectWithoutProperties$W(_ref, _excluded$1i);
|
|
9303
9796
|
|
|
9304
9797
|
return /*#__PURE__*/React.createElement("svg", _extends$X({
|
|
9305
9798
|
viewBox: "0 0 312 88",
|
|
9306
9799
|
fill: "#fff",
|
|
9307
9800
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9801
|
+
role: "img",
|
|
9308
9802
|
"aria-labelledby": titleId
|
|
9309
9803
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
9310
9804
|
id: titleId
|
|
@@ -9317,7 +9811,7 @@ var SvgLogoCleverWhite = function SvgLogoCleverWhite(_ref) {
|
|
|
9317
9811
|
|
|
9318
9812
|
var _path$S, _path2$j, _path3$b, _path4$1, _path5, _path6, _path7, _path8, _path9, _path10, _path11, _path12, _path13;
|
|
9319
9813
|
|
|
9320
|
-
var _excluded$
|
|
9814
|
+
var _excluded$1j = ["title", "titleId"];
|
|
9321
9815
|
|
|
9322
9816
|
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); }
|
|
9323
9817
|
|
|
@@ -9328,12 +9822,13 @@ function _objectWithoutPropertiesLoose$Y(source, excluded) { if (source == null)
|
|
|
9328
9822
|
var SvgLogoFirstbookColor = function SvgLogoFirstbookColor(_ref) {
|
|
9329
9823
|
var title = _ref.title,
|
|
9330
9824
|
titleId = _ref.titleId,
|
|
9331
|
-
props = _objectWithoutProperties$X(_ref, _excluded$
|
|
9825
|
+
props = _objectWithoutProperties$X(_ref, _excluded$1j);
|
|
9332
9826
|
|
|
9333
9827
|
return /*#__PURE__*/React.createElement("svg", _extends$Y({
|
|
9334
9828
|
viewBox: "0 0 172 152",
|
|
9335
9829
|
fill: "none",
|
|
9336
9830
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9831
|
+
role: "img",
|
|
9337
9832
|
"aria-labelledby": titleId
|
|
9338
9833
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
9339
9834
|
id: titleId
|
|
@@ -9381,7 +9876,7 @@ var SvgLogoFirstbookColor = function SvgLogoFirstbookColor(_ref) {
|
|
|
9381
9876
|
|
|
9382
9877
|
var _g$3;
|
|
9383
9878
|
|
|
9384
|
-
var _excluded$
|
|
9879
|
+
var _excluded$1k = ["title", "titleId"];
|
|
9385
9880
|
|
|
9386
9881
|
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); }
|
|
9387
9882
|
|
|
@@ -9392,12 +9887,13 @@ function _objectWithoutPropertiesLoose$Z(source, excluded) { if (source == null)
|
|
|
9392
9887
|
var SvgLogoFirstbookColorNegative = function SvgLogoFirstbookColorNegative(_ref) {
|
|
9393
9888
|
var title = _ref.title,
|
|
9394
9889
|
titleId = _ref.titleId,
|
|
9395
|
-
props = _objectWithoutProperties$Y(_ref, _excluded$
|
|
9890
|
+
props = _objectWithoutProperties$Y(_ref, _excluded$1k);
|
|
9396
9891
|
|
|
9397
9892
|
return /*#__PURE__*/React.createElement("svg", _extends$Z({
|
|
9398
9893
|
viewBox: "0 0 170 150",
|
|
9399
9894
|
fill: "none",
|
|
9400
9895
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9896
|
+
role: "img",
|
|
9401
9897
|
"aria-labelledby": titleId
|
|
9402
9898
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
9403
9899
|
id: titleId
|
|
@@ -9450,7 +9946,7 @@ var SvgLogoFirstbookColorNegative = function SvgLogoFirstbookColorNegative(_ref)
|
|
|
9450
9946
|
|
|
9451
9947
|
var _g$4, _defs;
|
|
9452
9948
|
|
|
9453
|
-
var _excluded$
|
|
9949
|
+
var _excluded$1l = ["title", "titleId"];
|
|
9454
9950
|
|
|
9455
9951
|
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); }
|
|
9456
9952
|
|
|
@@ -9461,12 +9957,13 @@ function _objectWithoutPropertiesLoose$_(source, excluded) { if (source == null)
|
|
|
9461
9957
|
var SvgLogoGooglePlayBlack = function SvgLogoGooglePlayBlack(_ref) {
|
|
9462
9958
|
var title = _ref.title,
|
|
9463
9959
|
titleId = _ref.titleId,
|
|
9464
|
-
props = _objectWithoutProperties$Z(_ref, _excluded$
|
|
9960
|
+
props = _objectWithoutProperties$Z(_ref, _excluded$1l);
|
|
9465
9961
|
|
|
9466
9962
|
return /*#__PURE__*/React.createElement("svg", _extends$_({
|
|
9467
9963
|
viewBox: "0 0 200 60",
|
|
9468
9964
|
fill: "none",
|
|
9469
9965
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9966
|
+
role: "img",
|
|
9470
9967
|
"aria-labelledby": titleId
|
|
9471
9968
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
9472
9969
|
id: titleId
|
|
@@ -9596,7 +10093,7 @@ var SvgLogoGooglePlayBlack = function SvgLogoGooglePlayBlack(_ref) {
|
|
|
9596
10093
|
|
|
9597
10094
|
var _path$T, _path2$k;
|
|
9598
10095
|
|
|
9599
|
-
var _excluded$
|
|
10096
|
+
var _excluded$1m = ["title", "titleId"];
|
|
9600
10097
|
|
|
9601
10098
|
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); }
|
|
9602
10099
|
|
|
@@ -9607,12 +10104,13 @@ function _objectWithoutPropertiesLoose$$(source, excluded) { if (source == null)
|
|
|
9607
10104
|
var SvgLogoLpaColor = function SvgLogoLpaColor(_ref) {
|
|
9608
10105
|
var title = _ref.title,
|
|
9609
10106
|
titleId = _ref.titleId,
|
|
9610
|
-
props = _objectWithoutProperties$_(_ref, _excluded$
|
|
10107
|
+
props = _objectWithoutProperties$_(_ref, _excluded$1m);
|
|
9611
10108
|
|
|
9612
10109
|
return /*#__PURE__*/React.createElement("svg", _extends$$({
|
|
9613
10110
|
viewBox: "0 0 186 74",
|
|
9614
10111
|
fill: "none",
|
|
9615
10112
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10113
|
+
role: "img",
|
|
9616
10114
|
"aria-labelledby": titleId
|
|
9617
10115
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
9618
10116
|
id: titleId
|
|
@@ -9627,7 +10125,7 @@ var SvgLogoLpaColor = function SvgLogoLpaColor(_ref) {
|
|
|
9627
10125
|
|
|
9628
10126
|
var _path$U;
|
|
9629
10127
|
|
|
9630
|
-
var _excluded$
|
|
10128
|
+
var _excluded$1n = ["title", "titleId"];
|
|
9631
10129
|
|
|
9632
10130
|
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); }
|
|
9633
10131
|
|
|
@@ -9638,11 +10136,12 @@ function _objectWithoutPropertiesLoose$10(source, excluded) { if (source == null
|
|
|
9638
10136
|
var SvgLogoLpaBlack = function SvgLogoLpaBlack(_ref) {
|
|
9639
10137
|
var title = _ref.title,
|
|
9640
10138
|
titleId = _ref.titleId,
|
|
9641
|
-
props = _objectWithoutProperties$$(_ref, _excluded$
|
|
10139
|
+
props = _objectWithoutProperties$$(_ref, _excluded$1n);
|
|
9642
10140
|
|
|
9643
10141
|
return /*#__PURE__*/React.createElement("svg", _extends$10({
|
|
9644
10142
|
viewBox: "0 0 186 74",
|
|
9645
10143
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10144
|
+
role: "img",
|
|
9646
10145
|
"aria-labelledby": titleId
|
|
9647
10146
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
9648
10147
|
id: titleId
|
|
@@ -9653,7 +10152,7 @@ var SvgLogoLpaBlack = function SvgLogoLpaBlack(_ref) {
|
|
|
9653
10152
|
|
|
9654
10153
|
var _path$V;
|
|
9655
10154
|
|
|
9656
|
-
var _excluded$
|
|
10155
|
+
var _excluded$1o = ["title", "titleId"];
|
|
9657
10156
|
|
|
9658
10157
|
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); }
|
|
9659
10158
|
|
|
@@ -9664,12 +10163,13 @@ function _objectWithoutPropertiesLoose$11(source, excluded) { if (source == null
|
|
|
9664
10163
|
var SvgLogoLpaWhite = function SvgLogoLpaWhite(_ref) {
|
|
9665
10164
|
var title = _ref.title,
|
|
9666
10165
|
titleId = _ref.titleId,
|
|
9667
|
-
props = _objectWithoutProperties$10(_ref, _excluded$
|
|
10166
|
+
props = _objectWithoutProperties$10(_ref, _excluded$1o);
|
|
9668
10167
|
|
|
9669
10168
|
return /*#__PURE__*/React.createElement("svg", _extends$11({
|
|
9670
10169
|
viewBox: "0 0 186 74",
|
|
9671
10170
|
fill: "#fff",
|
|
9672
10171
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10172
|
+
role: "img",
|
|
9673
10173
|
"aria-labelledby": titleId
|
|
9674
10174
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
9675
10175
|
id: titleId
|
|
@@ -9680,7 +10180,7 @@ var SvgLogoLpaWhite = function SvgLogoLpaWhite(_ref) {
|
|
|
9680
10180
|
|
|
9681
10181
|
var _g$5;
|
|
9682
10182
|
|
|
9683
|
-
var _excluded$
|
|
10183
|
+
var _excluded$1p = ["title", "titleId"];
|
|
9684
10184
|
|
|
9685
10185
|
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); }
|
|
9686
10186
|
|
|
@@ -9691,11 +10191,12 @@ function _objectWithoutPropertiesLoose$12(source, excluded) { if (source == null
|
|
|
9691
10191
|
var SvgLogoMlnBlack = function SvgLogoMlnBlack(_ref) {
|
|
9692
10192
|
var title = _ref.title,
|
|
9693
10193
|
titleId = _ref.titleId,
|
|
9694
|
-
props = _objectWithoutProperties$11(_ref, _excluded$
|
|
10194
|
+
props = _objectWithoutProperties$11(_ref, _excluded$1p);
|
|
9695
10195
|
|
|
9696
10196
|
return /*#__PURE__*/React.createElement("svg", _extends$12({
|
|
9697
10197
|
viewBox: "0 0 300 71",
|
|
9698
10198
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10199
|
+
role: "img",
|
|
9699
10200
|
"aria-labelledby": titleId
|
|
9700
10201
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
9701
10202
|
id: titleId
|
|
@@ -9708,7 +10209,7 @@ var SvgLogoMlnBlack = function SvgLogoMlnBlack(_ref) {
|
|
|
9708
10209
|
|
|
9709
10210
|
var _g$6;
|
|
9710
10211
|
|
|
9711
|
-
var _excluded$
|
|
10212
|
+
var _excluded$1q = ["title", "titleId"];
|
|
9712
10213
|
|
|
9713
10214
|
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); }
|
|
9714
10215
|
|
|
@@ -9719,12 +10220,13 @@ function _objectWithoutPropertiesLoose$13(source, excluded) { if (source == null
|
|
|
9719
10220
|
var SvgLogoMlnColor = function SvgLogoMlnColor(_ref) {
|
|
9720
10221
|
var title = _ref.title,
|
|
9721
10222
|
titleId = _ref.titleId,
|
|
9722
|
-
props = _objectWithoutProperties$12(_ref, _excluded$
|
|
10223
|
+
props = _objectWithoutProperties$12(_ref, _excluded$1q);
|
|
9723
10224
|
|
|
9724
10225
|
return /*#__PURE__*/React.createElement("svg", _extends$13({
|
|
9725
10226
|
viewBox: "0 0 300 71",
|
|
9726
10227
|
fill: "#C60917",
|
|
9727
10228
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10229
|
+
role: "img",
|
|
9728
10230
|
"aria-labelledby": titleId
|
|
9729
10231
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
9730
10232
|
id: titleId
|
|
@@ -9737,7 +10239,7 @@ var SvgLogoMlnColor = function SvgLogoMlnColor(_ref) {
|
|
|
9737
10239
|
|
|
9738
10240
|
var _g$7;
|
|
9739
10241
|
|
|
9740
|
-
var _excluded$
|
|
10242
|
+
var _excluded$1r = ["title", "titleId"];
|
|
9741
10243
|
|
|
9742
10244
|
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); }
|
|
9743
10245
|
|
|
@@ -9748,12 +10250,13 @@ function _objectWithoutPropertiesLoose$14(source, excluded) { if (source == null
|
|
|
9748
10250
|
var SvgLogoMlnWhite = function SvgLogoMlnWhite(_ref) {
|
|
9749
10251
|
var title = _ref.title,
|
|
9750
10252
|
titleId = _ref.titleId,
|
|
9751
|
-
props = _objectWithoutProperties$13(_ref, _excluded$
|
|
10253
|
+
props = _objectWithoutProperties$13(_ref, _excluded$1r);
|
|
9752
10254
|
|
|
9753
10255
|
return /*#__PURE__*/React.createElement("svg", _extends$14({
|
|
9754
10256
|
viewBox: "0 0 300 71",
|
|
9755
10257
|
fill: "#fff",
|
|
9756
10258
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10259
|
+
role: "img",
|
|
9757
10260
|
"aria-labelledby": titleId
|
|
9758
10261
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
9759
10262
|
id: titleId
|
|
@@ -9764,7 +10267,9 @@ var SvgLogoMlnWhite = function SvgLogoMlnWhite(_ref) {
|
|
|
9764
10267
|
}))));
|
|
9765
10268
|
};
|
|
9766
10269
|
|
|
9767
|
-
var
|
|
10270
|
+
var _g$8, _defs$1;
|
|
10271
|
+
|
|
10272
|
+
var _excluded$1s = ["title", "titleId"];
|
|
9768
10273
|
|
|
9769
10274
|
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); }
|
|
9770
10275
|
|
|
@@ -9772,15 +10277,62 @@ function _objectWithoutProperties$14(source, excluded) { if (source == null) ret
|
|
|
9772
10277
|
|
|
9773
10278
|
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; }
|
|
9774
10279
|
|
|
9775
|
-
var
|
|
10280
|
+
var SvgLogoNycdoeColor = function SvgLogoNycdoeColor(_ref) {
|
|
9776
10281
|
var title = _ref.title,
|
|
9777
10282
|
titleId = _ref.titleId,
|
|
9778
|
-
props = _objectWithoutProperties$14(_ref, _excluded$
|
|
10283
|
+
props = _objectWithoutProperties$14(_ref, _excluded$1s);
|
|
9779
10284
|
|
|
9780
10285
|
return /*#__PURE__*/React.createElement("svg", _extends$15({
|
|
10286
|
+
viewBox: "0 0 341 61",
|
|
10287
|
+
fill: "none",
|
|
10288
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10289
|
+
role: "img",
|
|
10290
|
+
"aria-labelledby": titleId
|
|
10291
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
10292
|
+
id: titleId
|
|
10293
|
+
}, title) : null, _g$8 || (_g$8 = /*#__PURE__*/React.createElement("g", {
|
|
10294
|
+
clipPath: "url(#logo-nycdoe-color_svg__a)"
|
|
10295
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
10296
|
+
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",
|
|
10297
|
+
fill: "#036"
|
|
10298
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
10299
|
+
d: "M169.13 0h-37.582l-11.276 11.275V48.86l11.276 11.275h37.582l11.278-11.275V37.583l-3.759-3.762h-18.793v3.762h-15.034V22.55h15.034v3.712h18.793l3.759-3.712V11.275L169.13 0Z",
|
|
10300
|
+
fill: "#69C"
|
|
10301
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
10302
|
+
d: "M56.377 0H41.344l-3.759 3.756V18.79L18.792 0H3.76L0 3.756v52.62l3.76 3.758h15.032l3.76-3.758V41.341l18.792 18.793h15.033l3.758-3.758V3.757L56.377 0Z",
|
|
10303
|
+
fill: "#80B24C"
|
|
10304
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
10305
|
+
d: "M82.686 60.133H97.72l3.758-3.757V45.101l18.794-18.793V3.758L116.513 0h-15.035L97.72 3.757v7.518l-7.516 7.516-7.518-7.516V3.757L78.928 0H63.894l-3.758 3.757v22.551l18.792 18.793v11.275l3.758 3.757Z",
|
|
10306
|
+
fill: "#F93"
|
|
10307
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
10308
|
+
d: "M173.67.538V.002h2.727v.536h-1.041v2.665h-.638V.538h-1.048ZM177.853.002l.819 2.293.813-2.293h.919v3.201h-.589V.623l-.882 2.58h-.512l-.892-2.58v2.58h-.588V.002h.912Z",
|
|
10309
|
+
fill: "#69C"
|
|
10310
|
+
}))), _defs$1 || (_defs$1 = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
10311
|
+
id: "logo-nycdoe-color_svg__a"
|
|
10312
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
10313
|
+
fill: "#fff",
|
|
10314
|
+
d: "M0 0h340.339v60.134H0z"
|
|
10315
|
+
})))));
|
|
10316
|
+
};
|
|
10317
|
+
|
|
10318
|
+
var _excluded$1t = ["title", "titleId"];
|
|
10319
|
+
|
|
10320
|
+
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); }
|
|
10321
|
+
|
|
10322
|
+
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; }
|
|
10323
|
+
|
|
10324
|
+
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; }
|
|
10325
|
+
|
|
10326
|
+
var SvgLogoNyplFullBlack = function SvgLogoNyplFullBlack(_ref) {
|
|
10327
|
+
var title = _ref.title,
|
|
10328
|
+
titleId = _ref.titleId,
|
|
10329
|
+
props = _objectWithoutProperties$15(_ref, _excluded$1t);
|
|
10330
|
+
|
|
10331
|
+
return /*#__PURE__*/React.createElement("svg", _extends$16({
|
|
9781
10332
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9782
10333
|
viewBox: "0 0 966.787 543.733",
|
|
9783
10334
|
xmlSpace: "preserve",
|
|
10335
|
+
role: "img",
|
|
9784
10336
|
"aria-labelledby": titleId
|
|
9785
10337
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
9786
10338
|
id: titleId
|
|
@@ -9850,29 +10402,30 @@ var SvgLogoNyplFullBlack = function SvgLogoNyplFullBlack(_ref) {
|
|
|
9850
10402
|
}));
|
|
9851
10403
|
};
|
|
9852
10404
|
|
|
9853
|
-
var _g$
|
|
10405
|
+
var _g$9, _defs$2;
|
|
9854
10406
|
|
|
9855
|
-
var _excluded$
|
|
10407
|
+
var _excluded$1u = ["title", "titleId"];
|
|
9856
10408
|
|
|
9857
|
-
function _extends$
|
|
10409
|
+
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); }
|
|
9858
10410
|
|
|
9859
|
-
function _objectWithoutProperties$
|
|
10411
|
+
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; }
|
|
9860
10412
|
|
|
9861
|
-
function _objectWithoutPropertiesLoose$
|
|
10413
|
+
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; }
|
|
9862
10414
|
|
|
9863
10415
|
var SvgLogoNyplFullWhite = function SvgLogoNyplFullWhite(_ref) {
|
|
9864
10416
|
var title = _ref.title,
|
|
9865
10417
|
titleId = _ref.titleId,
|
|
9866
|
-
props = _objectWithoutProperties$
|
|
10418
|
+
props = _objectWithoutProperties$16(_ref, _excluded$1u);
|
|
9867
10419
|
|
|
9868
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
10420
|
+
return /*#__PURE__*/React.createElement("svg", _extends$17({
|
|
9869
10421
|
viewBox: "0 0 967 568",
|
|
9870
10422
|
fill: "none",
|
|
9871
10423
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10424
|
+
role: "img",
|
|
9872
10425
|
"aria-labelledby": titleId
|
|
9873
10426
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
9874
10427
|
id: titleId
|
|
9875
|
-
}, title) : null, _g$
|
|
10428
|
+
}, title) : null, _g$9 || (_g$9 = /*#__PURE__*/React.createElement("g", {
|
|
9876
10429
|
clipPath: "url(#logo-nypl-full-white_svg__a)",
|
|
9877
10430
|
fill: "#fff"
|
|
9878
10431
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -9883,7 +10436,7 @@ var SvgLogoNyplFullWhite = function SvgLogoNyplFullWhite(_ref) {
|
|
|
9883
10436
|
d: "M346.699 344.448c-.114-.808-.461-3.545-.458-4.111.009-1.442 2.976-3.406 4.361-4.506 2.098-1.671 4.529-3.507 6.122-4.309.574-.362.958.472 1.034.638 5.854 8.888 3.66 30.847-.571 41.292-.489 1.062-1.385 1.478-1.751.698-2.157-4.711-5.359-8.952-9.035-11.28-.682-.527-.734-1.625-.682-1.831 1.184-4.962 1.799-10.465.98-16.591Zm-72.394 54.056c1.264-3.639 2.731-5.784 5.559-7.553 5.327-3.343 14.182-3.486 22.726-4.072 8.278-.556 17.125-1.044 23.014-3.764 3.568-1.64 7.133-6.308 12.639-3.931 2.608 1.123 4.031 3.514 4.807 5.891.875 2.646 1.511 5.322 1.24 8.872-.793 10.245-9.114 15.247-10.61 24.824-.142 1.48-.392 3.622-1.243 4.472-6.352 6.467-18.914 5.108-30.273 3.963-4.066-.403-8.086-.514-10.837-1.823-1.984-.93-3.764-2.821-5.412-4.353-3.635-3.368-5.689-5.845-9.334-9.93-1.233-1.384-4.033-3.89-4.217-5.411-.16-1.46 1.402-5.648 1.941-7.185ZM75.395 519.246c-4.169-3.417-5.963-6.298-8.36-10.344-19.45-31.083-30.349-141.175-5.287-178.512 7.975-13.084 16.424-7.054 13.615 3.059-4.799 22.703-1.857 35.424 9.182 60.056 17.348 36.609 70.896 87.433 85.072 105.865 24.301 31.616 32.389 54.647 32.279 60.851-.13 4.76-1.045 7.795-9.385 7.09-44.001-3.488-86.535-21.728-117.116-48.065"
|
|
9884
10437
|
}), /*#__PURE__*/React.createElement("path", {
|
|
9885
10438
|
d: "M100.548 370.783c-13.42-32.694-4.658-62.132 1.272-73.299 2.988-5.635 5.91-9.316 9.724-8.256 4.151 1.157 5.11 5.406 5.683 13.281 4.222 65.353 43.753 87.356 93.401 110.43 39.174 20.024 83.741 42.918 121.092 98.373 5.653 8.007 6.469 12.864.088 17.45-22.776 15.546-43.404 26.383-73.589 33.422-4.541 1.063-9.229.265-13.253-10.116C203.035 444.031 132.634 448.9 100.548 370.783ZM360.26 503.607c-6.382 6.383-10.006 1.382-12.089-2.719-8.941-19.01-17.674-34.919-31.756-50.332-2.437-2.471-.558-5.944 3.028-5.589 4.582.366 7.586.114 12.627-2.051 4.268-1.832 9.154-7.814 11.591-16.405 1.776-6.268 1.86-8.112 5.7-8.501.954-.089 2.702.149 3.761.453 4.674 1.332 9.693 5.152 13.36 7.964 9.406 7.185 23.439 23.046 25.895 28.177 1.56 3.267.068 5.482-.812 7.349-4.923 10.062-20.445 30.918-31.305 41.654ZM476.671 7.388h7.369l54.269 78.566V7.388h7.088v90.997h-6.976l-54.777-79.13v79.13h-6.973V7.388ZM605.125 57.78c-.159-9.84-5.183-19.917-17.64-19.917-11.322 0-17.904 8.725-19.814 19.917h37.454Zm-45.387 7.396c0-18.458 10.686-33.49 28.009-33.49 16.703 0 25.843 13.385 24.463 32h-44.935v1.49c.114 14.876 6.412 28.542 21.992 28.542 8.322 0 15.295-3.397 18.839-6.13l3.037 5.607c-4.106 2.997-11.642 6.705-22.16 6.705-19.953 0-29.245-16.025-29.245-34.724Zm60.783-31.973h7.649l15.861 54.242 17.063-54.242h7.008l17.041 54.384 16.026-54.384h7.088l-19.688 65.183h-6.519l-17.609-54.947-17.662 54.947h-6.572l-19.686-65.183Zm151.272 30.876-30.492-56.69h8.503l25.815 49.163h.223l25.823-49.163h7.664l-30.163 56.69v34.307h-7.373V64.077Zm83.09 1.8c0-14.623-7.789-28.016-22.693-28.016-14.734 0-21.426 13.112-21.426 27.735 0 14.735 7.189 28.12 21.989 28.12 14.9 0 22.13-13.104 22.13-27.84Zm-51.712 0c0-16.423 8.773-34.193 29.246-34.193 20.551 0 29.976 17.658 29.976 33.912 0 16.365-9.336 34.302-29.81 34.302-20.47 0-29.412-17.655-29.412-34.022Zm72.807-32.676h7.14v11.36c2.433-4.785 8.329-12.877 17.496-12.877 3.038 0 5.173.675 6.298 1.124l-1.752 6.692c-1.117-.448-2.636-.956-5.333-.956-9.043 0-14.906 10.63-16.709 14.454v45.386h-7.14V33.202Zm51.796 28.572L956.4 33.202h8.828l-28.847 28.572 30.366 36.61h-8.88l-30.093-36.61ZM920.048.008h7.106v98.377h-7.106V.008ZM495.649 190.396c17.321 0 24.463-7.929 24.463-19.964 0-11.361-6.861-19.566-24.183-19.566h-11.64v39.53h11.36Zm-18.881-45.946h19.837c19.122 0 31.158 9.448 31.158 25.701 0 16.418-11.361 26.658-32.002 26.658h-11.472v38.692h-7.521V144.45Zm62.463 71.929v-46.096h7.087v44.577c0 9.563 3.428 15.691 13.384 15.691 9.731 0 17.77-9.165 19.965-12.991v-47.277h7.085v52.623c0 5.171.563 10.121 1.237 12.595h-7.243c-.403-2.249-.956-7.122-.956-10.686-3.126 4.949-10.528 12.188-21.567 12.188-13.663 0-18.992-8.926-18.992-20.624ZM648.8 202.942c0-14.222-5.473-27.73-21.332-27.73-5.566 0-12.146 3.263-15.826 7.369v45.667c3.004 1.516 7.503 2.531 12.705 2.531 16.524 0 24.453-14.343 24.453-27.837Zm-44.276 29.127v-94.987h7.118v39.199c3.961-4.499 10.372-7.479 17.065-7.479 18.613 0 27.613 14.895 27.613 33.853 0 18.337-12.316 34.348-32.228 34.348-7.814 0-15.07-1.916-19.568-4.934Zm67.747-94.987h7.143v98.419h-7.143v-98.419Zm28.278 33.201h7.207v65.218h-7.207v-65.218Zm-1.79-19.253c0-3.149 2.474-5.456 5.345-5.456 3.033 0 5.508 2.307 5.508 5.456 0 3.148-2.475 5.585-5.508 5.585-2.871 0-5.345-2.437-5.345-5.585Zm22.718 51.796c0-20.641 11.866-34.024 28.683-34.024 9.73 0 15.858 3.654 19.39 6.803l-3.7 5.218c-3.654-3.136-8.605-5.892-15.858-5.892-14.472 0-21.037 12.595-21.037 27.612 0 14.456 6.471 28.236 20.941 28.236 7.52 0 13.817-3.264 16.688-5.796l3.091 5.312c-3.491 3.126-10.347 6.708-20.244 6.708-18.701 0-27.954-16.741-27.954-34.177ZM476.671 372.798v-90.997h19.402v75.392h33.907v15.605h-53.309Zm67.687 0v-66.535h18.319v66.535h-18.319Zm9.154-75.134c-6.415 0-11.07-5.117-11.07-10.916 0-5.745 4.655-10.685 11.07-10.685 6.411 0 11.201 4.94 11.201 10.685 0 5.799-4.79 10.916-11.201 10.916Zm43.305 61.017c1.232.429 4.1 1.521 9.163 1.521 10.122 0 16.139-7.48 16.139-21.203 0-12.429-4.222-20.077-14.059-20.077-5.736 0-10.123 3.765-11.243 5.117v34.642Zm0-84.303v37.064c3.032-3.041 8.881-6.864 16.289-6.864 16.664 0 28.27 11.472 28.27 34.421 0 22.719-15.318 35.444-35.396 35.444-15.019 0-24.184-3.833-27.333-5.301v-94.764h18.17Zm95.708 47.836c-1.122-.65-3.202-1.44-7.029-1.44-8.041 0-12.821 7.09-14.506 10.064v41.96h-18.138v-66.535h18.138v9.003c2.866-4.951 8.377-10.688 16.814-10.688 4.948 0 7.589.958 9.035 1.824l-4.314 15.812Zm46.01 21.082h-2.368c-10.578 0-17.996 3.126-17.996 10.942 0 4.872 3.996 6.917 8.043 6.917 6.572 0 10.405-3.825 12.321-5.878v-11.981Zm2.02 29.502c-.563-1.688-.955-5.064-1.061-7.087-2.987 3.487-9.288 8.732-18.697 8.732-11.399 0-20.124-6.818-20.124-18.691 0-17.375 17.892-23.673 35.494-23.673h2.368v-3.824c0-5.737-2.368-9.333-10.803-9.333-8.605 0-14.51 4.553-16.983 6.298l-7.875-11.081c3.992-3.486 12.661-9.561 26.938-9.561 18.167 0 26.77 7.032 26.77 24.634v23.9c0 8.999.956 15.465 1.912 19.686h-17.939Zm70.962-50.584c-1.123-.65-3.205-1.44-7.029-1.44-8.041 0-12.824 7.09-14.496 10.064v41.96h-18.181v-66.535h18.181v9.003c2.878-4.951 8.365-10.688 16.801-10.688 4.948 0 7.593.958 9.083 1.824l-4.359 15.812Zm10.604-15.951h19.349l14.799 43.814h.667l13.554-43.814h18.726l-27.499 73.619c-5.89 15.693-12.825 24.858-30.988 24.858-5.576 0-8.941-.786-10.292-1.182l2.642-14.338c.954.224 2.475.616 6.363.616 9.328 0 12.59-4.441 15.233-11.56l2.474-6.829-25.028-65.184Z"
|
|
9886
|
-
}))), _defs$
|
|
10439
|
+
}))), _defs$2 || (_defs$2 = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
9887
10440
|
id: "logo-nypl-full-white_svg__a"
|
|
9888
10441
|
}, /*#__PURE__*/React.createElement("path", {
|
|
9889
10442
|
fill: "#fff",
|
|
@@ -9893,23 +10446,24 @@ var SvgLogoNyplFullWhite = function SvgLogoNyplFullWhite(_ref) {
|
|
|
9893
10446
|
|
|
9894
10447
|
var _path$W, _path2$l, _path3$c;
|
|
9895
10448
|
|
|
9896
|
-
var _excluded$
|
|
10449
|
+
var _excluded$1v = ["title", "titleId"];
|
|
9897
10450
|
|
|
9898
|
-
function _extends$
|
|
10451
|
+
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); }
|
|
9899
10452
|
|
|
9900
|
-
function _objectWithoutProperties$
|
|
10453
|
+
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; }
|
|
9901
10454
|
|
|
9902
|
-
function _objectWithoutPropertiesLoose$
|
|
10455
|
+
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; }
|
|
9903
10456
|
|
|
9904
10457
|
var SvgLogoNyplLionBlack = function SvgLogoNyplLionBlack(_ref) {
|
|
9905
10458
|
var title = _ref.title,
|
|
9906
10459
|
titleId = _ref.titleId,
|
|
9907
|
-
props = _objectWithoutProperties$
|
|
10460
|
+
props = _objectWithoutProperties$17(_ref, _excluded$1v);
|
|
9908
10461
|
|
|
9909
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
10462
|
+
return /*#__PURE__*/React.createElement("svg", _extends$18({
|
|
9910
10463
|
viewBox: "0 0 136 135",
|
|
9911
10464
|
fill: "none",
|
|
9912
10465
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10466
|
+
role: "img",
|
|
9913
10467
|
"aria-labelledby": titleId
|
|
9914
10468
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
9915
10469
|
id: titleId
|
|
@@ -9929,23 +10483,24 @@ var SvgLogoNyplLionBlack = function SvgLogoNyplLionBlack(_ref) {
|
|
|
9929
10483
|
|
|
9930
10484
|
var _path$X;
|
|
9931
10485
|
|
|
9932
|
-
var _excluded$
|
|
10486
|
+
var _excluded$1w = ["title", "titleId"];
|
|
9933
10487
|
|
|
9934
|
-
function _extends$
|
|
10488
|
+
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); }
|
|
9935
10489
|
|
|
9936
|
-
function _objectWithoutProperties$
|
|
10490
|
+
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; }
|
|
9937
10491
|
|
|
9938
|
-
function _objectWithoutPropertiesLoose$
|
|
10492
|
+
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; }
|
|
9939
10493
|
|
|
9940
10494
|
var SvgLogoNyplLionWhite = function SvgLogoNyplLionWhite(_ref) {
|
|
9941
10495
|
var title = _ref.title,
|
|
9942
10496
|
titleId = _ref.titleId,
|
|
9943
|
-
props = _objectWithoutProperties$
|
|
10497
|
+
props = _objectWithoutProperties$18(_ref, _excluded$1w);
|
|
9944
10498
|
|
|
9945
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
10499
|
+
return /*#__PURE__*/React.createElement("svg", _extends$19({
|
|
9946
10500
|
viewBox: "0 0 125 126",
|
|
9947
10501
|
fill: "none",
|
|
9948
10502
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10503
|
+
role: "img",
|
|
9949
10504
|
"aria-labelledby": titleId
|
|
9950
10505
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
9951
10506
|
id: titleId
|
|
@@ -9959,23 +10514,24 @@ var SvgLogoNyplLionWhite = function SvgLogoNyplLionWhite(_ref) {
|
|
|
9959
10514
|
|
|
9960
10515
|
var _path$Y, _path2$m, _path3$d, _path4$2, _path5$1, _path6$1, _path7$1, _path8$1, _path9$1, _path10$1, _path11$1, _path12$1, _path13$1, _path14, _path15;
|
|
9961
10516
|
|
|
9962
|
-
var _excluded$
|
|
10517
|
+
var _excluded$1x = ["title", "titleId"];
|
|
9963
10518
|
|
|
9964
|
-
function _extends$
|
|
10519
|
+
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); }
|
|
9965
10520
|
|
|
9966
|
-
function _objectWithoutProperties$
|
|
10521
|
+
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; }
|
|
9967
10522
|
|
|
9968
|
-
function _objectWithoutPropertiesLoose$
|
|
10523
|
+
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; }
|
|
9969
10524
|
|
|
9970
10525
|
var SvgLogoNyplTextBlack = function SvgLogoNyplTextBlack(_ref) {
|
|
9971
10526
|
var title = _ref.title,
|
|
9972
10527
|
titleId = _ref.titleId,
|
|
9973
|
-
props = _objectWithoutProperties$
|
|
10528
|
+
props = _objectWithoutProperties$19(_ref, _excluded$1x);
|
|
9974
10529
|
|
|
9975
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
10530
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1a({
|
|
9976
10531
|
viewBox: "0 0 201 165",
|
|
9977
10532
|
fill: "none",
|
|
9978
10533
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10534
|
+
role: "img",
|
|
9979
10535
|
"aria-labelledby": titleId
|
|
9980
10536
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
9981
10537
|
id: titleId
|
|
@@ -10043,23 +10599,24 @@ var SvgLogoNyplTextBlack = function SvgLogoNyplTextBlack(_ref) {
|
|
|
10043
10599
|
|
|
10044
10600
|
var _path$Z, _path2$n, _path3$e, _path4$3, _path5$2, _path6$2, _path7$2, _path8$2, _path9$2, _path10$2, _path11$2, _path12$2, _path13$2, _path14$1, _path15$1;
|
|
10045
10601
|
|
|
10046
|
-
var _excluded$
|
|
10602
|
+
var _excluded$1y = ["title", "titleId"];
|
|
10047
10603
|
|
|
10048
|
-
function _extends$
|
|
10604
|
+
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); }
|
|
10049
10605
|
|
|
10050
|
-
function _objectWithoutProperties$
|
|
10606
|
+
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; }
|
|
10051
10607
|
|
|
10052
|
-
function _objectWithoutPropertiesLoose$
|
|
10608
|
+
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; }
|
|
10053
10609
|
|
|
10054
10610
|
var SvgLogoNyplTextWhite = function SvgLogoNyplTextWhite(_ref) {
|
|
10055
10611
|
var title = _ref.title,
|
|
10056
10612
|
titleId = _ref.titleId,
|
|
10057
|
-
props = _objectWithoutProperties$
|
|
10613
|
+
props = _objectWithoutProperties$1a(_ref, _excluded$1y);
|
|
10058
10614
|
|
|
10059
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
10615
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1b({
|
|
10060
10616
|
viewBox: "0 0 201 165",
|
|
10061
10617
|
fill: "none",
|
|
10062
10618
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10619
|
+
role: "img",
|
|
10063
10620
|
"aria-labelledby": titleId
|
|
10064
10621
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
10065
10622
|
id: titleId
|
|
@@ -10125,29 +10682,30 @@ var SvgLogoNyplTextWhite = function SvgLogoNyplTextWhite(_ref) {
|
|
|
10125
10682
|
})));
|
|
10126
10683
|
};
|
|
10127
10684
|
|
|
10128
|
-
var _g$
|
|
10685
|
+
var _g$a, _defs$3;
|
|
10129
10686
|
|
|
10130
|
-
var _excluded$
|
|
10687
|
+
var _excluded$1z = ["title", "titleId"];
|
|
10131
10688
|
|
|
10132
|
-
function _extends$
|
|
10689
|
+
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); }
|
|
10133
10690
|
|
|
10134
|
-
function _objectWithoutProperties$
|
|
10691
|
+
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; }
|
|
10135
10692
|
|
|
10136
|
-
function _objectWithoutPropertiesLoose$
|
|
10693
|
+
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; }
|
|
10137
10694
|
|
|
10138
10695
|
var SvgLogoOpenebooksColor = function SvgLogoOpenebooksColor(_ref) {
|
|
10139
10696
|
var title = _ref.title,
|
|
10140
10697
|
titleId = _ref.titleId,
|
|
10141
|
-
props = _objectWithoutProperties$
|
|
10698
|
+
props = _objectWithoutProperties$1b(_ref, _excluded$1z);
|
|
10142
10699
|
|
|
10143
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
10700
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1c({
|
|
10144
10701
|
viewBox: "0 0 152 139",
|
|
10145
10702
|
fill: "none",
|
|
10146
10703
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10704
|
+
role: "img",
|
|
10147
10705
|
"aria-labelledby": titleId
|
|
10148
10706
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
10149
10707
|
id: titleId
|
|
10150
|
-
}, title) : null, _g$
|
|
10708
|
+
}, title) : null, _g$a || (_g$a = /*#__PURE__*/React.createElement("g", {
|
|
10151
10709
|
clipPath: "url(#logo-openebooks-color_svg__clip0_53471_41906)"
|
|
10152
10710
|
}, /*#__PURE__*/React.createElement("path", {
|
|
10153
10711
|
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",
|
|
@@ -10158,7 +10716,7 @@ var SvgLogoOpenebooksColor = function SvgLogoOpenebooksColor(_ref) {
|
|
|
10158
10716
|
}), /*#__PURE__*/React.createElement("path", {
|
|
10159
10717
|
d: "M13.312 98.983c19.216-7.728 38.432-8.113 57.65 0V20.067c-18.895-8.814-38.117-8.959-57.65 0v78.915ZM80.102 98.983c19.216-7.728 38.432-8.113 57.65 0V20.067c-18.905-8.814-38.117-8.959-57.65 0v78.915Z",
|
|
10160
10718
|
fill: "#fff"
|
|
10161
|
-
}))), _defs$
|
|
10719
|
+
}))), _defs$3 || (_defs$3 = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
|
|
10162
10720
|
id: "logo-openebooks-color_svg__a",
|
|
10163
10721
|
x1: 76.519,
|
|
10164
10722
|
y1: 132.496,
|
|
@@ -10186,29 +10744,30 @@ var SvgLogoOpenebooksColor = function SvgLogoOpenebooksColor(_ref) {
|
|
|
10186
10744
|
})))));
|
|
10187
10745
|
};
|
|
10188
10746
|
|
|
10189
|
-
var _g$
|
|
10747
|
+
var _g$b, _defs$4;
|
|
10190
10748
|
|
|
10191
|
-
var _excluded$
|
|
10749
|
+
var _excluded$1A = ["title", "titleId"];
|
|
10192
10750
|
|
|
10193
|
-
function _extends$
|
|
10751
|
+
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); }
|
|
10194
10752
|
|
|
10195
|
-
function _objectWithoutProperties$
|
|
10753
|
+
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; }
|
|
10196
10754
|
|
|
10197
|
-
function _objectWithoutPropertiesLoose$
|
|
10755
|
+
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; }
|
|
10198
10756
|
|
|
10199
10757
|
var SvgLogoOpenebooksNegative = function SvgLogoOpenebooksNegative(_ref) {
|
|
10200
10758
|
var title = _ref.title,
|
|
10201
10759
|
titleId = _ref.titleId,
|
|
10202
|
-
props = _objectWithoutProperties$
|
|
10760
|
+
props = _objectWithoutProperties$1c(_ref, _excluded$1A);
|
|
10203
10761
|
|
|
10204
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
10762
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1d({
|
|
10205
10763
|
viewBox: "0 0 155 139",
|
|
10206
10764
|
fill: "none",
|
|
10207
10765
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10766
|
+
role: "img",
|
|
10208
10767
|
"aria-labelledby": titleId
|
|
10209
10768
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
10210
10769
|
id: titleId
|
|
10211
|
-
}, title) : null, _g$
|
|
10770
|
+
}, title) : null, _g$b || (_g$b = /*#__PURE__*/React.createElement("g", {
|
|
10212
10771
|
clipPath: "url(#logo-openebooks-negative_svg__clip0_54498_42323)"
|
|
10213
10772
|
}, /*#__PURE__*/React.createElement("path", {
|
|
10214
10773
|
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",
|
|
@@ -10225,7 +10784,7 @@ var SvgLogoOpenebooksNegative = function SvgLogoOpenebooksNegative(_ref) {
|
|
|
10225
10784
|
}), /*#__PURE__*/React.createElement("path", {
|
|
10226
10785
|
d: "M8.52 106.014c36.338-17.129 64.973 0 64.973 0V16.266s-28.604-17.124-64.972 0v89.748Z",
|
|
10227
10786
|
fill: "#0B1F31"
|
|
10228
|
-
}))), _defs$
|
|
10787
|
+
}))), _defs$4 || (_defs$4 = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
|
|
10229
10788
|
id: "logo-openebooks-negative_svg__a",
|
|
10230
10789
|
x1: 127.8,
|
|
10231
10790
|
y1: 121.19,
|
|
@@ -10270,29 +10829,30 @@ var SvgLogoOpenebooksNegative = function SvgLogoOpenebooksNegative(_ref) {
|
|
|
10270
10829
|
})))));
|
|
10271
10830
|
};
|
|
10272
10831
|
|
|
10273
|
-
var _g$
|
|
10832
|
+
var _g$c, _defs$5;
|
|
10274
10833
|
|
|
10275
|
-
var _excluded$
|
|
10834
|
+
var _excluded$1B = ["title", "titleId"];
|
|
10276
10835
|
|
|
10277
|
-
function _extends$
|
|
10836
|
+
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); }
|
|
10278
10837
|
|
|
10279
|
-
function _objectWithoutProperties$
|
|
10838
|
+
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; }
|
|
10280
10839
|
|
|
10281
|
-
function _objectWithoutPropertiesLoose$
|
|
10840
|
+
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; }
|
|
10282
10841
|
|
|
10283
10842
|
var SvgLogoOpenebooksWithTextColor = function SvgLogoOpenebooksWithTextColor(_ref) {
|
|
10284
10843
|
var title = _ref.title,
|
|
10285
10844
|
titleId = _ref.titleId,
|
|
10286
|
-
props = _objectWithoutProperties$
|
|
10845
|
+
props = _objectWithoutProperties$1d(_ref, _excluded$1B);
|
|
10287
10846
|
|
|
10288
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
10847
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1e({
|
|
10289
10848
|
viewBox: "0 0 152 139",
|
|
10290
10849
|
fill: "none",
|
|
10291
10850
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10851
|
+
role: "img",
|
|
10292
10852
|
"aria-labelledby": titleId
|
|
10293
10853
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
10294
10854
|
id: titleId
|
|
10295
|
-
}, title) : null, _g$
|
|
10855
|
+
}, title) : null, _g$c || (_g$c = /*#__PURE__*/React.createElement("g", {
|
|
10296
10856
|
clipPath: "url(#logo-openebooks-with-text-color_svg__clip0_53471_41905)"
|
|
10297
10857
|
}, /*#__PURE__*/React.createElement("path", {
|
|
10298
10858
|
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",
|
|
@@ -10303,7 +10863,7 @@ var SvgLogoOpenebooksWithTextColor = function SvgLogoOpenebooksWithTextColor(_re
|
|
|
10303
10863
|
}), /*#__PURE__*/React.createElement("path", {
|
|
10304
10864
|
d: "M13.312 98.983c19.216-7.728 38.432-8.113 57.65 0V20.067c-18.895-8.814-38.117-8.959-57.65 0v78.915ZM80.102 98.983c19.216-7.728 38.432-8.113 57.65 0V20.067c-18.905-8.814-38.117-8.959-57.65 0v78.915ZM130.032 126.627c.01.626-.171 1.24-.519 1.76-.372.531-.89.944-1.49 1.191a5.757 5.757 0 0 1-2.286.419 9.806 9.806 0 0 1-1.835-.145 7.126 7.126 0 0 1-1.545-.524v-2.556c.563.28 1.154.502 1.763.66a6.857 6.857 0 0 0 1.68.235 1.69 1.69 0 0 0 .967-.21.679.679 0 0 0 .309-.574.58.58 0 0 0-.128-.377 1.348 1.348 0 0 0-.397-.335c-.178-.109-.663-.338-1.455-.681a7.123 7.123 0 0 1-1.61-.916 2.88 2.88 0 0 1-.796-1.016 3.339 3.339 0 0 1-.254-1.36 2.701 2.701 0 0 1 1.103-2.288c.734-.548 1.743-.821 3.027-.819a8.723 8.723 0 0 1 3.47.762l-.911 2.201c-1.025-.456-1.909-.683-2.654-.681a1.402 1.402 0 0 0-.839.194.589.589 0 0 0-.263.487.695.695 0 0 0 .097.319c.057.098.137.18.233.24a13.28 13.28 0 0 0 1.816.901c.943.411 1.597.853 1.963 1.328.383.515.579 1.145.554 1.785Zm-8.358 3.227h-3.342l-2.164-4.06-.878.507v3.562h-2.981v-10.619h2.981v4.609c.273-.471.576-.925.907-1.357l2.309-3.254h3.229l-3.455 4.756 3.394 5.856Zm-18.875-5.324c0 2.053.737 3.079 2.21 3.078.748 0 1.302-.247 1.663-.748s.546-1.276.546-2.33-.183-1.844-.554-2.347c-.372-.502-.912-.762-1.642-.762-1.482.003-2.223 1.039-2.223 3.109Zm7.536 0c0 1.787-.452 3.145-1.356 4.075-.904.931-2.227 1.395-3.97 1.394-1.72 0-3.039-.467-3.957-1.402-.918-.934-1.375-2.295-1.37-4.082 0-1.768.453-3.117 1.362-4.046.908-.928 2.234-1.396 3.978-1.401 1.745 0 3.067.462 3.966 1.387.898.925 1.347 2.283 1.347 4.075Zm-19.767 0c0 2.053.737 3.079 2.21 3.078.75 0 1.304-.247 1.663-.748s.548-1.276.548-2.33-.185-1.844-.556-2.347c-.372-.502-.912-.758-1.648-.758-1.478 0-2.217 1.035-2.217 3.105Zm7.536 0c0 1.787-.45 3.145-1.354 4.075-.902.931-2.224 1.395-3.965 1.394-1.72 0-3.04-.467-3.958-1.402-.918-.934-1.375-2.295-1.37-4.082 0-1.768.454-3.117 1.364-4.046.91-.928 2.236-1.396 3.978-1.401 1.746 0 3.067.462 3.964 1.387.897.925 1.344 2.283 1.341 4.075Zm-17.634.878v2.231h1.039c.924 0 1.386-.378 1.388-1.135a.96.96 0 0 0-.374-.813 1.74 1.74 0 0 0-1.075-.285l-.978.002Zm0-2.095h.89c.346.021.69-.068.982-.256a.871.871 0 0 0 .35-.756c0-.595-.463-.893-1.391-.893h-.84l.009 1.905Zm-2.963-4.076h3.823c1.488 0 2.592.216 3.313.646.724.419 1.088 1.091 1.088 1.999a2.471 2.471 0 0 1-.475 1.523c-.3.414-.743.704-1.243.815v.071a2.277 2.277 0 0 1 1.934 2.456 2.683 2.683 0 0 1-1.123 2.28c-.746.558-1.764.838-3.053.838h-4.26l-.004-10.628Zm-5.733 4.176c-.32-.007-.63.106-.87.319a1.464 1.464 0 0 0-.404.987h2.519a1.39 1.39 0 0 0-.35-.949 1.16 1.16 0 0 0-.89-.359l-.005.002Zm.174 6.588c-1.415 0-2.514-.363-3.298-1.09-.784-.726-1.173-1.765-1.167-3.115 0-1.389.36-2.454 1.083-3.196.722-.741 1.757-1.114 3.105-1.119 1.278 0 2.265.325 2.96.975.697.641 1.05 1.573 1.05 2.789v1.257h-5.236a1.402 1.402 0 0 0 .516 1.083c.39.28.865.418 1.344.392.475.005.95-.042 1.415-.138a7.152 7.152 0 0 0 1.409-.487v2.035a5.177 5.177 0 0 1-1.424.471c-.579.098-1.165.145-1.753.141l-.004.002Zm-7.692-.145h-1.45l-5.988-8.913h-.059c.08 1.048.12 2.007.12 2.877v6.036H55.7v-10.619h1.438l5.975 8.876h.07c-.011-.132-.032-.549-.068-1.257a20.277 20.277 0 0 1-.036-1.525v-6.094h1.19l-.014 10.619Zm-12.067 0h-6.11v-10.619h6.11v1.096H47.36v3.42h4.543v1.089h-4.547v3.916h4.828l.005 1.098Zm-15.156-5.238h1.146c1.13 0 1.944-.178 2.45-.532.506-.354.756-.92.756-1.699 0-.702-.237-1.224-.712-1.57-.474-.345-1.213-.515-2.216-.515h-1.424v4.316Zm5.669-2.288c0 1.073-.38 1.9-1.138 2.483-.759.582-1.84.87-3.246.863h-1.287v4.178h-1.274v-10.619h2.84c2.74 0 4.11 1.032 4.11 3.095h-.005Zm-19.197 2.2c0 1.437.315 2.529.945 3.275.63.746 1.548 1.116 2.756 1.11 1.213 0 2.13-.37 2.75-1.11.62-.74.93-1.832.93-3.275 0-1.429-.31-2.511-.93-3.248-.62-.736-1.53-1.106-2.729-1.11-1.213 0-2.137.373-2.771 1.119-.634.746-.951 1.825-.951 3.239Zm8.729 0c0 1.7-.444 3.036-1.333 4.008-.889.973-2.12 1.461-3.695 1.467-1.612 0-2.859-.477-3.739-1.431-.88-.954-1.318-2.305-1.312-4.052 0-1.731.44-3.07 1.318-4.017.88-.947 2.128-1.424 3.748-1.431 1.574 0 2.803.485 3.686 1.454.883.97 1.326 2.304 1.33 4.002h-.003Z",
|
|
10305
10865
|
fill: "#fff"
|
|
10306
|
-
}))), _defs$
|
|
10866
|
+
}))), _defs$5 || (_defs$5 = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
|
|
10307
10867
|
id: "logo-openebooks-with-text-color_svg__a",
|
|
10308
10868
|
x1: 76.519,
|
|
10309
10869
|
y1: 132.496,
|
|
@@ -10331,29 +10891,30 @@ var SvgLogoOpenebooksWithTextColor = function SvgLogoOpenebooksWithTextColor(_re
|
|
|
10331
10891
|
})))));
|
|
10332
10892
|
};
|
|
10333
10893
|
|
|
10334
|
-
var _g$
|
|
10894
|
+
var _g$d, _defs$6;
|
|
10335
10895
|
|
|
10336
|
-
var _excluded$
|
|
10896
|
+
var _excluded$1C = ["title", "titleId"];
|
|
10337
10897
|
|
|
10338
|
-
function _extends$
|
|
10898
|
+
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); }
|
|
10339
10899
|
|
|
10340
|
-
function _objectWithoutProperties$
|
|
10900
|
+
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; }
|
|
10341
10901
|
|
|
10342
|
-
function _objectWithoutPropertiesLoose$
|
|
10902
|
+
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; }
|
|
10343
10903
|
|
|
10344
10904
|
var SvgLogoOpenebooksWithTextNegative = function SvgLogoOpenebooksWithTextNegative(_ref) {
|
|
10345
10905
|
var title = _ref.title,
|
|
10346
10906
|
titleId = _ref.titleId,
|
|
10347
|
-
props = _objectWithoutProperties$
|
|
10907
|
+
props = _objectWithoutProperties$1e(_ref, _excluded$1C);
|
|
10348
10908
|
|
|
10349
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
10909
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1f({
|
|
10350
10910
|
viewBox: "0 0 155 139",
|
|
10351
10911
|
fill: "none",
|
|
10352
10912
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10913
|
+
role: "img",
|
|
10353
10914
|
"aria-labelledby": titleId
|
|
10354
10915
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
10355
10916
|
id: titleId
|
|
10356
|
-
}, title) : null, _g$
|
|
10917
|
+
}, title) : null, _g$d || (_g$d = /*#__PURE__*/React.createElement("g", {
|
|
10357
10918
|
clipPath: "url(#logo-openebooks-with-text-negative_svg__clip0_54498_42322)"
|
|
10358
10919
|
}, /*#__PURE__*/React.createElement("path", {
|
|
10359
10920
|
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",
|
|
@@ -10373,7 +10934,7 @@ var SvgLogoOpenebooksWithTextNegative = function SvgLogoOpenebooksWithTextNegati
|
|
|
10373
10934
|
}), /*#__PURE__*/React.createElement("path", {
|
|
10374
10935
|
d: "M8.52 106.014c36.338-17.129 64.973 0 64.973 0V16.266s-28.604-17.124-64.972 0v89.748Z",
|
|
10375
10936
|
fill: "#0B1F31"
|
|
10376
|
-
}))), _defs$
|
|
10937
|
+
}))), _defs$6 || (_defs$6 = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
|
|
10377
10938
|
id: "logo-openebooks-with-text-negative_svg__a",
|
|
10378
10939
|
x1: 127.8,
|
|
10379
10940
|
y1: 121.19,
|
|
@@ -10420,22 +10981,23 @@ var SvgLogoOpenebooksWithTextNegative = function SvgLogoOpenebooksWithTextNegati
|
|
|
10420
10981
|
|
|
10421
10982
|
var _path$_;
|
|
10422
10983
|
|
|
10423
|
-
var _excluded$
|
|
10984
|
+
var _excluded$1D = ["title", "titleId"];
|
|
10424
10985
|
|
|
10425
|
-
function _extends$
|
|
10986
|
+
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); }
|
|
10426
10987
|
|
|
10427
|
-
function _objectWithoutProperties$
|
|
10988
|
+
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; }
|
|
10428
10989
|
|
|
10429
|
-
function _objectWithoutPropertiesLoose$
|
|
10990
|
+
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; }
|
|
10430
10991
|
|
|
10431
10992
|
var SvgLogoQplAltBlack = function SvgLogoQplAltBlack(_ref) {
|
|
10432
10993
|
var title = _ref.title,
|
|
10433
10994
|
titleId = _ref.titleId,
|
|
10434
|
-
props = _objectWithoutProperties$
|
|
10995
|
+
props = _objectWithoutProperties$1f(_ref, _excluded$1D);
|
|
10435
10996
|
|
|
10436
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
10997
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1g({
|
|
10437
10998
|
viewBox: "0 0 250 134",
|
|
10438
10999
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11000
|
+
role: "img",
|
|
10439
11001
|
"aria-labelledby": titleId
|
|
10440
11002
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
10441
11003
|
id: titleId
|
|
@@ -10446,23 +11008,24 @@ var SvgLogoQplAltBlack = function SvgLogoQplAltBlack(_ref) {
|
|
|
10446
11008
|
|
|
10447
11009
|
var _path$$;
|
|
10448
11010
|
|
|
10449
|
-
var _excluded$
|
|
11011
|
+
var _excluded$1E = ["title", "titleId"];
|
|
10450
11012
|
|
|
10451
|
-
function _extends$
|
|
11013
|
+
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); }
|
|
10452
11014
|
|
|
10453
|
-
function _objectWithoutProperties$
|
|
11015
|
+
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; }
|
|
10454
11016
|
|
|
10455
|
-
function _objectWithoutPropertiesLoose$
|
|
11017
|
+
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; }
|
|
10456
11018
|
|
|
10457
11019
|
var SvgLogoQplAltWhite = function SvgLogoQplAltWhite(_ref) {
|
|
10458
11020
|
var title = _ref.title,
|
|
10459
11021
|
titleId = _ref.titleId,
|
|
10460
|
-
props = _objectWithoutProperties$
|
|
11022
|
+
props = _objectWithoutProperties$1g(_ref, _excluded$1E);
|
|
10461
11023
|
|
|
10462
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
11024
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1h({
|
|
10463
11025
|
viewBox: "0 0 250 134",
|
|
10464
11026
|
fill: "#fff",
|
|
10465
11027
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11028
|
+
role: "img",
|
|
10466
11029
|
"aria-labelledby": titleId
|
|
10467
11030
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
10468
11031
|
id: titleId
|
|
@@ -10473,22 +11036,23 @@ var SvgLogoQplAltWhite = function SvgLogoQplAltWhite(_ref) {
|
|
|
10473
11036
|
|
|
10474
11037
|
var _path$10, _path2$o, _path3$f, _path4$4, _path5$3;
|
|
10475
11038
|
|
|
10476
|
-
var _excluded$
|
|
11039
|
+
var _excluded$1F = ["title", "titleId"];
|
|
10477
11040
|
|
|
10478
|
-
function _extends$
|
|
11041
|
+
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); }
|
|
10479
11042
|
|
|
10480
|
-
function _objectWithoutProperties$
|
|
11043
|
+
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; }
|
|
10481
11044
|
|
|
10482
|
-
function _objectWithoutPropertiesLoose$
|
|
11045
|
+
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; }
|
|
10483
11046
|
|
|
10484
11047
|
var SvgLogoQplBlack = function SvgLogoQplBlack(_ref) {
|
|
10485
11048
|
var title = _ref.title,
|
|
10486
11049
|
titleId = _ref.titleId,
|
|
10487
|
-
props = _objectWithoutProperties$
|
|
11050
|
+
props = _objectWithoutProperties$1h(_ref, _excluded$1F);
|
|
10488
11051
|
|
|
10489
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
11052
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1i({
|
|
10490
11053
|
viewBox: "0 0 320 43",
|
|
10491
11054
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11055
|
+
role: "img",
|
|
10492
11056
|
"aria-labelledby": titleId
|
|
10493
11057
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
10494
11058
|
id: titleId
|
|
@@ -10513,29 +11077,30 @@ var SvgLogoQplBlack = function SvgLogoQplBlack(_ref) {
|
|
|
10513
11077
|
})));
|
|
10514
11078
|
};
|
|
10515
11079
|
|
|
10516
|
-
var _g$
|
|
11080
|
+
var _g$e, _defs$7;
|
|
10517
11081
|
|
|
10518
|
-
var _excluded$
|
|
11082
|
+
var _excluded$1G = ["title", "titleId"];
|
|
10519
11083
|
|
|
10520
|
-
function _extends$
|
|
11084
|
+
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); }
|
|
10521
11085
|
|
|
10522
|
-
function _objectWithoutProperties$
|
|
11086
|
+
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; }
|
|
10523
11087
|
|
|
10524
|
-
function _objectWithoutPropertiesLoose$
|
|
11088
|
+
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; }
|
|
10525
11089
|
|
|
10526
11090
|
var SvgLogoQplColor = function SvgLogoQplColor(_ref) {
|
|
10527
11091
|
var title = _ref.title,
|
|
10528
11092
|
titleId = _ref.titleId,
|
|
10529
|
-
props = _objectWithoutProperties$
|
|
11093
|
+
props = _objectWithoutProperties$1i(_ref, _excluded$1G);
|
|
10530
11094
|
|
|
10531
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
11095
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1j({
|
|
10532
11096
|
viewBox: "0 0 355 48",
|
|
10533
11097
|
fill: "none",
|
|
10534
11098
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11099
|
+
role: "img",
|
|
10535
11100
|
"aria-labelledby": titleId
|
|
10536
11101
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
10537
11102
|
id: titleId
|
|
10538
|
-
}, title) : null, _g$
|
|
11103
|
+
}, title) : null, _g$e || (_g$e = /*#__PURE__*/React.createElement("g", {
|
|
10539
11104
|
clipPath: "url(#logo-qpl-color_svg__a)"
|
|
10540
11105
|
}, /*#__PURE__*/React.createElement("path", {
|
|
10541
11106
|
fillRule: "evenodd",
|
|
@@ -10565,7 +11130,7 @@ var SvgLogoQplColor = function SvgLogoQplColor(_ref) {
|
|
|
10565
11130
|
}), /*#__PURE__*/React.createElement("path", {
|
|
10566
11131
|
d: "M65.945 32.481a.78.78 0 0 1 .033 1.395l-.856.485c-.312.18-.727.132-1.014-.039l-3.648-2.067c-.998.41-2.115.624-3.34.624-4.587 0-8.236-3.629-8.236-8.19a8.202 8.202 0 0 1 8.236-8.237 8.221 8.221 0 0 1 8.259 8.236c0 2.144-.916 4.438-2.547 6.016l3.113 1.777Zm99.688-7.709a2.962 2.962 0 0 0 2.953-2.96c0-1.522-1.326-2.74-2.953-2.74h-3.107v5.7h3.107Zm-3.107 7.104a.803.803 0 0 1-.79.786h-.832a.787.787 0 0 1-.791-.786v-14.42c0-.429.347-.787.79-.787h4.839c2.896 0 5.28 2.342 5.28 5.185 0 2.901-2.372 5.276-5.257 5.276h-3.239v4.746Zm12.624-14.42c0-.425.365-.787.791-.787h.832c.444 0 .791.358.791.786v9.083c0 2.384 1.485 4.05 3.742 4.05 2.29 0 3.785-1.636 3.785-4.006v-9.126c0-.428.348-.786.79-.786h.834c.426 0 .79.362.79.786v9.213c0 3.571-2.585 6.212-6.2 6.212-3.591 0-6.155-2.64-6.155-6.212v-9.213Zm23.645 6.051c1.395 0 2.251-.94 2.251-2.348 0-1.405-.815-2.24-2.251-2.24H195.6v4.59h3.195v-.002Zm.372 6.95c1.378 0 2.384-1.018 2.384-2.394 0-1.296-1.207-2.306-2.756-2.306h-3.239v4.7H199.167Zm4.972-2.373c0 2.674-2.144 4.578-5.148 4.578h-4.992a.79.79 0 0 1-.79-.788V17.455c0-.427.347-.785.79-.785h4.796c2.832 0 4.863 1.845 4.863 4.38 0 1.393-.71 2.62-1.767 3.432 1.36.747 2.248 1.954 2.248 3.603Zm13.305 2.372c.444 0 .792.358.792.786v.633a.784.784 0 0 1-.233.558.785.785 0 0 1-.559.23h-7.576a.79.79 0 0 1-.79-.788v-14.42c0-.427.348-.785.79-.785h.855c.426 0 .79.362.79.786v13h5.931Zm4.57-13c0-.424.365-.787.79-.787h.877c.426 0 .792.362.792.786v14.42a.805.805 0 0 1-.792.787h-.877a.804.804 0 0 1-.79-.788V17.455Zm15.525-1.004c2.162 0 3.857.685 5.565 2.134.32.32.344.815.021 1.138l-.563.557c-.324.403-.756.378-1.109.028-1.107-.955-2.582-1.543-3.936-1.543-3.19 0-5.734 2.664-5.734 5.9 0 3.217 2.548 5.878 5.734 5.878 1.523 0 2.425-.408 3.948-1.552.322-.255.676-.278 1.01-.052l.634.568c.37.278.327.842.012 1.155-1.514 1.461-3.47 2.218-5.582 2.218-4.594 0-8.28-3.639-8.28-8.193 0-4.562 3.694-8.236 8.28-8.236Zm27.593 14.005c.444 0 .792.358.792.786v.632a.784.784 0 0 1-.233.558.785.785 0 0 1-.559.23h-7.576a.79.79 0 0 1-.79-.788v-14.42c0-.427.346-.785.79-.785h.855c.425 0 .79.363.79.786v13h5.931v.001Zm4.57-13c0-.425.364-.787.79-.787h.875c.427 0 .792.362.792.786v14.42a.805.805 0 0 1-.792.787h-.875a.802.802 0 0 1-.79-.789V17.455v.001Zm13.947 6.051c1.396 0 2.252-.94 2.252-2.348 0-1.405-.815-2.24-2.252-2.24h-3.195v4.59h3.195v-.002Zm.372 6.95c1.378 0 2.384-1.018 2.384-2.394 0-1.296-1.207-2.306-2.756-2.306h-3.238v4.7h3.61Zm4.973-2.373c0 2.674-2.145 4.578-5.149 4.578h-4.991a.792.792 0 0 1-.792-.788v-14.42c0-.427.348-.785.792-.785h4.795c2.833 0 4.864 1.845 4.864 4.38 0 1.393-.71 2.62-1.768 3.432 1.36.747 2.249 1.954 2.249 3.603Zm11.291-3.574c1.509 0 2.778-1.257 2.778-2.807 0-1.443-1.292-2.698-2.778-2.698h-3.873v5.505h3.873Zm-3.915 7.364a.803.803 0 0 1-.79.786h-.855a.787.787 0 0 1-.791-.786v-14.42c0-.429.347-.786.79-.786h5.671c2.847 0 5.149 2.224 5.149 5.012 0 1.978-1.21 3.72-3.093 4.622l2.808 5.177c.291.54-.053 1.181-.704 1.181h-1.116a.75.75 0 0 1-.685-.4l-2.808-5.567h-3.576v5.181Zm20.953-8.192a772.62 772.62 0 0 0-1.342-3.004l-2.708 6.052h5.412a687.64 687.64 0 0 1-1.362-3.048Zm-2.137-6.789a.759.759 0 0 1 .706-.443h.22c.33 0 .57.174.714.46l6.612 14.655c.247.533-.115 1.096-.714 1.096h-.876a.768.768 0 0 1-.714-.46l-1.52-3.374h-7.287l-1.494 3.36a.774.774 0 0 1-.722.474h-.875c-.598 0-.96-.562-.714-1.094l6.664-14.674Zm18.459 7.616c1.508 0 2.777-1.257 2.777-2.807 0-1.443-1.292-2.698-2.777-2.698h-3.873v5.505h3.873Zm-3.918 7.365a.803.803 0 0 1-.79.786h-.855a.787.787 0 0 1-.791-.786v-14.42c0-.428.348-.786.79-.786h5.672c2.847 0 5.149 2.224 5.149 5.012 0 1.977-1.211 3.72-3.093 4.622l2.808 5.178c.29.54-.054 1.18-.704 1.18h-1.117a.744.744 0 0 1-.685-.4l-2.807-5.567h-3.577v5.181Zm12.088-14.006a.773.773 0 0 1 .67-1.2h1.028c.267 0 .499.147.654.35l4.12 5.66 4.123-5.665a.824.824 0 0 1 .65-.345h1.03c.642 0 1 .665.653 1.225l-5.271 7.155v6.826a.806.806 0 0 1-.791.788h-.855a.79.79 0 0 1-.79-.788V25.07l-5.221-7.2Zm-271.826-.365c0-.423.364-.785.79-.785h.832c.445 0 .792.357.792.785v9.084c0 2.384 1.484 4.05 3.742 4.05 2.289 0 3.785-1.636 3.785-4.006v-9.128c0-.428.347-.785.79-.785h.833c.426 0 .79.362.79.785v9.215c0 3.57-2.584 6.21-6.198 6.21-3.593 0-6.156-2.639-6.156-6.21v-9.215Zm27.476 13.001c.444 0 .792.358.792.787v.632a.79.79 0 0 1-.792.787h-8.627a.79.79 0 0 1-.79-.787v-14.42c0-.428.346-.785.79-.785h8.627c.443 0 .792.357.792.785v.632a.791.791 0 0 1-.792.788h-6.982v4.57h5.91c.425 0 .79.362.79.784v.632c0 .442-.36.787-.79.787h-5.91v4.808h6.982Zm15.147 0c.444 0 .792.358.792.787v.632a.793.793 0 0 1-.792.787h-8.628a.79.79 0 0 1-.79-.787v-14.42c0-.427.347-.785.79-.785h8.628c.444 0 .792.357.792.785v.632a.784.784 0 0 1-.233.558.785.785 0 0 1-.559.23h-6.983v4.57h5.91c.426 0 .791.362.791.784v.632c0 .442-.36.787-.79.787h-5.91v4.808h6.982Zm8.077 1.42a.78.78 0 0 1-.232.557.8.8 0 0 1-.558.23h-.767a.8.8 0 0 1-.79-.788V17.266c0-.427.365-.765.79-.765h.368a.75.75 0 0 1 .585.28l9.139 11.326V17.505c0-.427.347-.786.79-.786h.767c.426 0 .792.363.792.786v14.66c0 .426-.367.765-.792.765h-.213a.752.752 0 0 1-.585-.28l-9.294-11.54v10.815Zm15.855-2.074.03-.04c.04-.05.076-.094.155-.195.085-.11.123-.158.163-.204.377-.492.834-.66 1.309-.253l.118.104a7 7 0 0 0 .925.685c.785.487 1.602.775 2.412.775 1.51 0 2.56-.899 2.56-2.024 0-1.189-.964-2-3.607-3.098-2.96-1.286-4.08-2.444-4.08-4.85 0-2.245 1.87-4.25 5.04-4.25.97.007 1.929.205 2.822.584.307.128.583.264.825.402.148.083.253.15.266.164.415.208.622.732.276 1.28-.032.048-.06.091-.122.191l-.003.006a8.212 8.212 0 0 1-.135.211c-.31.482-.751.608-1.265.32-.009-.004-.206-.123-.305-.18a7.769 7.769 0 0 0-.585-.305c-.585-.272-1.156-.442-1.675-.466a2.67 2.67 0 0 0-.12-.003c-1.75 0-2.647.935-2.647 2.023 0 1.156.806 1.933 2.721 2.727 3.68 1.49 5.096 2.734 5.096 5.18 0 2.442-2.292 4.294-5.105 4.294a7.273 7.273 0 0 1-3.344-.825 7.02 7.02 0 0 1-1.523-1.03l-.046-.04c-.365-.323-.47-.69-.156-1.183Zm-79.424.758c3.28 0 5.974-2.668 5.974-5.92 0-3.263-2.704-5.967-5.974-5.967-3.266 0-5.952 2.7-5.952 5.966 0 3.257 2.677 5.92 5.952 5.92v.001Z",
|
|
10567
11132
|
fill: "#422980"
|
|
10568
|
-
}))), _defs$
|
|
11133
|
+
}))), _defs$7 || (_defs$7 = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
10569
11134
|
id: "logo-qpl-color_svg__a"
|
|
10570
11135
|
}, /*#__PURE__*/React.createElement("path", {
|
|
10571
11136
|
fill: "#fff",
|
|
@@ -10576,23 +11141,24 @@ var SvgLogoQplColor = function SvgLogoQplColor(_ref) {
|
|
|
10576
11141
|
|
|
10577
11142
|
var _path$11, _path2$p, _path3$g, _path4$5, _path5$4;
|
|
10578
11143
|
|
|
10579
|
-
var _excluded$
|
|
11144
|
+
var _excluded$1H = ["title", "titleId"];
|
|
10580
11145
|
|
|
10581
|
-
function _extends$
|
|
11146
|
+
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); }
|
|
10582
11147
|
|
|
10583
|
-
function _objectWithoutProperties$
|
|
11148
|
+
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; }
|
|
10584
11149
|
|
|
10585
|
-
function _objectWithoutPropertiesLoose$
|
|
11150
|
+
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; }
|
|
10586
11151
|
|
|
10587
11152
|
var SvgLogoQplWhite = function SvgLogoQplWhite(_ref) {
|
|
10588
11153
|
var title = _ref.title,
|
|
10589
11154
|
titleId = _ref.titleId,
|
|
10590
|
-
props = _objectWithoutProperties$
|
|
11155
|
+
props = _objectWithoutProperties$1j(_ref, _excluded$1H);
|
|
10591
11156
|
|
|
10592
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
11157
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1k({
|
|
10593
11158
|
viewBox: "0 0 320 43",
|
|
10594
11159
|
fill: "#fff",
|
|
10595
11160
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11161
|
+
role: "img",
|
|
10596
11162
|
"aria-labelledby": titleId
|
|
10597
11163
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
10598
11164
|
id: titleId
|
|
@@ -10619,23 +11185,24 @@ var SvgLogoQplWhite = function SvgLogoQplWhite(_ref) {
|
|
|
10619
11185
|
|
|
10620
11186
|
var _path$12, _path2$q, _path3$h, _path4$6, _path5$5;
|
|
10621
11187
|
|
|
10622
|
-
var _excluded$
|
|
11188
|
+
var _excluded$1I = ["title", "titleId"];
|
|
10623
11189
|
|
|
10624
|
-
function _extends$
|
|
11190
|
+
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); }
|
|
10625
11191
|
|
|
10626
|
-
function _objectWithoutProperties$
|
|
11192
|
+
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; }
|
|
10627
11193
|
|
|
10628
|
-
function _objectWithoutPropertiesLoose$
|
|
11194
|
+
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; }
|
|
10629
11195
|
|
|
10630
11196
|
var SvgLogoReservoirIconColor = function SvgLogoReservoirIconColor(_ref) {
|
|
10631
11197
|
var title = _ref.title,
|
|
10632
11198
|
titleId = _ref.titleId,
|
|
10633
|
-
props = _objectWithoutProperties$
|
|
11199
|
+
props = _objectWithoutProperties$1k(_ref, _excluded$1I);
|
|
10634
11200
|
|
|
10635
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
11201
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1l({
|
|
10636
11202
|
viewBox: "0 0 105 129",
|
|
10637
11203
|
fill: "none",
|
|
10638
11204
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11205
|
+
role: "img",
|
|
10639
11206
|
"aria-labelledby": titleId
|
|
10640
11207
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
10641
11208
|
id: titleId
|
|
@@ -10657,29 +11224,30 @@ var SvgLogoReservoirIconColor = function SvgLogoReservoirIconColor(_ref) {
|
|
|
10657
11224
|
})));
|
|
10658
11225
|
};
|
|
10659
11226
|
|
|
10660
|
-
var _g$
|
|
11227
|
+
var _g$f;
|
|
10661
11228
|
|
|
10662
|
-
var _excluded$
|
|
11229
|
+
var _excluded$1J = ["title", "titleId"];
|
|
10663
11230
|
|
|
10664
|
-
function _extends$
|
|
11231
|
+
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); }
|
|
10665
11232
|
|
|
10666
|
-
function _objectWithoutProperties$
|
|
11233
|
+
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; }
|
|
10667
11234
|
|
|
10668
|
-
function _objectWithoutPropertiesLoose$
|
|
11235
|
+
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; }
|
|
10669
11236
|
|
|
10670
11237
|
var SvgLogoReservoirVerticalColor = function SvgLogoReservoirVerticalColor(_ref) {
|
|
10671
11238
|
var title = _ref.title,
|
|
10672
11239
|
titleId = _ref.titleId,
|
|
10673
|
-
props = _objectWithoutProperties$
|
|
11240
|
+
props = _objectWithoutProperties$1l(_ref, _excluded$1J);
|
|
10674
11241
|
|
|
10675
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
11242
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1m({
|
|
10676
11243
|
viewBox: "0 0 234 261",
|
|
10677
11244
|
fill: "none",
|
|
10678
11245
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11246
|
+
role: "img",
|
|
10679
11247
|
"aria-labelledby": titleId
|
|
10680
11248
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
10681
11249
|
id: titleId
|
|
10682
|
-
}, title) : null, _g$
|
|
11250
|
+
}, title) : null, _g$f || (_g$f = /*#__PURE__*/React.createElement("g", {
|
|
10683
11251
|
clipPath: "url(#logo-reservoir-vertical-color_svg__clip0_362_388)"
|
|
10684
11252
|
}, /*#__PURE__*/React.createElement("path", {
|
|
10685
11253
|
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",
|
|
@@ -10698,22 +11266,23 @@ var SvgLogoReservoirVerticalColor = function SvgLogoReservoirVerticalColor(_ref)
|
|
|
10698
11266
|
|
|
10699
11267
|
var _path$13, _path2$r, _path3$i, _path4$7, _path5$6;
|
|
10700
11268
|
|
|
10701
|
-
var _excluded$
|
|
11269
|
+
var _excluded$1K = ["title", "titleId"];
|
|
10702
11270
|
|
|
10703
|
-
function _extends$
|
|
11271
|
+
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); }
|
|
10704
11272
|
|
|
10705
|
-
function _objectWithoutProperties$
|
|
11273
|
+
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; }
|
|
10706
11274
|
|
|
10707
|
-
function _objectWithoutPropertiesLoose$
|
|
11275
|
+
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; }
|
|
10708
11276
|
|
|
10709
11277
|
var SvgLogoSchomburgBlack = function SvgLogoSchomburgBlack(_ref) {
|
|
10710
11278
|
var title = _ref.title,
|
|
10711
11279
|
titleId = _ref.titleId,
|
|
10712
|
-
props = _objectWithoutProperties$
|
|
11280
|
+
props = _objectWithoutProperties$1m(_ref, _excluded$1K);
|
|
10713
11281
|
|
|
10714
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
11282
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1n({
|
|
10715
11283
|
viewBox: "0 0 185 79",
|
|
10716
11284
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11285
|
+
role: "img",
|
|
10717
11286
|
"aria-labelledby": titleId
|
|
10718
11287
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
10719
11288
|
id: titleId
|
|
@@ -10732,22 +11301,23 @@ var SvgLogoSchomburgBlack = function SvgLogoSchomburgBlack(_ref) {
|
|
|
10732
11301
|
|
|
10733
11302
|
var _path$14, _path2$s, _path3$j, _path4$8, _path5$7;
|
|
10734
11303
|
|
|
10735
|
-
var _excluded$
|
|
11304
|
+
var _excluded$1L = ["title", "titleId"];
|
|
10736
11305
|
|
|
10737
|
-
function _extends$
|
|
11306
|
+
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); }
|
|
10738
11307
|
|
|
10739
|
-
function _objectWithoutProperties$
|
|
11308
|
+
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; }
|
|
10740
11309
|
|
|
10741
|
-
function _objectWithoutPropertiesLoose$
|
|
11310
|
+
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; }
|
|
10742
11311
|
|
|
10743
11312
|
var SvgLogoSchomburgCircleBlack = function SvgLogoSchomburgCircleBlack(_ref) {
|
|
10744
11313
|
var title = _ref.title,
|
|
10745
11314
|
titleId = _ref.titleId,
|
|
10746
|
-
props = _objectWithoutProperties$
|
|
11315
|
+
props = _objectWithoutProperties$1n(_ref, _excluded$1L);
|
|
10747
11316
|
|
|
10748
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
11317
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1o({
|
|
10749
11318
|
viewBox: "0 0 67 67",
|
|
10750
11319
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11320
|
+
role: "img",
|
|
10751
11321
|
"aria-labelledby": titleId
|
|
10752
11322
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
10753
11323
|
id: titleId
|
|
@@ -10766,23 +11336,24 @@ var SvgLogoSchomburgCircleBlack = function SvgLogoSchomburgCircleBlack(_ref) {
|
|
|
10766
11336
|
|
|
10767
11337
|
var _path$15, _path2$t, _path3$k, _path4$9, _path5$8;
|
|
10768
11338
|
|
|
10769
|
-
var _excluded$
|
|
11339
|
+
var _excluded$1M = ["title", "titleId"];
|
|
10770
11340
|
|
|
10771
|
-
function _extends$
|
|
11341
|
+
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); }
|
|
10772
11342
|
|
|
10773
|
-
function _objectWithoutProperties$
|
|
11343
|
+
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; }
|
|
10774
11344
|
|
|
10775
|
-
function _objectWithoutPropertiesLoose$
|
|
11345
|
+
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; }
|
|
10776
11346
|
|
|
10777
11347
|
var SvgLogoSchomburgCircleColor = function SvgLogoSchomburgCircleColor(_ref) {
|
|
10778
11348
|
var title = _ref.title,
|
|
10779
11349
|
titleId = _ref.titleId,
|
|
10780
|
-
props = _objectWithoutProperties$
|
|
11350
|
+
props = _objectWithoutProperties$1o(_ref, _excluded$1M);
|
|
10781
11351
|
|
|
10782
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
11352
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1p({
|
|
10783
11353
|
viewBox: "0 0 67 67",
|
|
10784
11354
|
fill: "none",
|
|
10785
11355
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11356
|
+
role: "img",
|
|
10786
11357
|
"aria-labelledby": titleId
|
|
10787
11358
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
10788
11359
|
id: titleId
|
|
@@ -10806,23 +11377,24 @@ var SvgLogoSchomburgCircleColor = function SvgLogoSchomburgCircleColor(_ref) {
|
|
|
10806
11377
|
|
|
10807
11378
|
var _path$16, _path2$u, _path3$l, _path4$a, _path5$9;
|
|
10808
11379
|
|
|
10809
|
-
var _excluded$
|
|
11380
|
+
var _excluded$1N = ["title", "titleId"];
|
|
10810
11381
|
|
|
10811
|
-
function _extends$
|
|
11382
|
+
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); }
|
|
10812
11383
|
|
|
10813
|
-
function _objectWithoutProperties$
|
|
11384
|
+
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; }
|
|
10814
11385
|
|
|
10815
|
-
function _objectWithoutPropertiesLoose$
|
|
11386
|
+
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; }
|
|
10816
11387
|
|
|
10817
11388
|
var SvgLogoSchomburgCircleWhite = function SvgLogoSchomburgCircleWhite(_ref) {
|
|
10818
11389
|
var title = _ref.title,
|
|
10819
11390
|
titleId = _ref.titleId,
|
|
10820
|
-
props = _objectWithoutProperties$
|
|
11391
|
+
props = _objectWithoutProperties$1p(_ref, _excluded$1N);
|
|
10821
11392
|
|
|
10822
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
11393
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1q({
|
|
10823
11394
|
viewBox: "0 0 67 67",
|
|
10824
11395
|
fill: "#fff",
|
|
10825
11396
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11397
|
+
role: "img",
|
|
10826
11398
|
"aria-labelledby": titleId
|
|
10827
11399
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
10828
11400
|
id: titleId
|
|
@@ -10841,23 +11413,24 @@ var SvgLogoSchomburgCircleWhite = function SvgLogoSchomburgCircleWhite(_ref) {
|
|
|
10841
11413
|
|
|
10842
11414
|
var _path$17, _path2$v, _path3$m, _path4$b, _path5$a, _path6$3, _path7$3;
|
|
10843
11415
|
|
|
10844
|
-
var _excluded$
|
|
11416
|
+
var _excluded$1O = ["title", "titleId"];
|
|
10845
11417
|
|
|
10846
|
-
function _extends$
|
|
11418
|
+
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); }
|
|
10847
11419
|
|
|
10848
|
-
function _objectWithoutProperties$
|
|
11420
|
+
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; }
|
|
10849
11421
|
|
|
10850
|
-
function _objectWithoutPropertiesLoose$
|
|
11422
|
+
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; }
|
|
10851
11423
|
|
|
10852
11424
|
var SvgLogoSchomburgColor = function SvgLogoSchomburgColor(_ref) {
|
|
10853
11425
|
var title = _ref.title,
|
|
10854
11426
|
titleId = _ref.titleId,
|
|
10855
|
-
props = _objectWithoutProperties$
|
|
11427
|
+
props = _objectWithoutProperties$1q(_ref, _excluded$1O);
|
|
10856
11428
|
|
|
10857
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
11429
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1r({
|
|
10858
11430
|
viewBox: "0 0 185 79",
|
|
10859
11431
|
fill: "none",
|
|
10860
11432
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11433
|
+
role: "img",
|
|
10861
11434
|
"aria-labelledby": titleId
|
|
10862
11435
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
10863
11436
|
id: titleId
|
|
@@ -10887,23 +11460,24 @@ var SvgLogoSchomburgColor = function SvgLogoSchomburgColor(_ref) {
|
|
|
10887
11460
|
|
|
10888
11461
|
var _path$18, _path2$w, _path3$n, _path4$c, _path5$b;
|
|
10889
11462
|
|
|
10890
|
-
var _excluded$
|
|
11463
|
+
var _excluded$1P = ["title", "titleId"];
|
|
10891
11464
|
|
|
10892
|
-
function _extends$
|
|
11465
|
+
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); }
|
|
10893
11466
|
|
|
10894
|
-
function _objectWithoutProperties$
|
|
11467
|
+
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; }
|
|
10895
11468
|
|
|
10896
|
-
function _objectWithoutPropertiesLoose$
|
|
11469
|
+
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; }
|
|
10897
11470
|
|
|
10898
11471
|
var SvgLogoSchomburgWhite = function SvgLogoSchomburgWhite(_ref) {
|
|
10899
11472
|
var title = _ref.title,
|
|
10900
11473
|
titleId = _ref.titleId,
|
|
10901
|
-
props = _objectWithoutProperties$
|
|
11474
|
+
props = _objectWithoutProperties$1r(_ref, _excluded$1P);
|
|
10902
11475
|
|
|
10903
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
11476
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1s({
|
|
10904
11477
|
viewBox: "0 0 185 79",
|
|
10905
11478
|
fill: "#fff",
|
|
10906
11479
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11480
|
+
role: "img",
|
|
10907
11481
|
"aria-labelledby": titleId
|
|
10908
11482
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
10909
11483
|
id: titleId
|
|
@@ -10920,28 +11494,29 @@ var SvgLogoSchomburgWhite = function SvgLogoSchomburgWhite(_ref) {
|
|
|
10920
11494
|
})));
|
|
10921
11495
|
};
|
|
10922
11496
|
|
|
10923
|
-
var _g$
|
|
11497
|
+
var _g$g, _defs$8;
|
|
10924
11498
|
|
|
10925
|
-
var _excluded$
|
|
11499
|
+
var _excluded$1Q = ["title", "titleId"];
|
|
10926
11500
|
|
|
10927
|
-
function _extends$
|
|
11501
|
+
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); }
|
|
10928
11502
|
|
|
10929
|
-
function _objectWithoutProperties$
|
|
11503
|
+
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; }
|
|
10930
11504
|
|
|
10931
|
-
function _objectWithoutPropertiesLoose$
|
|
11505
|
+
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; }
|
|
10932
11506
|
|
|
10933
11507
|
var SvgLogoSimplyeBlack = function SvgLogoSimplyeBlack(_ref) {
|
|
10934
11508
|
var title = _ref.title,
|
|
10935
11509
|
titleId = _ref.titleId,
|
|
10936
|
-
props = _objectWithoutProperties$
|
|
11510
|
+
props = _objectWithoutProperties$1s(_ref, _excluded$1Q);
|
|
10937
11511
|
|
|
10938
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
11512
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1t({
|
|
10939
11513
|
viewBox: "0 0 512 148",
|
|
10940
11514
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11515
|
+
role: "img",
|
|
10941
11516
|
"aria-labelledby": titleId
|
|
10942
11517
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
10943
11518
|
id: titleId
|
|
10944
|
-
}, title) : null, _g$
|
|
11519
|
+
}, title) : null, _g$g || (_g$g = /*#__PURE__*/React.createElement("g", {
|
|
10945
11520
|
clipPath: "url(#logo-simplye-black_svg__a)"
|
|
10946
11521
|
}, /*#__PURE__*/React.createElement("path", {
|
|
10947
11522
|
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"
|
|
@@ -10949,7 +11524,7 @@ var SvgLogoSimplyeBlack = function SvgLogoSimplyeBlack(_ref) {
|
|
|
10949
11524
|
d: "M6.382 25.48c-.529-.595-.54-1.44.216-1.69L58.999 6.462a.944.944 0 0 1 1.241.897.985.985 0 0 0 .93.945c.415.059.835.075 1.254.05a.997.997 0 0 0 1.008-.94l-.002-5.403a1.172 1.172 0 0 0-.496-.989 1.077 1.077 0 0 0-.893-.152L3.346 20.342c-2.26.731-2.344 1.05-2.344 3.478l.006 100.104c.003.096.016.19.04.283.93 3.738 5.241 5.003 5.241 5.003 4.256 1.615 6.45 2.064 10.304.726 0 0 .086-99.525.035-99.962a.28.28 0 0 0-.229-.243c-.41-.077-6.585-.386-10.017-4.25"
|
|
10950
11525
|
}), /*#__PURE__*/React.createElement("path", {
|
|
10951
11526
|
d: "M112.969 28.139a.946.946 0 0 0-1.242-.897L65.072 42.744c-12.007 3.546-12.608 3.957-16.436 2.548a10.762 10.762 0 0 1-4.804-3.209c-.487-.63-.489-1.441.267-1.691l52.402-17.327a.946.946 0 0 1 1.24.897.984.984 0 0 0 .93.946c.415.054.833.07 1.25.05a.99.99 0 0 0 1.013-.941l-.003-5.419a1.01 1.01 0 0 0-.557-1.008.99.99 0 0 0-.831-.117L40.848 36.944c-2.26.732-2.663 1.005-2.663 3.432l.02 97.48c0 .096.004 1.042.002 1.138-.059 3.155 3.655 4.911 5.418 5.699a14.107 14.107 0 0 0 10.47.824l58.236-18.912a.945.945 0 0 0 .638-.894v-18.715a.948.948 0 0 0-.783-.93.942.942 0 0 0-.435.027l-46.7 15.307a.986.986 0 0 1-1.265-.917v-16.534a.944.944 0 0 1 .672-.904l47.793-15.656c.581-.213.718-.312.718-.808l-.037-19.111a.91.91 0 0 0-1.224-.756l-46.771 15.49c-.603.174-1.15-.439-1.15-1.067l.071-16.602a.945.945 0 0 1 .656-.9l47.895-15.902c.391-.125.555-.68.555-1.091l.005-18.504ZM193.94 91.63c.043 3.264-.609 6.5-1.911 9.494a19.556 19.556 0 0 1-5.499 7.236 25.79 25.79 0 0 1-8.742 4.574 38.338 38.338 0 0 1-11.52 1.621 41.503 41.503 0 0 1-8.569-.811 43.232 43.232 0 0 1-6.773-1.968 31.143 31.143 0 0 1-5.094-2.49 32.82 32.82 0 0 1-3.416-2.373l6.947-11.347c.463.31 1.158.792 2.084 1.447a20.297 20.297 0 0 0 3.473 1.911 33.661 33.661 0 0 0 4.864 1.679c2.003.521 4.066.774 6.136.752 3.937 0 6.967-.868 9.089-2.605a7.893 7.893 0 0 0 3.184-6.31 6.703 6.703 0 0 0-1.447-4.342 13.8 13.8 0 0 0-3.821-3.184 48.838 48.838 0 0 0-5.5-2.721 95.44 95.44 0 0 1-6.484-3.068 49.257 49.257 0 0 1-6.599-3.821 25.536 25.536 0 0 1-5.211-4.747 20.55 20.55 0 0 1-3.473-6.195 24.361 24.361 0 0 1-1.274-8.278 19.651 19.651 0 0 1 1.969-8.916 20.53 20.53 0 0 1 5.326-6.715 24.22 24.22 0 0 1 7.873-4.284 30.599 30.599 0 0 1 9.726-1.505c2.813-.03 5.624.202 8.394.694 2.181.398 4.329.96 6.426 1.68a26.533 26.533 0 0 1 4.631 2.083 41.813 41.813 0 0 1 3.126 2.027l-6.599 11.462a32.073 32.073 0 0 0-2.547-1.505 24.885 24.885 0 0 0-3.474-1.505 38.012 38.012 0 0 0-4.284-1.216 21.567 21.567 0 0 0-4.747-.521 12.53 12.53 0 0 0-7.526 2.026 6.912 6.912 0 0 0-2.779 5.963 6.563 6.563 0 0 0 1.101 3.88 11.19 11.19 0 0 0 3.01 2.836 30.206 30.206 0 0 0 4.515 2.431c1.737.773 3.609 1.622 5.616 2.547a110.48 110.48 0 0 1 7.41 3.706 26.855 26.855 0 0 1 6.31 4.747 21.065 21.065 0 0 1 6.079 15.63ZM220.454 40.221a8.972 8.972 0 0 1-2.721 6.484 9.097 9.097 0 0 1-6.773 2.78 8.91 8.91 0 0 1-6.716-2.78 9.064 9.064 0 0 1-2.663-6.483 8.684 8.684 0 0 1 2.663-6.369 9.097 9.097 0 0 1 6.716-2.663 9.294 9.294 0 0 1 6.773 2.663 8.596 8.596 0 0 1 2.721 6.368Zm-17.252 72.944V56.779h15.515v56.386h-15.515ZM275.449 64.305a30.007 30.007 0 0 1 7.643-6.484 20.409 20.409 0 0 1 10.42-2.432 18.358 18.358 0 0 1 7.584 1.39 13.05 13.05 0 0 1 4.978 3.82 14.903 14.903 0 0 1 2.721 5.79 31.09 31.09 0 0 1 .81 7.294v39.482h-15.398V76.809a11.606 11.606 0 0 0-1.447-6.368c-.967-1.465-2.723-2.199-5.268-2.2a9.43 9.43 0 0 0-3.474.637c-1.037.4-2.012.946-2.895 1.62a20.225 20.225 0 0 0-2.315 2.085 74.01 74.01 0 0 0-1.853 2.026v38.556h-15.399V76.809c0-2.855-.521-4.997-1.564-6.426-1.041-1.427-2.72-2.141-5.036-2.142a8.78 8.78 0 0 0-3.878.868 14.06 14.06 0 0 0-3.127 2.026 15.322 15.322 0 0 0-2.2 2.316 73.736 73.736 0 0 1-1.331 1.737v37.977h-15.399V56.779h15.051v6.946a73.305 73.305 0 0 1 2.548-2.662 17.54 17.54 0 0 1 3.589-2.721 24.398 24.398 0 0 1 4.747-2.084 19.363 19.363 0 0 1 6.021-.869c4.013 0 7.159.81 9.437 2.432a14.285 14.285 0 0 1 5.035 6.484ZM371.897 84.914a37.586 37.586 0 0 1-1.853 12.157 27.702 27.702 0 0 1-5.21 9.321 23.497 23.497 0 0 1-7.989 6.02 23.991 23.991 0 0 1-10.19 2.143 20.801 20.801 0 0 1-8.336-1.39 19.832 19.832 0 0 1-4.632-2.663v28.02h-15.398V56.779h15.052v5.904a21.67 21.67 0 0 1 6.078-5.094 18.72 18.72 0 0 1 9.553-2.2c7.178 0 12.794 2.547 16.846 7.642 4.052 5.094 6.078 12.389 6.079 21.883Zm-16.326 0c0-5.326-.926-9.533-2.779-12.62a9.202 9.202 0 0 0-8.452-4.632 10.535 10.535 0 0 0-3.937.695c-1.095.43-2.142.974-3.126 1.62-.831.538-1.59 1.18-2.257 1.911a44.486 44.486 0 0 0-1.332 1.563v25.357a24.172 24.172 0 0 0 3.763 2.547 12.078 12.078 0 0 0 5.963 1.274 10.195 10.195 0 0 0 9.031-4.69c2.084-3.125 3.126-7.467 3.126-13.025ZM380.929 113.165V29.801h15.399v83.364h-15.399ZM402.811 56.779h16.441l12.505 37.166h.579l11.463-37.166h15.862l-23.272 62.407a64.516 64.516 0 0 1-4.053 8.916 25.026 25.026 0 0 1-5.21 6.599 21.354 21.354 0 0 1-7.121 4.111 29.982 29.982 0 0 1-9.9 1.447 31.243 31.243 0 0 1-5.673-.405c-1.389-.272-2.392-.484-3.01-.637l2.199-12.157a8.43 8.43 0 0 0 1.737.405c1.23.14 2.468.197 3.705.173 3.937 0 6.793-.888 8.568-2.663a19.126 19.126 0 0 0 4.284-7.178l2.084-5.79-21.188-55.228ZM466.725 113.165V36.053h44.461v13.431h-28.368v17.368h25.009v12.736h-25.009v20.146h29.178v13.431h-45.271Z"
|
|
10952
|
-
}))), _defs$
|
|
11527
|
+
}))), _defs$8 || (_defs$8 = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
10953
11528
|
id: "logo-simplye-black_svg__a"
|
|
10954
11529
|
}, /*#__PURE__*/React.createElement("path", {
|
|
10955
11530
|
fill: "#fff",
|
|
@@ -10958,29 +11533,30 @@ var SvgLogoSimplyeBlack = function SvgLogoSimplyeBlack(_ref) {
|
|
|
10958
11533
|
})))));
|
|
10959
11534
|
};
|
|
10960
11535
|
|
|
10961
|
-
var _g$
|
|
11536
|
+
var _g$h, _defs$9;
|
|
10962
11537
|
|
|
10963
|
-
var _excluded$
|
|
11538
|
+
var _excluded$1R = ["title", "titleId"];
|
|
10964
11539
|
|
|
10965
|
-
function _extends$
|
|
11540
|
+
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); }
|
|
10966
11541
|
|
|
10967
|
-
function _objectWithoutProperties$
|
|
11542
|
+
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; }
|
|
10968
11543
|
|
|
10969
|
-
function _objectWithoutPropertiesLoose$
|
|
11544
|
+
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; }
|
|
10970
11545
|
|
|
10971
11546
|
var SvgLogoSimplyeWhite = function SvgLogoSimplyeWhite(_ref) {
|
|
10972
11547
|
var title = _ref.title,
|
|
10973
11548
|
titleId = _ref.titleId,
|
|
10974
|
-
props = _objectWithoutProperties$
|
|
11549
|
+
props = _objectWithoutProperties$1t(_ref, _excluded$1R);
|
|
10975
11550
|
|
|
10976
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
11551
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1u({
|
|
10977
11552
|
viewBox: "0 0 512 148",
|
|
10978
11553
|
fill: "#fff",
|
|
10979
11554
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11555
|
+
role: "img",
|
|
10980
11556
|
"aria-labelledby": titleId
|
|
10981
11557
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
10982
11558
|
id: titleId
|
|
10983
|
-
}, title) : null, _g$
|
|
11559
|
+
}, title) : null, _g$h || (_g$h = /*#__PURE__*/React.createElement("g", {
|
|
10984
11560
|
clipPath: "url(#logo-simplye-white_svg__a)"
|
|
10985
11561
|
}, /*#__PURE__*/React.createElement("path", {
|
|
10986
11562
|
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"
|
|
@@ -10988,7 +11564,7 @@ var SvgLogoSimplyeWhite = function SvgLogoSimplyeWhite(_ref) {
|
|
|
10988
11564
|
d: "M6.382 25.48c-.529-.595-.54-1.44.216-1.69L58.999 6.462a.944.944 0 0 1 1.241.897.985.985 0 0 0 .93.945c.415.059.835.075 1.254.05a.997.997 0 0 0 1.008-.94l-.002-5.403a1.172 1.172 0 0 0-.496-.989 1.077 1.077 0 0 0-.893-.152L3.346 20.342c-2.26.731-2.344 1.05-2.344 3.478l.006 100.104c.003.096.016.19.04.283.93 3.738 5.241 5.003 5.241 5.003 4.256 1.615 6.45 2.064 10.304.726 0 0 .086-99.525.035-99.962a.28.28 0 0 0-.229-.243c-.41-.077-6.585-.386-10.017-4.25"
|
|
10989
11565
|
}), /*#__PURE__*/React.createElement("path", {
|
|
10990
11566
|
d: "M112.969 28.139a.946.946 0 0 0-1.242-.897L65.072 42.744c-12.007 3.546-12.608 3.957-16.436 2.548a10.762 10.762 0 0 1-4.804-3.209c-.487-.63-.489-1.441.267-1.691l52.402-17.327a.946.946 0 0 1 1.24.897.984.984 0 0 0 .93.946c.415.054.833.07 1.25.05a.99.99 0 0 0 1.013-.941l-.003-5.419a1.01 1.01 0 0 0-.557-1.008.99.99 0 0 0-.831-.117L40.848 36.944c-2.26.732-2.663 1.005-2.663 3.432l.02 97.48c0 .096.004 1.042.002 1.138-.059 3.155 3.655 4.911 5.418 5.699a14.107 14.107 0 0 0 10.47.824l58.236-18.912a.945.945 0 0 0 .638-.894v-18.715a.948.948 0 0 0-.783-.93.942.942 0 0 0-.435.027l-46.7 15.307a.986.986 0 0 1-1.265-.917v-16.534a.944.944 0 0 1 .672-.904l47.793-15.656c.581-.213.718-.312.718-.808l-.037-19.111a.91.91 0 0 0-1.224-.756l-46.771 15.49c-.603.174-1.15-.439-1.15-1.067l.071-16.602a.945.945 0 0 1 .656-.9l47.895-15.902c.391-.125.555-.68.555-1.091l.005-18.504ZM193.94 91.63c.043 3.264-.609 6.5-1.911 9.494a19.556 19.556 0 0 1-5.499 7.236 25.79 25.79 0 0 1-8.742 4.574 38.338 38.338 0 0 1-11.52 1.621 41.503 41.503 0 0 1-8.569-.811 43.232 43.232 0 0 1-6.773-1.968 31.143 31.143 0 0 1-5.094-2.49 32.82 32.82 0 0 1-3.416-2.373l6.947-11.347c.463.31 1.158.792 2.084 1.447a20.297 20.297 0 0 0 3.473 1.911 33.661 33.661 0 0 0 4.864 1.679c2.003.521 4.066.774 6.136.752 3.937 0 6.967-.868 9.089-2.605a7.893 7.893 0 0 0 3.184-6.31 6.703 6.703 0 0 0-1.447-4.342 13.8 13.8 0 0 0-3.821-3.184 48.838 48.838 0 0 0-5.5-2.721 95.44 95.44 0 0 1-6.484-3.068 49.257 49.257 0 0 1-6.599-3.821 25.536 25.536 0 0 1-5.211-4.747 20.55 20.55 0 0 1-3.473-6.195 24.361 24.361 0 0 1-1.274-8.278 19.651 19.651 0 0 1 1.969-8.916 20.53 20.53 0 0 1 5.326-6.715 24.22 24.22 0 0 1 7.873-4.284 30.599 30.599 0 0 1 9.726-1.505c2.813-.03 5.624.202 8.394.694 2.181.398 4.329.96 6.426 1.68a26.533 26.533 0 0 1 4.631 2.083 41.813 41.813 0 0 1 3.126 2.027l-6.599 11.462a32.073 32.073 0 0 0-2.547-1.505 24.885 24.885 0 0 0-3.474-1.505 38.012 38.012 0 0 0-4.284-1.216 21.567 21.567 0 0 0-4.747-.521 12.53 12.53 0 0 0-7.526 2.026 6.912 6.912 0 0 0-2.779 5.963 6.563 6.563 0 0 0 1.101 3.88 11.19 11.19 0 0 0 3.01 2.836 30.206 30.206 0 0 0 4.515 2.431c1.737.773 3.609 1.622 5.616 2.547a110.48 110.48 0 0 1 7.41 3.706 26.855 26.855 0 0 1 6.31 4.747 21.065 21.065 0 0 1 6.079 15.63ZM220.454 40.221a8.972 8.972 0 0 1-2.721 6.484 9.097 9.097 0 0 1-6.773 2.78 8.91 8.91 0 0 1-6.716-2.78 9.064 9.064 0 0 1-2.663-6.483 8.684 8.684 0 0 1 2.663-6.369 9.097 9.097 0 0 1 6.716-2.663 9.294 9.294 0 0 1 6.773 2.663 8.596 8.596 0 0 1 2.721 6.368Zm-17.252 72.944V56.779h15.515v56.386h-15.515ZM275.449 64.305a30.007 30.007 0 0 1 7.643-6.484 20.409 20.409 0 0 1 10.42-2.432 18.358 18.358 0 0 1 7.584 1.39 13.05 13.05 0 0 1 4.978 3.82 14.903 14.903 0 0 1 2.721 5.79 31.09 31.09 0 0 1 .81 7.294v39.482h-15.398V76.809a11.606 11.606 0 0 0-1.447-6.368c-.967-1.465-2.723-2.199-5.268-2.2a9.43 9.43 0 0 0-3.474.637c-1.037.4-2.012.946-2.895 1.62a20.225 20.225 0 0 0-2.315 2.085 74.01 74.01 0 0 0-1.853 2.026v38.556h-15.399V76.809c0-2.855-.521-4.997-1.564-6.426-1.041-1.427-2.72-2.141-5.036-2.142a8.78 8.78 0 0 0-3.878.868 14.06 14.06 0 0 0-3.127 2.026 15.322 15.322 0 0 0-2.2 2.316 73.736 73.736 0 0 1-1.331 1.737v37.977h-15.399V56.779h15.051v6.946a73.305 73.305 0 0 1 2.548-2.662 17.54 17.54 0 0 1 3.589-2.721 24.398 24.398 0 0 1 4.747-2.084 19.363 19.363 0 0 1 6.021-.869c4.013 0 7.159.81 9.437 2.432a14.285 14.285 0 0 1 5.035 6.484ZM371.897 84.914a37.586 37.586 0 0 1-1.853 12.157 27.702 27.702 0 0 1-5.21 9.321 23.497 23.497 0 0 1-7.989 6.02 23.991 23.991 0 0 1-10.19 2.143 20.801 20.801 0 0 1-8.336-1.39 19.832 19.832 0 0 1-4.632-2.663v28.02h-15.398V56.779h15.052v5.904a21.67 21.67 0 0 1 6.078-5.094 18.72 18.72 0 0 1 9.553-2.2c7.178 0 12.794 2.547 16.846 7.642 4.052 5.094 6.078 12.389 6.079 21.883Zm-16.326 0c0-5.326-.926-9.533-2.779-12.62a9.202 9.202 0 0 0-8.452-4.632 10.535 10.535 0 0 0-3.937.695c-1.095.43-2.142.974-3.126 1.62-.831.538-1.59 1.18-2.257 1.911a44.486 44.486 0 0 0-1.332 1.563v25.357a24.172 24.172 0 0 0 3.763 2.547 12.078 12.078 0 0 0 5.963 1.274 10.195 10.195 0 0 0 9.031-4.69c2.084-3.125 3.126-7.467 3.126-13.025ZM380.929 113.165V29.801h15.399v83.364h-15.399ZM402.811 56.779h16.441l12.505 37.166h.579l11.463-37.166h15.862l-23.272 62.407a64.516 64.516 0 0 1-4.053 8.916 25.026 25.026 0 0 1-5.21 6.599 21.354 21.354 0 0 1-7.121 4.111 29.982 29.982 0 0 1-9.9 1.447 31.243 31.243 0 0 1-5.673-.405c-1.389-.272-2.392-.484-3.01-.637l2.199-12.157a8.43 8.43 0 0 0 1.737.405c1.23.14 2.468.197 3.705.173 3.937 0 6.793-.888 8.568-2.663a19.126 19.126 0 0 0 4.284-7.178l2.084-5.79-21.188-55.228ZM466.725 113.165V36.053h44.461v13.431h-28.368v17.368h25.009v12.736h-25.009v20.146h29.178v13.431h-45.271Z"
|
|
10991
|
-
}))), _defs$
|
|
11567
|
+
}))), _defs$9 || (_defs$9 = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
10992
11568
|
id: "logo-simplye-white_svg__a"
|
|
10993
11569
|
}, /*#__PURE__*/React.createElement("path", {
|
|
10994
11570
|
transform: "translate(0 .118)",
|
|
@@ -10996,29 +11572,30 @@ var SvgLogoSimplyeWhite = function SvgLogoSimplyeWhite(_ref) {
|
|
|
10996
11572
|
})))));
|
|
10997
11573
|
};
|
|
10998
11574
|
|
|
10999
|
-
var _g$
|
|
11575
|
+
var _g$i, _defs$a;
|
|
11000
11576
|
|
|
11001
|
-
var _excluded$
|
|
11577
|
+
var _excluded$1S = ["title", "titleId"];
|
|
11002
11578
|
|
|
11003
|
-
function _extends$
|
|
11579
|
+
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); }
|
|
11004
11580
|
|
|
11005
|
-
function _objectWithoutProperties$
|
|
11581
|
+
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; }
|
|
11006
11582
|
|
|
11007
|
-
function _objectWithoutPropertiesLoose$
|
|
11583
|
+
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; }
|
|
11008
11584
|
|
|
11009
11585
|
var SvgLogoSimplyeColor = function SvgLogoSimplyeColor(_ref) {
|
|
11010
11586
|
var title = _ref.title,
|
|
11011
11587
|
titleId = _ref.titleId,
|
|
11012
|
-
props = _objectWithoutProperties$
|
|
11588
|
+
props = _objectWithoutProperties$1u(_ref, _excluded$1S);
|
|
11013
11589
|
|
|
11014
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
11590
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1v({
|
|
11015
11591
|
viewBox: "0 0 682 196",
|
|
11016
11592
|
fill: "none",
|
|
11017
11593
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11594
|
+
role: "img",
|
|
11018
11595
|
"aria-labelledby": titleId
|
|
11019
11596
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
11020
11597
|
id: titleId
|
|
11021
|
-
}, title) : null, _g$
|
|
11598
|
+
}, title) : null, _g$i || (_g$i = /*#__PURE__*/React.createElement("g", {
|
|
11022
11599
|
clipPath: "url(#logo-simplye-color_svg__a)"
|
|
11023
11600
|
}, /*#__PURE__*/React.createElement("path", {
|
|
11024
11601
|
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",
|
|
@@ -11032,7 +11609,7 @@ var SvgLogoSimplyeColor = function SvgLogoSimplyeColor(_ref) {
|
|
|
11032
11609
|
}), /*#__PURE__*/React.createElement("path", {
|
|
11033
11610
|
d: "M257.68 121.443c0 4.631-.848 8.852-2.547 12.658-1.698 3.81-4.144 7.024-7.333 9.65-3.19 2.624-7.077 4.657-11.654 6.096-4.581 1.44-9.703 2.162-15.361 2.162-4.221 0-8.028-.362-11.424-1.08-3.396-.721-6.406-1.594-9.03-2.625-2.626-1.027-4.891-2.134-6.793-3.319-1.906-1.181-3.423-2.238-4.554-3.165l9.261-15.128c.619.412 1.546 1.056 2.78 1.93 1.235.876 2.779 1.724 4.631 2.548 1.853.824 4.015 1.569 6.484 2.237 2.47.67 5.196 1.004 8.181 1.004 5.249 0 9.288-1.158 12.12-3.473 2.829-2.316 4.245-5.119 4.245-8.414 0-2.264-.645-4.193-1.929-5.79-1.29-1.593-2.987-3.009-5.096-4.245-2.11-1.235-4.554-2.443-7.332-3.627a127.762 127.762 0 0 1-8.645-4.092c-3.192-1.544-6.124-3.241-8.8-5.093-2.677-1.853-4.993-3.961-6.947-6.33-1.955-2.366-3.499-5.118-4.631-8.259-1.134-3.139-1.698-6.817-1.698-11.038 0-4.424.874-8.387 2.624-11.887 1.75-3.497 4.115-6.484 7.101-8.954 2.984-2.47 6.484-4.372 10.497-5.71 4.015-1.338 8.338-2.009 12.968-2.009 4.219 0 7.951.31 11.193.927 3.241.617 6.097 1.365 8.568 2.239 2.469.876 4.528 1.8 6.175 2.778 1.645.979 3.034 1.879 4.167 2.702l-8.799 15.283c-.926-.617-2.06-1.285-3.395-2.007-1.34-.718-2.884-1.389-4.632-2.008a50.57 50.57 0 0 0-5.712-1.62 28.702 28.702 0 0 0-6.329-.694c-4.221 0-7.565.901-10.034 2.701-2.471 1.803-3.706 4.452-3.706 7.95 0 2.06.487 3.782 1.467 5.172.976 1.39 2.315 2.65 4.013 3.782 1.699 1.134 3.706 2.214 6.022 3.242a601.234 601.234 0 0 1 7.486 3.396 147.494 147.494 0 0 1 9.88 4.94c3.189 1.75 5.994 3.86 8.414 6.329 2.416 2.471 4.373 5.379 5.865 8.723 1.491 3.345 2.239 7.385 2.239 12.118Zm12.349 28.714v-75.18h20.686v75.18h-20.686Zm23.002-97.256c0 3.294-1.211 6.174-3.628 8.645-2.418 2.47-5.429 3.705-9.03 3.705-3.604 0-6.588-1.236-8.955-3.705-2.368-2.47-3.55-5.35-3.55-8.645 0-3.293 1.182-6.123 3.55-8.49 2.367-2.367 5.351-3.551 8.955-3.551 3.601 0 6.612 1.184 9.03 3.55 2.417 2.368 3.628 5.198 3.628 8.49Zm73.325 32.11c3.089-3.602 6.485-6.484 10.19-8.645 3.706-2.162 8.336-3.242 13.893-3.242 4.015 0 7.385.618 10.112 1.852 2.727 1.235 4.94 2.933 6.637 5.095 1.699 2.161 2.907 4.734 3.628 7.718.719 2.987 1.081 6.228 1.081 9.725v52.643h-20.531v-48.473c0-3.706-.643-6.535-1.929-8.49-1.29-1.956-3.628-2.934-7.024-2.934-1.648 0-3.192.284-4.632.848a15.621 15.621 0 0 0-3.86 2.161 26.835 26.835 0 0 0-3.086 2.78 92.35 92.35 0 0 0-2.471 2.701v51.407h-20.532v-48.473c0-3.807-.694-6.663-2.085-8.57-1.388-1.902-3.626-2.854-6.714-2.854-1.852 0-3.578.385-5.171 1.157-1.597.772-2.987 1.674-4.169 2.701-1.184 1.031-2.161 2.06-2.932 3.088a106.536 106.536 0 0 1-1.776 2.316v50.635h-20.532v-75.18h20.068v9.262a97.36 97.36 0 0 1 3.397-3.55c1.336-1.337 2.934-2.547 4.785-3.629 1.854-1.081 3.962-2.006 6.33-2.778 2.366-.772 5.041-1.158 8.027-1.158 5.351 0 9.545 1.08 12.583 3.242 3.034 2.16 5.272 5.043 6.713 8.645Zm106.828 27.478c0-7.1-1.235-12.71-3.705-16.827-2.471-4.114-6.228-6.174-11.269-6.174-1.956 0-3.704.308-5.25.925-1.544.619-2.933 1.34-4.167 2.162-1.235.825-2.238 1.674-3.01 2.547a59.725 59.725 0 0 0-1.776 2.084v33.808c1.336 1.134 3.01 2.266 5.018 3.397 2.006 1.133 4.654 1.698 7.95 1.698 5.249 0 9.261-2.085 12.041-6.253 2.779-4.168 4.168-9.957 4.168-17.367Zm21.767 0c0 5.97-.825 11.374-2.47 16.21-1.647 4.838-3.964 8.98-6.947 12.426a31.322 31.322 0 0 1-10.651 8.028c-4.118 1.904-8.647 2.856-13.587 2.856-4.629 0-8.336-.616-11.114-1.852-2.779-1.236-4.839-2.417-6.175-3.551v37.358h-20.531V74.976h20.069v7.873c2.057-2.57 4.758-4.836 8.103-6.791 3.344-1.955 7.588-2.934 12.737-2.934 9.571 0 17.059 3.396 22.461 10.188 5.403 6.793 8.105 16.518 8.105 29.177Zm12.041 37.668V39.007h20.532v111.15h-20.532Zm29.176-75.18h21.92l16.673 49.554h.772l15.284-49.555h21.149l-31.029 83.208c-1.649 4.425-3.449 8.387-5.404 11.887-1.956 3.497-4.272 6.43-6.946 8.8-2.679 2.365-5.843 4.192-9.495 5.48-3.654 1.285-8.054 1.93-13.198 1.93-3.192 0-5.713-.181-7.565-.541-1.852-.361-3.192-.644-4.013-.848l2.932-16.21c.514.205 1.286.385 2.316.541 1.028.154 2.674.23 4.941.23 5.248 0 9.054-1.183 11.422-3.551 2.367-2.368 4.269-5.557 5.712-9.569l2.779-7.72-28.25-73.637Zm85.216 75.18V47.342h59.28v17.91h-37.823v23.156h33.344v16.981h-33.344v26.861h38.903v17.907h-60.36Z",
|
|
11034
11611
|
fill: "#1B385E"
|
|
11035
|
-
}))), _defs$
|
|
11612
|
+
}))), _defs$a || (_defs$a = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
11036
11613
|
id: "logo-simplye-color_svg__a"
|
|
11037
11614
|
}, /*#__PURE__*/React.createElement("path", {
|
|
11038
11615
|
fill: "#fff",
|
|
@@ -11043,22 +11620,23 @@ var SvgLogoSimplyeColor = function SvgLogoSimplyeColor(_ref) {
|
|
|
11043
11620
|
|
|
11044
11621
|
var _path$19;
|
|
11045
11622
|
|
|
11046
|
-
var _excluded$
|
|
11623
|
+
var _excluded$1T = ["title", "titleId"];
|
|
11047
11624
|
|
|
11048
|
-
function _extends$
|
|
11625
|
+
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); }
|
|
11049
11626
|
|
|
11050
|
-
function _objectWithoutProperties$
|
|
11627
|
+
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; }
|
|
11051
11628
|
|
|
11052
|
-
function _objectWithoutPropertiesLoose$
|
|
11629
|
+
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; }
|
|
11053
11630
|
|
|
11054
11631
|
var SvgLogoSnflBlack = function SvgLogoSnflBlack(_ref) {
|
|
11055
11632
|
var title = _ref.title,
|
|
11056
11633
|
titleId = _ref.titleId,
|
|
11057
|
-
props = _objectWithoutProperties$
|
|
11634
|
+
props = _objectWithoutProperties$1v(_ref, _excluded$1T);
|
|
11058
11635
|
|
|
11059
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
11636
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1w({
|
|
11060
11637
|
viewBox: "0 0 84 111",
|
|
11061
11638
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11639
|
+
role: "img",
|
|
11062
11640
|
"aria-labelledby": titleId
|
|
11063
11641
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
11064
11642
|
id: titleId
|
|
@@ -11069,23 +11647,24 @@ var SvgLogoSnflBlack = function SvgLogoSnflBlack(_ref) {
|
|
|
11069
11647
|
|
|
11070
11648
|
var _path$1a;
|
|
11071
11649
|
|
|
11072
|
-
var _excluded$
|
|
11650
|
+
var _excluded$1U = ["title", "titleId"];
|
|
11073
11651
|
|
|
11074
|
-
function _extends$
|
|
11652
|
+
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); }
|
|
11075
11653
|
|
|
11076
|
-
function _objectWithoutProperties$
|
|
11654
|
+
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; }
|
|
11077
11655
|
|
|
11078
|
-
function _objectWithoutPropertiesLoose$
|
|
11656
|
+
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; }
|
|
11079
11657
|
|
|
11080
11658
|
var SvgLogoSnflWhite = function SvgLogoSnflWhite(_ref) {
|
|
11081
11659
|
var title = _ref.title,
|
|
11082
11660
|
titleId = _ref.titleId,
|
|
11083
|
-
props = _objectWithoutProperties$
|
|
11661
|
+
props = _objectWithoutProperties$1w(_ref, _excluded$1U);
|
|
11084
11662
|
|
|
11085
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
11663
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1x({
|
|
11086
11664
|
viewBox: "0 0 84 111",
|
|
11087
11665
|
fill: "#fff",
|
|
11088
11666
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11667
|
+
role: "img",
|
|
11089
11668
|
"aria-labelledby": titleId
|
|
11090
11669
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
11091
11670
|
id: titleId
|
|
@@ -11096,23 +11675,24 @@ var SvgLogoSnflWhite = function SvgLogoSnflWhite(_ref) {
|
|
|
11096
11675
|
|
|
11097
11676
|
var _path$1b, _path2$x, _path3$o, _path4$d, _path5$c, _path6$4, _path7$4, _path8$3, _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;
|
|
11098
11677
|
|
|
11099
|
-
var _excluded$
|
|
11678
|
+
var _excluded$1V = ["title", "titleId"];
|
|
11100
11679
|
|
|
11101
|
-
function _extends$
|
|
11680
|
+
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); }
|
|
11102
11681
|
|
|
11103
|
-
function _objectWithoutProperties$
|
|
11682
|
+
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; }
|
|
11104
11683
|
|
|
11105
|
-
function _objectWithoutPropertiesLoose$
|
|
11684
|
+
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; }
|
|
11106
11685
|
|
|
11107
11686
|
var SvgLogoTreasuresColor = function SvgLogoTreasuresColor(_ref) {
|
|
11108
11687
|
var title = _ref.title,
|
|
11109
11688
|
titleId = _ref.titleId,
|
|
11110
|
-
props = _objectWithoutProperties$
|
|
11689
|
+
props = _objectWithoutProperties$1x(_ref, _excluded$1V);
|
|
11111
11690
|
|
|
11112
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
11691
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1y({
|
|
11113
11692
|
viewBox: "0 0 324 265",
|
|
11114
11693
|
fill: "none",
|
|
11115
11694
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11695
|
+
role: "img",
|
|
11116
11696
|
"aria-labelledby": titleId
|
|
11117
11697
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
11118
11698
|
id: titleId
|
|
@@ -11286,23 +11866,24 @@ var SvgLogoTreasuresColor = function SvgLogoTreasuresColor(_ref) {
|
|
|
11286
11866
|
|
|
11287
11867
|
var _path$1c, _path2$y, _path3$p, _path4$e, _path5$d, _path6$5, _path7$5, _path8$4, _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;
|
|
11288
11868
|
|
|
11289
|
-
var _excluded$
|
|
11869
|
+
var _excluded$1W = ["title", "titleId"];
|
|
11290
11870
|
|
|
11291
|
-
function _extends$
|
|
11871
|
+
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); }
|
|
11292
11872
|
|
|
11293
|
-
function _objectWithoutProperties$
|
|
11873
|
+
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; }
|
|
11294
11874
|
|
|
11295
|
-
function _objectWithoutPropertiesLoose$
|
|
11875
|
+
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; }
|
|
11296
11876
|
|
|
11297
11877
|
var SvgLogoTreasuresColorNegative = function SvgLogoTreasuresColorNegative(_ref) {
|
|
11298
11878
|
var title = _ref.title,
|
|
11299
11879
|
titleId = _ref.titleId,
|
|
11300
|
-
props = _objectWithoutProperties$
|
|
11880
|
+
props = _objectWithoutProperties$1y(_ref, _excluded$1W);
|
|
11301
11881
|
|
|
11302
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
11882
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1z({
|
|
11303
11883
|
viewBox: "0 0 327 266",
|
|
11304
11884
|
fill: "none",
|
|
11305
11885
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11886
|
+
role: "img",
|
|
11306
11887
|
"aria-labelledby": titleId
|
|
11307
11888
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
11308
11889
|
id: titleId
|
|
@@ -11492,6 +12073,7 @@ var logoSvgs = {
|
|
|
11492
12073
|
mlnBlack: SvgLogoMlnBlack,
|
|
11493
12074
|
mlnColor: SvgLogoMlnColor,
|
|
11494
12075
|
mlnWhite: SvgLogoMlnWhite,
|
|
12076
|
+
nycdoeColor: SvgLogoNycdoeColor,
|
|
11495
12077
|
nyplFullBlack: SvgLogoNyplFullBlack,
|
|
11496
12078
|
nyplFullWhite: SvgLogoNyplFullWhite,
|
|
11497
12079
|
nyplLionBlack: SvgLogoNyplLionBlack,
|
|
@@ -11524,7 +12106,7 @@ var logoSvgs = {
|
|
|
11524
12106
|
treasuresColorNegative: SvgLogoTreasuresColorNegative
|
|
11525
12107
|
};
|
|
11526
12108
|
|
|
11527
|
-
var _excluded$
|
|
12109
|
+
var _excluded$1X = ["children", "className", "decorative", "id", "name", "size", "title"];
|
|
11528
12110
|
/**
|
|
11529
12111
|
* The `Logo` component renders SVG-based logos and color variants that are
|
|
11530
12112
|
* commonly used by the New York Public Library.
|
|
@@ -11543,7 +12125,7 @@ var Logo$1 = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(function (
|
|
|
11543
12125
|
size = _props$size === void 0 ? "medium" : _props$size,
|
|
11544
12126
|
_props$title = props.title,
|
|
11545
12127
|
title = _props$title === void 0 ? name + " logo" : _props$title,
|
|
11546
|
-
rest = _objectWithoutPropertiesLoose(props, _excluded$
|
|
12128
|
+
rest = _objectWithoutPropertiesLoose(props, _excluded$1X);
|
|
11547
12129
|
|
|
11548
12130
|
var styles = react.useStyleConfig("Logo", {
|
|
11549
12131
|
size: size
|
|
@@ -11650,7 +12232,7 @@ var link$1 = {
|
|
|
11650
12232
|
}]
|
|
11651
12233
|
};
|
|
11652
12234
|
|
|
11653
|
-
var _excluded$
|
|
12235
|
+
var _excluded$1Y = ["className", "id"];
|
|
11654
12236
|
/**
|
|
11655
12237
|
* This `Footer` component renders the NYPL-branded footer elements such
|
|
11656
12238
|
* as navigational NYPL.org links, social media links, copyright, and
|
|
@@ -11661,7 +12243,7 @@ var Footer$1 = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(function
|
|
|
11661
12243
|
var className = _ref.className,
|
|
11662
12244
|
_ref$id = _ref.id,
|
|
11663
12245
|
id = _ref$id === void 0 ? "footer" : _ref$id,
|
|
11664
|
-
rest = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
12246
|
+
rest = _objectWithoutPropertiesLoose(_ref, _excluded$1Y);
|
|
11665
12247
|
|
|
11666
12248
|
var styles = react.useMultiStyleConfig("Footer", {});
|
|
11667
12249
|
var nyplLinks = link$1.nyplLinks.map(function (links, index) {
|
|
@@ -11731,11 +12313,11 @@ var Footer$1 = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(function
|
|
|
11731
12313
|
})));
|
|
11732
12314
|
}));
|
|
11733
12315
|
|
|
11734
|
-
var _excluded$
|
|
12316
|
+
var _excluded$1Z = ["align", "className"];
|
|
11735
12317
|
var HorizontalRule$1 = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
11736
12318
|
var align = props.align,
|
|
11737
12319
|
className = props.className,
|
|
11738
|
-
rest = _objectWithoutPropertiesLoose(props, _excluded$
|
|
12320
|
+
rest = _objectWithoutPropertiesLoose(props, _excluded$1Z);
|
|
11739
12321
|
|
|
11740
12322
|
var styles = react.useStyleConfig("HorizontalRule", {
|
|
11741
12323
|
align: align
|
|
@@ -11754,7 +12336,7 @@ var HorizontalRule$1 = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(
|
|
|
11754
12336
|
}, rest));
|
|
11755
12337
|
}));
|
|
11756
12338
|
|
|
11757
|
-
var _excluded$
|
|
12339
|
+
var _excluded$1_ = ["className", "id", "target"];
|
|
11758
12340
|
/**
|
|
11759
12341
|
* SkipNavigation is a component that is used to provide a navigational list of
|
|
11760
12342
|
* links. The first link is used to skip to the main content of the page using
|
|
@@ -11767,7 +12349,7 @@ var SkipNavigation$1 = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(
|
|
|
11767
12349
|
id = props.id,
|
|
11768
12350
|
_props$target = props.target,
|
|
11769
12351
|
target = _props$target === void 0 ? "#mainContent" : _props$target,
|
|
11770
|
-
rest = _objectWithoutPropertiesLoose(props, _excluded$
|
|
12352
|
+
rest = _objectWithoutPropertiesLoose(props, _excluded$1_);
|
|
11771
12353
|
|
|
11772
12354
|
var styles = react.useStyleConfig("SkipNavigation");
|
|
11773
12355
|
return React__default.createElement(react.Box, Object.assign({
|
|
@@ -11788,7 +12370,7 @@ var SkipNavigation$1 = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(
|
|
|
11788
12370
|
}, "Click to learn about accessibility at the Library"))));
|
|
11789
12371
|
}));
|
|
11790
12372
|
|
|
11791
|
-
var _excluded$
|
|
12373
|
+
var _excluded$1$ = ["className", "helperText", "id", "invalidText", "isChecked", "isDisabled", "isInvalid", "isRequired", "labelText", "name", "onChange", "showHelperInvalidText", "showLabel", "value"];
|
|
11792
12374
|
var Radio$1 = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
11793
12375
|
var className = props.className,
|
|
11794
12376
|
helperText = props.helperText,
|
|
@@ -11809,7 +12391,7 @@ var Radio$1 = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(function
|
|
|
11809
12391
|
_props$showLabel = props.showLabel,
|
|
11810
12392
|
showLabel = _props$showLabel === void 0 ? true : _props$showLabel,
|
|
11811
12393
|
value = props.value,
|
|
11812
|
-
rest = _objectWithoutPropertiesLoose(props, _excluded$
|
|
12394
|
+
rest = _objectWithoutPropertiesLoose(props, _excluded$1$);
|
|
11813
12395
|
|
|
11814
12396
|
var styles = react.useMultiStyleConfig("Radio", {
|
|
11815
12397
|
showLabel: showLabel
|
|
@@ -11856,7 +12438,7 @@ var Radio$1 = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(function
|
|
|
11856
12438
|
}, labelText)));
|
|
11857
12439
|
}));
|
|
11858
12440
|
|
|
11859
|
-
var _excluded$
|
|
12441
|
+
var _excluded$20 = ["children", "className", "defaultValue", "helperText", "id", "invalidText", "isDisabled", "isFullWidth", "isInvalid", "isRequired", "labelText", "layout", "name", "onChange", "showHelperInvalidText", "showLabel", "showRequiredLabel"];
|
|
11860
12442
|
/**
|
|
11861
12443
|
* RadioGroup is a wrapper for DS `Radio` components that renders as a fieldset
|
|
11862
12444
|
* HTML element along with optional helper text. The `name` prop is essential
|
|
@@ -11892,7 +12474,7 @@ var RadioGroup$1 = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(func
|
|
|
11892
12474
|
showLabel = _props$showLabel === void 0 ? true : _props$showLabel,
|
|
11893
12475
|
_props$showRequiredLa = props.showRequiredLabel,
|
|
11894
12476
|
showRequiredLabel = _props$showRequiredLa === void 0 ? true : _props$showRequiredLa,
|
|
11895
|
-
rest = _objectWithoutPropertiesLoose(props, _excluded$
|
|
12477
|
+
rest = _objectWithoutPropertiesLoose(props, _excluded$20);
|
|
11896
12478
|
|
|
11897
12479
|
var _React$useState = React__default.useState(defaultValue),
|
|
11898
12480
|
value = _React$useState[0],
|
|
@@ -12998,7 +13580,7 @@ var HeaderMobileIconNav$1 = /*#__PURE__*/react.chakra(function () {
|
|
|
12998
13580
|
}), React__default.createElement(HeaderMobileNavButton$1, null));
|
|
12999
13581
|
});
|
|
13000
13582
|
|
|
13001
|
-
var _excluded$
|
|
13583
|
+
var _excluded$21 = ["children", "icon", "id", "isCentered", "notificationType"],
|
|
13002
13584
|
_excluded2$5 = ["alignText", "children", "icon", "notificationType"],
|
|
13003
13585
|
_excluded3$3 = ["ariaLabel", "className", "dismissible", "icon", "id", "isCentered", "noMargin", "notificationContent", "notificationHeading", "notificationType", "showIcon"];
|
|
13004
13586
|
/**
|
|
@@ -13011,7 +13593,7 @@ var NotificationHeading$1 = /*#__PURE__*/react.chakra(function (props) {
|
|
|
13011
13593
|
id = props.id,
|
|
13012
13594
|
isCentered = props.isCentered,
|
|
13013
13595
|
notificationType = props.notificationType,
|
|
13014
|
-
rest = _objectWithoutPropertiesLoose(props, _excluded$
|
|
13596
|
+
rest = _objectWithoutPropertiesLoose(props, _excluded$21);
|
|
13015
13597
|
|
|
13016
13598
|
var styles = react.useMultiStyleConfig("NotificationHeading", {
|
|
13017
13599
|
icon: icon,
|
|
@@ -13520,7 +14102,7 @@ var Header$1 = /*#__PURE__*/react.chakra(function (_ref) {
|
|
|
13520
14102
|
}))));
|
|
13521
14103
|
});
|
|
13522
14104
|
|
|
13523
|
-
var _excluded$
|
|
14105
|
+
var _excluded$22 = ["backgroundColor", "backgroundImageSrc", "foregroundColor", "heading", "heroType", "imageProps", "locationDetails", "subHeaderText"];
|
|
13524
14106
|
|
|
13525
14107
|
var heroSecondaryTypes = ["secondary", "secondaryBooksAndMore", "secondaryLocations", "secondaryResearch", "secondaryWhatsOn"];
|
|
13526
14108
|
var Hero$1 = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
@@ -13536,7 +14118,7 @@ var Hero$1 = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(function (
|
|
|
13536
14118
|
} : _props$imageProps,
|
|
13537
14119
|
locationDetails = props.locationDetails,
|
|
13538
14120
|
subHeaderText = props.subHeaderText,
|
|
13539
|
-
rest = _objectWithoutPropertiesLoose(props, _excluded$
|
|
14121
|
+
rest = _objectWithoutPropertiesLoose(props, _excluded$22);
|
|
13540
14122
|
|
|
13541
14123
|
var styles = react.useMultiStyleConfig("Hero", {
|
|
13542
14124
|
variant: heroType
|
|
@@ -13636,7 +14218,7 @@ var Hero$1 = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(function (
|
|
|
13636
14218
|
}
|
|
13637
14219
|
});
|
|
13638
14220
|
|
|
13639
|
-
var _excluded$
|
|
14221
|
+
var _excluded$23 = ["bodyContent", "closeButtonLabel", "headingText", "id", "isOpen", "onClose"],
|
|
13640
14222
|
_excluded2$6 = ["buttonText", "id", "modalProps"],
|
|
13641
14223
|
_excluded3$4 = ["bodyContent", "closeButtonLabel", "headingText", "id"];
|
|
13642
14224
|
var BaseModal = /*#__PURE__*/react.chakra(function (_ref) {
|
|
@@ -13647,7 +14229,7 @@ var BaseModal = /*#__PURE__*/react.chakra(function (_ref) {
|
|
|
13647
14229
|
id = _ref.id,
|
|
13648
14230
|
isOpen = _ref.isOpen,
|
|
13649
14231
|
onClose = _ref.onClose,
|
|
13650
|
-
rest = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
14232
|
+
rest = _objectWithoutPropertiesLoose(_ref, _excluded$23);
|
|
13651
14233
|
|
|
13652
14234
|
var xlarge = "xl";
|
|
13653
14235
|
var fullSize = "full";
|
|
@@ -13738,7 +14320,7 @@ function useModal() {
|
|
|
13738
14320
|
};
|
|
13739
14321
|
}
|
|
13740
14322
|
|
|
13741
|
-
var _excluded$
|
|
14323
|
+
var _excluded$24 = ["className", "currentPage", "getPageHref", "id", "initialPage", "onPageChange", "pageCount"];
|
|
13742
14324
|
/**
|
|
13743
14325
|
* A component that provides a navigational list of page items.
|
|
13744
14326
|
*/
|
|
@@ -13752,7 +14334,7 @@ var Pagination$1 = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(func
|
|
|
13752
14334
|
initialPage = _props$initialPage === void 0 ? 1 : _props$initialPage,
|
|
13753
14335
|
onPageChange = props.onPageChange,
|
|
13754
14336
|
pageCount = props.pageCount,
|
|
13755
|
-
rest = _objectWithoutPropertiesLoose(props, _excluded$
|
|
14337
|
+
rest = _objectWithoutPropertiesLoose(props, _excluded$24);
|
|
13756
14338
|
|
|
13757
14339
|
var refCurrentPage = React.useRef(currentPage);
|
|
13758
14340
|
|
|
@@ -13945,7 +14527,7 @@ var Pagination$1 = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(func
|
|
|
13945
14527
|
}, previousLiLink, getPaginationNumbers(selectedPage), nextLiLink));
|
|
13946
14528
|
}));
|
|
13947
14529
|
|
|
13948
|
-
var _excluded$
|
|
14530
|
+
var _excluded$25 = ["darkMode", "id", "indicatorType", "isIndeterminate", "labelText", "showLabel", "size", "value"];
|
|
13949
14531
|
/**
|
|
13950
14532
|
* A component that displays a progress status for any task that takes a long
|
|
13951
14533
|
* time to complete or consists of multiple steps. Examples include downloading,
|
|
@@ -13967,7 +14549,7 @@ var ProgressIndicator$1 = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardR
|
|
|
13967
14549
|
size = _props$size === void 0 ? "default" : _props$size,
|
|
13968
14550
|
_props$value = props.value,
|
|
13969
14551
|
value = _props$value === void 0 ? 0 : _props$value,
|
|
13970
|
-
rest = _objectWithoutPropertiesLoose(props, _excluded$
|
|
14552
|
+
rest = _objectWithoutPropertiesLoose(props, _excluded$25);
|
|
13971
14553
|
|
|
13972
14554
|
var styles = react.useMultiStyleConfig("ProgressIndicator", {
|
|
13973
14555
|
darkMode: darkMode,
|
|
@@ -14034,7 +14616,7 @@ var ProgressIndicator$1 = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardR
|
|
|
14034
14616
|
}, rest), progressComponent(indicatorType));
|
|
14035
14617
|
}));
|
|
14036
14618
|
|
|
14037
|
-
var _excluded$
|
|
14619
|
+
var _excluded$26 = ["children", "className", "helperText", "id", "invalidText", "isDisabled", "isInvalid", "isRequired", "labelPosition", "labelText", "name", "onChange", "placeholder", "selectType", "showHelperInvalidText", "showLabel", "showRequiredLabel", "value"];
|
|
14038
14620
|
/**
|
|
14039
14621
|
* Component that renders Chakra's `Select` component along with an accessible
|
|
14040
14622
|
* `Label` and optional `HelperErrorText` component.
|
|
@@ -14068,7 +14650,7 @@ var Select$1 = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(function
|
|
|
14068
14650
|
showRequiredLabel = _props$showRequiredLa === void 0 ? true : _props$showRequiredLa,
|
|
14069
14651
|
_props$value = props.value,
|
|
14070
14652
|
value = _props$value === void 0 ? "" : _props$value,
|
|
14071
|
-
rest = _objectWithoutPropertiesLoose(props, _excluded$
|
|
14653
|
+
rest = _objectWithoutPropertiesLoose(props, _excluded$26);
|
|
14072
14654
|
|
|
14073
14655
|
var _useState = React.useState(0),
|
|
14074
14656
|
labelWidth = _useState[0],
|
|
@@ -14154,7 +14736,7 @@ var Select$1 = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(function
|
|
|
14154
14736
|
}), children)));
|
|
14155
14737
|
}));
|
|
14156
14738
|
|
|
14157
|
-
var _excluded$
|
|
14739
|
+
var _excluded$27 = ["action", "buttonOnClick", "className", "descriptionText", "headingText", "helperText", "id", "invalidText", "isDisabled", "isInvalid", "isRequired", "labelText", "method", "noBrandButtonType", "onSubmit", "selectProps", "textInputElement", "textInputProps"];
|
|
14158
14740
|
/**
|
|
14159
14741
|
* Renders a wrapper `form` element to be used with `Select` (optional),
|
|
14160
14742
|
* `Input`, and `Button` components together.
|
|
@@ -14183,7 +14765,7 @@ var SearchBar$1 = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(funct
|
|
|
14183
14765
|
selectProps = props.selectProps,
|
|
14184
14766
|
textInputElement = props.textInputElement,
|
|
14185
14767
|
textInputProps = props.textInputProps,
|
|
14186
|
-
rest = _objectWithoutPropertiesLoose(props, _excluded$
|
|
14768
|
+
rest = _objectWithoutPropertiesLoose(props, _excluded$27);
|
|
14187
14769
|
|
|
14188
14770
|
var styles = react.useMultiStyleConfig("SearchBar", {});
|
|
14189
14771
|
var stateProps = {
|
|
@@ -14277,7 +14859,7 @@ var SearchBar$1 = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(funct
|
|
|
14277
14859
|
}, selectElem, textInputElem, buttonElem));
|
|
14278
14860
|
}));
|
|
14279
14861
|
|
|
14280
|
-
var _excluded$
|
|
14862
|
+
var _excluded$28 = ["className", "contentSize", "headingSize", "imageAspectRatio", "isBordered", "layout", "showButton", "showContent", "showHeading", "showImage", "width"];
|
|
14281
14863
|
/**
|
|
14282
14864
|
* The `SkeletonLoader` component renders a placeholder to be used while
|
|
14283
14865
|
* dynamic content is loading.
|
|
@@ -14304,7 +14886,7 @@ var SkeletonLoader$1 = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(
|
|
|
14304
14886
|
_props$showImage = props.showImage,
|
|
14305
14887
|
showImage = _props$showImage === void 0 ? true : _props$showImage,
|
|
14306
14888
|
width = props.width,
|
|
14307
|
-
rest = _objectWithoutPropertiesLoose(props, _excluded$
|
|
14889
|
+
rest = _objectWithoutPropertiesLoose(props, _excluded$28);
|
|
14308
14890
|
|
|
14309
14891
|
var styles = react.useMultiStyleConfig("SkeletonLoader", {
|
|
14310
14892
|
isBordered: isBordered,
|
|
@@ -14367,7 +14949,7 @@ var SkeletonLoader$1 = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(
|
|
|
14367
14949
|
})))));
|
|
14368
14950
|
}));
|
|
14369
14951
|
|
|
14370
|
-
var _excluded$
|
|
14952
|
+
var _excluded$29 = ["className", "defaultValue", "helperText", "id", "invalidText", "isDisabled", "isInvalid", "isRangeSlider", "isRequired", "labelText", "max", "min", "name", "onChange", "showBoxes", "showHelperInvalidText", "showLabel", "showRequiredLabel", "showValues", "step", "value"];
|
|
14371
14953
|
/**
|
|
14372
14954
|
* The `Slider` component renders a singular value slider or a range slider
|
|
14373
14955
|
* with a min and max value. The value(s) can be updated through the slider
|
|
@@ -14409,7 +14991,7 @@ var Slider = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(function (
|
|
|
14409
14991
|
_props$step = props.step,
|
|
14410
14992
|
step = _props$step === void 0 ? 1 : _props$step,
|
|
14411
14993
|
value = props.value,
|
|
14412
|
-
rest = _objectWithoutPropertiesLoose(props, _excluded$
|
|
14994
|
+
rest = _objectWithoutPropertiesLoose(props, _excluded$29);
|
|
14413
14995
|
|
|
14414
14996
|
if (!id) {
|
|
14415
14997
|
console.warn("NYPL Reservoir Slider: This component's required `id` prop was not passed.");
|
|
@@ -14610,7 +15192,7 @@ var Slider = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(function (
|
|
|
14610
15192
|
}, max), showBoxes && getTextInput("end")));
|
|
14611
15193
|
}));
|
|
14612
15194
|
|
|
14613
|
-
var _excluded$
|
|
15195
|
+
var _excluded$2a = ["children", "className", "id", "level"];
|
|
14614
15196
|
/**
|
|
14615
15197
|
* The `StatusBadge` component is used to display a visual badge for three
|
|
14616
15198
|
* different status levels.
|
|
@@ -14622,7 +15204,7 @@ var StatusBadge$1 = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(fun
|
|
|
14622
15204
|
id = props.id,
|
|
14623
15205
|
_props$level = props.level,
|
|
14624
15206
|
level = _props$level === void 0 ? "low" : _props$level,
|
|
14625
|
-
rest = _objectWithoutPropertiesLoose(props, _excluded$
|
|
15207
|
+
rest = _objectWithoutPropertiesLoose(props, _excluded$2a);
|
|
14626
15208
|
|
|
14627
15209
|
var styles = react.useStyleConfig("StatusBadge", {
|
|
14628
15210
|
variant: level
|
|
@@ -14640,7 +15222,7 @@ var StatusBadge$1 = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(fun
|
|
|
14640
15222
|
}, rest), children);
|
|
14641
15223
|
}));
|
|
14642
15224
|
|
|
14643
|
-
var _excluded$
|
|
15225
|
+
var _excluded$2b = ["calloutText", "className", "headingText", "id", "imageProps", "bodyContent"];
|
|
14644
15226
|
/**
|
|
14645
15227
|
* Internal component used in the `StructuredContent` component
|
|
14646
15228
|
* that renders the DS `Image` component.
|
|
@@ -14692,7 +15274,7 @@ var StructuredContent$1 = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardR
|
|
|
14692
15274
|
src: ""
|
|
14693
15275
|
} : _props$imageProps,
|
|
14694
15276
|
bodyContent = props.bodyContent,
|
|
14695
|
-
rest = _objectWithoutPropertiesLoose(props, _excluded$
|
|
15277
|
+
rest = _objectWithoutPropertiesLoose(props, _excluded$2b);
|
|
14696
15278
|
|
|
14697
15279
|
var hasImage = imageProps.src || imageProps.component;
|
|
14698
15280
|
var hasFigureImage = imageProps.caption || imageProps.credit;
|
|
@@ -14794,7 +15376,7 @@ var useCarouselStyles = function useCarouselStyles(slidesCount, slideWidth) {
|
|
|
14794
15376
|
};
|
|
14795
15377
|
};
|
|
14796
15378
|
|
|
14797
|
-
var _excluded$
|
|
15379
|
+
var _excluded$2c = ["children", "defaultIndex", "id", "onChange", "tabsData", "useHash"];
|
|
14798
15380
|
/**
|
|
14799
15381
|
* An internal function used to update the hash in the URL.
|
|
14800
15382
|
* This function is only used when `useHash` is `true`.
|
|
@@ -14913,7 +15495,7 @@ var Tabs = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(function (pr
|
|
|
14913
15495
|
tabsData = props.tabsData,
|
|
14914
15496
|
_props$useHash = props.useHash,
|
|
14915
15497
|
useHash = _props$useHash === void 0 ? false : _props$useHash,
|
|
14916
|
-
rest = _objectWithoutPropertiesLoose(props, _excluded$
|
|
15498
|
+
rest = _objectWithoutPropertiesLoose(props, _excluded$2c);
|
|
14917
15499
|
|
|
14918
15500
|
var styles = react.useMultiStyleConfig("Tabs", {}); // Just an estimate of the tab width for the mobile carousel.
|
|
14919
15501
|
|
|
@@ -15003,7 +15585,224 @@ var Tabs = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(function (pr
|
|
|
15003
15585
|
}, React__default.createElement(react.Box, Object.assign({}, carouselStyle), tabs)), nextButton), panels);
|
|
15004
15586
|
})); // Tabs is also exported above so the props can display in Storybook.
|
|
15005
15587
|
|
|
15006
|
-
var _excluded$
|
|
15588
|
+
var _excluded$2d = ["children", "className", "content", "id", "isDisabled", "shouldWrapChildren"];
|
|
15589
|
+
var Tooltip$1 = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
15590
|
+
var children = props.children,
|
|
15591
|
+
content = props.content,
|
|
15592
|
+
isDisabled = props.isDisabled,
|
|
15593
|
+
shouldWrapChildren = props.shouldWrapChildren,
|
|
15594
|
+
rest = _objectWithoutPropertiesLoose(props, _excluded$2d);
|
|
15595
|
+
|
|
15596
|
+
if (typeof content !== "string") {
|
|
15597
|
+
React__default.Children.map(content, function (contentChild) {
|
|
15598
|
+
if (contentChild.type !== Icon || contentChild.type !== Image) {
|
|
15599
|
+
console.warn("NYPL Reservoir Tooltip: Pass in a string, DS Icon, or DS Image into the 'content' prop.");
|
|
15600
|
+
}
|
|
15601
|
+
});
|
|
15602
|
+
}
|
|
15603
|
+
|
|
15604
|
+
var newChildren = shouldWrapChildren ? React__default.createElement(ComponentWrapper, {
|
|
15605
|
+
width: "fit-content"
|
|
15606
|
+
}, children) : children;
|
|
15607
|
+
var styles = react.useMultiStyleConfig("Tooltip", {});
|
|
15608
|
+
return React__default.createElement(react.Tooltip, Object.assign({
|
|
15609
|
+
hasArrow: true,
|
|
15610
|
+
"aria-label": typeof content !== "string" ? "Tooltip" : undefined,
|
|
15611
|
+
label: content,
|
|
15612
|
+
isDisabled: isDisabled,
|
|
15613
|
+
placement: "top",
|
|
15614
|
+
openDelay: 500,
|
|
15615
|
+
ref: ref,
|
|
15616
|
+
__css: styles
|
|
15617
|
+
}, rest), newChildren);
|
|
15618
|
+
}));
|
|
15619
|
+
|
|
15620
|
+
/**
|
|
15621
|
+
* The "explore" `TagSet` variant will always display the tags passed as data.
|
|
15622
|
+
* The `label` property in the `tagSetData` prop should be set to a link-type
|
|
15623
|
+
* JSX component for linking to specific content.
|
|
15624
|
+
*/
|
|
15625
|
+
|
|
15626
|
+
var TagSetExplore$1 = /*#__PURE__*/react.chakra(function (props) {
|
|
15627
|
+
var id = props.id,
|
|
15628
|
+
_props$tagSetData = props.tagSetData,
|
|
15629
|
+
tagSetData = _props$tagSetData === void 0 ? [] : _props$tagSetData;
|
|
15630
|
+
var styles = react.useStyleConfig("TagSetExplore");
|
|
15631
|
+
return React__default.createElement(React__default.Fragment, null, tagSetData.map(function (tagSet, key) {
|
|
15632
|
+
if (typeof tagSet.label === "string") {
|
|
15633
|
+
console.warn("NYPL Reservoir TagSet: Explore tags require all `label` props to be React components.");
|
|
15634
|
+
}
|
|
15635
|
+
|
|
15636
|
+
return React__default.createElement(TooltipWrapper, {
|
|
15637
|
+
key: key,
|
|
15638
|
+
label: tagSet.label
|
|
15639
|
+
}, React__default.createElement(react.Box, {
|
|
15640
|
+
"data-testid": "explore-tags",
|
|
15641
|
+
id: "ts-explore-" + id + "-" + key,
|
|
15642
|
+
__css: styles
|
|
15643
|
+
}, tagSet.iconName ? React__default.createElement(Icon, {
|
|
15644
|
+
align: "left",
|
|
15645
|
+
"data-testid": "ts-icon",
|
|
15646
|
+
name: tagSet.iconName,
|
|
15647
|
+
size: "small"
|
|
15648
|
+
}) : null, React__default.createElement("span", null, tagSet.label)));
|
|
15649
|
+
}));
|
|
15650
|
+
});
|
|
15651
|
+
|
|
15652
|
+
/**
|
|
15653
|
+
* The "filter" `TagSet` variant will display tags that can be removed when
|
|
15654
|
+
* `isDismissible` is true and they are clicked.
|
|
15655
|
+
*/
|
|
15656
|
+
|
|
15657
|
+
var TagSetFilter$1 = /*#__PURE__*/react.chakra(function (props) {
|
|
15658
|
+
var id = props.id,
|
|
15659
|
+
_props$isDismissible = props.isDismissible,
|
|
15660
|
+
isDismissible = _props$isDismissible === void 0 ? false : _props$isDismissible,
|
|
15661
|
+
onClick = props.onClick,
|
|
15662
|
+
_props$tagSetData = props.tagSetData,
|
|
15663
|
+
tagSetData = _props$tagSetData === void 0 ? [] : _props$tagSetData;
|
|
15664
|
+
|
|
15665
|
+
var _React$useState = React__default.useState(tagSetData),
|
|
15666
|
+
filters = _React$useState[0],
|
|
15667
|
+
setFilters = _React$useState[1];
|
|
15668
|
+
|
|
15669
|
+
var styles = react.useMultiStyleConfig("TagSetFilter", {
|
|
15670
|
+
isDismissible: isDismissible
|
|
15671
|
+
});
|
|
15672
|
+
|
|
15673
|
+
var finalOnClick = function finalOnClick(tagLabel) {
|
|
15674
|
+
onClick && onClick(tagLabel);
|
|
15675
|
+
}; // This expects that the consuming app passes in a new set of data
|
|
15676
|
+
// whenever the current list of tags needs to be updated.
|
|
15677
|
+
|
|
15678
|
+
|
|
15679
|
+
React.useEffect(function () {
|
|
15680
|
+
setFilters(tagSetData);
|
|
15681
|
+
}, [tagSetData, setFilters]);
|
|
15682
|
+
return React__default.createElement(React__default.Fragment, null, filters.map(function (tagSet, key) {
|
|
15683
|
+
if (typeof tagSet.label !== "string") {
|
|
15684
|
+
console.warn("NYPL Reservoir TagSet: Filter tags require all `label` props to be strings.");
|
|
15685
|
+
}
|
|
15686
|
+
|
|
15687
|
+
if (isDismissible && tagSet.iconName) {
|
|
15688
|
+
console.warn("NYPL Reservoir TagSet: Filter tags will not render icons when `isDismissible` is set to true.");
|
|
15689
|
+
}
|
|
15690
|
+
|
|
15691
|
+
return React__default.createElement(TooltipWrapper, {
|
|
15692
|
+
key: key,
|
|
15693
|
+
label: tagSet.label
|
|
15694
|
+
}, React__default.createElement(Button, {
|
|
15695
|
+
"data-testid": "filter-tags",
|
|
15696
|
+
id: "ts-filter-" + id + "-" + key,
|
|
15697
|
+
onClick: isDismissible ? function () {
|
|
15698
|
+
return finalOnClick(tagSet.label);
|
|
15699
|
+
} : undefined,
|
|
15700
|
+
sx: styles
|
|
15701
|
+
}, !isDismissible && tagSet.iconName ? React__default.createElement(Icon, {
|
|
15702
|
+
align: "left",
|
|
15703
|
+
"data-testid": "ts-icon",
|
|
15704
|
+
name: tagSet.iconName,
|
|
15705
|
+
size: "small"
|
|
15706
|
+
}) : null, React__default.createElement("span", null, tagSet.label), isDismissible ? React__default.createElement(Icon, {
|
|
15707
|
+
"data-testid": "filter-close-icon",
|
|
15708
|
+
align: "right",
|
|
15709
|
+
name: "close",
|
|
15710
|
+
size: "small",
|
|
15711
|
+
color: "ui.gray.x-dark",
|
|
15712
|
+
width: "12px"
|
|
15713
|
+
}) : null));
|
|
15714
|
+
}), filters.length > 1 && isDismissible ? React__default.createElement(Button, {
|
|
15715
|
+
buttonType: "link",
|
|
15716
|
+
"data-testid": "filter-clear-all",
|
|
15717
|
+
id: "ts-filter-clear-all-" + id,
|
|
15718
|
+
onClick: function onClick() {
|
|
15719
|
+
return finalOnClick("clearFilters");
|
|
15720
|
+
},
|
|
15721
|
+
__css: styles.clearAll
|
|
15722
|
+
}, "Clear Filters") : null);
|
|
15723
|
+
});
|
|
15724
|
+
|
|
15725
|
+
var _excluded$2e = ["className", "id", "isDismissible", "onClick", "tagSetData", "type"];
|
|
15726
|
+
|
|
15727
|
+
function isFilterType(type) {
|
|
15728
|
+
return type === "filter";
|
|
15729
|
+
}
|
|
15730
|
+
/**
|
|
15731
|
+
* This helper component wrapper renders a DS `Tooltip` component if the text is
|
|
15732
|
+
* long or a React fragment. This assumes that the `label` prop is a rather
|
|
15733
|
+
* simple single root JSX element, such as `<Link ...>....</Link>`.
|
|
15734
|
+
*/
|
|
15735
|
+
|
|
15736
|
+
var TooltipWrapper = function TooltipWrapper(_ref) {
|
|
15737
|
+
var label = _ref.label,
|
|
15738
|
+
children = _ref.children;
|
|
15739
|
+
var maxCharLengthToShow = 20;
|
|
15740
|
+
var labelText = typeof label === "string" ? label : label.props.children;
|
|
15741
|
+
|
|
15742
|
+
if (labelText.length > maxCharLengthToShow && typeof labelText === "string") {
|
|
15743
|
+
return React__default.createElement(Tooltip$1, {
|
|
15744
|
+
content: labelText
|
|
15745
|
+
}, children);
|
|
15746
|
+
}
|
|
15747
|
+
|
|
15748
|
+
return React__default.createElement(React__default.Fragment, null, children);
|
|
15749
|
+
};
|
|
15750
|
+
/**
|
|
15751
|
+
* The `TagSet` component renders a group of individual tags which have two
|
|
15752
|
+
* variants: "explore" and "filter". The "explore" tags are meant to be used for
|
|
15753
|
+
* exploratory linkable elements, whereas the "filter" tags are used to display
|
|
15754
|
+
* the filter values that were selected through another UI. Only "filter" tags
|
|
15755
|
+
* can be dismissible.
|
|
15756
|
+
*
|
|
15757
|
+
* The width of a single tag will never be greater than 200px. If necessary, a
|
|
15758
|
+
* tag’s label text will be truncated to keep a tag’s width at or below 200px.
|
|
15759
|
+
* The full label text will be automatically revealed when the tag is hovered
|
|
15760
|
+
* with a DS `Tooltip` component.
|
|
15761
|
+
*/
|
|
15762
|
+
|
|
15763
|
+
var TagSet$1 = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
15764
|
+
var className = props.className,
|
|
15765
|
+
id = props.id,
|
|
15766
|
+
_props$isDismissible = props.isDismissible,
|
|
15767
|
+
isDismissible = _props$isDismissible === void 0 ? false : _props$isDismissible,
|
|
15768
|
+
onClick = props.onClick,
|
|
15769
|
+
_props$tagSetData = props.tagSetData,
|
|
15770
|
+
tagSetData = _props$tagSetData === void 0 ? [] : _props$tagSetData,
|
|
15771
|
+
_props$type = props.type,
|
|
15772
|
+
type = _props$type === void 0 ? "filter" : _props$type,
|
|
15773
|
+
rest = _objectWithoutPropertiesLoose(props, _excluded$2e);
|
|
15774
|
+
|
|
15775
|
+
var styles = react.useStyleConfig("TagSet", {});
|
|
15776
|
+
|
|
15777
|
+
if (!isFilterType(type)) {
|
|
15778
|
+
if (isDismissible) {
|
|
15779
|
+
console.warn("NYPL Reservoir TagSet: The `isDismissible` prop will be ignored when the `type` prop is set to 'explore'.");
|
|
15780
|
+
}
|
|
15781
|
+
|
|
15782
|
+
if (onClick) {
|
|
15783
|
+
console.warn("NYPL Reservoir TagSet: The `onClick` prop will be ignored when the `type` prop is set to 'explore'.");
|
|
15784
|
+
}
|
|
15785
|
+
}
|
|
15786
|
+
|
|
15787
|
+
return React__default.createElement(react.Flex, Object.assign({
|
|
15788
|
+
className: className,
|
|
15789
|
+
id: id,
|
|
15790
|
+
ref: ref,
|
|
15791
|
+
__css: styles
|
|
15792
|
+
}, rest), !isFilterType(type) && React__default.createElement(TagSetExplore$1, {
|
|
15793
|
+
id: id,
|
|
15794
|
+
tagSetData: tagSetData,
|
|
15795
|
+
type: type
|
|
15796
|
+
}), isFilterType(type) && React__default.createElement(TagSetFilter$1, {
|
|
15797
|
+
id: id,
|
|
15798
|
+
isDismissible: isDismissible,
|
|
15799
|
+
onClick: onClick,
|
|
15800
|
+
tagSetData: tagSetData,
|
|
15801
|
+
type: type
|
|
15802
|
+
}));
|
|
15803
|
+
}));
|
|
15804
|
+
|
|
15805
|
+
var _excluded$2f = ["aboveHeader", "breakout", "contentId", "contentBottom", "contentPrimary", "contentSidebar", "contentTop", "footer", "header", "sidebar", "renderFooterElement", "renderHeaderElement", "renderSkipNavigation"];
|
|
15007
15806
|
/**
|
|
15008
15807
|
* The main top-level parent component that wraps all template-related
|
|
15009
15808
|
* components.
|
|
@@ -15253,7 +16052,7 @@ var TemplateAppContainer = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forward
|
|
|
15253
16052
|
renderHeaderElement = _props$renderHeaderEl === void 0 ? true : _props$renderHeaderEl,
|
|
15254
16053
|
_props$renderSkipNavi = props.renderSkipNavigation,
|
|
15255
16054
|
renderSkipNavigation = _props$renderSkipNavi === void 0 ? false : _props$renderSkipNavi,
|
|
15256
|
-
rest = _objectWithoutPropertiesLoose(props, _excluded$
|
|
16055
|
+
rest = _objectWithoutPropertiesLoose(props, _excluded$2f);
|
|
15257
16056
|
|
|
15258
16057
|
var aboveHeaderElem = aboveHeader && React__default.createElement(TemplateAboveHeader, null, aboveHeader);
|
|
15259
16058
|
var contentTopElem = contentTop && React__default.createElement(TemplateContentTop, null, contentTop);
|
|
@@ -15272,7 +16071,7 @@ var TemplateAppContainer = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forward
|
|
|
15272
16071
|
}, footer)));
|
|
15273
16072
|
}));
|
|
15274
16073
|
|
|
15275
|
-
var _excluded$
|
|
16074
|
+
var _excluded$2g = ["defaultChecked", "helperText", "id", "invalidText", "isChecked", "isDisabled", "isInvalid", "isRequired", "labelText", "name", "onChange", "size"];
|
|
15276
16075
|
var onChangeDefault = function onChangeDefault() {
|
|
15277
16076
|
return;
|
|
15278
16077
|
};
|
|
@@ -15299,7 +16098,7 @@ var Toggle$2 = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(function
|
|
|
15299
16098
|
onChange = _props$onChange === void 0 ? onChangeDefault : _props$onChange,
|
|
15300
16099
|
_props$size = props.size,
|
|
15301
16100
|
size = _props$size === void 0 ? "default" : _props$size,
|
|
15302
|
-
rest = _objectWithoutPropertiesLoose(props, _excluded$
|
|
16101
|
+
rest = _objectWithoutPropertiesLoose(props, _excluded$2g);
|
|
15303
16102
|
|
|
15304
16103
|
var styles = react.useMultiStyleConfig("Toggle", {
|
|
15305
16104
|
isDisabled: isDisabled,
|
|
@@ -15348,7 +16147,7 @@ var Toggle$2 = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(function
|
|
|
15348
16147
|
}), labelText)));
|
|
15349
16148
|
}));
|
|
15350
16149
|
|
|
15351
|
-
var _excluded$
|
|
16150
|
+
var _excluded$2h = ["aspectRatio", "className", "descriptionText", "embedCode", "headingText", "helperText", "id", "iframeTitle", "showHelperInvalidText", "videoId", "videoType"];
|
|
15352
16151
|
var VideoPlayer$1 = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
15353
16152
|
var aspectRatio = props.aspectRatio,
|
|
15354
16153
|
className = props.className,
|
|
@@ -15362,7 +16161,7 @@ var VideoPlayer$1 = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(fun
|
|
|
15362
16161
|
showHelperInvalidText = _props$showHelperInva === void 0 ? true : _props$showHelperInva,
|
|
15363
16162
|
videoId = props.videoId,
|
|
15364
16163
|
videoType = props.videoType,
|
|
15365
|
-
rest = _objectWithoutPropertiesLoose(props, _excluded$
|
|
16164
|
+
rest = _objectWithoutPropertiesLoose(props, _excluded$2h);
|
|
15366
16165
|
|
|
15367
16166
|
var iframeTitleFinal = videoType === "vimeo" ? iframeTitle || "Vimeo video player" : iframeTitle || "YouTube video player";
|
|
15368
16167
|
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";
|
|
@@ -15432,38 +16231,6 @@ var VideoPlayer$1 = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(fun
|
|
|
15432
16231
|
}, embedElement)));
|
|
15433
16232
|
}));
|
|
15434
16233
|
|
|
15435
|
-
var _excluded$2d = ["children", "className", "content", "id", "isDisabled", "shouldWrapChildren"];
|
|
15436
|
-
var Tooltip$1 = /*#__PURE__*/react.chakra( /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
15437
|
-
var children = props.children,
|
|
15438
|
-
content = props.content,
|
|
15439
|
-
isDisabled = props.isDisabled,
|
|
15440
|
-
shouldWrapChildren = props.shouldWrapChildren,
|
|
15441
|
-
rest = _objectWithoutPropertiesLoose(props, _excluded$2d);
|
|
15442
|
-
|
|
15443
|
-
if (typeof content !== "string") {
|
|
15444
|
-
React__default.Children.map(content, function (contentChild) {
|
|
15445
|
-
if (contentChild.type !== Icon || contentChild.type !== Image) {
|
|
15446
|
-
console.warn("NYPL Reservoir Tooltip: Pass in a string, DS Icon, or DS Image into the 'content' prop.");
|
|
15447
|
-
}
|
|
15448
|
-
});
|
|
15449
|
-
}
|
|
15450
|
-
|
|
15451
|
-
var newChildren = shouldWrapChildren ? React__default.createElement(ComponentWrapper, {
|
|
15452
|
-
width: "fit-content"
|
|
15453
|
-
}, children) : children;
|
|
15454
|
-
var styles = react.useMultiStyleConfig("Tooltip", {});
|
|
15455
|
-
return React__default.createElement(react.Tooltip, Object.assign({
|
|
15456
|
-
hasArrow: true,
|
|
15457
|
-
"aria-label": typeof content !== "string" ? "Tooltip" : undefined,
|
|
15458
|
-
label: content,
|
|
15459
|
-
isDisabled: isDisabled,
|
|
15460
|
-
placement: "top",
|
|
15461
|
-
openDelay: 500,
|
|
15462
|
-
ref: ref,
|
|
15463
|
-
__css: styles
|
|
15464
|
-
}, rest), newChildren);
|
|
15465
|
-
}));
|
|
15466
|
-
|
|
15467
16234
|
Object.defineProperty(exports, 'Box', {
|
|
15468
16235
|
enumerable: true,
|
|
15469
16236
|
get: function () {
|
|
@@ -15585,6 +16352,8 @@ Object.defineProperty(exports, 'useColorModeValue', {
|
|
|
15585
16352
|
}
|
|
15586
16353
|
});
|
|
15587
16354
|
exports.Accordion = Accordion;
|
|
16355
|
+
exports.AlphabetFilter = AlphabetFilter;
|
|
16356
|
+
exports.AudioPlayer = AudioPlayer;
|
|
15588
16357
|
exports.Breadcrumbs = Breadcrumbs;
|
|
15589
16358
|
exports.Button = Button;
|
|
15590
16359
|
exports.ButtonGroup = ButtonGroup;
|
|
@@ -15629,6 +16398,7 @@ exports.StatusBadge = StatusBadge$1;
|
|
|
15629
16398
|
exports.StructuredContent = StructuredContent$1;
|
|
15630
16399
|
exports.Table = Table;
|
|
15631
16400
|
exports.Tabs = Tabs;
|
|
16401
|
+
exports.TagSet = TagSet$1;
|
|
15632
16402
|
exports.Template = Template$1;
|
|
15633
16403
|
exports.TemplateAboveHeader = TemplateAboveHeader;
|
|
15634
16404
|
exports.TemplateAppContainer = TemplateAppContainer;
|