mol_view_tree2_lib 1.0.14 → 1.0.16
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.test.js +2 -9
- package/node.test.js.map +1 -1
- package/package.json +1 -1
- package/web.test.js +2 -9
- package/web.test.js.map +1 -1
package/node.test.js
CHANGED
|
@@ -9860,7 +9860,6 @@ var $;
|
|
|
9860
9860
|
}
|
|
9861
9861
|
dom_node_actual() {
|
|
9862
9862
|
const node = this.dom_node();
|
|
9863
|
-
$mol_dom_render_styles(node, this.style_size());
|
|
9864
9863
|
const attr = this.attr();
|
|
9865
9864
|
const style = this.style();
|
|
9866
9865
|
$mol_dom_render_attributes(node, attr);
|
|
@@ -9961,12 +9960,6 @@ var $;
|
|
|
9961
9960
|
mol_theme: this.theme() ?? undefined,
|
|
9962
9961
|
};
|
|
9963
9962
|
}
|
|
9964
|
-
style_size() {
|
|
9965
|
-
return {
|
|
9966
|
-
minHeight: this.minimal_height(),
|
|
9967
|
-
minWidth: this.minimal_width(),
|
|
9968
|
-
};
|
|
9969
|
-
}
|
|
9970
9963
|
style() {
|
|
9971
9964
|
return {};
|
|
9972
9965
|
}
|
|
@@ -10894,7 +10887,7 @@ var $;
|
|
|
10894
10887
|
"use strict";
|
|
10895
10888
|
var $;
|
|
10896
10889
|
(function ($) {
|
|
10897
|
-
$mol_style_attach("mol/dimmer/dimmer.view.css", "[mol_dimmer] {\n\tdisplay: block;\n\tmax-width: 100%;\n}\n\n[mol_dimmer_low] {\n\tdisplay: inline;\n\topacity: 0.8;\n}\n\n[mol_dimmer_high] {\n\tdisplay: inline;\n\tcolor: var(--mol_theme_focus);\n\ttext-shadow: 0 0;\n}\n");
|
|
10890
|
+
$mol_style_attach("mol/dimmer/dimmer.view.css", "[mol_dimmer] {\n\tdisplay: block;\n\tmax-width: 100%;\n}\n\n[mol_dimmer_low] {\n\tdisplay: inline;\n\topacity: 0.8;\n}\n\n[mol_dimmer_high] {\n\tdisplay: inline;\n\tcolor: var(--mol_theme_focus);\n\ttext-shadow: 0 0;\n}\n\n[mol_dimmer]:empty::after {\n\tcontent: \"\\u00A0\";\n}\n");
|
|
10898
10891
|
})($ || ($ = {}));
|
|
10899
10892
|
|
|
10900
10893
|
;
|
|
@@ -11147,7 +11140,7 @@ var $;
|
|
|
11147
11140
|
"use strict";
|
|
11148
11141
|
var $;
|
|
11149
11142
|
(function ($) {
|
|
11150
|
-
$mol_style_attach("mol/button/typed/typed.view.css", "[mol_button_typed] {\n\talign-content: center;\n\talign-items: center;\n\tpadding: var(--mol_gap_text);\n\tborder-radius: var(--mol_gap_round);\n\tgap: var(--mol_gap_space);\n\tuser-select: none;\n\tcursor: pointer;\n}\n\n[mol_button_typed][disabled] {\n\tpointer-events: none;\n}\n\n[mol_button_typed]:hover ,\n[mol_button_typed]:focus-visible {\n\tbox-shadow: inset 0 0 0 100vmax var(--mol_theme_hover);\n}\n\n[mol_button_typed]:active {\n\tcolor: var(--mol_theme_focus);\n}\n\n");
|
|
11143
|
+
$mol_style_attach("mol/button/typed/typed.view.css", "[mol_button_typed] {\n\talign-content: center;\n\talign-items: center;\n\tpadding: var(--mol_gap_text);\n\tborder-radius: var(--mol_gap_round);\n\tgap: var(--mol_gap_space);\n\tuser-select: none;\n\tcursor: pointer;\n}\n\n[mol_button_typed][disabled] {\n\tpointer-events: none;\n}\n\n[mol_button_typed]:hover ,\n[mol_button_typed]:focus-visible {\n\tbox-shadow: inset 0 0 0 100vmax var(--mol_theme_hover);\n}\n\n[mol_button_typed]:active {\n\tcolor: var(--mol_theme_focus);\n}\n\n[mol_button_typed]:empty::after {\n\tcontent: \"\\u00A0\";\n}\n");
|
|
11151
11144
|
})($ || ($ = {}));
|
|
11152
11145
|
|
|
11153
11146
|
;
|