@royaloperahouse/harmonic 0.1.8-i → 0.1.8-k
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/harmonic.cjs.development.css +5 -5
- package/dist/harmonic.cjs.development.js +2 -1
- package/dist/harmonic.cjs.development.js.map +1 -1
- package/dist/harmonic.cjs.production.min.js +1 -1
- package/dist/harmonic.cjs.production.min.js.map +1 -1
- package/dist/harmonic.esm.js +3 -2
- package/dist/harmonic.esm.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: 'GreyLLTT';
|
|
3
|
-
src: url('https://
|
|
3
|
+
src: url('https://static.roh.org.uk/fonts/harmonic/GreyLLTT-Regular.woff2') format('woff2');
|
|
4
4
|
font-weight: 400;
|
|
5
5
|
font-style: normal;
|
|
6
6
|
font-display: swap;
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
|
|
9
9
|
@font-face {
|
|
10
10
|
font-family: 'GreyLLTT';
|
|
11
|
-
src: url('https://
|
|
11
|
+
src: url('https://static.roh.org.uk/fonts/harmonic/GreyLLTT-Medium.woff2') format('woff2');
|
|
12
12
|
font-weight: 500;
|
|
13
13
|
font-style: normal;
|
|
14
14
|
font-display: swap;
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
|
|
17
17
|
@font-face {
|
|
18
18
|
font-family: 'GreyLLTT';
|
|
19
|
-
src: url('https://
|
|
19
|
+
src: url('https://static.roh.org.uk/fonts/harmonic/GreyLLTT-Bold.woff2') format('woff2');
|
|
20
20
|
font-weight: 700;
|
|
21
21
|
font-style: normal;
|
|
22
22
|
font-display: swap;
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
|
|
25
25
|
@font-face {
|
|
26
26
|
font-family: 'VictorSerif';
|
|
27
|
-
src: url('https://
|
|
27
|
+
src: url('https://static.roh.org.uk/fonts/harmonic/VictorSerif-Medium.woff2')
|
|
28
28
|
format('woff2');
|
|
29
29
|
font-weight: 500;
|
|
30
30
|
font-style: normal;
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
|
|
34
34
|
@font-face {
|
|
35
35
|
font-family: 'VictorSerif';
|
|
36
|
-
src: url('https://
|
|
36
|
+
src: url('https://static.roh.org.uk/fonts/harmonic/VictorSerif-MediumItalic.woff2')
|
|
37
37
|
format('woff2');
|
|
38
38
|
font-weight: 500;
|
|
39
39
|
font-style: italic;
|
|
@@ -5900,7 +5900,8 @@ var Navigation = function Navigation(_ref) {
|
|
|
5900
5900
|
menuData = _ref.menuData,
|
|
5901
5901
|
onSearch = _ref.onSearch,
|
|
5902
5902
|
onLink = _ref.onLink,
|
|
5903
|
-
crest = _ref.crest,
|
|
5903
|
+
_ref$crest = _ref.crest,
|
|
5904
|
+
crest = _ref$crest === void 0 ? true : _ref$crest,
|
|
5904
5905
|
className = _ref.className;
|
|
5905
5906
|
var _useState = React.useState(dataNavTop),
|
|
5906
5907
|
navTopData = _useState[0],
|