mol_dump_lib 0.0.946 → 0.0.948

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.
package/node.js CHANGED
@@ -5734,7 +5734,7 @@ var $;
5734
5734
  'code-docs': /\/\/\/.*?$/,
5735
5735
  'code-comment-block': /(?:\/\*[^]*?\*\/|\/\+[^]*?\+\/|<![^]*?>)/,
5736
5736
  'code-link': /(?:\w+:\/\/|#)\S+?(?=\s|\\\\|""|$)/,
5737
- 'code-comment-inline': /\/\/.*?(?:$|\/\/)|- \\(?!\\).*|#!? .*/,
5737
+ 'code-comment-inline': /\/\/.*?(?:$|\/\/)|- \\(?!\\).*|(?<=^| )#!? .*/,
5738
5738
  'code-string': /(?:".*?"|'.*?'|`.*?`| ?\\\\.+?\\\\|\/.+?\/[dygimsu]*(?!\p{Letter})|[ \t]*\\[^\n]*)/u,
5739
5739
  'code-number': /[+-]?(?:\d*\.)?\d+\w*/,
5740
5740
  'code-call': /\.?\w+(?=\()/,
@@ -6547,7 +6547,7 @@ var $;
6547
6547
  "use strict";
6548
6548
  var $;
6549
6549
  (function ($) {
6550
- $mol_style_attach("mol/button/minor/minor.view.css", "[mol_button_minor] {\n\tcolor: var(--mol_theme_control);\n}\n\n[mol_button_minor][disabled] {\n\tcolor: var(--mol_theme_shade);\n}\n");
6550
+ $mol_style_attach("mol/button/minor/minor.view.css", "[mol_button_minor]:where(:not([disabled])) {\n\tcolor: var(--mol_theme_control);\n}\n");
6551
6551
  })($ || ($ = {}));
6552
6552
 
6553
6553
  ;