Skip to content

Commit

Permalink
Deployed using Blazing fast GitHub Pages deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
nin-jin committed Nov 9, 2023
1 parent 7c008d6 commit f261a41
Show file tree
Hide file tree
Showing 141 changed files with 574 additions and 170 deletions.
7 changes: 7 additions & 0 deletions app/docs/-/node.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9880,8 +9880,14 @@ declare namespace $ {
tags(): readonly any[];
aspects(): readonly any[];
hue_deg(): string;
hue_spread_deg(): string;
hue(next?: any): number;
Hue(): $$.$mol_number;
Hue_field(): $$.$mol_form_field;
hue_spread(next?: any): number;
Hue_spread(): $$.$mol_number;
Hue_spread_field(): $$.$mol_form_field;
Config(): $mol_row;
Base(): $mol_theme_demo_case;
Accent(): $mol_theme_demo_case;
Current(): $mol_theme_demo_case;
Expand Down Expand Up @@ -9915,6 +9921,7 @@ declare namespace $ {
declare namespace $.$$ {
class $mol_theme_demo extends $.$mol_theme_demo {
hue_deg(): string;
hue_spread_deg(): string;
}
}

Expand Down
2 changes: 1 addition & 1 deletion app/docs/-/node.deps.json

Large diffs are not rendered by default.

59 changes: 56 additions & 3 deletions app/docs/-/node.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/docs/-/node.js.map

Large diffs are not rendered by default.

59 changes: 56 additions & 3 deletions app/docs/-/node.mjs

Large diffs are not rendered by default.

59 changes: 56 additions & 3 deletions app/docs/-/node.test.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/docs/-/node.test.js.map

Large diffs are not rendered by default.

17 changes: 13 additions & 4 deletions app/docs/-/node.view.tree
Original file line number Diff line number Diff line change
Expand Up @@ -5520,10 +5520,19 @@ $mol_textarea_demo $mol_example
$mol_theme_demo $mol_example_large
style *
--mol_theme_hue <= hue_deg \
sub /
<= Hue $mol_number
value? <=> hue? 210
precision_change 15
--mol_theme_hue_spread <= hue_spread_deg \
sub /
<= Config $mol_row sub /
<= Hue_field $mol_form_field
name \Hue
Content <= Hue $mol_number
value? <=> hue? 210
precision_change 15
<= Hue_spread_field $mol_form_field
name \Hue spread
Content <= Hue_spread $mol_number
value? <=> hue_spread? 90
precision_change 15
<= Scroll $mol_scroll sub /
<= Cases $mol_theme_demo_case
title \Current light
Expand Down
7 changes: 7 additions & 0 deletions app/docs/-/web.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9950,8 +9950,14 @@ declare namespace $ {
tags(): readonly any[];
aspects(): readonly any[];
hue_deg(): string;
hue_spread_deg(): string;
hue(next?: any): number;
Hue(): $$.$mol_number;
Hue_field(): $$.$mol_form_field;
hue_spread(next?: any): number;
Hue_spread(): $$.$mol_number;
Hue_spread_field(): $$.$mol_form_field;
Config(): $mol_row;
Base(): $mol_theme_demo_case;
Accent(): $mol_theme_demo_case;
Current(): $mol_theme_demo_case;
Expand Down Expand Up @@ -9985,6 +9991,7 @@ declare namespace $ {
declare namespace $.$$ {
class $mol_theme_demo extends $.$mol_theme_demo {
hue_deg(): string;
hue_spread_deg(): string;
}
}

Expand Down
2 changes: 1 addition & 1 deletion app/docs/-/web.deps.json

Large diffs are not rendered by default.

59 changes: 56 additions & 3 deletions app/docs/-/web.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/docs/-/web.js.map

Large diffs are not rendered by default.

59 changes: 56 additions & 3 deletions app/docs/-/web.mjs

Large diffs are not rendered by default.

17 changes: 13 additions & 4 deletions app/docs/-/web.view.tree
Original file line number Diff line number Diff line change
Expand Up @@ -5591,10 +5591,19 @@ $mol_textarea_demo $mol_example
$mol_theme_demo $mol_example_large
style *
--mol_theme_hue <= hue_deg \
sub /
<= Hue $mol_number
value? <=> hue? 210
precision_change 15
--mol_theme_hue_spread <= hue_spread_deg \
sub /
<= Config $mol_row sub /
<= Hue_field $mol_form_field
name \Hue
Content <= Hue $mol_number
value? <=> hue? 210
precision_change 15
<= Hue_spread_field $mol_form_field
name \Hue spread
Content <= Hue_spread $mol_number
value? <=> hue_spread? 90
precision_change 15
<= Scroll $mol_scroll sub /
<= Cases $mol_theme_demo_case
title \Current light
Expand Down
2 changes: 1 addition & 1 deletion app/hello/-/node.deps.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/hello/-/node.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/hello/-/node.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit f261a41

Please sign in to comment.