|
13948 | 13948 | return module.exports; |
13949 | 13949 | }); |
13950 | 13950 |
|
13951 | | -System.register("npm: [email protected]. 2/index", ["npm: [email protected]", "npm: [email protected]", "github:jspm/ [email protected]"], true, function(require, exports, module) { |
| 13951 | +System.register("npm: [email protected]. 3/index", ["npm: [email protected]", "npm: [email protected]", "github:jspm/ [email protected]"], true, function(require, exports, module) { |
13952 | 13952 | var global = System.global, |
13953 | 13953 | __define = global.define; |
13954 | 13954 | global.define = undefined; |
|
13983 | 13983 | } |
13984 | 13984 | return false; |
13985 | 13985 | }).map(function(piece) { |
13986 | | - return piece.trim(); |
| 13986 | + return piece.trim().replace(/\s*?>>\s*?/, function(match) { |
| 13987 | + return ''; |
| 13988 | + }); |
13987 | 13989 | }); |
13988 | 13990 | scopeStringPieces.unshift.apply(scopeStringPieces, descendantPieces); |
13989 | 13991 | } |
|
15753 | 15755 | return module.exports; |
15754 | 15756 | }); |
15755 | 15757 |
|
15756 | | -System.register("npm: [email protected]. 2", ["npm: [email protected]. 2/index"], true, function(require, exports, module) { |
| 15758 | +System.register("npm: [email protected]. 3", ["npm: [email protected]. 3/index"], true, function(require, exports, module) { |
15757 | 15759 | var global = System.global, |
15758 | 15760 | __define = global.define; |
15759 | 15761 | global.define = undefined; |
15760 | | - module.exports = require("npm: [email protected]. 2/index"); |
| 15762 | + module.exports = require("npm: [email protected]. 3/index"); |
15761 | 15763 | global.define = __define; |
15762 | 15764 | return module.exports; |
15763 | 15765 | }); |
@@ -18833,7 +18835,7 @@ System.register('build/js/dispatcher/AppDispatcher', ['npm: [email protected]'], functio |
18833 | 18835 | } |
18834 | 18836 | }; |
18835 | 18837 | }); |
18836 | | -System.register('build/js/stores/PlaygroundStore', ['build/js/dispatcher/AppDispatcher', 'build/js/constants/PlaygroundConstants', 'npm: [email protected]', 'npm: [email protected]', 'npm: [email protected]', 'npm: [email protected]. 2'], function (_export) { |
| 18838 | +System.register('build/js/stores/PlaygroundStore', ['build/js/dispatcher/AppDispatcher', 'build/js/constants/PlaygroundConstants', 'npm: [email protected]', 'npm: [email protected]', 'npm: [email protected]', 'npm: [email protected]. 3'], function (_export) { |
18837 | 18839 | var AppDispatcher, PlaygroundConstants, events, assign, postcss, cssvariables, EventEmitter, CHANGE_EVENT, playgroundProcessor, postcssInputText, postcssOutputResult, postcssProcessingError, PlaygroundStore; |
18838 | 18840 |
|
18839 | 18841 | function updateInput(input) { |
@@ -18866,8 +18868,8 @@ System.register('build/js/stores/PlaygroundStore', ['build/js/dispatcher/AppDisp |
18866 | 18868 | assign = _npmObjectAssign200['default']; |
18867 | 18869 | }, function (_npmPostcss418) { |
18868 | 18870 | postcss = _npmPostcss418['default']; |
18869 | | - }, function (_npmPostcssCssVariables022) { |
18870 | | - cssvariables = _npmPostcssCssVariables022['default']; |
| 18871 | + }, function (_npmPostcssCssVariables023) { |
| 18872 | + cssvariables = _npmPostcssCssVariables023['default']; |
18871 | 18873 | }], |
18872 | 18874 | execute: function () { |
18873 | 18875 | 'use strict'; |
@@ -18997,7 +18999,14 @@ System.register('build/js/components/PlaygroundApp', ['npm: [email protected]/h |
18997 | 18999 |
|
18998 | 19000 | var parsingErrorMarkup; |
18999 | 19001 | if (this.state.postcssOutputResult.error) { |
19000 | | - parsingErrorMarkup = React.createElement('div', { className: 'postcss-editor-pane-error' }, React.createElement('div', { className: 'postcss-editor-pane-error-message' }, this.state.postcssOutputResult.error.toString())); |
| 19002 | + parsingErrorMarkup = React.createElement('div', { |
| 19003 | + className: 'postcss-editor-pane-error', |
| 19004 | + // Live region attributes: http://www.smashingmagazine.com/2015/04/27/its-alive-apps-that-feed-back-accessibly/ |
| 19005 | + 'aria-live': 'polite', |
| 19006 | + role: 'status' |
| 19007 | + }, React.createElement('div', { |
| 19008 | + className: 'postcss-editor-pane-error-message' |
| 19009 | + }, this.state.postcssOutputResult.error.toString())); |
19001 | 19010 | } |
19002 | 19011 |
|
19003 | 19012 | return React.createElement('div', { className: 'playground-app-wrapper' }, React.createElement('header', { |
|
0 commit comments