@nationalarchives/frontend 0.1.40 → 0.1.41

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.
@@ -84,43 +84,43 @@ Standard.args = {
84
84
  items: [
85
85
  {
86
86
  text: "About us",
87
- href: "https://www.nationalarchives.gov.uk/about/)",
87
+ href: "https://www.nationalarchives.gov.uk/about/",
88
88
  },
89
89
  {
90
90
  text: "Contact us",
91
- href: "https://www.nationalarchives.gov.uk/contact-us/)",
91
+ href: "https://www.nationalarchives.gov.uk/contact-us/",
92
92
  },
93
93
  {
94
94
  text: "News",
95
- href: "https://www.nationalarchives.gov.uk/about/news/)",
95
+ href: "https://www.nationalarchives.gov.uk/about/news/",
96
96
  },
97
97
  {
98
98
  text: "Blog",
99
- href: "https://blog.nationalarchives.gov.uk/)",
99
+ href: "https://blog.nationalarchives.gov.uk/",
100
100
  },
101
101
  {
102
102
  text: "Podcasts and videos",
103
- href: "https://media.nationalarchives.gov.uk/)",
103
+ href: "https://media.nationalarchives.gov.uk/",
104
104
  },
105
105
  {
106
106
  text: "Image library",
107
- href: "https://images.nationalarchives.gov.uk/)",
107
+ href: "https://images.nationalarchives.gov.uk/",
108
108
  },
109
109
  {
110
110
  text: "Press room",
111
- href: "https://www.nationalarchives.gov.uk/about/press-room/)",
111
+ href: "https://www.nationalarchives.gov.uk/about/press-room/",
112
112
  },
113
113
  {
114
114
  text: "Jobs and careers",
115
- href: "https://www.nationalarchives.gov.uk/about/jobs/)",
115
+ href: "https://www.nationalarchives.gov.uk/about/jobs/",
116
116
  },
117
117
  {
118
118
  text: "British citizenship services",
119
- href: "https://www.nationalarchives.gov.uk/contact-us/british-citizenship-services/)",
119
+ href: "https://www.nationalarchives.gov.uk/contact-us/british-citizenship-services/",
120
120
  },
121
121
  {
122
122
  text: "Historical Manuscripts Commission",
123
- href: "https://www.nationalarchives.gov.uk/archives-sector/our-archives-sector-role/historical-manuscripts-commission/)",
123
+ href: "https://www.nationalarchives.gov.uk/archives-sector/our-archives-sector-role/historical-manuscripts-commission/",
124
124
  },
125
125
  ],
126
126
  },
@@ -1233,43 +1233,43 @@ const Template = ({ theme, accent }) => {
1233
1233
  items: [
1234
1234
  {
1235
1235
  text: "About us",
1236
- href: "https://www.nationalarchives.gov.uk/about/)",
1236
+ href: "https://www.nationalarchives.gov.uk/about/",
1237
1237
  },
1238
1238
  {
1239
1239
  text: "Contact us",
1240
- href: "https://www.nationalarchives.gov.uk/contact-us/)",
1240
+ href: "https://www.nationalarchives.gov.uk/contact-us/",
1241
1241
  },
1242
1242
  {
1243
1243
  text: "News",
1244
- href: "https://www.nationalarchives.gov.uk/about/news/)",
1244
+ href: "https://www.nationalarchives.gov.uk/about/news/",
1245
1245
  },
1246
1246
  {
1247
1247
  text: "Blog",
1248
- href: "https://blog.nationalarchives.gov.uk/)",
1248
+ href: "https://blog.nationalarchives.gov.uk/",
1249
1249
  },
1250
1250
  {
1251
1251
  text: "Podcasts and videos",
1252
- href: "https://media.nationalarchives.gov.uk/)",
1252
+ href: "https://media.nationalarchives.gov.uk/",
1253
1253
  },
1254
1254
  {
1255
1255
  text: "Image library",
1256
- href: "https://images.nationalarchives.gov.uk/)",
1256
+ href: "https://images.nationalarchives.gov.uk/",
1257
1257
  },
1258
1258
  {
1259
1259
  text: "Press room",
1260
- href: "https://www.nationalarchives.gov.uk/about/press-room/)",
1260
+ href: "https://www.nationalarchives.gov.uk/about/press-room/",
1261
1261
  },
1262
1262
  {
1263
1263
  text: "Jobs and careers",
1264
- href: "https://www.nationalarchives.gov.uk/about/jobs/)",
1264
+ href: "https://www.nationalarchives.gov.uk/about/jobs/",
1265
1265
  },
1266
1266
  {
1267
1267
  text: "British citizenship services",
1268
- href: "https://www.nationalarchives.gov.uk/contact-us/british-citizenship-services/)",
1268
+ href: "https://www.nationalarchives.gov.uk/contact-us/british-citizenship-services/",
1269
1269
  },
1270
1270
  {
1271
1271
  text: "Historical Manuscripts Commission",
1272
- href: "https://www.nationalarchives.gov.uk/archives-sector/our-archives-sector-role/historical-manuscripts-commission/)",
1272
+ href: "https://www.nationalarchives.gov.uk/archives-sector/our-archives-sector-role/historical-manuscripts-commission/",
1273
1273
  },
1274
1274
  ],
1275
1275
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nationalarchives/frontend",
3
- "version": "0.1.40",
3
+ "version": "0.1.41",
4
4
  "description": "The National Archives frontend styles",
5
5
  "scripts": {
6
6
  "start": "storybook dev -p 6006",