mol_dump_lib 0.0.947 → 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/web.mjs CHANGED
@@ -4497,7 +4497,7 @@ var $;
4497
4497
  'code-docs': /\/\/\/.*?$/,
4498
4498
  'code-comment-block': /(?:\/\*[^]*?\*\/|\/\+[^]*?\+\/|<![^]*?>)/,
4499
4499
  'code-link': /(?:\w+:\/\/|#)\S+?(?=\s|\\\\|""|$)/,
4500
- 'code-comment-inline': /\/\/.*?(?:$|\/\/)|- \\(?!\\).*|#!? .*/,
4500
+ 'code-comment-inline': /\/\/.*?(?:$|\/\/)|- \\(?!\\).*|(?<=^| )#!? .*/,
4501
4501
  'code-string': /(?:".*?"|'.*?'|`.*?`| ?\\\\.+?\\\\|\/.+?\/[dygimsu]*(?!\p{Letter})|[ \t]*\\[^\n]*)/u,
4502
4502
  'code-number': /[+-]?(?:\d*\.)?\d+\w*/,
4503
4503
  'code-call': /\.?\w+(?=\()/,
@@ -5201,7 +5201,7 @@ var $;
5201
5201
  "use strict";
5202
5202
  var $;
5203
5203
  (function ($) {
5204
- $mol_style_attach("mol/button/minor/minor.view.css", "[mol_button_minor]:not([disabled]) {\n\tcolor: var(--mol_theme_control);\n}\n");
5204
+ $mol_style_attach("mol/button/minor/minor.view.css", "[mol_button_minor]:where(:not([disabled])) {\n\tcolor: var(--mol_theme_control);\n}\n");
5205
5205
  })($ || ($ = {}));
5206
5206
 
5207
5207
  ;