Vertiq.Components.NormalizeCss 7.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Vertiq.Components.NormalizeCss --version 7.1.0                
NuGet\Install-Package Vertiq.Components.NormalizeCss -Version 7.1.0                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Vertiq.Components.NormalizeCss" Version="7.1.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Vertiq.Components.NormalizeCss --version 7.1.0                
#r "nuget: Vertiq.Components.NormalizeCss, 7.1.0"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Vertiq.Components.NormalizeCss as a Cake Addin
#addin nuget:?package=Vertiq.Components.NormalizeCss&version=7.1.0

// Install Vertiq.Components.NormalizeCss as a Cake Tool
#tool nuget:?package=Vertiq.Components.NormalizeCss&version=7.1.0                

Commitizen friendly Nuget CI

<img src="img/vertiq.svg" width="100px" />

Vertiq

A highly modular framework for writing Blazor applications with a hassle-free, vertical-sliced architecture - Easy. Flexible. Focused.

This includes various platforms Blazor can run on such as: Blazor Server Side / Blazor Wasm / Blazor MAUI / Blazor Mobile Bindings without a single change in your code!

Platform support: .net8.0 and upper.

Usage & Installation

Start by (re)installing the templates to the latest version

dotnet new install Vertiq.Templates 

Afterwards you will be able to start a simple project by running

REM Install the b-tool
dotnet tool install -g b-tool
REM Create the project
dotnet new vertiq-blazor-server -o AcmeProject
REM change dir
cd AcmeProject
REM create a git repo
git init && git add . && git commit -m "feat: initial commit"
REM build the project
b
REM run the project
b run -s

Contributing

Prerequisites

You need to have node v12, Yarn and dotnet sdk net8.0 or higher installed on your local machine.

Building

You should be able to build the project by using the build scripts:

#Windows
build.bat
#Or for short
b.bat
#Or for powershell
./build.ps1

#Linux & MacOS
. build.sh

However we recommend you use the b-tool to build the project by installing it via

dotnet tool install -g b-tool
REM To build just call b afterwards
b

Afterwards you will be able to build by simply calling b on any platform. You also can specify arguments just by passing them to the tool by a space for example: b test. This even works if you current directory is a subdirectory of the project.

The project uses bullseye to list individual targets use b -l. To run individual targets call b targetname -s

Testing

Some of the integration tests use Docker. On Windows or MacOS please install Docker Desktop. Afterwards the dockerized tests will run automatically.

Releasing

We follow the semver pattern to for versioning our packages. Please use the r-tool to automate the release process. To install it run:

dotnet tool install -g r-tool

And run r and follow the wizard to guide you to the release publishing process.

Writing docs

We use the Feature-Center as a custom tool to write the documentation. To serve up docs simply call dotnet run --project demo\FC\FC\FC.csproj and open https://localhost:7130. All documentation is in the demo/FC/FC.Module directory.

Licensing

Vertiq is available for commercial usage to a thirty-day trial period, after which a license fee must be paid to obtain a license. Please contact us via sales@vertiq.io.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Vertiq.Components.NormalizeCss:

Package Downloads
Vertiq.Templates.Default

A highly modular framework for writing Blazor applications with a hassle-free, vertical-sliced architecture - Easy. Flexible. Focused.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
7.1.4 49 8/27/2024
7.1.3 63 8/23/2024
7.1.2 75 8/22/2024
7.1.0 64 8/22/2024
7.0.0 63 7/3/2024
6.1.4 97 6/30/2024
6.1.3 99 6/17/2024
6.1.2 102 6/17/2024
6.1.1 102 6/16/2024
6.1.0 104 6/16/2024
6.0.1 99 6/16/2024
5.7.1 171 11/29/2023
5.7.0 144 11/21/2023
5.6.0 133 11/15/2023
5.5.6 76 11/14/2023
5.5.5 77 11/11/2023
5.5.4 67 11/11/2023
5.5.3 67 11/11/2023
5.5.2 68 11/11/2023
5.5.1 73 11/10/2023
5.5.0 71 11/9/2023
5.4.0 74 11/9/2023
5.3.4 74 11/7/2023
5.3.3 75 11/7/2023
5.3.2 71 11/7/2023
5.3.1 78 11/6/2023
5.3.0 74 11/6/2023
5.2.2 87 10/30/2023
5.2.1 84 10/29/2023
5.2.0 78 10/23/2023
5.1.0 96 10/21/2023
5.0.0 108 10/2/2023
4.0.0 103 9/17/2023
3.0.2 106 8/21/2023
2.3.0 103 7/7/2023
2.2.15 102 7/7/2023
2.2.14 104 7/7/2023
2.2.13 99 7/6/2023
2.2.12 110 7/6/2023
2.2.11 104 7/5/2023
2.2.10 111 7/4/2023
2.2.9 106 7/4/2023
2.2.8 99 7/4/2023
2.2.6 102 7/4/2023
2.2.5 101 7/4/2023
2.2.4 104 7/3/2023
2.2.3 106 7/3/2023
2.2.2 101 7/3/2023
2.2.1 98 7/3/2023
2.1.1 94 6/26/2023
2.1.0 91 6/26/2023
2.0.1 99 5/4/2023
2.0.0 99 5/4/2023
1.2.3 248 3/6/2023
1.2.2 220 3/3/2023
1.2.1 261 2/13/2023
1.2.0 261 2/10/2023
1.1.1 287 12/29/2022
1.1.0 308 12/27/2022
1.0.0 301 12/26/2022
0.4.12 308 12/22/2022
0.4.11 309 12/21/2022
0.4.10 300 12/20/2022
0.4.9 301 12/20/2022
0.4.8 305 12/19/2022
0.4.7 297 12/17/2022
0.4.6 293 12/17/2022
0.4.5 299 12/16/2022
0.4.4 317 12/16/2022
0.4.3 297 12/16/2022
0.4.2 304 12/16/2022
0.4.1 298 12/16/2022
0.4.0 299 12/14/2022
0.3.13 302 12/14/2022
0.3.12 296 12/14/2022
0.3.7 284 12/14/2022
0.3.6 296 12/14/2022
0.3.5 317 12/13/2022
0.3.4 292 12/13/2022
0.3.3 284 12/13/2022
0.3.2 293 12/13/2022
0.3.1 305 12/13/2022
0.3.0 304 12/11/2022
0.2.1 307 12/11/2022

## 7.1.0 (2024-08-22)
* build: Add FC.Module project reference to FC.WasmHost.csproj ([ad7c51d](https://github.com/vertiq-io/Vertiq/commit/ad7c51d))
* build: disabled net9.0 tests until 9.0.RC1 sdk is released ([f2ac706](https://github.com/vertiq-io/Vertiq/commit/f2ac706))
* build: Include Microsoft.AspNetCore.Components.WebView.Maui in csproj files ([e557107](https://github.com/vertiq-io/Vertiq/commit/e557107))
* build: Remove System.ServiceModel.Http package reference ([bee6fc7](https://github.com/vertiq-io/Vertiq/commit/bee6fc7))
* build: Remove System.ServiceModel.Http package reference ([fd8aecc](https://github.com/vertiq-io/Vertiq/commit/fd8aecc))
* build: Remove System.ServiceModel.Http package reference ([2ff8011](https://github.com/vertiq-io/Vertiq/commit/2ff8011))
* build: Remove System.ServiceModel.Http package reference ([097f5eb](https://github.com/vertiq-io/Vertiq/commit/097f5eb))
* build: Update Microsoft.AspNetCore.Components.WebView.Maui to version 8.0.80 ([fdab770](https://github.com/vertiq-io/Vertiq/commit/fdab770))
* build: Update package versions in props and csproj files ([a99cb66](https://github.com/vertiq-io/Vertiq/commit/a99cb66))
* build: Update project to target .NET 8.0 framework ([5eec308](https://github.com/vertiq-io/Vertiq/commit/5eec308))
* build: Update project to target .NET 8.0 framework ([94d5a25](https://github.com/vertiq-io/Vertiq/commit/94d5a25))
* build: Update project to target .NET 8.0 framework ([62c3dd9](https://github.com/vertiq-io/Vertiq/commit/62c3dd9))
* build: updated a bunch of dependencies & turned on nuget warnings as errors ([a09b466](https://github.com/vertiq-io/Vertiq/commit/a09b466))
* test: accepted snapshots ([1d9c96b](https://github.com/vertiq-io/Vertiq/commit/1d9c96b))
* test: fixed bitblazor id scrubbing ([ec48c9a](https://github.com/vertiq-io/Vertiq/commit/ec48c9a))
* test: fixed most of the snapshots related to RendersWithReferenceId and added additional scrubbers,  ([7f98347](https://github.com/vertiq-io/Vertiq/commit/7f98347))
* test: global components for MudBlazor example tests ([5eae69d](https://github.com/vertiq-io/Vertiq/commit/5eae69d))
* test: replace bitblazor guids when scrubbing ([ad9c258](https://github.com/vertiq-io/Vertiq/commit/ad9c258))
* test: replace bitblazor guids when scrubbing ([9acf9fa](https://github.com/vertiq-io/Vertiq/commit/9acf9fa))
* test: seams we don't need to initialize bunit anymore ([17ac1ad](https://github.com/vertiq-io/Vertiq/commit/17ac1ad))
* test(components): Unit Tests are back and running ([61898ac](https://github.com/vertiq-io/Vertiq/commit/61898ac))
* test(templates): fixed template dependencies ([81044a7](https://github.com/vertiq-io/Vertiq/commit/81044a7))
* test(templates): fixed template whitespace ([28e6304](https://github.com/vertiq-io/Vertiq/commit/28e6304))
* feat: Add SetValue example to VDateOnlyEditPage ([f3ef63f](https://github.com/vertiq-io/Vertiq/commit/f3ef63f))
* chore: Disable Redux DevTools, update MudBlazor components ([fabd101](https://github.com/vertiq-io/Vertiq/commit/fabd101))
* chore: Update input element IDs and attributes in VBitBlazorStringEditTests ([3b1a8d1](https://github.com/vertiq-io/Vertiq/commit/3b1a8d1))
* chore: Update input element IDs and attributes in VBitBlazorStringEditTests ([8dd5420](https://github.com/vertiq-io/Vertiq/commit/8dd5420))
* refactor: Update component names and attributes for consistency ([541319e](https://github.com/vertiq-io/Vertiq/commit/541319e))
* docs: Correct CLI commands in example files ([7a461da](https://github.com/vertiq-io/Vertiq/commit/7a461da))
* docs: Correct various typographical errors in documentation ([03eb40b](https://github.com/vertiq-io/Vertiq/commit/03eb40b))
## 7.0.0 (2024-07-03)
* release: new version 7.0.0 ([ec4439b](https://github.com/vertiq-io/Vertiq/commit/ec4439b))
* test: BitBlazor Monthly routine ([3557bdd](https://github.com/vertiq-io/Vertiq/commit/3557bdd))
* test: verified version numbers ([d8178e0](https://github.com/vertiq-io/Vertiq/commit/d8178e0))
* build: added aspire host for FC ([cba23f8](https://github.com/vertiq-io/Vertiq/commit/cba23f8))
* build: changed LTS & STS Frameworks ([f075408](https://github.com/vertiq-io/Vertiq/commit/f075408))
* build: ignore _SkipUpgradeNetAnalyzersNuGetWarning ([e02d89a](https://github.com/vertiq-io/Vertiq/commit/e02d89a))
* build: moved package references ([6651150](https://github.com/vertiq-io/Vertiq/commit/6651150))
* build: try to fix template issue ([578494b](https://github.com/vertiq-io/Vertiq/commit/578494b))
* build: update package references and change LTS & STS Frameworks ([98bf859](https://github.com/vertiq-io/Vertiq/commit/98bf859))
* build: update package references and change LTS & STS Frameworks ([be8c1ca](https://github.com/vertiq-io/Vertiq/commit/be8c1ca))
* build: updated build projects to latest nugets ([f23dc65](https://github.com/vertiq-io/Vertiq/commit/f23dc65))
* build: updated build projects to latest nugets ([f583f20](https://github.com/vertiq-io/Vertiq/commit/f583f20))
* build: updated mauihybrid versions ([32ef86a](https://github.com/vertiq-io/Vertiq/commit/32ef86a))
* build: updated Xenial.Beer ([e79bccc](https://github.com/vertiq-io/Vertiq/commit/e79bccc))
* refactor: align time markers with day labels in RRScheduler component ([83f2865](https://github.com/vertiq-io/Vertiq/commit/83f2865))
* refactor: merged Directory.Packages.props files ([2736c08](https://github.com/vertiq-io/Vertiq/commit/2736c08))
* refactor: moved dependencies to RRScheduler ([9dec3a1](https://github.com/vertiq-io/Vertiq/commit/9dec3a1))
* refactor: remove commented out code for toggling horizontal view in ShiftPlanning component ([ac6b173](https://github.com/vertiq-io/Vertiq/commit/ac6b173))
* refactor: renamed Remarks Platform property to FCPlatform to avoid breaking change ([a7f1754](https://github.com/vertiq-io/Vertiq/commit/a7f1754))
* refactor: update class names and styles in AddSlotButton and EmployeeAvatar components ([df7f7e0](https://github.com/vertiq-io/Vertiq/commit/df7f7e0))
* refactor: update RRScheduler component day view support ([460771c](https://github.com/vertiq-io/Vertiq/commit/460771c))
* refactor: update RRScheduler component styles for dark mode support ([a83c02b](https://github.com/vertiq-io/Vertiq/commit/a83c02b))
* refactor: update RRScheduler component styles for dark mode support ([485c8c4](https://github.com/vertiq-io/Vertiq/commit/485c8c4))
* refactor: update RRScheduler component styles for dark mode support ([417a0c7](https://github.com/vertiq-io/Vertiq/commit/417a0c7))
* refactor: update styles for AddSlotButton and EmployeeAvatar components ([8db7948](https://github.com/vertiq-io/Vertiq/commit/8db7948))
* refactor: update styles for AddSlotButton and EmployeeAvatar components ([44eedcc](https://github.com/vertiq-io/Vertiq/commit/44eedcc))
* refactor: update styles for AddSlotButton and EmployeeAvatar components ([9405826](https://github.com/vertiq-io/Vertiq/commit/9405826))
* refactor: update styles for AddSlotButton and EmployeeAvatar components ([3a4bbe8](https://github.com/vertiq-io/Vertiq/commit/3a4bbe8))
* refactor: update styles for RRScheduler component to support dark mode ([92dc882](https://github.com/vertiq-io/Vertiq/commit/92dc882))
* refactor: update styles for SubNavigationRegion and BlarozityNavMenu components ([1e44572](https://github.com/vertiq-io/Vertiq/commit/1e44572))
* chore: added Google.OrTools package ([e34d327](https://github.com/vertiq-io/Vertiq/commit/e34d327))
* chore: Resolve deprecated packages and update dependencies ([b1ac030](https://github.com/vertiq-io/Vertiq/commit/b1ac030))
* Update package references and target frameworks ([bf62b72](https://github.com/vertiq-io/Vertiq/commit/bf62b72))
* feat: Add Blazority package and update dependencies ([77c823c](https://github.com/vertiq-io/Vertiq/commit/77c823c))
* feat: Add SetThemeEffect for Blazority templates ([826e1eb](https://github.com/vertiq-io/Vertiq/commit/826e1eb))
* feat: Add SetThemeEffect for Blazority templates ([7d3c941](https://github.com/vertiq-io/Vertiq/commit/7d3c941))
* feat: added basic context menu ([c296d85](https://github.com/vertiq-io/Vertiq/commit/c296d85))
* feat: added basic solver ([a15cdc1](https://github.com/vertiq-io/Vertiq/commit/a15cdc1))
* feat: added capability to add number of shift slots when adding a new shift ([a1b5c91](https://github.com/vertiq-io/Vertiq/commit/a1b5c91))
* feat: added empty slots ([6540d18](https://github.com/vertiq-io/Vertiq/commit/6540d18))
* feat: added possibility to add slots to shifts ([2bf9eb5](https://github.com/vertiq-io/Vertiq/commit/2bf9eb5))
* feat: added shift plan state ([7b0ea92](https://github.com/vertiq-io/Vertiq/commit/7b0ea92))
* feat: added shift plan state ([5b32a45](https://github.com/vertiq-io/Vertiq/commit/5b32a45))
* feat: added the basic solving algorithm ([1618dd6](https://github.com/vertiq-io/Vertiq/commit/1618dd6))
* feat: added the possibility to add tags to html based on theming preferences ([9850d23](https://github.com/vertiq-io/Vertiq/commit/9850d23))
* feat: added weather icons ([ca587ae](https://github.com/vertiq-io/Vertiq/commit/ca587ae))
* feat: display current shiftplan hours ([8ff1831](https://github.com/vertiq-io/Vertiq/commit/8ff1831))
* feat: display current shiftplan in german ([8043fe5](https://github.com/vertiq-io/Vertiq/commit/8043fe5))
* feat: display horizontal and vertical timeline ([17f484b](https://github.com/vertiq-io/Vertiq/commit/17f484b))
* feat: display shiftplan entries ([7e92819](https://github.com/vertiq-io/Vertiq/commit/7e92819))
* feat: Improve SetThemeEffect for Blazority templates ([6e5cc0b](https://github.com/vertiq-io/Vertiq/commit/6e5cc0b))
* feat: it's now possible to assign, remove employees from shift slots as well as adding and removing  ([0058539](https://github.com/vertiq-io/Vertiq/commit/0058539))
* feat: move shifts via drag & drop WIP ([88686b0](https://github.com/vertiq-io/Vertiq/commit/88686b0))
* feat: refactored the schedulesolver ([583f6d6](https://github.com/vertiq-io/Vertiq/commit/583f6d6))
* feat: refactored the schedulesolver ([c0b2167](https://github.com/vertiq-io/Vertiq/commit/c0b2167))
* feat: scheduler minimum numbers of employees ([0fd24cf](https://github.com/vertiq-io/Vertiq/commit/0fd24cf))
* feat: Update package references and change LTS & STS Frameworks ([d4304b8](https://github.com/vertiq-io/Vertiq/commit/d4304b8))
* feat(components): added RRScheduler stub ([ee54c55](https://github.com/vertiq-io/Vertiq/commit/ee54c55))
* feat(demo): Added basic scheduler component ([4773d00](https://github.com/vertiq-io/Vertiq/commit/4773d00))
* feat(demo): added fake employee data ([bda8b58](https://github.com/vertiq-io/Vertiq/commit/bda8b58))
* feat(demo): added fake employee data ([5e9a533](https://github.com/vertiq-io/Vertiq/commit/5e9a533))
* feat(demo): added fake employee data ([0df1735](https://github.com/vertiq-io/Vertiq/commit/0df1735))
* feat(demo): added fake employee data ([eeb5c9e](https://github.com/vertiq-io/Vertiq/commit/eeb5c9e))
* feat(demo): added RotaRhino basic project structure ([af29d59](https://github.com/vertiq-io/Vertiq/commit/af29d59))
* feat(demo): added RotaRhino Scheduler Module ([c17ca0a](https://github.com/vertiq-io/Vertiq/commit/c17ca0a))
* feat(demo): added VSemanticIcons.Brand ([6ea557c](https://github.com/vertiq-io/Vertiq/commit/6ea557c))
* fix: employee avatar in employee list is now larger ([7439b56](https://github.com/vertiq-io/Vertiq/commit/7439b56))
* fix: make sure img dont escape out of the circle ([b6d4395](https://github.com/vertiq-io/Vertiq/commit/b6d4395))
* fix: resovled nullablility and readobly warnings ([5028284](https://github.com/vertiq-io/Vertiq/commit/5028284))
* style(demo): RRScheduler basic styles ([4d8c90d](https://github.com/vertiq-io/Vertiq/commit/4d8c90d))
* style(demo): RRScheduler basic styles ([4ab9a61](https://github.com/vertiq-io/Vertiq/commit/4ab9a61))