Skip to content

Commit

Permalink
v0.33
Browse files Browse the repository at this point in the history
  • Loading branch information
codymullins committed Sep 18, 2024
1 parent 4bb55da commit 81f0a46
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Nullable>enable</Nullable>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Title>PureBlazor.Components.AspNetCore</Title>
<Version>0.31</Version>
<Version>0.32</Version>
<PackageId>PureBlazor.Components.AspNetCore</PackageId>
<Description>ASP.NET Core integration package for PureBlazor UI components.</Description>
<PackageProjectUrl>https://pureblazor.com</PackageProjectUrl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<WarningsAsErrors>Nullable</WarningsAsErrors>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Title>PureBlazor Icons</Title>
<Version>0.31</Version>
<Version>0.32</Version>
<PackageId>PureBlazor.Components.Icons</PackageId>
<Description>Blazor Icons</Description>
<PackageProjectUrl>https://pureblazor.com</PackageProjectUrl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<Nullable>enable</Nullable>
<WarningsAsErrors>Nullable</WarningsAsErrors>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Title>PureBlazor Icons</Title>
<Version>0.31</Version>
<Title>PureBlazor Primitives</Title>
<Version>0.32</Version>
<PackageId>PureBlazor.Components.Primitives</PackageId>
<Description>PureBlazor.Components.Primitives</Description>
<PackageProjectUrl>https://pureblazor.com</PackageProjectUrl>
Expand Down
4 changes: 2 additions & 2 deletions src/Pure.Blazor.Components/Layout/PureTabs.razor
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@inherits PureComponent
<CascadingValue Value="this">
<section role="tabpanel" class="@ApplyStyle("text-gray-900 body-font container mx-auto flex flex-wrap flex-col")">
<div role="tablist" class="@ApplyStyle("flex mx-auto flex-wrap w-full border-b-1 border-neutral-200")">
<section role="tabpanel" class="@ApplyStyle("text-gray-900 body-font flex flex-col")">
<div role="tablist" class="@ApplyStyle("flex w-full border-b-1 border-neutral-200")">
@foreach (var tab in Tabs)
{
<PureTabButton
Expand Down
2 changes: 1 addition & 1 deletion src/Pure.Blazor.Components/Pure.Blazor.Components.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<WarningsAsErrors>Nullable</WarningsAsErrors>
<Title>PureBlazor Components</Title>
<Version>0.31</Version>
<Version>0.32</Version>
<PackageId>PureBlazor.Components</PackageId>
<Description>Blazor UI components for .NET Blazor with an optional headless mode.</Description>
<PackageProjectUrl>https://pureblazor.com</PackageProjectUrl>
Expand Down

0 comments on commit 81f0a46

Please sign in to comment.