@oat-sa/tao-core-ui 3.15.1 → 3.16.0

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.
@@ -20,11 +20,11 @@ define(['lodash', 'ui/component', 'ui/taskQueueButton/taskable', 'handlebars', '
20
20
  if (helper = helpers.icon) { stack1 = helper.call(depth0, {hash:{},data:data}); }
21
21
  else { helper = (depth0 && depth0.icon); stack1 = typeof helper === functionType ? helper.call(depth0, {hash:{},data:data}) : helper; }
22
22
  buffer += escapeExpression(stack1)
23
- + "\"></span>\n ";
23
+ + "\"></span>\n <span class=\"action-name\">";
24
24
  if (helper = helpers.label) { stack1 = helper.call(depth0, {hash:{},data:data}); }
25
25
  else { helper = (depth0 && depth0.label); stack1 = typeof helper === functionType ? helper.call(depth0, {hash:{},data:data}) : helper; }
26
26
  buffer += escapeExpression(stack1)
27
- + "\n </a>\n</div>";
27
+ + "</span>\n </a>\n</div>";
28
28
  return buffer;
29
29
  });
30
30
  function buttonTpl(data, options, asString) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oat-sa/tao-core-ui",
3
- "version": "3.15.1",
3
+ "version": "3.16.0",
4
4
  "displayName": "TAO Core UI",
5
5
  "description": "UI libraries of TAO",
6
6
  "scripts": {
@@ -2,6 +2,6 @@
2
2
  <a class="li-inner">
3
3
  <span class="spinner-icon icon-loop spinning"></span>
4
4
  <span class="glyph start-icon icon-{{icon}}"></span>
5
- {{label}}
5
+ <span class="action-name">{{label}}</span>
6
6
  </a>
7
7
  </div>