@financial-times/n-myft-ui 29.0.4 → 29.0.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/myft/main.scss +10 -11
  2. package/package.json +1 -1
package/myft/main.scss CHANGED
@@ -24,17 +24,6 @@ $spacing-unit: 20px;
24
24
  display: inline-block;
25
25
  }
26
26
 
27
- // article lists modal
28
- @include oForms($opts: (
29
- 'elements': ('text', 'checkbox', 'toggle')
30
- ));
31
-
32
- @include oButtons($opts: (
33
- 'sizes': ('big'),
34
- 'types': ('primary', 'secondary'),
35
- 'themes': ('inverse')
36
- ));
37
-
38
27
  // experimental flash animation on header icon
39
28
  @include myftHeaderIconFlash;
40
29
 
@@ -205,6 +194,16 @@ $spacing-unit: 20px;
205
194
  }
206
195
 
207
196
  .myft-ui-create-list-variant {
197
+ @include oButtons($opts: (
198
+ 'sizes': ('big'),
199
+ 'types': ('primary', 'secondary'),
200
+ 'themes': ('inverse')
201
+ ));
202
+
203
+ @include oForms($opts: (
204
+ 'elements': ('text', 'checkbox', 'toggle')
205
+ ));
206
+
208
207
  border-radius: 10px;
209
208
  border: 1px solid oColorsByName('black-5');
210
209
  background: oColorsByName('white-80');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@financial-times/n-myft-ui",
3
- "version": "29.0.4",
3
+ "version": "29.0.5",
4
4
  "description": "Client side component for interaction with myft",
5
5
  "main": "server.js",
6
6
  "scripts": {