@financial-times/n-myft-ui 29.0.6 → 29.0.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -75,9 +75,9 @@
75
75
  {{~/unless~}}
76
76
  {{~/concepts~}}"
77
77
  aria-label="Add all to myFT: {{title}} collection"
78
- data-alternate-label="Remove all topics in the {{title}} collection from my F T"
78
+ data-alternate-label="Added: click to remove all topics in the {{title}} collection from my FT"
79
79
  data-alternate-text="Added"
80
- title="Add all topics in the {{title}} collection to my F T">
80
+ title="Add all topics in the {{title}} collection to my FT">
81
81
  Add all to myFT
82
82
  </button>
83
83
  </form>
@@ -28,7 +28,7 @@
28
28
  {{#ifAll setFollowButtonStateToSelected @root.cacheablePersonalisedUrl}}
29
29
  aria-label="Added {{name}} to myFT: click to remove"
30
30
  title="Remove {{name}} from myFT"
31
- data-alternate-label="Add {{name}} to myFT"
31
+ data-alternate-label="Add to myFT: {{name}}"
32
32
  aria-pressed="true"
33
33
  {{#if alternateText}}
34
34
  data-alternate-text="{{alternateText}}"
@@ -43,7 +43,7 @@
43
43
  aria-pressed="false"
44
44
  aria-label="Add to myFT: {{name}}"
45
45
  title="Add {{name}} to myFT"
46
- data-alternate-label="Remove {{name}} from myFT"
46
+ data-alternate-label="Added {{name}} to myFT: click to remove"
47
47
  {{#if alternateText}}
48
48
  data-alternate-text="{{alternateText}}"
49
49
  {{else}}
package/myft/main.scss CHANGED
@@ -366,6 +366,10 @@ $spacing-unit: 20px;
366
366
  }
367
367
  }
368
368
  }
369
+
370
+ &-label {
371
+ margin-top: 10px;
372
+ }
369
373
  }
370
374
 
371
375
  .share-nav {
@@ -171,7 +171,7 @@ function FormElement (createList, showPublicToggle, attachDescription, onListCre
171
171
  <label class="myft-ui-create-list-variant-form-name o-forms-field">
172
172
  <span class="o-forms-input o-forms-input--text">
173
173
  <input class="myft-ui-create-list-variant-text" type="text" name="list-name">
174
- List name
174
+ <div class="myft-ui-create-list-variant-label">List name</div>
175
175
  </span>
176
176
  </label>
177
177
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@financial-times/n-myft-ui",
3
- "version": "29.0.6",
3
+ "version": "29.0.8",
4
4
  "description": "Client side component for interaction with myft",
5
5
  "main": "server.js",
6
6
  "scripts": {