Skip to content

Commit

Permalink
Deploying to gh-pages from @ a2eacb9 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
blokhin committed Mar 28, 2024
1 parent a409c95 commit a09ca69
Show file tree
Hide file tree
Showing 16 changed files with 459 additions and 426 deletions.
413 changes: 207 additions & 206 deletions node.d.ts

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion node.d.ts.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion node.deps.json

Large diffs are not rendered by default.

7 changes: 6 additions & 1 deletion node.js
Original file line number Diff line number Diff line change
Expand Up @@ -5122,7 +5122,7 @@ var $;
"use strict";
var $;
(function ($) {
$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\tbackground-color: var(--mol_theme_hover);\n}\n\n[mol_button_typed]:active {\n\tcolor: var(--mol_theme_focus);\n}\n\n");
$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 10rem var(--mol_theme_hover);\n}\n\n[mol_button_typed]:active {\n\tcolor: var(--mol_theme_focus);\n}\n\n");
})($ || ($ = {}));

;
Expand Down Expand Up @@ -8792,6 +8792,10 @@ var $;
if(next !== undefined) return next;
return null;
}
externals(next){
if(next !== undefined) return next;
return null;
}
atom_radius_scale(){
return 0.6;
}
Expand Down Expand Up @@ -8898,6 +8902,7 @@ var $;
($mol_mem(($.$mpds_cifplayer_player.prototype), "Message_card"));
($mol_mem(($.$mpds_cifplayer_player.prototype), "Message"));
($mol_mem(($.$mpds_cifplayer_player.prototype), "data"));
($mol_mem(($.$mpds_cifplayer_player.prototype), "externals"));
($mol_mem(($.$mpds_cifplayer_player.prototype), "vibrate"));


Expand Down
2 changes: 1 addition & 1 deletion node.js.map

Large diffs are not rendered by default.

7 changes: 6 additions & 1 deletion node.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5122,7 +5122,7 @@ var $;
"use strict";
var $;
(function ($) {
$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\tbackground-color: var(--mol_theme_hover);\n}\n\n[mol_button_typed]:active {\n\tcolor: var(--mol_theme_focus);\n}\n\n");
$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 10rem var(--mol_theme_hover);\n}\n\n[mol_button_typed]:active {\n\tcolor: var(--mol_theme_focus);\n}\n\n");
})($ || ($ = {}));

;
Expand Down Expand Up @@ -8792,6 +8792,10 @@ var $;
if(next !== undefined) return next;
return null;
}
externals(next){
if(next !== undefined) return next;
return null;
}
atom_radius_scale(){
return 0.6;
}
Expand Down Expand Up @@ -8898,6 +8902,7 @@ var $;
($mol_mem(($.$mpds_cifplayer_player.prototype), "Message_card"));
($mol_mem(($.$mpds_cifplayer_player.prototype), "Message"));
($mol_mem(($.$mpds_cifplayer_player.prototype), "data"));
($mol_mem(($.$mpds_cifplayer_player.prototype), "externals"));
($mol_mem(($.$mpds_cifplayer_player.prototype), "vibrate"));


Expand Down
7 changes: 6 additions & 1 deletion node.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -5113,7 +5113,7 @@ var $;
"use strict";
var $;
(function ($) {
$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\tbackground-color: var(--mol_theme_hover);\n}\n\n[mol_button_typed]:active {\n\tcolor: var(--mol_theme_focus);\n}\n\n");
$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 10rem var(--mol_theme_hover);\n}\n\n[mol_button_typed]:active {\n\tcolor: var(--mol_theme_focus);\n}\n\n");
})($ || ($ = {}));

;
Expand Down Expand Up @@ -8776,6 +8776,10 @@ var $;
if(next !== undefined) return next;
return null;
}
externals(next){
if(next !== undefined) return next;
return null;
}
atom_radius_scale(){
return 0.6;
}
Expand Down Expand Up @@ -8882,6 +8886,7 @@ var $;
($mol_mem(($.$mpds_cifplayer_player.prototype), "Message_card"));
($mol_mem(($.$mpds_cifplayer_player.prototype), "Message"));
($mol_mem(($.$mpds_cifplayer_player.prototype), "data"));
($mol_mem(($.$mpds_cifplayer_player.prototype), "externals"));
($mol_mem(($.$mpds_cifplayer_player.prototype), "vibrate"));


Expand Down
2 changes: 1 addition & 1 deletion node.test.js.map

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion node.view.tree
Original file line number Diff line number Diff line change
Expand Up @@ -551,6 +551,7 @@ $mol_card $mol_list

$mpds_cifplayer_player $mol_view
data? null
externals? null
atom_radius_scale 0.6
zoom_scale_step 0.3
vibrate? null
Expand Down Expand Up @@ -596,7 +597,7 @@ $mpds_cifplayer_player $mol_view
click? <=> toogle_all_symmetry? null
<= Sym_list $mol_scroll
sub /
<= Sym_checks $mol_list
<= Sym_checks $mol_list
sub <= sym_checks /
<= Sym_check*0 $mol_check_box
title <= sym_name* \
Expand Down
Loading

0 comments on commit a09ca69

Please sign in to comment.