@onsvisual/svelte-components 1.0.63 → 1.0.64

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.
@@ -7,8 +7,9 @@ export default class Header extends SvelteComponentTyped<{
7
7
  title?: string | null | undefined;
8
8
  compact?: boolean | undefined;
9
9
  skipHref?: string | undefined;
10
- titleHref?: string | null | undefined;
11
10
  bilingual?: boolean | undefined;
11
+ legacy?: boolean | undefined;
12
+ titleHref?: string | null | undefined;
12
13
  }, {
13
14
  [evt: string]: CustomEvent<any>;
14
15
  }, {
@@ -26,8 +27,9 @@ declare const __propDef: {
26
27
  title?: string | null | undefined;
27
28
  compact?: boolean | undefined;
28
29
  skipHref?: string | undefined;
29
- titleHref?: string | null | undefined;
30
30
  bilingual?: boolean | undefined;
31
+ legacy?: boolean | undefined;
32
+ titleHref?: string | null | undefined;
31
33
  };
32
34
  events: {
33
35
  [evt: string]: CustomEvent<any>;
@@ -0,0 +1,173 @@
1
+ <script>
2
+ export let compact = false;
3
+ export let title = null;
4
+ export let baseurl = "https://www.ons.gov.uk";
5
+ export let i18n = (text) => text;
6
+ </script>
7
+
8
+ <div class="ons-browser-banner">
9
+ <div class="ons-container">
10
+ <p class="ons-browser-banner__content">
11
+ <span class="ons-browser-banner__lead">This website no longer supports your browser.</span
12
+ ><span class="ons-browser-banner__cta">
13
+ You can <a class="ons-browser-banner__link" href="https://www.ons.gov.uk/help/browsers"
14
+ >upgrade your browser to the latest version</a
15
+ >.</span
16
+ >
17
+ </p>
18
+ </div>
19
+ </div>
20
+ <div class="ons-header__top" class:ons-header__top--compact={compact && !title}>
21
+ <div class="ons-container">
22
+ <div
23
+ class="ons-header__grid-top ons-grid ons-grid-flex ons-grid-flex--between ons-grid-flex--vertical-center ons-grid-flex--no-wrap ons-grid--gutterless"
24
+ >
25
+ <div class="ons-grid__col ons-col-auto">
26
+ <a
27
+ class="ons-header__org-logo-link"
28
+ href={baseurl}
29
+ aria-label="{i18n('Office for National Statistics logo')} - {i18n('Homepage')}"
30
+ >
31
+ <div class="ons-header__org-logo ons-header__org-logo--large">
32
+ <svg
33
+ class="ons-icon--logo"
34
+ xmlns="http://www.w3.org/2000/svg"
35
+ width="250"
36
+ height="24"
37
+ viewBox="33 2 552 60"
38
+ aria-labelledby="ons-logo-en-alt"
39
+ role="img"
40
+ >
41
+ <title id="ons-logo-en-alt"
42
+ >{i18n("Office for National Statistics logo")} - {i18n("Homepage")}</title
43
+ >
44
+ <g class="ons-icon--logo__group ons-icon--logo__group--secondary" fill="#a8bd3a">
45
+ <path
46
+ d="M0,34.6c.8-1.69,1.39-3,2.32-4.6A38.28,38.28,0,0,1,0,23.4V34.6M5,3S0,3,0,9.25v1A62.12,62.12,0,0,0,4.2,27a43.77,43.77,0,0,1,9.42-10.79C21.69,9.21,31.16,5.13,45.9,3Z"
47
+ />
48
+ </g>
49
+ <g class="ons-icon--logo__group ons-icon--logo__group--primary" fill="#003c57">
50
+ <path
51
+ d="M53.06,6.42C36.2,8,24.68,12.92,16.43,20.07A41.46,41.46,0,0,0,6.4,32.2C12.87,44.93,28.88,57,46.6,57H47s6.32.21,6.32-6.91V6.36a1.22,1.22,0,0,1-.26.06M9.72,42.67a44.25,44.25,0,0,1-5-7.42A80.59,80.59,0,0,0,0,46.38V56.91L31.06,57c-9.83-3-15.74-7.64-21.34-14.3"
52
+ />
53
+ </g>
54
+ <g class="ons-icon--logo__group ons-icon--logo__group--text" fill="#003c57">
55
+ <path
56
+ d="M82,47.49c-9.07,0-13.13-7.51-13.13-16.77S72.91,14,82,14s13.1,7.61,13.1,16.77S91.1,47.54,82,47.54m0-30.91c-6.69,0-9.07,7.33-9.07,14.05s2.16,13.9,9.07,13.9,9-7.28,9-13.9-2.34-14-9-14"
57
+ />
58
+ <path
59
+ d="M106.36,23.81V46.88h-3.67V23.81H98.93V21.56h3.76V17.9c0-4.61,2.72-7.95,8.08-7.95.38,0,.86.05.86.05v2.35h-.43c-2.55,0-4.84,1.64-4.84,5.12v4.09h5.27v2.25Z"
60
+ />
61
+ <path
62
+ d="M121.53,23.81V46.88h-3.67V23.81H114.1V21.56h3.76V17.9c0-4.61,2.72-7.95,8.08-7.95.38,0,.86.05.86.05v2.35h-.43c-2.55,0-4.84,1.64-4.84,5.12v4.09h5.27v2.25Z"
63
+ />
64
+ <path
65
+ d="M132.85,16.72a2.28,2.28,0,0,1-2.33-2.23v0a2.34,2.34,0,0,1,4.67,0,2.28,2.28,0,0,1-2.3,2.26h0M131,21.56h3.71V46.88H131Z"
66
+ />
67
+ <path
68
+ d="M150.53,47.49c-6,0-10.63-5.16-10.63-13.29S144.52,21,150.66,21a9.76,9.76,0,0,1,6.17,1.74l-1,2.25a7.53,7.53,0,0,0-4.4-1.36c-5.15,0-7.78,4.46-7.78,10.48,0,6.2,3,10.62,7.65,10.62a8,8,0,0,0,4.49-1.37l1,2.45a10.21,10.21,0,0,1-6.3,1.73"
69
+ />
70
+ <path
71
+ d="M162.84,35.75c.48,6,3.76,9,8.9,9a14.66,14.66,0,0,0,6.88-1.55l1.08,2.59a18,18,0,0,1-8.22,1.73c-7.12,0-12.18-4.23-12.18-13.34,0-8.69,4.67-13.2,11-13.2s10.37,3.95,10.37,12.4Zm7.35-12.41c-4.1,0-7.56,3.2-7.52,10.29l14.39-2c0-5.87-2.81-8.32-6.87-8.32"
72
+ />
73
+ <path
74
+ d="M198.57,23.81V46.88H194.9V23.81h-3.76V21.56h3.76V17.9c0-4.61,2.72-7.95,8.08-7.95.39,0,.87.05.87.05v2.35h-.44c-2.54,0-4.84,1.64-4.84,5.12v4.09h5.28v2.25Z"
75
+ />
76
+ <path
77
+ d="M217.28,47.49c-7.47,0-10.89-5.78-10.89-13.24S209.81,21,217.28,21s10.85,5.82,10.85,13.3-3.37,13.24-10.85,13.24m0-24c-5.53,0-7.13,5.59-7.13,10.81s1.73,10.56,7.13,10.56,7.13-5.35,7.13-10.56-1.6-10.81-7.13-10.81"
78
+ />
79
+ <path
80
+ d="M244.08,23.91c-2.34-.61-5.75-.52-7.35.47v22.5H233V22.69c2.67-1.13,5.36-1.74,10.11-1.74H245Z"
81
+ />
82
+ <path
83
+ d="M277.42,47.13,263.07,25a32.2,32.2,0,0,1-1.85-3.29h-.09s.13,1.88.13,3.85V47.13h-4.71V14.8h5.31l13.61,20.82A28.76,28.76,0,0,1,277.38,39h.08s-.17-1.84-.17-3.77V14.8H282V47.13Z"
84
+ />
85
+ <path
86
+ d="M297.52,47.79c-7.43,0-10.93-3-10.93-7.81,0-6.8,7.12-8.64,15.59-9.39V29.13c0-3.47-2.37-4.51-5.83-4.51a18,18,0,0,0-6.87,1.46L288.23,23a24,24,0,0,1,9.12-1.83c5.61,0,9.93,2.3,9.93,8.78V46a22.71,22.71,0,0,1-9.76,1.83m4.66-14.67c-6.26.67-10.45,1.84-10.45,6.73,0,3.42,2.42,4.88,6.22,4.88a10.09,10.09,0,0,0,4.23-.84Z"
87
+ />
88
+ <path
89
+ d="M322,47.69c-5.31,0-7.34-3.43-7.34-6.86V25.09h-3.55V21.81h3.55V16.12l5.4-1.5v7.19H325v3.28h-5V40.55a3.26,3.26,0,0,0,3,3.52h.5a5.5,5.5,0,0,0,1.46-.23v3.33a7.69,7.69,0,0,1-3,.52"
90
+ />
91
+ <path
92
+ d="M331.91,17.43a3,3,0,0,1-3.15-2.81,3.17,3.17,0,0,1,6.31,0,3,3,0,0,1-3.16,2.81m-2.72,4.38h5.44V47.13h-5.44Z"
93
+ />
94
+ <path
95
+ d="M350.88,47.79c-7.73,0-11.57-5.74-11.57-13.3s3.84-13.34,11.57-13.34,11.54,5.78,11.54,13.34-3.8,13.3-11.54,13.3m0-23.17c-4.66,0-6.05,4.89-6.05,9.82s1.47,9.63,6.05,9.63,6.05-4.7,6.05-9.63-1.38-9.82-6.05-9.82"
96
+ />
97
+ <path
98
+ d="M382.52,47.13V29c0-3.24-2.77-4.47-5.88-4.47a12.3,12.3,0,0,0-4.37.76v21.8h-5.39V23a26.81,26.81,0,0,1,10.06-1.83c6.61,0,11,2.25,11,7.8V47.13Z"
99
+ />
100
+ <path
101
+ d="M403.18,47.79c-7.43,0-10.94-3-10.94-7.81,0-6.8,7.13-8.64,15.6-9.39V29.13c0-3.47-2.37-4.51-5.83-4.51a18,18,0,0,0-6.87,1.46L393.89,23A24,24,0,0,1,403,21.15c5.62,0,9.94,2.3,9.94,8.78V46a22.71,22.71,0,0,1-9.76,1.83m4.66-14.67c-6.27.67-10.46,1.84-10.46,6.73,0,3.42,2.43,4.88,6.23,4.88a10.09,10.09,0,0,0,4.23-.84Z"
102
+ />
103
+ <polygon
104
+ points="418.52 47.13 418.52 34.91 418.52 10.25 423.92 10.25 423.92 22.76 423.92 47.13 418.52 47.13"
105
+ />
106
+ <path
107
+ d="M445.39,47.79A19.11,19.11,0,0,1,436.58,46l1.51-4a13.48,13.48,0,0,0,6.22,1.55c3.76,0,6.44-2.21,6.44-5.41,0-7.09-13.44-4.36-13.44-14.42,0-5.13,4.15-9.59,10.72-9.59A15.82,15.82,0,0,1,455.8,16l-1.38,3.52a11.93,11.93,0,0,0-5.66-1.5c-3.5,0-5.79,2.11-5.79,5.12,0,7,13.74,3.94,13.74,14.65,0,5.74-4.71,10-11.32,10"
108
+ />
109
+ <path
110
+ d="M470.41,47.69c-5.31,0-7.34-3.43-7.34-6.86V25.09h-3.54V21.81h3.54V16.12l5.4-1.5v7.19h4.92v3.28h-4.92V40.55a3.27,3.27,0,0,0,3,3.52h.48a5.12,5.12,0,0,0,1.46-.23v3.33a7.69,7.69,0,0,1-3,.52"
111
+ />
112
+ <path
113
+ d="M487.27,47.79c-7.44,0-10.93-3-10.93-7.81,0-6.8,7.13-8.64,15.6-9.39V29.13c0-3.47-2.38-4.51-5.84-4.51a18,18,0,0,0-6.87,1.46L478,23a23.94,23.94,0,0,1,9.11-1.83c5.62,0,9.94,2.3,9.94,8.78V46a22.71,22.71,0,0,1-9.76,1.83M492,33.16c-6.27.67-10.46,1.84-10.46,6.73,0,3.42,2.42,4.88,6.22,4.88a10,10,0,0,0,4.24-.84Z"
114
+ />
115
+ <path
116
+ d="M511.73,47.69c-5.32,0-7.35-3.43-7.35-6.86V25.09h-3.54V21.81h3.54V16.12l5.4-1.5v7.19h4.92v3.28h-4.92V40.55a3.26,3.26,0,0,0,3,3.52h.5a5.5,5.5,0,0,0,1.46-.23v3.33a7.69,7.69,0,0,1-3,.52"
117
+ />
118
+ <path
119
+ d="M521.66,17.43a3,3,0,0,1-3.15-2.81,3.17,3.17,0,0,1,6.31,0,3,3,0,0,1-3.16,2.81m-2.72,4.38h5.45V47.13h-5.45Z"
120
+ />
121
+ <path
122
+ d="M536.19,47.79A15.9,15.9,0,0,1,528.54,46L530,42.48a10.53,10.53,0,0,0,5.52,1.5c2.77,0,5-1.78,5-3.94,0-6-11.1-3.2-11.1-11.47,0-3.76,3.37-7.42,8.86-7.42A13.56,13.56,0,0,1,545.34,23l-1.42,3.14a8.47,8.47,0,0,0-4.62-1.45c-2.81,0-4.54,1.69-4.54,3.62,0,5.64,11.32,3.14,11.32,11.6,0,4-3.85,7.9-9.89,7.9"
123
+ />
124
+ <path
125
+ d="M559.83,47.69c-5.31,0-7.35-3.43-7.35-6.86V25.09h-3.54V21.81h3.54V16.12l5.4-1.5v7.19h4.93v3.28h-4.93V40.55a3.27,3.27,0,0,0,3,3.52h.48a5.64,5.64,0,0,0,1.47-.23v3.33a7.72,7.72,0,0,1-3,.52"
126
+ />
127
+ <path
128
+ d="M569.77,17.43a3,3,0,0,1-3.15-2.81,3.17,3.17,0,0,1,6.31,0,3,3,0,0,1-3.16,2.81m-2.72,4.38h5.44V47.13h-5.44Z"
129
+ />
130
+ <path
131
+ d="M588.14,47.79c-6.23,0-11-5.08-11-13.35s4.88-13.29,11-13.29A10.51,10.51,0,0,1,594.66,23l-1.21,3a6.87,6.87,0,0,0-4-1.22c-4.4,0-6.69,3.81-6.69,9.49s2.63,9.59,6.61,9.59a6.74,6.74,0,0,0,4-1.28L594.7,46c-1.12.94-3.33,1.84-6.56,1.84"
132
+ />
133
+ <path
134
+ d="M605.1,47.79A15.9,15.9,0,0,1,597.45,46l1.42-3.47A10.54,10.54,0,0,0,604.4,44c2.77,0,5-1.78,5-3.94,0-6-11.1-3.2-11.1-11.47,0-3.76,3.37-7.42,8.85-7.42a13.49,13.49,0,0,1,7.1,1.83l-1.42,3.14a8.42,8.42,0,0,0-4.63-1.45c-2.8,0-4.53,1.69-4.53,3.62,0,5.64,11.32,3.14,11.32,11.6,0,4-3.85,7.9-9.89,7.9"
135
+ />
136
+ </g>
137
+ </svg>
138
+ </div>
139
+ <div class="ons-header__org-logo ons-header__org-logo--small">
140
+ <svg
141
+ class="ons-icon--logo"
142
+ xmlns="http://www.w3.org/2000/svg"
143
+ width="120"
144
+ height="27"
145
+ viewBox="0 5 595 116"
146
+ aria-labelledby="ons-logo-stacked-en-alt"
147
+ role="img"
148
+ >
149
+ <title id="ons-logo-stacked-en-alt">
150
+ {i18n("Office for National Statistics logo")}
151
+ </title>
152
+ <g class="ons-icon--logo__group ons-icon--logo__group--secondary" fill="#a8bd3a">
153
+ <path
154
+ d="M0,70.5c1.8-3.7,3.6-7.2,5.6-10.7A127.94,127.94,0,0,1,0,42.6V70.5M10.9,0S0,0,0,13.5v7.2A128.06,128.06,0,0,0,7.9,56.2a114.75,114.75,0,0,1,22.3-26C47.8,15.1,71.5,4.7,103.7.1Z"
155
+ />
156
+ </g>
157
+ <g class="ons-icon--logo__group ons-icon--logo__group--primary" fill="#003c57">
158
+ <path
159
+ d="M115.9,7.3c-36.8,3.5-62,14-80,29.4a108.15,108.15,0,0,0-23.6,29c14.1,27.4,41.1,47.6,86,50.5h4.4s13.8.5,13.8-14.9V7.2l-.6.1M21.2,85.4a92.68,92.68,0,0,1-11-16A173,173,0,0,0,0,93.4v22.7l73.6.1c-22.9-5.5-40.1-16.4-52.4-30.8"
160
+ />
161
+ </g>
162
+ <g class="ons-icon--logo__group ons-icon--logo__group--text" fill="#003c57">
163
+ <path
164
+ d="M161,51.9c-11.3,0-16.3-9.3-16.3-20.8s5-20.8,16.3-20.8,16.3,9.5,16.3,20.8c-.1,11.5-5.1,20.8-16.3,20.8m0-38.3c-8.3,0-11.3,9.1-11.3,17.4s2.7,17.3,11.3,17.3,11.2-9.1,11.2-17.3S169.3,13.6,161,13.6m30.2,8.9V51.2h-4.5V22.6H182V19.8h4.7V15.2c0-5.7,3.4-9.9,10-9.9a8,8,0,0,1,1.1.1V8.3h-.5c-3.2,0-6,2.1-6,6.4v5.1h6.6v2.8l-6.7-.1Zm18.9,0V51.2h-4.5V22.6h-4.7V19.8h4.7V15.2c0-5.7,3.4-9.9,10-9.9a8,8,0,0,1,1.1.1V8.3h-.5c-3.2,0-6,2.1-6,6.4v5.1h6.6v2.8l-6.7-.1Zm14-8.8a2.82,2.82,0,0,1-2.9-2.8,2.9,2.9,0,0,1,5.8,0,2.76,2.76,0,0,1-2.9,2.8m-2.3,6h4.6V51.2h-4.6Zm24.3,32.2c-7.4,0-13.2-6.4-13.2-16.5,0-10.3,5.8-16.5,13.4-16.5a12.36,12.36,0,0,1,7.7,2.2l-1.2,2.8a8.92,8.92,0,0,0-5.5-1.7c-6.4,0-9.7,5.5-9.7,13,0,7.7,3.7,13.2,9.5,13.2a9.8,9.8,0,0,0,5.6-1.7l1.2,3c-1.3,1.2-4,2.2-7.8,2.2m15.3-14.6c.6,7.4,4.7,11.1,11.1,11.1a18.36,18.36,0,0,0,8.5-1.9l1.3,3.2a22.58,22.58,0,0,1-10.2,2.1c-8.8,0-15.1-5.3-15.1-16.6,0-10.8,5.8-16.4,13.7-16.4s12.9,4.9,12.9,15.4l-22.2,3.1ZM270.5,22c-5.1,0-9.4,4-9.3,12.8l17.9-2.5C279,25,275.5,22,270.5,22m42.2.5V51.2h-4.5V22.6h-4.7V19.8h4.7V15.2c0-5.7,3.4-9.9,10-9.9a8,8,0,0,1,1.1.1V8.3h-.5c-3.2,0-6,2.1-6,6.4v5.1h6.6v2.8Zm23.2,29.4c-9.3,0-13.5-7.2-13.5-16.5s4.2-16.5,13.5-16.5,13.5,7.2,13.5,16.5-4.2,16.5-13.5,16.5m0-29.8c-6.9,0-8.8,7-8.8,13.4s2.1,13.1,8.8,13.1c6.9,0,8.9-6.6,8.9-13.1s-2-13.4-8.9-13.4m33.3.6c-2.9-.8-7.1-.6-9.1.6V51.2h-4.6V21.1c3.3-1.4,6.6-2.2,12.5-2.2h2.4c0,.1-1.2,3.8-1.2,3.8ZM171.3,114.8,153.5,87.3c-1.3-2.1-2.3-4.1-2.3-4.1h-.1s.2,2.3.2,4.8v26.8h-5.8V74.7h6.6L169,100.5a46.13,46.13,0,0,1,2.4,4.1h.1s-.2-2.3-.2-4.7V74.6h5.9v40.1l-5.9.1Zm25,.8c-9.2,0-13.6-3.7-13.6-9.7,0-8.5,8.8-10.7,19.4-11.7V92.4c0-4.3-2.9-5.6-7.2-5.6a22.34,22.34,0,0,0-8.5,1.8l-1.6-3.8a30.2,30.2,0,0,1,11.3-2.3c7,0,12.3,2.9,12.3,10.9v19.9c-2.7,1.4-6.9,2.3-12.1,2.3m5.8-18.2c-7.8.8-13,2.3-13,8.3,0,4.2,3,6.1,7.7,6.1a12.33,12.33,0,0,0,5.3-1.1Zm24.5,18.1c-6.6,0-9.1-4.3-9.1-8.5V87.5h-4.4V83.4h4.4v-7l6.7-1.9v8.9h6.1v4.1h-6.1v19.2c0,2.5,1.4,4.4,4.3,4.4a5.66,5.66,0,0,0,1.8-.3v4.1a11.47,11.47,0,0,1-3.7.6M239,77.9a3.52,3.52,0,1,1,3.9-3.5,3.71,3.71,0,0,1-3.9,3.5m-3.4,5.5h6.8v31.4h-6.8Zm26.9,32.2c-9.6,0-14.4-7.1-14.4-16.5s4.8-16.6,14.4-16.6,14.3,7.2,14.3,16.6-4.7,16.5-14.3,16.5m0-28.7c-5.8,0-7.5,6.1-7.5,12.2s1.8,11.9,7.5,11.9,7.5-5.8,7.5-11.9-1.7-12.2-7.5-12.2m39.3,27.9V92.3c0-4-3.4-5.5-7.3-5.5a16,16,0,0,0-5.4.9v27.1h-6.7v-30a32.8,32.8,0,0,1,12.5-2.3c8.2,0,13.7,2.8,13.7,9.7v22.6Zm25.7.8c-9.2,0-13.6-3.7-13.6-9.7,0-8.5,8.9-10.7,19.4-11.7V92.4c0-4.3-2.9-5.6-7.2-5.6a22.34,22.34,0,0,0-8.5,1.8L316,84.8a30.2,30.2,0,0,1,11.3-2.3c7,0,12.3,2.9,12.3,10.9v19.9c-2.7,1.4-6.9,2.3-12.1,2.3m5.8-18.2c-7.8.8-13,2.3-13,8.3,0,4.2,3,6.1,7.7,6.1a12.33,12.33,0,0,0,5.3-1.1Zm13.2,17.4V69h6.7v45.8Zm38.6.8a23.94,23.94,0,0,1-10.9-2.3l1.9-4.9a17,17,0,0,0,7.7,1.9c4.7,0,8-2.7,8-6.7,0-8.8-16.7-5.4-16.7-17.9,0-6.4,5.2-11.9,13.3-11.9a20.22,20.22,0,0,1,9.7,2.3l-1.7,4.4a14.57,14.57,0,0,0-7-1.9c-4.3,0-7.2,2.6-7.2,6.4,0,8.6,17.1,4.9,17.1,18.2-.1,7.1-6,12.4-14.2,12.4m31.1-.1c-6.6,0-9.1-4.3-9.1-8.5V87.5h-4.4V83.4h4.4v-7l6.7-1.9v8.9h6.1v4.1h-6.1v19.2a4.07,4.07,0,0,0,4.3,4.4,5.66,5.66,0,0,0,1.8-.3v4.1a12.06,12.06,0,0,1-3.7.6m20.9.1c-9.2,0-13.6-3.7-13.6-9.7,0-8.5,8.9-10.7,19.4-11.7V92.4c0-4.3-2.9-5.6-7.2-5.6a22.34,22.34,0,0,0-8.5,1.8l-1.6-3.8a30.2,30.2,0,0,1,11.3-2.3c7,0,12.3,2.9,12.3,10.9v19.9c-2.6,1.4-6.9,2.3-12.1,2.3m5.8-18.2c-7.8.8-13,2.3-13,8.3,0,4.2,3,6.1,7.7,6.1a12.33,12.33,0,0,0,5.3-1.1Zm24.6,18.1c-6.6,0-9.1-4.3-9.1-8.5V87.5H454V83.4h4.4v-7l6.7-1.9v8.9h6.1v4.1h-6.1v19.2a4.07,4.07,0,0,0,4.3,4.4,5.66,5.66,0,0,0,1.8-.3v4.1a12.69,12.69,0,0,1-3.7.6m12.3-37.6a3.52,3.52,0,1,1,3.9-3.5,3.65,3.65,0,0,1-3.9,3.5m-3.4,5.5h6.8v31.4h-6.8Zm21.4,32.2a19.46,19.46,0,0,1-9.5-2.3l1.8-4.3a13.21,13.21,0,0,0,6.9,1.9c3.4,0,6.2-2.2,6.2-4.9,0-7.5-13.8-4-13.8-14.2,0-4.7,4.2-9.2,11-9.2a16.21,16.21,0,0,1,8.8,2.3l-1.8,3.9a10.31,10.31,0,0,0-5.7-1.8c-3.5,0-5.6,2.1-5.6,4.5,0,7,14,3.9,14,14.4,0,4.9-4.7,9.7-12.3,9.7m29.4-.1c-6.6,0-9.1-4.3-9.1-8.5V87.5h-4.4V83.4h4.4v-7l6.7-1.9v8.9h6.1v4.1h-6.1v19.2c0,2.5,1.4,4.4,4.3,4.4a5.66,5.66,0,0,0,1.8-.3v4.1a12.06,12.06,0,0,1-3.7.6m12.3-37.6a3.52,3.52,0,1,1,3.9-3.5c.1,2-1.7,3.5-3.9,3.5m-3.3,5.5H543v31.4h-6.8Zm26.2,32.2c-7.7,0-13.6-6.3-13.6-16.6s6.1-16.5,13.7-16.5c3.9,0,6.6,1.1,8,2.3L569,88.6a8.61,8.61,0,0,0-4.9-1.5c-5.5,0-8.3,4.7-8.3,11.8s3.3,11.9,8.2,11.9a8.39,8.39,0,0,0,4.9-1.6l1.7,4.1c-1.5,1.2-4.2,2.3-8.2,2.3m20.6,0a19.46,19.46,0,0,1-9.5-2.3l1.8-4.3a13.21,13.21,0,0,0,6.9,1.9c3.4,0,6.2-2.2,6.2-4.9,0-7.5-13.8-4-13.8-14.2,0-4.7,4.2-9.2,11-9.2a16.85,16.85,0,0,1,8.9,2.3l-1.8,3.9A10.31,10.31,0,0,0,587,87c-3.5,0-5.6,2.1-5.6,4.5,0,7,14,3.9,14,14.4-.1,4.9-4.9,9.7-12.4,9.7"
165
+ />
166
+ </g>
167
+ </svg>
168
+ </div>
169
+ </a>
170
+ </div>
171
+ </div>
172
+ </div>
173
+ </div>
@@ -0,0 +1,29 @@
1
+ /** @typedef {typeof __propDef.props} HeaderNavProps */
2
+ /** @typedef {typeof __propDef.events} HeaderNavEvents */
3
+ /** @typedef {typeof __propDef.slots} HeaderNavSlots */
4
+ export default class HeaderNav extends SvelteComponentTyped<{
5
+ title?: null | undefined;
6
+ compact?: boolean | undefined;
7
+ baseurl?: string | undefined;
8
+ i18n?: ((text: any) => any) | undefined;
9
+ }, {
10
+ [evt: string]: CustomEvent<any>;
11
+ }, {}> {
12
+ }
13
+ export type HeaderNavProps = typeof __propDef.props;
14
+ export type HeaderNavEvents = typeof __propDef.events;
15
+ export type HeaderNavSlots = typeof __propDef.slots;
16
+ import { SvelteComponentTyped } from "svelte";
17
+ declare const __propDef: {
18
+ props: {
19
+ title?: null | undefined;
20
+ compact?: boolean | undefined;
21
+ baseurl?: string | undefined;
22
+ i18n?: ((text: any) => any) | undefined;
23
+ };
24
+ events: {
25
+ [evt: string]: CustomEvent<any>;
26
+ };
27
+ slots: {};
28
+ };
29
+ export {};
@@ -0,0 +1,442 @@
1
+ <script>
2
+ import { onMount } from "svelte";
3
+ import initNav from "./nav.js";
4
+
5
+ export let bilingual = true;
6
+ export let lang = "en";
7
+ export let baseurl = "https://www.ons.gov.uk";
8
+ export let baseother = "https://cy.ons.gov.uk";
9
+ export let path = "";
10
+ export let i18n = (text) => text;
11
+
12
+ const menu = [
13
+ {
14
+ label_en: "Business, industry and trade",
15
+ label_cy: "Busnes, diwydiant a masnach",
16
+ url: "/businessindustryandtrade",
17
+ children: [
18
+ { label_en: "Business", label_cy: "Busnes", url: "/businessindustryandtrade/business" },
19
+ {
20
+ label_en: "Changes to business",
21
+ label_cy: "Newidiadau i fusnesau",
22
+ url: "/businessindustryandtrade/changestobusiness"
23
+ },
24
+ {
25
+ label_en: "Construction industry",
26
+ label_cy: "Diwydiant adeiladu",
27
+ url: "/businessindustryandtrade/constructionindustry"
28
+ },
29
+ {
30
+ label_en: "IT and internet industry",
31
+ label_cy: "Y diwydiant TG a'r rhyngrwyd",
32
+ url: "/businessindustryandtrade"
33
+ },
34
+ {
35
+ label_en: "International trade",
36
+ label_cy: "Masnach ryngwladol",
37
+ url: "/businessindustryandtrade/itandinternetindustry"
38
+ },
39
+ {
40
+ label_en: "Manufacturing and production industry",
41
+ label_cy: "Y diwydiant gweithgynhyrchu a chynhyrchu",
42
+ url: "/businessindustryandtrade/manufacturingandproductionindustry"
43
+ },
44
+ {
45
+ label_en: "Retail industry",
46
+ label_cy: "Y diwydiant manwerthu",
47
+ url: "/businessindustryandtrade/retailindustry"
48
+ },
49
+ {
50
+ label_en: "Tourism industry",
51
+ label_cy: "Y diwydiant twristiaeth",
52
+ url: "/businessindustryandtrade/tourismindustry"
53
+ }
54
+ ]
55
+ },
56
+ {
57
+ label_en: "Economy",
58
+ label_cy: "Yr economi",
59
+ url: "/economy",
60
+ children: [
61
+ {
62
+ label_en: "Economic output and productivity",
63
+ label_cy: "Allgynnyrch economaidd a chynhyrchiant",
64
+ url: "/economy/economicoutputandproductivity"
65
+ },
66
+ {
67
+ label_en: "Environmental accounts",
68
+ label_cy: "Cyfrifon amgylcheddol",
69
+ url: "/economy/environmentalaccounts"
70
+ },
71
+ {
72
+ label_en: "Government, public sector and taxes",
73
+ label_cy: "Llywodraeth, y sector cyhoeddus a threthi",
74
+ url: "/economy/governmentpublicsectorandtaxes"
75
+ },
76
+ {
77
+ label_en: "Gross Domestic Product (GDP)",
78
+ label_cy: "Cynnyrch Domestig Gros (CDG)",
79
+ url: "/economy/grossdomesticproductgdp"
80
+ },
81
+ {
82
+ label_en: "Gross Value Added (GVA)",
83
+ label_cy: "Gwerth Ychwanegol Gros",
84
+ url: "/economy/grossvalueaddedgva"
85
+ },
86
+ {
87
+ label_en: "Inflation and price indices",
88
+ label_cy: "Mynegeion chwyddiant a phrisiau",
89
+ url: "/economy/inflationandpriceindices"
90
+ },
91
+ {
92
+ label_en: "Investments, pensions and trusts",
93
+ label_cy: "Buddsoddiadau, pensiynau ac ymddiriedolaethau",
94
+ url: "/economy/investmentspensionsandtrusts"
95
+ },
96
+ {
97
+ label_en: "National accounts",
98
+ label_cy: "Cyfrifon gwladol",
99
+ url: "/economy/nationalaccounts"
100
+ },
101
+ {
102
+ label_en: "Regional accounts",
103
+ label_cy: "Cyfrifon rhanbarthol",
104
+ url: "/economy/regionalaccounts"
105
+ }
106
+ ]
107
+ },
108
+ {
109
+ label_en: "Employment and labour market",
110
+ label_cy: "Cyflogaeth a'r farchnad lafur",
111
+ url: "/employmentandlabourmarket",
112
+ children: [
113
+ {
114
+ label_en: "People in work",
115
+ label_cy: "Pobl mewn gwaith",
116
+ url: "/employmentandlabourmarket/peopleinwork"
117
+ },
118
+ {
119
+ label_en: "People not in work",
120
+ label_cy: "Pobl nad ydynt mewn gwaith",
121
+ url: "/employmentandlabourmarket/peoplenotinwork"
122
+ }
123
+ ]
124
+ },
125
+ {
126
+ label_en: "People, population and community",
127
+ label_cy: "Pobl, y boblogaeth a chymunedau",
128
+ url: "/peoplepopulationandcommunity",
129
+ children: [
130
+ {
131
+ label_en: "Births, deaths and marriages",
132
+ label_cy: "Genedigaethau, marwolaethau a phriodasau",
133
+ url: "/peoplepopulationandcommunity/birthsdeathsandmarriages"
134
+ },
135
+ {
136
+ label_en: "Crime and justice",
137
+ label_cy: "Troseddu a chyfiawnder",
138
+ url: "/peoplepopulationandcommunity/crimeandjustice"
139
+ },
140
+ {
141
+ label_en: "Cultural identity",
142
+ label_cy: "Hunaniaeth ddiwylliannol",
143
+ url: "/peoplepopulationandcommunity/culturalidentity"
144
+ },
145
+ {
146
+ label_en: "Education and childcare",
147
+ label_cy: "Addysg a gofal plant",
148
+ url: "/peoplepopulationandcommunity/educationandchildcare"
149
+ },
150
+ {
151
+ label_en: "Elections",
152
+ label_cy: "Etholiadau",
153
+ url: "/peoplepopulationandcommunity/elections"
154
+ },
155
+ {
156
+ label_en: "Health and social care",
157
+ label_cy: "Iechyd a gofal cymdeithasol",
158
+ url: "/peoplepopulationandcommunity/healthandsocialcare"
159
+ },
160
+ {
161
+ label_en: "Household characteristics",
162
+ label_cy: "Nodweddion aelwydydd",
163
+ url: "/peoplepopulationandcommunity/householdcharacteristics"
164
+ },
165
+ { label_en: "Housing", label_cy: "Tai", url: "/peoplepopulationandcommunity/housing" },
166
+ {
167
+ label_en: "Leisure and tourism",
168
+ label_cy: "Hamdden a thwristiaeth",
169
+ url: "/peoplepopulationandcommunity/leisureandtourism"
170
+ },
171
+ {
172
+ label_en: "Personal and household finances",
173
+ label_cy: "Cyllid personol a chyllid aelwydydd",
174
+ url: "/peoplepopulationandcommunity/personalandhouseholdfinances"
175
+ },
176
+ {
177
+ label_en: "Population and migration",
178
+ label_cy: "Poblogaeth ac ymfudo",
179
+ url: "/peoplepopulationandcommunity/populationandmigration"
180
+ },
181
+ {
182
+ label_en: "Well-being",
183
+ label_cy: "Lles",
184
+ url: "/peoplepopulationandcommunity/wellbeing"
185
+ }
186
+ ]
187
+ },
188
+ { label_en: "Taking part in a survey?", label_cy: "Cymryd rhan mewn arolwg?", url: "/surveys" },
189
+ {
190
+ label_en: "Release calendar",
191
+ label_cy: "Calendar datganiadau",
192
+ url: "/releasecalendar",
193
+ secondary: true
194
+ },
195
+ { label_en: "Methodology", label_cy: "Methodoleg", url: "/methodology", secondary: true },
196
+ { label_en: "Media", label_cy: "Media", url: "/news", secondary: true },
197
+ { label_en: "About", label_cy: "Amdanom ni", url: "/aboutus", secondary: true },
198
+ { label_en: "Blog", label_cy: "Blog", url: "https://blog.ons.gov.uk/", secondary: true }
199
+ ];
200
+
201
+ onMount(() => {
202
+ initNav();
203
+ });
204
+ </script>
205
+
206
+ <div class="ons-container">
207
+ <div class="header col-wrap">
208
+ <div class="col col--lg-one-third col--md-one-third">
209
+ <a
210
+ href="{baseurl}/"
211
+ aria-label="{i18n('Office for National Statistics logo')} - {i18n('Homepage')}"
212
+ >
213
+ <svg
214
+ version="1.1"
215
+ xmlns="http://www.w3.org/2000/svg"
216
+ xmlns:xlink="http://www.w3.org/1999/xlink"
217
+ viewBox="0 0 595.3 116.3"
218
+ aria-hidden="true"
219
+ class="logo"
220
+ >
221
+ <title>{i18n("Office for National Statistics logo")} - {i18n("Homepage")}</title>
222
+ <path
223
+ class="ons-icon--logo__group ons-icon--logo__group--secondary"
224
+ d="M0,70.5c1.8-3.7,3.6-7.2,5.6-10.7C3.3,54.2,1.5,48.5,0,42.6V70.5 M10.9,0C10.9,0,0,0,0,13.5v7.2
225
+ C1,33,3.6,45,7.9,56.2c6.1-9.6,13.4-18.4,22.3-26C47.8,15.1,71.5,4.7,103.7,0.1L10.9,0z"
226
+ fill="#a8bd3a"
227
+ />
228
+ <path
229
+ class="ons-icon--logo__group ons-icon--logo__group--primary"
230
+ d="M115.9,7.3c-36.8,3.5-62,14-80,29.4c-9.7,8.3-17.3,18-23.6,29c14.1,27.4,41.1,47.6,86,50.5h4.4
231
+ c0,0,13.8,0.5,13.8-14.9V7.2L115.9,7.3 M21.2,85.4c-4.2-4.9-7.9-10.3-11-16C6.3,76.9,2.9,84.9,0,93.4v22.7l73.6,0.1
232
+ C50.7,110.7,33.5,99.8,21.2,85.4"
233
+ fill="#003c57"
234
+ />
235
+ <path
236
+ class="ons-icon--logo__group ons-icon--logo__group--text"
237
+ d="M161,51.9c-11.3,0-16.3-9.3-16.3-20.8c0-11.4,5-20.8,16.3-20.8s16.3,9.5,16.3,20.8
238
+ C177.2,42.6,172.2,51.9,161,51.9 M161,13.6c-8.3,0-11.3,9.1-11.3,17.4c0,8.2,2.7,17.3,11.3,17.3s11.2-9.1,11.2-17.3
239
+ C172.2,22.7,169.3,13.6,161,13.6 M191.2,22.5v28.7h-4.5V22.6H182v-2.8h4.7v-4.6c0-5.7,3.4-9.9,10-9.9c0.5,0,1.1,0.1,1.1,0.1v2.9
240
+ h-0.5c-3.2,0-6,2.1-6,6.4v5.1h6.6v2.8L191.2,22.5L191.2,22.5z M210.1,22.5v28.7h-4.5V22.6h-4.7v-2.8h4.7v-4.6c0-5.7,3.4-9.9,10-9.9
241
+ c0.5,0,1.1,0.1,1.1,0.1v2.9h-0.5c-3.2,0-6,2.1-6,6.4v5.1h6.6v2.8L210.1,22.5L210.1,22.5z M224.1,13.7c-1.6,0-2.9-1.2-2.9-2.8
242
+ s1.3-2.9,2.9-2.9c1.6,0,2.9,1.3,2.9,2.9S225.8,13.7,224.1,13.7 M221.8,19.7h4.6v31.5h-4.6V19.7z M246.1,51.9
243
+ c-7.4,0-13.2-6.4-13.2-16.5c0-10.3,5.8-16.5,13.4-16.5c3.8,0,6.3,1.1,7.7,2.2l-1.2,2.8c-1-0.8-2.9-1.7-5.5-1.7
244
+ c-6.4,0-9.7,5.5-9.7,13c0,7.7,3.7,13.2,9.5,13.2c2.4,0,4.3-0.8,5.6-1.7l1.2,3C252.6,50.9,249.9,51.9,246.1,51.9 M261.4,37.3
245
+ c0.6,7.4,4.7,11.1,11.1,11.1c3.9,0,6.8-1,8.5-1.9l1.3,3.2c-2,1.1-5.7,2.1-10.2,2.1c-8.8,0-15.1-5.3-15.1-16.6
246
+ c0-10.8,5.8-16.4,13.7-16.4c8,0,12.9,4.9,12.9,15.4L261.4,37.3L261.4,37.3z M270.5,22c-5.1,0-9.4,4-9.3,12.8l17.9-2.5
247
+ C279,25,275.5,22,270.5,22 M312.7,22.5v28.7h-4.5V22.6h-4.7v-2.8h4.7v-4.6c0-5.7,3.4-9.9,10-9.9c0.5,0,1.1,0.1,1.1,0.1v2.9h-0.5
248
+ c-3.2,0-6,2.1-6,6.4v5.1h6.6v2.8L312.7,22.5z M335.9,51.9c-9.3,0-13.5-7.2-13.5-16.5s4.2-16.5,13.5-16.5s13.5,7.2,13.5,16.5
249
+ C349.4,44.8,345.2,51.9,335.9,51.9 M335.9,22.1c-6.9,0-8.8,7-8.8,13.4c0,6.5,2.1,13.1,8.8,13.1c6.9,0,8.9-6.6,8.9-13.1
250
+ S342.8,22.1,335.9,22.1 M369.2,22.7c-2.9-0.8-7.1-0.6-9.1,0.6v27.9h-4.6V21.1c3.3-1.4,6.6-2.2,12.5-2.2h2.4
251
+ C370.4,19,369.2,22.7,369.2,22.7L369.2,22.7z M171.3,114.8l-17.8-27.5c-1.3-2.1-2.3-4.1-2.3-4.1h-0.1c0,0,0.2,2.3,0.2,4.8v26.8h-5.8
252
+ V74.7h6.6l16.9,25.8c1.5,2.3,2.4,4.1,2.4,4.1h0.1c0,0-0.2-2.3-0.2-4.7V74.6h5.9v40.1L171.3,114.8L171.3,114.8z M196.3,115.6
253
+ c-9.2,0-13.6-3.7-13.6-9.7c0-8.5,8.8-10.7,19.4-11.7v-1.8c0-4.3-2.9-5.6-7.2-5.6c-3.1,0-6.6,0.9-8.5,1.8l-1.6-3.8
254
+ c2.2-0.9,6.3-2.3,11.3-2.3c7,0,12.3,2.9,12.3,10.9v19.9C205.7,114.7,201.5,115.6,196.3,115.6 M202.1,97.4c-7.8,0.8-13,2.3-13,8.3
255
+ c0,4.2,3,6.1,7.7,6.1c2.2,0,4.1-0.5,5.3-1.1V97.4z M226.6,115.5c-6.6,0-9.1-4.3-9.1-8.5V87.5h-4.4v-4.1h4.4v-7l6.7-1.9v8.9h6.1v4.1
256
+ h-6.1v19.2c0,2.5,1.4,4.4,4.3,4.4c0.6,0,1.2-0.1,1.8-0.3v4.1C229.7,115.1,228.4,115.5,226.6,115.5 M239,77.9c-2.1,0-3.9-1.6-3.9-3.5
257
+ s1.8-3.5,3.9-3.5c2.1,0,3.9,1.6,3.9,3.5C242.9,76.4,241.1,77.9,239,77.9 M235.6,83.4h6.8v31.4h-6.8V83.4z M262.5,115.6
258
+ c-9.6,0-14.4-7.1-14.4-16.5s4.8-16.6,14.4-16.6c9.6,0,14.3,7.2,14.3,16.6C276.9,108.5,272.1,115.6,262.5,115.6 M262.5,86.9
259
+ c-5.8,0-7.5,6.1-7.5,12.2s1.8,11.9,7.5,11.9c5.8,0,7.5-5.8,7.5-11.9C270,92.9,268.3,86.9,262.5,86.9 M301.8,114.8V92.3
260
+ c0-4-3.4-5.5-7.3-5.5c-2.1,0-4.1,0.4-5.4,0.9v27.1h-6.7v-30c2.9-1.3,7.6-2.3,12.5-2.3c8.2,0,13.7,2.8,13.7,9.7v22.6L301.8,114.8
261
+ L301.8,114.8z M327.5,115.6c-9.2,0-13.6-3.7-13.6-9.7c0-8.5,8.9-10.7,19.4-11.7v-1.8c0-4.3-2.9-5.6-7.2-5.6c-3.1,0-6.6,0.9-8.5,1.8
262
+ l-1.6-3.8c2.2-0.9,6.3-2.3,11.3-2.3c7,0,12.3,2.9,12.3,10.9v19.9C336.9,114.7,332.7,115.6,327.5,115.6 M333.3,97.4
263
+ c-7.8,0.8-13,2.3-13,8.3c0,4.2,3,6.1,7.7,6.1c2.2,0,4.1-0.5,5.3-1.1V97.4z M346.5,114.8V69h6.7v45.8H346.5z M385.1,115.6
264
+ c-4.8,0-8.7-1.1-10.9-2.3l1.9-4.9c1.6,0.9,4.6,1.9,7.7,1.9c4.7,0,8-2.7,8-6.7c0-8.8-16.7-5.4-16.7-17.9c0-6.4,5.2-11.9,13.3-11.9
265
+ c4.3,0,7.8,1.2,9.7,2.3l-1.7,4.4c-1.5-0.9-4.2-1.9-7-1.9c-4.3,0-7.2,2.6-7.2,6.4c0,8.6,17.1,4.9,17.1,18.2
266
+ C399.2,110.3,393.3,115.6,385.1,115.6 M416.2,115.5c-6.6,0-9.1-4.3-9.1-8.5V87.5h-4.4v-4.1h4.4v-7l6.7-1.9v8.9h6.1v4.1h-6.1v19.2
267
+ c0,2.5,1.5,4.4,4.3,4.4c0.6,0,1.2-0.1,1.8-0.3v4.1C419.3,115.1,417.9,115.5,416.2,115.5 M437.1,115.6c-9.2,0-13.6-3.7-13.6-9.7
268
+ c0-8.5,8.9-10.7,19.4-11.7v-1.8c0-4.3-2.9-5.6-7.2-5.6c-3.1,0-6.6,0.9-8.5,1.8l-1.6-3.8c2.2-0.9,6.3-2.3,11.3-2.3
269
+ c7,0,12.3,2.9,12.3,10.9v19.9C446.6,114.7,442.3,115.6,437.1,115.6 M442.9,97.4c-7.8,0.8-13,2.3-13,8.3c0,4.2,3,6.1,7.7,6.1
270
+ c2.2,0,4.1-0.5,5.3-1.1V97.4z M467.5,115.5c-6.6,0-9.1-4.3-9.1-8.5V87.5H454v-4.1h4.4v-7l6.7-1.9v8.9h6.1v4.1h-6.1v19.2
271
+ c0,2.5,1.5,4.4,4.3,4.4c0.6,0,1.2-0.1,1.8-0.3v4.1C470.5,115.1,469.2,115.5,467.5,115.5 M479.8,77.9c-2.1,0-3.9-1.6-3.9-3.5
272
+ s1.8-3.5,3.9-3.5s3.9,1.6,3.9,3.5C483.7,76.4,482,77.9,479.8,77.9 M476.4,83.4h6.8v31.4h-6.8V83.4z M497.8,115.6
273
+ c-3.9,0-7.6-1.1-9.5-2.3l1.8-4.3c1.3,0.9,4,1.9,6.9,1.9c3.4,0,6.2-2.2,6.2-4.9c0-7.5-13.8-4-13.8-14.2c0-4.7,4.2-9.2,11-9.2
274
+ c3.9,0,6.7,1,8.8,2.3l-1.8,3.9c-1-0.7-3.1-1.8-5.7-1.8c-3.5,0-5.6,2.1-5.6,4.5c0,7,14,3.9,14,14.4
275
+ C510.1,110.8,505.4,115.6,497.8,115.6 M527.2,115.5c-6.6,0-9.1-4.3-9.1-8.5V87.5h-4.4v-4.1h4.4v-7l6.7-1.9v8.9h6.1v4.1h-6.1v19.2
276
+ c0,2.5,1.4,4.4,4.3,4.4c0.6,0,1.2-0.1,1.8-0.3v4.1C530.3,115.1,528.9,115.5,527.2,115.5 M539.5,77.9c-2.1,0-3.9-1.6-3.9-3.5
277
+ s1.8-3.5,3.9-3.5c2.1,0,3.9,1.6,3.9,3.5C543.5,76.4,541.7,77.9,539.5,77.9 M536.2,83.4h6.8v31.4h-6.8V83.4z M562.4,115.6
278
+ c-7.7,0-13.6-6.3-13.6-16.6c0-10.4,6.1-16.5,13.7-16.5c3.9,0,6.6,1.1,8,2.3l-1.5,3.8c-1-0.7-2.7-1.5-4.9-1.5
279
+ c-5.5,0-8.3,4.7-8.3,11.8c0,7.2,3.3,11.9,8.2,11.9c2.1,0,3.8-0.8,4.9-1.6l1.7,4.1C569.1,114.5,566.4,115.6,562.4,115.6 M583,115.6
280
+ c-3.9,0-7.6-1.1-9.5-2.3l1.8-4.3c1.3,0.9,4,1.9,6.9,1.9c3.4,0,6.2-2.2,6.2-4.9c0-7.5-13.8-4-13.8-14.2c0-4.7,4.2-9.2,11-9.2
281
+ c3.9,0,6.7,1,8.9,2.3l-1.8,3.9c-1-0.7-3.1-1.8-5.7-1.8c-3.5,0-5.6,2.1-5.6,4.5c0,7,14,3.9,14,14.4
282
+ C595.3,110.8,590.5,115.6,583,115.6"
283
+ fill="#003c57"
284
+ />
285
+ </svg>
286
+ </a>
287
+ </div>
288
+ <div
289
+ class="col col--lg-two-thirds col--md-two-thirds hide--sm print--hide language--js__container"
290
+ >
291
+ <div class="language" style:min-height="20px">
292
+ {#if bilingual && lang == "en"}
293
+ <span>English (EN) | </span>
294
+ <a href="{baseother}{path}" class="language__link" lang="cy">Cymraeg (CY)</a>
295
+ {:else if bilingual}
296
+ <a href="{baseother}{path}" class="language__link" lang="en">English (EN)</a>
297
+ <span> | Cymraeg (CY)</span>
298
+ {/if}
299
+ </div>
300
+ </div>
301
+ <div class="secondary-nav col col--lg-two-thirds col--md-two-thirds print--hide">
302
+ <ul class="secondary-nav__list js-nav-clone__list">
303
+ {#each menu.filter((d) => d.secondary) as item (item.url)}
304
+ <li class="secondary-nav__item">
305
+ <a class="secondary-nav__link js-nav-clone__link" href="{baseurl}{item.url}"
306
+ >{item["label_" + lang]}</a
307
+ >
308
+ </li>
309
+ {/each}
310
+ </ul>
311
+ </div>
312
+ </div>
313
+ </div>
314
+ <div class="primary-nav print--hide">
315
+ <!-- Controls -->
316
+ <nav aria-label="Header links">
317
+ <ul class="nav--controls">
318
+ <li class="nav--controls__item">
319
+ <a
320
+ href="#nav-primary"
321
+ id="menu-toggle"
322
+ aria-controls="nav-primary"
323
+ aria-expanded="false"
324
+ class="nav--controls__menu"
325
+ >
326
+ <span class="nav--controls__text">{i18n("Menu")}</span>
327
+ </a>
328
+ </li>
329
+ <li class="nav--controls__item">
330
+ <a
331
+ href="#nav-search"
332
+ id="search-toggle"
333
+ aria-controls="nav-search"
334
+ aria-expanded="false"
335
+ class="nav--controls__search"
336
+ >
337
+ <span class="nav--controls__text">{i18n("Search")}</span>
338
+ </a>
339
+ </li>
340
+ </ul>
341
+
342
+ <!-- Main Navigation -->
343
+ <ul
344
+ class="ons-container nav-main--hidden primary-nav__list"
345
+ id="nav-primary"
346
+ aria-expanded="false"
347
+ >
348
+ <!-- Home Link -->
349
+ <li class="primary-nav__item js-nav">
350
+ <a class="primary-nav__link col col--md-7 col--lg-9" href="{baseurl}/">{i18n("Home")}</a>
351
+ </li>
352
+
353
+ <!-- Menu Items -->
354
+ {#each menu.filter((d) => !d.secondary) as item, i (item.url)}
355
+ {#if item.children}
356
+ <li class="primary-nav__item js-nav js-expandable">
357
+ <a
358
+ class="primary-nav__link col col--md-8 col--lg-10"
359
+ href="{baseurl}{item.url}"
360
+ aria-expanded="false"
361
+ aria-label="{item['label_' + lang]} sub menu"
362
+ on:click={(e) => toggle_sm(e, i)}
363
+ >
364
+ <span aria-hidden="true" class="expansion-indicator"></span>
365
+ <span class="submenu-title">
366
+ {item[`label_${lang}`]}
367
+ </span>
368
+ </a>
369
+ <ul
370
+ class="primary-nav__child-list col col--md-16 col--lg-20 js-expandable__content js-nav-hidden jsEnhance"
371
+ aria-expanded="false"
372
+ aria-label="submenu"
373
+ >
374
+ {#each [...item.children].sort( (a, b) => a[`label_${lang}`].localeCompare(b[`label_${lang}`]) ) as child (child.url)}
375
+ <li class="primary-nav__child-item js-expandable__child">
376
+ <a class="primary-nav__child-link" tabindex="-1" href="{baseurl}{child.url}"
377
+ >{child[`label_${lang}`]}</a
378
+ >
379
+ </li>
380
+ {/each}
381
+ </ul>
382
+ </li>
383
+ {:else}
384
+ <li class="primary-nav__item js-nav">
385
+ <a class="primary-nav__link col col--md-8 col--lg-10" href="{baseurl}{item.url}">
386
+ {item["label_" + lang]}
387
+ </a>
388
+ </li>
389
+ {/if}
390
+ {/each}
391
+
392
+ <!-- Language Switcher -->
393
+ <li class="hide--md primary-nav__language">
394
+ {#if lang == "en"}
395
+ <span>English (EN) | </span>
396
+ <a href="{baseother}{path}" class="language__link" lang="cy">Cymraeg (CY)</a>
397
+ {:else}
398
+ <a href="{baseother}{path}" class="language__link" lang="en">English (EN)</a>
399
+ <span> | Cymraeg (EN)</span>
400
+ {/if}
401
+ </li>
402
+ </ul>
403
+ </nav>
404
+ </div>
405
+ <div class="search nav-search--hidden print--hide" id="searchBar">
406
+ <div class="ons-container" role="search">
407
+ <form class="col-wrap search__form" action="{baseurl}/search">
408
+ <label class="search__label col col--md-23 col--lg-24" for="nav-search"
409
+ >{i18n("Search for a keyword(s) or time series ID")}</label
410
+ >
411
+ <input
412
+ type="search"
413
+ autocomplete="off"
414
+ class="search__input col col--md-21 col--lg-32"
415
+ id="nav-search"
416
+ name="q"
417
+ value=""
418
+ />
419
+ <button
420
+ type="submit"
421
+ class="search__button col--md-3 col--lg-3"
422
+ id="nav-search-submit"
423
+ aria-label={i18n("Search")}
424
+ >
425
+ <span class="icon-search--light">
426
+ <svg
427
+ class="ons-svg-icon ons-svg-icon--m"
428
+ viewBox="0 0 12 12"
429
+ xmlns="http://www.w3.org/2000/svg"
430
+ aria-hidden="true"
431
+ fill="currentColor"
432
+ >
433
+ <path
434
+ d="M11.86 10.23 8.62 6.99a4.63 4.63 0 1 0-6.34 1.64 4.55 4.55 0 0 0 2.36.64 4.65 4.65 0 0 0 2.33-.65l3.24 3.23a.46.46 0 0
435
+ 0 .65 0l1-1a.48.48 0 0 0 0-.62Zm-5-3.32a3.28 3.28 0 0 1-2.31.93 3.22 3.22 0 1 1 2.35-.93Z"
436
+ ></path>
437
+ </svg>
438
+ </span>
439
+ </button>
440
+ </form>
441
+ </div>
442
+ </div>