@financial-times/x-topic-search 0.0.12 → 6.4.1
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/TopicSearch.css
CHANGED
|
@@ -797,8 +797,8 @@ html:not(.js-focus-visible) .main_button--monochrome__2eMmo:focus-visible, .main
|
|
|
797
797
|
|
|
798
798
|
.TopicSearch_suggestion__name__3rwG- {
|
|
799
799
|
font-family: MetricWeb, sans-serif;
|
|
800
|
-
font-size:
|
|
801
|
-
line-height:
|
|
800
|
+
font-size: 16px;
|
|
801
|
+
line-height: 20px;
|
|
802
802
|
font-weight: 600;
|
|
803
803
|
color: #33302e;
|
|
804
804
|
font-family: MetricWeb, sans-serif;
|
|
@@ -808,7 +808,7 @@ html:not(.js-focus-visible) .main_button--monochrome__2eMmo:focus-visible, .main
|
|
|
808
808
|
word-wrap: break-word;
|
|
809
809
|
overflow-wrap: break-word; }
|
|
810
810
|
.TopicSearch_o-typography--loading-sans-bold__nv2r4 .TopicSearch_suggestion__name__3rwG- {
|
|
811
|
-
font-size:
|
|
811
|
+
font-size: 13.28px;
|
|
812
812
|
font-family: sans-serif; }
|
|
813
813
|
a.TopicSearch_suggestion__name__3rwG- {
|
|
814
814
|
color: #990f3d;
|
package/dist/TopicSearch.es5.js
CHANGED
|
@@ -28,6 +28,9 @@ function _defineProperties(target, props) {
|
|
|
28
28
|
function _createClass(Constructor, protoProps, staticProps) {
|
|
29
29
|
if (protoProps) _defineProperties(Constructor.prototype, protoProps);
|
|
30
30
|
if (staticProps) _defineProperties(Constructor, staticProps);
|
|
31
|
+
Object.defineProperty(Constructor, "prototype", {
|
|
32
|
+
writable: false
|
|
33
|
+
});
|
|
31
34
|
return Constructor;
|
|
32
35
|
}
|
|
33
36
|
|
|
@@ -43,6 +46,9 @@ function _inherits(subClass, superClass) {
|
|
|
43
46
|
configurable: true
|
|
44
47
|
}
|
|
45
48
|
});
|
|
49
|
+
Object.defineProperty(subClass, "prototype", {
|
|
50
|
+
writable: false
|
|
51
|
+
});
|
|
46
52
|
if (superClass) _setPrototypeOf(subClass, superClass);
|
|
47
53
|
}
|
|
48
54
|
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@financial-times/x-topic-search",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "6.4.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/TopicSearch.cjs.js",
|
|
6
6
|
"module": "dist/TopicSearch.esm.js",
|
|
7
7
|
"browser": "dist/TopicSearch.es5.js",
|
|
8
8
|
"style": "dist/TopicSearch.css",
|
|
9
9
|
"scripts": {
|
|
10
|
-
"prepare": "bower install
|
|
10
|
+
"prepare": "bower install",
|
|
11
11
|
"build": "node rollup.js",
|
|
12
12
|
"start": "node rollup.js --watch"
|
|
13
13
|
},
|
|
@@ -17,8 +17,8 @@
|
|
|
17
17
|
"author": "",
|
|
18
18
|
"license": "ISC",
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@financial-times/x-engine": "^6.
|
|
21
|
-
"@financial-times/x-follow-button": "^6.
|
|
20
|
+
"@financial-times/x-engine": "^6.4.1",
|
|
21
|
+
"@financial-times/x-follow-button": "^6.4.1",
|
|
22
22
|
"classnames": "^2.2.6",
|
|
23
23
|
"debounce-promise": "^3.1.0"
|
|
24
24
|
},
|