sfc-utils 1.4.31 → 1.4.33
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/components/byline.mjs +3 -3
- package/footer.js +88 -2
- package/package.json +1 -1
package/components/byline.mjs
CHANGED
|
@@ -7,7 +7,7 @@ import {
|
|
|
7
7
|
moddateString,
|
|
8
8
|
} from './helpers/datehelpers.mjs'
|
|
9
9
|
|
|
10
|
-
const Byline = ({ meta,
|
|
10
|
+
const Byline = ({ meta, updateNote }) => {
|
|
11
11
|
const {
|
|
12
12
|
PROJECT: { AUTHORS, ISO_MODDATE, ISO_PUBDATE },
|
|
13
13
|
} = meta
|
|
@@ -66,10 +66,10 @@ const Byline = ({ meta, update_note }) => {
|
|
|
66
66
|
</>
|
|
67
67
|
)}
|
|
68
68
|
{/* Add a note if this is a live-updating project */}
|
|
69
|
-
{
|
|
69
|
+
{updateNote && (
|
|
70
70
|
<>
|
|
71
71
|
<span>{" "}|{" "}</span>
|
|
72
|
-
<span className="topper-update-note">{
|
|
72
|
+
<span className="topper-update-note">{updateNote}</span>
|
|
73
73
|
</>
|
|
74
74
|
)}
|
|
75
75
|
</div>
|
package/footer.js
CHANGED
|
@@ -94,6 +94,7 @@ let getFooter = function(meta, forceColor){
|
|
|
94
94
|
],
|
|
95
95
|
"Newsroom": [
|
|
96
96
|
{text:"Ethics Policy",link:"https://www.sfchronicle.com/file/759/0/7590-7528-Hearst_Newspaper_Group_Standards_and_Ethics_Policy.pdf"},
|
|
97
|
+
{text:"Our Use of AI",link:"/ai_use/"},
|
|
97
98
|
{text:"Endorsement Process",link:"https://www.sfchronicle.com/opinion/article/How-The-Chronicle-s-endorsement-process-works-14499467.php"},
|
|
98
99
|
{text:"News Tips",link:"https://newstips.sfchronicle.com/"},
|
|
99
100
|
{text:"Newsroom News", link:"https://www.sfchronicle.com/about/newsroomnews/"}
|
|
@@ -176,6 +177,7 @@ let getFooter = function(meta, forceColor){
|
|
|
176
177
|
"text": "Frequently Asked Questions",
|
|
177
178
|
"link": "https://www.houstonchronicle.com/faq"
|
|
178
179
|
},
|
|
180
|
+
{"text":"Our Use of AI","link":"/ai_use/"},
|
|
179
181
|
{
|
|
180
182
|
"text": "Newsroom Contacts",
|
|
181
183
|
"link": "https://www.houstonchronicle.com/newsroom_contacts"
|
|
@@ -230,6 +232,7 @@ let getFooter = function(meta, forceColor){
|
|
|
230
232
|
"text": "Customer Service",
|
|
231
233
|
"link": "https://www.expressnews.com/customer_service"
|
|
232
234
|
},
|
|
235
|
+
{"text":"Our Use of AI","link":"/ai_use/"},
|
|
233
236
|
{
|
|
234
237
|
"text": "Frequently Asked Questions",
|
|
235
238
|
"link": "https://www.expressnews.com/subscriberfaqs/"
|
|
@@ -283,7 +286,8 @@ let getFooter = function(meta, forceColor){
|
|
|
283
286
|
{
|
|
284
287
|
"text": "Contact",
|
|
285
288
|
"link": "https://www.yourconroenews.com/contact/"
|
|
286
|
-
}
|
|
289
|
+
},
|
|
290
|
+
{"text":"Our Use of AI","link":"/ai_use/"}
|
|
287
291
|
],
|
|
288
292
|
"Connect": [
|
|
289
293
|
{
|
|
@@ -364,6 +368,7 @@ let getFooter = function(meta, forceColor){
|
|
|
364
368
|
"text": "Online Store",
|
|
365
369
|
"link": "https://timesunionplus-store.myshopify.com/"
|
|
366
370
|
},
|
|
371
|
+
{"text":"Our Use of AI","link":"/ai_use/"},
|
|
367
372
|
{
|
|
368
373
|
"text": "Puzzles Palace",
|
|
369
374
|
"link": "https://www.timesunion.com/puzzles/"
|
|
@@ -448,6 +453,7 @@ let getFooter = function(meta, forceColor){
|
|
|
448
453
|
"text": "Today's e-Edition",
|
|
449
454
|
"link": "https://subscription.hearstmediact.com/eEdition?siteID="+eedition
|
|
450
455
|
},
|
|
456
|
+
{"text":"Our Use of AI","link":"/ai_use/"},
|
|
451
457
|
{
|
|
452
458
|
"text": "Contact Us",
|
|
453
459
|
"link": "/contact/"
|
|
@@ -496,6 +502,7 @@ let getFooter = function(meta, forceColor){
|
|
|
496
502
|
"text": "Newsroom Contacts",
|
|
497
503
|
"link": "/contact/"
|
|
498
504
|
},
|
|
505
|
+
{"text":"Our Use of AI","link":"/ai_use/"},
|
|
499
506
|
{
|
|
500
507
|
"text": "Advertise",
|
|
501
508
|
"link": "https://hearstmediamidwest.com/"
|
|
@@ -520,6 +527,7 @@ let getFooter = function(meta, forceColor){
|
|
|
520
527
|
"text": "Terms of Use",
|
|
521
528
|
"link": "/tos/"
|
|
522
529
|
},
|
|
530
|
+
{"text":"Our Use of AI","link":"/ai_use/"},
|
|
523
531
|
{
|
|
524
532
|
"text": "Careers",
|
|
525
533
|
"link": "http://www.hearst.com/careers"
|
|
@@ -536,6 +544,83 @@ let getFooter = function(meta, forceColor){
|
|
|
536
544
|
}
|
|
537
545
|
]
|
|
538
546
|
},
|
|
547
|
+
"Seattle": {
|
|
548
|
+
"About": [
|
|
549
|
+
{
|
|
550
|
+
"text": "Privacy Notice",
|
|
551
|
+
"link": "/privacy/"
|
|
552
|
+
},
|
|
553
|
+
{
|
|
554
|
+
"text": "Your California Privacy Rights",
|
|
555
|
+
"link": "/privacy/#additionalinformationforcaliforniaresidents"
|
|
556
|
+
},
|
|
557
|
+
{
|
|
558
|
+
"text": "Interest Based Ads",
|
|
559
|
+
"link": "/privacy/#interestbasedads"
|
|
560
|
+
},
|
|
561
|
+
{
|
|
562
|
+
"text": "Terms of Use",
|
|
563
|
+
"link": "/terms/"
|
|
564
|
+
},
|
|
565
|
+
{
|
|
566
|
+
"text": "Our Company",
|
|
567
|
+
"link": "/facts/"
|
|
568
|
+
},
|
|
569
|
+
{
|
|
570
|
+
"text": "Careers",
|
|
571
|
+
"link": "/pijobs/"
|
|
572
|
+
},
|
|
573
|
+
{
|
|
574
|
+
"text": "Advertising",
|
|
575
|
+
"link": "https://www.hearstseattlepi.com/"
|
|
576
|
+
},
|
|
577
|
+
{
|
|
578
|
+
"text": "Standards and Practices",
|
|
579
|
+
"link": "https://www.sfchronicle.com/file/759/0/7590-7528-Hearst_Newspaper_Group_Standards_and_Ethics_Policy.pdf"
|
|
580
|
+
},
|
|
581
|
+
{
|
|
582
|
+
"text": "Anonymous Sources Policy",
|
|
583
|
+
"link": "https://documentcloud.adobe.com/link/track?uri=urn%3Aaaid%3Ascds%3AUS%3Acaa61dc6-4e58-4e37-a089-89df2181b945"
|
|
584
|
+
},
|
|
585
|
+
{
|
|
586
|
+
"text": "Correction Policy",
|
|
587
|
+
"link": "https://documentcloud.adobe.com/link/track?uri=urn%3Aaaid%3Ascds%3AUS%3A857e94d2-250e-4bfc-9bd2-50095a3d3e29"
|
|
588
|
+
}
|
|
589
|
+
],
|
|
590
|
+
"Contact": [
|
|
591
|
+
{
|
|
592
|
+
"text": "Newsroom Contacts",
|
|
593
|
+
"link": "/pistaff/"
|
|
594
|
+
},
|
|
595
|
+
{"text":"Our Use of AI","link":"/ai_use/"},
|
|
596
|
+
{
|
|
597
|
+
"text": "Ethics Policy",
|
|
598
|
+
"link": "/standards/"
|
|
599
|
+
}
|
|
600
|
+
],
|
|
601
|
+
"Connect": [
|
|
602
|
+
{
|
|
603
|
+
"text": "Archive",
|
|
604
|
+
"link": "https://seattlepi.newsbank.com/"
|
|
605
|
+
},
|
|
606
|
+
{
|
|
607
|
+
"text": "Newsletters",
|
|
608
|
+
"link": "https://www.seattlepi.com/newsletters/"
|
|
609
|
+
},
|
|
610
|
+
{
|
|
611
|
+
"text": "Facebook",
|
|
612
|
+
"link": "https://www.facebook.com/seattlepionline"
|
|
613
|
+
},
|
|
614
|
+
{
|
|
615
|
+
"text": "Twitter",
|
|
616
|
+
"link": "https://twitter.com/seattlepi"
|
|
617
|
+
},
|
|
618
|
+
{
|
|
619
|
+
"text": "Instagram",
|
|
620
|
+
"link": "https://www.instagram.com/seattlepi/"
|
|
621
|
+
}
|
|
622
|
+
]
|
|
623
|
+
},
|
|
539
624
|
"TK": {
|
|
540
625
|
"About": [
|
|
541
626
|
{
|
|
@@ -596,7 +681,8 @@ let getFooter = function(meta, forceColor){
|
|
|
596
681
|
{
|
|
597
682
|
"text": "FAQ",
|
|
598
683
|
"link": "https://www.ctinsider.com/faq/"
|
|
599
|
-
}
|
|
684
|
+
},
|
|
685
|
+
{"text":"Our Use of AI","link":"/ai_use/"}
|
|
600
686
|
]
|
|
601
687
|
}
|
|
602
688
|
}
|