Skip to content

Commit

Permalink
Deploying to gh-pages from @ 9b93753 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
Dovrol committed Feb 24, 2024
1 parent a55a3e4 commit dd187da
Show file tree
Hide file tree
Showing 26 changed files with 232 additions and 11 deletions.
7 changes: 7 additions & 0 deletions _content/BlazingStory/RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
v.1.0.0-preview.27
- Fix: unassigned parameters show "Unknown", not "-", on the control panel.
- Experimental: Add Blazor Server support.

v.1.0.0-preview.26
- Improve: Add support for the Nullable<T> type on the component's parameters.

v.1.0.0-preview.25
- Improve: The code view on a Docs page now syntax highlights and reflects user-entered parameters in real-time.

Expand Down
56 changes: 53 additions & 3 deletions _content/BlazingStory/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -536,12 +536,19 @@ button {
}

.navigation-tree {
min-width: 100%;
display: inline-flex;
flex-direction: column;
/* for Active Story or Docs */
/* ---- Chevron ---- */
/* ---- Sub Items ---- */
/* ---- Sub Heading ---- */
/* ---- Icons ---- */
}
.navigation-tree .navigation-tree-item {
display: inline-flex;
flex-direction: column;
}
.navigation-tree .caption {
height: 24px;
display: flex;
Expand All @@ -555,15 +562,16 @@ button {
background-color: transparent;
cursor: pointer;
height: 100%;
white-space: nowrap;
}
.navigation-tree .caption .action {
align-items: center;
font-size: 13px;
font-stretch: 100%;
display: flex;
flex-wrap: nowrap;
width: 100%;
padding: 0;
flex: 1;
padding: 0 12px 0 0;
appearance: none;
text-decoration: none;
}
Expand Down Expand Up @@ -610,7 +618,8 @@ button {
display: none;
}
.navigation-tree .expanded > .sub-items {
display: block;
display: inline-flex;
flex-direction: column;
}
.navigation-tree .caption.sub-heading {
height: 20px;
Expand Down Expand Up @@ -997,6 +1006,18 @@ a.icon-button {
cursor: pointer;
}

.null-input-radio {
display: flex;
gap: 6px;
padding: 0 12px;
font-size: var(--bs-text-size);
height: 28px;
color: var(--bs-dimmed-text-color);
border: solid 1px var(--bs-border-color);
border-radius: 24px;
background-color: var(--bs-dimmed-back-color);
}

.select svg {
position: absolute;
z-index: 1;
Expand Down Expand Up @@ -1258,6 +1279,35 @@ a.icon-button {
padding: 10px 20px 10px 15px;
}

.bool-parameter-controller {
display: flex;
gap: 12px;
width: 100%;
align-items: center;
}
.bool-parameter-controller label {
display: flex;
gap: 4px;
align-items: center;
}
.bool-parameter-controller label .toggle-button {
margin: 0;
}

.number-parameter-controller {
display: flex;
gap: 12px;
width: 100%;
}
.number-parameter-controller label {
display: flex;
gap: 4px;
align-items: center;
}
.number-parameter-controller .input-value {
flex: 1;
}

.actions-panel {
position: absolute;
inset: 0;
Expand Down
2 changes: 1 addition & 1 deletion _content/BlazingStory/css/styles.min.css

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions _content/BlazingStory/css/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
@import "../../Internals/Components/Buttons/ToggleButton.razor.scss";

@import "../../Internals/Components/Inputs/ColorInput.razor.scss";
@import "../../Internals/Components/Inputs/NullInputRadio.razor.scss";
@import "../../Internals/Components/Inputs/NumberInput.razor.scss";
@import "../../Internals/Components/Inputs/Select.razor.scss";
@import "../../Internals/Components/Inputs/TextArea.razor.scss";
Expand All @@ -52,6 +53,8 @@
@import "../../Internals/Pages/Canvas/CanvasPage.razor.scss";
@import "../../Internals/Pages/Canvas/AddOnPanel.razor.scss";
@import "../../Internals/Pages/Canvas/Controls/ControlsPanel.razor.scss";
@import "../../Internals/Pages/Canvas/Controls/ParameterControllers/Controllers/BoolParameterController.razor.scss";
@import "../../Internals/Pages/Canvas/Controls/ParameterControllers/Controllers/NumberParameterController.razor.scss";
@import "../../Internals/Pages/Canvas/Actions/ActionsPanel.razor.scss";
@import "../../Internals/Pages/Canvas/Actions/ActionsPanelLogLine.razor.scss";
@import "../../Internals/Pages/Canvas/Actions/ActionsPanelTags.razor.scss";
Expand Down
Binary file modified _framework/AdaptiveBlazor.Storybook.pdb.gz
Binary file not shown.
Binary file modified _framework/AdaptiveBlazor.Storybook.wasm
Binary file not shown.
Binary file modified _framework/AdaptiveBlazor.Storybook.wasm.br
Binary file not shown.
Binary file modified _framework/AdaptiveBlazor.Storybook.wasm.gz
Binary file not shown.
Binary file modified _framework/AdaptiveBlazor.pdb.gz
Binary file not shown.
Binary file modified _framework/AdaptiveBlazor.wasm
Binary file not shown.
Binary file modified _framework/AdaptiveBlazor.wasm.br
Binary file not shown.
Binary file modified _framework/AdaptiveBlazor.wasm.gz
Binary file not shown.
140 changes: 140 additions & 0 deletions _framework/AdaptiveBlazor.xml

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

Binary file modified _framework/BlazingStory.wasm
Binary file not shown.
Binary file modified _framework/BlazingStory.wasm.br
Binary file not shown.
Binary file modified _framework/BlazingStory.wasm.gz
Binary file not shown.
23 changes: 22 additions & 1 deletion _framework/BlazingStory.xml

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

Binary file modified _framework/System.Private.Uri.wasm
Binary file not shown.
Binary file modified _framework/System.Private.Uri.wasm.br
Binary file not shown.
Binary file modified _framework/System.Private.Uri.wasm.gz
Binary file not shown.
Binary file modified _framework/System.Runtime.wasm
Binary file not shown.
Binary file modified _framework/System.Runtime.wasm.br
Binary file not shown.
Binary file modified _framework/System.Runtime.wasm.gz
Binary file not shown.
12 changes: 6 additions & 6 deletions _framework/blazor.boot.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"mainAssemblyName": "AdaptiveBlazor.Storybook",
"resources": {
"hash": "sha256-Pib+UMeRcwJ8/HZgpNDkQO7mig//f8HcUwWmBmplh0w=",
"hash": "sha256-ZIP8BDvBHcIfAQNJ7afgwlnvLemoInqHVmPPgyAd9PI=",
"jsModuleNative": {
"dotnet.native.8.0.2.nwxak27aqv.js": "sha256-ergXSQ+YZ5Za3o5xOhbs1lUNyaFx2tYE5WdJLWmUKqA="
},
Expand All @@ -17,9 +17,9 @@
"icudt_no_CJK.dat": "sha256-L7sV7NEYP37/Qr2FPCePo5cJqRgTXRwGHuwF5Q+0Nfs="
},
"assembly": {
"AdaptiveBlazor.Storybook.wasm": "sha256-n5Qe2WVnoKD1/IEMk0uFPzVVdhK+653tnhbiKEJ7GhQ=",
"AdaptiveBlazor.wasm": "sha256-aXDcwhlDO/I04klc9unIrCz527wlrkw8j1/ZfCag7Cw=",
"BlazingStory.wasm": "sha256-iQNlUpD6RiTv5UKhLWrsdsL27fxSwurtgj+DmOwoklo=",
"AdaptiveBlazor.Storybook.wasm": "sha256-RvcWGHoDMcZFTtWzQ4Ml9WWk/Ly8uJPpZGbCmoCsgnQ=",
"AdaptiveBlazor.wasm": "sha256-8zdbRmBk0au8o2v2scO59JzzEVgoRhhMezA2dh3OpO8=",
"BlazingStory.wasm": "sha256-SdEUtuCWl48SZtf6hiZ6LGm2m/Hv87E5V3AfE7Ze4Kw=",
"Microsoft.AspNetCore.Components.wasm": "sha256-dKLIyy+K2+0o2YyDWO5kQE14hNzTM1EdN5H2qpOWwdc=",
"Microsoft.AspNetCore.Components.Web.wasm": "sha256-Eo/URGwISScU8WLysRGk/3NvAQ8mXZwIvDr5kuuc+bw=",
"Microsoft.AspNetCore.Components.WebAssembly.wasm": "sha256-XZD3tHlm7Gqn+AKf2i0RaiP+KuSV62HRKkIryz2t7mo=",
Expand Down Expand Up @@ -51,11 +51,11 @@
"System.Net.Primitives.wasm": "sha256-8EheP3tISwsJHSuaEkoGF04/ZQ1707aNE8P3GdZ4ngE=",
"System.ObjectModel.wasm": "sha256-2lnqTvdWhi4Vg8IEVKN3QiI8oFfxhmJ6xlYwquDTnSQ=",
"System.Private.CoreLib.wasm": "sha256-OCwh19ls21sImhUNeZdB5pJjD9bnxM38YjLzJfjm/Ew=",
"System.Private.Uri.wasm": "sha256-P+L9oLUAHBBL0THBK1r9ir9f3VIUJM+OhVpezUMRzSs=",
"System.Private.Uri.wasm": "sha256-dFZuDX017QmYXLeilftckx0lp/VI/7wAkSBUJpABslA=",
"System.Private.Xml.Linq.wasm": "sha256-GVBkj9VfqKyuN1kAQgQLqmcu2doopVD7s6AULSvaxjY=",
"System.Private.Xml.wasm": "sha256-tajN+XuFAOf7L/76taraFxvI/SmfmGRjcaAl5fZ+N1w=",
"System.Runtime.InteropServices.JavaScript.wasm": "sha256-2fNHxcvnXYStlUf+e1IokgsFZFUyJVv1w3Tf2NEhDBQ=",
"System.Runtime.wasm": "sha256-w8Bqh3PnBOBFJ979ExUyaNKTfs4iPR+xcgifBhJJ14c=",
"System.Runtime.wasm": "sha256-pE4L/u80Si4ZTA84h72qg840ooLtEWAHQqW92ATSeWw=",
"System.Text.Encodings.Web.wasm": "sha256-bIsLkGTFyhCSfv853z0OlISSfwiZllrJhION8zYSuA8=",
"System.Text.Json.wasm": "sha256-YeN4i2G64MEpE/vziEbJOSG/0gYaoMqX0/kdRkdE3nk=",
"System.Text.RegularExpressions.wasm": "sha256-PWs6s66OYmk8WI0Fnr1QZVpSb+ZNgytMQyNcwhUaczg=",
Expand Down
Binary file modified _framework/blazor.boot.json.br
Binary file not shown.
Binary file modified _framework/blazor.boot.json.gz
Binary file not shown.

0 comments on commit dd187da

Please sign in to comment.