Skip to content

Commit f044c9f

Browse files
committed
Merge branch 'main' into refactor-smiles
# Conflicts: # src/BootstrapBlazor.Server/Locales/zh-CN.json
2 parents 8ca5cc4 + 28b3d4a commit f044c9f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/BootstrapBlazor.Server/BootstrapBlazor.Server.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<PackageReference Include="BootstrapBlazor.OnScreenKeyboard" Version="9.0.1" />
5454
<PackageReference Include="BootstrapBlazor.PdfReader" Version="9.0.0" />
5555
<PackageReference Include="BootstrapBlazor.Player" Version="9.0.0" />
56-
<PackageReference Include="BootstrapBlazor.RDKit" Version="9.0.1" />
56+
<PackageReference Include="BootstrapBlazor.RDKit" Version="9.0.2" />
5757
<PackageReference Include="BootstrapBlazor.SignaturePad" Version="9.0.0" />
5858
<PackageReference Include="BootstrapBlazor.Sortable" Version="9.0.1" />
5959
<PackageReference Include="BootstrapBlazor.Splitting" Version="9.0.1" />

src/BootstrapBlazor.Server/Components/Samples/RDKits.razor

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
<DemoBlock Title="@Localizer["RDKitNormalTitle"]"
1111
Introduction="@Localizer["RDKitNormalIntro"]"
1212
Name="Normal">
13-
<RDKit Value="CC(=O)Oc1ccccc1C(=O)O"></RDKit>
13+
<RDKit Smiles="CC(=O)Oc1ccccc1C(=O)O"></RDKit>
1414
</DemoBlock>
1515

1616
<DemoBlock Title="@Localizer["RDKitSizeTitle"]"
1717
Introduction="@Localizer["RDKitSizeIntro"]"
1818
Name="Size">
19-
<RDKit Value="CC(=O)Oc1ccccc1C(=O)O" Width="200" Height="100"></RDKit>
19+
<RDKit Smiles="CC(=O)Oc1ccccc1C(=O)O" Width="200" Height="100"></RDKit>
2020
</DemoBlock>
2121

2222
<DemoBlock Title="@Localizer["RDKitSmartsTitle"]"
@@ -32,5 +32,5 @@
3232
</div>
3333
</div>
3434
</section>
35-
<RDKit Value="CC(=O)Oc1ccccc1C(=O)O" Smarts="@Smarts"></RDKit>
35+
<RDKit Smiles="CC(=O)Oc1ccccc1C(=O)O" Smarts="@Smarts"></RDKit>
3636
</DemoBlock>

0 commit comments

Comments
 (0)