@financial-times/n-myft-ui 24.0.0 → 24.0.1
Sign up to get free protection for your applications and to get access to all the features.
- package/build-state/npm-shrinkwrap.json +218 -609
- package/demos/app.js +19 -26
- package/demos/templates/demo-layout.html +1 -1
- package/demos/templates/demo.html +436 -413
- package/package.json +5 -5
- package/demos/fixtures/follow-button-plus-digest.json +0 -6
- package/demos/templates/digest-on-follow.html +0 -12
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@financial-times/n-myft-ui",
|
3
|
-
"version": "24.0.
|
3
|
+
"version": "24.0.1",
|
4
4
|
"description": "Client side component for interaction with myft",
|
5
5
|
"main": "server.js",
|
6
6
|
"scripts": {
|
@@ -26,10 +26,9 @@
|
|
26
26
|
"@financial-times/dotcom-page-kit-cli": "0.4.1",
|
27
27
|
"@financial-times/dotcom-server-handlebars": "^3.0.0",
|
28
28
|
"@financial-times/dotcom-server-react-jsx": "^2.6.2",
|
29
|
-
"@financial-times/n-
|
29
|
+
"@financial-times/n-express": "^22.4.1",
|
30
|
+
"@financial-times/n-gage": "^8.3.2",
|
30
31
|
"@financial-times/n-heroku-tools": "8.3.1",
|
31
|
-
"@financial-times/n-internal-tool": "2.3.4",
|
32
|
-
"@financial-times/x-handlebars": "1.0.0-beta.21",
|
33
32
|
"@sucrase/jest-plugin": "^2.2.0",
|
34
33
|
"@testing-library/jest-dom": "^5.16.1",
|
35
34
|
"@testing-library/react": "^12.1.2",
|
@@ -108,5 +107,6 @@
|
|
108
107
|
"pre-commit": "node_modules/.bin/secret-squirrel",
|
109
108
|
"pre-push": "make verify -j3"
|
110
109
|
}
|
111
|
-
}
|
110
|
+
},
|
111
|
+
"dependencies": {}
|
112
112
|
}
|
@@ -1,12 +0,0 @@
|
|
1
|
-
<div class="o-grid-container o-grid-container--snappy">
|
2
|
-
<h1>{{title}}</h1>
|
3
|
-
<div class="o-grid-row">
|
4
|
-
<div data-o-grid-colspan="12">
|
5
|
-
<h2>Follow button</h2>
|
6
|
-
|
7
|
-
{{#followButton}}
|
8
|
-
{{{renderReactComponent localPath="components/follow-button/follow-button" flags=@root.flags}}}
|
9
|
-
{{/followButton}}
|
10
|
-
</div>
|
11
|
-
</div>
|
12
|
-
</div>
|